body {
    font-size: calc(14px (18 - 14) * (100vw - 320px) / (1920 - 320));
    overflow-x: hidden;
}

h3 {
    color: #005ea2;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-brand h1 {
    margin-bottom: 0;
}

.footer-logo img {
    max-width: 200px;
}

/*** 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(22px + (42 - 22) * (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.btn-secondary {
        background-color: #005ea2 !important;
        border-color: #005ea2 !important;
        padding: 21px 20px;
        text-align: center;
        font-size: 18px;
        margin: 10px 0 0;
        border-radius: 0;
    }
.btn.btn-secondary:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}

.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: #005ea2;
        padding: 7px 15px;
        display: inline-flex;
        background: rgb(34,88,223);
        background: linear-gradient(90deg, #005ea224 0%, rgba(255, 255, 255, 0) 100%);
    }

    .TitleArea h2 {
        margin-bottom: 0;
        color: #333;
    }

/*** Topbar Start ***/
.topbar {
    position: relative;
}

    .topbar:after {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #005ea2;
        width: 17%;
        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;
}

    .HeaderBar:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #333;
        width: 20%;
        content: '';
        pointer-events: none;
    }


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    z-index: 1;
}

    .navbar .navbar-nav .nav-link {
        padding: 10px 30px;
        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: 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;
    }
}

.dropdown .dropdown-menu a:hover {
    /*background: var(--bs-secondary);*/
    color: var(--bs-white);
    background-color: #005ea2;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background-color: #fff !important;
    /*background: var(--bs-light) !important;*/
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
    box-shadow: 0px 24px 20px rgba(0, 0, 0, .5);
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** 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-image: url(/assets/img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero-header h5 {
        font-weight: 200;
        color: var(--text-white);
        padding: 10px;
        display: inline-flex;
        background: rgb(34,88,223);
        background: linear-gradient(90deg, #004c97cc 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;
        padding: 0 10px;
    }


/*** 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;
    background-color: #333 !important;
}

.footer-item .title-border-radius {
    border: none !important
}

.copyright {
    background-color: #005ea2 !important;
}
    .copyright .text-white {
        color: rgba(255,255,255,.7) !important;
    }

    .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: #005ea2;
    }

.about-three_experiance-icon {
    position: relative;
    line-height: 1em;
    font-size: 70px;
    margin-bottom: 20px;
    /*display: inline-block;*/
    color: var(--white-color);
}
    .about-three_experiance-icon img {
        max-width: 70px;
    }

    .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;
    }
}

/*** 


====================================================================
	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 {
    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-icon img{
        width:auto !important;
        height:auto;
        margin:0 auto;
    }

    .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: 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(--main-color);
}
    .service-block_five-icon_two img{
        width:auto !important;
        height:auto;
        margin:0 auto;
    }

    .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);
    padding: 10px 20px;
    vertical-align: middle;
    display: inline-block;
}

    .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: 0px;
    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: #005ea2;
}

.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);
}
.owl-item.active.center .testimonial-block_three-rating {
    color: #ffb310;
}
.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;
    color: #fff;
}

/* 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);
}

.owl-item.active.center .fa-quote-right {
    color: #fff;
}

.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: #333;
}

.price-block_one {
    position: relative;
    margin-bottom: 30px;
}

.price-block_one-inner {
    position: relative;
    padding: 35px 30px;
    background-color: #005ea2;
}

.price-block_one-title {
    position: relative;
    font-weight: 500;
    color: var(--white-color);
}

.price-block_one-price {
    position: relative;
    font-weight: 600;
    margin-top: 18px;
    color: var(--white-color);
}

    .price-block_one-price sup {
        position: relative;
        font-weight: 500;
        color: #fff;
    }

    .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: #005ea2;
}

.price-block_one-list {
    position: relative;
    height: 260px;
    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: #333;
    }

        /* 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: #fff;
    }

        .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: #333;
    }

.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, #005ea224 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: 20px;
    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: 350px;
}

.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);
    margin: 10px 0 0;
}

    .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: 1.5;
    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;
    transition: all .3s ease-in-out;
}
    .serviceBox1:hover {
        background: #dd131a;
    }
    .serviceBox1:hover h5 {
        color:#fff;
    }
        .serviceBox1:hover p {
            color: #fff;
        }
    .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%;
    background-color: var(--bs-light);
}

    .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.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;
}

.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 .btn.btn-secondary {
    padding: 10px 20px;
}
.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: 767.98px) {
    .testimonial-block_three-author {
        padding-left: 0 !important;
        min-height: auto !important;
    }
}

@media (max-width: 991px) {
    .md-hidden {
        display: none !important;
    }   
}

@media (max-width: 1399.98px) {
    .about-three_image::before {
        top: 0px !important;
        right: -15px !important;
        width: 8px !important;
        height: 130px !important;
    }

    .about-three_image::after {
        right: -15px !important;
        top: 140px !important;
        width: 8px !important;
        height: 50px !important;
    }
}

@media (max-width: 1265px) {
    
    .news-block_four-inner {
        flex-wrap: nowrap !important;
        gap: 10px;
    }

    .news-block_four-image img {
        width: auto;
    }

    .news-block_four-author {
        margin-top: 0;
        min-height: 10px;
    }
}


/*POPUP CSS END*/

.ctm-form-check {
    font-size: 12px;
}

.errorList {
    font-size: 12px;
    line-height: 1;
}




.modal-content button {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
    font-size: 20px;
    color: red;
    background: #fff;
    border-radius: 50%;
    border-color: var(--secondary-color);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.new-imgBox {
    background-color: #fff;
    border-radius: 18px;
    padding: 15px;
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.25);
}

    .new-imgBox img {
        width: 100%;
        object-fit: cover;
    }

.img-Modal .modal-content {
    padding: 20px;
}

.img-Modal .modal-body {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}

.img-Modal .modal-dialog {
    height: 75vh;
    bottom: 50px;
    margin: auto;
    top: 50px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.img-Modal .modal-body img {
    width: 100%;
    object-fit: cover;
}

.img-Modal .modal-body:after {
    display: none;
}

/*New css added from other ....*/

/*--------------------------------------------------------------
# How We Work   
--------------------------------------------------------------*/
.how-we-work {
    position: relative;
    counter-reset: count;
    overflow: hidden;
    background-color: #f9f9f9;
    z-index: 1;
}

.how-we-work__shape-1 {
    position: absolute;
    top: -460px;
    right: -30px;
}

    .how-we-work__shape-1 img {
        width: auto;
        opacity: .20;
    }

.how-we-work__shape-2 {
    position: absolute;
    bottom: -754px;
    left: 0;
}

    .how-we-work__shape-2 img {
        width: auto;
        opacity: .25;
    }

.how-we-work__inner {
    position: relative;
    display: block;
}

    .how-we-work__inner::before {
        content: "";
        position: absolute;
        top: 83px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #333;
    }

.how-we-work__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

.how-we-work__count {
    position: relative;
    display: inline-block;
    border: 2px solid #005ea2;
    border-radius: 5px;
    padding: 5px 18px 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.how-we-work__single:hover .how-we-work__count {
    border: 2px solid #005ea2;
    background-color: #005ea2;
}

.how-we-work__count:before {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #005ea2;
    counter-increment: count;
    content: "Step 0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.how-we-work__single:hover .how-we-work__count:before {
    color: var(--white-color);
}

.how-we-work__count-shape-1 {
    position: absolute;
    border-top: 8px solid #005ea2;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.how-we-work__single:hover .how-we-work__count-shape-1 {
    border-top: 8px solid #005ea2;
}

.how-we-work__count-shape-1::before {
    content: "";
    position: absolute;
    border-top: 6px solid var(--white-color);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.how-we-work__single:hover .how-we-work__count-shape-1::before {
    border-top: 6px solid #005ea2;
}

.how-we-work__shape {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #005ea2;
    margin: 40px auto 40px;
    border-radius: 50%;
}

.how-we-work__icon {
    position: relative;
    /*display: inline-block;*/
}

    .how-we-work__icon span {
        position: relative;
        display: inline-block;
        font-size: 62px;
        color: #878c8f;
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1);
    }

    .how-we-work__icon img, .how-we-work__icon svg {
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1);
        max-width: 60px;
    }

.how-we-work__single:hover .how-we-work__icon span {
    transform: scale(0.9);
}

.services-one__img-icon img, .services-one__img-icon svg {
    width: 60% !important;
}

.how-we-work__single:hover .how-we-work__icon img, .how-we-work__single:hover .how-we-work__icon svg {
    transform: scale(0.9);
}

.how-we-work__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.04em;
    margin-top: 17px;
    margin-bottom: 13px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 1;
}

.services-one__wrap {
    position: relative;
    display: block;
    max-width: 1500px;
    width: 100%;
    background-color: #333;
    margin: 0 auto 0;
    padding: 120px 0 90px;
}

.services-one__top {
    position: relative;
    display: block;
    margin-bottom: 47px;
}

.services-one__top-left {
    position: relative;
    display: block;
}

    .services-one__top-left .section-title {
        margin-bottom: 0;
    }

    .services-one__top-left .section-title__tagline {
        color: #f6f6f6;
    }

    .services-one__top-left .section-title__title {
        color: var(--white-color);
    }

.services-one__top-right {
    position: relative;
    display: block;
    margin-top: 22px;
    margin-left: 150px;
}

.services-one__top-text {
    color: #d0caca;
}

.services-one__bottom {
    position: relative;
    display: block;
}

.services-one__bottom-left {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__bottom-content-box {
    position: relative;
    display: block;
}

.services-one__bottom-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .services-one__bottom-img::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-gray);
        opacity: 0;
        transition: background-color 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1;
    }

.services-one__bottom-left:hover .services-one__bottom-img::before {
    opacity: .30;
}

.services-one__bottom-img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.services-one__bottom-left:hover .services-one__bottom-img img {
    transform: scale(1.05) rotate(0deg);
}

.services-one__bottom-content {
    position: relative;
    display: block;
    background-color: #005ea2;
    padding: 20px 15px 20px;
}

.services-one__bottom-content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 13px;
}

    .services-one__bottom-content-title a {
        color: var(--white-color);
    }

        .services-one__bottom-content-title a:hover {
            color: var(--bs-gray);
        }

.services-one__bottom-content-text {
    color: #f4f6f8;
}

.services-one__bottom-right {
    position: relative;
    display: block;
}

.services-one__single {
    position: relative;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    margin-bottom: 30px;
    z-index: 1;
}

    .services-one__single:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid rgba(255, 255, 255, 0.15);
        z-index: -1;
    }

.services-one__icon {
    position: absolute;
    top: 30px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: -1;
}

    .services-one__icon span {
        position: relative;
        display: inline-block;
        font-size: 145px;
        color: var(--white-color);
        opacity: 0.03;
    }

.services-one__img {
    position: relative;
    display: block;
    max-width: 170px;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 1;
}

    .services-one__img::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-gray);
        opacity: 0;
        transition: background-color 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1;
    }

.services-one__single:hover .services-one__img::before {
    opacity: .40;
}

.services-one__img img {
    width: 100%;
    /*border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;*/
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.services-one__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 118px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transform: translateY(-50%) translateX(-200%);
    transition: transform 1000ms ease;
    z-index: 2;
}

.services-one__single:hover .services-one__img-icon {
    transform: translateY(-50%) translateX(-50%);
    transition-delay: 500ms;
}

.services-one__img-icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--bs-secondary);
}

.services-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.services-one__count {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}

    .services-one__count:before {
        position: relative;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        color: var(--bs-secondary);
        letter-spacing: 0.075em;
        counter-increment: count;
        content: "0"counter(count);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

.services-one__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 16px;
    margin-bottom: 13px;
}

    .services-one__title a {
        color: var(--white-color);
    }

        .services-one__title a:hover {
            color: #f9f9f9;
        }

.services-one__text {
    color: #d0caca;
}

/*--------------------------------------------------------------
# Services Two    
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 1;
}

    .services-two .container {
        max-width: 1200px;
    }

    .services-two .row {
        --bs-gutter-x: 20px;
    }

.services-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 70px 0px rgba(33, 34, 38, 0.06);
    padding: 0 20px 5px;
    margin-bottom: 30px;
    height: 100%;
}

.services-two__img-box {
    position: relative;
    display: block;
}

.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
}

    .services-two__img::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-gray);
        opacity: 0;
        transition: background-color 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1;
    }

.services-two__single:hover .services-two__img::before {
    opacity: .40;
}

.services-two__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.services-two__single:hover .services-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.services-two__content {
    position: relative;
    display: block;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.services-two__icon-and-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 22px;
}

.services-two__icon {
    position: relative;
    /*display: inline-block;*/
}

    .services-two__icon img {
        width: 70px;
        height: auto;
    }

    .services-two__icon span {
        position: relative;
        display: inline-block;
        font-size: 66px;
        color: var(--bs-gray);
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1);
    }

.services-two__single:hover .services-two__icon span {
    transform: scale(0.9);
}

.services-two__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

    .services-two__title a {
        color: #333;
    }

        .services-two__title a:hover {
            color: #005ea2;
        }

.services-two__shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(var(--vibnt-base-rgb), .50);
    z-index: 2;
}

.services-two__count {
    position: absolute;
    left: 15px;
    bottom: 25px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.services-two__single:hover .services-two__count {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition-delay: 500ms;
    opacity: 0;
}

.services-two__count:before {
    position: relative;
    display: flex;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 60px;
    border-radius: 6px;
    background-color: #005ea2;
}

.services-two__count::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-top: 10px solid #005ea2;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
    transform: translateX(-50%);
}

.services-two__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    bottom: 25px;
    width: 70px;
    height: 60px;
    font-size: 20px;
    color: var(--white-color);
    border-radius: 6px;
    background-color: #005ea2;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.services-two__single:hover .services-two__arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.services-two__arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-top: 10px solid var(--bs-secondary);
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
    transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Team Details   
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
    padding: 120px 0 113px;
    z-index: 1;
}

    .team-details .container {
        max-width: 1200px;
    }

.team-details__top {
    position: relative;
    display: block;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
}

    .team-details__top-img img {
        width: 100%;
        border-bottom-left-radius: 150px;
        border-top-right-radius: 150px;
    }

.team-details__client-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--white-color);
    max-width: 270px;
    width: 100%;
    padding: 15px 50px 17px;
    border-top-right-radius: 65px;
    z-index: 2;
}

    .team-details__client-content > P {
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.080em;
    }

    .team-details__client-content > h4 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

.team-details__social-and-share {
    position: absolute;
    bottom: 0;
    right: -50px;
    background-color: var(--vibnt-black);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 13px;
    padding-right: 13px;
    z-index: 2;
}

.team-details__social {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .team-details__social a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        font-size: 18px;
        color: var(--white-color);
    }

        .team-details__social a:hover {
            color: var(--bs-secondary);
        }

.team-details__share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .team-details__share > a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        background-color: rgba(var(--vibnt-white-rgb), .10);
        border-radius: 50%;
        font-size: 18px;
        color: var(--white-color);
    }

        .team-details__share > a:hover {
            background-color: var(--bs-secondary);
            color: var(--white-color);
        }

.team-details__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

    .team-details__right .section-title {
        margin-bottom: 20px;
    }

.team-details__text {
    margin-top: 25px;
    margin-bottom: 29px;
}

.team-details__points {
    position: relative;
    display: block;
}

    .team-details__points li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .team-details__points li + li {
            margin-top: 20px;
        }

        .team-details__points li .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 1px solid #e1e1e1;
            border-radius: 50%;
        }

            .team-details__points li .icon > span {
                font-size: 18px;
                color: var(--bs-secondary);
            }

        .team-details__points li > p {
            margin-left: 17px;
        }

.team-details__call-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 43px;
}

.team-details__call-list {
    position: relative;
    display: block;
}

.team-details__call-list-2 {
    margin-left: 70px;
}

.team-details__call-list li {
    position: relative;
    display: block;
}

    .team-details__call-list li + li {
        margin-top: 16px;
    }

    .team-details__call-list li > p {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: var(--bs-secondary);
    }

        .team-details__call-list li > p > a {
            color: var(--bs-gray);
        }

            .team-details__call-list li > p > a:hover {
                color: var(--bs-secondary);
            }

        .team-details__call-list li > p > span {
            color: var(--bs-gray);
        }

.team-details__bottom {
    position: relative;
    display: block;
    padding-top: 120px;
    counter-reset: count;
}

.team-details__bottom-left {
    position: relative;
    display: block;
}

    .team-details__bottom-left .section-title {
        margin-bottom: 30px;
    }

.team-details__bottom-left-text {
    margin-bottom: 28px;
}

.team-details__bottom-left-points-box {
    position: relative;
    display: block;
}

.team-details__bottom-left-points-list {
    position: relative;
    display: block;
}

    .team-details__bottom-left-points-list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .team-details__bottom-left-points-list li + li {
            margin-top: 31px;
        }

.team-details__bottom-points-count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    border: 1px solid #e4e4e5;
    border-radius: 50%;
    border-top-right-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-details__bottom-left-points-list li:hover .team-details__bottom-points-count {
    border: 1px solid var(--bs-secondary);
    background-color: var(--bs-secondary);
    color: var(--white-color);
}

.team-details__bottom-points-count:after {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 50%;
    color: var(--bs-secondary);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.team-details__bottom-left-points-list li:hover .team-details__bottom-points-count:after {
    color: var(--white-color);
}

.team-details__bottom-points-content {
    position: relative;
    display: block;
    margin-left: 30px;
}

    .team-details__bottom-points-content > h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
    }

    .team-details__bottom-points-content > p {
        margin-top: 8px;
    }

.team-details__bottom-img {
    position: relative;
    display: block;
    margin-left: -30px;
}

    .team-details__bottom-img img {
        width: 100%;
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
    }

.section-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 15px;
}
.section-title__shape {
    position: relative;
    display: block;
    height: 2px;
    width: 28px;
    background-color: #005ea2;
    top: -3px;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--bs-gray);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# About Three    
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
    margin-left: 335px;
    margin-right: -55px;
}

.about-three__experience {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 115px;
    margin-bottom: 50px;
}

.about-three__experience-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #082060;
    border-top-left-radius: 50px;
    left: 0;
    top: 0;
}

    .about-three__experience-count h3 {
        font-size: 45px;
        font-weight: 700;
        color: var(--white-color);
        line-height: 45px;
    }

.about-three__experience-text {
    position: relative;
    display: block;
    border: 1px solid rgba((0, 0, 0, 0), .15);
    padding-left: 30px;
    padding-right: 65px;
    padding-top: 17px;
    padding-bottom: 17px;
}

    .about-three__experience-text p {
        font-size: 24px;
        font-weight: 500;
        color: var(--vibnt-black);
        line-height: 32px;
    }

.about-three__img-one {
    position: relative;
    display: block;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    z-index: 1;
}

    .about-three__img-one img {
        width: 100%;
        border-top-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }

.about-three__img-two {
    position: absolute;
    top: 0;
    left: -335px;
}

    .about-three__img-two img {
        width: auto;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

.about-three__shape-1 {
    position: absolute;
    top: 70px;
    left: -215px;
    opacity: .10;
    z-index: -1;
}

    .about-three__shape-1 img {
        width: auto;
    }

.about-three__right {
    position: relative;
    display: block;
    margin-left: 125px;
}

    .about-three__right .section-title {
        margin-bottom: 21px;
    }

.about-three__points {
    position: relative;
    display: block;
    margin-top: 29px;
    margin-bottom: 43px;
}

    .about-three__points li {
        position: relative;
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .about-three__points li + li {
            margin-top: 45px;
        }

.about-three__points-count-box {
    position: relative;
    display: flex;
    width: 94px;
    height: 80px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.about-three__points-count-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.about-three__points li:hover .about-three__points-count-shape-1 {
    opacity: 0;
}

.about-three__points-count-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.about-three__points li:hover .about-three__points-count-shape-2 {
    opacity: 1;
}

.about-three__points-count {
    position: relative;
    display: block;
    z-index: 1;
}

    .about-three__points-count:before {
        position: relative;
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        color: var(--bs-secondary);
        counter-increment: count;
        content: "0"counter(count);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

.about-three__points-content {
    position: relative;
    display: block;
}

.about-three__points-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 9px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__points li:hover .about-three__points-count:before {
    color: var(--white-color);
}

.about-three__btn-box {
    position: relative;
    display: block;
}

.about-three__btn {
    background-color: var(--bs-secondary);
}

    .about-three__btn::before {
        background-color: var(--color-two);
    }

/*--------------------------------------------------------------
# Services Three    
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    background-color: var(--color-two);
    overflow: hidden;
    padding: 120px 0px 90px;
    z-index: 1;
}

.services-three__bg-one {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 56.3%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.services-three__bg-two {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 210px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 415px;
    z-index: -1;
}

    .services-three__bg-two:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-top-left-radius: 415px;
        background-color: var(--color-two);
    }

.services-three__shape-1 {
    position: absolute;
    top: -350px;
    right: 0;
    z-index: -1;
}

    .services-three__shape-1 img {
        width: auto;
    }

.services-three__shape-2 {
    position: absolute;
    bottom: -250px;
    right: 0;
    z-index: -1;
}

    .services-three__shape-2 img {
        width: auto;
    }

.services-three .container {
    max-width: 1200px;
}

.services-three .section-title__tagline {
    color: var(--vibnt-extra);
}

.services-three .section-title__title, .services-three .section-title__para {
    color: var(--white-color);
}

.services-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-three__content {
    position: relative;
    display: block;
    background-color: var(--white-color);
    padding: 30px 30px 51px;
    border-top-right-radius: 135px;
    z-index: 1;
}

    .services-three__content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--bs-secondary);
        border-top-right-radius: 135px;
        transform: scaleX(0.7) rotateX(20deg);
        transition: all 0.4s linear;
        opacity: 0;
        z-index: -1;
    }

.services-three__single:hover .services-three__content::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-three__icon-hover {
    position: absolute;
    top: 60px;
    right: 0;
    opacity: 0.02;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.services-three__single:hover .services-three__icon-hover {
    opacity: 0.04;
}

.services-three__icon-hover span {
    position: relative;
    display: inline-block;
    font-size: 142px;
    color: var(--vibnt-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon-hover span {
    color: var(--white-color);
}

.services-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
    width: 100px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    border-top-left-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
    .services-three__icon img {
        max-width: 60px;
    }

    .services-three__single:hover .services-three__icon {
        background-color: rgba(var(--vibnt-white-rgb), .10);
    }

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--white-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
    transform: scale(.9);
}

.services-three__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 27px;
    margin-bottom: 18px;
}

    .services-three__title a {
        color: var(--vibnt-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.services-three__single:hover .services-three__title a {
    color: var(--white-color);
}

.services-three__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__single:hover .services-three__text {
    color: #d0caca;
}

.services-three__arrow {
    position: relative;
    display: block;
}

    .services-three__arrow a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
        background-color: var(--white-color);
        border-radius: 50%;
        border: 1px solid lightgray;
        font-size: 20px;
        color: var(--bs-secondary);
        margin: -30px auto 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
        pointer-events: none;
    }

.services-three__single:hover .services-three__arrow a {
    border: 1px solid rgba(var(--vibnt-white-rgb), 1);
}

.services-three__arrow a:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid var(--bs-secondary);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.services-three__single:hover .services-three__arrow a:before {
    opacity: 1;
}

/*--------------------------------------------------------------
# Contact Two    
--------------------------------------------------------------*/
.contact-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

    .contact-two:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 210px;
        left: 0;
        background-color: var(--vibnt-extra);
        border-top-right-radius: 445px;
        z-index: -1;
    }

.contact-two__bg {
    position: absolute;
    top: 120px;
    bottom: 0;
    right: -10px;
    width: calc((100% - 103px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    border-top-left-radius: 450px;
}

.contact-two__shape-1 {
    position: absolute;
    bottom: 73px;
    left: 0;
    z-index: -1;
}

    .contact-two__shape-1 img {
        width: auto;
    }

.contact-two__shape-2 {
    position: absolute;
    bottom: 45px;
    right: 276px;
    z-index: -1;
}

    .contact-two__shape-2 img {
        width: auto;
    }

.contact-two__left {
    position: relative;
    display: block;
    margin-right: 10px;
}

    .contact-two__left .section-title {
        margin-bottom: 22px;
    }

.contact-two__text {
    margin-bottom: 31px;
}

.contact-two__form {
    position: relative;
    display: block;
}

    .contact-two__form .row {
        --bs-gutter-x: 20px;
    }

.contact-two__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .contact-two__input-box input[type="text"],
    .contact-two__input-box input[type="email"],
    .contact-two__input-box input[type="tel"] {
        height: 56px;
        width: 100%;
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 16px;
        color: lightgray;
        display: block;
        font-weight: 400;
        border-radius: 2px;
        background-color: #efeff1;
    }

    .contact-two__input-box .select-box {
        width: 100%;
    }

    .contact-two__input-box .nice-select {
        height: 56px;
        width: 100%;
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 16px;
        color: lightgray;
        display: block;
        font-weight: 400;
        border-radius: 2px;
        line-height: 56px;
        float: none;
        background-color: #efeff1;
    }

        .contact-two__input-box .nice-select:after {
            position: absolute;
            top: 25px;
            right: 20px;
            margin-top: 0px;
            z-index: 10;
            border-bottom: 2px solid lightgray;
            border-right: 2px solid lightgray;
            height: 8px;
            width: 8px;
        }

        .contact-two__input-box .nice-select .option {
            color: var(--white-color);
        }

    .contact-two__input-box textarea {
        position: relative;
        height: 150px;
        width: 100%;
        border: none;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 14px;
        color: lightgray;
        display: block;
        font-weight: 400;
        border-radius: 2px;
        margin-bottom: 0;
        background-color: #efeff1;
    }

    .contact-two__input-box.text-message-box {
        margin-bottom: 30px;
    }

.contact-two__btn-box {
    position: relative;
    display: block;
}

.contact-two__btn {
    border: none;
}

.contact-two__right {
    position: relative;
    display: block;
    margin-top: 250px;
    left: 46px;
}

.contact-two__call {
    position: relative;
    display: block;
    max-width: 280px;
    width: 100%;
    background-color: var(--vibnt-extra);
    padding: 50px 50px 40px;
    clip-path: polygon(0% 0%, 100% 0, 92% 50%, 100% 100%, 0% 100%);
}

.contact-two__call-box {
    position: relative;
    border: 1px solid lightgray;
    border-radius: 50%;
    height: 138px;
    width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-two__call-box-two {
    position: relative;
    border: 1px solid lightgray;
    border-radius: 50%;
    height: 84px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border: 1px solid lightgray;
    border-radius: 50%;
    color: var(--bs-secondary);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .contact-two__call-icon:hover {
        border: 1px solid var(--bs-secondary);
        background-color: var(--bs-secondary);
        color: var(--white-color);
    }

.contact-two__call-number-box {
    position: absolute;
    top: 60px;
    left: calc(50% - 113px);
    max-width: 180px;
    width: 100%;
    background-color: var(--color-two);
    text-align: center;
    padding: 5.5px 0;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

    .contact-two__call-number-box:hover {
        background-color: var(--bs-secondary);
    }

    .contact-two__call-number-box:before {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 50%;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 6px solid var(--color-two);
        transform: translateX(-50%);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .contact-two__call-number-box:hover:before {
        border-top: 6px solid var(--bs-secondary);
    }

    .contact-two__call-number-box a {
        font-size: 17px;
        font-weight: 500;
        color: var(--white-color);
    }

.contact-two__bottom-content {
    position: relative;
    display: block;
    margin-top: 11px;
}

.contact-two__arrow {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 35px;
    color: var(--bs-gray);
    margin-left: 55px;
}

    .contact-two__arrow:hover {
        color: var(--bs-secondary);
    }

.contact-two__call-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--vibnt-black);
    margin-top: 3px;
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale();
}

