
/*** Spinner Start ***/
/*** Spinner ***/
#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 {
    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;
    color: var(--bs-white) !important;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    background: transparent;
    color: var(--bs-primary) !important;
    font-weight: 400;
    transition: 0.5s;
    border: solid 1px #4CA65C;
}

.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: 0px;
    padding: 24px 24px;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight:normal;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 24px;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
    font-weight: bold;
}

.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: relative;
        z-index: 99;
    }

    .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: 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: 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: 60%;
    height: 100%;
    background: var(--bs-light);
    border-radius: 22% 78% 33% 67% / 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);
    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: 70px;
    padding-bottom: 70px;
    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: 100px;
    height: 100px;
    border-radius: 150px;
    border: 0px 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: 70px;
    left: 20px;
}

.hero-header .rotate-img .rotate-sty-2 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 50px;
    height: 50px;
    background: url(../img/rs.png) center center no-repeat;
    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;
    }
   
}
/*** Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    background-color: #FAFEFF;
}

.service .service-item,
.service .service-item .service-icon,
.service .service-item a {
    transition: 0.5s;
}

.service .service-item:hover {
    background: rgba(198, 236, 211, 100);
    border: 1px ;
}


.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/testimonial-img-2.jpg) center center no-repeat;
    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/testimonial-img-3.jpg) center center no-repeat;
    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: 100px;
    height: 100px;
    border-radius: 100px;
    border: 10px solid rgba(113, 189, 136, 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: 100px;
    height: 100px;
    border-radius: 100px;
    border: 10px solid rgba(113, 189, 136, 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(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    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 ***/
.fl { float: left;}
.tac { text-align: center;}
/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(222, 222, 222, 1);
    background:#f7f7f7!important;
    color: #222222;
    font-size: 14px;
    line-height: normal;
}
.output{ 
    color: #fff!important;
    background-color: #4CA65C; 
    border-radius: 12px;
    padding: 20px;
    display: block;
    font-weight: normal;
    height: fit-content;
}
/*** copyright end ***/
.features_box{
    margin: auto;
    width: 100%;
}
.fwb{
    font-weight: bold;
}
.total_limit{
    background-color:#fff; 
    margin-top: 30px;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.total_limit h4{
 font-size: 32px;
 font-weight: 100;
 color: #000000;

}
.total_limit h2{
    font-size: 38px;
    font-weight: bold;
    color: #60AB3A;
   
}
.terms h4{
    font-size: 18px;
    font-weight: 100;
    color: #000000;
   
   }
   .terms h2{
       font-size: 28px;
       font-weight: bold;
       color: #60AB3A;
      
      }
.user-count{

    color: #60AB3A;
}
h3 b{ 
    color: #4CA65C;
}
.label_form{
    font-size: 18px;
    color:#000;
    font-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 20px;
}
.formBox{
    background-color: #ffffff;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    border: solid 1px #1A4048 10%;
    border-radius: 20px; */
    display: block;
}
.note_txt{
    font-size: 12px; font-weight: normal;
}


.blogposts .grid-container, .press .grid-container {
    margin-top: 25px;
}

.blogposts .grid-container .main, .press .grid-container .main {
    color: #959595;
    background-color: #fff;
    padding: 0;
}

.blogposts .grid-container .grid-item, .press .grid-container .grid-item {
    color: #fff;
    background: skyblue;
    padding: 3.5em 1em;
    font-size: 1em;
    font-weight: 700;
}

.blogposts .grid-container .items, .press .grid-container .items {
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.blogposts .grid-container .items .item,.press .grid-container .items .item {
    position: relative;
    display: inline-block;
    flex-basis: 350px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 2em;
    box-shadow: 0 2px 12px #f2f2f2;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 20px 20px 20px 28px
}

.blogposts .container img,.press .container img {
    margin-right: 16px
}

.blogposts .header h3,.press .header h3 {
    font-weight: 500;
    letter-spacing: normal;
    margin: 5px 0 55px 0 !important
}

.blogposts .grid-container,.press .grid-container {
    margin-top:5px;
}

.blogposts .grid-container .grid-item,.press .grid-container .grid-item {
    color: #fff;
    background: skyblue;
    padding: 3.5em 1em;
    font-size: 1em;
    font-weight: 700
}

.blogposts .grid-container .items,.press .grid-container .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all .2s;
    will-change: transform;
    user-select: none;
    cursor: pointer
}
.box.item h5 {
   margin-bottom: 30px;
}

.blogposts .grid-container .items::-webkit-scrollbar,.press .grid-container .items::-webkit-scrollbar {
    display: none
}

.blogposts .grid-container .items,.press .grid-container .items {
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.blogposts .grid-container .items:first-child(),.press .grid-container .items:first-child() {
    margin-left: 0
}

.blogposts .grid-container .items .item,.press .grid-container .items .item {
    position: relative;
    display: inline-block;
    flex-basis: 350px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 2em;
    box-shadow: 0 2px 12px #f2f2f2;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 20px 20px 20px 28px
}

.blogposts .grid-container .items .item p,.press .grid-container .items .item p {
    font-weight: 400
}

.blogposts .grid-container .items .item a,.press .grid-container .items .item a {
    float: right;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
    left: 28px
}

.blogposts .grid-container .items .item h5,.press .grid-container .items .item h5 {
    font-weight: 600;
    color: #222;
    word-break: break-word;
    white-space: normal
}

@media screen and (max-width: 500px) {
    .blogposts .grid-container .items .item,.press .grid-container .items .item {
        min-height:200px;
        min-width: 200px
    }
}

.blogposts .grid-container .main,.press .grid-container .main {
    color: #959595;
    background-color: #fff;
    padding: 0
}

.press {
    padding: 0 0 80px 0
}

.press .grid-container .grid-item .box.item {
    flex-basis: 320px
}

.press .press-horizontal-line {
    margin-top: 10px;
    margin-bottom: 40px
}

.blogposts .grid-container .items .item p,.press .grid-container .items .item p {
    font-weight: 400
}

.blogposts .grid-container .items .item a,.press .grid-container .items .item a {
    float: right;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
    left: 28px
}

.blogposts .grid-container .items .item h5,.press .grid-container .items .item h5 {
    font-weight: 600;
    color: #222;
    word-break: break-word;
    white-space: normal
}

@media screen and (max-width: 500px) {
    .blogposts .grid-container .items .item,.press .grid-container .items .item {
        min-height:200px;
        min-width: 200px
    }
}

.blogposts .grid-container .main,.press .grid-container .main {
    color: #959595;
    background-color: #fff;
    padding: 0
}

.press {
    padding: 0 0 80px 0
}

.press .grid-container .grid-item .box.item {
    flex-basis: 320px
}

.press .press-horizontal-line {
    margin-top: 10px;
    margin-bottom: 40px
}
.read-space{ margin-top: 20px;}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f6f6fa;
    border-radius: 6px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    width: 50%;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .priceBox{
    min-height: 350px;
  }
  .price-btn{
    position: relative;
  }
  .hero_text{
    margin-top: 400px;
    padding-top: 100px;
    text-align: left;
    float: left;
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
    text-align: right;
    float: right;
    padding-right:20px;
}
.img-fluid-sub-r {
    max-width: 400px;
    height: auto;
    text-align: right;
    float: right;
    padding-right:20px;
}
.img-fluid-sub-l {
    max-width: 400px;
    height: auto;
    text-align: left;
    float: left;
    padding-right:20px;
}
.tar{text-align: right;}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 2rem!important;
    }
}

    
    .color-bg {
        padding: 9px 10px;
        border-radius: 12px;
        background-color: #4ca65d;
        color: #fff;
        margin-right: 10px;
        font-weight: bolder;
    }
    
    :root{
        --fs-34: 34px;
        --fs-32: 32px;
        --fs-16: 16px;
    
        --green-txt-color: rgba(55, 145, 82, 1);
        --blue-txt-color: rgb(64, 131, 255);
        --orange-txt-color: rgb(232, 164, 90);
        --light-red-text-color: rgb(237, 116, 110);
        --purple-txt-color: rgb(176, 100, 202);
    
        --gap-120: 120px;
        --scroll-path-width: 18px;
        --scroll-path-height: calc(100% - 80px);
        --anim-scroll-bar-height: 200px;
        --anim-scroll-bar-width: 4px;
        --anim-dot-size: 20px;
        --anim-dot-top: calc(-1 * (var(--anim-dot-size) / 2));
        --circle-border: calc((var(--anim-dot-size) / 3));
    
    }
    
    .green-txt{
        --current-txt-color: var(--green-txt-color);
        color: var(--current-txt-color);
    }
    .blue-txt{
        --current-txt-color: var(--blue-txt-color);
        color: var(--current-txt-color);
    }
    .orange-txt{
        --current-txt-color: var(--orange-txt-color);
        color: var(--current-txt-color);
    }
    .light-red-txt{
        --current-txt-color: var(--light-red-text-color);
        color: var(--current-txt-color);
    }
    .purple-txt{
        --current-txt-color: var(--purple-txt-color);
        color: var(--current-txt-color);
    }
    .struggles_start_ksr .inner_con__sec{
        position: relative;
    }
    .struggles_start_ksr h2 span.color-bg{
        margin-right: 12px;
    }
    .struggles_start_ksr .inner_con__sec .h2, .struggles_start_ksr .inner_con__sec h2{
        font-size: var(--fs-34);
        font-weight: 700;
        line-height: 180%;
        /* margin-block: 8px; */
        text-align: left; 
    }
    
    .struggles_start_ksr .inner_con__sec .p, .struggles_start_ksr .inner_con__sec p{
        font-size: var(--fs-16);
        font-weight: 300;
        line-height: 160%;
    }
    
    
    #scrollLinePath {
        height: var(--scroll-path-height); 
        width: var(--scroll-path-width);
        border-radius: 12px;
        background-color: #EEEEEE;
        position: absolute;
        margin: auto;
        inset: 0;
        z-index: 1;
    
        box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    }
    
    #animLine {
        width: 0px; 
        height: var(--anim-scroll-bar-height); 
        border: var(--anim-scroll-bar-width) solid #000000;
        border-image-source: linear-gradient(180deg,#b2edbd 0%, #269139 100%);
        border-image-slice: 1;
        max-width: 0 !important;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 12px; /* Add this to round the corners */
        z-index: inherit;
        animation: opaScaleAnim 1s infinite alternate;
        animation-delay: 1s;
    }
    @keyframes opaScaleAnim {
        0% {
            opacity: 0.4;
        }
        100% {
            opacity: 1;
        }
    }
    #animLine::before {
        content: '';
        position: absolute;
        bottom: var(--anim-dot-top);
        left: 50%;
        transform: translateX(-50%);
        width: var(--anim-dot-size);
        height: var(--anim-dot-size);
        background-color: #fff;
        border: #269139 var(--circle-border) solid;
        border-radius: 50%; 
        z-index: 5;
    
        animation: scaleAnimation 1s infinite alternate;
    }
    
    @keyframes scaleAnimation {
        0% {
            transform: translateX(-50%) scale(0.6);
        }
        100% {
            transform: translateX(-50%) scale(1);
        }
    }
    
    
    .struggles_start_ksr .inner_con__sec .coontainer{
        display: flex;
        max-width: 1200px ;
    }
    .struggles_start_ksr .inner_con__sec .bottom-container{
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: var(--gap-120);
    }
    .struggles_start_ksr .inner_con__sec .bottom-container .box-wrapper{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 80px;
        z-index: 0;
        position: relative;
    }
    .struggles_start_ksr .inner_con__sec .bottom-container .box-wrapper:nth-child(even){
        flex-direction: row-reverse;
    }
    
    .struggles_start_ksr .inner_con__sec .bottom-container .box-wrapper object{
        width: 100%;
        max-height: 326px;
        height:100%
    }
    .struggles_start_ksr .inner_con__sec .bottom-container .box-wrapper .left-box{
        /* border-right: 5px solid #e1e0e0; */
        flex-basis: 50%;
        display: flex;
        justify-content: flex-start;
    }
    .struggles_start_ksr .inner_con__sec .bottom-container .box-wrapper .right-box{
        /* border-left: 5px solid #e1e0e0; */
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 12px;
    }
    
    @media(max-width: 1024px){
        :root{
            --fs-34: 28px;
            --fs-32: 26px;
            --fs-16: 15px;
            --gap-120: 80px;
            --scroll-path-width: 12px;
            --anim-scroll-bar-width: 3px; 
            --anim-dot-size: 16px;
        }
    }
    @media(max-width: 768px){
        :root{
            --fs-34: 24px;
            --fs-32: 22px;
            --fs-16: 14px;
            --gap-120: 40px;
            --scroll-path-width: 8px;
            --scroll-path-height: 100%;
            --anim-scroll-bar-width: 2px;
            --anim-dot-size:14px;
    
        }
        #scrollLinePath{
            margin-left: 0;
        }
        
        .struggles_start_ksr .inner_con__sec .bottom-container .box-wrapper{
            flex-direction: column-reverse;
            gap: 10px;
        }
        .struggles_start_ksr .inner_con__sec .bottom-container .box-wrapper:nth-child(even){
            flex-direction: column-reverse;
        }
        .struggles_start_ksr .bottom-container{
            /* padding-left: calc(15px + var(--scroll-path-width)); */
            padding-left: 23px;
        }
    }
    @media(max-width: 460px){
        :root{
            --fs-34: 22px;
            --fs-32: 20px;
            --fs-16: 12px;
            --gap-120: 30px;
            --anim-dot-size: 12px;
    
        }
    }
    @media only screen and (min-width: 769px) and (max-width: 903px) {
    .right_box_jk {
        padding-top: 40px;
    }
    .right_box_jk1 {
        padding-bottom: 40px;
    }
    }
