

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    font-family: "Archivo", sans-serif;
}

:root {
    --primary--color: #e74a49;
    --secondary--color: #ffffff;
    --accent--color: #0a316c;
    --text--color: #747474;
    --text--color2: #3f3f3f;
    --black--color: #000000;
    --black--color2: #292929;
    --aqua--color: #adbdd5;
    --bg--color: #f6faff;
    --dot--color: #dde2ea;
    --yellow--color: #f6a440;
    --light--blue--color: #f5f9ff;
    --border--color: #d7dfea;
    --border--color2: #e4eaf4;
    --mud--blue: #2c639a;
    --mud--grey: #d2d2d2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

figure {
    margin-bottom: 0;
}

h1,
.special-h1 {
    font-size: 74px;
    line-height: 76px;
    font-weight: 700;
    color: var(--secondary--color);
}

h1.sub-heading1 {
    font-size: 64px;
    line-height: 66px;
    font-weight: 700;
    color: var(--secondary--color);
}

h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    color: var(--black--color);
}

h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--black--color);
}

h4.sub-head {
    font-size: 28px;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black--color);
}

h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--black--color);
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: var(--primary--color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
    letter-spacing: 2.0px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

span.special-heading1 {
    font-size: 113px;
    line-height: 130px;
    font-weight: 700;
    color: var(--secondary--color);
}

.primary_btn {
    font-size: 14px;
    min-width: 185px;
    text-transform: uppercase;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.primary_btn i {
    font-size: 11px;
    margin-left: 16px !important;
}

.primary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn {
    font-size: 14px;
    min-width: 185px;
    text-transform: uppercase;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn i {
    font-size: 11px;
    margin-left: 16px !important;
}

.elementary_btn {
    min-width: 131px;
    padding: 0;
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--brown--color);
}

.elementary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.ordinary_btn {
    min-width: 131px;
    padding: 0;
    height: 44px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--black--color);
    background-color: var(--secondary--color);
    border: 2px solid var(--black--color);
}

.ordinary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border-color: var(--accent--color);
}


html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 135px;
}

.padding-bottom {
    padding-bottom: 140px;
}

.heading-title-con {
    margin-bottom: 50px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.background-none {
    background-image: none !important;
}

.bg-color {
    background-color: var(--bg--color);
}

.bg-accent {
    background-color: var(--accent--color);
}

.background-primary {
    background-color: var(--primary--color);
}

.black-bg,
.bg-black {
    background-color: var(--black--color);
}

.text-color {
    color: var(--text--color2);
}

.red-text {
    color: var(--primary--color);
}

.navy-text {
    color: var(--accent--color);
}

a.navbar-brand img {
    width: 200px;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */
/* TOP BAR SECTION */
.topbar-con {
    padding: 9px 0;
    background: var(--bg--color);
}

.top-bar-info ul {
    gap: 27px;
    display: flex;
}

.top-bar-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-info ul li i {
    font-size: 16px;
    line-height: 16px;
    padding-right: 11px;
    color: var(--primary--color);
}

.top-bar-info ul li {
    display: flex;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
    color: var(--black--color);
}

.top-bar-social span {
    font-size: 12px;
    line-height: 12px;
    padding-right: 20px;
    color: var(--black--color);
}

.top-bar-social {
    display: flex;
    align-items: center;
}

.top-bar-social ul {
    gap: 20px;
    display: flex;
}

.top-bar-social ul li a {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: var(--accent--color);
    transition: all 0.3s ease-in-out;
}

.top-bar-social ul li a:hover {
    color: var(--primary--color);
}

/* HEADER SECTION */
.header-con {
    padding: 10px 0;
}

.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 18px;
    color: var(--text--color2);
    text-transform: uppercase;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 45px;
    align-items: center;
    margin-right: 37px;
}

.header-con .dropdown-toggle::after {
    top: 3px;
    border: none;
    font-size: 12px;
    content: "\f107";
    font-weight: 600;
    position: relative;
    font-family: "Font Awesome 6 free";
}

.header-btn {
    gap: 28px;
    display: flex;
    align-items: center;
}

.header-btn .phone-num {
    padding-left: 32px;
    border-left: 1px solid var(--border--color);
    line-height: 21px;
}

.header-con .navbar-light .navbar-nav .active>a {
    color: var(--primary--color) !important;
}

.header-con .dropdown-item {
    font-size: 14px;
    color: var(--text--color2);
    border-bottom: 1px solid var(--secondary--color);
}

.header-con .dropdown-menu {
    padding: 0;
    top: 27px !important;
    border-radius: 5px;
    width: 205px;
    padding: 10px 0;
}

.header-con .dropdown-item:hover {
    border-radius: 5px;
    color: var(--secondary--color) !important;
    background-color: var(--primary--color) !important;
}

.navbar-nav .dropdown-item.active,
.dropdown-item:active {
    border-radius: 5px;
    color: var(--secondary--color) !important;
    background-color: var(--primary--color) !important;
}

.navbar-nav .dropdown .active>a:hover {
    border-radius: 5px;
    color: var(--secondary--color) !important;
    background-color: var(--primary--color) !important;
}

/* .navbar-nav .dropdown .dropdown-item:first-child.active {
    background-color: var(--secondary--color) !important;
} */

.quote-btn a {
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--secondary--color);
    min-width: 209px;
    height: 52px;
    line-height: 52px;
    background: var(--primary--color);
    text-align: center;
    transition: ease-in-out 0.6s;
}

.quote-btn a i {
    font-size: 12px;
    padding-left: 12px;
}

.quote-btn a:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
}

.phone-num a {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    display: inline-block;
    text-decoration: none;
    color: var(--accent--color);
}

.phone-num img {
    padding-right: 10px;
}

.phone-num a:hover {
    color: var(--primary--color);
}

/* HEADER SECTION */

.font-weight-700 {
    font-weight: 700 !important;
}



#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(231 74 73 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(231 74 73 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.owl-item,
.item,
.owl-stage {
    display: flex;
}

.owl-item {
    flex: 1 0 auto;
    /* natural width retain */
}


/* FOOTER SECTION  */
.footer-logo img {
    width: 200px;
}

.footer-con {
    background-color: var(--accent--color);
}

.footer-con .middle_portion {
    padding: 80px 0 70px;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 33px;
    display: inline-block;
}

.footer-con .middle_portion .logo-content p {
    margin-bottom: 25px;
    color: var(--aqua--color);
    line-height: 25px;
    padding-right: 30px;
}

.footer-con .middle_portion .social-icons li a {
    display: block;
}

.footer-con .middle_portion .social-icons li {
    display: inline-block;
    margin: 0 6px;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    top: 0;
    left: 0;
    border-radius: 100%;
    text-align: center;
    color: var(--secondary--color);
    background-color: rgb(255 255 255 / 8%);
    position: relative;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a:hover i {
    color: var(--secondary--color);
    background: var(--primary--color);
    transform: translateY(-2px);
}

.footer-con .middle_portion h4 {
    margin-bottom: 13px;
    color: var(--secondary--color);
    font-size: 20px;
}

.footer-con .middle_portion li {
    padding-left: 25px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 23px;
    position: relative;
}

.footer-con .middle_portion .icon li {
    padding-left: 0;
}

.footer-con .middle_portion li i {
    font-size: 10px;
    top: 6px;
    left: 0;
    position: absolute;
    color: var(--secondary--color);
}

.footer-con .middle_portion li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--aqua--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
    color: var(--primary--color);
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion .links {
    padding-left: 30px;
}

.footer-con .middle_portion .support_links {
    padding-left: 25px;
}

.footer-con .middle_portion .icon {
    padding-left: 30px;
}

.footer-con .middle_portion .icon .text {
    position: relative;
    margin-bottom: 11px;
    line-height: 22px;
    display: inline-block;
}

.footer-con .middle_portion .icon a,
.footer-con .middle_portion .icon p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--aqua--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon i {
    font-size: 14px;
    left: 1px;
    top: 7px;
    position: absolute;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon li:hover a,
.footer-con .middle_portion .icon li:hover p {
    color: var(--primary--color);
}

.footer-con .middle_portion .icon .text.last-con a:hover {
    color: var(--primary--color);
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 11px;
    font-weight: 400;
    padding: 21px 0;
    text-align: center;
    color: var(--aqua--color);
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-con .middle_portion .icon .text.last-con {
    padding-left: 55px;
    margin-top: 10px;
}

.footer-con .middle_portion .icon .text span.call-us-now {
    font-size: 14px;
    line-height: 30px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .icon .text.last-con i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary--color);
    border-radius: 100px;
    top: 3px;
}

.footer-con .middle_portion .icon .text.last-con a {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 800;
}

/*  */
.newsletter-con {
    /* background-color: var(--primary--color); */
    background-image: url(../images/newsletter-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 47px 0;
}

.newsletter-con input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 16px 23px;
    margin-right: 16px;
    height: 52px;
    width: 345px;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border-radius: 5px;
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}

.newsletter-con input:focus {
    border: 1px solid var(--accent--color);
}

.newsletter-con button {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    width: 178px;
    height: 52px;
    padding: 17px 27px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border-radius: 5px;
    position: relative;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

.newsletter-con button i {
    font-size: 12px;
    margin-left: 24px;
    transition: all 0.8s ease-in-out;
    color: var(--secondary--color);
}

.newsletter-con button:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.newsletter-con button:hover i {
    color: var(--primary--color);
}

/*  */
/* NEWS & ARTICLES SECTION */
.news-articles-con .article-box img {
    border-radius: 20px;
}

.news-articles-con .article-box {
    padding-bottom: 140px;
}

.news-articles-con .article-white-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 26px 27px;
    min-width: 290px;
    transition: ease-in-out 0.6s;
    border: 1px solid var(--secondary--color);
}

.news-articles-con .article-white-box span {
    font-size: 14px;
    margin-bottom: 5px;
}

.news-articles-con .article-white-box h5 {
    font-weight: 600;
}

.news-articles-con .article-white-box p {
    line-height: 23px;
    margin-bottom: 12px;
    color: var(--text--color);
}

.news-articles-con .article-white-box a {
    font-size: 14px;
    line-height: 14px;
    color: var(--primary--color);
    font-weight: 600;
}

.news-articles-con .article-white-box a:hover {
    text-decoration: none;
    color: var(--accent--color);
}

.news-articles-con .article-white-box a:hover h5 {
    color: var(--primary--color);
}

.news-articles-con .article-white-box a i {
    font-size: 10px;
    margin-left: 4px;
}

.news-articles-con .article-white-box a:hover i {
    color: var(--accent--color);
}

.news-articles-con .article-box:hover .article-white-box {
    border-color: var(--accent--color);
}

/*  */


.case-studies-con .owl-theme .owl-nav.disabled+.owl-dots,
.news-articles-con .owl-theme .owl-nav.disabled+.owl-dots,
.testimonials-con .owl-theme .owl-nav.owl-dots {
    margin-top: 25px;
    text-align: center;
}



.case-studies-con .owl-carousel .owl-dots button,
.news-articles-con .owl-carousel .owl-dots button,
.testimonials-con .owl-carousel .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}



.case-studies-con .owl-dots button:focus,
.news-articles-con .owl-dots button:focus,
.testimonials-con .owl-dots button:focus,


.case-studies-con .owl-dots button:focus-visible,
.news-articles-con .owl-dots button:focus-visible,
.testimonials-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}


.case-studies-con .owl-theme .owl-dots .owl-dot.active span,
.news-articles-con .owl-theme .owl-dots .owl-dot.active span,
.testimonials-con .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primary--color);
    color: var(--primary--color);
    width: 17px;
    height: 17px;
}



.case-studies-con .owl-theme .owl-dots .owl-dot span,
.news-articles-con .owl-theme .owl-dots .owl-dot span,
.testimonials-con .owl-theme .owl-dots .owl-dot span {
    background-color: var(--dot--color);
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

/* CTA SECTION */
.cta-con {
    background-image: url(../images/cta-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-con h2 {
    margin-bottom: 35px;
}

.cta-con .primary_btn {
    min-width: 218px;
}

.cta-con .cta-inner-con {
    position: relative;
    z-index: 1;
}

/* TESTIMONIAL SECTION */
.testimonials-con .item {
    width: 100%;
}

.testimonials-con .testimonial-box {
    border-radius: 20px;
    background-color: var(--secondary--color);
    padding: 35px 30px;
    transition: ease-in-out 0.6s;
    width: 100%;
    box-shadow: 0 1px 68px rgb(44 99 154 / 8%);
}

.testimonials-con .testimonial-box .stars {
    margin-bottom: 13px;
}

.testimonials-con .testimonial-box .outer-designation {
    margin-left: 13px;
}

.testimonials-con .testimonial-box p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.testimonials-con .testimonial-box .quote {
    right: 24px;
    bottom: 24px;
    filter: grayscale(100%);
    width: 30px !important;
}

.testimonials-con .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testimonials-con .customer-detail {
    justify-content: center;
}

.testimonials-con .customer-detail h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px !important;
    line-height: 16px;
    text-align: left;
}

.testimonials-con .customer-detail span.designation {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.testimonials-con .testimonial-box i {
    color: var(--yellow--color);
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;

}

.testimonials-con .owl-carousel .owl-stage-outer {
    padding: 30px 0;
}

.testimonials-con .customer-detail img {
    border-radius: 100%;
    width: 50px !important;
}

/* Fade all items by default */
.testimonials-con .owl-carousel .owl-item {
    opacity: 0.4;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

/* Highlight the center (active) item */
.testimonials-con .owl-carousel .owl-item.center {
    opacity: 1;
    transform: scale(1.05);
    /* optional zoom effect */
    z-index: 2;
}

/* Optionally make side items slightly smaller */
.testimonials-con .owl-carousel .owl-item:not(.center) {
    transform: scale(0.95);
}

.testimonials-con .owl-carousel .owl-item.center .testimonial-box p {
    color: var(--black--color);
    font-size: 18px;
    line-height: 28px;
}

.testimonials-con .owl-carousel .owl-item.center .testimonial-box i {
    font-size: 16px;
}

.testimonials-con .owl-carousel .owl-item.center .customer-detail h6 {
    font-size: 18px;
    line-height: 22px;
}

.testimonials-con .owl-carousel .owl-item.center .customer-detail span.designation {
    font-size: 14px;
    line-height: 20px;
}

.testimonials-con .owl-carousel .owl-item.center .customer-detail img {
    width: auto !important;
}

.testimonials-con .owl-carousel .owl-item.center .testimonial-box .quote {
    filter: grayscale(0%);
    width: auto !important;
}

/* SPECIALITIES SECTION */
.specialities-con {
    background-image: url(../images/specialities-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.specialities-con .specialities_box_outer {
    padding-top: 32px;
}

.specialities-con .specialities_box_outer .specialities-box .icon {
    border-radius: 100px;
    background-color: var(--primary--color);
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
}

.specialities-con .specialities_box_outer .specialities-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 35px 26px;
}

.specialities-con .specialities-box {
    margin-bottom: 35px;
}

.specialities-con .specialities_box_outer .specialities-box h5 {
    line-height: 25px;
    margin-bottom: 7px;
}

.specialities-con .specialities_box_outer .specialities-box p {
    font-size: 16px;
    line-height: 21px;
}

.specialities-con .specialities_wrapper::before {
    width: 416px;
    height: 416px;
    border-radius: 100%;
    background-color: rgb(0 0 0 / 20%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    content: "";
    z-index: 1;
}

.specialities-con .specialities_wrapper .specialities-image img {
    z-index: 2;
    position: relative;
}

.vector {
    left: 0;
    bottom: 0;
}

/* CASE STUDIES SECTION */
.case-studies-con .case-box figure img {
    border-radius: 20px;
}

.case-studies-con .case-white-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 19px 31px;
    min-width: 255px;
    transition: ease-in-out 0.6s;
    border: 1px solid var(--secondary--color);
    box-shadow: 0 1px 68px rgb(44 99 154 / 8%);
    border-bottom: 2px solid var(--primary--color);
}

.case-studies-con .case-box {
    padding-bottom: 142px;
}

.case-studies-con .case-white-box span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}

.case-studies-con .case-white-box h5 {
    margin-bottom: 9px;
}

.case-studies-con .case-white-box p {
    line-height: 21px;
    font-size: 16px;
    padding: 0 8px;
}

.case-studies-con .case-white-box i {
    font-size: 13px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    width: 39px;
    height: 39px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-studies-con .case-white-box A:hover {
    text-decoration: none;
}

.case-studies-con .case-white-box:hover i {
    background-color: var(--primary--color);
}


/* FORM SECTION */
/* .form-box {
    display: grid;
    grid-template-columns: 53.4% 46.6%;
} */

.contact-form {
    z-index: 1;
    position: relative;
}

.get-quote-con {
    background-image: url(../images/getquote-bg-img.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.get-quote-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* width: 953px; */
    width: 50%;
    height: 100%;
    background-image: url(../images/get-quote-left-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: right;
}

.form-item {
    display: flex;
    align-items: center;
    position: relative;
    /* background: var(--primary--color) url(../images/line-img.webp) no-repeat center; */
    background-size: cover;
    z-index: 1;
}

.form-icon {
    left: 0;
    bottom: 0;
    position: absolute;
}

.get-quote-con span {
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--secondary--color);
}

.get-quote-con h2 {
    margin-bottom: 24px;
    color: var(--secondary--color);
}

.get-quote-con .form-box {
    padding: 113px 0 115px 45px;
}

.contact-form ul {
    display: grid;
    gap: 15px 15px;
    margin-bottom: 11px;
    grid-template-columns: 48.6% 48.6%;
}

.contact-form ul li input:focus,
.contact-form ul li textarea:focus {
    /* .submit-btn:focus{ */
    outline: none;
    border: 1px solid var(--primary--color);
}

.contact-form ul li input,
.contact-form ul li textarea,
.contact-form ul li select {
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    padding: 17px 20px 18px;
    color: var(--text--color);
    border: 1px solid transparent;
    background: var(--secondary--color);
}

.contact-form ul li select {
    height: 52px;
    position: relative;
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    padding: 17px 20px 18px;
    color: var(--text--color);
    border: 1px solid transparent;
    background: var(--secondary--color);
}

.contact-form ul li select::before {
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-form ul li input::placeholder,
.contact-form ul li select::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: var(--text--color);
}

.contact-form ul li:last-child {
    grid-column: 1/-1;
}

.contact-form ul li textarea {
    resize: none;
    height: 110px;
}

.contact-form span {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding-left: 3px;
    margin-top: 6px;
    margin-bottom: 0 !important;
    /* left: 35px; */
    display: block;
    position: relative;
    color: var(--primary--color);
}

.submit-btn {
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    color: var(--secondary--color);
    padding: 22px 30px 22px 39px;
    width: 100%;
    background: var(--primary--color);
    outline: none;
    border-style: none;
}

.submit-btn i {
    font-size: 12px;
    padding-left: 11px;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.submit-btn:hover {
    color: var(--primary--color);
    background: var(--secondary--color);
    border: none;
    outline: none;
}

.submit-btn:hover i {
    color: var(--primary--color);
}

/* SERVICES SECTION */
.services-con .services-box figure {
    width: 115px;
    height: 115px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 27px;
    background-color: var(--light--blue--color);
    transition: ease-in-out 0.6s;
}

.services-con .services-box {
    background-color: var(--secondary--color);
    padding: 40px 30px;
    border-radius: 20px;
    transition: ease-in-out 0.8s;
    box-shadow: 0 7px 68px rgb(44 99 154 / 3%);
}

.services-con .services-box p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.services-con .services-box a:hover {
    text-decoration: none;
}

.services-con .services-box i {
    font-size: 13px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    width: 39px;
    height: 39px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-con .services-box:hover {
    background-image: url(../images/services-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.services-con .services-box:hover * {
    color: var(--secondary--color);
}

.services-con .services-box:hover a:hover i {
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.services-con .col-lg-4 {
    margin-bottom: 35px;
}

.services-con .col-lg-4:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

.services-con .services-box:hover figure {
    transform: translateY(-2px);
}

/* BANNER SECTION */
.banner-con {
    background-image: url(../images/banner-bg-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-con::after {
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/banner-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /* width: 984px; */
    width: 51%;
    z-index: 1;
    position: absolute;
}

.banner-con::before {
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--primary--color);
    height: 453px;
    width: 493px;
    z-index: 1;
    position: absolute;
}

.banner-con .banner-inner-con {
    padding-top: 211px;
    padding-bottom: 215px;
}


.banner-con span.welcome-text {
    font-weight: 500;
    letter-spacing: 2.0px;
    padding-left: 47px;
    font-size: 14px;
    margin-bottom: 14px;
}


.banner-con span.welcome-text::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 2px;
    background-color: var(--secondary--color);
    content: "";
}


.banner-con h1 {
    margin-bottom: 20px;
}


.banner-con p {
    margin-bottom: 39px;
    font-size: 18px;
    line-height: 28px;
}

.banner-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.banner-con figure {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary--color);

}

.banner-con figure.banner-icon1 {
    width: 95px;
    height: 95px;
    top: 118px;
    /* right: 847px; */
    right: 44%;
    z-index: 2;
}

.banner-con figure.banner-icon2 {
    width: 118px;
    height: 118px;
    bottom: 210px;
    /* right: 877px; */
    right: 46%;
    z-index: 2;
}

.banner-con figure.banner-icon3 {
    width: 134px;
    height: 134px;
    bottom: 57px;
    /* right: 147px; */
    right: 7%;
    z-index: 2;
}

.button_down span {
    font-size: 12px;
    line-height: 21px;
}

.button_down {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    z-index: 3;
}

/* About */
.vector2 {
    bottom: 0;
    right: 0;
}

.about-con .about_content {
    padding-left: 50px;
}

.about-con .about_content h6 {
    margin-bottom: 18px;
}

.about-con .about_content h2 {
    margin-bottom: 30px;
}

.about-con .about_content .text {
    margin-bottom: 27px;
    line-height: 28px;
}

.about-con .about_content ul {
    margin-bottom: 52px;
}

.about-con .about_content ul li {
    position: relative;
    margin-bottom: 11px;
}

.about-con .about_content ul li:last-child {
    margin-bottom: 0;
}

.about-con .about_content ul li i {
    font-size: 9px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 2px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.about-con .about_content ul li p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-left: 34px;
    color: var(--black--color);
}

.about-con .about_content .box {
    padding: 40px 50px 43px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: var(--primary--color);
}

.about-con .about_content .box h3 {
    font-size: 24px;
    line-height: 33px;
    padding-left: 85px;
    color: var(--secondary--color);
}

.about-con .about_content .box .about-icon {
    position: absolute;
}

.about-con .about_wrapper .about-image1 {
    position: absolute;
    top: 0;
    right: 0;
}

.about-con .about_wrapper .about-image1 img {
    border-radius: 20px;
}

.about-con .about_wrapper .video-image {
    top: 364px;
    left: -22px;
    position: absolute;
    display: inline-block;
}

.about-con .about_wrapper .about-image2 {
    border-radius: 20px;
    background-color: var(--black--color);
    border: 10px solid var(--secondary--color);
}

.about-con .about_wrapper .about-image2 img {
    border-radius: 20px;
}

.about-con .about_wrapper .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border: 1px solid rgba(255, 255, 255, 50%);
    border-radius: 100%;
    position: absolute;
    text-align: center;
    transition: all 0.8s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-con .about_wrapper .icon:hover {
    transform: translateY(-5px);
}

.get-quote-con.get-quote2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* width: 953px; */
    width: 50%;
    height: 100%;
    background-image: url(../images/get-quote-left-img2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: right;
}

/* SUB BANNER PAGE */
.sub-banner-con {
    background-image: url(../images/sub-banner-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 153px;
    padding-bottom: 162px;
}

.sub-banner-inner-con h1 {
    margin-bottom: 19px;
}

.sub-banner-inner-con p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--secondary--color);
    margin-bottom: 28px;
}

/* breadcrumb */
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase
}

.breadcrumb {
    background-color: transparent;
    padding: 17px 19px;
    min-width: 216px;
    border: 1px solid rgb(255 255 255 / 20%);
    transition: ease-in-out 0.6s;
    border-radius: 5px;
    justify-content: center;
    background-color: transparent;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary--color);
}

.breadcrumb-item a:hover {
    color: var(--primary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    padding: 0 19px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

/* FAQ PAGE */
/* FAQ SECTION */
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--secondary--color);
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card p {
    font-size: 16px;
    line-height: 26px;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--primary--color);
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card h6 {
    font-size: 18px;
    font-weight: 700;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    white-space: inherit;
    word-break: break-word;

}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--primary--color);

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 17px 20px 17px 20px;
    ;
}

.faq-con .accordian-inner .card-body {
    padding: 0 20px 17px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f063";
    font-size: 15px;
    top: 19px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--primary--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--primary--color);
}

/*  */
.case-studies-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.case-studies-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* WHY CHOOSE US */
.why-choose-us-con::after {
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/why-choose-us-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /* width: 945px; */
    width: 49.5%;
    position: absolute;
    background-position: right;
}

.why-choose-us-con {
    padding-bottom: 128px;
}

.why-choose-us-con.specialities-con .specialities_box_outer .specialities-box h5 {
    line-height: 23px;
    margin-bottom: 7px;
    font-size: 18px;
    color: var(--secondary--color);
}

.why-choose-us-con.specialities-con .specialities_box_outer .specialities-box {
    background-color: rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 26px 26px 22px;
    margin-bottom: 22px;
}

.why-choose-us-con.specialities-con .specialities_box_outer .specialities-box .icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 13px;
}

.why-choose-us-con.specialities-con .col-lg-6.iner-col {
    padding: 0 11px;
}

.why-choose-us-con .why-choose-inner-con {
    padding-right: 64px;
}

.vector3 {
    left: 0;
    bottom: 0;
    opacity: 10%;
}

.cta-con2 {
    background-image: url(../images/cta-bg-img2.webp);
}

/* TEAM SECTION */

.our-team-con .team-box .designation {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text--color);
    line-height: 20px;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 20px;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box ul li:hover i {
    transform: translateY(-2px);
}

.our-team-con .team-box h5 {
    margin-bottom: 5px;
}

.our-team-con .team-box ul li i {
    width: 38px;
    height: 38px;
    font-size: 15px;
    background-color: var(--accent--color);
    line-height: 38px;
    color: var(--secondary--color);
    border-radius: 100%;
    transition: ease-in-out 0.5s;
}

.our-team-con .team-box ul li i:hover {
    background-color: var(--primary--color);
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    padding-bottom: 20px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: var(--secondary--color);
}

.our-team-con .col-lg-3.col-md-6 {
    margin-bottom: 65px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/* PRICING PAGE */
.pricing-con .pricing_content h6 {
    margin-bottom: 14px;
}

.pricing-con .pricing_content h2 {
    margin-bottom: 40px;
}

.pricing-con .pricing-box {
    padding: 51px 41px 53px;
    background-color: var(--secondary--color);
    box-shadow: 0 7px 68px rgb(44 99 154 / 3%);
    border-top: 2px solid var(--accent--color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
}

.pricing-con .pricing-box:hover {
    border-top: 2px solid var(--primary--color);
}

.pricing-con .pricing-box .content {
    padding-bottom: 29px;
    margin-bottom: 27px;
    border-bottom: 1px solid var(--border--color2);
}

.pricing-con .pricing-box sup,
.pricing-con .pricing-box span {
    display: inline-block;
    color: var(--black--color2);
    transition: all 0.3s ease-in-out;
}

.pricing-con .pricing-box .dollar {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

.pricing-con .pricing-box .number {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
}

.pricing-con .pricing-box .month {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--text--color);
}

.pricing-con .pricing-box h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.pricing-con .pricing-box p {
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
}

.pricing-con .pricing-box ul {
    margin-bottom: 33px;
}

.pricing-con .pricing-box ul li {
    position: relative;
    margin-bottom: 7px;
}

.pricing-con .pricing-box ul li:last-child {
    margin-bottom: 0 !important;
}

.pricing-con .pricing-box ul li i {
    font-size: 14px;
    top: 6px;
    left: 0;
    position: absolute;
    color: var(--accent--color);
}

.pricing-con .pricing-box ul li p {
    padding-left: 26px;
    font-size: 16px;
    color: var(--black--color);
    font-weight: 400;
}

.pricing-con .pricing-box:hover ul li i {
    color: var(--primary--color);
}

.pricing-con .pricing-box:hover .secondary_btn {
    background-color: var(--primary--color);
}

/* MAIN ABOUT US SECTION */
.main-about-us-con .main-about-img-con .abt-img2 {
    padding-left: 30px;
    padding-top: 30px;
}

.main-about-us-con .main-about-img-con figure img {
    border-radius: 20px;
}

.main-about-us-con h2 {
    margin-bottom: 21px;
}

.main-about-us-con p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 23px;
}

.generic-list ul {
    display: grid;
    gap: 13px 34px;
    margin-bottom: 30px;
    grid-template-columns: 44% 48%;
}

.generic-list ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    text-align: left;
    color: var(--black--color);
}

.generic-list ul li i {
    font-size: 16px;
    padding-right: 10px;
    color: var(--accent--color);
}

.main-about-content-con {
    margin-left: 37px;
}

.about-white-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    width: 176px;
    height: 158px;
    padding: 22px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.experience-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.about-white-box img {
    margin: 0 auto 12px;
    text-align: center
}

.about-white-box span.counter,
.about-white-box sup {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: var(--black--color);
    margin-bottom: 5px;
}

.about-white-box sup {
    top: unset;
}

/* CONTACT INFO SECTION */

.contact-info-box {
    transition: ease-in-out 0.6s;
    flex-direction: column;
    background-color: var(--secondary--color);
    box-shadow: 0 7px 68px rgb(44 99 154 / 3%);
    text-align: center;
    border-radius: 20px;
    border: 1px solid var(--secondary--color);
    padding: 38px;
}

.contact-info-box:hover {
    border: 1px solid var(--primary--color);
}

.contact-info-box:hover h5 {
    color: var(--primary--color);
}

.contact-info-con .contact-info-box:hover {
    transform: translateY(-4px);
}

.contact-info-con .contact-info-box figure {
    transition: ease-in-out 0.5s;
    margin: 0 auto 24px;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--light--blue--color);
    flex-shrink: 0;
}

.contact-info-con .contact-info-box h5 {
    margin-bottom: 10px;
    transition: ease-in-out 0.5s;
}

.contact-info-con .contact-info-box p {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: var(--text--color);
}

.contact-info-con .contact-info-box a {
    color: var(--text--color);
    font-weight: 400;
    align-self: flex-start;
    font-size: 16px;
    line-height: 22px;
}

.contact-info-con .contact-info-box a:hover {
    color: var(--primary--color);
}

.contact-form-con::before {
    background-image: url(../images/contact-form-bg-img.webp);
}

/* map section */
.contact-map-con iframe {
    height: 560PX;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: -8px;
    pointer-events: none;
    border-radius: 30px;
    border: none;
}

.contact-map-con iframe:hover {
    filter: none;
}

/* INDEX 02 TESTIMONIALS */
.testimonial3-con .testimonial-box {
    padding: 40px 32px 40px;
    background-color: var(--secondary--color);
    box-shadow: 0 1px 68px rgb(44 99 154 / 5%);
    border-radius: 20px;
}

.testimonial3-con .owl-carousel .owl-stage-outer {
    padding: 40px 0;
}



.testimonial3-con .testimonial-box ul li{
    display: inline-block;
}

.testimonial3-con .testimonial-box ul li i{
    font-size: 13px;
    color: var(--yellow--color);
}

.testimonial3-con .testimonial-box .text{
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--text--color);
    font-size: 16px;
    line-height: 27px;
}

.testimonial3-con .testimonial-box .user-img{
    float: left;
    margin-right: 17px;
    margin-top: -2px;
}

.testimonial3-con .testimonial-box .user-img img{
    border-radius: 100%;
    width: auto;
}

.testimonial3-con .testimonial-box .designation-outer {
    padding-top: 2px;
    display: inline-block;
}

.testimonial3-con .testimonial-box .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
    color: var(--black--color);
}

.testimonial3-con .testimonial-box .position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text--color);
}



.testimonial3-con .owl-carousel .owl-dots{
    display: block !important;
    margin-top: 5px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}


.testimonial3-con .owl-carousel .owl-dots .owl-dot span{
    width: 11px;
    height: 11px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background: var(--dot--color);
}


.testimonial3-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary--color);
}

.testimonial3-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative;
    background: var(--primary--color);
}

.testimonial3-con .owl-carousel .owl-dots .owl-dot:focus{
    outline: none;
}

.testimonial3-con .heading-title-con {
    margin-bottom: 10px;
}

.testimonial3-con .testimonial-box .info{
    display: flex;
    align-items: center;
}




.services2-inner-content {
    padding: 65px 34px 30px;
}






.statistics-content {
    display: inline-block;
}



/* WHY CHOOSE US */
.why-choose-us-con2::after {
    left: 0;
    top: 0;
    content: "";
    background-image: url(../images/why-choose-us-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /* width: 945px; */
    width: 49.5%;
    position: absolute;
    background-position: right;
}

.why-choose-us-con2 .why-choose-inner-con {
    padding-right: 0;
    padding-left: 52px;
}

.vector4 {
    right: 0;
    bottom: 0;
}

.testimonial3-con .owl-carousel .owl-item img {
    display: block;
    width: auto;
}



.testimonial3-con .testimonial-box {
    border-top: 2px solid var(--primary--color);
}
