
:root {
    /*--bs-primary: #2AD0B4 !important;*/
    --bs-primary: #116dff !important;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background: #0000001a;
}

    /*#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 {
    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: var(--bs-primary) !important;*/
    background: #2AD0B4 !important;
    color: var(--bs-white) !important;
    font-weight: 400;
    transition: 0.5s;
}

.btn-primary {
    border-color: #2AD0B4 !important;
}

.text-secondary {
    color: #2ad0b4 !important;
}

.accordion-button:not(.collapsed) {
    color: #2ad0b4;
    background-color: #e8fffb !important;
}

.text-primary {
    color: #2ad0b4 !important;
}

.border-primary {
    border-color: #2ad0b4 !important;
}





.btn.btn-primary:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    background: var(--bs-light) !important;
    color: var(--bs-primary)  ;
    font-weight: 400;
    transition: 0.5s;
}

    .btn.btn-light:hover {
        background: var(--bs-primary) !important;
        color: var(--bs-light) !important;
    }


.RotateMoveLeft {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

.RotateMoveRight {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
    0% {
        left: 0px;
    }

    50% {
        left: 40px;
    }

    100% {
        left: 0px;
    }
}

@keyframes RotateMoveRight {
    0% {
        right: 0px;
    }

    50% {
        right: 40px;
    }

    100% {
        right: 0px;
    }
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 35px 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: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

/*.navbar-light .navbar-brand img {
    max-height: 50px;
    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;
    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;
}

.collapse.navbar-collapse {
    transition: 0.5s;
}

@media (max-width: 992px) {
    nav.bg-transparent {
        position: absolute;
        width: 100%;
        background: transparent !important;
    }

    .navbar.navbar-expand-lg button span {
        position: absolute;
        z-index: 99;
        top: 5px;
        right: 7px;
        font-size: 17px;
    }

    .navbar {
        position: relative;
        background: var(--bs-light);
        z-index: 2;
    }

    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white) !important;
        padding: 0 20px 20px 20px !important;
    }

    .sticky-top.navbar-light {
        background: transparent;
    }

    nav.navbar {
        padding: 0 30px 30px 0;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 13px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
        position:relative;
    }

    .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: 45;
    }

    .hero-header {
        margin-top: -100px !important;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent !important;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 60px 0;
    margin-bottom: 6rem;
    transition: 0.5s;
}

    .bg-breadcrumb::after {
        content: "";
        position: absolute;
        bottom: -20%;
        left: -10%;
        width: 600px;
        height: 600px;
        border-radius: 300px;
        border: 80px solid rgba(247, 71, 128, 0.05);
        background: transparent;
        animation: RotateMoveSingle 5s linear infinite;
        z-index: -1;
    }

    .bg-breadcrumb .breadcrumb {
        position: relative;
        z-index: 2;
    }


@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {
        bottom: 0px;
    }

    50% {
        left: -10px;
    }

    75% {
        bottom: 10%;
    }

    100% {
        bottom: 0px;
    }
}

.bg-breadcrumb::before {
    content: "";
    position: absolute;
    top: -15%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(247, 71, 128, 0.04);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
    z-index: -1;
}

@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {
        top: 0px;
    }

    50% {
        top: 10%;
    }

    100% {
        top: 0px;
    }
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 100px !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-dark) !important;
}


.breadcrumb-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .breadcrumb-animation li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(102, 16, 242, 0.07);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .breadcrumb-animation li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .breadcrumb-animation li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .breadcrumb-animation li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .breadcrumb-animation li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .breadcrumb-animation li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .breadcrumb-animation li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .breadcrumb-animation li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .breadcrumb-animation li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .breadcrumb-animation li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .breadcrumb-animation li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
/*** Single Page Hero Header End ***/


/*** Hearo Header Start ***/
.header::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 54%;
    height: 100%;
    /*background: var(--bs-light);*/
    background: #e8fffb !important;
    border-radius: 22% 78% 33% 87% / 32% 0% 100% 68%;
    animation: bgMove 5s linear infinite;
    z-index: -1;
}

@keyframes bgMove {
    0% {
        right: 0px;
    }

    50% {
        right: 20px;
    }

    100% {
        right: 0px;
    }
}

/*.header::before {
    content: "";
    position: absolute;
    bottom: -9%;
    left: -7%;
    width: 400px;
    height: 400px;
    border-radius: 200px;*/
    /*border: 30px solid rgba(247, 71, 128, 0.05);*/
    /*border: 30px solid rgb(220 254 248);
    background: transparent;
    animation: RotateMoveHeader 5s linear infinite;
    z-index: -1;
}*/

@keyframes RotateMoveHeader {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }


    0% {
        bottom: 0px;
    }

    50% {
        left: -10px;
    }

    75% {
        bottom: 9%;
    }

    100% {
        bottom: 0px;
    }
}

.hero-header {
   /* padding-top: 160px;*/
    /*padding-bottom: 100px;*/
    position: relative;
}

 /*   .hero-header::after {
        content: "";
        position: absolute;
        left: 100px;
        bottom: 100px;
        width: 58px;
        height: 50px;
        background: url(../img/sty-1.png) center center no-repeat;
        animation: RotateMoveSty-3 45s linear infinite;
        transition: 0.5s;
        z-index: -1;
    }*/

@keyframes RotateMoveSty-3 {
    0% {
        left: 100px;
    }

    40% {
        bottom: -0px;
    }

    50% {
        left: 700px;
    }

    70% {
        bottom: 500px;
    }

    80% {
        left: 400px;
    }

    95% {
        bottom: -0px;
    }

    100% {
        left: 100px;
    }
}

/*.hero-header::before {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 30px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: RotateMoveSty-4 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
}*/

@keyframes RotateMoveSty-4 {
    0% {
        left: 100px;
    }

    40% {
        bottom: -0px;
    }

    50% {
        left: 700px;
    }

    70% {
        bottom: 500px;
    }

    80% {
        left: 400px;
    }

    95% {
        bottom: -0px;
    }

    100% {
        left: 100px;
    }
}


.hero-header .rotate-img {
    position: absolute;
    top: 161px;
    right: 40%;
    z-index: 0;
}

    .hero-header .rotate-img .rotate-sty-2 {
        position: absolute;
        top: 100px;
        left: 50px;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        border: 5px solid rgba(247, 71, 128, 0.1);
        background: transparent;
        animation: RotateMoveSty-2 45s linear infinite;
        transition: 0.5s;
    }

@keyframes RotateMoveSty-2 {
    0% {
        left: 0px;
    }

    40% {
        top: -30px;
    }

    50% {
        left: 500px;
    }

    70% {
        top: 200px;
    }

    80% {
        left: 100px;
    }

    95% {
        top: -30px;
    }

    100% {
        left: 0px;
    }
}

.hero-header .rotate-img img {
    position: relative;
    animation: RotateMove 30s linear infinite;
    z-index: -1;
}

@keyframes RotateMove {
    0% {
        left: 0px;
    }

    50% {
        left: 200px;
    }

    100% {
        left: 0px;
    }
}



@media (max-width: 992px) {
    .hero-header {
        padding-top: 280px;
    }

        .hero-header .rotate-img img {
            margin-top: 100px;
        }
}
.header-img h4 {
    position:absolute;
    left:100px;
    top:-10px;
}
/*** Hero Header End ***/
/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    height: 485px;
    position: relative;
}
    .service .service-item a {
        position: absolute;
        bottom: 30px;
        right: 26%;
    }
    .service-item .service-content h4{
        min-height:57px;
    }
.service-item .service-content p{
    text-align:justify;
    

}
p{
    text-align:justify !important;
}
.count-icon-container p{
    text-align:center
}
.service .service-item,
.service .service-item .service-icon,
.service .service-item a {
    transition: 0.5s;
}
     .service .service-item .service-icon {
            transition: 0.5s;
            min-height: 122px;
        }


            .service .service-item:hover .service-icon,
            .service .service-item:hover a {
                background: var(--bs-white) !important;
            }

                .service .service-item:hover a:hover {
                    background: var(--bs-primary) !important;
                    color: var(--bs-white);
                }

/*** Service End ***/


/*** Features Start ***/
.feature .feature-img {
    background: var(--bs-light);
    border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
}
/*** Features End ***/


/*** Pricing Start ***/
.price .price-item {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

    .price .price-item:hover {
        background: var(--bs-white) !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    }

    .price .price-item .pice-item-offer {
        position: absolute;
        width: 200px;
        height: 110px;
        top: -45px;
        right: -80px;
        background: var(--bs-primary) !important;
        color: var(--bs-white);
        transform: rotate(42deg);
        display: flex;
        align-items: end;
        justify-content: center;
        padding-bottom: 10px;
    }
/*** Pricing End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

    .blog .blog-item .blog-img {
        position: relative;
        overflow: hidden;
        background: rgba(102, 16, 242, 0.2);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        .blog .blog-item .blog-img .blog-info {
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            padding: 20px;
            background: rgba(102, 16, 242, 0.2);
            color: var(--bs-white) !important;
            display: flex;
            align-items: end;
            justify-content: space-between;
            transition: 0.5s;
        }

        .blog .blog-item .blog-img:hover .blog-info {
            background: rgba(0, 0, 0, .4);
        }


    .blog .blog-item .blog-content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .blog .blog-item .blog-img img {
        transition: 0.5s;
    }

    .blog .blog-item .blog-img:hover img {
        transform: scale(1.3);
    }
/*** Blog End ***/


/*** Testimonial Start ***/
.testimonial {
    position: relative;
    background: var(--bs-light);
    overflow: hidden;
    z-index: 1;
}

    .testimonial::after {
        content: "";
        position: absolute;
        top: 30%;
        left: 0;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background: url(../img/Registry_EZ_Circle.png) center center no-repeat;
        background-size: 85px;
        animation: TestimonialMoveLeft 100s linear infinite;
        z-index: -1;
    }

    .testimonial::before {
        content: "";
        position: absolute;
        top: 30%;
        right: 0;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background: url(../img/Registry_EZ_Circle.png) center center no-repeat;
        background-size:85px;
        animation: TestimonialMoveRight 100s linear infinite;
        z-index: -1;
    }

@keyframes TestimonialMoveLeft {
    0% {
        left: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        left: 100%;
    }

    75% {
        top: 80%;
    }

    100% {
        left: 0px;
    }
}

@keyframes TestimonialMoveRight {
    0% {
        right: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        right: 100%;
    }

    75% {
        top: 80%;
    }

    100% {
        right: 0px;
    }
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
    padding: 0 35px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}


    .testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial .testimonial-carousel .owl-nav .owl-next:hover {
        background: var(--bs-primary);
        color: var(--bs-white) !important;
    }


.testimonial-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

    .testimonial-carousel .owl-dots .owl-dot img {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        margin-right: 15px;
        transition: 0.5s;
    }

    .testimonial-carousel .owl-dots .owl-dot.active img {
        width: 70px;
        height: 70px;
        border-radius: 40px;
        /*border: 4px solid var(--bs-secondary);*/
    }

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial .testimonial-carousel.owl-carousel {
        padding: 0;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -250px;
        margin-left: -15px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -250px;
        margin-right: -15px;
    }
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

    .contact::after {
        content: "";
        position: absolute;
        top: 10%;
        left: -1%;
        width: 400px;
        height: 400px;
        border-radius: 200px;
        border: 60px solid rgba(102, 16, 242, 0.05);
        background: transparent;
        animation: ContactMoveLeft 50s linear infinite;
        z-index: 1;
    }

@keyframes ContactMoveLeft {
    0% {
        left: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        left: 90%;
    }

    75% {
        top: 80%;
    }

    100% {
        left: 0px;
    }
}

.contact::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveRight 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveRight {
    0% {
        right: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        right: 90%;
    }

    75% {
        top: 80%;
    }

    100% {
        right: 0px;
    }
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgb(17 109 255 / 28%), rgb(17 109 255 / 6%));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .footer-item a {
        line-height: 35px;
        color: var(--bs-dark);
        transition: 0.5s;
    }

    .footer .footer-item p {
        line-height: 35px;
    }

    .footer .footer-item a:hover {
        letter-spacing: 2px;
        color: var(--bs-primary);
    }

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
    position:relative;
}
    .copyright .version {
        position: absolute;
        top: 5px;
        font-weight: 600;
        right: 13px;
        z-index: 9;
        color: #f74780;
        background: white;
        padding: 3px;
    }
        .copyright .version p {
         margin-bottom:0px;
        }
            /*** copyright end ***/
        /*** counting start ***/
        /*--------------------------------------------------------------
  ##  Fun Fact
  --------------------------------------------------------------*/
        .funfact {
            padding: 69px 0 39px;
            background: #fcfbff;
        }

#countdown-community {
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
    padding: 115px 0 90px;
}

@media (max-width: 991px) {
    #countdown-community {
        padding: 75px 0 50px;
    }
}

#countdown-community .comminity-countup-wrapper {
    position: relative;
    z-index: 2;
}

#countdown-community .smile-one {
    position: absolute;
    left: -75px;
    bottom: -100px;
    z-index: 1;
    opacity: 0.7;
}

#countdown-community .smile-two {
    position: absolute;
    top: -50px;
    right: 100px;
    z-index: 1;
    opacity: 0.7;
}

.counter-box {
    margin-bottom: 30px;
}

@media (min-width: 991px) {
    .counter-box.pl-100 {
        padding-left: 100px;
    }
}

@media (max-width: 991px) {
    .counter-box {
        text-align: center;
    }
}

.counter-box .count-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .counter-box .count-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.counter-box .count-wrap span {
    color: #051441;
    font-weight: 700;
    margin-left: 5px;
    font-size: 20px;
}

.counter-box .count:not(:first-child) {
    border-left: 1px solid #e8e4f5;
}

.counter-box .count .counted {
    font-size: 26px;
    color: #051441;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
}

    .counter-box .count .counted span {
        font-size: 20px;
        margin-left: 2px;
    }

.counter-box .count .title {
    color: #6d717f;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.counter-box .count.special .counted {
    font-size: 40px;
    color: #f8b137;
    font-weight: 600;
    margin: 0;
}

    .counter-box .count.special .counted span {
        font-size: 30px;
    }

.counter-box .count.special span {
    font-size: 30px;
    color: #f8b137;
    margin-left: 5px;
}

.counter-box.style-three {
    display: block;
    text-align: left;
    margin-bottom: 0;
}

    .counter-box.style-three .count {
        -moz-text-align-last: left;
        text-align-last: left;
    }

@media (max-width: 768px) {
    .counter-box.style-three .count {
        border-top: 0;
    }
}

.counter-box.style-three .count .counted {
    font-weight: 600;
}

.counter-box.style-three .count .counted,
.counter-box.style-three .count span {
    font-size: 50px;
    color: #00c99c;
    margin-bottom: 10px;
}

.counter-box.style-three .count span {
    font-weight: 500;
}

.counter-box.style-three .count-title {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .counter-box {
        display: block;
    }

        .counter-box .count {
            width: 100%;
            padding-top: 30px;
            max-width: 350px;
            margin: 0 auto 30px;
            border-top: 1px solid #e8e4f5;
        }

            .counter-box .count:not(:first-child) {
                border-left: none;
            }

            .counter-box .count.special {
                padding-top: 0;
                border-top: 0;
            }
}
/*--------------------------------------------------------------
  ##  Analytics
  --------------------------------------------------------------*/
.analytics {
    padding-top: 100px;
    position: relative;
}

.ana-feature-image img {
    position: relative;
    z-index: 3333;
}

.animate-stroke {
    position: absolute;
    height: 230px;
    width: 100%;
    left: 0;
    bottom: 0;
}

    .animate-stroke .stroke-one,
    .animate-stroke .stroke-two {
        position: absolute;
        left: 0;
        background-size: auto;
    }

    .animate-stroke .stroke-one {
        bottom: 65px;
        -webkit-animation: parallax_fg 50s linear 1s infinite;
        animation: parallax_fg 50s linear 1s infinite;
        height: 165px;
        width: 100%;
    }

    .animate-stroke .stroke-two {
        bottom: 0;
        -webkit-animation: parallax_fg 80s linear 1s infinite;
        animation: parallax_fg 80s linear 1s infinite;
        height: 100%;
        width: 100%;
    }

@-webkit-keyframes parallax_fg {
    0% {
        background-position: 2765px 100%;
    }

    100% {
        background-position: 550px 100%;
    }
}

@keyframes parallax_fg {
    0% {
        background-position: 2765px 100%;
    }

    100% {
        background-position: 550px 100%;
    }
}
/*--------------------------------------------------------------
  ##  Cowndown
  --------------------------------------------------------------*/
#countdown {
    background: #2a1365;
    padding: 100px 0;
}

#countdown-creative {
    position: relative;
    /*    padding: 120px 0 160px;*/
    padding: 192px 0 55px;
    background: #fbfbfd;
}

@media (max-width: 991px) {
    #countdown-creative {
        padding: 80px 0 0;
    }
}

#countdown-creative.countdown-creative-page {
    background: transparent;
}

@media (max-width: 768px) {
    #countdown-creative {
        padding: 80px 0;
    }
}

.animated-wave {
    position: absolute;
    width: 100%;
    height: 440px;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.wave-wrapper {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    width: 100%;
}

.count-content .title {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.count-content .total-count {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
}

.count-content .gp-btn-btc {
    -webkit-box-shadow: 0 10px 30px 0 rgba(104, 30, 252, 0.3), 0 3px 5px 0 rgba(30, 1, 87, 0.5);
    box-shadow: 0 10px 30px 0 rgba(104, 30, 252, 0.3), 0 3px 5px 0 rgba(30, 1, 87, 0.5);
    margin-bottom: 10px;
}

.count-content p {
    color: #af96ed;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

    .count-content p i {
        margin-right: 5px;
    }

.cowndown-inner {
    -webkit-box-shadow: 0 3px 4px 0 rgba(30, 1, 87, 0.5);
    box-shadow: 0 3px 4px 0 rgba(30, 1, 87, 0.5);
    border: 2px solid rgba(65, 48, 149, 0.4);
    padding: 100px;
}

.countdown {
    margin-bottom: 90px;
}

    .countdown .CountdownContent {
        width: 25%;
        color: #fff;
        font-size: 50px;
        display: inline-block;
        text-align: center;
        font-weight: 600;
        line-height: 40px;
        font-family: "Poppins", sans-serif;
    }

.CountdownLabel {
    font-size: 14px;
    display: block;
    font-weight: 300;
}

/* Creative Fan Fact */
.fun-fact {
    text-align: center;
    margin-bottom: 50px;
}

    .fun-fact .count-icon-container {
        position: relative;
        max-width: 70px;
        margin: 0 auto 22px;
    }

        .fun-fact .count-icon-container i {
            font-size: 40px;
            color: #f8b137;
        }

        .fun-fact .count-icon-container .circle-shape {
            position: absolute;
            left: -4px;
            top: -2px;
            display: inline-block;
            background-color: rgba(248, 177, 55, 0.102);
            height: 50px;
            width: 50px;
            border-radius: 50%;
        }

    .fun-fact .count {
        font-size: 40px;
        font-weight: 500;
        margin: 0;
    }

    .fun-fact p {
        font-size: 16px;
        color: #343e5d;
        text-align:center !important;
    }

    .fun-fact.color--two .count-icon-container i {
        color: #935eff;
    }

    .fun-fact.color--two .count-icon-container .circle-shape {
        background-color: rgba(147, 94, 255, 0.102);
    }

    .fun-fact.color--three .count-icon-container i {
        color: #0bca06;
    }

    .fun-fact.color--three .count-icon-container .circle-shape {
        background-color: rgba(11, 202, 6, 0.102);
    }

    .fun-fact.color--four .count-icon-container i {
        color: #ff782f;
    }

    .fun-fact.color--four .count-icon-container .circle-shape {
        background-color: rgba(255, 120, 46, 0.102);
    }

/* Comminity */
.comminity-countup-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .comminity-countup-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.comminity-count-item {
    width: 20%;
}

@media (max-width: 991px) {
    .comminity-count-item {
        width: 33.3333%;
    }
}

@media (max-width: 480px) {
    .comminity-count-item {
        width: 50%;
    }
}

.comminity-count-item .fun-fact {
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0 40px 70px 0 rgba(8, 2, 46, 0.1);
    box-shadow: 0 40px 70px 0 rgba(8, 2, 46, 0.1);
    padding: 39px 0 34px;
    margin: 0 15px 30px;
}

    .comminity-count-item .fun-fact .count-icon-container {
        margin-bottom: 17px;
    }

    .comminity-count-item .fun-fact p {
        font-weight: 400;
        margin: 0;
    }

    .comminity-count-item .fun-fact .count {
        font-size: 34px;
        font-weight: 400;
    }

    .comminity-count-item .fun-fact.color-one .count {
        color: #fb8c5c;
    }

    .comminity-count-item .fun-fact.color-two .count {
        color: #70c315;
    }

    .comminity-count-item .fun-fact.color-three .count {
        color: #9360fc;
    }

    .comminity-count-item .fun-fact.color-four .count {
        color: #fc5b93;
    }

    .comminity-count-item .fun-fact.color-five .count {
        color: #11c296;
    }
/*** countig end ***/

/*** Contact start ***/

/*--------------------------------------------------------------
  ##  Contact
  --------------------------------------------------------------*/
.contact {
    padding: 120px 0 110px;
    background: #fcfbff;
}

@media (max-width: 991px) {
    .contact {
        padding: 80px 0 60px;
    }
}

.contact-form-inner {
    padding: 75px 60px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 30px 100px 0 rgba(20, 3, 70, 0.14);
    box-shadow: 0 30px 100px 0 rgba(20, 3, 70, 0.14);
    z-index: 22;
}

    .contact-form-inner h2 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 50px;
        line-height: 44px;
    }

    .contact-form-inner input,
    .contact-form-inner textarea {
        font-size: 15px;
        background: #f7f6f9;
        border-radius: 4px;
        padding: 15px 30px;
    }

        .contact-form-inner input::-webkit-input-placeholder, .contact-form-inner textarea::-webkit-input-placeholder {
            color: #a7a9b4;
        }

        .contact-form-inner input::-moz-placeholder, .contact-form-inner textarea::-moz-placeholder {
            color: #a7a9b4;
        }

        .contact-form-inner input:-ms-input-placeholder, .contact-form-inner textarea:-ms-input-placeholder {
            color: #a7a9b4;
        }

        .contact-form-inner input::-ms-input-placeholder, .contact-form-inner textarea::-ms-input-placeholder {
            color: #a7a9b4;
        }

        .contact-form-inner input::placeholder,
        .contact-form-inner textarea::placeholder {
            color: #a7a9b4;
        }

        .contact-form-inner input:focus,
        .contact-form-inner textarea:focus {
            background-color: white;
            -webkit-box-shadow: 0 15px 17px 0 rgba(20, 3, 70, 0.08);
            box-shadow: 0 15px 17px 0 rgba(20, 3, 70, 0.08);
        }

    .contact-form-inner input {
        height: 60px;
    }

    .contact-form-inner .submit-btn {
        width: 100%;
        text-align: center;
        padding: 14px 32px;
        outline: 0;
        font-size: 15px;
    }

.contact-content {
    padding: 135px 100px;
    background-image: -o-linear-gradient(115deg, #5e2ced 0%, #a485fd 100%);
    background-image: linear-gradient(-25deg, #5e2ced 0%, #a485fd 100%);
    z-index: 2;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .contact-content .icon {
        color: #fff;
        font-size: 34px;
        margin-bottom: 35px;
    }

    .contact-content h3 {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 15px;
    }

    .contact-content p {
        color: #fff;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 28px;
    }

    .contact-content .gp-btn {
        width: 100%;
        text-align: center;
        color: #6e58fc;
        padding: 13px 32px;
        font-size: 15px;
    }

.contact-infos {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .contact-infos {
        margin-top: 30px;
    }
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 11;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .contact-info .icon {
        background-image: -o-linear-gradient(50deg, #099cf9 0%, #69c3fc 100%);
        background-image: linear-gradient(40deg, #099cf9 0%, #69c3fc 100%);
        -webkit-box-shadow: 0 10px 30px 0 rgba(9, 156, 249, 0.3);
        box-shadow: 0 10px 30px 0 rgba(9, 156, 249, 0.3);
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        margin-right: 20px;
    }

        .contact-info .icon i {
            line-height: 60px;
            font-size: 18px;
        }

    .contact-info p {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .contact-info.color-two .icon {
        background-image: -o-linear-gradient(50deg, #ee9d11 0%, #ffbf51 100%);
        background-image: linear-gradient(40deg, #ee9d11 0%, #ffbf51 100%);
        -webkit-box-shadow: 0 10px 30px 0 rgba(238, 157, 17, 0.3);
        box-shadow: 0 10px 30px 0 rgba(238, 157, 17, 0.3);
    }

    .contact-info.color-three .icon {
        background-image: -o-linear-gradient(50deg, #47b22e 0%, #5bdb3c 100%);
        background-image: linear-gradient(40deg, #47b22e 0%, #5bdb3c 100%);
        -webkit-box-shadow: 0 10px 30px 0 rgba(71, 178, 46, 0.3);
        box-shadow: 0 10px 30px 0 rgba(71, 178, 46, 0.3);
    }

/* Contact Form Main */
.contact-form-page {
    padding: 105px 0px 39px 0;
}

@media (max-width: 991px) {
    .contact-form-page {
        padding: 80px 0;
    }
}

.contact-information {
    background: #fafafc;
    padding: 50px;
}

    .contact-information .contact-title {
        font-size: 16px;
        font-weight: 600;
        color: #2c2c51;
        margin-bottom: 25px;
    }

    .contact-information .description {
        margin-bottom: 40px;
    }

        .contact-information .description a {
            color: #1abf68;
        }

    .contact-information .info-list {
        margin-bottom: 38px;
    }

        .contact-information .info-list .info-title {
            font-size: 16px;
            font-weight: 600;
            color: #2c2c51;
        }

.contact-form-wrapper {
    padding-left: 85px;
}

@media (max-width: 767px) {
    .contact-form-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }
}

.gp-input {
    background: #fafafc;
    border: 1px solid #f1f1f6;
    height: 60px;
    padding: 15px 30px;
    width:100%;
}

.gp-textarea {
    height: 200px;
}

.mt-140 {
    margin-top: 140px;
}

@media (max-width: 991px) {
    .mt-140 {
        margin-top: 60px;
    }
}

.address-box {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

    .address-box.style-border {
        border: 2px solid #1abf68;
        border-radius: 6px;
    }

        .address-box.style-border:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 13px solid transparent;
            border-right: 13px solid transparent;
            border-top: 12px solid #1abf68;
            bottom: -12px;
            left: 20px;
        }

        .address-box.style-border:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-top: 11px solid #ffffff;
            bottom: -10px;
            left: 22px;
            z-index: 1;
        }

    .address-box .address-title {
        color: #2c2c51;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 17px;
    }

    .address-box p {
        color: #797986;
    }

.gmap3-area {
    height: 500px;
}
.gp-btn.btn-submit {
    background: #1abf68;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 10px 27px;
    float: right;
    border: 0;
    border-radius: 5px;
    color: white;
}

    .gp-btn.btn-submit:after {
        background: #1abf68;
    }

    .gp-btn.btn-submit:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #1abf68;
        color: #fff;
        border: 1px solid;
    }
input, textarea {
    width: 100%;
    background: #f8f7fb;
    padding: 10px 15px;
    border: 0;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid transparent;
}
input:focus, textarea:focus {
    -webkit-box-shadow: 0px 15px 17px 0px rgba(20, 3, 70, 0.08);
    box-shadow: 0px 15px 17px 0px rgba(20, 3, 70, 0.08);
    background: transparent;
    border-color: #fafafc;
}
 
.ullist li{
    list-style:none;
    margin-bottom:9px;
    font-size:18px
}

.blog-content {
    border-radius: 10px;
    /*height:221px;*/
    height: 280px;
    position: relative;
    background-color: #00000063;
}
    .blog-content:hover {
        background-image: linear-gradient(146deg, #00000099 0%, #00000000 100%);
    }
    .blog-content a {
        position: absolute;
        right: 10px;
        bottom: 20px;
        color: #f74780 !important;
    }
b, strong {
    font-weight: 500;
    color: black;
}
#blogsection {
    background: #116dff1c;
}
.RotateMoveLeft img{
    border-radius:20px;
  
}
/*#about{
    position:relative;
}*/
    /*#about::before {
        content: "";
        position: absolute;*/
        /* bottom: 40%; */
        /*left: 30%;
        right: 30%;
        top: 8%;*/
        /* right: -10%; */
        /*width: 400px;
        height: 400px;
        border-radius: 200px;*/
        /* border: 30px solid rgba(247, 71, 128, 0.05); */
        /*background: rgb(17 109 255);
        background: #9ac4ff;
        animation: RotateMoveHeader 16s linear infinite;
        z-index: -1;
    }

50% {
        left: 133px
    }*/



 
.btn.btn-primary {
    /*background: var(--bs-primary) !important;*/
    background: #116dff !important;
    color: var(--bs-white) !important;
    font-weight: 400;
    transition: 0.5s;
}

.btn-primary {
    border-color: #116dff !important;
}

.text-secondary {
    color: #116dff !important;
}

.accordion-button:not(.collapsed) {
    color: #116dff;
    background-color: #e8fffb !important;
}

.text-primary {
    color: #116dff !important;
}

.border-primary {
    border-color: #116dff !important;
}

.header::after {
    background: #c0daff75 !important;
}

.header::before {
    border: 30px solid rgb(192 218 255);
}

.blog .blog-item .blog-img {
    background: rgb(80 183 255 / 83%);
}

.accordion-button:not(.collapsed) {
    background-color: #d5e5ff !important;
}

.feature .feature-img {
    border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
}

.service .service-item:hover {
    background: rgb(224 236 255);
}
.box-shadows {
    box-shadow: 0px 2px 16px -4px rgba(0, 0, 0, 0.1);
    padding: 0px 26px;
}
body {
    color: #3a3a3a !important;
}
.unorlst{
    padding-left:0px;
}
.unorlst li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
}
  .unorlst li span {
        font-weight: 500;
        color: black;
        font-size:17px
    }
.heading {
    background: #116dff1f;
    padding: 8px;
    /* width: 100%; */
    border-radius: 25px;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 1.8rem;
        font-family: 'Century Gothic', 'Century', 'Apple Gothic', sans-serif;
    }
}
.blog-item h5{
    color:white !important;
}
.blog-item.item1 {
    background-image: url('../img/jobmrkt-img1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.blog-item.item2 {
    background-image: url('../img/jobmrkt-img2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.blog-item.item3 {
    background-image: url('../img/jobmrkt-img3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.blog-item.item4 {
    background-image: url('../img/jobmrkt-img4.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.blog-item.item5 {
    background-image: url('../img/jobmrkt-img5.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.blog-item.item6 {
    background-image: url('../img/jobmrkt-img6.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.RotateMoveLeft img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5));
    mix-blend-mode: overlay;
    transform-origin: center;
}

.sectionhead {
   
    padding: 4px;
    border-radius: 15px;
    /*font-family: "Rubik", sans-serif !important;*/
}
.purchslnk {
    color: #f74780;
    display: flex;
    align-items: center;
}
.fa.fa-arrow-right {
    color: #fff !important;
}
.arrow-right {
    animation: moveRightLeft 2.6s linear infinite;
    background: #f74780;
    color: #fff;
    padding: 9px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
    .arrow-right a {
        display: flex;
        align-items: center;
        color: white;
        gap: 10px;
    }
    @keyframes moveRightLeft {
        0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}


@media (max-width: 600px) {
    .hero-header {
        padding-top: 0px;
    }

    .carousel-inner .carousel-item .card {
        width: 100% !important;
    }

    .header-img h4 {
        position: absolute;
        left: 0px;
        top: 4px;
        font-size: 20px;
    }

    .header::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 80%;
        height: 69%;
    }

    .animated-wave {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}