/*-----------------------------------------------------------------------------------

    Template Name: Cluster
    Description: Responsive html5 template
    Author: Example
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Service Area
    2. Feature Area
    3. Portfolio Area
    4. Testimonial Area
    5. Video Area
    6. Client Area
    7. About Page
        7.1 About Area
        7.2 Fun Factor Area
        7.3 Team Area
        7.4 Newsletter Area
    8. Blog Grid Page
    9. Blog List Page
    10. Blog List Sidebar Page
    11. Blog Details Page
    12. Contact Page

-----------------------------------------------------------------------------------*/

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0px;
}

a {
  text-decoration: none;
}

.container .row div[class^=col-] {
  position: relative;
}
.mx-n-15px{
  margin-left: -15px;
  margin-right: -15px;
}
.px-15px{
  padding-left: 15px;
  padding-right: 15px;
}
.mb-30px{
  margin-bottom: 30px;
}
.mb-n-30px{
  margin-bottom: -30px;
}
.mb-60px{
  margin-bottom: 60px;
}
.mb-n-60px{
  margin-bottom: -60px;
}

.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.banner-content .text-content-wrapper {
    position: relative;
    z-index: 1;
}
/*----------------------------------------*/
/*  1. Service Area
/*----------------------------------------*/
.single-service > h4 {
    color: #666666;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 37px;
}
.single-service {
    background: #fafafa none repeat scroll 0 0;
    padding: 0 30px 28px;
}
.service-icon {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    color: #bbbbbb;
    display: inline-block;
    font-size: 35px;
    height: 80px;
    line-height: 80px;
    margin-top: -30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 80px;
}
.single-service:hover .service-icon {color: #4a90e2; }
.single-service:hover .service-icon i {
    -webkit-animation: 1000ms ease-in-out 0s normal both 1 running flipInY;
            animation: 1000ms ease-in-out 0s normal both 1 running flipInY;
}
/*----------------------------------------*/
/*  2. Feature Area
/*----------------------------------------*/
.feature-image img {max-width: 100%; padding-right: 30px;}
.feature-content {
    padding-right: 30px;
}
.feature-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    height: 100%;
    align-items: center;
}
.single-stat {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.single-stat:hover {
    transform: translateY(-5px);
}
.single-stat h3 {
    color: #4a90e2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}
.single-stat p {
    color: #666666;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.feature-text h5 {
    color: #bbbbbb;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.feature-text > h1 {
    color: #444444;
    font-size: 46px;
    font-weight: 300;
    line-height: 60px;
}
.feature-text > h1:nth-child(3) {margin-bottom: 14px;}
.feature-text .default-btn {margin-top: 28px;}
/*----------------------------------------*/
/*  3. Portfolio Area / Technology Solutions
/*----------------------------------------*/
.portfolio-menu {margin-bottom: 50px;}
.portfolio-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
    padding: 5px 16px;
    text-transform: capitalize;
}
.portfolio-menu button.active {border-color: #4a90e2; color: #4a90e2;}

/* Service Detail Cards */
.service-categories {
    margin-bottom: 50px;
}
.service-categories h3 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.service-categories p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}
.service-detail-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.service-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #4a90e2;
}
.service-header {
    text-align: center;
    margin-bottom: 20px;
}
.service-header .service-icon {
    font-size: 48px;
    color: #4a90e2;
    margin-bottom: 15px;
    display: block;
}
.service-header h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.service-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.service-features li {
    color: #555;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}
.service-features li:last-child {
    border-bottom: none;
}
.service-btn {
    background: #4a90e2;
    color: #ffffff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.service-btn:hover {
    background: #357abd;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.solution-categories {
    margin-bottom: 50px;
    text-align: center;
}
.category-filters {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}
.filter-title {
    color: #666666;
    font-weight: 700;
    margin-right: 20px;
    font-size: 16px;
}
.filter-tag {
    display: inline-block;
    background: #ffffff;
    color: #666666;
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e5e9;
    transition: all 0.3s ease;
    cursor: pointer;
}
.filter-tag.active, .filter-tag:hover {
    background: #4a90e2;
    color: #ffffff;
    border-color: #4a90e2;
}

.solution-card {
    background: #ffffff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.solution-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: #4a90e2;
}
.solution-icon {
    text-align: center;
    margin-bottom: 25px;
}
.solution-icon i {
    font-size: 48px;
    color: #4a90e2;
    background: #f0f7ff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.solution-card:hover .solution-icon i {
    background: #4a90e2;
    color: #ffffff;
    transform: scale(1.1);
}
.solution-content h3 {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.solution-content p {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}
.solution-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.solution-features li {
    color: #555555;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
}
.solution-link {
    display: inline-block;
    color: #4a90e2;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    margin-top: 15px;
    transition: all 0.3s ease;
}
.solution-link:hover {
    color: #2c5cb3;
    text-decoration: none;
}
.solutions-grid {
    margin-top: 20px;
}
.portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.gallery-hover-effect {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.portfolio:hover .gallery-hover-effect {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.portfolio:before, .portfolio:after, .gallery-hover-effect:before, .gallery-hover-effect:after {
    border-left: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
    content: "";
    height: 40px;
    left: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 1;
}
.portfolio:hover:after {
    bottom: 30px; 
    left: 30px; 
    opacity: 1; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio:after {
    border-bottom: 1px solid #F1F1F1;
    border-top: 0 none;
    bottom: 20px;
    top: auto;
}
.gallery-hover-effect:before {
    left: auto; 
    right: 20px; 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}
.gallery-hover-effect:after {
    bottom: 20px;
    left: auto;
    right: 20px;
    top: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.portfolio:hover:before {
    left: 30px; 
    opacity: 1; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    top: 30px;
}
.portfolio:hover .gallery-hover-effect:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    right: 30px; 
    top: 30px;
}
.portfolio:hover .gallery-hover-effect:after {
    bottom: 30px; 
    opacity: 1; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    right: 30px;
}
.gallery-icon {
    bottom: 0;
    cursor: pointer;
    height: 50px;
    left: 0;
    line-height: 47px;
    margin: -25px auto 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    color: #fff;
    font-size: 50px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    visibility: hidden;
    width: 50px;
}
.portfolio:hover .gallery-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    -webkit-transform: scale(1); 
    transform: scale(1); 
    visibility: visible;
}
.portfolio .gallery-icon:hover {color: #4A90E2}
.gallery-icon img {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
}
.s-img, .gallery-icon:hover .p-img {display: none;}
.gallery-icon:hover .s-img {display: block;}
.mfp-no-margins img.mfp-img {padding: 0;}
.mfp-no-margins .mfp-figure:after {bottom: 0; top: 0;}
.mfp-no-margins .mfp-container {padding: 0;}
/*----------------------------------------*/
/*  4. Testimonial Area
/*----------------------------------------*/
.testimonial-image > img {
    border: 1px solid #efefef;
    border-radius: 50%;
}
.testimonial-image {float: left;}
.testimonial-text {
    overflow: hidden;
    padding-left: 35px;
    padding-top: 38px;
    text-align: right;
}
.testimonial-text > p {
    color: #666666;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
}
.testimonial-text span {font-size: 30px; font-weight: 700;}
.testimonial-text > h4 {color: #333333; margin-bottom: 15px; padding-top: 27px;}
.testimonial-text > h5 {color: #666666; line-height: 18px;}
.testimonial-carousel .owl-nav div {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 50%;
    color: #666666;
    display: inline-block;
    font-size: 25px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 26px;
}
.testimonial-carousel .owl-controls {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 200px;
}
.testimonial-carousel .owl-nav div:hover {
    background: #4a90e2 none repeat scroll 0 0;
    color: #ffffff;
}
/*----------------------------------------*/
/*  5. Video Area
/*----------------------------------------*/
.video-wrapper, .video-overlay {position: relative;}
.video-overlay:after {
    background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.video-popup {
    background: #4a90e2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 50px;
    height: 79px;
    line-height: 79px;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 79px;
    z-index: 2;
}
.video-popup i {line-height: 58px;}
.video-wrapper .video-popup:hover, .video-wrapper .video-popup:focus {color: #4a90e2; background: #fff}
.video-wrapper .video-popup:focus {outline: none}
.video-text {
    color: #ffffff;
    padding: 140px 0;
    text-align: center;
    z-index: 1;
}
.video-text > h1 {font-size: 46px; font-weight: 300; margin-bottom: 13px;}
.video-text h3 {font-size: 26px; margin-bottom: 37px;}
.video-area {height: 500px;}
.video-wrapper, .video-overlay {height: 100%;}
/*----------------------------------------*/
/*  6. Client Area
/*----------------------------------------*/
.single-carousel {height: 165px; padding: 10px 15px;}
.owl-item .client-image img {margin: auto; width: auto;}
.client-image > span {display: table-cell; vertical-align: middle;}
.client-image {
    background: #f6f6f6 none repeat scroll 0 0;
    display: table;
    height: 100%;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
}
.client-image:hover {box-shadow: 0 0 9.9px 0.1px rgba(91, 91, 91, 0.2);}
/*----------------------------------------*/
/*  7. About Page
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.1 About Area
/*----------------------------------------*/
.about-title h5 {
    color: #bbbbbb;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.about-title h1 {
    color: #444444;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 25px;
}
.about-title > p {color: #444444;}
.about-title {margin-bottom: 63px;}
.about-area .owl-dots {
    height: 21px;
    margin-top: 38px;
    text-align: center;
    z-index: 9;
}
.about-area .owl-dot {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 3px 5px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
}
.about-area .owl-dot:after, .about-area .owl-dot:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 16px;
}
.about-area .owl-dot.active {
    background: #4A90E2;
    width: 20px;
    height: 20px;
    margin: 0 5px
}
.about-area .owl-dot.active:after {border-color: #fff;}
/*----------------------------------------*/
/*  7.1.1 Mission & Vision Content
/*----------------------------------------*/
.mission-content, .vision-content {
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.mission-content h3, .vision-content h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.mission-content p, .vision-content p {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.mission-highlights, .vision-goals {
    list-style: none;
    padding: 0;
    text-align: left;
}
.mission-highlights li, .vision-goals li {
    color: #555555;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 0;
}
.mission-icon, .vision-icon {
    text-align: center;
    margin-bottom: 20px;
}
/*----------------------------------------*/
/*  7.1.2 Company Values Content
/*----------------------------------------*/
.values-area {
    background: #f8f9fa;
}
.single-value {
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}
.single-value:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}
.value-icon {
    text-align: center;
    margin-bottom: 25px;
}
.value-content h4 {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.value-content p {
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.value-points {
    list-style: none;
    padding: 0;
    text-align: left;
}
.value-points li {
    color: #555555;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 0;
}
/*----------------------------------------*/
/*  7.2 Fun Factor Area
/*----------------------------------------*/
.fun-icon {display: block; margin-bottom: 28px;}
.single-fun-factor {color: #ffffff;}
.single-fun-factor > h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 28px;
}
.single-fun-factor h4 {font-weight: 700;}
/*----------------------------------------*/
/*  7.3 Team Area
/*----------------------------------------*/
.single-team {position: relative;}
.single-team:after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.single-team:hover:after{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}
.team-hover {
    color: #ffffff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}
.team-table-cell {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
}
.team-hover h5 {
    font-weight: 700;
    margin-bottom: 16px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-20px, 0px, 0px);
            transform: translate3d(-20px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}
.team-hover h4 {
    font-weight: 700;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(20px, 0px, 0px);
            transform: translate3d(20px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}
.single-team:hover .team-hover h4, .single-team:hover .team-hover h5 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.team-links {padding-top: 185px;}
.team-links > a {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #8e8e8e;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    text-align: center;
    -webkit-transform: scale(.6);
            transform: scale(.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 35px;
}
.single-team:hover .team-links > a {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: scale(1); transform: scale(1)}
.team-links > a:nth-child(1), .team-links > a:nth-child(3){-webkit-transition-delay: .1s;transition-delay: .1s}
.team-links > a:nth-child(2), .team-links > a:nth-child(4){-webkit-transition-delay: .3s;transition-delay: .3s}
.team-links > a:hover {
    background: #4a90e2 none repeat scroll 0 0;
    color: #f6f6f6;
    -webkit-transition-delay: 0s;
            transition-delay: 0s
}
/*----------------------------------------*/
/*  7.4 Newsletter Area
/*----------------------------------------*/
.newsletter-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 7.6px 0.4px rgba(0, 0, 0, 0.2);
    padding: 62px 50px;
}
.newsletter-title > h2 {
    color: #4a90e2;
    font-size: 26px;
    line-height: 39px;
}
.newsletter-title {float: left;}
.newsletter-form {overflow: hidden;}
.newsletter-form .default-btn {float: left; padding: 9px 26px;}
.newsletter-form input {
    border: 1px solid #eeeeee;
    color: #9d9d9d;
    float: left;
    font-size: 14px;
    height: 43px;
    margin-right: 10px;
    width: 370px;
}
.newsletter-form input::-moz-placeholder, .newsletter-form textarea::-moz-placeholder {color: #9d9d9d;} 
.newsletter-form input::-webkit-input-placeholder, .newsletter-form textarea::-webkit-input-placeholder {
    color: #9d9d9d;
}
.msg-icon {
    border: 1px solid #eeeeee;
    color: #b1b1b1;
    float: left;
    font-size: 18px;
    height: 43px;
    line-height: 43px;
    margin-right: 10px;
    text-align: center;
    width: 48px;
}
.mc-form {float: right;}
.mailchimp-alerts {
    color: #666666;
    float: right;
    overflow: hidden;
    padding-left: 48px;
    text-align: right;
    width: 100%;
}
/*----------------------------------------*/
/*  8. Blog Grid Page
/*----------------------------------------*/
.single-blog {margin-bottom: 50px;}
.blog-text h4 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.blog-text {padding: 30px 0 0 0;}
.post-content .default-btn {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
}
.post-content .default-btn:hover {
    background: #4a90e2 none repeat scroll 0 0;
    color: #ffffff;
}
.blog-text > p {margin-bottom: 24px;}
.post-content {overflow: hidden; position: relative;}
.date {
    bottom: 0;
    color: #888888;
    position: absolute;
    right: 0;
}
.blog-text h4:hover a {color: #4a90e2;}
.blog-image {position: relative;}
.blog-image a {display: block;}
.blog-image:after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .blog-image:after {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
/*----------------------------------------*/
/*  9. Blog List Page
/*----------------------------------------*/
.blog-list-title > h2 {
    float: left;
    font-size: 26px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 70px;
    text-transform: uppercase;
}
.single-blog-list .date {float: right; position: inherit;}
.blog-list-title {overflow: hidden;}
.single-blog-list .blog-text > a {color: #666666; font-size: 16px; position: relative;}
.single-blog-list .blog-text > a i {
    color: #4a90e2;
    font-size: 18px;
    position: absolute;
    right: -14px;
    top: 4px;
}
.single-blog-list .blog-text > a i:last-child {right: -18px;}
.single-blog-list .blog-text a:hover {color: #4a90e2;}
.blog-text {padding: 34px 0 0;}
.single-blog-list .blog-image > a {position: relative;}
.single-blog-list .blog-image > a:after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog-list:hover .blog-image > a:after {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.single-blog-list .blog-text > p {margin-bottom: 30px;}
.single-blog-list .blog-list-title > h2:hover a {
    color: #4a90e2;
}
.single-blog-list {margin-bottom: 94px;}
.single-blog-list:last-child {margin: 0;}
/*----------------------------------------*/
/*  10. Blog List Sidebar Page
/*----------------------------------------*/
.sidebar-widgets {
    border: 1px solid #f6f6f6;
    padding: 30px 20px;
    transition: all 0.2s linear 0s;
}
.sidebar-widgets:hover {box-shadow: 0 0 7.6px 0.4px rgba(0, 0, 0, 0.15);}
.search-form {
    box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.15);
    height: 40px;
    position: relative;
}
.search-form input {
    border: 0 none;
    color: #666666;
    font-size: 14px;
    height: 100%;
    padding: 0 22px;
}
.search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666666;
    font-size: 16px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0
}
.search-form button:hover {color: #4a90e2;}
.single-widget {margin-bottom: 33px;}
h4.widget-title {
    color: #444444;
    font-weight: 700;
    line-height: 15px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.post-img {float: left;}
.post-text {overflow: hidden; padding: 18px 0 0 20px;}
.post-text h5 {
    color: #444444;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 1px;
}
.post-date > a {color: #666666; font-size: 12px;}
.post-text h5:hover a, .post-date > a:hover {color: #4a90e2;}
.post-information {margin-bottom: 20px;}
.post-information:last-child {margin: 0;}
.category-list a {color: #999999; display: inline-block;}
.category-list > li {
    font-size: 14px;
    line-height: 13px;
    padding-bottom: 34px;
}
.category-list > li a i {
    color: #b5b5b5;
    font-size: 16px;
    padding-right: 19px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.category-list li a:hover, .category-list li a:hover i {color: #4a90e2;}
.category-list > li:last-child {padding-bottom: 2px;}
.tags li {
    display: inline;
    float: left;
    margin-right: 5px;
}
.tags > li a {
    border: 1px solid #eeeeee;
    color: #999999;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 9px;
}
.tags > li a {
    border: 1px solid #eeeeee;
    color: #999999;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 9px;
}
.tags > li a:hover {
    background: #4a90e2;
    color: #fff;
    border-color: #4a90e2
}
.single-widget:last-child {margin: 0;}
/*----------------------------------------*/
/*  11. Blog Details Page
/*----------------------------------------*/
.blog-details-text > h2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-transform: uppercase
}
.blog-details-text {padding-top: 23px;}
.blog-details-text > p {margin-bottom: 23px;}
.blog-details-text > p.marked {
    background: #f6f7f9 none repeat scroll 0 0;
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    margin: 33px 0 35px;
    padding: 25px 38px 49px 44px;
    position: relative;
}
.blog-details-text > p.marked:after {
    background: #4A90E2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
}
.like-share > span {
    color: #666666;
    display: inline-block;
    font-size: 14px;
}
.like-share > span i {padding-right: 7px;}
.like-share > span:first-child {margin-right: 62px;}
.like-share {padding-top: 7px;}
.comments {padding: 49px 0 15px;}
.comment-text {padding-left: 22px;}
.comments .details-title {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 46px;
}
.author-image {
    border: 1px solid #ebebeb;
    display: inline-block;
    float: left;
}
.author-info h5 {
    color: #444444;
    font-size: 16px;
    line-height: 12px;
    margin-bottom: 8px;
}
.author-info span {
    color: #333333;
    font-size: 13px;
    margin-bottom: 11px;
}
.comment-text > p {color: #565656; margin-bottom: 8px;}
.comment-form input, .comment-form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #606060;
    font-size: 13px;
    height: 40px;
    margin-bottom: 30px;
    padding: 0 15px;
}
.comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder, .contact-form-left input::-moz-placeholder, .contact-form-left textarea::-moz-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.comment-form textarea, .single-post-area textarea {
    height: 200px;
    margin-bottom: 33px;
    padding: 12px 15px;
    resize: none;
}
.reply {
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}
.single-comment {margin-bottom: 40px;}
.reply-comment {padding-left: 53px;}
.reply-comment .comment-text {padding-right: 20px;}
.author-info > h5:hover a, .reply:hover {color: #4A90E2;}
.new-comment-post {padding-right: 60px;}
.new-comment-post .details-title {
    color: #444444;
    font-weight: 700;
    margin-bottom: 44px;
}
.comment-form .default-btn {padding: 8px 18px;}
/*----------------------------------------*/
/*  12. Contact Page
/*----------------------------------------*/
.contact-info-area h2 {
    color: #444444;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 56px;
    text-transform: uppercase;
}
.contact-info {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 59px 0 47px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.contact-info:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.contact-info i {
    color: #bbbbbb;
    display: block;
    font-size: 35px;
    margin-bottom: 27px;
    transition: all 0.3s ease 0s
}
.contact-info:hover i {color: #4c91e2;}
.contact-info h5 {
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.contact-info > p {color: #666666;}
.contact-info-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
    max-width: 320px;
    margin: 0 auto;
}
.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.contact-icon {
    margin-bottom: 20px;
}
.contact-icon i {
    font-size: 36px;
    color: #4a90e2;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.contact-info-card:hover .contact-icon i {
    background: #4a90e2;
    color: #ffffff;
}
.contact-content h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-content p {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
#contact-form input, #contact-form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
}
#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder {color: #333333;} 
#contact-form input::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
    color: #333333;
}
.contact-container {padding: 0 35px;}
#contact-form textarea {height: 250px; padding: 15px 20px;}
#contact-form {text-align: center;}
#contact-form button {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #4a90e2;
    padding: 13px 34px;
}
#contact-form button:hover {
    background: #4a90e2 none repeat scroll 0 0;
    color: #ffffff;
}
/*----------------------------------------*/
/*  4. Testimonial Area
/*----------------------------------------*/
.testimonial-content {
    padding: 0 15px;
}
.testimonial-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px 30px;
    margin: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-card:hover {
    transform: translateY(-5px);
}
.testimonial-icon {
    text-align: center;
    margin-bottom: 25px;
}
.testimonial-icon i {
    font-size: 48px;
    color: #4a90e2;
    opacity: 0.3;
}
.testimonial-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.testimonial-text p {
    color: #777777;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 25px;
    flex: 1;
}
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.client-avatar .initial {
    color: white;
    font-size: 18px;
    font-weight: 700;
}
.client-details {
    text-align: left;
}
.client-details h4 {
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}
.client-details h5 {
    color: #bbbbbb;
    font-weight: 400;
    margin: 0;
}
.testimonial-carousel .single-testimonial {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    margin: 15px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
}
.single-testimonial:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    bottom: -15px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
.single-testimonial .testimonial-image {margin-bottom: 25px;}
.single-testimonial .testimonial-image img {border-radius: 50%; height: 85px; width: 85px}
.single-testimonial .testimonial-text p {color: #777777; font-size: 16px; font-style: italic; line-height: 26px; margin-bottom: 25px}
.single-testimonial .testimonial-text span {color: #C8C8C8; font-size: 34px; position: relative; top: 4px}
.single-testimonial .testimonial-text h4 {color: #333; font-weight: 700}
.single-testimonial .testimonial-text h5 {
    color: #bbbbbb;
    font-weight: 400;
}