@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Black.woff2') format('woff2'),
        url('../fonts/Mundial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Regular.woff2') format('woff2'),
        url('../fonts/Mundial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Hair.woff2') format('woff2'),
        url('../fonts/Mundial-Hair.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Light.woff2') format('woff2'),
        url('../fonts/Mundial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Thin.woff2') format('woff2'),
        url('../fonts/Mundial-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Demibold.woff2') format('woff2'),
        url('../fonts/Mundial-Demibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Bold.woff2') format('woff2'),
        url('../fonts/Mundial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden !important;
    font-family: 'Mundial';
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.more {
        color: #fff !important;
    padding: 10px 30px;
    background-color: rgba(2, 169, 212, 1);
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.4s;
    display: inline-block;
    border-radius: 30px;
}

.more:hover {
    background-color: #000;
}

.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,efefef+100&0.5+0,0.5+100 */
    background-color: rgb(0, 0, 0, 0, 6);
}

.site-header .toppest-bar {
    padding: 5px 0;
    background-color: #FB0035;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: right;
}

.site-header .toppest-bar .top-info {
    float: left;
}

.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i,
.site-header .toppest-bar .top-info2 .email i,
.site-header .toppest-bar .top-info .email i {
    color: #fff;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 0;
}

.site-header .toppest-bar .top-info2 .contact-num a,
.site-header .toppest-bar .top-info2 .contact-num2 a,
.site-header .toppest-bar .top-info2 .email a,
.site-header .toppest-bar .top-info .email a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-left: 0px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: left;
}

.site-header .top-social a i {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

.site-header .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
    border-left: 1px solid #2a7d2e;
    margin-left: 30px;
}

.site-header .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2a7d2e;
    transform: rotate(-40deg);
}

.site-header .top-contact .content {
    margin-left: 10px;
}

.site-header .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #2a7d2e;
    font-weight: 500;
    line-height: 1;
}

.site-header .top-contact .content a {
    color: #2a7d2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 10px 0;
    background-color: #fff !important;
    margin-top: 0px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #02a9d4;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #02a9d4;
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

/* .site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
} */

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #02a9d4;
}

.navbar-brand {
    display: inline-block;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 141px;
    position: absolute;
    top: -40px;
    background: #fff;
    padding: 10px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more {
    color: #fff;
}

.site-header .navbar .more img {
    margin-right: 10px;
}

.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus, .site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #02a9d4;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}



.main-slider {
    position: relative;
    background: url(../images/banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 1;
}

/* .main-slider::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9 30 55 / 80%);
    z-index: 1;
} */
.main-slider .desktop-banner {
    position: relative;
}

.main-slider .banner-content {
    margin-top: 0%;
    padding: 0px;
    position: relative;
    z-index: 2;
}

.main-slider .banner-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.main-slider .banner-content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.main-slider .banner-content h2 span {
    color: rgba(2, 169, 212, 1);
}

.main-slider .banner-content h3 {
    color: #fff;
    font-size: 17px;
    margin: 15px 0;
    font-weight: 600;
    background: rgba(251, 0, 53, 1);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.main-slider .banner-content h3 a {
    color: #7EB842;
    text-decoration: none;
}

.main-slider .banner-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}

.main-slider .banner-btn .more {
    color: #fff;
    position: relative;
    z-index: 2;
}

.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* .main-slider .banner-content .more:hover{
    background-color: #fff;
    color: #000;
} */
.main-slider .carousel-inner {
    padding-bottom: 0px;
}

.main-slider .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: inherit;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
    top: 0;
    width: 100%;
}

.main-slider .carousel-indicators {
    bottom: 0px;
}

.main-slider .carousel-indicators .active {
    background-color: #c26e0c;
    height: 50px;
}

.main-slider .carousel-indicators {
    position: absolute;
    right: -160%;
    bottom: 40%;
    left: inherit;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    align-items: center;
    display: inline-block;
    margin: 0;
}

.main-slider .carousel-indicators li {
    box-sizing: initial;
    -ms-flex: initial;
    flex: initial;
    width: 8px;
    height: 35px;
    margin: 10px 0px;
    text-indent: initial;
    /* text-align: center; */
    cursor: pointer;
    background-color: #333333;
    background-clip: initial;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    border-radius: 5px;
}

.main-slider .inner-contact-form {
    padding: 0px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    background: RGBA(13, 87, 158, 1);
    background: linear-gradient(45deg, rgba(13, 87, 158, 1) 0%, rgba(38, 158, 234, 1) 100%);
}

.main-slider .inner-contact-form .heading {
    margin-bottom: 0px;
    padding: 20px 0 0 0;
}

.main-slider .inner-contact-form .heading h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.main-slider .inner-contact-form form {
    padding: 20px 30px 30px 30px;
}

.main-slider .inner-contact-form .submit-btn {
    text-align: center;
}

.main-slider .inner-contact-form .submit-btn .submit {
    color: #fff;
    text-decoration: none;
    background: #7EB842;
    padding: 12px 50px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
}

.main-slider .inner-contact-form .form-group {
    margin-bottom: 15px;
}

.main-slider .inner-contact-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}

.main-slider .inner-contact-form select option {
    color: #000;
}

.main-slider .inner-contact-form textarea {
    height: 50px !important;
}

.main-slider .inner-contact-form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.main-slider .inner-contact-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.main-slider .inner-contact-form .form-control::placeholder {
    color: #000;
}



/*### about-top list css start ###*/
.about-top-wrapper {
    position: relative;
    width: 100%;
    background-color: #029CC4;
    padding: 80px 0 30px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: -20px;
    overflow:hidden;
}

.about-top-inner-wrap {
    z-index: 1;
}

.about-top-list {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    padding: 15px 15px;
    border-radius: 5px;
}

.about-top-list .icon {
    position: relative;
    width: 41px;
}

.about-top-list .content {
    position: relative;
    width: calc(100% - 65px);
    padding-left: 10px;
}

.about-top-list .content h6 {
    position: relative;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.about-top-list .content h4 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 300;
}

/*### about-top list css end ###*/



.about-wrap {
    padding: 100px 0 100px 0;
}

.about-wrap__media {
    min-height: 620px;
    max-width: 740px;
    margin: 0 auto;
}

.about-wrap__image {
    position: absolute;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 35px 80px rgba(5, 34, 70, 0.15);
}

.about-wrap__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-wrap__image--main {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-wrap__image--small {
    width: 270px;
    height: 270px;
    background: #fff;
    border: 12px solid #fff;
}

.about-wrap__image--small-top {
    top: 40px;
    right: -20px;
}

.about-wrap__image--small-bottom {
    bottom: 0;
    right: 0;
    transform: translateY(40px);
}

.about-wrap__badge {
    position: absolute;
    top: 40%;
    right: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-wrap__content {
    padding-left: 40px;
}

.about-wrap__eyebrow {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.about-wrap__title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
}

.about-wrap__text {
    font-size: 15px;
    color: #414141;
    margin-bottom: 20px;
}

.about-wrap__list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.about-wrap__list li {
    font-size: 16px;
    color: #414141;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.about-wrap__list li i {
    background-color: #e73a3e;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 11px;
}

.about-wrap__review {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-wrap__review-stars {
    color: #f4b400;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.about-wrap__review-text {
    font-size: 15px;
    color: #34425a;
}

@keyframes badgeRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {
    .about-wrap__media {
        max-width: 100%;
    }

    .about-wrap__badge {
        right: -60px;
        top: 50%;
    }
}

@media (max-width: 991px) {
    .about-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-wrap__content {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-wrap__title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .about-wrap__media {
        min-height: 520px;
    }

    .about-wrap__image--main {
        height: 420px;
    }

    .about-wrap__image--small {
        width: 180px;
        height: 180px;
        right: 10px;
    }

    .about-wrap__image--small-top {
        top: 16px;
    }

    .about-wrap__image--small-bottom {
        bottom: -10px;
        transform: translateY(0);
    }

        .about-wrap__badge {
        right: auto;
        top: auto;
        margin: 0;
        bottom: -20px;
    }

    .about-wrap__title {
        font-size: 32px;
    }
}

.counter-wrap {
    position: relative;
    padding-top: 175px;
    background: url(../images/infoBg.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -33px;
}

.counter-wrap .content {
    background-color: #fb0035cf;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 60px 60px 60px 60px;
}

.counter-wrap .counter-img {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    width: 26%;
}

.counter-wrap .content .heading {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.counter-wrap .content .heading h4 {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.counter-wrap .content .heading h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.counter-wrap .content p {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.counter-wrap .content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 0px;
    width: 100%;
    display: inline-block;
}

.counter-wrap .content ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 500;
    float: left;
    width: 50%;
}

.counter-wrap .content ul li i {
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #158ECF;
    padding: 0;
}

.counter-wrap #counter {
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 9;
    margin: 0;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
}

.counter-wrap #counter li {
    text-align: center;
    font-size: 50px;
    list-style-type: none;
    float: left;
    width: 33.333%;
    padding: 20px;
    position: relative;
}

/* .counter-wrap #counter li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: 10px;
    width: 1px;
    height: 100%;
    background-color: #5c5c5c;
}

.counter-wrap #counter li:last-child::after {
    display: none;
} */

.counter-wrap #counter li span {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.counter-wrap #counter li p {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    color: #fff;
}


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials {
    position: relative;
    padding: 80px 0;
    background: url('../images/testiBg.png') no-repeat;
    background-size: cover;
    border-radius: 50px;
    overflow: hidden;
}

.testimonials .heading {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    padding-left: 0;
}

.testimonials .heading img {
    margin: 0 auto;
}

.testimonials .heading h4 {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.testimonials .heading h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
}

.testimonials .heading h2 img {
    position: absolute;
    clear: both;
    content: "";
    bottom: 5px;
    right: 17%;
}

.testimonials .heading p {
    color: #646464;
}

.testimonials .owl-stage-outer {
    padding: 20px 0;
}

.testimonials .testimonials-wrapper .testimonials-content {
    background-color: #fff;
    background-size: cover;
    padding: 40px;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 10px;
    min-height: 377px;
}

.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p {
    color: #fff;
}

.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg {
    color: #ffc107;
}

.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text {
    margin-bottom: 15px;
}

.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3 {
    color: #646464;
    font-family: "Tenor Sans", sans-serif;
}

.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p {
    color: #000;
}

@media screen and (min-width:991px) {
    .testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3 {
        font-size: 20px;
    }
}

.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg {
    width: 50px;
    height: 50px;
}

.testimonials .testimonials-wrapper .slick-dots {
    font-size: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    bottom: unset !important;
}

.testimonials .testimonials-wrapper .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 15px;
    border: 1px solid #2c4a28 !important;
    border: none;
    border-radius: 50px;
}

.testimonials .testimonials-wrapper .slick-active button {
    background: #2c4a28;
}

.testimonials .testimonials-wrapper .slick-prev {
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #2c4a28;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
}

.testimonials .testimonials-wrapper .slick-prev:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}

.testimonials .testimonials-wrapper .slick-next {
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #2c4a28;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
}

.testimonials .testimonials-wrapper .slick-next:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}

/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #000;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testi-slider .owl-nav .owl-next {
    color: #000;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

.footer-wrap {
    position: relative;
    padding: 80px 0 40px;
    background: #000;
    color: #c7d1e9;
        overflow: hidden;
}

.footer-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 25%),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.06), transparent 20%);
    opacity: 0.6;
    pointer-events: none;
}

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

.footer-wrap .footer-top {
    row-gap: 32px;
}

.footer-wrap .footer-logo img {
    max-width: 160px;
    margin-bottom: 22px;
}

.footer-wrap .footer-logo p {
    max-width: 320px;
    line-height: 1.9;
    color: #c7d1e9;
}

.footer-wrap .footer-widget h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-wrap .footer-links,
.footer-wrap .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-wrap .footer-links li {
    margin-bottom: 14px;
}

.footer-wrap .footer-links li a {
    color: #c7d1e9;
    text-decoration: none;
    transition: color 0.25s ease;
    padding: 0;
}

.footer-wrap .footer-links li a:hover {
    color: #02a9d4;
}

.footer-wrap .footer-contact li {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.footer-wrap .footer-contact li span {
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(126, 184, 66, 0.15);
    color: #02a9d4;
    font-size: 16px;
}

.footer-wrap .footer-contact li div strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 6px;
}

.footer-wrap .footer-contact li div p {
    margin: 0;
    color: #c7d1e9;
    line-height: 1.7;
}

.footer-wrap .footer-contact li div p a {
    color: #c7d1e9;
    text-decoration: none;
}

.footer-wrap .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.footer-wrap .footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c7d1e9;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.25s ease;
}

.footer-wrap .footer-social a:hover {
    color: #02a9d4;
}

.footer-wrap .footer-social i {
    font-size: 14px;
}

.footer-wrap .footer-copy {
    margin: 0;
    color: #9fb5d3;
    font-size: 14px;
}

.footer-wrap .footer-copy a {
    color: #02a9d4;
    text-decoration: none;
}

.footer-wrap .footer-copy a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .footer-wrap {
        padding-top: 60px;
    }

    .footer-wrap .footer-bottom {
        align-items: flex-start;
        gap: 14px;
    }
}


/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/serviceBg.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

/*.breadcrumb-wrapper::before {*/
/*    position: absolute;*/
/*    clear: both;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgb(0 40 74 / 80%);*/
/*}*/

.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    text-align: left;
    width: 50%;
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: "Montserrat", sans-serif;
}

.breadcrumb-wrapper .shell p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}



/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}

.inner-about-wrap .about-cont h4 {
    font-size: 16px;
}

.inner-about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 30px;
    color: #00447e;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    display: table-row;
}

.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p {
    margin: 15px 0;
    line-height: 24px;
    color: #202020;
    font-size: 15px;
}
.inner-about-wrap .about-cont ul {
    padding: 0;
    margin: 0;
    display: flow-root;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.inner-about-wrap .about-cont ul li {
    margin-bottom: 5px;
}
.inner-about-wrap .about-img {
    position: relative;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}
.inner-about-wrap .flex-row-reverse .about-img {
    margin-right: 15px;
    margin-left: 0px;
    float: left;
}

.inner-about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.inner-about-wrap .about-cont .more {
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 30px;
    background-color: #009FE3;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}


/*********************faq-page************************/



.inner-faq-wrap {

    margin: 10px 0 120px 0;

}

.inner-faq-wrap .heading {

    text-align: center;

    margin-bottom: 60px;

}

.inner-faq-wrap .heading h2 {

    font-size: 50px;

    color: #000;

    font-weight: 700;

    text-transform: uppercase;


}

.accordion .card {
    border: none;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000 !important;
    border-radius: 6px !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: #fff;
    border: none;
}

.accordion .card .card-header .mb-0 {
    padding: 0;
}

.accordion .card .card-header button {
    color: #36458d;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    border-radius: none;
}

.accordion .card .card-header button.collapsed {
    background-color: #185D94 !important;
    color: #fff !important;
}

.accordion .card .card-header button.btn-link {
    background-color: #449a1300;
}

.accordion .card .collapse.show {
    background-color: rgb(234 232 232 / 0%);
    margin-top: 0px;
    position: relative;
}

.accordion .card .collapsing .card-body p {
    font-size: 14px;
}

.accordion .card .collapse .card-body p {
    font-size: 14px;
}

/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button {

    color: #36458d;

}

.bs-example {

    margin: 20px;

}

.accordion .fa {
    margin-right: 0.5rem;
    float: right;
}

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}


/*****************contact-page*******************/

.inner_page_wrap {
    padding: 60px 0;
    position: relative;
}

.form_bg {
    position: relative;
    padding: 30px;
    z-index: 2;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
       background-color: rgb(4 96 124 / 9%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.form-title h3 {
    color: #035872;
    font-size: 24px;
    font-weight: 400;
}

.form-title h3 span {
    color: #035872;
}

.rd-mailform1 {
    margin-top: 30px;
}
.rd-mailform1 .form-group{
    margin-bottom: 20px;
}
.rd-mailform1 .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #035872 !important;
    background-color: rgb(219 219 219);
    background-image: none;
    border: none;
    border-bottom: none;
    border-radius: 30px;
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}

.rd-mailform1 textarea {
    height: 100px !important;
}

.rd-mailform1 .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    background-color: rgb(169, 212, 1);
    transition: 0.4s;
    border-radius: 30px;
    text-transform: capitalize;
    margin-left: 0;
    font-weight: 600;
    border: none;
    width: 100%;
}

.rd-mailform1 .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #035872;
}

.rd-mailform1 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #035872;
}

.rd-mailform1 .form-control::placeholder {
    color: #035872;
}

.contact-item {
    position: relative;
    padding: 15px;
    z-index: 2;
    text-align: left;
    border-radius: 30px;
    overflow: hidden;
        background-color: rgb(4 96 124 / 9%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

.contact-item .content {
    float: left;
}

.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    color: #035872;
}

.contact-item p {
    color: #035872;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.contact-item p a{
    color: #035872;
    text-decoration: none;
}
.contact-item .icon {
    color: #035872;
    float: right;
    font-size: 44px;
}

.map_section {
    margin-top: 0;
}

.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 350px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}
.modal .modal-header .btn-close{
    float: right;
    margin-top: -33px;
}
/******************modal*****************/

.modal-body .contact-form .btn-group,
.contact-form .btn-group-vertical {
    margin-top: 20px;
}

.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.modal-body textarea.form-control {
    height: 130px !important;
}

.modal-header {
    display: initial;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    background-color: #009FE3;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 0px;
}

.service-offered-wrap .content .content-bx .more:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}




.project-sec-wraper {
    padding: 60px 0 60px 0;
    /* background-color: #fbfce0; */
    position: relative;
}

.project-sec-wraper .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.project-sec-wraper .heading h4 {
    color: #000;
    font-size: 15px;
    position: relative;
    background-color: #F3F3F3;
    display: inline-block;
    border-left: 2px solid #C00000;
    border-right: 2px solid #C00000;
    padding: 10px;
    border-radius: 7px;
    padding-left: 30px;
}

.project-sec-wraper .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    left: 5px;
    top: 8px;
    background: url(../images/paint.png) no-repeat;
    background-size: 100%;
    width: 18%;
    height: 20px;
}

.project-sec-wraper .heading h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.project-sec-wraper .heading h2 span {
    color: #C00000;
}

/* Service Wrap */
.service-wrap {
    background-color: #f7f8fa;
    position: relative;
    padding: 100px 0 100px 0;
    overflow: hidden;
    border-radius: 40px;
    z-index: 1;
}

.service-wrap__line {
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00b4d8;
    z-index: 1;
}

.service-wrap__eyebrow {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.service-wrap__title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.service-wrap__tabs {
    gap: 15px;
    border-bottom: 0;
    margin: 0;
}

.service-wrap__tabs .nav-link {
    background-color: #fff;
    color: #111;
    border-radius: 12px;
    padding: 18px 25px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: none;
    transition: all 0.3s ease;
    font-family: "Montserrat", sans-serif;
    position: relative;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.service-wrap__tabs .nav-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    color: #ff0033;
}

.service-wrap__tabs .nav-link.active {
    background-color: #ff0033;
    color: #fff;
    box-shadow: 0 8px 20px rgba(255, 0, 51, 0.3);
}

.service-wrap__tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #ff0033 transparent transparent transparent;
}

.service-wrap__content-container {
    background: transparent;
    position: relative;
    z-index: 2;
}

.service-wrap__content-text {
    padding-right: 30px;
}

.service-wrap__content-text h3 {
    font-size: 30px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.service-wrap__content-text p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-wrap .btn-quote {
    background-color: #00b4d8;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-wrap .btn-quote:hover {
    background-color: #0096b4;
    color: #fff;
    transform: scale(1.05);
}

.service-wrap__image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* What We Do Wrap */
.what-wedo-wrap {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.what-wedo-wrap__eyebrow {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.what-wedo-wrap__title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
}

.what-wedo-wrap .row:last-child {
    border-bottom: 6px solid #000;
    padding-bottom: 60px;
}

.what-wedo-card {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    min-height: 250px;
}

.what-wedo-card__num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    width: 15%;
    font-family: "Montserrat", sans-serif;
}

.what-wedo-card__num.bg-red {
    background-color: #ff004f;
}

.what-wedo-card__content {
    width: 45%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.what-wedo-card__content h3 {
    font-size: 26px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.what-wedo-card__content p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.what-wedo-card .btn-quote-link {
    font-size: 13px;
    font-weight: 800;
    color: #555;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.what-wedo-card .btn-quote-link:hover {
    color: #00b4d8;
}

.what-wedo-card .btn-quote-link .icon-arrow {
    background-color: #00b4d8;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.what-wedo-card .btn-quote-link:hover .icon-arrow {
    transform: translateX(5px);
}

.what-wedo-card__image {
    width: 40%;
    max-height: 300px;
}

.what-wedo-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .what-wedo-card__num {
        width: 100%;
        padding: 20px 0;
    }

    .what-wedo-card__content {
        width: 100%;
    }

    .what-wedo-card__image {
        width: 100%;
        height: 250px;
    }
}

/* Info 2 Wrap */
.info2-wrap{
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
	position: relative;
}

.info2-wrap__eyebrow {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info2-wrap__title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
}

.info2-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    background: transparent;
}

.info2-accordion .accordion-item:first-of-type {
    border-top: 1px solid #eaeaea;
}

.info2-accordion .accordion-button {
    background: transparent;
    border: none;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.info2-accordion .accordion-button:focus {
    box-shadow: none;
}

.info2-accordion .accordion-button:not(.collapsed) {
    color: #ff004f;
    background: transparent;
    box-shadow: none;
}

.info2-accordion .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f107";
    /* fa-angle-down */
    font-size: 16px;
    color: #222;
    transform: none;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.info2-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f106";
    /* fa-angle-up */
    color: #ff004f;
}

.info2-accordion .acc-icon-check {
    margin-right: 15px;
    color: #222;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.info2-accordion .accordion-button:not(.collapsed) .acc-icon-check {
    color: #ff004f;
}

.info2-accordion .accordion-body {
    padding: 0 0 25px 40px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.info2-wrap__image img {
    border-radius: 20px;
}

/* FAQ Wrap */
.faq-wrap {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

.faq-wrap__eyebrow {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.faq-wrap__title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.text-cyan {
    color: #00b4d8 !important;
}

.faq-accordion {
    position: relative;
    padding-left: 10px;
}

.faq-accordion::before {
    content: "";
    position: absolute;
    left: 39px;
    top: 35px;
    bottom: 35px;
    width: 2px;
    background-color: #00b4d8;
    z-index: 1;
}

.faq-accordion .accordion-item {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    margin-bottom: 20px;
}

.faq-accordion .accordion-button {
    position: relative;
    z-index: 3;
    padding: 20px 70px 20px 70px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    box-shadow: none !important;
    border-radius: 8px !important;
    border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #00b4d8;
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-circle {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #00b4d8;
    z-index: 4;
    transition: background-color 0.3s, border-color 0.3s;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-circle {
    background-color: transparent;
    border-color: #fff;
}

.faq-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00b4d8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
    z-index: 4;
}

.faq-toggle-icon::before {
    font-family: "FontAwesome";
    content: "\f067";
    font-weight: 900;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-toggle-icon {
    background-color: #fff;
    color: #00b4d8;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-toggle-icon::before {
    content: "\f068";
}

.faq-accordion .accordion-body {
    padding: 20px 40px 30px 70px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}