
/*** Spinner Start ***/
/*** Spinner ***/

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.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;
}

/*** Button Start ***/
.btn {
    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 {
    box-shadow: inset 0 0 0 0 #715eeb;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #8661ea !important;
    border-color: #9763e9;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #3158ef;
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #3058ef;
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !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;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

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

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

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

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    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: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: "Euclid Circular A";
    position: relative;
    margin-right: 25px;
    padding: 1px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 30px 0;
    color: #222;
}

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

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

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

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

@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: var(--bs-white);
}

.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.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        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;
    }

    .mob-number{
        display: block !important;
    }

.call-app.form-cta{
    display: flex !important;
}

}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 0px solid rgb(251 239 255);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

      .sticky-top  .navbar-brand {
    margin-top: 0px;
}

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #6b5fec;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #a965e7;
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #a965e7;
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: #a965e7 !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgb(0 0 0 / 49%);
}

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

.service .service-item .service-content {
    position: relative;
    z-index: 2;
    min-height: 270px;
}

.service .service-item .service-content::before {
    width: 100%;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(28 48 159);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgb(28 48 159);
    height: 100%;
}

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


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: #ffffff;
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0;
    top: 246px;
    border: 10px solid;
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;
}

.about .about-img .about-experience {
    position: absolute;
    top: 125px;
    left: -125px;
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: capitalize;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    /* border: 1px solid var(--bs-primary); */
    /* border-radius: 10px; */
    /* background: var(--bs-light); */
    transition: 0.5s;
    flex-direction: column;
    align-items: center;
}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    /* border-radius: 10px; */
    /* transition: 0.5s; */
    justify-content: center;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    /* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg); */
    background-position: center center;
    background: linear-gradient(0deg, #ffffffb5 0%, #e8e8f4 100%), url(../img/carousel-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@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;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgb(179 101 231 / 72%), rgb(49 88 239 / 67%)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: #ffffff45;
    padding: 30px 51px;
    margin: 0 90px;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


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


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: 130px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: #222222 !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 16px;
    }
}


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

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

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

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

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

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

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

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

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

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    line-height: normal;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



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

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

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

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

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

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

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(0deg, #ffffff 0%, #e8e8f4 100%);
}
.footer .footer-item a {
    line-height: 35px;
    transition: 0.5s;
    color: #222222;
}

.footer .footer-item p {
    line-height: 25px;
    text-align: justify;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background-image: linear-gradient(90deg, #3058ef 0%, #b666e7 100%);
    padding-bottom: 20px;
}
/*** copyright end ***/

.appointment-form p {
    color: #3359ef !important;
    font-weight: 800;
    font-size: 19px !important;
    margin-bottom: 0;
}

.appointment-form {
    background-color: #f5f5f5 !important;
    border: 1px solid #eeee;
    margin-top: 30px;
}   


body input.submit-btn {
    color: #fff;
    background: rgb(56 89 238);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 100px;
    width: 100%;
}

.form-heading {
    padding-bottom: 15px;
}

.video-one {
    padding-top: 40px;
}

p.video-title {
    text-align: center;
    font-weight: 600;
    color: #1e40d1;
}

.video-one iframe {
    border-radius: 30px;
    border: 0;
}

a.add-banner img {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.bg-white {
    background-color: #fff;
}

.flag-icon img {
    width: 100%;
}

.feature-content {
    text-align: center;
}


.banner-img img {
    width: 100%;
}

section.main-banner-section {
    padding-top: 90px;
    background-image: linear-gradient(180deg, #e8e8f4 0%, #ffff 100%);
}

.side-bannr-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.side-bannr-img:before {
    position: absolute;
    content: '';
    width: 470px;
    height: 470px;
    background-image: linear-gradient(90deg, #3058ef 0%, #b666e7 100%);
    border-radius: 50%;
    z-index: 0;
    bottom: 110px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.side-bannr-img:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 0;
    bottom: 96px;
    border: 3px dashed #a364e9;
    margin: 0 auto;
    text-align: center;
    display: block;
    z-index: 0;
    animation: rotate 34s linear infinite;
}

.banner-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.shape-one {
    position: absolute;
    right: 0px;
    bottom: 30px;
    z-index: 11;
}




@keyframes rotate {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}


.banner-content {
    padding-top: 100px;
}

.banner-title span {
    background: -webkit-linear-gradient(77deg, #3458ef, #ae65e7 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 600;
}

.banner-title h2 {
    font-size: 41px;
    margin: 18px 0;
    font-weight: 600;
}

.banner-title p {
    text-align: justify;
    font-size: 16px;
}

.theme-btn a {
    border-radius: 30px;
    background-image: linear-gradient(90deg, #3058ef 0%, #b566e7 100%);
    border: 0;
    margin-top: 0px;
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
}


.theme-btn a:hover {
    background-image: none;
    background-color: #222;
    transition: 0.6s ease all;
}

.arrow-btn img {
    max-width: 180px;
    rotate: -15deg;
    position: absolute;
    left: 90px;
    animation: float-bob-Y 3s linear infinite;
}

.arrow-btn {
    text-align: center;
    position: relative;
}

@keyframes float-bob-Y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.navbar-brand {
    margin-top: 7px;
}



.img img {
    width: 100%;
}

h5.why-heading {
    font-weight: 600;
    background: -webkit-linear-gradient(77deg, rgb(52, 88, 239), rgb(174, 101, 231) 84%) text;
    margin: 0px;
    -webkit-text-fill-color: transparent;
}


ul.mission0-list {
  display: flex;
  list-style: none;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: 20px;
  flex-direction: column;
  margin-top: 19px;
}

ul.mission0-list li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/tik-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -26px;
  top: 4px;
}

ul.mission0-list li {
  position: relative;
}


ul.mission0-list-2 {
  display: flex;
  list-style: none;
  gap: 10px;
  flex-wrap: wrap;
  padding-right: 21px;
  flex-direction: column;
  margin-top: 19px;
  float: right;
  padding-left: 0;
}

ul.mission0-list-2 li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/tik-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -26px;
  top: 4px;
}

ul.mission0-list-2 li {
  position: relative;
  text-align: end;
}


.contact_icons {
  position: fixed;
  left: 30px;
  bottom: 19px;
  z-index: 999;
  width: 50px;
  text-align: center;
}
.contact_icons a {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
  color: #fff;
  background: #edac15;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  clear: both;
  margin-bottom: 0px;
  display: inline-block;
}
.contact_icons a.whatsapp-icon {
  background: #2dc100;
  font-size: 47px;
  overflow: hidden;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: pulse2;
  color: #fff;
}
a.whatsapp-icon i {
  margin-top: 10px;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2dc100;
    box-shadow: 0 0 0 0 #2dc100;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2dc100;
    box-shadow: 0 0 0 0 #2dc100;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
  }
}

.contact_mobile {
  position: fixed;
  right: 128px;
  bottom: 19px;
  z-index: 999;
  width: 49px;
  text-align: center;
}
.contact_mobile a {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  text-align: center;
  line-height: 51px;
  font-size: 24px;
  color: #fff !important;
  background: #edac15;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  clear: both;
  margin-bottom: 0px;
  display: inline-block;
}
.contact_mobile a.phone-icon {
  background: #3b5aee;
  font-size: 33px;
  overflow: hidden;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: pulse3;
  color: #fff;
  padding-top: 8px;
}
a.phone-icon i {
  /* margin-top: 16px; */
  transform: rotate(100deg);
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3b5aee;
    box-shadow: 0 0 0 0 #3b5aee;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
  }
}

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3b5aee;
    box-shadow: 0 0 0 0 #3b5aee;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
  }
}

.ftr-logo img {
    width: 100%;
    max-width: 140px;
}

a.btn.btn-primary.btn-lg-square.back-to-top i {
    color: #fff;
}


ul.footer-contact {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  flex-wrap: wrap;
}

ul.footer-contact .contact p {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-weight: 500;
  font-family: "Euclid Circular A";
}

ul.footer-contact .contact p.mail-text {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  font-family: "Euclid Circular A";
  margin: 0;
}

ul.footer-contact .contact span {
  font-size: 14px;
  line-height: 22px;
  color: #222;
  font-family: "Euclid Circular A";
}

.ftr_icon img {
  max-width: 22px;
}

ul.footer-contact li a .ftr_icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  filter: drop-shadow(0px 5px 2.5px rgba(232, 232, 244, 0.3));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}


ul.footer-contact li a {
    display: flex;
    gap: 11px;
}

ul.footer-contact li a:hover {
    letter-spacing: 0px !important;
}

section.add-banner {
    padding-top: 80px;
}


.whts-app {
    background-color: #fff;
    display: inline-flex;
    padding: 6px 22px;
    gap: 10px;
    border: 2px solid #02e121;
    border-radius: 60px;
    width: 90%;
    align-items: center;
    transition:0.6s ease all;
    justify-content: flex-end;
    float: right;
}

.whts-app .whts-text P {
    margin: 0;
    transition:0.6s ease all;
}

.whts-app .whts-text a {
    font-size: 25px;
    color: #222;
    transition:0.6s ease all;
}
.whts-app:hover{
    background-color:#02e121;
    transition:0.6s ease all;
}

.whts-app:hover a {
    color:#fff;
}
.whts-app:hover p  {
    color:#fff;
}


.call-app {
    background-color: #fff;
    display: inline-flex;
    padding: 6px 22px;
    gap: 10px;
    border: 2px solid #f03800;
    border-radius: 60px;
    width: 90%;
    align-items: center;
    transition: 0.6s ease all;
    float: left;
}

.call-app .call-text P {
    margin: 0;
    transition: 0.6s ease all;
}

.call-app .call-text a {
    font-size: 25px;
    color: #222;
    transition: 0.6s ease all;
}

.call-app:hover{
    background-color: #222222;
    transition:0.6s ease all;
}

.call-app:hover a {
    color:#fff;
}
.call-app:hover p  {
    color:#fff;
}

.puls-icon {
    position: absolute;
    top: 40px;
    right: -19px;
    z-index: 11;
}

.puls-icon img {
    width: 100%;
    max-width: 60px;
    animation: zoom-fade-2 3s linear infinite;
}


@keyframes zoom-fade-2 {
  0% {
      transform: scale(0.9) translateX(-50%) translateY(-50%);
  }

  50% {
      transform: scale(1) translateX(-50%) translateY(-50%);
  }

  100% {
      transform: scale(0.9) translateX(-50%) translateY(-50%);
  }
}


section.call-to-cation {
    padding: 30px 0;
    background-color: #fff;
    border-top: 2px solid #eee;
}

section.call-to-cation .img {
    max-width: 70px;
}

section.call-to-cation .img img {
    max-width: 79px;
}

.thm-btn a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #ffff;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 10px;
    font-size: 19px;
    width: 100%;
    border-radius: 30px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-image: linear-gradient(90deg, #3058ef 0%, #b666e7 100%);
}

section.call-to-cation h4 {
    color: #fff;
    font-size: 32px;
    background: -webkit-linear-gradient(77deg, #3458ef, #ae65e7 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.call-to-cation p {
    color: #222;
}

.thm-btn a:hover {
    background-image: none;
    background-color: #fff;
    border: 2px solid #3a59ef;
    color: #3759ef;
}


@media only screen and (min-width: 320px) and (max-width: 767px){
 
 
    section.main-banner-section {
    padding-top: 0px;
    background-image: linear-gradient(180deg, #e8e8f4 0%, #ffff 100%);
    position: relative;
    overflow: hidden;
}

.banner-title h2 {
    font-size: 27px;
    margin: 18px 0;
    font-weight: 600;
}

.banner-content {
    padding-top: 50px;
}

.side-bannr-img:after {
    position: absolute;
    content: '';
    width: 333px;
    height: 333px;
    border-radius: 50%;
    z-index: 0;
    bottom: 86px;
    border: 3px dashed #a364e9;
    margin: 0 auto;
    text-align: center;
    display: block;
    z-index: 0;
    animation: rotate 34s linear infinite;
}

.side-bannr-img:before {
    position: absolute;
    content: '';
    width: 293px;
    height: 283px;
    background-image: linear-gradient(90deg, #3058ef 0%, #b666e7 100%);
    border-radius: 50%;
    z-index: 0;
    bottom: 110px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.arrow-btn img {
    max-width: 180px;
    rotate: -15deg;
    position: relative;
    left: 0px;
    animation: float-bob-Y 3s linear infinite;
}

.sub-title::before {
 display: none;
}
.sub-title::after {
 display: none;
}

    .about .about-img .about-img-inner {
        position: absolute;
        right: -10px;
        left: auto;
        top: 185px;
        border: 10px solid;
        border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
        border-radius: 50%;
        max-width: 200px;
    }

    .display-3 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
}

.appointment-form {
    background-color: #f5f5f5 !important;
    border: 1px solid #eeee;
    margin-top: 30px;
    padding: 20px 10px !important;
}

.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

div#about {
    padding-top: 40px !important;
}


section.add-banner
 {
    padding-top: 30px;
}

.img {
    margin-bottom: 35px;
            display: none;
}

.section-title .sub-style::before {
   display: none;
}


.section-title .sub-style::after {
   display: none;
}

div#services {
    padding-top: 40px !important;
    padding-bottom: 100px !important;
}

.call-app {
    background-color: #fff;
    display: inline-flex;
    padding: 6px 22px;
    gap: 10px;
    border: 2px solid #f03800;
    border-radius: 60px;
    width: 100%;
    align-items: center;
    transition: 0.6s ease all;
    float: left;
}

    .whts-app {
        background-color: #fff;
        display: inline-flex;
        padding: 6px 22px;
        gap: 10px;
        border: 2px solid #02e121;
        border-radius: 60px;
        width: 100%;
        align-items: center;
        transition: 0.6s ease all;
        justify-content: flex-end;
        float: right;
        flex-direction: row-reverse;
    }


.testimonial .testimonial-item .testimonial-inner {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: #ffffff45;
    padding: 20px 21px;
    margin: 0 0px;
}
.testimonial {
padding-top: 80px !important;
padding-bottom: 80px !important;
}

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: 130px;
        margin-right: 40px;
    }

    div#contact {
    padding: 40px 0px !important;
}

.py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.g-5, .gx-5 {
  --bs-gutter-x: 0px !important; 
}

.container-fluid.appointment {
    padding-top: 40px !important;
    padding-bottom: 40px;
}

.feature {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

div#service {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
}

h5.why-heading {
    font-weight: 600;
    background: -webkit-linear-gradient(77deg, rgb(52, 88, 239), rgb(174, 101, 231) 84%) text;
    margin: 0px;
    -webkit-text-fill-color: transparent;
    text-align: left !important;
}

ul.mission0-list-2 {
    display: flex;
    list-style: none;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 21px;
    flex-direction: column;
    margin-top: 19px;
    float: inline-start !important;
    padding-right: 0;
}

ul.mission0-list-2 li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/tik-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -26px;
    top: 4px;
}

ul.mission0-list-2 li {
    position: relative;
    text-align: start;
}

}


.feedback-section-two .sec-title .title-inner::before{
	border-color:rgba(255,255,255,0.10);
}

.feedback-section-two .owl-dots{
	display:none;
}

.feedback-section-two .owl-nav{
	position:absolute;
	right: 40px;
	margin-top: 0px;
	display: flex;
	bottom: -50px;
}

.feedback-section-two .owl-nav .owl-prev{
	position: relative;
	width: 45px;
	height: 45px;
	color: #fff;
	z-index: 10;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	line-height: 43px;
	border-radius: 50px;
	margin-bottom: 27px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(3deg);
	border: 1px solid rgba(255,255,255,0.10);
	background-image: linear-gradient(90deg, #3058ef 0%, #b666e7 100%);
}

.feedback-section-two .owl-nav .owl-next{
	position: relative;
	width: 45px;
	height: 45px;
	color: #fff;
	z-index: 10;
	font-size: 20px;
	margin-left: 13px;
	text-align: center;
	cursor: pointer;
	line-height: 43px;
	border-radius: 50px;
	background: #ffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transform:rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(1deg);
	border: 1px solid rgba(255,255,255,0.10);
	background-image: linear-gradient(90deg, #3058ef 0%, #b666e7 100%);
}

.feedback-section-two .owl-nav .owl-prev:hover,
.feedback-section-two .owl-nav .owl-next:hover{
	color:#599b47;
	border-color:#ffffff;
	background-color: #ffffff;
}


section.main-tittle {
    padding-top: 130px;
    background-color: #e8e8f4;
    padding-bottom: 33px;
}



.policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.privacy-policy {
  color: #000;
}

.privacy-policy a {
 
  font-size: 14px;
  font-weight: 500;
}

.peivacy-page h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.peivacy-page h3 {
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.peivacy-page a {
  color: #ae65e7 !important;
}

.peivacy-page {
    padding-top: 50px;
}


.disc-pg-div a {
    color: #3b5aee;
}

.loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  background: rgba(255, 255, 255, 0.6);
}

.loading-image {position: absolute;top: 50%;left: 40%;z-index: 10;}


.thank-page-sec {text-align: center;padding: 35px 0;display: flex;flex-direction: column;align-items: center;}
.thank-page-sec a {background-image: linear-gradient(90deg, #3058ef 0%, #b666e7 100%);color: #fff;padding: 15px;border-radius: 31px;}
.thank-page-sec a:hover { background-color: #f75d10; color: #fff; padding: 15px; }
.thank-page-sec p { padding-bottom: 25px; }
.thank-page-sec h1 { font-weight: 800; font-size: 30px; padding-bottom: 10px; color: #010329; }


.mob-number {
    background: #e9e9f4;
    text-align: center;
    padding: 10px 0px;
    display: none;
}

.mob-number a.text-light.me-4 {
    font-size: 25px;
    font-weight: bold;
    color: #222 !important;
}

.mob-number i {
    color: #222 !important;
}

.call-app.form-cta {
    margin-bottom: 0px;
    float: unset;
    margin-top: 15px;
    display: none;
}