﻿.cmn-header-bg {
    background-image: url('../../Images/cmn-header-img.jpg');
    background-position:top;
}
/*about.....**/
.img-box1 {
    position: relative;
    z-index: 2;
    margin-right: 18px;
    margin-left: 50px;
}

    .img-box1 .img1 img {
        width: 100%;
        max-width: 650px;
    }

    .img-box1 .shape1 {
        position: absolute;
        bottom: 0px;
        right: 80px;
        z-index: -1;
    }

        .img-box1 .shape1 img {
            max-width: fit-content;
        }

    .img-box1 .year-counter {
        position: absolute;
        bottom: 30px;
        right: 0;
    }

.year-counter {
    height: 184px;
    width: 184px;
    background-color: #212161;
    border: 12px solid #ffffff;
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.1);
    border-radius: 50%;
    text-align: center;
    padding: 25px 0;
}

.year-counter_number {
    color: #ffffff;
    font-size: 64px;
    margin-bottom: 0px;
    line-height: 1.1;
}

.year-counter_text {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

.year-counter_text {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

.title-area {
    position: relative;
    z-index: 2;
}

.sub-title:has(img) {
    margin-top: 0;
}

.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #212161;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}

.icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
}

    .icon-masking .mask-icon {
        position: absolute;
        height: 100%;
        width: 100%;
        mix-blend-mode: hue;
        background: #212161;
        top: 0;
    }

.title-area .sec-title {
    margin-bottom: 15px;
}

.sec-title {
    margin-top: -0.32em;
    text-transform: capitalize;
}

.text-theme {
    color: #212161 !important;
}

.mt-n2 {
    margin-top: -.6rem;
}

.about-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.about-feature {
    display: flex;
    gap: 10px;
    align-items: center;
}

.about-feature_title {
    font-size: 20px;
    margin-bottom: 7px;
}

.about-feature_text {
    margin-bottom: 0;
}

.btn-group:has(.call-btn) {
    gap: 50px;
    flex-wrap: wrap;
}

.th-btnn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #039ee7;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px;
}

.call-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.call-btn .play-btn:before, .call-btn .play-btn:after {
    background-color: #212161;
}

.call-btn .play-btn > i {
    background-color: #212161;
    color: #ffffff;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
}

.ripple-animation, .play-btn:after, .play-btn:before, .testi-box_quote:after, .testi-box_quote:before, .testi-grid_quote:after, .testi-grid_quote:before, .faq-img4 .faq-shape:after, .faq-img4 .faq-shape:before, .service-grid_icon:after, .service-grid_icon:before, .process-card_number:after, .process-card_number:before, .process-card .pulse:after, .process-card .pulse:before {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}


@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

.call-btn .btn-text {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.call-btn .btn-title {
    font-size: 16px;
    font-weight: 600;
    color: #212161;
    text-decoration: none;
}
/*about.....**/
/*counter.....**/
.rs-counter-two {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    top: -75px;
}

.space-extra, .space-extra-bottom {
    padding-bottom: 90px;
}

.space-extra, .space-extra-top {
    padding-top: 90px;
}

.bg-theme {
    background-color: #212161 !important;
}

.counter-card {
    display: flex;
    align-items: center;
    gap: 30px;
}

.counter-card_icon {
    width: 112px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    z-index: 2;
}

    .counter-card_icon:before, .counter-card_icon:after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
        z-index: -2;
    }

    .counter-card_icon:after {
        background-color: #ffffff;
        top: 2px;
        left: 10px;
        z-index: -1;
    }

.counter-card_number {
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: -0.3em;
}

.counter-card_text {
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin-bottom: -0.5em;
}

@media (max-width: 1299px) {
    .counter-card {
        flex-direction: column;
        text-align: center;
    }
}
/*counter.....**/
/*services.....**/
.service-card {
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

    .service-card:before {
        bottom: -73px;
        right: -28px;
    }

    .service-card:before, .service-card:after {
        content: '';
        position: absolute;
        height: 110px;
        width: 110px;
        background-color: #212161;
        opacity: 0.6;
        border-radius: 50%;
        transition: 0.4s ease-in-out;
        z-index: -1;
    }

    .service-card:hover {
        width: 100%;
    }

        .service-card:hover:before, .service-card:hover:after {
            opacity: 1;
            height: 120%;
            width: 120%;
            border-radius: 0;
        }

.service-card_number {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    color: #e2e8fa;
    opacity: 0.3;
}

.service-card .shape-icon {
    margin-bottom: 30px;
}

.shape-icon {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 85px;
    line-height: 85px;
    text-align: center;
}

.service-card:hover .shape-icon:before {
    background-color: #ffffff;
}

.shape-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
    z-index: -1;
    transition: 0.4s ease-in-out;
}

.shape-icon .dots:before {
    top: 0;
    right: 9px;
}

.shape-icon .dots:before, .shape-icon .dots:after {
    content: '';
    position: absolute;
    background-color: #212161;
    height: 24px;
    width: 23px;
    border-radius: 50%;
}

.shape-icon .dots:after {
    height: 12px;
    width: 11px;
    bottom: 0;
    left: 27px;
}

.shape-icon .dots:before, .shape-icon .dots:after {
    content: '';
    position: absolute;
    background-color: #029ee1;
    height: 24px;
    width: 23px;
    border-radius: 50%;
}

.service-card:hover .box-title {
    color: #ffffff;
}

.box-title {
    font-size: 18px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}

    .box-title a {
        color: inherit;
    }

.service-card:hover .service-card_text {
    color: #ffffff;
}

.service-card_text {
    transition: 0.4s ease-in-out;
    margin-bottom: 22px;
}

.service-card:hover .th-btn {
    background-color: #ffffff;
}

.service-card .th-btn {
    background-color: #e2e8fa;
    color: #141d38;
    padding: 12.5px 20px;
    box-shadow: none;
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #212161;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px;
}

.service-card .th-btn:before, .service-card .th-btn:after {
    background-color: #e2e8fa;
}

.th-btn:before {
    transform: scaleY(0);
}

.service-card:hover .bg-shape {
    bottom: 0;
    opacity: 1;
}

.service-card .bg-shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}

.service-card:after {
    right: -73px;
    bottom: -28px;
}

.service-card:before, .service-card:after {
    content: '';
    position: absolute;
    height: 110px;
    background-color: #029ee1;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.w-100n {
    width: 100% !important;
}
/*services.....**/
/*join our program slider.....**/
.join-sec {
    background-color: #f8f8f8;
    /* padding: 50px 20px;*/
}

.title-sec-n {
    padding: 70px 20px 40px;
}

.portfolio-content-inner span {
    position: absolute;
    right: -94px;
    top: -100px;
    width: 155px;
    height: 155px;
    background: #00b9f1;
    border-radius: 50%;
}
/*join our program slider.....**/
/*contact.....**/
.bg-img-contct {
    background-image: url('../../Images/contact_bg_1.png');
}
.breadcumb-wrapper {
    padding: 160px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.breadcumb-title {
    color: #ffffff;
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1;
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 30px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}

    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        white-space: normal;
        word-break: break-word;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff;
    }

    .breadcumb-menu li {
        display: inline-block;
        margin-right: 3px;
        padding-right: 5px;
        list-style: none;
        position: relative;
    }

    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        white-space: normal;
        word-break: break-word;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff;
    }

        .breadcumb-menu li:after {
            content: "\f324";
            position: relative;
            margin-left: 10px;
            font-weight: 500;
            font-size: 15px;
            color: #ffffff;
            font-family: 'Font Awesome 6 Pro';
        }

        .breadcumb-menu li:last-child {
            padding-right: 0;
            margin-right: 0;
        }

.space, .space-bottom {
    padding-bottom: 120px;
}

.space, .space-top {
    padding-top: 120px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
}

.contact-info_icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #01a0e4;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
    border-radius: 5px;
}

.media-body {
    flex: 1;
}

.contact-info .box-title {
    margin-bottom: 10px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}

.contact-info_text {
    min-width: 180px;
    display: block;
    margin-bottom: -0.5em;
    font-family: sans-serif;
}

.contact-info i, .contact-info svg {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    color: #fff;
}


/* ====== COMMON SPACING ====== */
.space {
    padding: 120px 0;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ====== TITLE AREA ====== */
.title-area {
    position: relative;
    z-index: 2;
}

.mb-35 {
    margin-bottom: 35px;
}

.sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #01a0e4;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.icon-masking {
    position: relative;
    display: inline-block;
}

    .icon-masking img {
        width: 22px;
    }

    .icon-masking .mask-icon {
        position: absolute;
        inset: 0;
        background-color: #01a0e4;
        mix-blend-mode: hue;
    }

.sec-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a0a0a;
}

.sec-text {
    font-size: 16px;
    color: #6b7280;
    max-width: 650px;
}

/* ====== FORM ====== */
.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

input.form-control {
    background: #fff !important;
}

.form-control,
.form-select,
textarea {
    height: 56px;
    padding: 0 50px 0 20px;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    font-size: 16px;
    width: 100%;
    transition: 0.3s ease;
}

    textarea.form-control, textarea {
        min-height: 154px;
        padding-top: 16px;
        padding-bottom: 17px;
    }

textarea {
    height: auto;
    padding-top: 15px;
}

    .form-control:focus,
    .form-select:focus,
    textarea:focus {
        border-color: #01a0e4;
        outline: none;
    }

.form-group i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: #01a0e4;
    font-size: 18px;
}

/* ====== BUTTON ====== */
.th-btn {
    background: #01a0e4;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
}

    .th-btn:hover {
        background: #563be6;
    }

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
    .sec-title {
        font-size: 32px;
    }

    .contact-form {
        padding: 25px;
    }
}
/*contact.....**/

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-smoke {
    background-color: #f5f5f5 !important;
}

.process-card-area {
    position: relative;
}

    .process-card-area .process-line {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }

.process-card-wrap {
    padding: 30px 0 0 30px;
}

.process-card {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}

    .process-card_number, .process-card .pulse {
        height: 60px;
        width: 60px;
        line-height: 60px;
        background-color: #01a0e1;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        top: -30px;
        left: -30px;
        z-index: 2;
        font-size: 36px;
        font-weight: 700;
        color: #ffffff;
    }

        .process-card_number:after, .process-card_number:before, .process-card .pulse:after, .process-card .pulse:before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: #019fe1;
            z-index: -1;
            border-radius: 50%;
            transition: all ease 0.4s;
        }

        .process-card_number:after, .process-card .pulse:after {
            animation-delay: 2s;
        }

.process-card_icon {
    margin-bottom: 24px;
}

.process-card .box-title {
    font-weight: 600;
    margin-bottom: 14px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}

.process-card_text {
    margin-bottom: -0.53em;
    font-size: 14px;
}





.hero-3 {
    background-color: #F7F8FD;
    overflow-x: hidden;
}
.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}


@media (min-width: 991px) and (max-width: 1200px) {

    .hero-title {
        font-size: 34px !important;
    }

}
@media (max-width: 991px) {
    .hero-3 .hero-img {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-img-phone {
        display: block !important;
        text-align: center;
        margin: 113px 15px 25px 15px;
        position: relative;
        z-index: 1;
    }
    .hero-style3 {
        padding: 50px 0 50px 0!important;
        max-width: 600px;
        position: relative;
        z-index: 5;
    }
}
.hero-3 .hero-img {
    position: absolute;
    top: 31%;
    right: 0;
    z-index: 2;
}

    @media (min-width: 1200px) and (max-width: 1400px) {
        .hero-title {
            font-size: 50px !important;
        }
    }

    .hero-text {
        margin-bottom: 43px;
        font-family: sans-serif;
        margin-top: 20px;
    }

    .hero-3 .shape-blur {
        position: absolute;
        bottom: 80px;
        left: 100px;
        width: 534px;
        height: 534px;
        background: #212161;
        opacity: 0.5;
        filter: blur(250px);
        z-index: -1;
    }

    @media (max-width: 1400px) {
        .hero-3 .hero-img:after {
            height: 561px;
            width: 561px;
            bottom: -45px;
            left: -45px;
        }
    }


    .hero-3 .hero-img-phone {
        display: none;
    }

.hero-style3 {
    padding: 250px 0 245px 0;
    max-width: 600px;
    position: relative;
    z-index: 5;
}

    .hero-subtitle {
        font-family: sans-serif;
        color: #212161;
        display: block;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
        text-transform: uppercase;
        margin-top: -0.24em;
    }

    .hero-title {
        font-size: 48px;
        font-weight: bold;
        line-height: 1.135;
        margin-bottom: 0;
    }

    .hero-3 .hero-shape1 {
        position: absolute;
        top: 0%;
        left: 4%;
        animation: jumpAni 7s linear infinite;
    }

    @keyframes jumpAni {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        40% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px)
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .ot-heading h2 {
        color: #029ee1;
        font-size: 21px;
    }

    .nice-select:after {
        display: none !important;
    }

.progress-bar, .gradient, .widget_nav_menu li.active a, .widget_nav_menu li a:hover, .pricingtable-wrapper.style-3.active .btn, .clients-logo:hover, .site-header .is-fixed .extra-nav .btn.btn-light, .btn-light:hover {
    background: none!important;
    background-size: 200%;
}