﻿
body {
    font-size: calc(14px (18 - 14) * (100vw - 320px) / (1920 - 320));
}

.navbar-expand-xl .navbar-collapse, .navbar-expand-lg .navbar-collapse, .navbar-expand-md .navbar-collapse, .navbar-expand-sm .navbar-collapse {
    justify-content: flex-end;
}
.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #fff;
}
    .navbar-light .navbar-toggler span {
        color: #fff !important;
    }
    .navbar-brand img {
        max-width: 180px;
    }

.navbar-brand h1 {
    margin-bottom: 0;
}

.footer-logo img {
    max-width: 150px;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

h1, .h1 {
    font-size: calc(30px + (62 - 30) * (100vw - 320px) / (1920 - 320));
}

h2, .h2 {
    font-size: calc(25px + (42 - 25) * (100vw - 320px) / (1920 - 320));
}

h3, .h3 {
    font-size: calc(21px + (36 - 21) * (100vw - 320px) / (1920 - 320));
}

h4, .h4 {
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
}

h5, .h5 {
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
}

h6, .h6 {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

    .btn.btn-primary:hover {
        background: var(--bs-secondary);
        color: var(--bs-primary);
    }

.btn-border-radius {
    border-radius: 50px;
}

.img-border-radius {
    border-radius: 50px;
}

.title-border-radius {
    border-radius: 50px;
}
/*** Button End ***/


/*title area Css Start*/
.TitleArea {
    margin-bottom: 40px;
}

    .TitleArea h5 {
        font-weight: 600;
        text-transform: uppercase;
        color: var(--bs-secondary);
        padding: 7px 15px;
        display: inline-flex;
        background: rgb(34,88,223);
        background: linear-gradient(90deg, rgb(34 88 223 / 30%) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .TitleArea h2 {
        margin-bottom: 0;
        color: var(--bs-gray);
    }

/*** Topbar Start ***/
.topbar {
    position: relative;
}

    .topbar:after {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: var(--bs-secondary);
        width: 18%;
        content: '';
        pointer-events: none;
    }

    .topbar .top-info {
        font-size: medium;
        font-weight: 400;
        font-family: "Outfit", sans-serif;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .topbar .top-link {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

        .topbar .top-link a {
            margin-right: 10px;
        }

            .topbar .top-link a:hover {
                background: var(--bs-secondary) !important;
            }

            .topbar .top-link a i {
                color: var(--bs-white);
            }

            .topbar .top-link a:hover i {
                color: var(--bs-primary) !important;
            }
/*** Topbar End ***/

.HeaderBar {
    position: relative;
}
.navbar-right-side .chat {
    padding: 10px 30px;
    margin: 0 0 0 20px;
}
/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    z-index: 1;
}

    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
        font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        transition: .5s;
    }

        .navbar .navbar-nav .nav-link:hover,
        .navbar .navbar-nav .nav-link.active,
        .fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
        .fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
            color: var(--bs-primary);
        }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        vertical-align: middle;
        margin-left: 8px;
    }

@media (min-width: 1450px) {
    .HeaderBar {
         padding: 0 !important; 
    }
} 

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: "Outfit", sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (min-width: 767px) {
    .text-right {
        text-align: right;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

.HeaderBar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
    .HeaderBar:after {
        display: none !important;
    }
    .HeaderBar .navbar {
        border: 0 !important;
    }

.hero-header {
    padding: 100px 0 80px 0;
}

.HeaderBar .navbar a {
    color: var(--bs-white);
}

/*** Hero Header ***/
.hero-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-header.lp-logo {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-lp-logo.jpg);
}
.hero-header.lp-name {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-lp-name.jpg);
}
.hero-header.lp-slogan {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-lp-slogan.jpg);
}

    .hero-header:after {
        /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #06223ed1;
    content: "";*/
    }

    .hero-header .container {
        position: relative;
        z-index: 1;
    }

    .hero-header h5 {
        font-weight: 200;
        color: var(--text-white);
        padding: 10px;
        display: inline-flex;
        background: rgb(34,88,223);
        background: linear-gradient(90deg, rgba(34,88,223,1) 0%, rgba(255,255,255,0) 100%);
    }

    .hero-header h1 {
        margin-bottom: 0;
    }

    .hero-header p,
    .hero-header ul li {
        color: var(--bs-white);
    }

        .hero-header ul li i {
            /*color: var(--bs-secondary);*/
            font-size: 13px;
            margin-right: 10px;
        }

.MainForm-area {
    background-color: var(--bs-white);
    padding: 15px;
    border-radius: 25px;
    border: var(--bs-primary) solid 6px;
}

    .MainForm-area h4, .MainForm-area h3 {
        color: var(--bs-gray);
    }

        .MainForm-area h3 span {
            color: var(--bs-secondary);
        }

    .MainForm-area .form-Title {
        margin-bottom: 20px;
    }

    .MainForm-area .form-control {
        height: 48px;
        background-color: var(--bs-white);
        border-radius: 10px;
    }

    .MainForm-area .btn {
        height: 48px;
        line-height: 1;
    }


/*** Hero Header ***/

/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

    .video .btn-play {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        border: none;
        outline: none;
        padding: 18px 20px 18px 28px;
    }

        .video .btn-play:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            background: var(--bs-secondary);
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }

        .video .btn-play:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            background: var(--bs-primary);
            border-radius: 50%;
            transition: all 200ms;
        }

        .video .btn-play img {
            position: relative;
            z-index: 3;
            max-width: 100%;
            width: auto;
            height: auto;
        }

        .video .btn-play span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            border-left: 32px solid var(--bs-white);
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

    #videoModal .modal-dialog {
        position: relative;
        max-width: 800px;
        margin: 60px auto 0 auto;
    }

    #videoModal .modal-body {
        position: relative;
        padding: 0px;
    }

    #videoModal .close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        top: -30px;
        z-index: 999;
        font-size: 30px;
        font-weight: normal;
        color: #FFFFFF;
        background: #000000;
        opacity: 1;
    }

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

/*** About End ***/


/*** service Start ***/
.service {
    background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}

    .service .service-item {
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
        width: 100%;
        height: 100%;
        border-radius: 50% 20% / 10% 40%;
        transition: 0.5s;
        position: relative;
    }

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

    .service-item:hover .service-content::after {
        background: var(--bs-secondary);
        width: 100%;
        opacity: 1;
        z-index: 1;
    }

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}

.service-item:hover .service-content-inner a.h4 {
    color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}

    .program .program-item .program-img .program-rate {
        position: absolute;
        width: 100px;
        top: -20px;
        left: 50%;
        margin-left: -50px;
        border-radius: 10% / 50%;
    }

    .program .program-item .program-text {
        padding-top: 150px;
        margin-top: -125px;
    }

    .program .program-item .program-img img,
    .program .program-item .program-teacher img,
    .program .program-item:hover .program-text-inner a.h4 {
        transition: 0.5s;
    }

    .program .program-item:hover .program-img img,
    .program .program-item:hover .program-teacher img {
        transform: scale(1.2);
    }

    .program .program-item:hover .program-text-inner a.h4 {
        color: var(--bs-primary) !important;
    }
/*** Programs End ***/


/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

    .events .events-item .events-inner .events-rate {
        position: absolute;
        width: 120px;
        top: -20px;
        left: 50%;
        margin-left: -60px;
        border-radius: 10% / 50%;
    }

    .events .events-item .events-inner .events-img .event-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }

    .events .events-item .events-inner .events-img:hover .event-overlay {
        opacity: 1;
    }

    .events .events-item .events-img::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        bottom: auto;
        background: rgba(77, 101, 249, .7);
        border-radius: 10px;
        transition: 0.5s;
    }

    .events .events-item:hover .events-img::after {
        height: 100%;
        opacity: 1;
    }

    .events .events-item .events-text a.h4,
    .events .events-item .events-img img {
        transition: 0.5s;
    }

    .events .events-item:hover .events-text a.h4 {
        color: var(--bs-primary) !important;
    }

    .events .events-item:hover .events-img img {
        transform: scale(1.3);
    }
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important;
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

    .team .team-item .team-icon {
        position: absolute;
        bottom: 120px;
        left: 50%;
        transform: translateX(-50%);
    }

        .team .team-item .team-icon a.share-link {
            opacity: 0;
            transition: 0.5s;
        }

    .team .team-item:hover .team-icon a.share-link {
        opacity: 1;
    }

    .team .team-item .team-content,
    .team .team-item .team-content h4,
    .team .team-item .team-content p {
        transition: 0.5s;
    }

    .team .team-item:hover .team-content {
        background: var(--bs-primary) !important;
        border-radius: 0 0 10px 10px;
    }

        .team .team-item:hover .team-content h4 {
            color: var(--bs-white) !important;
        }

        .team .team-item:hover .team-content p {
            color: var(--bs-dark) !important;
        }
/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

    .testimonial .testimonial-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
        /*background: var(--bs-primary);*/
        border-radius: 10px;
        transition: 0.5s;
    }

        .testimonial .testimonial-carousel .owl-dot.active {
            /*width: 30px;*/
            background: var(--bs-secondary);
        }
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .footer-galary-img img {
        width: 100%;
        border-style: dotted;
        border-color: var(--bs-primary);
        transition: 0.5s;
    }

        .footer .footer-galary-img img:hover {
            transform: scale(1.2);
        }

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}
/*** Footer End ***/



====================================================================
Services Four
====================================================================

***/

.services-four {
    position: relative;
    padding: 100px 0px 100px;
}

.service-block_four {
    position: relative;
    margin-bottom: 30px;
}

.service-block_four-inner {
    position: relative;
    padding: 30px 30px;
    background-color: var(--color-eleven);
}

    .service-block_four-inner::before {
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 80px;
        opacity: 0.20;
        background-color: var(--color-two);
    }

.service-block_four-heading {
    position: relative;
    font-weight: 600;
    color: var(--color-three);
}

.service-block_four-inner:hover .service-block_four-heading {
    position: relative;
    color: var(--white-color);
}


.service-block_four-text {
    position: relative;
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
    color: var(--color-four);
}

.service-block_four-icon {
    position: relative;
    width: 83px;
    height: 83px;
    margin-top: 30px;
    font-size: 42px;
    line-height: 83px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-items: center;
    color: var(--white-color);
    background-color: var(--color-two);
    border: 3px solid var(--white-color);
}

    .service-block_four-icon img {
        width: auto !important;
        height: auto;
        margin: 0 auto;
    }

.service-block_four-number {
    position: absolute;
    right: 25px;
    bottom: 28px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-two);
    font-family: 'Outfit', sans-serif;
}

.service-block_four-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    padding: 0px 40px;
    background-color: var(--color-two);
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .service-block_four-overlay::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        height: 80px;
        background-color: var(--main-color);
    }

.service-block_four-inner:hover .service-block_four-overlay {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.service-block_four-overlay_number {
    position: absolute;
    right: 35px;
    top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    font-family: 'Outfit', sans-serif;
}

.service-block_four-overlay_icon {
    position: relative;
    width: 83px;
    height: 83px;
    margin-top: 30px;
    font-size: 42px;
    line-height: 83px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--main-color);
    border: 3px solid var(--white-color);
}

    .service-block_four-overlay_icon img {
        width: auto !important;
        height: auto;
        margin: 0 auto;
    }

.service-block_four-text_two {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin-top: 22px;
    color: var(--color-eight);
}

.testimonial .services-carousel {
    position: relative;
}

    .testimonial .services-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .services-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border: var(--bs-primary) solid 2px;
        border-radius: 10px;
        transition: 0.5s;
    }

        .testimonial .services-carousel .owl-dot.active {
            background: var(--bs-secondary);
            border-color: var(--bs-secondary);
        }


.testimonial .all-services-carousel {
    position: relative;
}

    .testimonial .all-services-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .all-services-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border: var(--bs-primary) solid 2px;
        border-radius: 10px;
        transition: 0.5s;
    }

        .testimonial .all-services-carousel .owl-dot.active {
            background: var(--bs-secondary);
            border-color: var(--bs-secondary);
        }


.testimonial .testimonial-carousel {
    position: relative;
}

    .testimonial .testimonial-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border: var(--bs-primary) solid 2px;
        border-radius: 10px;
        transition: 0.5s;
    }

        .testimonial .testimonial-carousel .owl-dot.active {
            background: var(--bs-secondary);
            border-color: var(--bs-secondary);
        }



.testimonial .inner-testimonials-carousel {
    position: relative;
}

    .testimonial .inner-testimonials-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    .testimonial .inner-testimonials-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border: var(--bs-white) solid 2px;
        border-radius: 10px;
        transition: 0.5s;
    }

        .testimonial .inner-testimonials-carousel .owl-dot.active {
            background: var(--bs-secondary);
            border-color: var(--bs-secondary);
        }



/*** 

====================================================================
	About Three
====================================================================

***/

.about-three {
    position: relative;
    padding: 0px 0px 80px;
}

.about-three_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-three_image-outer {
    position: relative;
}

.about-three_image {
    position: relative;
    display: inline-block;
}

    .about-three_image::before {
        position: absolute;
        content: '';
        top: 0px;
        right: -30px;
        width: 15px;
        height: 152px;
        background-color: var(--color-two);
    }

    .about-three_image::after {
        position: absolute;
        content: '';
        right: -30px;
        top: 165px;
        width: 15px;
        height: 75px;
        background-color: var(--main-color);
    }

.about-three_experiance {
    position: absolute;
    right: 0px;
    bottom: 90px;
    width: 294px;
    height: 266px;
    padding: 55px 35px;
    background-size: cover;
    outline-offset: -12px;
    outline: 2px dashed rgba(var(--white-color-rgb), 0.70);
}

    .about-three_experiance::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0.80;
        background-color: var(--color-two);
    }

.about-three_experiance-icon {
    position: relative;
    line-height: 1em;
    font-size: 70px;
    margin-bottom: 35px;
    display: inline-block;
    color: var(--white-color);
}

.about-three_experiance h5 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
}

.about-three_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-three_content-outer {
    position: relative;
    padding-left: 40px;
    padding-top: 15px;
}

/*** 

====================================================================
	About Three Tabs
====================================================================

***/

.about-three_tabs {
    position: relative;
}

    .about-three_tabs .tab-btns {
        position: relative;
    }

        .about-three_tabs .tab-btns .tab-btn {
            position: relative;
            display: inline-block;
            line-height: 24px;
            cursor: pointer;
            font-weight: 500;
            font-size: 18px;
            margin-right: 0px;
            padding: 16px 32px;
            border-radius: 0px;
            color: var(--color-two);
            transition: all 500ms ease;
            text-transform: capitalize;
            background-color: rgba(var(--color-two-rgb), 0.10);
        }

    .about-three_tabs .tab-btn:last-child {
        margin-right: 0px;
    }

    .about-three_tabs .tab-btns .tab-btn:hover,
    .about-three_tabs .tab-btns .tab-btn.active-btn,
    .about-three_tabs .tab-btns .tab-btn.active {
        color: var(--white-color);
        background-color: var(--main-color);
    }

    .about-three_tabs .tabs-content {
        position: relative;
        padding: 25px 0px 0px;
    }

        .about-three_tabs .tabs-content .tab {
            position: relative;
            display: none;
        }

            .about-three_tabs .tabs-content .tab.active-tab {
                display: block;
            }

    .about-three_tabs p {
        position: relative;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
        color: var(--color-four);
    }

.about-three_list {
    position: relative;
}

    .about-three_list li {
        position: relative;
        display: flex;
        gap: 10px;
        font-weight: 500;
        font-size: 18px;
        align-items: center;
        margin-bottom: 20px;
        color: var(--color-four);
    }

        .about-three_list li i {
            position: relative;
            top: 1px;
            color: var(--color-two);
        }

/* About Three Author */

.about-three_author {
    position: relative;
    padding-top: 25px;
    margin-top: 15px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.about-three_author-inner {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    padding-left: 80px;
    padding-top: 5px;
    color: var(--color-six);
}

.about-three_author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid var(--main-color);
}

.about-three_author-inner span {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--color-ten);
}

.about-three_author-inner .signature {
    position: absolute;
    right: 120px;
    bottom: 0px;
}

@media (max-width: 991px) {
    .about-three_image::after {
        display: none;
    }

    .about-three_image::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .copyright {
        text-align: center;
    }

    .hero-header {
        padding: 90px 0 0 0;
        text-align: center;
        background-color: #003153;
        background-image: none;
    }

        .hero-header ul li {
            display: flex;
            align-items: baseline;
            margin: 10px 0;
            text-align: left;
        }

    .stripe-80 {
        padding: 40px 0 !important;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .price-block_one-list {
        height: 170px !important;
        margin: 0;
    }

    .price-block_one-price {
        margin-top: 5px !important;
    }

    .price-block_one-inner {
        padding: 20px 25px !important;
    }

    .price-block_one-content {
        padding: 15px !important;
    }

    .price-block_one-button-box {
        margin-top: 15px !important;
    }

    .price-one {
        padding: 40px 0 !important;
    }

    .services-five {
        padding: 40px 0 !important;
    }

    .TitleArea h2 {
        margin-top: 30px;
    }

    .ctaCenter {
        padding: 40px 0 !important;
        text-align: center;
    }

    .btn-style-one, .price-block_one-button {
        padding: 10px 20px !important;
    }

    .ctaCenter .cl-iSecondary {
        display: block;
    }
}

/*** 


====================================================================
	Services Five
====================================================================

***/

.services-five {
    position: relative;
    padding: 100px 0px 90px;
    background-color: var(--color-eleven);
}

.service-block_five {
    position: relative;
    margin-bottom: 30px;
}

.service-block_five-inner {
    position: relative;
}

.service-block_five-image {
    position: relative;
}

    .service-block_five-image img {
        position: relative;
        width: 100%;
        display: block;
    }

    .service-block_five-image::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 20%;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        opacity: 0.70;
        background: rgba(var(--white-color-rgb), 0);
        background: linear-gradient(to bottom, rgba(var(--white-color-rgb), 0) 0%, rgba(var(--color-two-rgb), 1) 100%);
    }

.service-block_five-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    text-align: center;
    padding-bottom: 20px;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.service-block_five-inner:hover .service-block_five-content {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service-block_five-content::before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 40px;
    background-color: var(--white-color);
}

.service-block_five-icon img {
    width: auto !important;
    height: auto;
    margin: 0 auto;
}

.service-block_five-icon {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 40px;
    line-height: 84px;
    border-radius: 50px;
    color: var(--white-color);
    background-color: var(--color-two);
}

.service-block_five-heading {
    position: relative;
    font-weight: 600;
    margin-top: 15px;
    color: var(--color-three);
}

    .service-block_five-heading a {
        position: relative;
        color: var(--white-color);
    }

.service-block_five-overlay {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-two);
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service-block_five-inner:hover .service-block_five-overlay {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.service-block_five-icon_two {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    font-size: 40px;
    line-height: 84px;
    border-radius: 50px;
    color: var(--white-color);
    background-color: var(--main-color);
}

.service-block_five-overlay_heading {
    position: relative;
    margin-top: 25px;
}

    .service-block_five-overlay_heading a {
        position: relative;
        color: var(--white-color);
    }

.service-block_five-text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    color: var(--color-eight);
}

.service-block_five-overlay_inner {
    position: relative;
    padding: 0px 20px;
}

.service-block_five-more {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
    display: inline-block;
    color: var(--white-color);
}

    .service-block_five-overlay_heading a:hover,
    .service-block_five-more:hover {
        color: var(--main-color);
    }

/* Arrows */

.services-five-arrow {
    position: relative;
    width: 140px;
    margin: 0 auto;
    margin-top: 20px;
}

/*** 



====================================================================
	Clients One
====================================================================

***/

.clients-one {
    position: relative;
    padding: 0px 0px 100px;
}

    .clients-one.style-two {
        padding-top: 100px;
    }

    .clients-one.style-three {
        padding: 60px 0px;
        background-color: var(--color-eleven);
    }

.clients-one_title-box {
    position: relative;
    margin-bottom: 50px;
}

    .clients-one_title-box .clients-one_title {
        position: relative;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        text-transform: uppercase;
        color: var(--color-three);
        background-color: var(--white-color);
    }

        .clients-one_title-box .clients-one_title::before {
            position: absolute;
            content: '';
            top: 50%;
            right: 105%;
            height: 1px;
            width: 100px;
            opacity: 0.10;
            background-color: var(--black-color);
        }

        .clients-one_title-box .clients-one_title::after {
            position: absolute;
            content: '';
            top: 50%;
            left: 105%;
            height: 1px;
            width: 100px;
            opacity: 0.10;
            background-color: var(--black-color);
        }

.client-image {
    position: relative;
    text-align: center;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

    .client-image:hover {
        position: relative;
        border-color: var(--color-two);
    }

    .client-image img {
        position: relative;
        opacity: 0.70;
        filter: grayscale(0%);
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

        .client-image img:hover {
            opacity: 1;
            filter: grayscale(100%);
        }

/*** 


    ====================================================================
	Testimonial Three
====================================================================

***/

.testimonial-three {
    position: relative;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 95px;
    background-color: var(--color-eleven);
}

    .testimonial-three .swiper-container {
        overflow: visible;
    }

.testimonial-block_three {
    position: relative;
}

.testimonial-block_three-inner {
    position: relative;
    padding: 40px 30px;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

    .testimonial-block_three-inner:after {
        position: absolute;
        content: '';
        right: -60px;
        bottom: -60px;
        width: 142px;
        height: 142px;
        opacity: 0;
        opacity: 0;
        border-radius: 150px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        border: 20px solid var(--white-color);
    }

    .testimonial-three .swiper-slide-active .testimonial-block_three-inner::after,
    .testimonial-block_three-inner:hover::after {
        opacity: 0.10;
    }

    .testimonial-block_three-inner::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        transform: scale(0.2,1);
        background-color: var(--color-two);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .testimonial-three .swiper-slide-active .testimonial-block_three-inner::before,
    .testimonial-block_three-inner:hover::before {
        opacity: 1;
        transform: scale(1,1);
    }

.testimonial-block_three-rating {
    position: relative;
    margin-top: 27px;
    color: var(--main-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block_three-text {
    position: relative;
    margin-top: 10px;
    color: var(--color-four);
    transition: all 500ms ease;
    font-weight: 400;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-text,
.testimonial-block_three-inner:hover .testimonial-block_three-text {
    color: var(--color-thirteen);
}

.testimonial-block_three-author {
    position: relative;
    min-height: 64px;
    padding-top: 8px;
    padding-left: 80px;
    color: var(--color-ten);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.owl-item.active.center .testimonial-block_three-inner {
    background-color: var(--bs-primary);
}

.owl-item.active.center .testimonial-block_three-author strong,
.owl-item.active.center .testimonial-block_three-author,
.owl-item.active.center .testimonial-block_three-text {
    color: var(--bs-white);
}

.owl-item.active.center .testimonial-block_three-inner::after {
    opacity: 0.10;
}

.owl-item.active.center .testimonial-block_three-inner .testimonial-block_three-quote {
    opacity: 1;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-author strong,
.testimonial-block_three-inner:hover .testimonial-block_three-author strong {
    color: var(--white-color);
}

.testimonial-three .swiper-slide-active .testimonial-block_three-author,
.testimonial-block_three-inner:hover .testimonial-block_three-author {
    color: var(--color-thirteen);
}

.testimonial-block_three-author span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 500ms ease;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-author span,
.testimonial-block_three-inner:hover .testimonial-block_three-author span {
    border-color: var(--white-color);
}

.testimonial-block_three-author strong {
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-three);
    font-family: 'Outfit', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block_three-quote {
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 0.10;
    color: var(--main-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-quote,
.testimonial-block_three-inner:hover .testimonial-block_three-quote {
    opacity: 1;
}

/* Arrows */

.testimonial-three-arrow {
    position: relative;
    width: 140px;
    margin: 0 auto;
    margin-top: 45px;
}

.testimonial-three_carousel-prev {
    position: relative;
    cursor: pointer;
    color: var(--color-six);
}

.testimonial-three_carousel-next {
    position: absolute;
    right: 0px;
    cursor: pointer;
    color: var(--color-six);
}

.testimonial-three_carousel-pagination {
    position: relative;
    width: 60px !important;
    margin: 0 auto;
    margin-top: -14px;
}

    .testimonial-three_carousel-pagination .swiper-pagination-bullet {
        position: relative;
        width: 12px;
        height: 12px;
        opacity: 1;
        border-radius: 50px;
        background: none;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        border: 2px solid var(--color-three);
    }

        .testimonial-three_carousel-pagination .swiper-pagination-bullet:hover,
        .testimonial-three_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border-color: var(--main-color);
            background-color: var(--main-color);
        }

/***



====================================================================
	Faq One
====================================================================

***/

.faq-one {
    position: relative;
    padding: 100px 0px 100px;
}

    .faq-one.style-two {
        background-color: var(--color-eleven);
    }

.faq-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_image-outer {
    position: relative;
    text-align: right;
}

.faq-one_image {
    position: relative;
    display: inline-block;
}

    .faq-one_image::before {
        position: absolute;
        content: '';
        top: 0px;
        left: -30px;
        width: 15px;
        height: 152px;
        background-color: var(--color-two);
    }

    .faq-one_image::after {
        position: absolute;
        content: '';
        left: -30px;
        top: 165px;
        width: 15px;
        height: 75px;
        background-color: var(--main-color);
    }

.faq-one_image-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    display: inline-block;
    border: 4px solid var(--white-color);
}

.faq-one_content-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_content-outer {
    position: relative;
    padding-top: 25px;
    padding-left: 50px;
}

/*** 

====================================================================
	Price One
====================================================================

***/

.cl-white {
    color: #fff !important;
}

.price-one {
    position: relative;
    padding: 100px 0px 70px;
    background-color: var(--color-two);
}

.price-block_one {
    position: relative;
    margin-bottom: 30px;
}

.price-block_one-inner {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(var(--white-color-rgb), 0.10);
}

.price-block_one-title {
    position: relative;
    font-weight: 500;
    color: var(--white-color);
}

.price-block_one-price {
    position: relative;
    font-weight: 600;
    margin-top: 10px;
    color: var(--white-color);
}

    .price-block_one-price sup {
        position: relative;
        font-weight: 500;
        color: var(--color-thirteen);
    }

    .price-block_one-price sub {
        position: relative;
        font-weight: 500;
        color: var(--color-thirteen);
    }

.price-block_one-text {
    position: relative;
    margin-top: 10px;
    color: var(--color-thirteen);
}

.price-block_one-content {
    position: relative;
    padding: 30px 14px;
    margin-top: 15px;
    background-color: var(--color-two);
}

.price-block_one-list {
    position: relative;
    height: 330px;
    overflow-y: scroll;
    width: 100%;
}

    .price-block_one-list::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .price-block_one-list::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .price-block_one-list::-webkit-scrollbar-thumb {
        background: var(--bs-secondary);
    }

        /* Handle on hover */
        .price-block_one-list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .price-block_one-list li {
        position: relative;
        margin-bottom: 20px;
        display: flex;
        gap: 12px;
        align-items: center;
        color: var(--color-thirteen);
    }

        .price-block_one-list li i {
            position: relative;
            top: 1px;
        }

        .price-block_one-list li:last-child {
            margin-bottom: 0px;
        }

.price-block_one-button-box {
    position: relative;
    margin-top: 30px;
}

.price-block_one-button {
    position: relative;
    padding: 21px 15px;
    text-align: center;
    font-size: 18px;
    display: block;
    color: var(--white-color);
    background-color: var(--color-two);
}

    .price-block_one-button i {
        position: relative;
    }

    .price-block_one-button:hover {
        color: var(--white-color);
        background-color: var(--main-color);
    }

.price-block_one.style-two .price-block_one-inner {
    background-color: var(--color-eleven);
}

.price-block_one.style-two .price-block_one-title {
    color: var(--color-three);
}

.price-block_one.style-two .price-block_one-price {
    color: var(--color-two);
}

.price-block_one.style-two .price-block_one-text {
    color: var(--color-four);
}

.price-block_one.style-two .price-block_one-content {
    background-color: var(--white-color);
}

.price-block_one.style-two .price-block_one-list li {
    color: var(--color-four);
}


/*====================================================================
	Accordion Style
====================================================================

***/

ul {
    display: inline-block;
    padding: 0;
}

    ul li {
        list-style-type: none;
    }

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-box {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    width: 100%;
}

    .accordion-box .block {
        position: relative;
        margin-bottom: 20px;
        background-color: var(--white-color);
    }

    .accordion-box.style-two .block {
        border: 1px solid rgba(0, 0, 0, 0.07);
    }

    .accordion-box .block:last-child {
        margin-bottom: 0px;
    }

    .accordion-box .block .acc-btn.active {
    }

    .accordion-box .block .acc-btn {
        position: relative;
        cursor: pointer;
        font-weight: 600;
        font-size: 20px;
        color: var(--color-six);
        padding: 22px 25px 22px 30px;
        transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        font-family: 'Outfit', sans-serif;
    }

    .accordion-box p {
        line-height: 28px;
        font-size: 18px;
        color: var(--color-four);
    }

        .accordion-box p:last-child {
            margin-bottom: var(--margin-zero);
        }

    .accordion-box .block .icon-outer {
        position: absolute;
        right: 22px;
        top: 22px;
        font-size: 16px;
        color: var(--black-color);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: 'Font Awesome 6 Free';
    }

        .accordion-box .block .icon-outer .icon {
            position: relative;
            right: 0px;
            display: inline-block;
            color: var(--color-four);
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

    .accordion-box .block.active-block {
    }

    .accordion-box .block .acc-btn.active .icon-outer .icon {
        transform: rotate(180deg);
    }

    .accordion-box .block .acc-content {
        position: relative;
        display: none;
    }

        .accordion-box .block .acc-content .content-text {
        }

        .accordion-box .block .acc-content.current {
            display: block;
        }

    .accordion-box .block .content {
        position: relative;
        padding: 20px 30px 25px 30px;
        border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
    }

        .accordion-box .block .content .text {
            line-height: 28px;
            font-size: 16px;
            color: var(--color-four);
        }

.accordion-button:not(.collapsed) {
    color: var(--color-two);
    /*background-color: #f7e2e3;*/
    background: linear-gradient(90deg, rgb(34 88 223 / 30%) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}


.news-one {
    position: relative;
    padding: 100px 0px 100px;
}

    .news-one .swiper-container {
        padding: 0px 15px;
        margin: 0px -15px;
    }

.news-block_one {
    position: relative;
    margin-bottom: 30px;
}

.news-block_one-inner {
    position: relative;
    padding: 8px 8px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.07);
}

.news-block_one-image {
    position: relative;
    overflow: hidden;
    background-color: var(--main-color);
}

    .news-block_one-image img {
        position: relative;
        width: 100%;
        display: block;
        transition: all 500ms ease;
    }

.news-block_one-inner:hover .news-block_one-image img {
    opacity: 0.70;
    transform: scale(1.04,1.04) rotate(2deg);
}

.news-block_one-date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 110px;
    height: 130px;
    z-index: 1;
    padding-top: 35px;
    font-weight: 600;
    text-align: center;
    color: var(--white-color);
    font-family: 'Outfit', sans-serif;
}

    .news-block_one-date::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: -1;
        background-color: var(--color-two);
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
    }

    .news-block_one-date span {
        position: relative;
        font-weight: 500;
        display: block;
        padding: 8px 0px;
        margin-top: 35px;
        color: var(--white-color);
        text-transform: uppercase;
        background-color: var(--main-color);
        font-family: 'Inter', sans-serif;
    }

.news-block_one-content {
    position: relative;
    padding: 30px 20px;
}

.news-block_one-meta {
    position: relative;
}

    .news-block_one-meta li {
        position: relative;
        margin-right: 20px;
        font-weight: 500;
        display: flex;
        gap: 5px;
        color: var(--color-four);
    }

        .news-block_one-meta li .icon {
            position: relative;
            font-size: 16px;
            top: 1px;
            color: var(--main-color);
        }

        .news-block_one-meta li:last-child {
            margin-right: 0px;
        }

.news-block_one-text {
    position: relative;
    margin-top: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-four);
}

.news-block_one-heading {
    position: relative;
    margin-top: 15px;
    font-weight: 600;
    color: var(--color-three);
}

    .news-block_one-heading a {
        position: relative;
        color: var(--color-three);
    }

        .news-block_one-heading a:hover {
            color: var(--main-color);
        }

.news-block_one-more {
    position: relative;
    margin-top: 18px;
    font-weight: 500;
    padding-bottom: 3px;
    display: inline-block;
    color: var(--main-color);
    text-transform: capitalize;
    border-bottom: 1px solid var(--main-color);
}

    .news-block_one-more i {
        position: relative;
        font-size: 15px;
    }

    .news-block_one-more:hover {
        color: var(--color-three);
        border-color: var(--color-three);
    }

.news-block_one.style-two .news-block_one-inner {
    padding: 0px 0px;
}

.news-block_one.style-two .news-block_one-meta li {
}

.news-block_one.style-two .news-block_one-heading {
    font-size: 22px;
}

.news-block_one.style-two .news-block_one-content {
    padding: 30px 30px;
}

.news-block_one.style-two .news-block_one-date {
    right: 20px;
    bottom: 20px;
}

.news-block_one.style-three .news-block_one-inner {
    padding: 0px 0px;
}

.news-block_one.style-three .news-block_one-content {
    padding: 30px 30px;
}

.news-block_one.style-three .news-block_one-meta li {
}

.news-block_one.style-three .news-block_one-heading {
    margin-top: 20px;
}

.news-block_one.style-three .news-block_one-more {
    border: none;
    margin-top: 25px;
    padding: 21px 31px;
    color: var(--black-color);
    background-color: var(--color-eleven);
}

    .news-block_one.style-three .news-block_one-more:hover {
        color: var(--white-color);
        background-color: var(--main-color);
    }

.news-one-arrow {
    position: relative;
    width: 140px;
    margin: 0 auto;
    margin-top: 15px;
}

    .news-one-arrow .news-one_carousel-prev {
        position: relative;
        cursor: pointer;
        color: var(--color-six);
    }

    .news-one-arrow .news-one_carousel-next {
        position: absolute;
        right: 0px;
        cursor: pointer;
        color: var(--color-six);
    }

.news-one_carousel-pagination {
    position: relative;
    width: 60px !important;
    margin: 0 auto;
    margin-top: -14px;
}

    .news-one_carousel-pagination .swiper-pagination-bullet {
        position: relative;
        width: 12px;
        height: 12px;
        opacity: 1;
        border-radius: 50px;
        background: none;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        border: 2px solid var(--color-three);
    }

        .news-one_carousel-pagination .swiper-pagination-bullet:hover,
        .news-one_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border-color: var(--main-color);
            background-color: var(--main-color);
        }


.news-block_four {
    position: relative;
    margin-bottom: 30px;
}

.news-block_four-inner {
    position: relative;
    padding: 10px 10px;
    gap: 30px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.07);
}

.news-block_four-image {
    position: relative;
}

    .news-block_four-image img {
        position: relative;
        width: 100%;
        display: block;
    }

.news-block_four-content {
    position: relative;
    max-width: 375px;
}

.news-block_four-heading {
    position: relative;
}

    .news-block_four-heading a {
        position: relative;
        color: var(--color-three);
    }

        .news-block_four-heading a:hover {
            color: var(--main-color);
        }

.news-block_four-author {
    position: relative;
    margin-top: 20px;
    min-height: 41px;
    color: var(--color-four);
    font-family: 'Inter', sans-serif;
}

.news-block_four-author-image {
    position: relative;
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 150px;
    border: 3px solid var(--color-four);
}

.news-block_four-author i {
    position: relative;
    margin-right: 7px;
    color: var(--color-five);
}

.news-block_four-author span {
    position: relative;
    font-weight: 500;
    margin-left: 15px;
    padding-left: 15px;
    color: var(--color-five);
}

    .news-block_four-author span::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 8px;
        width: 5px;
        height: 5px;
        border-radius: 50px;
        display: inline-block;
        background-color: var(--color-five);
    }

.news-block_three {
    position: relative;
    margin-bottom: 30px;
}

.news-block_three-inner {
    position: relative;
}

.news-block_three-image {
    position: relative;
}

    .news-block_three-image img {
        position: relative;
        width: 100%;
        display: block;
    }

    .news-block_three-image::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        opacity: 0.75;
        background: rgba(var(--white-color-rgb), 0);
        background: linear-gradient(to bottom, rgba(var(--white-color-rgb), 0) 0%, rgba(var(--color-two-rgb), 1) 100%);
    }

.news-block_three-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.news-block_three-heading {
    position: relative;
}

    .news-block_three-heading a {
        position: relative;
        color: var(--white-color);
    }

        .news-block_three-heading a:hover {
            color: var(--main-color);
        }

.news-block_three-author {
    position: relative;
    margin-top: 20px;
    min-height: 41px;
    color: var(--white-color);
}

.news-block_three-author-image {
    position: relative;
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 150px;
    border: 3px solid var(--white-color);
}

.news-block_three-author i {
    position: relative;
    margin-right: 7px;
    color: var(--color-five);
}

.news-block_three-author span {
    position: relative;
    font-weight: 500;
    margin-left: 15px;
    padding-left: 15px;
    color: var(--color-five);
}

    .news-block_three-author span::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 8px;
        width: 6px;
        height: 6px;
        border-radius: 50px;
        display: inline-block;
        background-color: var(--color-five);
    }

.news-block_three.style-two .news-block_three-author {
    margin-top: 0px;
    margin-bottom: 18px;
}

.btn-style-one {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    padding: 21px 28px;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    background-color: var(--main-color);
}

    .btn-style-one:before {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: -200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: 1;
        background-color: var(--color-three);
    }

    .btn-style-one:hover:before {
        top: 0%;
    }

    .btn-style-one .btn-wrap {
        position: relative;
        z-index: 1;
        float: left;
        overflow: hidden;
        display: inline-block;
    }

        .btn-style-one .btn-wrap .text-one {
            position: relative;
            display: block;
            color: var(--white-color);
            transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

    .btn-style-one:hover .btn-wrap .text-one:first-child {
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    .btn-style-one .btn-wrap .text-two {
        position: absolute;
        top: 100%;
        display: block;
        color: var(--white-color);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-style-one:hover .btn-wrap .text-two {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .btn-style-one:hover .btn-wrap .text-two {
        color: var(--white-color);
    }

    .btn-style-one:hover {
    }

        .btn-style-one:hover:before {
            top: -40%;
        }




.map-one {
    position: relative;
}

.map-one_map {
    position: absolute;
    left: 0px;
    top: 110px;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

    .map-one_map iframe {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 100%;
        filter: grayscale(100%);
    }

.map-one.style-two {
    position: relative;
    top: 0px;
    height: 650px;
}

    .map-one.style-two .map-one_map {
        top: 0px;
    }

    .map-one.style-two iframe {
        position: relative;
        width: 100%;
        height: 100%;
    }

.map-one_location-column {
    position: relative;
}

.map-one_location-outer {
    position: relative;
    padding-top: 320px;
}

.map-one_address-box {
    position: relative;
    width: 340px;
    margin: 0 auto;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

    .map-one_address-box::before {
        position: absolute;
        content: '';
        left: 50%;
        top: -50px;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        display: inline-block;
        transform: translateX(-50%);
        background-color: var(--main-color);
        outline: 4px solid rgba(var(--main-color-rgb), 0.20);
        outline-offset: 0px;
    }

    .map-one_address-box .title {
        position: relative;
        padding: 25px 30px;
        font-size: 18px;
        font-weight: 600;
        color: var(--white-color);
        background-color: var(--color-two);
    }

        .map-one_address-box .title::before {
            position: absolute;
            content: '';
            left: 50%;
            top: -12px;
            transform: translateX(-50%);
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid var(--color-two);
        }

        .map-one_address-box .title span {
            position: absolute;
            right: 30px;
        }

.map-one_form-column {
    position: relative;
}

.map-one_form-outer {
    position: relative;
    background-color: var(--color-two);
}

.map-one_form-title {
    position: relative;
    padding: 33px 46px;
    font-size: 44px;
    font-weight: 600;
    display: block;
    line-height: 1em;
    color: var(--white-color);
    background-color: var(--main-color);
    font-family: 'Outfit', sans-serif;
}

    .map-one_form-title::before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid var(--main-color);
    }

.map-one_form {
    position: relative;
    padding: 55px 50px 50px;
}

    .map-one_form .default-form .form-group input,
    .map-one_form .default-form .ui-selectmenu-button.ui-button,
    .map-one_form .default-form .form-group textarea {
        background-color: rgba(var(--white-color-rgb), 0.05);
    }

.map-one_address-list {
    position: relative;
    padding: 25px 25px;
}

    .map-one_address-list li {
        position: relative;
        padding-left: 95px;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 15px;
        color: var(--color-four);
    }

        .map-one_address-list li span {
            position: absolute;
            left: 0px;
            color: var(--color-five);
        }

        .map-one_address-list li:last-child {
            margin-bottom: 0px;
        }



====================================================================
Default Form
====================================================================

***/

.default-form .row {
    margin: 0px -10px;
}

.default-form .form-group {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
}

    .default-form .form-group:last-child {
        margin-bottom: 0px;
    }

    .default-form .form-group input[type="text"],
    .default-form .form-group input[type="password"],
    .default-form .form-group input[type="tel"],
    .default-form .form-group input[type="email"],
    .default-form .form-group textarea,
    .default-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 28px;
        padding: 10px 20px;
        height: 60px;
        border-radius: 0px;
        font-weight: 400;
        font-size: 16px;
        color: var(--white-color);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        background: none;
        font-family: 'Inter', sans-serif;
        border: 1px solid rgba(255, 255, 255, .2);
    }

    .default-form .form-group textarea {
        height: 200px;
        resize: none;
    }

    .default-form .form-group button {
        margin-top: 5px;
        margin: 0;
        border: 0;
    }

    .default-form .form-group .ui-selectmenu-button.ui-button {
        top: 1px;
        font-size: 16px;
        border-radius: 0px;
        background: none;
        padding: 14.5px 20px;
        font-weight: 400;
        color: var(--color-five);
        font-family: 'Inter', sans-serif;
        border: 1px solid rgba(255, 255, 255, .2);
    }

    .default-form .form-group textarea::-webkit-input-placeholder,
    .default-form .form-group input::-webkit-input-placeholder {
        color: var(--color-five);
    }

    .default-form .form-group input[type="text"]:focus,
    .default-form .form-group input[type="password"]:focus,
    .default-form .form-group input[type="tel"]:focus,
    .default-form .form-group input[type="email"]:focus,
    .default-form .form-group select:focus,
    .default-form .form-group textarea:focus {
        border-color: var(--white-color);
    }

.default-form.style-two .form-group .ui-selectmenu-button.ui-button,
.default-form.style-two .form-group input[type="text"],
.default-form.style-two .form-group input[type="password"],
.default-form.style-two .form-group input[type="tel"],
.default-form.style-two .form-group input[type="email"],
.default-form.style-two .form-group textarea,
.default-form.style-two .form-group select {
    color: var(--color-four);
    border-width: 2px;
    border-color: rgba(var(--black-color-rgb), 0.15);
}

    .default-form.style-two .form-group textarea::-webkit-input-placeholder,
    .default-form.style-two .form-group input::-webkit-input-placeholder {
        color: var(--color-four);
    }

/*====================================================================
	Contact One
====================================================================

****/

.contact-one {
    position: relative;
    padding: 100px 0px 100px;
}

.contact-one_list {
    position: relative;
}

    .contact-one_list li {
        position: relative;
        font-size: 16px;
        min-height: 50px;
        padding-left: 70px;
        margin-bottom: 30px;
        color: var(--color-four);
    }

        .contact-one_list li i {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50px;
            height: 50px;
            font-size: 18px;
            line-height: 50px;
            border-radius: 50px;
            display: inline-block;
            color: var(--white-color);
            background-color: var(--color-two);
        }

        .contact-one_list li strong {
            position: relative;
            font-weight: 600;
            display: block;
            margin-top: 3px;
            letter-spacing: -0.5px;
            color: var(--color-three);
        }

            .contact-one_list li strong a {
                position: relative;
                color: var(--color-three);
            }

                .contact-one_list li strong a:hover {
                    color: var(--main-color);
                }

.contact-one_form-column {
    position: relative;
}

.contact-one_form-outer {
    position: relative;
    padding: 35px 45px;
    margin-left: 30px;
    background-color: var(--color-eleven);
}

.contact-one_form-column h2 {
    position: relative;
    margin-bottom: 20px;
    color: var(--color-six);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.page-title {
    position: relative;
    background-size: cover;
    padding: 150px 0px 150px;
}

    .page-title:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0.60;
        background-color: var(--color-two);
    }

.page-title_pattern {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-position: right top;
    background-repeat: no-repeat;
}

.page-title_gradient {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(var(--white-color-rgb), 0);
    background: linear-gradient(to left, rgba(var(--white-color-rgb), 0) 0%, rgba(var(--color-two-rgb), 1) 100%);
}

.page-title h2 {
    z-index: 1;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-title .bread-crumb {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

    .page-title .bread-crumb li {
        position: relative;
        font-weight: 400;
        display: inline-block;
        font-size: 18px;
        color: var(--white-color);
        text-transform: capitalize;
        margin-right: 15px;
        padding-right: 15px;
    }

        .page-title .bread-crumb li i {
            position: relative;
            top: -2px;
        }

        .page-title .bread-crumb li:before {
            position: absolute;
            right: -6px;
            top: 0px;
            content: "-";
            color: var(--white-color);
        }

        .page-title .bread-crumb li:last-child {
            padding-right: 0;
            margin-right: 0;
        }

            .page-title .bread-crumb li:last-child:before {
                display: none;
            }

        .page-title .bread-crumb li a {
            color: var(--color-eight);
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .page-title .bread-crumb li a:hover {
                color: var(--color-fourtyfour);
            }

    .page-title .bread-crumb::after {
        position: absolute;
        content: '';
        right: 0px;
        top: 9px;
        width: 4px;
        height: 4px;
        background-color: var(--color-fourtyfour);
    }



.about-four {
    position: relative;
    padding: 100px 0px 70px;
}

.about-four_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-four_image-outer {
    position: relative;
}

.about-four_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-four_content-outer {
    position: relative;
    padding-left: 50px;
}

.about-four_image {
    position: relative;
    display: inline-block;
}

    .about-four_image::before {
        position: absolute;
        content: '';
        top: 0px;
        right: -30px;
        width: 15px;
        height: 152px;
        background-color: var(--color-two);
    }

    .about-four_image::after {
        position: absolute;
        content: '';
        right: -30px;
        top: 165px;
        width: 15px;
        height: 75px;
        background-color: var(--main-color);
    }

.about-four_award {
    position: absolute;
    right: -35px;
    top: 40%;
}

.about-four_title-column {
    position: relative;
    margin-bottom: 30px;
}

.about-four_title-outer {
    position: relative;
}


.about-four_experiance {
    position: absolute;
    left: -8px;
    bottom: 0px;
    width: 260px;
    z-index: 1;
    padding: 10px 30px 20px;
    border: 8px solid var(--white-color);
    background-color: var(--color-two);
}

    .about-four_experiance::before {
        position: absolute;
        content: '';
        right: 15px;
        top: 15px;
        width: 18px;
        height: 18px;
        border-top: 2px solid var(--main-color);
        border-right: 2px solid var(--main-color);
    }

    .about-four_experiance .odometer {
        position: relative;
        font-size: 72px;
        font-weight: 600;
        line-height: 1em;
        color: var(--white-color);
        font-family: 'Outfit', sans-serif;
    }

    .about-four_experiance i {
        position: relative;
        font-size: 60px;
        top: 12px;
        font-weight: 600;
        line-height: 1em;
        margin-left: 12px;
        color: var(--white-color);
        font-family: 'Outfit', sans-serif;
    }

.about-four_experiance-text {
    position: relative;
    margin-top: 0px;
    font-size: 16px;
    color: var(--color-eight);
}


.about-four_block {
    position: relative;
    margin-bottom: 30px;
}

    .about-four_block:nth-child(2) .about-four_block-inner {
        background-color: rgba(var(--color-two-rgb), 0.08);
    }

    .about-four_block:nth-child(2) .about-four_block-icon {
        color: var(--color-two);
    }

        .about-four_block:nth-child(2) .about-four_block-icon:after {
            border-color: var(--color-two);
        }

.about-four_block-inner {
    position: relative;
    text-align: center;
    padding: 25px 10px;
    background-color: rgba(var(--main-color-rgb), 0.08);
}

.about-four_block-icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 74px;
    text-align: center;
    border-radius: 150px;
    color: var(--main-color);
}

    .about-four_block-icon:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 50px;
        border: 2px dashed var(--main-color)
    }

.about-four_block-title {
    font-weight: 600;
    margin-top: 18px;
    color: var(--color-three);
}

.about-four_block-text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
    color: var(--color-four);
}

.about-four_button {
    position: relative;
    gap: 30px;
    margin-top: 20px;
}



.default-one {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 70px;
    background-color: var(--color-two);
}

.default-one_circle {
    position: absolute;
    right: -90px;
    top: -90px;
    width: 259px;
    height: 259px;
    border-radius: 250px;
    border: 45px solid rgba(var(--white-color-rgb), 0.07);
}

.default-one .form-column {
    position: relative;
    margin-bottom: 30px;
}

    .default-one .form-column .inner-column {
        position: relative;
        padding: 47px 50px;
        margin-right: 25px;
        background-color: var(--white-color);
    }

.default-one h2 {
    margin-bottom: 25px;
    color: var(--color-six);
}

.default-one .carousel-column {
    position: relative;
    margin-bottom: 30px;
}

    .default-one .carousel-column .inner-column {
        position: relative;
        margin-left: 40px;
        padding-top: 50px;
    }

.testimonial-block_two {
    position: relative;
}

.testimonial-block_two-inner {
    position: relative;
}

.testimonial-block_two-rating {
    position: relative;
    font-size: 16px;
    color: var(--main-color);
}

.testimonial-block_two-text {
    position: relative;
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
    color: var(--color-eight);
}

.testimonial-block_two-author {
    position: relative;
    margin-top: 30px;
    font-size: 16px;
    padding-top: 60px;
    padding-left: 110px;
    color: var(--color-eight);
}

    .testimonial-block_two-author::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        height: 26px;
        background: url(../img/testimonial-two_arrow.png) no-repeat;
    }

    .testimonial-block_two-author span {
        position: absolute;
        left: 0px;
        top: 45px;
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 50px;
    }

    .testimonial-block_two-author strong {
        position: relative;
        display: block;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 15px;
        color: var(--white-color);
        font-family: 'Outfit', sans-serif;
    }

.testimonial-block_two-quote {
    position: absolute;
    right: 0px;
    bottom: -10px;
    opacity: 0.10;
    line-height: 1em;
    font-size: 90px;
    color: var(--white-color);
}


.testimonial-two-arrow {
    position: relative;
    width: 140px;
    margin-top: 35px;
}

    .testimonial-two-arrow .testimonial-two_carousel-prev {
        position: relative;
        font-size: 20px;
        cursor: pointer;
        color: var(--white-color);
    }

    .testimonial-two-arrow .testimonial-two_carousel-next {
        position: absolute;
        right: 0px;
        cursor: pointer;
        font-size: 20px;
        color: var(--white-color);
    }

.testimonial-two_carousel-pagination {
    position: relative;
    width: 74px !important;
    top: 23px;
    left: 30px;
}

    .testimonial-two_carousel-pagination .swiper-pagination-bullet {
        position: relative;
        width: 12px;
        height: 12px;
        opacity: 1;
        margin: 0px 6px;
        border-radius: 50px;
        background: none;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        border: 2px solid var(--white-color);
    }

        .testimonial-two_carousel-pagination .swiper-pagination-bullet:hover,
        .testimonial-two_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border-color: var(--main-color);
            background-color: var(--main-color);
        }


.ctaCenter {
    background-color: var(--bs-primary);
/*    background-image: url('../img/home/home-cta.jpg');*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.serviceBox1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 0 20px 0;
    flex-direction: column;
    text-align: center;
    border: var(--bs-light) solid 1px;
}

    .serviceBox1 .iconArea {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        background-color: #FCE7E8;
        border: var(--bs-secondary) dashed 1px;
        margin-bottom: 10px;
    }

.boxside {
    display: flex;
    align-items: center;
    height: 100%;
}

    .boxside .imgArea {
        display: flex;
        max-width: 50%;
        flex: 0 0 50%;
        height: 100%;
    }

    .boxside .contenSide {
        display: flex;
        max-width: 50%;
        flex: 0 0 50%;
        height: 100%;
        justify-content: center;
        background-color: var(--bs-light);
        text-align: left;
        flex-direction: column;
        padding: 35px;
    }

        .boxside .contenSide h5 {
            text-align: left;
        }


.box2 {
    display: flex;
    align-items: center;
    background-color: var(--bs-light1);
    border: var(--bs-light-gray) dashed 1.5px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all ease-in-out 0.3s;
}

    .box2:hover {
        background-color: #FCE7E8;
        border: var(--bs-secondary) dashed 1.5px;
    }

    .box2 .iconArea {
        display: flex;
        margin-right: 10px;
        max-width: 50px;
        flex: 0 0 50px;
    }

.box3 {
    background-color: var(--bs-white);
    transition: all ease-in-out 0.3s;
    height: 100%;
    padding: 30px;
}

    .box3:hover {
        background-color: var(--bs-primary);
    }

    .box3 h3 {
        color: var(--black-color);
        margin-bottom: 20px;
    }

    .box3:hover h3, .box3:hover p {
        color: var(--bs-white);
    }


.box4 {
    display: flex;
    flex-direction: column;
    background-color: var(--bs-light1);
    border: var(--bs-light-gray) solid 1px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all ease-in-out 0.3s;
}

    .box4:hover {
        background-color: #FCE7E8;
        border: var(--bs-secondary) solid 1px;
    }

    .box4 .iconArea {
        display: flex;
        margin-right: 10px;
        max-width: 50px;
        flex: 0 0 50px;
    }

    .box4 .iconArea {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        width: 100px;
        height: 100px;
        background-color: #FCE7E8;
        border: var(--bs-secondary) dashed 1px;
        margin-bottom: 10px;
    }

.protectBox {
    padding: 30px 35px;
    /*background-color: var(--bs-primary);*/
    min-height: 280px;
    position: relative;
    display: flex;
    align-items: center;
}

    .protectBox .lines {
        position: absolute;
        right: 13px;
        width: 1px;
        height: 100%;
        z-index: 1;
        pointer-events: none;
        border: var(--bs-white) dashed 1px;
        transform: skew(-20deg);
    }

    .protectBox.sty2 .lines {
        left: 13px;
        right: auto;
    }

    .protectBox.sty2 {
        /*background-color: var(--bs-secondary);*/
        margin-top: 40px;
    }

    .protectBox:after {
        transform: skew(-20deg);
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        background-color: var(--bs-primary);
        content: "";
    }

    .protectBox:before {
        width: 75%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        content: "";
        background-color: var(--bs-primary);
    }

    .protectBox.sty2:after {
        background-color: var(--bs-secondary);
        right: auto;
        left: 0;
    }

    .protectBox.sty2:before {
        right: 0;
        left: auto;
        background-color: var(--bs-secondary);
    }

    .protectBox.sty2 .contentBox {
        padding-left: 30px;
    }



    .protectBox ul {
        padding: 0;
    }

        .protectBox ul li {
            list-style-type: none;
            display: block;
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            color: var(--bs-white);
        }

            .protectBox ul li i {
                position: absolute;
                left: 0;
                top: 3px;
            }

    .protectBox h3 {
        color: var(--bs-white);
    }

    .protectBox .contentBox {
        position: relative;
        z-index: 3;
    }

.sec-title_text span strong {
    color: var(--bs-secondary);
}


.cl-iSecondary {
    color: #fff !important;
    background-color: var(--bs-secondary);
}

.cl-iPrimary {
    color: var(--bs-primary) !important;
}




/*============*/


.stripe-80 {
    padding: 80px 0;
}

.border-area {
    text-align: center;
    border: 3px solid red;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-style: dotted;
    padding: 0 20px 30px 20px;
    margin: 40px 0;
    transition: all ease-in-out 0.3s;
}

.num-area {
    text-align: center;
    position: relative;
    background: white;
    display: inline-block;
    line-height: 1;
    top: -30px;
}

    .num-area span {
        color: #DD131A;
        font-size: 80px;
        font-weight: 600;
    }


.border-area h6 {
    color: #141414;
    font-weight: 600;
    font-size: 24px;
}

.border-area p {
    color: #2B2B2B;
    font-weight: 400;
    font-size: 16px;
}

.border-area:hover {
    background-color: #06223e;
    /*border-style: inherit;*/
    border-color: 0;
}

    .border-area:hover h6 {
        color: #fff;
    }

    .border-area:hover p {
        color: #fff;
    }


    .border-area:hover .num-area {
        background-color: transparent;
    }

@media (max-width: 991px) {
    .protectBox:after {
        display: none;
    }

    .protectBox .lines {
        display: none;
    }

    .protectBox:before {
        width: 100%;
    }

    .protectBox.sty2 .contentBox {
        padding-left: 0;
    }

    .MainForm-area {
        margin-bottom: 20px;
    }
}


/*POPUP CSS START HERE*/

.popup-content h4 {
    text-align: center;
    color: #000;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}

.popup-content h3 {
    text-align: center;
    font-weight: 700;
    color: var(--black-color);
}

    .popup-content h3 span {
        color: var(--bs-secondary);
    }

.pop-form .form-group {
    margin: 0 0 10px;
}

@media (max-width: 991px) {
    .md-hidden {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .border-area {
        margin: 20px 15px;
    }

    .md-mx-space {
        margin-right: 20px;
        margin-left: 20px;
    }
}

/*POPUP CSS END*/

/*@media (min-width: 992px) {
    .responsive-slider.owl-carousel {
        display: flex !important;
    }

    .owl-stage-outer {
        overflow: visible !important;
    }

    .owl-carousel .owl-stage {
        display: flex;
    }

    .owl-item {
        display: flex;
        justify-content: center;
    }
}*/

.services-five, .testimonial {
    overflow: hidden;
}

.ctm-form-check {
    font-size: 12px;
}

.errorList {
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 767px) {
    .how-we-work__shape-1 {
        display: none;
        pointer-events: none;
    }
    .how-we-work__shape-2 {
        display: none;
    }
    .services-one__bottom-img {
        display: none;
    }
    .services-one__img {
        display: none;
    }
    .services-one__icon {
        display: none;
    }
    .about-three_image-outer {
        display: none;
    }
    .services-two__img-box {
        display: none;
    }
    .faq-one_image-column {
        display: none;
    }
}

@media (max-width: 567px) {
    .mobile-lp .d-sm-block {
        display: block !important;
    }
    /*.mobile-lp .servicesSwiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }*/

    .mobile-lp .servicesSwiper .swiper-slide {
        width: 100% !important;
    }
}
