
body{
    overflow-x: hidden !important;
}
.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;
}
.nav-bar{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #085ccc  !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
    color: var(--bs-primary);
    font-size: 31px !important;
    font-family: serif;
    font-weight: bold;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-primary) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #052146  !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: white !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        /* background: var(--bs-light) !important; */
        background: #ffffff !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: var(--bs-primary);
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/breadcrumb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/


/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    /* min-height: 100vh ; */
    height: 590px !important;
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 590px !important;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
    }
}
/*** Carousel Hero Header End ***/


/*** Counter Facts Start ***/
.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 250px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);

}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: white;
    background:rgb(67 130 212 / 69%);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(0, 58, 102, 0.5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: var(--bs-primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #085ccc;
}

@media screen and (max-width: 1200px) {
    /* .counter-facts .counter { margin-bottom: 40px;  */
    /* } */
}
/*** Counter Facts End ***/


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
    position: relative;
    /* box-shadow: 0 0 45px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    background: white;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
/*** Features End ***/


/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 58, 102, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}
/*** Country End ***/




/*** training Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}
/*** training End ***/


/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 10px 10px 10px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-primary);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {

    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #1635a4  !important;
}
/*** copyright end ***/




/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/
/* End basic CSS override */
.price-table {
    background-color: navy;
    border-radius: 16px;
    max-width: 375px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    background-image: linear-gradient(135deg, rgba(74, 222, 128, 0.15), rgba(29, 123, 219, 0.1) 20%, navy 40%, navy 100%);
}

.price-table:after {
    content: "";
    display: block;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    position: absolute;
    border-radius: 16px;
    background-image: linear-gradient(135deg, green, rgb(255, 0, 13) 40%, yellow 60%, rgb(0, 128, 64) 100%);
}

.price-table .price {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-self: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: #fff;
}

.price-table .price small {
    font-size: 1.25rem;
    font-weight: 400;
    position: absolute;
    left: -1.5ch;
}

.price-table .title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-top: 16px;
    color: #fff;
}

.price-table .description {
    font-size: 1rem;
    text-align: center;
    margin-top: 4px;
}

.features {
    margin-top: 32px;
}

.feature {
    position: relative;
}

.feature+.feature {
    margin-top: 16px;
}

.feature summary {
    display: inline-flex;
    align-items: center;
    list-style: none;
}

.feature summary::-webkit-details-marker {
    display: none;
}

.feature[open] summary:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 50;
}

.feature[open] div {
    -webkit-animation: scale 0.15s ease;
    animation: scale 0.15s ease;
}

.feature .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.feature .checkmark svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.feature .question-icon {
    display: flex;
    align-items: center;
    margin-left: 6px;
    cursor: pointer;
}

.feature .answer {
    padding: 12px;
    background-color: rgb(24, 24, 237);
    border-radius: 6px;
    position: absolute;
    top: -12px;
    z-index: 100;
    transform: translatey(-100%) translatex(-50%);
    transform-origin: bottom center;
    width: 80%;
    left: 50%;
    border: 1px solid blueviolet;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes scale {
    0% {
        transform: translatey(-100%) translatex(-50%) scale(0);
    }

    100% {
        transform: translatey(-100%) translatex(-50%) scale(1);
    }
}

@keyframes scale {
    0% {
        transform: translatey(-100%) translatex(-50%) scale(0);
    }

    100% {
        transform: translatey(-100%) translatex(-50%) scale(1);
    }
}






.btn-claim {
    display: inline-block;
    color: var(--bs-primary);
    padding: 32px;
    position: relative;
    letter-spacing: 1px;
    margin-top: 16px;
}

.btn__circle,
.btn__text,
.btn__white-circle {
    position: absolute;
}

.btn__circle {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px var(--bs-primary);
    transition: 0.3s linear;
}

.btn__white-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}


.btn__text {
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    padding: 24px 8px;
    transition: 0.3s linear;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.btn-claim:hover .btn__circle {
    transform: scale(0);
}

.btn-claim:hover .btn__white-circle {
    transform: translate(-50%, -50%) scale(1);
}

.btn-claim:hover .btn__text {
    transform: translate(40px, -50%);
}




.main {
    max-width: 75rem;
    padding: 3em 1.5em;
}

.main__heading {
    font-weight: 600;
    font-size: 2.25em;
    margin-bottom: 0.75em;
    text-align: center;
    color: #eceff1;
}

.cards {
    position: relative;
}

.cards__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
}

.main__cards .card {
    --flow-space: 0.5em;
    --hsl: var(--hue), var(--saturation), var(--lightness);
    flex: 1 1 14rem;
    padding: 1.5em 2em;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    align-items: start;
    gap: 1.25em;
    color: #eceff1;
    background-color: #2b2b2b;
    border: 1px solid #eceff133;
    border-radius: 15px;
}

.main__cards .card:nth-child(1) {
    --hue: 165;
    --saturation: 82.26%;
    --lightness: 51.37%;
}

.main__cards .card:nth-child(2) {
    --hue: 291.34;
    --saturation: 95.9%;
    --lightness: 61.76%;
}

.main__cards .card:nth-child(3) {
    --hue: 338.69;
    --saturation: 100%;
    --lightness: 48.04%;
}

.card__bullets {
    line-height: 1.4;
}

.card__bullets li::before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' title='check' fill='%23dddddd'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' /%3E%3C/svg%3E");
    transform: translatey(0.25ch);
    margin-right: 1ch;
}

.card__heading {
    font-size: 1.05em;
    font-weight: 600;
    color: #eceff1;
}

.card__price {
    font-size: 1.75em;
    font-weight: 700;
}

.flow>*+* {
    margin-top: var(--flow-space, 1.25em);
}

.cta {
    display: block;
    align-self: end;
    margin: 1em 0 0.5em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #0d0d0d;
    padding: 0.7em;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    user-select: none;
    opacity: var(--opacity, 0);
    -webkit-mask: radial-gradient(25rem 25rem at var(--x) var(--y),
            #000 1%,
            transparent 50%);
    mask: radial-gradient(25rem 25rem at var(--x) var(--y),
            #000 1%,
            transparent 50%);
    transition: 400ms mask ease;
    will-change: mask;
}

.overlay .card {
    background-color: hsla(var(--hsl), 0.15);
    border-color: hsla(var(--hsl), 1);
    box-shadow: 0 0 0 1px inset hsl(var(--hsl));
}

.overlay .cta {
    display: block;
    grid-row: -1;
    width: 100%;
    background-color: hsl(var(--hsl));
    box-shadow: 0 0 0 1px hsl(var(--hsl));
}

:not(.overlay)>.card {
    transition: 400ms background ease;
    will-change: background;
}

:not(.overlay)>.card:hover {
    --lightness: 95%;
    background: hsla(var(--hsl), 0.1);
}



/*** Visual Compartibility ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--bs-primary);
}

.t-circle {
    border: 1px solid var(--bs-primary);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 20px;
    overflow: hidden;
    padding: 16px;
}




/* FAQ********************************************** */
.faq-section .accordion-body ul li a {
    color: black;
    font-weight: 700;
}

.faq-section .accordion-button:not(.collapsed) {
    /* background-color: #c5e5d8;*/
    background-color: var(--bs-light);
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: var(--bs-primary);
}

.faq-section .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    /*   right: 1.1875rem; */
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: var(--bs-primary);
}

.faq-section .faq-section .accordion-button h5 {
    /*   color: #7dbc9e; */
    color: var(--bs-primary);
    margin-right: 13px;
}

.faq-section .accordion-body {
    background-color: var(--bs-light);
}

.faq-section ul {
    list-style-type: none;
    list-style-type: disc;
    /* Default bullet points for ul */
    margin-left: 20px;
}

.faq-section ul li {
    margin-bottom: 5px;
}

.faq-section .accordion-body ol {
    counter-reset: step-counter;
    list-style-type: none;
    padding-left: 0;
}

.faq-section .accordion-body ol>li {
    counter-increment: step-counter;
    /* Increment custom counter */
    margin-bottom: 10px;
}

.faq-section .accordion-body ol>li::before {
    content: "Steps " counter(step-counter) ": ";
    /* Custom prefix */
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .faq-section .accordion-button:before {
        right: 0.75rem;
    }

    .faq-section .accordion-button.collapsed:after {
        right: 1.1875rem;
    }

    .faq-section .accordion-button h5 {
        margin-right: 0px;
    }
}

/* CHECKOUT**************************** */
.checkout .title-c {
    background: -webkit-gradient(linear,
            left top,
            right bottom,
            color-stop(0, #053a65),
            color-stop(100, #70c8ff));
    background: -moz-linear-gradient(top left, #053a65 0%, #70c8ff 100%);
    background: -ms-linear-gradient(top left, #053a65 0%, #70c8ff 100%);
    background: -o-linear-gradient(top left, #053a65 0%, #70c8ff 100%);
    background: linear-gradient(to bottom right, #053a65 0%, #70c8ff 100%);
    border-radius: 5px 5px 0 0;
    padding: 20px;
    color: #ffffff;
}

.checkout .required {
    color: red;
}

.checkout .Yorder {
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #dadada;
}

.checkout table {
    margin: 0;
    padding: 0;
}

.checkout th {
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
}

.checkout tr>td:nth-child(1) {
    text-align: left;
    color: #2d2d2a;
}

.checkout tr>td:nth-child(2) {
    text-align: right;
    color: #52ad9c;
}

.checkout td {
    border-bottom: 1px solid #dadada;
    padding: 25px 25px 25px 0;
}

.checkout p {
    display: block;
    color: #888;
    margin: 0;
    padding-left: 25px;
}

.checkout .Yorder>div {
    padding: 15px 0;
}

.checkout button {
    width: 50%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-radius: 30px;
    background: #0c863d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.checkout button:hover {
    cursor: pointer;
    background: #1a8d77;
}




/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.newsletter button {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 16px 20px;
    font: 20px "Margarine", sans-serif;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    letter-spacing: 2px;
}

.newsletter .button-jittery button {
    animation: jittery 4s infinite;
}

.newsletter .button-jittery button:hover {
    animation: heartbeat 0.2s infinite;
}

@keyframes jittery {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

@keyframes heartbeat {
    50% {
        transform: scale(1.1);
    }
}



/* LOGIN******************************************* */
.login-page .wave {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.login-page .container {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7rem;
    padding: 0 2rem;
}

.login-page .img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login-page .login-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.login-page .img img {
    width: 500px;
}

.login-page form {
    width: 360px;
}

.login-page .login-content img {
    height: 100px;
}

.login-page .login-content h2 {
    margin: 15px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 26px;
}

.login-page .login-content .input-div {
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-page .login-content .input-div.one {
    margin-top: 0;
}

.login-page .i {
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page .i i {
    transition: .3s;
}

.login-page .input-div>div {
    position: relative;
    height: 45px;
}

.login-page .input-div>div>h5 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    transition: .3s;
}

.login-page .input-div:before,
.login-page .input-div:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #38d39f;
    transition: .4s;
}

.login-page .input-div:before {
    right: 50%;
}

.login-page .input-div:after {
    left: 50%;
}

.login-page .input-div.focus:before,
.login-page .input-div.focus:after {
    width: 50%;
}

.login-page .input-div.focus>div>h5 {
    top: -5px;
    font-size: 15px;
}

.login-page .input-div.focus>.i>i {
    color: #38d39f;
}

.login-page .input-div>div>input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0.5rem 0.7rem;
    font-size: 1.2rem;
    color: #555;
    font-family: 'poppins', sans-serif;
}

.login-page .input-div.pass {
    margin-bottom: 4px;
}

.login-page a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 0.9rem;
    transition: .3s;
}

.login-page a:hover {
    color: #38d39f;
}

.login-page .btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
    background-size: 200%;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
    transition: .5s;
}

.login-page .btn:hover {
    background-position: right;
}


@media screen and (max-width: 1050px) {
    .login-page .container {
        grid-gap: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    .login-page form {
        width: 290px;
    }

    .login-page .login-content h2 {
        font-size: 2.4rem;
        margin: 8px 0;
    }

    .login-page .img img {
        width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .login-page .container {
        grid-template-columns: 1fr;
    }

    .login-page .img {
        display: none;
    }

    .login-page .wave {
        display: none;
    }

    .login-page .login-content {
        justify-content: center;
    }
}


/* USER PROFILE************************************* */
#user-profile .profile-header {
    background: #fff;
    width: 100%;
    display: flex;
    height: 190px;
    position: relative;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

#user-profile .profile-img {
    float: left;
    width: 340px;
    height: 200px;
}

#user-profile .profile-img img {
    border-radius: 50%;
    height: 230px;
    width: 230px;
    border: 5px solid #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50px;
    top: 20px;
    z-index: 5;
    background: #fff;
}

#user-profile .profile-nav-info {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
}

#user-profile .profile-nav-info h3 {
    font-variant: small-caps;
    font-size: 2rem;
    font-family: sans-serif;
    font-weight: bold;
}

#user-profile .profile-nav-info .address {
    display: flex;
    font-weight: bold;
    color: #777;
}

#user-profile .profile-nav-info .address p {
    margin-right: 5px;
}

#user-profile .profile-option {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    outline: none;
    background: var(--bs-primary);
}

#user-profile .profile-option:hover {
    background: #fff;
    border: 1px solid var(--bs-primary);
}

#user-profile .profile-option:hover .notification i {
    color: var(--bs-primary);
}

#user-profile .profile-option:hover span {
    background: var(--bs-primary);
}

#user-profile .profile-option .notification i {
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.5s ease-in-out;
}

#user-profile .profile-option .notification .alert-message {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    padding: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: bold;
}

#user-profile .main-bd {
    width: 100%;
    display: flex;
    padding-right: 15px;
}

#user-profile .profile-side {
    width: 300px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 90px 30px 20px;
    font-family: "Bree Serif", serif;
    margin-left: 10px;
    z-index: 99;
}

#user-profile .profile-side p {
    margin-bottom: 7px;
    color: #333;
    font-size: 14px;
}

#user-profile .profile-side p i {
    color: var(--bs-primary);
    margin-right: 10px;
}

#user-profile .mobile-no i {
    transform: rotateY(180deg);
    color: var(--bs-primary);
}

#user-profile .profile-btn {
    display: flex;
}

#user-profile button.chatbtn,
#user-profile button.createbtn {
    border: 0;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    background: var(--bs-primary);
    color: #fff;
    font-family: "Bree Serif";
    font-size: 1rem;
    margin: 5px 2px;
    cursor: pointer;
    outline: none;
    margin-bottom: 10px;
    transition: background 0.3s ease-in-out;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

#user-profile button.chatbtn:hover,
#user-profile button.createbtn:hover {
    background: rgba(288, 0, 70, 0.9);
}

#user-profile button.chatbtn i,
#user-profile button.createbtn i {
    margin-right: 5px;
}

#user-profile .user-rating {
    display: flex;
}

#user-profile .user-rating h3 {
    font-size: 2.5rem;
    font-weight: 200;
    margin-right: 5px;
    letter-spacing: 1px;
    color: #666;
}

#user-profile .user-rating .no-of-user-rate {
    font-size: 0.9rem;
}

#user-profile .rate {
    padding-top: 6px;
}

#user-profile .rate i {
    font-size: 0.9rem;
    color: var(--bs-primary);
}

#user-profile .nav {
    width: 100%;
    z-index: -1;
}

#user-profile .nav ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    height: 40px;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

#user-profile .nav ul li {
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

#user-profile .nav ul li:hover,
#user-profile .nav ul li.active {
    box-shadow: 0px -3px 0px var(--bs-primary) inset;
}

#user-profile .profile-body {
    width: 100%;
    z-index: -1;
}

#user-profile .tab {
    display: none;
}

#user-profile .tab {
    padding: 20px;
    width: 100%;
    /* text-align: center; */
}

@media (max-width: 1100px) {
    #user-profile .profile-side {
        width: 250px;
        padding: 90px 15px 20px;
    }

    #user-profile .profile-img img {
        height: 200px;
        width: 200px;
        left: 50px;
        top: 50px;
    }
}

@media (max-width: 900px) {
    #user-profile .profile-header {
        display: flex;
        height: 100%;
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }

    #user-profile .profile-img {
        float: left;
        width: 100%;
        height: 200px;
    }

    #user-profile .profile-img img {
        position: relative;
        height: 200px;
        width: 200px;
        left: 0px;
    }

    #user-profile .profile-nav-info {
        text-align: center;
    }

    #user-profile .profile-option {
        right: 20px;
        top: 75%;
        transform: translateY(50%);
    }

    #user-profile .main-bd {
        flex-direction: column;
        padding-right: 0;
    }

    #user-profile .profile-side {
        width: 100%;
        text-align: center;
        padding: 20px;
        margin: 5px 0;
    }

    #user-profile .profile-nav-info .address {
        justify-content: center;
    }

    #user-profile .user-rating {
        justify-content: center;
    }
}

@media (max-width: 400px) {
    #user-profile .profile-option {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 15px;
        top: 83%;
    }

    #user-profile .profile-option .notification .alert-message {
        top: -3px;
        right: -4px;
        padding: 4px;
        height: 15px;
        width: 15px;
        font-size: 0.7rem;
    }

    #user-profile .profile-nav-info h3 {
        font-size: 1.9rem;
    }

    #user-profile .profile-nav-info .address p,
    #user-profile .profile-nav-info .address span {
        font-size: 0.7rem;
    }
}

#user-profile #see-more-bio,
#user-profile #see-less-bio {
    color: blue;
    cursor: pointer;
    text-transform: lowercase;
}

#user-profile .tab h1 {
    font-family: "Bree Serif", sans-serif;
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

@media (max-width: 576px) {
    #our-journey ul li .date {
		--dateH: 3rem;
		height: var(--dateH);
		margin-inline: calc(var(--inlineP) * -1);
		text-align: center;
		background-color: var(--accent-color);
		color: white;
		font-size: 16px;
		font-weight: 700;
		display: grid;
		place-content: center;
		position: relative;
		border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
		padding: 10px;
	}
	
	#our-journey ul li {
		width: 100%;
	}
	.services_card h5 {
		height: 60px !important;
	}
	.newsletter button {
		background: transparent;
		color: #fff;
		border: 3px solid #fff;
		border-radius: 50px;
		padding: 9px 10px;
		font: 20px "Margarine", sans-serif;
		outline: none;
		cursor: pointer;
		position: relative;
		transition: 0.2s ease-in-out;
		letter-spacing: unset;
	}
	.blog_img {
		height: 165px !important;
	}
	#blog-details img{
		height: 215px !important;
	}
	.ec_4th_img_h2 {
		font-size: 45px !important;
	}
	.btn_read_more {
		width: 51% !important;
	}
	.about_img {
		height: 240px !important;
	}
	.training .training-item .training-content {
		position: absolute;
		width: 100%;
		left: 0;
		top: -6px;
		transition: 0.5s;
		padding: 25px;
	}
	#customers-testimonials.owl-carousel .owl-dots {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	#customers-testimonials .item {
    text-align: center;
    padding: 0px !important;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
}

.about-left {
        margin-right: 20px;
    }

    .about-img {
        display: flex;
        gap: 30px;
        position: relative;
    }

    .about-img .img-1 {
        border-radius: 80px 80px 0 80px;
        width: 283px;
        border: 2px dashed #085ccc;
        padding: 8px;
    }

    .about-experience {
        display: flex;
        align-items: center;
        text-align: center;
        background: rgb(0 58 102);
        padding: 15px 20px 15px 15px;
        color: var(--color-white);
        border-radius: 50px 50px 50px 0;
        box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    }

    .about-experience-icon {
        color: rgb(8 92 204);
        font-size: 65px;
        width: 90px;
        height: 90px;
        line-height: 70px;
        text-align: center;
        margin: auto;
        background: white;
        border-radius: 50px;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-experience-icon img {
        width: 65px;
    }

    .about-img .img-2 {
        border-radius: 50%;
        border: 2px dashed #085ccc;
        padding: 8px;
        width: 250px;
        height: 250px;

    }

    .about-img .img-3 {
        border-radius: 0 80px 80px 80px;
        width: 250px;
        border: 2px dashed #085ccc;
        padding: 8px;
    }

    .site-heading {
        /* margin-bottom: 50px; */
        position: relative;
        z-index: 1;
    }

    .site-title-tagline {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        font-weight: 700;
        color: #085ccc;
        position: relative;
        border: 2px dashed rgb(8 92 204);
    }

    .site-title-tagline i {
        line-height: 0;
        font-size: 20px;
    }

    .site-title {
        font-weight: 800;
        text-transform: capitalize;
        font-size: 55px;
        color: black;
        margin-top: 10px;
        margin-bottom: 0;
        position: relative;
    }

    .site-title span {
        color: #085ccc;
    }

    .about-item {
        position: relative;
        display: flex;
        gap: 12px;
        margin-bottom: 25px;
    }

    .about-item-icon {
        width: 70px;
        height: 70px;
        line-height: 58px;
        text-align: center;
        margin-bottom: 12px;
        background: #085ccc;
        border-radius: 50px;
        font-size: 45px;
        color: #085ccc;
        box-shadow: -5px 5px 0 rgb(226, 226, 226);
    }

    .about-item-icon i {
        width: 45px;
        color: #ffff;
        filter: brightness(0) invert(1);
    }

    .about-item-content {
        flex: 1;
    }

    .about-item-content h5 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .about-quote {
        position: relative;
        color: black;
        padding: 20px 22px;
        background: rgb(238, 238, 238);
        border-radius: 20px;
    }

    .about-quote i {
        position: absolute;
        font-size: 45px;
        color: #003a66;
        right: 15px;
        bottom: -15px;
    }

    .about-bottom {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 30px;
    }

    .theme-btn {
        font-size: 14px;
        color: white;
        padding: 14px 20px;
        transition: var(--transition);
        text-transform: uppercase;
        position: relative;
        border-radius: 50px 50px 50px 0;
        font-weight: 600;
        letter-spacing: 1px;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        border: none;
        background: #003a66;
        box-shadow: var(--box-shadow);
        z-index: 1;
    }

    .theme-btn::before {
        content: "";
        height: 300px;
        width: 300px;
        background: rgb(0, 4, 255);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: -1;
    }

    .theme-btn i {
        margin-left: 5px;
    }

    .about-phone {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .about-phone .icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        background: #085ccc;
        color: white;
        border-radius: 50px;
        text-align: center;
        font-size: 22px;
        box-shadow: -5px 5px 0 var(--theme-color-light);
    }

    .about-phone .number {
        line-height: 1;
    }

    .about-phone .number span {
        color: rgb(68, 255, 0);
        font-weight: 600;
    }

    .about-phone .number h6 {
        font-size: 20px;
        margin-top: 8px;
        color: forestgreen;
    }
	
	
	.work-process-area.style-one {
        padding: 20px 0 20px;
    }

    .section-title.text-center {
        margin-bottom: 42px;
    }

    .work-process-area.style-one .section-title h4 {
        width: 263px;
        height: 38px;
        margin: 0 auto;
        margin-bottom: 28px;
    }

    .section-title h4 {
        font-size: 14px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 400;
        border-radius: 20px;
        background-color: #0d1718;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        width: 238px;
        height: 38px;
        line-height: 38px;
        padding-left: 20px;
        margin-bottom: 28px;
    }

    .work-process-area.style-one .section-title h4::before {
        width: 263px;
        height: 38px;
    }

    .section-title h4::before {
        position: absolute;
        content: "";
        width: 238px;
        height: 38px;
        border-radius: 20px;
        background-color: #59d98e;
        left: 0;
        top: 4px;
        z-index: -1;
    }

    .section-title h4 i {
        display: inline-block;
        color: #84e3ab;
        margin-right: 10px;
    }

    .section-title h4 span {
        display: inline-block;
        margin-left: 10px;
    }

    .single-work-process-box {
        position: relative;
        z-index: 1;
        padding: 10px 10px 15px 20px;
    }

    .work-process-inner {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .work-process-number span {
        display: inline-block;
        opacity: 0.251;
        font-size: 30px;
        line-height: 46px;
        color: #0d1718;
        font-weight: 500;
        font-family: "Unbounded";
        margin-left: -15px;
        position: relative;
    }

    .work-process-icon-arrow {
        position: relative;
        left: 4px;
    }

    .work-process-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 48px;
        background-color: #ffffff;
        border: 1px solid #0d1718;
        text-align: center;
    }

    .work-process-content h5 {
        font-size: 22px;
        color: #0d1718;
        font-weight: 500;
        margin: 20px 0 0;
    }

    .work-process-content p {
        font-size: 16px;
        line-height: 26px;
        color: #666666;
        font-weight: 400;
        margin-top: 13px;
    }

    .work-process-content a {
        text-decoration: none;
        color: #085ccc;
    }


    .hover-bx {
        left: 0;
        /* -webkit-transition-delay: 0.105s; */
        transition-delay: 0.105s;
        border-radius: 20px 0 0px 20px;
    }

    .seo-hover-box {
        background-color: rgb(89 175 217 / 20%);
        height: 100%;
        top: 0;
        opacity: 0;
        position: absolute;
        /* -webkit-transform: scaleX(0); */
        transform: scaleX(0);
        /* -webkit-transition: all 0.5s ease 0s; */
        transition: all 0.5s ease 0s;
        width: 25%;
        z-index: -1;
    }

    .hover-bx2 {
        left: 25%;
        /* -webkit-transition-delay: 0.105s; */
        transition-delay: 0.105s;
    }

    .seo-hover-box {
        background-color: rgb(89, 217, 142, 0.2);
        height: 100%;
        top: 0;
        opacity: 0;
        position: absolute;
        /* -webkit-transform: scaleX(0); */
        transform: scaleX(0);
        /* -webkit-transition: all 0.5s ease 0s; */
        transition: all 0.5s ease 0s;
        width: 25%;
        z-index: -1;
    }

    .hover-bx3 {
        left: 50%;
        /* -webkit-transition-delay: 0.105s; */
        transition-delay: 0.105s;
    }

    .seo-hover-box {
        background-color: rgb(89, 217, 142, 0.2);
        height: 100%;
        top: 0;
        opacity: 0;
        position: absolute;
        /* -webkit-transform: scaleX(0); */
        transform: scaleX(0);
        /* -webkit-transition: all 0.5s ease 0s; */
        transition: all 0.5s ease 0s;
        width: 25%;
        z-index: -1;
    }

    .hover-bx4 {
        left: 75%;
        /* -webkit-transition-delay: 0s; */
        transition-delay: 0s;
        border-radius: 0 20px 20px 0;
    }

    .seo-hover-box {
        background-color: rgb(89, 217, 142, 0.2);
        height: 100%;
        top: 0;
        opacity: 0;
        position: absolute;
        /* -webkit-transform: scaleX(0); */
        transform: scaleX(0);
        /* -webkit-transition: all 0.5s ease 0s; */
        transition: all 0.5s ease 0s;
        width: 25%;
        z-index: -1;
    }

    .single-work-process-box:hover .seo-hover-box {
        opacity: 1;
        transform: scale(1);
    }
	
	.choose-area {
    background: #012758;
    z-index: 1;
    /* remove fixed height */
    min-height: auto;
    position: relative;
    padding: 60px 0;
}

.choose-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1;
}

/* Headings */
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.site-title span {
    color: orange;
}

/* Choose items */
.choose-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: 50px 50px 50px 0;
    box-shadow: var(--box-shadow);
    padding: 15px 15px 15px 0;
}

.choose-item-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: orange;
    border-radius: 50px 50px 50px 0;
    margin-left: 10px;
}

.choose-item-icon i {
    font-size: 36px;
    color: #fff;
}

.choose-item-info h4 {
    color: black;
    margin-bottom: 6px;
    font-size: 20px;
}

/* Choose image */
.choose-img {
    position: relative;
    margin-left: 50px;
}

.choose-img::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    border: 5px solid orange;
    border-radius: 30% 0 30% 30%;
}

.choose-img img {
    border-radius: 30% 0 30% 30%;
    max-width: 100%;
    height: auto;
}
	
/* Default styling already works well on large screens */

/* Medium screens (tablets) */
@media (max-width: 992px) {
    .site-title {
        font-size: 42px;
    }

    .about-img {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .about-img img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }

    .about-experience {
        justify-content: center;
        text-align: center;
    }
}

/* Small screens (mobiles) */
@media (max-width: 768px) {
    .site-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .site-title-tagline {
        font-size: 14px;
        letter-spacing: 2px;
        padding: 4px 8px;
    }

    .about-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .about-item-icon {
        margin-bottom: 10px;
    }

    .about-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .about-phone {
        justify-content: center;
    }

    .theme-btn {
        width: 100%;
        max-width: 250px;
        margin: auto;
    }
	.who_we_are_img {
		height: 225px !important;
		width: 100%;
		border-radius: 30px;
	}
	
	.site-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .choose-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 15px;
    }

    .choose-item-icon {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .choose-img img {
        max-width: 85%;
    }
	
	.choose-area .sub-title::before,
.choose-area .sub-title::after {
    content: none !important; /* removes generated content */
}
.choose-img {
    position: relative;
    margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}
}


/* Extra small screens (phones < 480px) */
@media (max-width: 480px) {
    .site-title {
        font-size: 26px;
    }

    .about-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-img img {
        max-width: 315px;
		margin-left: 17px;
    }
	
	.about-img .img-2 {
		border-radius: 50%;
		border: 2px dashed #085ccc;
		padding: 8px;
		width: 270px;
		height: 270px;
		margin-left: 25px;
	}
	
	.about-img .img-3 {
		border-radius: 0 80px 80px 80px;
		width: 270px;
		border: 2px dashed #085ccc;
		padding: 8px;
		margin-left: 25px;
	}

    .about-experience {
        flex-direction: column;
        gap: 10px;
		margin-left: 25px;
    }

    .about-experience-icon {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }

    .about-experience-icon img {
        width: 50px;
    }
	
	 .site-title {
        font-size: 26px;
    }

    .choose-item-info h4 {
        font-size: 18px;
    }

    .choose-item-info p {
        font-size: 14px;
    }

    .choose-img img {
        max-width: 100%;
    }
}