@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter Tight", serif;
    color: #333;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

.slider-video iframe {
    width: 100%;
    height: 600px;
}

/*.project .project-item .text::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    filter: invert(1) brightness(1);*/
/*    background: url("../images/Hexpattern.svg") no-repeat bottom right;*/
/*    background-size: cover;*/
/*    z-index: 0;*/
/*}*/


a {
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #acacac !important;
}

.bg-lightblue {
    background: #f1f5f9;
}

.w-60 {
    width: 60px !important;
}

.w-400 {
    width: 400px !important;
}

.w-300 {
    width: 300px !important;
}

.w-200 {
    width: 200px !important;
}

.w-100-p {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-70 {
    height: 70px !important;
}

.h-100 {
    height: 100px !important;
}

.h-200 {
    height: 200px !important;
}

.h-300 {
    height: 300px !important;
}

.bg_ffffff {
    background: #ffffff !important;
}

.bg_333333 {
    background: #333333 !important;
}

.bg_f3f3f3 {
    background: #f3f3f3 !important;
}

.bg_3867D6 {
    background: #3867D6 !important;
}

.c_f3f3f3 {
    color: #f3f3f3 !important;
}

.c_red {
    color: red;
}

.fz_40 {
    font-size: 40px !important;
}

.fw_700 {
    font-weight: 700 !important;
}

.fl_l {
    float: left;
}

.d_n {
    display: none !important;
}

.d_b {
    display: block !important;
}

.pt_8 {
    padding-top: 8px !important;
}

.pos_r {
    position: relative !important;
}



.btn-arf {
    background: #3867D6 !important;
    border: 0;
}

.btn-arf:hover {
    background: #333 !important;
}


.top {
    background: #3867D6;
    padding-top: 6px;
    margin-bottom: -4px;
}

.top-contact {
    color: #fff;
}

.top-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-contact li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 17px;
    font-size: 14px;
}

.top-contact li:last-child {
    margin-right: 0;
}

.top-contact li i {
    vertical-align: middle;
    font-size: 14px;
}

.top-contact li span {
    margin-left: 8px;
}

.top-right {
    display: flex;
    justify-content: flex-end;
}

.top-social {
    text-align: right;
    margin-right: 30px;
}

.top-social li {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

.top-social li:last-child {
    margin-right: 0px;
}

.top-social a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-social a:hover {
    color: #f8be2e;
}

.top-profile li {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
}

.top-profile li a {
    color: #fff;
}

.top-profile li:last-child {
    margin-right: 0px;
}

.top-profile li.cart {
    position: relative;
}

.top-profile li.cart .number {
    position: absolute;
    right: -18px;
    top: -6px;
    background: yellow;
    color: #333;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .top-contact,
    .top-contact ul {
        width: 100%;
    }

    .top-contact ul {
        text-align: center;
    }

    .top-social {
        margin-top: 10px;
    }

    .top-social,
    .top-social ul {
        width: 100%;
    }

    .top-social ul {
        text-align: center;
    }

    .top-right {
        display: block;
    }

    .top-profile ul {
        text-align: center;
        margin-top: -10px;
    }

    .top-profile ul li {
        display: inline-block;
    }
}



/* Main Nav */
.main-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item {
    padding-top: 28px;
    padding-bottom: 28px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 88px !important;
    background: #3867D6 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #333;
    font-weight: 600;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #3867D6;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #fff !important;
    background: #333 !important;
}

.main-nav img {
    height: 70px;
}


/* Sticky Nav */
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}




/* Sidepanel */
.sidepanel {
    height: 250px;
    /* Specify a height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidepanel */
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}







/* Slider */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.slider-item {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
}

.slider-bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
    z-index: 99;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 600px;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    margin-bottom: 25px;
}

.text-animated p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated ul {
    padding-left: 0;
    margin-top: 20px;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 11px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: #3867D6;
    color: #fff;
    border-color: #3867D6;
}

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    display: none;
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    background: #3867D6;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: #3867D6;
}

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}



/* Video Background */
.slider-video {
    position: relative;
    background-color: #00176e;
    color: #ffffff;
    height: 600px;
    overflow: hidden;
}

.slider-item-video .slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider-item-video .slider-table {
    z-index: 99;
    position: relative;
}

.slider-item-video .video-foreground,
.slider-item-video .video-foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .slider-item-video .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .slider-item-video .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .slider-item-video .vid-info {
        width: 50%;
        padding: 0.5rem;
    }

    .slider-item-video .vid-info h1 {
        margin-bottom: 0.2rem;
    }
}

@media all and (max-width: 500px) {
    .slider-item-video .vid-info .acronym {
        display: none;
    }
}



/* =============================================== */
/* ================= Mobile Menu ================= */
/* =============================================== */
.mobile-nav img {
    height: 40px;
}

.mean-container .mean-bar {
    background-color: #fff;
}

.mean-container a.meanmenu-reveal span {
    background: #3867D6;
}

.mean-container a.meanmenu-reveal {
    color: #3867D6;
}




.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #134050;
    opacity: 0.7;
}


.feature {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.feature .heading {
    text-align: center;
    margin-bottom: 30px;
}

.feature .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.feature .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #928f8f;
}

.feature .feature-item {
    background: #3867D6;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 25px;
}

.feature .feature-item .icon {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.feature .feature-item .icon img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3867D6;
    display: inline-block;
    padding: 10px;
}

.feature .feature-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.feature .feature-item p {
    font-size: 15px;
}

.feature .feature-item:hover {
    background: #333;
}


.corona-case {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.corona-case .heading {
    text-align: center;
    margin-bottom: 50px;
}

.corona-case .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.corona-case .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #928f8f;
}

.corona-case .corona-case-item {
    background: #fff;
    padding: 20px;
    color: #3867D6;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 25px;
}

.corona-case .corona-case-item .icon {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.corona-case .corona-case-item .icon img {
    width: 80px;
    height: auto;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.corona-case .corona-case-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #3867D6;
    font-weight: 700;
}

.corona-case .corona-case-item h5 {
    font-size: 34px;
    font-weight: 700 !important;
}

.corona-case .corona-case-item:hover {
    background: #333;
}


.countrywise {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #3867D6;
    overflow: hidden;
}

.countrywise .heading {
    text-align: center;
    margin-bottom: 30px;
}

.countrywise .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
}

.countrywise .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.countrywise .dataTables_length,
.countrywise div.dataTables_wrapper div.dataTables_info {
    display: none;
}

.countrywise div.dataTables_wrapper div.dataTables_filter label {
    color: #fff;
}

.countrywise div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    display: none;
}

.countrywise table.dataTable.display tbody tr {
    background: transparent;
}

.countrywise table.dataTable.display tbody tr>.sorting_1 {
    background: transparent;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button,
.countrywise .dataTables_wrapper .dataTables_paginate .ellipsis {
    color: #fff !important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #333 !important;
}

.countrywise .dataTables_wrapper .dataTables_filter input {
    border: 0;
    border-radius: 4px;
    outline: none;
    height: 30px;
    padding-left: 3px;
    padding-right: 3px;
}

.countrywise .dataTables_empty {
    color: #fff !important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent !important;
    color: #fff !important;
    padding: 6px 13px !important;
    border: 1px solid #fff !important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fff !important;
    color: #3867D6 !important;
    padding: 6px 13px !important;
    border: 1px solid #fff !important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff !important;
    color: #3867D6 !important;
    padding: 6px 13px !important;
    border: 1px solid #fff !important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #bbbbbb !important;
    background: #f9f9f9 !important;
    padding: 6px 13px !important;
    border: 1px solid #c9c6f5 !important;
}

.countrywise .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
}



.special {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.special h2 {
    color: #b3b3b3;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.special h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.special p {
    color: #fff;
    font-size: 15px;
}

.special .read-more {
    margin-top: 30px;
}

.special .read-more a {
    background: #3867D6;
    border: 2px solid #3867D6;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.special .read-more a:hover {
    background: transparent;
    border-color: #fff;
}

.video-section {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.video-section-bg {
    background: #fff;
    opacity: 0.3;
}

.video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #3867D6;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #3867D6;
    border-radius: 50%;
    transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes video-pop {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    .video-section {
        margin-top: 40px;
    }
}




.service {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.service .heading {
    text-align: center;
    margin-bottom: 30px;
}

.service .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.service .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #928f8f;
}

.service .service-item .photo img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service .service-item .text {
    background: #f2f2f2;
    padding: 20px;
}

.service .service-item .text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service .service-item .text h3 a {
    color: #333;
}

.service .service-item .text h3 a:hover {
    color: #3867D6;
}

.service .service-item .text p {
    font-size: 15px;
}

.service .read-more {
    margin-top: 15px;
}

.service .read-more a {
    background: #3867D6;
    border: 0;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.service .read-more a:hover {
    background: #333;
}


.service .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.service .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 7px solid #afafaf;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.service .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #333;
    border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service .service-item .photo img {
        height: 190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service .service-item .photo img {
        height: 217px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service .service-item .photo img {
        height: 335px;
    }
}

@media only screen and (max-width: 575px) {
    .service .service-item .photo img {
        object-fit: fill;
        height: auto;
    }
}





.project {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.project .heading {
    text-align: center;
    margin-bottom: 30px;
}

.project .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.project .heading h3 {
    font-size: 17px;
    font-weight: 400;
    color: #928f8f;
    line-height: 28px;
}

.project .project-item .photo img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.project .project-item .text {
    /*background: #f2f2f2;*/
    padding: 20px;
}

.project .project-item .text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
	  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 999;
}

.project .project-item .text h3 a {
    color: #333;
}

.project .project-item .text h3 a:hover {
    color: #3867D6;
}

.project .project-item .text p {
    font-size: 15px;
}

.project .read-more {
    margin-top: 15px;
}

.project .read-more a {
    background: #3867D6;
    border: 0;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.project .read-more a:hover {
    background: #333;
}


.project .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.project .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 7px solid #afafaf;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.project .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #333;
    border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project .project-item .photo img {
        height: 190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project .project-item .photo img {
        height: 217px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project .project-item .photo img {
        height: 335px;
    }
}

@media only screen and (max-width: 575px) {
    .project .project-item .photo img {
        object-fit: fill;
        height: auto;
    }
}




.testimonial {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
    background: #3867D6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.testimonial-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3867D6;
    opacity: 0.8;
}

.testimonial .heading {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
}

.testimonial .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.testimonial .testimonial-item .photo {
    text-align: center;
}

.testimonial .testimonial-item .photo img {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.testimonial .testimonial-item .text {
    padding: 20px 150px;
    text-align: center;
}

.testimonial .testimonial-item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-top: 40px;
}

.testimonial .testimonial-item .text h3:before {
    content: '';
    position: absolute;
    left: calc(50% - 20px);
    top: -20px;
    width: 40px;
    height: 2px;
    background: #fff;
}

.testimonial .testimonial-item .text h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.testimonial .testimonial-item .text p {
    font-size: 15px;
    color: #fff;
}

.testimonial .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 7px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.testimonial .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #333;
    border: 7px solid #fff;
}

@media only screen and (max-width: 992px) {
    .testimonial .testimonial-item .text {
        padding-left: 10px;
        padding-right: 10px;
    }
}






/* Counter */
.counter-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 80px;
    padding-bottom: 90px;
}

.bg-counter {
    position: absolute;
    background: #3867D6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.counter {
    padding: 0;
}

.count-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.counter .icon {
    margin-bottom: 20px;
}

.counter .icon .fa-2x {
    width: 70px;
    height: 70px;
    padding-top: 15px;
    text-align: center;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
    font-size: 34px;
}




/* Pricing */
.pricing {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #f1f5f9;
    overflow: hidden;
}

.pricing .heading {
    text-align: center;
    margin-bottom: 30px;
}

.pricing .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.pricing .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #928f8f;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 12px;
}

.pricing ul li {
    margin-bottom: 16px;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    background: #3867D6;
    font-size: 20px;
    border-radius: 5rem;
    font-weight: 700;
    padding: 10px;
    border: 0;
}

.pricing .btn:hover {
    background: #333;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}




/* Call To Action */
.cta {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}

.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3867D6;
    opacity: 0.8;
}

.cta .cta-box h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.cta .cta-box p {
    color: #fff;
    font-size: 20px;
}

.cta .cta-box .btn {
    border-radius: 30px;
    padding: 10px 40px;
    background: #333;
    font-size: 20px;
    border: 0;
    margin-top: 30px;
}





/* Newsletter */
.newsletter-area {
    width: 100%;
    height: auto;
    text-align: center;
    background: #3867D6;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}

.newsletter-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3867D6;
    opacity: 0.8;
}

.newsletter-text {
    margin-bottom: 30px;
}

.newsletter-text h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.newsletter-text p {
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
}

.newsletter-button input[type='text'] {
    width: 300px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}

.newsletter-button input[type='submit'] {
    width: 100px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    background: #333;
    color: #fff;
    border: 0;
    margin-left: -4px;
    text-transform: uppercase;
}






/* Blog */
.blog-area {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.blog-area .heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog-area .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.blog-area .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #928f8f;
    margin-bottom: 15px;
}

.blog-area .blog-item h3 a {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.blog-area .blog-item h3 a:hover {
    color: #3867D6;
}

.blog-area .blog-item:hover .date {
    bottom: 0;
}

.blog-area .blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-area .blog-item p {
    font-size: 15px;
}

.blog-area .blog-image {
    overflow: hidden;
    position: relative;
}

.blog-area .blog-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date {
    text-align: center;
    position: absolute;
    bottom: -26px;
    right: 12px;
    padding: 10px 16px;
    color: #fff;
    background: #3867D6;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-image .date h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-text {
    background: #f5f5f5;
    padding: 20px;
}

.blog-area .read-more {
    margin-top: 15px;
}

.blog-area .read-more a {
    background: #3867D6;
    border: 0;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-area .read-more a:hover {
    background: #333;
}

.blog-area .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.blog-area .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 7px solid #afafaf;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.blog-area .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #333;
    border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-area .blog-image img {
        height: 190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area .blog-image img {
        height: 217px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .blog-image img {
        height: 335px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-area .blog-image img {
        object-fit: fill;
        height: auto;
    }
}





/* Partner */
.partner {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.partner .heading {
    text-align: center;
    margin-bottom: 30px;
}

.partner .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.partner .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #928f8f;
    margin-bottom: 15px;
}

.partner .partner-carousel {
    position: relative;
}

.partner-carousel .inner {
    padding-left: 20px;
    padding-right: 20px;
}


/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 46px;
    bottom: 46px;
    right: 20px;
    background: #3867D6;
    color: #fff;
    opacity: 0.7;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}




/* Footer */
.footer-area {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #333;
    color: #c7c7c7;
}

.footer-item {
    margin-top: 30px;
}

.footer-item h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
}

.footer-item p {
    line-height: 1.7;
    margin: 0;
}

.footer-item ul li {
    margin-bottom: 5px;
    list-style-type: none;
    padding-left: 0 !important;
    background: none !important;
}

.footer-item ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #c7c7c7;
    transition: all 0.4s;
    padding-left: 5px;
}

.footer-item ul.fmain li:before {
    font-family: 'Fontawesome';
    content: '\f0a9';
    color: #c7c7c7;
}

.footer-item ul li a:hover {
    color: #3867D6;
}

.footer-social-link {
    margin-top: 30px;
}

.footer-social-link h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}

.footer-social-link ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-social-link ul li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #3867D6;
    border: 1px solid #3867D6;
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
}

.footer-social-link ul li a:hover {
    background-color: transparent;
    color: #fff;
}

.footer-contact ul li {
    position: relative;
    padding-left: 26px !important;
    font-size: 15px;
    margin-bottom: 8px;
}

.footer-contact ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}

.footer-contact ul li:nth-child(1):before {
    content: '\f041';
}

.footer-contact ul li:nth-child(2):before {
    content: '\f003';
    font-size: 14px;
}

.footer-contact ul li:nth-child(3):before {
    content: '\f095';
}

.copyright {
    text-align: center;
    color: #c7c7c7;
    border-top: 1px solid #c7c7c7;
    margin-top: 20px;
    padding-top: 20px;
}

.copyright p {
    margin: 0;
}



/* Page Banner */
.page-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bg-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
}

.page-banner .text {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 99;
}

.page-banner .text h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 !important;
}

.page-banner .breadcrumb {
    background-color: transparent;
    text-align: center;
    margin-bottom: 0;
}

.page-banner .breadcrumb-item {
    color: #bdbaba;
    font-weight: 600;
    font-size: 18px;
}

.page-banner .breadcrumb-item a {
    color: #fff;
}

.page-banner .breadcrumb-item a:hover {
    color: #f3f3f3;
}

.page-banner .breadcrumb-item::before {
    color: #fff !important;
}

@media only screen and (max-width: 991px) {
    .page-banner .text {
        padding-top: 125px;
    }
}




/* Page Content */
.page-content {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: clip;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 20px !important;
}

.page-content ul,
.page-content ol {
    margin-bottom: 20px;
}

.page-content ul li {
    list-style-type: none;
    position: relative;
    background-image: url(../images/tick.png);
    background-size: 16px 16px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
}

.page-content ol li {
    margin-bottom: 15px;
}


/* Single Section */
.single-section .blog-item {
    margin-bottom: 50px;
}

.single-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.single-section h2 a {
    color: #333;
}

.single-section h3 {
    font-size: 18px;
    color: #3867D6;
}

.single-section .featured-photo {
    margin-bottom: 30px;
}

.single-section .featured-photo img {
    width: 100%;
    height: auto;
}

.single-section .read-more {
    margin-top: 30px;
}

.single-section .read-more a {
    background: #3867D6;
    border: 0;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.single-section .read-more a:hover {
    background: #333;
}

@media only screen and (max-width: 767px) {
    .single-section {
        margin-bottom: 30px;
    }
}


/* Sidebar */
.sidebar .widget {
    padding: 20px;
    background: #f1f5f9;
    margin-bottom: 30px;
}

.sidebar .widget h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar .widget .type-1 ul li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    background: none !important;
}

.sidebar .widget .type-1 ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #3867D6;
}

.sidebar .widget .type-1 ul li a {
    color: #333;
}

.sidebar .widget .type-1 ul li a:hover {
    color: #3867D6;
}

.sidebar .widget .type-2 img {
    width: 70px;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
}

.sidebar .widget .type-2 ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

.sidebar .widget .type-2 ul li a {
    width: 100%;
    color: #333;
    display: inline-block;
    vertical-align: top;
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar .widget .type-2 ul li a:hover {
    color: #3867D6;
}

.sidebar .widget .type-2 ul li {
    background: none;
    padding-left: 0;
}

.sidebar .widget .search .input-group-append {
    width: 36px;
}

.sidebar .widget .search button {
    background: #3867D6;
    border: 0;
    width: 36px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar .widget .search button i {
    color: #fff;
}

.sidebar .widget .type-3 button {
    border: 0;
    background: #3867D6;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar .widget .type-3 button:hover {
    background: #333;
}

.sidebar .widget .project-detail .item {
    margin-bottom: 25px;
}

.sidebar .widget .project-detail .item h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.sidebar .widget .project-detail .item p {
    color: #555;
    font-size: 15px;
}




.team {
   padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.team .heading {
    text-align: center;
    margin-bottom: 30px;
}

.team .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.team .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #928f8f;
}

.team-item {
    border: 1px solid #ddd;
    margin-top: 30px;
}

.team-photo img {
    width: 100%;
    height: 100px!important;
    object-fit: contain;
    padding: 0px 10px;
}
.team-photo{
    background-color: #fff;
}

.team-photo-anchor {
    width: 100%;
    height: 100%;
}

.team-text {
    text-align: center;
    background: #3867D6;
    color: #fff;
    padding: 15px;
}

.team-text h4 {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin: 0;
    margin-bottom: 4px !important;
}

.team-text h4 a {
    color: #fff;
}

.team-text p {
    margin: 0;
    font-size: 14px;
}

.team-social {
    text-align: center;
    background: #333;
    width: 100%;
    padding: 10px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-top: 15px;
}

.team-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}

.team-social li {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0 !important;
    background: none !important;
    padding-left: 0 !important;
}

.team-social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-social li a:hover {
    background: #3867D6;
    color: #fff;
    border: 1px solid #3867D6;
}

.team .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.team .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 7px solid #afafaf;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.team .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #333;
    border: 7px solid #afafaf;
}

.team-member-photo img {
    width: 100%;
    height: auto;
}

.team-single ul.social {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.team-single ul.social li {
    list-style-type: none;
    display: inline-block;
}

.team-single ul.social li a {
    background: #5ac736;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-right: 6px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-single ul.social li a:hover {
    background: #333;
}

.team-single table {
    background: #fff;
}

.team-single table tr td:nth-of-type(1) {
    width: 200px;
    font-weight: 500;
}

.team-single .description h2 {
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-photo img {
        height: 240px;
    }

    .team-social li a {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-photo img {
        height: 378px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-photo img {
        height: 588px;
    }
}

@media only screen and (max-width: 575px) {
    .team-photo img {
        object-fit: fill;
        height: auto;
    }
}





/* Portfolio Carousel */
.project-photo-carousel {
    overflow: hidden;
    margin-top: 30px;
}

.project-photo-carousel .owl-nav .owl-prev,
.project-photo-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    background: #3867D6;
    color: #fff;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.project-photo-carousel .owl-nav .owl-prev {
    left: 0;
}

.project-photo-carousel .owl-nav .owl-next {
    right: 0;
}

.project-photo-carousel .owl-nav .owl-prev:hover,
.project-photo-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #313131;
}

.single-project .iframe-container {
    overflow: hidden;
    clear: both;
}

.single-project iframe {
    width: 100%;
    height: 400px;
}

.single-project img.featured-photo {
    width: 100%;
    height: auto;
}

.project-photo-carousel .p-item {
    position: relative;
}

.project-photo-carousel .p-item .p-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project-photo-carousel .p-item:hover .p-item-bg {
    opacity: 0.6;
}

.project-photo-carousel .p-item .plus-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.project-photo-carousel .p-item:hover .plus-icon {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-photo-carousel .p-item img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}








/* Comment */
.comment button {
    border: 0;
    background: #3867D6;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment>h2 {
    margin-bottom: 30px !important;
}

.comment button:hover {
    background: #333;
}

.comment-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
}

.comment-item .photo {
    width: 70px;
    margin-right: 15px;
}

.comment-item .photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.comment-item .text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.comment-item .text .date {
    font-size: 14px;
    color: #848484;
    margin-bottom: 15px;
}

.comment-item .text .des {
    font-size: 14px;
}




/* Career Detail */
.career-main-item {
    background: #f3f3f3;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #ddd;
}

.career-main-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px !important;
    color: #3867D6;
}

.career-main-item h4 {
    font-size: 16px;
    font-weight: 700;
}

.career-main-item p {
    font-size: 14px;
}

.career-main-item .long {
    margin-bottom: 5px;
}

.career-detail .item {
    margin-bottom: 30px;
}

.career-detail .item h3 {
    font-size: 22px;
    font-weight: 700;
}

.career-detail .item p {
    font-size: 16px;
}

.career-detail .item ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}

.career-detail .item ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    top: 0;
    display: none;
}

.career-sidebar .widget {
    padding: 20px;
    background: #f1f5f9;
    margin-bottom: 30px;
}

.career-sidebar .widget h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.career-sidebar .widget .type-1 ul li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    background: none !important;
}

.career-sidebar .widget .type-1 ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #3867D6;
}

.career-sidebar .widget .type-1 ul li a {
    color: #333;
}

.career-sidebar .widget .type-1 ul li a:hover {
    color: #3867D6;
}

.career-sidebar .widget .career-detail-sidebar .item {
    margin-bottom: 25px;
}

.career-sidebar .widget .career-detail-sidebar .item h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.career-sidebar .widget .career-detail-sidebar .item p {
    color: #555;
    font-size: 15px;
}

.career-sidebar .widget button {
    border: 0;
    background: #3867D6;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
}



/* FAQ */
.faq {
    margin-top: 30px;
    background: #fff;
}

.faq .panel-body ol li,
.faq .panel-body ul li {
    list-style-position: inside;
}

.faq .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.faq .panel-group {
    margin-bottom: 40px;
}

.faq .panel-default>.panel-heading {
    background: #eee;
    color: #333;
    padding: 0;
    border-radius: 0;
    border: 1px solid #eee;
    position: relative;
}

.faq .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    right: 20px;
    top: 17px;
    font-size: 14px;
}

.faq .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
}


.faq h4.panel-title {
    margin-bottom: 0 !important;
    border: 1px solid #3867D6;
}

.faq h4.panel-title a {
    display: block;
    padding: 16px 15px;
    font-size: 18px;
    font-weight: 700;
    background: #3867D6;
    color: #fff;
}

.faq .panel-body {
    border-top: 0;
    padding: 15px;
    border-top: 0;
}




/* Order Bottom */
.order-bottom {
    margin-top: 30px;
    background: #fff;
}

.order-bottom .panel-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.order-bottom .panel-body ol li,
.order-bottom .panel-body ul li {
    list-style-position: inside;
}

.order-bottom .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.order-bottom .panel-group {
    margin-bottom: 40px;
}

.order-bottom .panel-default>.panel-heading {
    background: #eee;
    color: #333;
    padding: 0;
    border-radius: 0;
    border: 1px solid #eee;
    position: relative;
}

.order-bottom .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    right: 20px;
    top: 13px;
    font-size: 14px;
}

.order-bottom .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
}

.order-bottom h4.panel-title {
    margin-bottom: 0 !important;
    border: 1px solid #3867D6;
}

.order-bottom h4.panel-title a {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    background: #f3f3f3;
    color: #3867D6;
}

.order-bottom .panel-body {
    border-top: 0;
    padding: 15px;
    border-top: 0;
}





/* Contact Form */
.contact-item {
    text-align: center;
    border: 1px solid #e1e1e1;
    min-height: 180px;
    position: relative;
    background: #fafafa;
    padding: 30px 15px;
    padding-top: 60px;
    margin-top: 71px;
}

.contact-icon {
    position: absolute;
    width: 82px;
    height: 82px;
    line-height: 92px;
    top: 0px;
    left: 50%;
    background: #fafafa;
    color: #3867D6;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin-top: -41px;
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-icon img {
    width: 40px;
    height: 40px;
}

.contact-icon i {
    font-size: 34px;
}

.contact-item:hover .contact-icon {
    background: #3867D6;
    color: #fafafa;
    border: 1px solid #3867D6;
}

.contact-text {
    margin-top: 0px;
}

.contact-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-text p {
    margin: 0;
}

.contact-form textarea {
    height: 190px
}

.contact-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 1px solid #3867D6;
    background: #3867D6;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form .btn:hover {
    color: #fff;
    background: #313131;
    border: 1px solid #313131;
}

.map-area iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -5px;
}

h4.contact-form-title {
    font-weight: 700;
    font-size: 24px;
}

.contact-form {
    margin-bottom: 50px;
}

.contact-form button {
    background: #3867D6;
    border: 2px solid #3867D6;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form button:hover {
    background: transparent;
    border-color: #fff;
}




/* Photo Gallery */
.gallery-photo {
    margin-bottom: 30px;
}

.gallery-photo img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery-photo .gallery-photo-bg {
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-photo:hover .gallery-photo-bg {
    opacity: 0.6;
}

.gallery-photo .plus-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.gallery-photo:hover .plus-icon {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery-photo img {
        height: 207px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-photo img {
        height: 236px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gallery-photo img {
        height: 364px;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-photo img {
        object-fit: fill;
        height: auto;
    }
}




/* Video Gallery */
.video-item {
    margin-bottom: 70px;
}

.video-item iframe {
    width: 100%;
    height: 350px;
}

.video-item .video-caption {
    font-weight: 700;
    font-size: 18px;
}




/* Product */
.product-item {
    margin-bottom: 80px !important;
}

.product-item .photo img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border: 1px solid #e3e3e3;
}

.product-item .text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px !important;
}

.product-item .text h3 a {
    color: #333;
}

.product-item .text h3 a:hover {
    color: #3867D6;
}

.product-item .text .price {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

.product-item .text .price del {
    color: red;
}

.product-item .text .cart-button {
    overflow: hidden;
}

.product-item .text .cart-button a,
.product-item .text .cart-button input[type="submit"] {
    background: #3867D6;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    border: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.product-item .text button {
    width: 100%;
    background: #3867D6;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    border: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.product-item .text button i {
    font-size: 14px;
}

.product-item .text .cart-button a.stock-empty {
    background: #ead1d1;
    color: #ff0000;
}

.product-item .text .cart-button a.stock-empty:hover {
    background: #ead1d1;
    color: #ff0000;
}

.product-item .text .cart-button a:hover,
.product-item .text .cart-button input[type="submit"]:hover {
    background: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-item .photo img {
        height: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-item .photo img {
        height: 347px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-item .photo img {
        height: 540px;
    }
}

@media only screen and (max-width: 575px) {
    .product-item .photo img {
        object-fit: fill;
        height: auto;
    }
}




/* Product Detail */
.product-detail .photo img {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
}

.product-detail h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.product-detail p {
    font-size: 16px;
}

.product-detail .price {
    font-size: 28px;
    font-weight: 600;
    color: #3867D6;
}

.product-detail .price del {
    color: red;
}

.product-detail .delivery-time {
    font-size: 18px;
}

.product-detail .qty {
    font-size: 18px;
}

.product-detail .qty input[type="number"] {
    width: 100px;
}

.product-detail button {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 0;
    border-radius: 50px;
    background: #3867D6;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail button:hover {
    background: #333;
}

.product-detail .nav-pills .nav-link.active {
    background: #3867D6;
    color: #fff;
}

.product-detail .nav-pills .nav-link {
    background: #f1f5f9;
    color: #3867D6;
}

.product-detail li.nav-item {
    margin-right: 10px;
}

.product-detail li {
    background: none !important;
    padding-left: 0 !important;
}

.product-detail a.stock-available-amount {
    background: #ffc107;
    color: #333;
    border: 0;
    border-radius: 16px;
    padding: 5px 18px;
    font-size: 14px;
}

.product-detail a.stock-empty {
    background: #ead1d1;
    color: #ff0000;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

.product-detail a.stock-empty:hover {
    background: #ead1d1;
    color: #ff0000;
}

@media only screen and (max-width: 767px) {
    .product-detail .photo img {
        margin-bottom: 30px;
    }
}


/* Cart */
.cart table img {
    width: 100px;
    height: auto;
}

.cart input[type="number"] {
    width: 100px;
}

.cart .total {
    font-size: 18px;
    font-weight: 600;
}

.cart-buttons {
    float: right;
}

.cart-buttons a,
.cart-buttons input[type="submit"] {
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .cart-buttons {
        margin-bottom: 30px;
    }
}



.checkout-login-form h2 {
    font-size: 24px;
    font-weight: 700;
}

.checkout-login-form .inner {
    display: flex;
    justify-content: center;
}

.checkout-login-form input {
    width: 400px;
}

.checkout-login-form .new-user {
    margin-top: 15px;
    font-weight: 600;
}

.checkout-login-form .new-user a {
    color: #3867D6;
}

.checkout-login-form .new-user a:hover {
    color: #333;
}

.checkout h2 {
    font-size: 24px;
    font-weight: 700;
}

.checkout-billing h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.checkout-tab .nav-link {
    font-size: 20px;
    padding: 15px 30px;
    font-weight: 700;
    background: #ddd;
    color: #6c757d;
    margin-right: 10px;
}

.checkout-tab .nav-link i {
    background: #6c757d;
    color: #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.checkout-tab .nav-link.active {
    font-size: 20px;
    padding: 15px 30px;
    font-weight: 700;
    background: #3867D6;
}

.checkout-tab .nav-link.active i {
    background: #fff;
    color: #3867D6;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.checkout-tab li {
    padding-left: 0 !important;
    background: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout-tab .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .checkout-tab .nav-link.active {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-tab .nav-link {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 18px;
    }

    .checkout-tab .nav-link.active {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 18px;
    }

    .page-content-checkout button {
        margin-bottom: 30px;
    }

    .order-summery-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .page-content-checkout ul.nav-pills li {
        width: 100% !important;
    }
}




/* Login */
.reg-login-form h2 {
    font-size: 24px;
    font-weight: 700;
}

.reg-login-form .inner {
    display: flex;
    justify-content: center;
}

.reg-login-form input {
    width: 400px;
}

.reg-login-form .new-user {
    margin-top: 15px;
    font-weight: 600;
}

.reg-login-form .new-user a {
    color: #3867D6;
}

.reg-login-form .new-user a:hover {
    color: #333;
}

@media only screen and (max-width: 991px) {
    .reg-login-form input {
        width: 100%;
    }

    .reg-login-form select {}

    .reg-login-form .inner {
        display: block;
    }
}





/* User Panel */
.user-sidebar ul {
    display: flex;
    flex-direction: column;
}

.user-sidebar ul li {
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 0;
    background: none;
}

.modal-table {
    font-size: 14px;
}

.modal-table tr th {
    width: 150px;
}

.modal-full-width {
    max-width: 100% !important;
}

.modal-full-width .top-area {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
}

.modal-full-width .top-right {
    font-size: 20px;
    font-weight: 700;
    float: right;
    margin-top: 30px;
}

@media only screen and (min-width: 992px) {
    .modal-full-width {
        max-width: calc(100% - 200px) !important;
    }
}

.customer-invoice {
    padding-top: 30px;
}

.customer-invoice .top-head {
    border-bottom: 1px solid #efebeb;
}

.customer-invoice .left img {
    height: 70px;
}

.customer-invoice .left .company-info {
    font-size: 14px;
    margin-bottom: 30px;
}

.customer-invoice .right {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}

.customer-invoice .i3 {
    margin-top: 30px;
}

.customer-invoice .i3 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.customer-invoice .i3 p {
    font-size: 14px;
    margin-bottom: 0;
}

@media print {
    @page {
        margin: 0;
    }
}




.chosen-drop {
    z-index: 999999 !important;
}

.nav-doctor li {
    padding-left: 0 !important;
    background: none !important;
}

.doc_detail_social li {
    padding-left: 0 !important;
    background: none !important;
    float: left;
    margin-right: 5px;
}

.doc_detail_social li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #3867D6;
    color: #fff;
    border-radius: 4px;
    transition: all 0.4s ease;
}

.doc_detail_social li:hover i {
    background: #333;
}

.nav-doctor .nav-link {
    background: #e6e6e6;
    margin-right: 10px;
    color: #333;
}

.nav-doctor .nav-link.active,
.nav-doctor .show>.nav-link {
    background: #3867D6;
}


/* Bootstrap Pagination */
.pagination li {
    background: none !important;
    padding-left: 0 !important;
}


.dashboard-stat .text {
    font-size: 20px;
}

.dashboard-stat .total {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .dashboard-stat-item {
        margin-bottom: 30px;
    }
}


/* ------------------------------------------- */
/* toastr */
/* ------------------------------------------- */
.toast {
    opacity: 1 !important;
}

#success_toastr {
    background: green !important;
}

#error_toastr {
    background: red !important;
}

.toast-error {
    background-color: #bd362f;
}

.toast-success {
    background-color: #51a351;
}

.toast-warning {
    background-color: #f89406;
}



/* Checkout */
.checkout-left h4 {
    font-weight: 700;
}

.checkout-right h4 {
    font-weight: 700;
}

.checkout-right .inner {
    background: #f3f3f3;
    padding: 15px;
}

.checkout-right img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.checkout-right .p_price {
    text-align: right;
}

.checkout-right .p_name,
.checkout-right .p_name a {
    text-decoration: none !important;
    color: #333;
}

.checkout-right .total_amount {
    font-size: 22px;
    font-weight: 700;
}

.shipping-checkbox-container .form-check {
    margin-bottom: 10px;
}

.shipping-checkbox-container input:focus {
    border-color: none !important;
}

.shipping-checkbox-container .heading {
    line-height: 1.1;
}

.shipping-checkbox-container .subheading {
    font-size: 12px;
}

.checkout-right table td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.checkout-left input[type="checkbox"],
.checkout-right input[type="checkbox"] {
    color: #3867D6;
}

/* Select 2 */
.select2-container--bootstrap .select2-selection--single {
    height: 38px !important;
    line-height: 38px !important;
    padding-top: 0 !important;
    font-size: 1rem;
}


/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.owl-nav {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.owl-prev {
    text-align: center;
    padding: 0px 10px;
}

.owl-prev i {
    padding-top: 15px;
    background: #eaeaea;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: green;
    font-weight: 700 !important;
}

.owl-prev i:hover {
    cursor: pointer;
    color: black;
}

.owl-next {
    text-align: center;
    padding: 0px 10px;
}

.owl-next i {
    padding-top: 15px;
    background: #eaeaea;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: green;
    font-weight: 700 !important;
}

.owl-next i:hover {
    cursor: pointer;
    color: black;
}

.owl-stage {
    display: flex;
    /* justify-content: !important;
	align-items: center !important; */
}

.dis-cntr {
    width: 20vw;
    height: auto !important;
}

@media only screen and (max-width: 780px) {
    .dis-cntr {
        width: 95vw;
        height: auto !important;
    }
}

#preloader #status {
    background-image: url(uploads/preloader.gif);
}

/* Put your custom css code here */
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.btn-grad {
    background-image: linear-gradient(to right, #c90a12 0%, #ff6a00 51%, #ee0979 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.main-nav nav .navbar-nav .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider-bg {
    background: #000000;
    opacity: 0.3;
}

.slider-text {
    vertical-align: bottom;
    padding-bottom: 50px;
}

.feature .feature-item {
    background: #fff;
    color: #000;
    margin: 0;
    height: 100%;
    padding: 0
}

.feature .feature-item:hover * {
    color: #000 !important;
}

.feature .feature-item:hover {
    background-color: #f4f4f4;
}

.feature .feature-item .icon img {
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.feature .feature-item .icon img {
    height: 75px;
    object-fit: contain;
    line-height: 75px;
}

.feature .feature-item h4 {
    font-size: 20px;
}

.gallery-sec {
    padding: 50px 0;
    position: relative;
}

.gallery-sec .heading {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-sec .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

@media screen and (min-width:769px) {
    .cta .cta-box h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
    }
}

.gallery-photo {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.testimonial-bg {
    opacity: 0.6;
}

.bg {
    background: #000000;
}

.video-section {
    background-position: center;
}

.footer-area {
    padding-bottom: 30px;
    background: #18274a;
}

.gallery-photo .gallery-photo-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #22b9af;
}

.testimonial .testimonial-item .photo img {
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}

.video-section {
    background-size: contain;
}

.page-banner {
    background-position: bottom;
    background-attachment: fixed;
}

.service .service-item .text p {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.service .service-item .text h3 {
    font-size: 20px;
    min-height: 55px;
}

.slider-item {
    background-position: center;
}

.special h3 {
    color: #000;
}

.special p {
    color: #000;
}

.feature .feature-item h4 {
    display: block;
    color: #000;
}

.feature {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial-bg {
    background-color: #009693
}

.testimonial .testimonial-item .text p {
    font-size: 20px;
    color: #fff;
}

.service .service-item .text h3 a {
    color: #333;
    text-transform: capitalize;
}

.gallery-row .col-md-3 {
    display: none;
}

.gallery-row .col-md-3:nth-child(-n+8) {
    display: block;
}

.gallery-photo img {
    height: 205px;
    object-fit: cover;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90%;
    }
}

@media screen and (min-width:769px) {
    .special p {
        text-align: justify;
    }
}

.special p {
    font-size: 20px;
}

.owl-dots .owl-dot.active {
    width: 14px;
    height: 14px;
    border: 0;
    background: #333 !important;
}

.owl-dots .owl-dot {
    width: 14px !important;
    height: 14px !important;
    border: 0 !important;
    background: #00bfb2 !important;
}

.service-item .photo {
    overflow: hidden;
    border-radius: 15px
}

.service .service-item .text {
    background: #fff;
    text-align: center;
}

.project-item .photo {
    overflow: hidden;
    border-radius: 0px
}

.project .project-item .text {
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.project .project-item .text h3 a {
    color: #00000;
}

.project .read-more {
    position: relative;
    z-index: 1;
}

.heading h3 {
    font-size: 18px;
    font-weight: 500;
    max-width: 70%;
    margin: 8px auto 30px;
}

.project .heading h2 {
    color: #000000;
}

.bg-page {
    background: #00bfb2;
    opacity: 0.9;
}

.contact-icon {
    width: 102px;
    height: 102px;
    line-height: 102px;
    background: #fff;
    color: #3867D6;
    border-radius: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -52px;
}

.contact-item:hover .contact-icon {
    background: #ffffff;
    border: 0;
}

.page-banner .breadcrumb-item {
    color: #ffffff;
    font-size: 18px;
}

.project-photo-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}

.p-item {
    position: relative;
    overflow: hidden;
}

.p-item .p-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.p-item:hover .p-item-bg {
    opacity: 0.6;
}

.p-item .plus-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.p-item:hover .plus-icon {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-item img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.contact-form .btn {
    border: 1px solid #00bfb2;
    background: #00bfb2;
    color: #fff;
}

.special .read-more a:hover {
    background: #3f8bbf !important;
    border-color: #3f8bbf !important;
}

.cta .cta-box p {
    text-align: left;
}

.top,
.main-nav nav .navbar-nav .nav-item .dropdown-menu,
.video-button:before,
.video-button:after,
.special .read-more a,
.service .read-more a,
/*.testimonial-bg,*/
.project .read-more a,
.team-text,
.cta .overlay,
.blog-area .blog-image .date,
.blog-area .read-more a,
.newsletter-area .overlay,
.footer-social-link ul li a,
.scroll-top,
.single-section .read-more a,
.sidebar .widget .search button,
.comment button,
/*.contact-item:hover .contact-icon,*/
.product-item .text button,
/*.btn-arf,*/
.project-photo-carousel .owl-nav .owl-prev,
.project-photo-carousel .owl-nav .owl-next,
.faq h4.panel-title a,
.team-social li a:hover,
.doc_detail_social li i,
.nav-doctor .nav-link.active {
    background: #00BFB2 !important;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item:hover a,
.service .service-item .text h3 a:hover,
.project .project-item .text h3 a:hover,
.blog-area .blog-item h3 a:hover,
.footer-item ul li a:hover,
.sidebar .widget .type-2 ul li a:hover,
.sidebar .widget .type-1 ul li:before,
.sidebar .widget .type-1 ul li a:hover,
.single-section h3,
.contact-icon,
.product-item .text h3 a:hover,
.career-main-item h3,
.reg-login-form .new-user a {
    color: #00BFB2 !important;
}

.text-animated li a:hover {
    background-color: #00BFB2 !important;
}

.text-animated li a:hover,
.special .read-more a,
.footer-social-link ul li a,
/*.contact-item:hover .contact-icon,*/
.faq h4.panel-title,
.team-social li a:hover {
    border-color: #00BFB2 !important;
}



.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff !important;
}

/*.feature .feature-item:hover,*/
.service .read-more a:hover,
.project .read-more a:hover,
.blog-area .read-more a:hover,
.single-section .read-more a:hover,
.comment button:hover,
.doc_detail_social li:hover i {
    background: #333 !important;
}

.footer-social-link ul li a:hover {
    background: transparent !important;
}

.site_map_area_sec {
    padding: 70px 0px;
}

h2.title-default-left {
    padding-left: 10px;
    padding-bottom: 10px;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
    font-size: 15px;
}

.sitemap li a {
    color: #292828;
}

ul.mega-menu-area.sitemap_menu {
    border: none !important;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #ffffff;
}

.market-list {

    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: #18274a;
    color: #fff !important;
}



.top_header {
    background: #00BFB2;
    width: 100%;
  
    position: relative;
    overflow: hidden;

}

/* shimmer line at bottom */
.top_header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
}

/* subtle dot pattern */
.top_header::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

/* ── inner row ── */
.top_header .th-inner {
    position: relative;
    z-index: 1;
 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    gap: 20px;
}

/* ── LEFT: contact info ── */
.top_header .th-contact {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_header .th-contact li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    padding: 0 18px;
    height: 46px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    transition: background 0.22s;
    cursor: default;
}

.top_header .th-contact li:first-child {
    padding-left: 0;
}

.top_header .th-contact li:last-child {
    border-right: none;
}

.top_header .th-contact li:hover {
    background: rgba(255, 255, 255, 0.08);
}

.top_header .th-contact li i {
    font-size: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.22s, transform 0.22s;
}

.top_header .th-contact li:hover i {
    background: rgba(255, 255, 255, 0.32);
    transform: scale(1.1);
}

.top_header .th-contact li span {
    white-space: nowrap;
    letter-spacing: 0.1px;
}

/* ── RIGHT: social icons ── */
.top_header .th-social {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_header .th-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.22s, transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}

.top_header .th-social li a:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* brand bg colors — always visible, by class name */
.top_header .th-social li a.fb {
    background: #1877f2;
    border-color: #1460c8;
}

.top_header .th-social li a.tw {
    background: #1da1f2;
    border-color: #0d8fd8;
}

.top_header .th-social li a.ln {
    background: #0a66c2;
    border-color: #0850a0;
}

.top_header .th-social li a.wa {
    background: #25d366;
    border-color: #1aab53;
}

/* hover: lighten + lift */
.top_header .th-social li a.fb:hover {
    background: #3b8ef4;
    border-color: #1877f2;
}

.top_header .th-social li a.tw:hover {
    background: #45b5f5;
    border-color: #1da1f2;
}

.top_header .th-social li a.ln:hover {
    background: #2880d0;
    border-color: #0a66c2;
}

.top_header .th-social li a.wa:hover {
    background: #4ddb7e;
    border-color: #25d366;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .top_header {
        padding: 0 20px;
    }

    .top_header .th-inner {
        height: auto;
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
    }

    .top_header .th-contact {
        flex-direction: column;
        gap: 4px;
        width: 100%;
    }

    .top_header .th-contact li {
        height: auto;
        padding: 6px 10px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        width: 100%;
    }

    .top_header .th-contact li:last-child {
        border-bottom: none;
    }

    .top_header .th-social {
        justify-content: center;
        padding: 8px 0 4px;
    }
}

@media (max-width: 480px) {
    .top_header .th-contact li span {
        font-size: 12px;
    }
}


/* ══════════════════════════════════════
   TOP_NAVIGATION
══════════════════════════════════════ */
.top_navigation {
    background: #ffffff;
    width: 100%;
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.top_navigation.scrolled {
    box-shadow: 0 4px 30px rgba(0, 191, 178, 0.15);
}

/* ── inner container ── */
.top_navigation .tn-inner {
   
    margin: 0 auto;
    /* padding: 0 24px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    gap: 20px;
}

/* ══ LOGO ══ */
.top_navigation .tn-logo {
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.top_navigation .tn-logo img {
    height: 58px;
    width: 195px;
    object-fit: contain;
}

/* fallback text logo if img not loaded */
.top_navigation .tn-logo .tn-logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #0d1f35;
    letter-spacing: -0.5px;
}

.top_navigation .tn-logo .tn-logo-text span {
    color: #00BFB2;
}

/* ══ NAV LINKS ══ */
.top_navigation .tn-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
    flex: 1;
    justify-content: center;
}

.top_navigation .tn-nav li {
    position: relative;
}

.top_navigation .tn-nav li a.tn-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #343638 !important;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    transition: color 0.25s, background 0.25s;
    white-space: nowrap;
}

/* underline slide effect */
.top_navigation .tn-nav li a.tn-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #00BFB2;
    border-radius: 2px;
    transition: width 0.28s cubic-bezier(.34, 1.56, .64, 1);
}

.top_navigation .tn-nav li a.tn-link:hover,
.top_navigation .tn-nav li a.tn-link.active {
    color: #00BFB2;

}

.top_navigation .tn-nav li a.tn-link:hover::after,
.top_navigation .tn-nav li a.tn-link.active::after {
    width: calc(100% - 30px);
}

/* dropdown caret */
.top_navigation .tn-nav li a.tn-link .tn-caret {
    font-size: 18px;
    transition: transform 0.25s;
    /* opacity: 0.6; */
    margin-top: -2px;
}

.top_navigation .tn-nav li:hover a.tn-link .tn-caret {
    transform: rotate(180deg);
    opacity: 1;
}

/* ══ DROPDOWN ══ */
.top_navigation .tn-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: #ffffff;
    border: 1px solid rgba(0, 191, 178, 0.15);
    border-radius: 14px;
    padding: 10px;
    min-width: 280px;
    box-shadow: 0 20px 60px rgba(13, 31, 53, 0.14), 0 0 0 1px rgba(0, 191, 178, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 100;
    list-style: none;
}

/* top arrow */
.top_navigation .tn-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid rgba(0, 191, 178, 0.15);
    border-top: 1px solid rgba(0, 191, 178, 0.15);
}

.top_navigation .tn-nav li:hover .tn-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.top_navigation .tn-dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    font-size: 13.5px;
    font-weight: 400;
    color: #2e4a66;
    text-decoration: none;
    border-radius: 9px;
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
}

.top_navigation .tn-dropdown li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00BFB2;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s, transform 0.2s;
}

.top_navigation .tn-dropdown li a:hover {
    background: rgba(0, 191, 178, 0.07);
    color: #00908a;
    padding-left: 18px;
}

.top_navigation .tn-dropdown li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* ══ ENQUIRY BTN ══ */
.top_navigation .tn-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #00BFB2;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #00BFB2;
    box-shadow: 0 4px 16px rgba(0, 191, 178, 0.32);
    transition: background 0.25s, box-shadow 0.25s, transform 0.22s, color 0.25s;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.top_navigation .tn-btn i {
    font-size: 13px;
    transition: transform 0.25s;
}

.top_navigation .tn-btn:hover {
    background: transparent;
    color: #00BFB2;
    box-shadow: 0 8px 24px rgba(0, 191, 178, 0.22);
    transform: translateY(-2px);
}

.top_navigation .tn-btn:hover i {
    transform: rotate(-15deg) scale(1.15);
}

/* ══ HAMBURGER ══ */
.top_navigation .tn-toggler {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    transition: background 0.2s;
}

.top_navigation .tn-toggler:hover {
    background: rgba(0, 191, 178, 0.08);
}

.top_navigation .tn-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    background: #0d1f35;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s, width 0.3s;
}

/* animated X */
.top_navigation .tn-toggler.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.top_navigation .tn-toggler.open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.top_navigation .tn-toggler.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ══ MOBILE MENU ══ */
.top_navigation .tn-mobile {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid rgba(0, 191, 178, 0.12);
    padding: 16px 24px 20px;
    gap: 4px;
    animation: slideDown 0.3s ease both;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top_navigation .tn-mobile.open {
    display: flex;
}

.top_navigation .tn-mobile a.mob-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #2e4a66;
    text-decoration: none;
    border-radius: 9px;
    transition: background 0.2s, color 0.2s;
}

.top_navigation .tn-mobile a.mob-link:hover {
    background: rgba(0, 191, 178, 0.07);
    color: #00908a;
}

.top_navigation .tn-mobile a.mob-link.active {
    color: #00BFB2;
    font-weight: 600;
}

.top_navigation .tn-mobile .mob-sub {
    display: none;
    flex-direction: column;
    padding: 6px 0 6px 16px;
    gap: 2px;
    border-left: 2px solid rgba(0, 191, 178, 0.25);
    margin-left: 14px;
}

.top_navigation .tn-mobile .mob-sub.open {
    display: flex;
}

.top_navigation .tn-mobile .mob-sub a {
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 400;
    color: #4a6580;
    text-decoration: none;
    border-radius: 7px;
    transition: background 0.2s, color 0.2s;
}

.top_navigation .tn-mobile .mob-sub a:hover {
    background: rgba(0, 191, 178, 0.07);
    color: #00908a;
}

.top_navigation .tn-mobile .mob-btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    background: #00BFB2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 191, 178, 0.3);
    transition: background 0.2s, transform 0.2s;
}

.top_navigation .tn-mobile .mob-btn:hover {
    background: #00a89c;
    transform: translateY(-2px);
}

/* ══ RESPONSIVE ══ */
@media (max-width: 991px) {

    .top_navigation .tn-nav,
    .top_navigation .tn-btn {
        display: none;
    }

    .top_navigation .tn-toggler {
        display: flex;
    }

    .top_navigation .tn-inner {
        height: 64px;
    }
}

/* ════════════════════════════════
   ABOUT_SECTION
════════════════════════════════ */
.about_section {
    background: #ffffff;
    padding: 70px 0 100px;
    position: relative;

}

/* light teal wash on right side */


.about_section .container {
    position: relative;
    z-index: 1;
}

/* ═══════════════
   LEFT — TEXT
═══════════════ */
.about_section .as-left {

    animation: fadeInLeft 0.7s 0.1s both;
}

/* section tag */
.about_section .as-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.about_section .as-tag::before {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background: #00BFB2;
    border-radius: 2px;
}

.about_section .as-tag span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #00908a;
}

/* heading */
.about_section .as-heading {
    font-size: clamp(26px, 3vw, 37px);
    font-weight: 700;
    color: #0d1f35;
    line-height: 1.2;
    margin-bottom: 5px;
    /* letter-spacing: -0.5px; */
}

.about_section .as-heading span {
    color: #00BFB2;
}

/* sub heading */
.about_section .as-subheading {
    font-size: 16px;
    font-weight: 600;
    color: #2e4a66;
    margin-bottom: 18px;
}

/* paragraph */
.about_section .as-para {
    font-size: 15px;
    color: #5a7390;
    line-height: 1.85;
    margin-bottom: 30px;
}

/* feature list */
.about_section .as-list {
    list-style: none;
    margin: 0 0 34px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about_section .as-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px 18px;
    background: #f8fbfc;
    border-left: 3px solid #00BFB2;
    border-radius: 0 10px 10px 0;
    transition: background 0.22s, transform 0.22s;
}

.about_section .as-list li:hover {
    background: #eef9f8;
    transform: translateX(5px);
}

.about_section .as-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00BFB2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.about_section .as-check i {
    color: #fff;
    font-size: 10px;
}

.about_section .as-list-text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0d1f35;
    margin-bottom: 3px;
}

.about_section .as-list-text p {
    margin: 0;
    font-size: 13.5px;
    color: #6b849c;
    line-height: 1.6;
}

/* buttons */
.about_section .as-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.about_section .as-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.about_section .as-btn i {
    font-size: 13px;
}

.about_section .as-btn-primary {
    background: #00BFB2;
    color: #fff;
    border-color: #00BFB2;
    box-shadow: 0 4px 18px rgba(0, 191, 178, 0.3);
}

.about_section .as-btn-primary:hover {
    background: #009e93;
    border-color: #009e93;
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(0, 191, 178, 0.35);
    color: #fff;
}

.about_section .as-btn-outline {
    background: transparent;
    color: #2e4a66;
    border-color: #c8d8e8;
}

.about_section .as-btn-outline:hover {
    background: #f0fafa;
    border-color: #00BFB2;
    color: #00908a;
    transform: translateY(-2px);
}

/* ═══════════════
   RIGHT — IMAGE
═══════════════ */
.about_section .as-right {
    position: relative;

    animation: fadeInRight 0.7s 0.2s both;
}

.sticky_right {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.about_section .as-img-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(13, 31, 53, 0.16);
}

.about_section .as-img-box img {
    width: 100%;
    display: block;
    min-height: 460px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about_section .as-img-box:hover img {
    transform: scale(1.04);
}

.about_section .as-img-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 31, 53, 0.42) 0%, transparent 55%);
    pointer-events: none;
}

/* stat badge — top right */
.about_section .as-stat-badge {
    position: absolute;
    top: -16px;
    right: 0px;
    background: #ffffff;
    border: 1px solid rgba(0, 191, 178, 0.2);
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 10px 34px rgba(13, 31, 53, 0.13);
    text-align: center;
    z-index: 2;
    min-width: 120px;
    animation: floatUp 4s ease-in-out infinite;
}

@keyframes floatUp {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

.about_section .as-stat-badge .sb-num {
    font-size: 28px;
    font-weight: 800;
    color: #0d1f35;
    line-height: 1;
    margin-bottom: 4px;
}

.about_section .as-stat-badge .sb-num span {
    color: #00BFB2;
}

.about_section .as-stat-badge .sb-label {
    font-size: 11px;
    font-weight: 500;
    color: #8a9cb0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* cert badge — bottom left */
.about_section .as-cert-badge {
    position: absolute;
    bottom: -16px;
    left: 16px;
    background: #0d1f35;
    border-radius: 14px;
    padding: 13px 18px;
    box-shadow: 0 10px 34px rgba(13, 31, 53, 0.22);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
    animation: floatUp 4s ease-in-out infinite 2s;
}

.about_section .as-cert-badge .cb-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00BFB2;
    flex-shrink: 0;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .4;
        transform: scale(1.5)
    }
}

.about_section .as-cert-badge .cb-text strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px;
}

.about_section .as-cert-badge .cb-text span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}

/* ═══════════════
   RESPONSIVE
═══════════════ */
@media (max-width: 767px) {
    .about_section::after {
        display: none;
    }

    .about_section .as-left {
        margin-bottom: 60px;
    }

    .about_section .as-right {
        margin-top: 30px;
    }

    .about_section {
        padding: 60px 0 70px;
    }

    .about_section .as-btns {
        flex-direction: column;
    }

    .about_section .as-btn {
        width: 100%;
        justify-content: center;
    }

    .about_section .as-stat-badge {
        top: -12px;
        right: 0;
    }

    .about_section .as-cert-badge {
        bottom: -12px;
        left: 10px;
    }
}

/* ═══════════════
   ANIMATIONS
═══════════════ */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-24px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(24px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}


/* ══════════════════════════════════
   FEATURE_SECTION
══════════════════════════════════ */
.feature_section {
  background: #f4f9f9;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}

/* top teal border accent */
 

/* bg pattern */
.feature_section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,191,178,0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.feature_section .container {
  position: relative;
  z-index: 1;
}

/* ── section header ── */
.feature_section .fs-header {
  text-align: center;
  margin-bottom: 30px;
}
.feature_section .fs-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.feature_section .fs-tag::before,
.feature_section .fs-tag::after {
  content: '';
  width: 24px; height: 2px;
  background: #00BFB2;
  border-radius: 2px;
}
.feature_section .fs-tag span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00908a;
}
.fs-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  color: #0d1f35;
  letter-spacing: -0.5px;
  margin: 0;
}
.fs-title span { color: #00BFB2; }

/* ══════════════════════════════════
   FEATURE CARD
══════════════════════════════════ */
.feature_section .fs-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1.5px solid rgba(0,191,178,0.1);
     padding: 20px 26px 20px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* hover lift */
.feature_section .fs-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 191, 178, 0.14);
  border-color: rgba(0,191,178,0.4);
}

/* top accent bar on hover */
.feature_section .fs-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(to right, #00BFB2, #00e0d0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 18px 18px 0 0;
}
.feature_section .fs-card:hover::before {
  transform: scaleX(1);
}

/* corner glow */
.feature_section .fs-card::after {
  content: '';
  position: absolute;
  bottom: -40px; right: -40px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,191,178,0.08), transparent 70%);
  transition: opacity 0.3s;
  opacity: 0;
}
.feature_section .fs-card:hover::after { opacity: 1; }

/* icon wrap */
.feature_section .fs-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(0,191,178,0.08);
  border: 2px solid rgba(0,191,178,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.feature_section .fs-card:hover .fs-icon {
  background: rgba(0,191,178,0.16);
  border-color: rgba(0,191,178,0.45);
  transform: scale(1.08) rotate(-4deg);
}
.feature_section .fs-icon img {
  width: 40px; height: 40px;
  object-fit: contain;
}

/* card number tag */
.feature_section .fs-num {
  position: absolute;
  top: 16px; right: 18px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(0,191,178,0.35);
  letter-spacing: 1px;
}

/* card heading */
.feature_section .fs-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #0d1f35;
  margin-bottom: 12px;
  transition: color 0.25s;
}
.feature_section .fs-card:hover h4 { color: #00908a; }

/* card text */
.feature_section .fs-card p {
  font-size: 14px;
  color: #6b849c;
  line-height: 1.75;
  margin: 0;
}

/* divider line under heading */
.feature_section .fs-divider {
  width: 36px; height: 2px;
  background: #00BFB2;
  border-radius: 2px;
  margin: 0 auto 14px;
  transition: width 0.3s;
}
.feature_section .fs-card:hover .fs-divider { width: 56px; }

/* ══════════════════════════════════
   ANIMATIONS
══════════════════════════════════ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.feature_section .fs-card {
  animation: fadeInUp 0.6s both;
}
.feature_section .col-md-3:nth-child(1) .fs-card { animation-delay: 0.1s; }
.feature_section .col-md-3:nth-child(2) .fs-card { animation-delay: 0.22s; }
.feature_section .col-md-3:nth-child(3) .fs-card { animation-delay: 0.34s; }
.feature_section .col-md-3:nth-child(4) .fs-card { animation-delay: 0.46s; }

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 767px) {
  .feature_section { padding: 60px 0 70px; }
  .feature_section .fs-card { padding: 28px 22px 24px; }
}



/* ══════════════════════════════
   BLOG_SECTION
══════════════════════════════ */
.blog_section {
  background: #fff;
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
}

/* bg dot pattern */
.blog_section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,191,178,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* ── Section Header ── */
.blog_section .bs-header {
  text-align: center;
  margin-bottom: 54px;
  position: relative;
  z-index: 1;
}

.blog_section .bs-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.blog_section .bs-tag::before,
.blog_section .bs-tag::after {
  content: '';
  width: 28px; height: 2px;
  background: #00BFB2;
  border-radius: 2px;
}
.blog_section .bs-tag span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00908a;
}

.blog_section .bs-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: #0d1f35;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.blog_section .bs-title span { color: #00BFB2; }

.blog_section .bs-sub {
  font-size: 15px;
  color: #6b849c;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Blog Card ── */
.blog_section .blog-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,191,178,0.1);
  box-shadow: 0 4px 20px rgba(13,31,53,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.blog_section .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(13,31,53,0.14);
  border-color: rgba(0,191,178,0.3);
}

/* image wrap */
.blog_section .blog-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.blog_section .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.blog_section .blog-card:hover .blog-img img {
  transform: scale(1.07);
}

/* category badge on image */
.blog_section .blog-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #00BFB2;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  z-index: 2;
}

/* image overlay */
.blog_section .blog-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,31,53,0.25), transparent 60%);
  pointer-events: none;
}

/* card body */
.blog_section .blog-body {
  padding: 26px 26px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* meta row */
.blog_section .blog-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}
.blog_section .blog-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #8a9cb0;
  font-weight: 400;
}
.blog_section .blog-meta span i {
  color: #00BFB2;
  font-size: 11px;
}

/* title */
.blog_section .blog-title {
  font-size: 17px;
  font-weight: 700;
  color: #0d1f35;
  line-height: 1.45;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
  transition: color 0.22s;
}
.blog_section .blog-title a{
	 color: #0d1f35;
}
.blog_section .blog-card:hover .blog-title {
  color: #00BFB2;
}


/* ══════════════════════════════
   FAQ_ANSWER
══════════════════════════════ */
.faq_answer {
    background: #fff;
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
}

/* bg dot pattern */
.faq_answer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,191,178,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* bg circle accent */
.faq_answer::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,191,178,0.07), transparent 70%);
  bottom: -200px; left: -100px;
  pointer-events: none;
}

.faq_answer .container {
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════
   SECTION HEADER
══════════════════════════════ */
.faq_answer .fa-header {
  margin-bottom: 48px;
  animation: fadeUp 0.6s 0.1s both;
}

.faq_answer .fa-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.faq_answer .fa-tag::before {
  content: '';
  width: 28px; height: 3px;
  background: #00BFB2;
  border-radius: 2px;
}
.faq_answer .fa-tag span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00908a;
}

.faq_answer .fa-title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  color: #0d1f35;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.faq_answer .fa-title span { color: #00BFB2; }

.faq_answer .fa-sub {
  font-size: 15px;
  color: #6b849c;
  line-height: 1.7;
  max-width: 500px;
}

/* ══════════════════════════════
   LEFT — FAQ ACCORDION  (col-8)
══════════════════════════════ */
.faq_answer .faq-left {
  animation: fadeInLeft 0.7s 0.2s both;
}

.faq_answer .faq-item {
  background: #ffffff;
  border: 1px solid #e0eaf3;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.faq_answer .faq-item:hover {
  border-color: rgba(0,191,178,0.3);
  box-shadow: 0 6px 24px rgba(0,191,178,0.08);
}
.faq_answer .faq-item.open {
  border-color: #00BFB2;
  box-shadow: 0 8px 30px rgba(0,191,178,0.12);
}

/* question row */
.faq_answer .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 10px;
    cursor: pointer;
    user-select: none;
}
.faq_answer .faq-q-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq_answer .faq-num {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: #f0fafa;
  border: 1px solid rgba(0,191,178,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #00BFB2;
  flex-shrink: 0;
  transition: background 0.25s, color 0.25s;
}
.faq_answer .faq-item.open .faq-num {
  background: #00BFB2;
  color: #fff;
  border-color: #00BFB2;
}

.faq_answer .faq-q-text {
  font-size: 15px;
  font-weight: 600;
  color: #0d1f35;
  line-height: 1.4;
  transition: color 0.25s;
}
.faq_answer .faq-item.open .faq-q-text {
  color: #00908a;
}

/* toggle icon */
.faq_answer .faq-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: #f4f8fc;
  border: 1px solid #e0eaf3;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, border-color 0.25s, transform 0.3s;
}
.faq_answer .faq-icon i {
  font-size: 13px;
  color: #6b849c;
  transition: color 0.25s, transform 0.3s;
}
.faq_answer .faq-item.open .faq-icon {
  background: rgba(0,191,178,0.1);
  border-color: rgba(0,191,178,0.3);
}
.faq_answer .faq-item.open .faq-icon i {
  color: #00BFB2;
  transform: rotate(180deg);
}

/* answer */
.faq_answer .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq_answer .faq-item.open .faq-a {
  max-height: 300px;
}
.faq_answer .faq-a-inner {
  padding: 0 24px 22px 70px;
  font-size: 14px;
  color: #5a7390;
  line-height: 1.8;
  border-top: 1px solid #f0f5f9;
  padding-top: 16px;
}

/* ══════════════════════════════
   RIGHT — ENQUIRY FORM  (col-4)
══════════════════════════════ */
.faq_answer .form-wrap {
  background: #0d1f35;
  border-radius: 20px;
  padding: 36px 30px 32px;
  position: sticky;
  top: 30px;
  animation: fadeInRight 0.7s 0.25s both;
  overflow: hidden;
}

/* top glow */
.faq_answer .form-wrap::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(0,191,178,0.2), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.faq_answer .form-wrap::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(0,191,178,0.12), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* form header */
.faq_answer .form-head {
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}
.faq_answer .form-head .fh-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,191,178,0.12);
  border: 1px solid rgba(0,191,178,0.25);
  color: #00d2c4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.faq_answer .form-head .fh-badge span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #00BFB2;
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

.faq_answer .form-head h3 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.faq_answer .form-head p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}

/* form fields */
.faq_answer .form-body {
  position: relative;
  z-index: 1;
}

.faq_answer .fi-group {
  margin-bottom: 14px;
}

.faq_answer .fi-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.5px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.faq_answer .fi-group input,
.faq_answer .fi-group select,
.faq_answer .fi-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  appearance: none;
  -webkit-appearance: none;
}
.faq_answer .fi-group input::placeholder,
.faq_answer .fi-group textarea::placeholder {
  color: rgba(255,255,255,0.25);
}
.faq_answer .fi-group select option {
  background: #0d1f35;
  color: #fff;
}
.faq_answer .fi-group input:focus,
.faq_answer .fi-group select:focus,
.faq_answer .fi-group textarea:focus {
  border-color: #00BFB2;
  background: rgba(0,191,178,0.07);
  box-shadow: 0 0 0 3px rgba(0,191,178,0.12);
}

.faq_answer .fi-group textarea {
  resize: none;
  height: 88px;
}

/* select arrow */
.faq_answer .fi-select-wrap {
  position: relative;
}
.faq_answer .fi-select-wrap::after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.4);
  pointer-events: none;
  font-size: 14px;
}

/* submit */
.faq_answer .fi-submit {
  width: 100%;
  background: #00BFB2;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  transition: background 0.25s, transform 0.22s, box-shadow 0.25s;
  box-shadow: 0 4px 18px rgba(0,191,178,0.3);
  letter-spacing: 0.2px;
}
.faq_answer .fi-submit:hover {
  background: #009e93;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,191,178,0.4);
}
.faq_answer .fi-submit i { font-size: 13px; }

/* trust note */
.faq_answer .form-trust {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.faq_answer .form-trust i {
  color: #00BFB2;
  font-size: 12px;
}
.faq_answer .form-trust span {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
}

/* ══════════════════════════════
   ANIMATIONS
══════════════════════════════ */
@keyframes fadeUp       { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeInLeft   { from{opacity:0;transform:translateX(-24px)} to{opacity:1;transform:translateX(0)} }
@keyframes fadeInRight  { from{opacity:0;transform:translateX( 24px)} to{opacity:1;transform:translateX(0)} }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 991px) {
  .faq_answer .form-wrap { position: static; margin-top: 40px; }
  .faq_answer { padding: 60px 0 70px; }
}
@media (max-width: 575px) {
  .faq_answer .faq-a-inner { padding-left: 24px; }
  .faq_answer .form-wrap { padding: 28px 20px 26px; }
}

/* excerpt */
.blog_section .blog-excerpt {
  font-size: 13.5px;
  color: #6b849c;
  line-height: 1.75;
  margin-bottom: 0px;
  flex: 1;
}

/* divider */
.blog_section .blog-divider {
  height: 1px;
  background: #edf2f7;
  margin-bottom: 18px;
}

/* footer row */
.blog_section .blog-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* author */
.blog_section .blog-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog_section .blog-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(0,191,178,0.12);
  border: 2px solid rgba(0,191,178,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #00908a;
  flex-shrink: 0;
  overflow: hidden;
}
.blog_section .blog-avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.blog_section .blog-author-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #2e4a66;
}

/* read more */
.blog_section .blog-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #00BFB2;
  text-decoration: none;
  transition: gap 0.22s, color 0.22s;
}
.blog_section .blog-read i { font-size: 11px; }
.blog_section .blog-read:hover {
  gap: 10px;
  color: #009e93;
}

/* ── View All Button ── */
.blog_section .bs-footer {
  text-align: center;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.blog_section .bs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  color: #0d1f35;
  border: 2px solid #c8d8e8;
  transition: all 0.25s ease;
}
.blog_section .bs-btn:hover {
  background: #00BFB2;
  border-color: #00BFB2;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,191,178,0.28);
}
.blog_section .bs-btn i { font-size: 13px; }

/* ── Responsive ── */
@media (max-width: 767px) {
  .blog_section { padding: 60px 0 70px; }
  .blog_section .blog-img { height: 200px; }
}

/* ── Animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.blog_section .bs-header   { animation: fadeUp 0.6s 0.1s both; }
.blog_section .col-md-4:nth-child(1) .blog-card { animation: fadeUp 0.6s 0.2s both; }
.blog_section .col-md-4:nth-child(2) .blog-card { animation: fadeUp 0.6s 0.32s both; }
.blog_section .col-md-4:nth-child(3) .blog-card { animation: fadeUp 0.6s 0.44s both; }
.blog_section .bs-footer   { animation: fadeUp 0.6s 0.55s both; }

.iti.iti--allow-dropdown.iti--separate-dial-code{
	width: 100%;
}

.fi-group .iti--separate-dial-code .iti__selected-dial-code{
    color: #fff;
}
.enquiry_home{
        display: flex;
    justify-content: space-around;
    z-index: 9999;
    position: relative;
}
.enquiry_home a{
        flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #fff;
   
    font-size: 13.5px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 10px;
    text-decoration: none;

    white-space: nowrap;
    letter-spacing: 0.2px;
}
.enquiry_btn{
    background-color: #00bfb2;
}
.whatsapp_btn{
    background-color: #43cd43;
}




        /* ===== SECTION ===== */
        .carousel_testimonial_section {
            position: relative;
            padding: 60px 20px;
           
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
         
        }

        /* ===== OVERLAY ===== */
        .carousel_testimonial_overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(5, 20, 45, 0.91) 0%, rgba(5, 55, 45, 0.86) 100%);
            z-index: 1;
        }

        /* ===== ORB DECOR ===== */
        .carousel_testimonial_orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(90px);
            opacity: 0.16;
            z-index: 1;
            pointer-events: none;
        }

        .carousel_testimonial_orb--1 {
            width: 420px;
            height: 420px;
            background: #1D9E75;
            top: -130px;
            left: -120px;
        }

        .carousel_testimonial_orb--2 {
            width: 320px;
            height: 320px;
            background: #378ADD;
            bottom: -90px;
            right: -90px;
        }

        /* ===== CONTAINER ===== */
        .carousel_testimonial_container {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* ===== HEADING ===== */
        .carousel_testimonial_heading {
            text-align: center;
            margin-bottom: 20px;
        }

        .carousel_testimonial_heading h2 {
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #ebebeb;
            margin-bottom: 12px;
        }

        .carousel_testimonial_heading h3 {
            font-family: 'Playfair Display', serif;
            font-size: 36px;
            font-weight: 600;
            color: #fff;
            line-height: 1.3;
        }

        .carousel_testimonial_heading_line {
    width: 56px;
    height: 3px;
    background: linear-gradient(90deg, #d8ebe5, #ffffff);
    border-radius: 2px;
    margin: 18px auto 0;
}

        /* ===== CARD ===== */
        .carousel_testimonial_item {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 20px;
            padding: 36px 30px 30px;
            margin: 10px 12px 30px;
            position: relative;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
        }

        .carousel_testimonial_item:hover {
            transform: translateY(-6px);
            background: rgba(255, 255, 255, 0.10);
            border-color: rgba(29, 158, 117, 0.45);
        }

        .carousel_testimonial_item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 30px;
            right: 30px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #1D9E75, transparent);
            border-radius: 0 0 2px 2px;
            opacity: 0;
            transition: opacity 0.35s;
        }

        .carousel_testimonial_item:hover::before {
            opacity: 1;
        }

        /* ===== QUOTE ICON ===== */
        .carousel_testimonial_quote_icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #0F6E56, #1D9E75);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            box-shadow: 0 4px 20px rgba(29, 158, 117, 0.35);
        }

        .carousel_testimonial_quote_icon svg {
            width: 22px;
            height: 22px;
            fill: #fff;
        }

        /* ===== STARS ===== */
        .carousel_testimonial_stars {
            display: flex;
            gap: 4px;
            margin-bottom: 18px;
        }

        .carousel_testimonial_star {
            width: 15px;
            height: 15px;
            fill: #EF9F27;
        }

.carousel_testimonial_text p {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

        /* ===== DIVIDER ===== */
        .carousel_testimonial_divider {
            width: 44px;
            height: 2px;
            background: linear-gradient(90deg, #1D9E75, transparent);
            border-radius: 2px;
            margin-bottom: 20px;
        }

        /* ===== AUTHOR ===== */
        .carousel_testimonial_author {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .carousel_testimonial_avatar {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: linear-gradient(135deg, #0F6E56, #1D9E75);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Playfair Display', serif;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            flex-shrink: 0;
            border: 2px solid rgba(29, 158, 117, 0.4);
        }

        .carousel_testimonial_author_info h3 {
            font-size: 15px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 3px;
        }

        .carousel_testimonial_author_info h4 {
            font-size: 12px;
            font-weight: 400;
            color: #5DCAA5;
            letter-spacing: 0.3px;
        }

        /* ===== OWL CUSTOM NAV ===== */
        .carousel_testimonial_nav {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            margin-top: 10px;
        }

        .carousel_testimonial_nav_btn {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.25);
            background: rgba(255, 255, 255, 0.07);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.25s, border-color 0.25s, transform 0.2s;
            outline: none;
        }

        .carousel_testimonial_nav_btn:hover {
            background: #1D9E75;
            border-color: #1D9E75;
            transform: scale(1.08);
        }

        .carousel_testimonial_nav_btn:active {
            transform: scale(0.95);
        }

        .carousel_testimonial_nav_btn svg {
            width: 18px;
            height: 18px;
            fill: none;
            stroke: #fff;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        /* ===== OWL DOTS OVERRIDE ===== */
        .owl-dots {
            display: flex !important;
            justify-content: center;
            align-items: center;
            gap: 8px;
        }

       .carousel_testimonial_section .owl-dot span {
            width: 8px !important;
            height: 8px !important;
            background: rgba(255, 255, 255, 0.28) !important;
            border-radius: 50% !important;
            margin: 0 !important;
            transition: background 0.25s, width 0.25s, border-radius 0.25s !important;
            display: block;
        }

       .carousel_testimonial_section .owl-dot.active span,
        .owl-dot:hover span {
            background: #1D9E75 !important;
            width: 22px !important;
            border-radius: 4px !important;
        }

        /* hide default owl nav arrows */
        .carousel_testimonial_section .owl-nav {
            display: none !important;
        }
        
        .carousel_testimonial_section .owl-dots{
            display: none !important;
        }
        
        
        /* =============================================
       TABLE_LINK — main wrapper (target this class
       from dynamic/external CSS to override styles)
    ============================================= */
    .table_link {
      width: 100%;
      max-width: 640px;
      border-collapse: collapse;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(0,0,0,0.08);
      font-family: 'DM Sans', sans-serif;
    }

    /* ===== HEAD ===== */
    .table_link thead tr th {
      background: #1a6fa8;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      padding: 14px 20px;
      text-align: left;
    }
    .table_link thead tr th:last-child {
      border-left: 1px solid rgba(255,255,255,0.2);
    }

    /* ===== BODY ROWS ===== */
    .table_link tbody tr {
      transition: background 0.2s;
    }

    /* Alternating rows — odd = white, even = light blue */
    .table_link tbody tr:nth-child(odd) td {
      background: #ffffff;
    }
    .table_link tbody tr:nth-child(even) td {
      background: #e8f4fb;
    }

    .table_link tbody tr:hover td {
      background: #d0eaf7;
    }

    /* ===== CELLS ===== */
    .table_link tbody tr td {
      padding: 13px 20px;
      font-size: 14px;
      color: #2c3e50;
      border-bottom: 1px solid #dce8f0;
      vertical-align: middle;
    }

    /* Label column (first td) */
    .table_link tbody tr td:first-child {
      font-weight: 600;
      color: #1a3a52;
      width: 52%;
      border-right: 2px solid #c8dfee;
    }

    /* Value column (second td) */
    .table_link tbody tr td:last-child {
      font-weight: 400;
      color: #3d5a73;
    }

    /* Last row — no bottom border */
    .table_link tbody tr:last-child td {
      border-bottom: none;
    }

    /* ===== LEFT ACCENT BAR on label ===== */
    .table_link tbody tr td:first-child {
      position: relative;
      padding-left: 22px;
    }
    .table_link tbody tr:nth-child(odd) td:first-child::before {
      content: '';
      position: absolute;
      left: 0; top: 20%; bottom: 20%;
      width: 3px;
      background: #1a6fa8;
      border-radius: 2px;
    }
    .table_link tbody tr:nth-child(even) td:first-child::before {
      content: '';
      position: absolute;
      left: 0; top: 20%; bottom: 20%;
      width: 3px;
      background: #5aade0;
      border-radius: 2px;
    }
    .call_us{
        background-color: #000000f7;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 500px) {
      .table_link tbody tr td {
        font-size: 13px;
        padding: 11px 14px;
      }
      .table_link thead tr th {
        font-size: 12px;
        padding: 12px 14px;
      }
    }
    
    
      ========================================= */
    .blog_details_hero {
      position: relative;
      width: 100%;
      height: 520px;
      overflow: hidden;
    }
    .blog_details_hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    .blog_details_hero_overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.68) 100%);
    }
    .blog_details_hero_content {
      position: absolute;
      bottom: 0;
      left: 0; right: 0;
      padding: 48px 60px;
      max-width: 900px;
    }
    .blog_details_category {
      display: inline-block;
      background: #00BFB2;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 2px;
      margin-bottom: 18px;
    }
    .blog_details_hero_title {
      font-family: 'Lora', serif;
      font-size: 42px;
      font-weight: 700;
      color: #fff;
      line-height: 1.25;
      margin-bottom: 20px;
      max-width: 780px;
    }
    .blog_details_hero_meta {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }
    .blog_details_meta_author {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .blog_details_author_avatar {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #00BFB2;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Lora', serif;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      border: 2px solid rgba(255,255,255,0.5);
      flex-shrink: 0;
    }
    .blog_details_author_name {
      font-size: 13px;
      font-weight: 600;
      color: #fff;
    }
    .blog_details_meta_dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(255,255,255,0.5);
    }
    .blog_details_meta_date,
    .blog_details_meta_read {
      font-size: 13px;
      color: rgba(255,255,255,0.75);
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .blog_details_meta_date svg,
    .blog_details_meta_read svg {
      width: 14px; height: 14px;
      stroke: rgba(255,255,255,0.6);
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }

    /* =========================================
       BLOG_DETAILS — LAYOUT
    ========================================= */
    .blog_details_layout {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 24px;
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 60px;
      align-items: start;
    }

    /* =========================================
       BLOG_DETAILS — MAIN CONTENT
    ========================================= */
    .blog_details_content {
      min-width: 0;
    }
    .blog_details_content img{
        width: 100%;
    }

    /* Share bar */
    .blog_details_share_bar {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 36px;
      padding-bottom: 28px;
      border-bottom: 1px solid #e0dbd2;
    }
    .blog_details_share_label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #888;
      margin-right: 4px;
    }
    .blog_details_share_btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #ddd;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s;
    }
    .blog_details_share_btn:hover { background: #00BFB2; border-color: #00BFB2; }
    .blog_details_share_btn:hover svg { stroke: #fff; }
    .blog_details_share_btn svg {
      width: 15px; height: 15px;
      fill: none;
      stroke: #555;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.2s;
    }

    /* Body typography */
    .blog_details_body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.85;
      color: #333;
    }
    .blog_details_body p {
      margin-bottom: 24px;
    }
    .blog_details_body h2 {
      font-family: 'Lora', serif;
      font-size: 26px;
      font-weight: 700;
      color: #1c1c1c;
      margin: 40px 0 16px;
      line-height: 1.3;
    }
    .blog_details_body h3 {
      font-family: 'Lora', serif;
      font-size: 20px;
      font-weight: 600;
      color: #1c1c1c;
      margin: 32px 0 12px;
    }
    .blog_details_body ul,
    .blog_details_body ol {
      padding-left: 24px;
      margin-bottom: 24px;
    }
    .blog_details_body li {
      margin-bottom: 8px;
      color: #444;
    }
    .blog_details_body a {
      color: #00BFB2;
      border-bottom: 1px solid rgba(232,87,42,0.35);
      transition: border-color 0.2s;
    }
    .blog_details_body a:hover { border-color: #00BFB2; }

    /* Pullquote */
    .blog_details_pullquote {
      border-left: 4px solid #00BFB2;
      background: #fff;
      margin: 36px 0;
      padding: 28px 32px;
      border-radius: 0 8px 8px 0;
      box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    }
    .blog_details_pullquote p {
      font-family: 'Lora', serif;
      font-size: 20px;
      font-style: italic;
      font-weight: 400;
      color: #2c2c2c;
      line-height: 1.6;
      margin: 0 0 12px;
    }
    .blog_details_pullquote cite {
      font-size: 13px;
      font-weight: 600;
      color: #00BFB2;
      letter-spacing: 0.5px;
      font-style: normal;
    }

    /* Inline image */
    .blog_details_inline_img {
      margin: 36px 0;
      border-radius: 10px;
      overflow: hidden;
    }
    .blog_details_inline_img img {
      width: 100%;
      height: 340px;
      object-fit: cover;
    }
    .blog_details_inline_img figcaption {
      font-size: 13px;
      color: #888;
      padding: 10px 0 0;
      text-align: center;
      font-style: italic;
    }

    /* Tags */
    .blog_details_tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 44px;
      padding-top: 28px;
      border-top: 1px solid #e0dbd2;
    }
    .blog_details_tags_label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #888;
      width: 100%;
      margin-bottom: 4px;
    }
    .blog_details_tag {
      display: inline-block;
      background: #fff;
      border: 1px solid #ddd;
      color: #555;
      font-size: 12px;
      font-weight: 500;
      padding: 6px 14px;
      border-radius: 20px;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
      cursor: pointer;
    }
    .blog_details_tag:hover {
      background: #00BFB2;
      color: #fff;
      border-color: #00BFB2;
    }

    /* Author bio box */
    .blog_details_author_box {
      margin-top: 48px;
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      display: flex;
      gap: 22px;
      align-items: flex-start;
      border: 1px solid #e8e3da;
    }
    .blog_details_author_box_avatar {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: linear-gradient(135deg, #00BFB2, #f09060);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Lora', serif;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      flex-shrink: 0;
    }
    .blog_details_author_box_info h4 {
      font-family: 'Lora', serif;
      font-size: 17px;
      font-weight: 700;
      color: #1c1c1c;
      margin-bottom: 4px;
    }
    .blog_details_author_box_role {
      font-size: 12px;
      font-weight: 600;
      color: #00BFB2;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .blog_details_author_box_bio {
      font-size: 14px;
      color: #666;
      line-height: 1.7;
    }

    /* =========================================
       BLOG_DETAILS — SIDEBAR
    ========================================= */
    .blog_details_sidebar {
      position: sticky;
      top: 30px;
    }

    .blog_details_sidebar_widget {
      background: #fff;
      border-radius: 12px;
      padding: 28px;
      margin-bottom: 28px;
      border: 1px solid #e8e3da;
    }
    .blog_details_widget_title {
      font-family: 'Lora', serif;
      font-size: 16px;
      font-weight: 700;
      color: #1c1c1c;
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 2px solid #00BFB2;
      display: inline-block;
    }

    /* Recent posts */
    .blog_details_recent_post {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #f0ece5;
      cursor: pointer;
    }
    .blog_details_recent_post:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
    .blog_details_recent_thumb {
      width: 72px;
      height: 62px;
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
      background: #e0dbd2;
    }
    .blog_details_recent_thumb img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }
    .blog_details_recent_post:hover .blog_details_recent_thumb img {
      transform: scale(1.08);
    }
    .blog_details_recent_info h5 {
      font-size: 13px;
      font-weight: 600;
      color: #1c1c1c;
      line-height: 1.45;
      margin-bottom: 5px;
      transition: color 0.2s;
    }
    .blog_details_recent_post:hover .blog_details_recent_info h5 { color: #00BFB2; }
    .blog_details_recent_date {
      font-size: 11px;
      color: #aaa;
      font-weight: 500;
    }

    /* Categories */
    .blog_details_cat_list { list-style: none; }
    .blog_details_cat_item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #f0ece5;
      cursor: pointer;
      transition: color 0.2s;
    }
    .blog_details_cat_item:last-child { border-bottom: none; }
    .blog_details_cat_item:hover span { color: #00BFB2; }
    .blog_details_cat_item span {
      font-size: 14px;
      color: #444;
      font-weight: 500;
      transition: color 0.2s;
    }
    .blog_details_cat_count {
      font-size: 11px;
      font-weight: 600;
      background: #f3ede5;
      color: #888;
      padding: 3px 9px;
      border-radius: 20px;
    }

    /* Newsletter */
    .blog_details_newsletter p {
      font-size: 13px;
      color: #666;
      margin-bottom: 16px;
      line-height: 1.6;
    }
    .blog_details_newsletter_input {
      width: 100%;
      padding: 11px 16px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 13px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      outline: none;
      margin-bottom: 10px;
      transition: border-color 0.2s;
    }
    .blog_details_newsletter_input:focus { border-color: #00BFB2; }
    .blog_details_newsletter_btn {
      width: 100%;
      padding: 11px;
      background: #00BFB2;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 600;
      font-family: 'Plus Jakarta Sans', sans-serif;
      cursor: pointer;
      letter-spacing: 0.5px;
      transition: background 0.2s;
    }
    .blog_details_newsletter_btn:hover { background: #c94420; }

    /* =========================================
       BLOG_DETAILS — RELATED POSTS
    ========================================= */
    .blog_details_related {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px 80px;
    }
    .blog_details_related_heading {
      font-family: 'Lora', serif;
      font-size: 28px;
      font-weight: 700;
      color: #1c1c1c;
      margin-bottom: 32px;
      padding-bottom: 14px;
      border-bottom: 2px solid #00BFB2;
      display: inline-block;
    }
    .blog_details_related_grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .blog_details_related_card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #e8e3da;
      transition: transform 0.3s, box-shadow 0.3s;
      cursor: pointer;
    }
    .blog_details_related_card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(0,0,0,0.09);
    }
    .blog_details_related_img {
      width: 100%;
      height: 190px;
      overflow: hidden;
    }
    .blog_details_related_img img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.4s;
    }
    .blog_details_related_card:hover .blog_details_related_img img { transform: scale(1.05); }
    .blog_details_related_body {
      padding: 20px;
    }
    .blog_details_related_cat {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #00BFB2;
      margin-bottom: 8px;
    }
    .blog_details_related_title {
      font-family: 'Lora', serif;
      font-size: 16px;
      font-weight: 600;
      color: #1c1c1c;
      line-height: 1.4;
      margin-bottom: 10px;
      transition: color 0.2s;
    }
    .blog_details_related_card:hover .blog_details_related_title { color: #00BFB2; }
    .blog_details_related_meta {
      font-size: 12px;
      color: #aaa;
      font-weight: 500;
    }

    /* =========================================
       BREADCRUMB
    ========================================= */
    .blog_details_breadcrumb {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 24px 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .blog_details_breadcrumb a {
      font-size: 13px;
      color: #888;
      font-weight: 500;
      transition: color 0.2s;
    }
    .blog_details_breadcrumb a:hover { color: #00BFB2; }
    .blog_details_breadcrumb_sep {
      font-size: 13px;
      color: #ccc;
    }
    .blog_details_breadcrumb_current {
      font-size: 13px;
      color: #444;
      font-weight: 500;
    }

    /* =========================================
       RESPONSIVE
    ========================================= */
    @media (max-width: 1024px) {
      .blog_details_layout {
        grid-template-columns: 1fr;
        gap: 40px;
      }
      .blog_details_sidebar { position: static; }
      .blog_details_related_grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .blog_details_hero { height: 380px; }
      .blog_details_hero_content { padding: 32px 24px; }
      .blog_details_hero_title { font-size: 28px; }
      .blog_details_related_grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 480px) {
      .blog_details_hero { height: 300px; }
      .blog_details_hero_title { font-size: 22px; }
      .blog_details_author_box { flex-direction: column; }
    }