:root {
    --theme-color: #91c713;
    --theme-color1: #545759;
    --second-color: #5de0e6;
    --width: 80px;
    --height: 80px;
    --border-radius: 100%;
    --theme-color2: #91c713;
}

html,
body {
    color: #545759;
    font-size: 18px;
    /* letter-spacing: -.01em; */
    font-family: Oswald, sans-serif;
    overflow-x: hidden;
    background: #545759;
}

p {
    color: #545759;
}

a {
    text-decoration: none;
}

.heading-color {
    color: var(--bs-gray-900) !important;
    font-weight: 600;
}

p:last-child {
    margin-bottom: 0;
}

.text-second {
    color: var(--theme-color2) !important;
}

.lead {
    font-size: 16px;
    font-weight: 500;
}

.fs-50 {
    font-size: 50px;
}

.fs-53 {
    font-size: 53px !important;
}

.trustcard_right p {
    font-size: 18px;
}

.service_box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin-right: 20px;
    border-radius: 0 10px 10px 0 !important;
}

.service_box ul {
    position: relative;
    /* display: block; */
    padding: 0;
}

.service_box ul li {
    position: relative;
    display: block;
    /* float: left;
    width: 50%; */
    border-right: 1px solid #f2ece7;
    border-bottom: 1px solid #f2ece7;
}

.service_box ul li:nth-child(2) {
    border-right: none;
}

.service_box ul li:nth-child(3) {
    border-bottom: none;
}

.service_box ul li:last-child {
    border-right: none;
    border-bottom: none;
}

.service_box_card {
    position: relative;
    display: block;
    text-align: start;
    padding: 50px;
}

.service_box_card .title {
    position: relative;
    display: block;
    padding-top: 18px;
}

.service_box_card .title h3 {
    font-size: 50px;
    line-height: 28px;
    color: var(--theme-color2);
}

.bg-theme1 {
    background: var(--theme-color2) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 20px;
    /* line-height: 1.4; */
    font-weight: 500;
    color: #272727;
    /* letter-spacing: -0.01em; */
    /* font-family: Poppins, sans-serif; */
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
    margin-bottom: 0;
}

img {
    object-fit: cover;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.text-primary {
    color: var(--theme-color) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(235, 238, 255, 1) !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.display-6 {
    /* font-size: 3.2rem; */
    font-weight: 700;
}

.pt-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.btn-theme {
    color: rgb(255, 255, 255);
    line-height: 1.62;
    background: linear-gradient(to right, rgb(0 166 158) 0%, rgb(11 26 87) 51%, rgb(0 166 158) 100%) 0% 0% / 200%;
    transition: 0.3s ease-in-out;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0.96rem 1.8rem;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover,
.btn-theme:focus-visible {
    color: rgb(255, 255, 255) !important;
    background-position: right center;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: rgb(39 39 39);
}

.nav-link:hover {
    color: var(--theme-color) !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:hover>.dropdown-menu,
    .navbar-expand-lg .dropstart:hover>.dropdown-menu {
        animation: dropdown-show .2s;
        display: block;
    }
}


/* Dropdown animation */

@keyframes dropdown-show {
    from {
        opacity: 0;
        transform: scale(.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #33354d;
    display: block;
    font-weight: 400;
    padding: 0.375rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, .05), 0 0.25rem 0.5625rem rgba(11, 15, 25, .03);
        margin-top: 0.25rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:before {
        content: "";
        height: .375rem;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        /* padding-left: 1.875rem; */
        padding-right: 2.875rem;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
    }
}


/* new video homepage */

video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.py-10 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
}


/* .fontsans p {
    font-family: "Open Sans", sans-serif;
} */


/* homebanner */

.videobanner .homeheading {
    font-size: 72px;
    color: var(--white-color);
    /* padding-top: 8rem; */
    text-shadow: rgba(0, 0, 0, 0.325) 0px 3.34108px 14.1996px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.videobanner:before {
    content: close-quote;
    /* background: rgb(117 89 154 / 60%); */
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 53%), rgb(255 255 255 / 25%));
}

.mainbanner .homeheading {
    font-size: 90px;
    color: var(--white-color);
    /* padding-top: 8rem; */
    text-shadow: rgba(0, 0, 0, 0.325) 0px 3.34108px 14.1996px;
    color: #fff;
    font-weight: 700;
}

.mainbanner p {
    font-size: 40px;
    text-shadow: rgba(0, 0, 0, 0.325) 0px 3.34108px 14.1996px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

.homebanner h1 {
    font-size: 40px;
    text-shadow: rgba(0, 0, 0, 0.325) 0px 3.34108px 14.1996px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

.mainbanner {
    height: 70vh;
}

.greentick {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.nav-link:focus,
.nav-link:hover {
    color: unset;
}

.vh-70 {
    /* min-height: 22vh !important; */
    position: relative;
}

@media(max-width:767px) {
    .mainbanner .homeheading {
        font-size: 30px;
        color: var(--white-color);
        /* padding-top: 8rem; */
        /* text-align: center; */
        /* text-shadow: rgba(0, 0, 0, 0.4) -4px 2px 0px; */
        color: #fff;
    }
    .mainbanner p {
        font-size: 20px;
        /* text-shadow: rgba(0, 0, 0, 0.4) 2.18024px 2.18024px 0px; */
        /* text-align: center; */
        color: #fff;
    }
    .homebanner h1 {
        font-size: 20px;
        /* text-shadow: rgba(0, 0, 0, 0.4) 2.18024px 2.18024px 0px; */
        /* text-align: center; */
        color: #fff;
    }
    .videobanner .homeheading {
        font-size: 30px;
        color: var(--white-color);
        /* padding-top: 8rem; */
        /* text-align: center; */
        /* text-shadow: rgba(0, 0, 0, 0.4) -4px 2px 0px; */
        color: #fff;
    }
}


/* service card */

.trustbox {
    position: relative;
    margin-top: -107px;
}

.title p {
    color: #fff;
}


/* .pb-70 {
    padding-bottom: 70px;
} */

.service-card {
    background-color: #ffffff;
    padding: 10px 15px 30px 15px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.section-bg {
    background-color: #fbf3e9 !important;
}

.sectiongradient {
    background: #91c713;
    color: #fff;
}

.trustbox h4 {
    font-size: 24px;
    font-weight: 700;
}

.trustbox h3 {
    font-size: 50px;
    font-weight: 700;
}

.trustbox .card {
    border-radius: 10px 0 0 10px;
}


/* Text & Headings */

.main-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}


/* Offer Banner */

.offer-banner {
    background: #fffdfc;
    border: 1px dashed #ff8d46;
    color: #ff8d46;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 12px;
}


/* Service Icons */

.fs-50 {
    font-size: 50px !important;
}

.service-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 12px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color);
}

.service-icon {
    color: #00a69e;
}

.section-title h2 {
    font-size: 70px;
    font-weight: 700;
    color: var(--theme-color);
    font-weight: 700;
}

.section-title h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
    font-weight: 700;
}

.section-title {
    margin-bottom: 25px;
}

.section-title-left h2 {
    font-size: 40px;
    font-weight: 700;
    font-weight: 700;
}

.section-title-left h2 {
    margin-bottom: 25px;
}

.section-title {
    align-items: center;
    position: relative;
    margin-bottom: 4rem;
}

.why_text h3 {
    font-size: 31px;
    color: var(--theme-color);
    font-weight: 700;
    display: flex;
    align-items: center;
}

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

.why_text img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.text-black p {
    font-size: 18px;
}

.bg-image {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}

.why-wrapper {
    position: relative;
}


/* vertical line on the left, full height of why-wrapper */

.vertical-line {
    position: absolute;
    top: 0;
    left: 0;
    /* adjust as needed */
    width: 4px;
    height: 100%;
    background-color: var(--theme-color2);
    z-index: 1;
}

.circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: var(--theme-color2);
    border-radius: 50%;
    top: 0;
    z-index: 2;
}

.numberspan {
    font-size: 52px;
    color: var(--theme-color2);
    font-weight: 900;
}

.fw-bolder {
    font-weight: 700 !important;
}

.abouttitle h2 {
    font-size: 58px;
    font-weight: 700;
    color: var(--theme-color);
    font-weight: 700;
}

.section-title-client h2 {
    font-size: 58px;
    font-weight: 700;
    color: var(--theme-color);
    font-weight: 700;
}

.section-title-client {
    margin-bottom: 2rem;
}

.fs-24 {
    font-size: 24px;
}

.Clientreview {
    border: 1px solid var(--theme-color);
}

.clientname {
    font-size: 31px;
    font-weight: 700;
    color: var(--theme-color2);
}


/* Rating Section */

.rating-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 0;
}

.rating-score {
    font-size: 33px;
    font-weight: bold;
    color: var(--theme-color2);
}

.rating-stars {
    color: #ff8d46;
}

.review-link,
.quote-link {
    color: var(--theme-color);
    font-size: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.review-link:hover,
.quote-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

img.img-fluid.logocard {
    width: 150px;
    height: 150px;
    object-fit: contain;
}


/* Visit Button */

.btn-primary {
    background: var(--theme-color);
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 12px 43px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    /* width: 100%; */
    transition: background 0.3s;
    margin-bottom: 8px;
    text-decoration: none;
    border: 0;
}

.btn-primary:hover {
    color: rgb(255, 255, 255) !important;
    background-position: right center;
    border: 0;
    background: var(--theme-color1);
}

.section-subtitle {
    font-weight: 600;
    font-size: 1.25rem;
}

.section-text {
    /* color: #5a5a5a; */
    font-size: 1rem;
    line-height: 1.7;
}

.section-link {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 600;
}

.section-link:hover {
    text-decoration: underline;
}


/* core it service card */

.ourservices .swiper-slide {
    padding-bottom: 3rem;
    /* padding-top: 2rem; */
}

.single-list {
    position: relative;
    padding: 30px;
    background-color: #f9f9f9;
    text-align: left;
    border: 1px solid var(--theme-color);
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* overflow: hidden; */
    /* z-index: 1; */
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.single-list .icon {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 30px;
    height: 69px;
    width: 69px;
    line-height: 62px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    color: #fff;
    border-radius: 80px;
    /* transition-duration: 0.5s; */
    position: absolute;
    top: -34px;
    left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    right: 0;
    margin: auto;
    /* bottom: 0; */
    /* z-index: 99999; */
    border: 2px solid #fff;
}

.single-list.rise-box:hover .icon {
    background: #333333;
}

.ourservices .card-container:hover .icon {
    background: var(--theme-color);
}

.ourservices .card-container:hover .icon img {
    filter: brightness(0) invert(1);
}

.rise-box:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
    box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

.single-list .icon img {
    height: 37px;
    width: 37px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(65%) sepia(94%) saturate(430%) hue-rotate(38deg) brightness(95%) contrast(90%);
}

.ourservices .card-container {
    perspective: 1000px;
    height: 100%;
}

.card-front h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}


/* Card wrapper */

.z-9 {
    z-index: 1;
}

.ourservices .card {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    display: grid;
    /* 👈 grid allows natural height sizing */
}


/* Flip on hover */

.ourservices .card-container:hover .card {
    transform: rotateY(180deg);
}


/* Front & Back overlap */

.ourservices .card-front,
.ourservices .card-back {
    grid-area: 1 / 1;
    /* 👈 overlap both in same cell */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    box-sizing: border-box;
}


/* Front */

.ourservices .card-front {
    background: #fff;
    z-index: 2;
}


/* Back */

.ourservices .card-back {
    background: #fff;
    color: #fff;
    transform: rotateY(180deg);
    border: 1px solid var(--theme-color);
    padding: 20px;
    justify-content: center;
    /* align-items: center; */
    /* margin: auto; */
    display: flex;
    flex-direction: column;
}

.ourservices a {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color);
}

.ourservices .card-front {
    background: var(--theme-color);
    z-index: 2;
    display: flex;
    /* 👈 make it flex */
    flex-direction: column;
    /* keep title + link stacked */
    justify-content: center;
    /* center vertically */
    align-items: center;
    /* center horizontally */
    text-align: center;
    /* center text */
    padding: 20px;
}

.ourservices .card-front .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.fs-30 {
    font-size: 30px;
}

.rise-box {
    transform: translateY(20px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease-out;
}

[data-aos="rise-up"].aos-animate {
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.single-list h4 a,
.single-list h4 {
    color: var(--theme-color);
    padding-top: 2rem;
}

.ctabanner {
    background-image: linear-gradient(-62deg, rgb(10, 41, 97) 0%, rgb(0, 166, 157) 100%);
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.bg-theme {
    background: var(--theme-color);
}

.bg-primary {
    background: var(--theme-color2) !important
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.card.card-img-scale .card-img-scale-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    min-width: 230px;
    width: 230px;
    min-height: 230px;
    height: 230px;
    margin: auto;
}

.card.card-img-scale .img-scale {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card.card-img-scale:hover .img-scale {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.boxshadow {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.text-theme {
    color: var(--theme-color);
}

.industriescard h3 {
    color: var(--theme-color);
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    /* margin-bottom: 0; */
    /* margin-left: 1rem; */
    /* gap: 10px; */
    text-align: center;
}

.accordion.accordion-border .accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button {
    background-color: transparent;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    box-shadow: none;
}

.fs-74 {
    font-size: 74px;
}

.icon-md i {
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    font-size: 1.5rem;
    background-color: #fff;
    border-radius: 100%;
    color: var(--theme-color);
    justify-content: center;
    align-items: center;
    display: flex;
}

.ctaform .form-control {
    /* border-radius: 30px; */
    padding: 11px 13px;
    /* border-radius: 13px; */
}

.submitbtn {
    padding: 13px 40px;
    /* border-radius: 13px; */
    font-weight: 500;
    background-color: var(--theme-color2) !important;
}

.ctaform ::placeholder {
    color: #424367;
    font-weight: 500;
    font-size: 14px;
}

.submitbtn {
    /* background: #F4924C !important; */
    font-size: 18px;
    width: 100%;
}

.form-control {
    font-size: 12px;
}

.fs-12 {
    font-size: 12px;
}

 :focus {
    box-shadow: none !important;
}

.footnav a {
    color: #fff !important;
}

footer {
    background: #545759 !important;
}

.bg-theme2 {
    background: var(--theme-color1) !important;
}


/* inner css */

.innerbanner:before {
    content: close-quote;
    /* background: rgb(117 89 154 / 60%); */
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 53%), rgb(255 255 255 / 25%));
}

.overlay:before {
    content: close-quote;
    /* background: rgb(117 89 154 / 60%); */
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 25%), rgb(255 255 255 / 25%));
}

.innerbanner {
    height: 75vh;
}

.section-title-left {
    padding-bottom: 2rem;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper .swiper-slide {
    height: auto;
}

.accordion-item {
    color: #545759;
}

.why_text img {
    margin-right: .875rem;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(74%) sepia(93%) saturate(548%) hue-rotate(30deg) brightness(101%) contrast(96%);
    /* Or just use 'color' if it's a font icon */
    color: #000000 !important;
}

.blogcard p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogcard a:hover {
    color: var(--theme-color2);
}

.blogpara h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 2rem;
}

.blogsidebar a {
    color: #424367;
    font-size: 16px;
}

.blogsidebar a:hover {
    color: var(--theme-color2);
}

.benefits .card {
    background-color: transparent;
}

.benefits .card p {
    color: #fff;
}

.top-section p {
    color: #fff;
}

.newtrustbox h2 {
    font-size: 50px;
}


/* Responsive */

@media(min-width:992px) {
    .navbar-brand img {
        width: 200px;
        /* height: 60px; */
    }
}

@media (max-width: 991px) {
    .ourservices .swiper-slide {
        padding-bottom: 0;
        padding-top: 0px;
    }
    .servicefont h2 {
        font-size: 55px !important;
    }
    .card.card-img-scale .card-img-scale-wrapper {
        min-width: 230px;
        width: 200px;
        min-height: 230px;
        height: 200px;
    }
    .why_text p {
        font-size: 16px;
    }
    .card-front h3 {
        font-size: 45px;
        font-weight: 700;
    }
    .ourservices a {
        font-size: 22px;
    }
    .section-title {
        align-items: center;
        position: relative;
        margin-bottom: 2rem;
    }
    .accordion-item {
        color: #424367;
        font-size: 16px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .offcanvas .navbar-nav {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
        padding: 0 30px;
    }
    .industriescard h3 {
        color: var(--theme-color);
        font-size: 24px;
    }
    .fs-24 {
        font-size: 20px;
    }
    .clientname {
        font-size: 24px;
        font-weight: 700;
        color: var(--theme-color2);
    }
    .fs-74 {
        font-size: 37px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .section-title-client h2 {
        font-size: 32px;
    }
    .fs-53 {
        font-size: 32px !important;
    }
    .abouttitle h2 {
        font-size: 32px;
    }
    .section-title-left h2 {
        font-size: 32px;
    }
    .why_text h3 {
        font-size: 22px;
    }
    .why_text img {
        width: 24px;
        height: 24px;
    }
    .main-title {
        font-size: 16px;
    }
    .service-icons {
        gap: 15px;
    }
    .logocard {
        width: 150px;
    }
    .rating-box {
        padding: 10px 10px;
        margin-bottom: 0;
    }
    .rating-score {
        font-size: 25px;
        font-weight: bold;
        color: var(--theme-color2);
        margin-bottom: 0;
        line-height: 1;
    }
    img.img-fluid.logocard {
        width: 150px;
        height: 85px;
        object-fit: contain;
    }
    .section-title {
        font-weight: 700;
        font-size: 1.5rem;
    }
    html,
    body {
        font-size: 16px;
    }
    .trustbox h3 {
        font-size: 25px;
        font-weight: 700;
    }
    .service_box_card .title h3 {
        font-size: 34px;
        line-height: 4px;
    }
    .service_box_card {
        padding: 16px;
    }
    .service_box {
        margin-right: 0;
        border-radius: 0 0px 10px 10px !important;
    }
    .trustbox .card {
        border-radius: 10px 10px 0 0px;
    }
    .single-list {
        position: relative;
        padding: 31px;
        max-height: 19rem !important;
        min-height: 19rem;
    }
    .single-list .icon {
        top: -26px;
    }
    .fs-30 {
        font-size: 24px;
    }
    .btn-primary {
        padding: 4px 11px;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
    }
    .mainbanner {
        height: 30vh;
    }
    .mobilebanner {
        background-attachment: unset !important;
        background-position: center !important;
    }
    .trustbox {
        position: relative;
        margin-top: 20px;
    }
    .pb-70 {
        padding-bottom: 0;
    }
    .innerbanner {
        height: 30vh;
    }
    .py-10 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
}

@media (max-width: 576px) {
    .service-icons {
        /* flex-direction: column; */
        gap: 8px;
    }
    .rating-section {
        margin-top: 15px;
    }
    .mainbanner .homeheading br {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .mainbanner {
        height: 44vh;
    }
    .mainbanner .homeheading {
        font-size: 58px;
    }
}

@media(min-width:1024px) and (max-width: 1200px) {
    .innerbanner {
        height: 60vh;
    }
    .mainbanner {
        height: 60vh;
    }
    .mobilebanner {
        background-attachment: unset !important;
        background-position: center !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        /* padding-left: 1.875rem; */
        padding-right: 0.875rem;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
    .pt-100 {
        padding-top: 70px;
    }
    h2 {
        font-size: 50px !important;
    }
    .mainbanner .homeheading {
        font-size: 55px;
    }
    .mainbanner p {
        font-size: 31px;
    }
    .homebanner h1 {
        font-size: 31px;
    }
}

@media(min-width:1200px) and (max-width: 1400px) {
    .mainbanner .homeheading {
        font-size: 72px;
    }
    .trustbox h3 {
        font-size: 40px;
    }
    .homebanner {
        height: 70vh;
    }
}

@media (min-width: 1500px) {
    .vh-70 {
        min-height: 70vh !important;
        position: relative;
    }
    .innerbanner {
        height: 70vh;
    }
}

@media (min-width: 1500px) {
    .innerbanner.vh-70 {
        min-height: 70vh !important;
        position: relative;
    }
    .innerbanner {
        height: 70vh;
    }
}