/*----[[wb-section-id-654e197fe0fdae5aa3111898-start-css]]---*/
        /*--------------------------------------------------------------
# Navbar-Starts
--------------------------------------------------------------*/

.header_440 {
  background: var(--wb-website-theme-primary-color);
  padding: 1rem 0 0.75rem;
}


.header_440 .navbar-nav .nav-item .nav-link {
  display: inline-block;
  color: var(--wb-menu-color);
  padding: 0.25rem 1.1rem;


}

.header_440 .navbar-nav .nav-item .nav-link.dropdown-toggle::after,
.header_440 .navbar-nav .nav-item .nav-link.active.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: scaleX(1);
}


.header_440 .navbar-nav .nav-item .nav-link:after,
.header_440 .navbar-nav .nav-item .nav-link.active:after {
  display: block;
  content: '';
  border-bottom: solid 0.188rem var(--wb-menu-hover-color);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.header_440 .navbar-nav .nav-item .nav-link:hover:after,
.header_440 .navbar-nav .nav-item .nav-link.active:after {
  transform: scaleX(1);
}

.header_440 .navbar-nav .nav-item .nav-link:hover,
.header_440 .navbar-nav .nav-item .nav-link.active {
  color: var(--wb-menu-hover-color);

}


.header_440 .wb-dropdown-element {
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
}

.header_440 .wb-dropdown-element:focus,
.header_440 .wb-dropdown-element:hover {
  color: var(--wb-website-hover-text-color);
  background-color: var(--wb-website-hover-background-color);
}

.header_440 .navbar-toggler {
  border: none;
}

.header_440 .navbar-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.header_440 .navbar-toggler .navbar-toggler-icon {
  background: transparent;
  outline: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.header_440 .navbar-toggler .navbar-toggler-icon:focus {
  outline: 0;
  border: none;

}

.header_440 .navbar-toggler .navbar-toggler-icon .fas {
  color: var(--wb-website-theme-secondary-color);
}


@media (max-width: 61.938rem) {
  .header_440 .navbar-nav .nav-item .nav-link {
    padding: 0.925rem 0 0;
  }


}
@media (max-width: 32.813rem) {
  .header_440 .navbar-nav .nav-item .nav-link {
    padding: 0.65rem 1rem;
  
  }


}

/*--------------------------------------------------------------
  # Navbar-Ends
  --------------------------------------------------------------*/
        /*----wb-section-id-654e197fe0fdae5aa3111898-end-css----*/
        

/*----[[wb-section-id-61b6fe995efc742a3f1a0a74-start-css]]---*/
        /* <!-- ======= About Section ======= --> */

.heros_28 {
  background: url(https://builder-templates-bucket.s3.amazonaws.com/61b6fe995efc742a3f1a0a74/assets/banner.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8rem 0rem;

}

.heros_28 .banner-div h5 {
  font-size: 1.3rem;
  margin-bottom: 0rem;
}

.heros_28 .banner-div h1 {
  font-size: 2.625rem;
  font-weight: 600;
}

.heros_28 .btn-transparent-deep-pink {
  padding: 0.75rem 1.563rem;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color)
}

.heros_28 .btn-transparent-deep-pink:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color)
}

@media (max-width: 33.75rem) {
  .heros_28 {
    padding: 3rem 0rem;
  }
}
        /*----wb-section-id-61b6fe995efc742a3f1a0a74-end-css----*/
        

/*----[[wb-section-id-653f914be0fdae5aa310cd26-start-css]]---*/
        .about_133 {
    background: var(--wb-website-theme-primary-color);
}

.about_133 .about-main h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.about_133 .about-main {
    position: relative;
}

.about_133 .about-main::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 0.125rem;
    background: var(--wb-website-theme-secondary-color);
}

.about_133 .yoga-about-text p {
    margin-bottom: 0;
}

.about_133 .info_text h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 61.938rem) {
    .about_133 .about-main::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
        /*----wb-section-id-653f914be0fdae5aa310cd26-end-css----*/
        

/*----[[wb-section-id-625e87e4a9bbcc00bb5bf75b-start-css]]---*/
        /*--------------------------------------------------------------
# hero-52
--------------------------------------------------------------*/
.hero_52 {
    background: var(--wb-website-theme-primary-color);
}


.hero_52 .heading-style h2 {
    font-size: 1.325rem;
    font-weight: 600;
}

.hero_52 .learn-btn {
    background: var(--wb-website-theme-secondary-color);
    padding: 0.725rem 4.05rem;
    color: var(--wb-website-text-secondary-color);
}

.hero_52 .learn-btn:hover {
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}

.hero_52 .para-style p {
    font-size: 1.125rem;
    margin-bottom: 0.3rem;
}

.hero_52 ul li>i {
    font-size: 1.2rem;
    color: var(--wb-website-theme-secondary-color);
}
.hero_52 ul li:hover i {
    color: var(--wb-website-hover-background-color);
}

/*--------------------------------------------------------------
# End hero-52
--------------------------------------------------------------*/
        /*----wb-section-id-625e87e4a9bbcc00bb5bf75b-end-css----*/
        

/*----[[wb-section-id-6529023bad34aaa11908aa9c-start-css]]---*/
        /*===== Blog_Starts=====*/
.cpcos_grid_70 {
  background: url(https://builder-templates-bucket.s3.amazonaws.com/6529023bad34aaa11908aa9c/assets/Blog.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
}

.cpcos_grid_70 .business-blog-main h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}


.cpcos_grid_70 .business-table-main h1{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.cpcos_grid_70 .business-blog-main h6 {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}


.cpcos_grid_70 .business-blog-main p {
  margin-top: 1.5rem;
}

.cpcos_grid_70 .cyber-blog-card {
  border-radius: 0.625rem;
}

.cpcos_grid_70 .cyber-blog-card {
  background: var(--wb-website-theme-primary-color);
  padding: 1.8rem 1.3rem  1.3rem 1rem;
  border-radius: 0.375rem;
  box-shadow: 0  0rem 0.938rem rgba(0, 0, 0, 0.1)
}



.cpcos_grid_70 .cyber-blog-details .explorer-text a {
  text-decoration: none;
  color: var(--wb-website-text-primary-color);
   font-size: 0.875rem;
  font-weight: 500;
    color: var(--wb-website-theme-secondary-color);
}

.cpcos_grid_70 .cyber-blog-details h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.cpcos_grid_70 .cyber-blog-details p {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.cpcos_grid_70 .cyber-blog-box 
{
  flex-shrink: 0;
}


/*===== Blog_End=====*/
        /*----wb-section-id-6529023bad34aaa11908aa9c-end-css----*/
        

/*----[[wb-section-id-62b020765cfc3fb379254bc5-start-css]]---*/
        /*--------------------------------------------------------------
# hero_61
--------------------------------------------------------------*/
.hero_61 {
  background: var(--wb-website-theme-primary-color);
}

.hero_61 .block-heading-size h1 {
  font-size: 1.8rem;
  font-weight: 600;
}

.hero_61 .card-bg-color {
  padding: 3.5rem 3.3rem 3.1rem;
  background: var(--wb-website-theme-primary-color);
  box-shadow: 0rem 0rem 0.9rem var(--wb-theme-box-shadow) !important;
  border-radius: 0.55rem;

}

.hero_61 .bg-color-img-detail h5 {
  color: var(--wb-website-theme-secondary-color);
  margin-bottom: 0;

}

.hero_61 .bg-color-img-detail h4,
.hero_61 .bg-color-img-detail h5,
.hero_61 .bg-color-img-detail h6 {
  font-size: 1.1rem;
  font-weight: 400;

}


.hero_61 .card-left-detail h1 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;

}

.hero_61 .card-left-detail h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;

}

.hero_61 .card-left-detail h5 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 2rem;
  line-height: 1.5;

}

.hero_61 .card-bg-color .img-icon img {
  width: 10rem;
  height: auto;
  object-fit: cover;
  border-radius: 0.625rem;

}


@media (max-width: 32.813rem) {
  .hero_61 .card-bg-color {
    padding: 2rem 1.5rem;

  }

}

/*--------------------------------------------------------------
# End hero-61
--------------------------------------------------------------*/
        /*----wb-section-id-62b020765cfc3fb379254bc5-end-css----*/
        

/*----[[wb-section-id-6183d2e8ca8a2b4556212201-start-css]]---*/
        /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.grid_2 {
  background: var(--wb-website-theme-primary-color);
}
.grid_2 h1{
  font-size: 1.7rem;
  font-weight: 600;
}
.grid_2 .card-div h4{
     font-weight:600;
     font-size: 1.2rem;

}

.grid_2 .icon-box
{
  height: 100%;
}


/*--------------------------------------------------------------
# End Services
--------------------------------------------------------------*/
        /*----wb-section-id-6183d2e8ca8a2b4556212201-end-css----*/
        

/*----[[wb-section-id-653f914be0fdae5aa310cd26-start-css]]---*/
        .about_133 {
    background: var(--wb-website-theme-primary-color);
}

.about_133 .about-main h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.about_133 .about-main {
    position: relative;
}

.about_133 .about-main::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 0.125rem;
    background: var(--wb-website-theme-secondary-color);
}

.about_133 .yoga-about-text p {
    margin-bottom: 0;
}

.about_133 .info_text h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 61.938rem) {
    .about_133 .about-main::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
        /*----wb-section-id-653f914be0fdae5aa310cd26-end-css----*/
        

/*----[[wb-section-id-653f914be0fdae5aa310cd26-start-css]]---*/
        .about_133 {
    background: var(--wb-website-theme-primary-color);
}

.about_133 .about-main h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.about_133 .about-main {
    position: relative;
}

.about_133 .about-main::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 0.125rem;
    background: var(--wb-website-theme-secondary-color);
}

.about_133 .yoga-about-text p {
    margin-bottom: 0;
}

.about_133 .info_text h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 61.938rem) {
    .about_133 .about-main::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
        /*----wb-section-id-653f914be0fdae5aa310cd26-end-css----*/
        

/*----[[wb-section-id-68c79ff35c8ae2f5175881e8-start-css]]---*/
        .testimonial_135 {
    background-color: var(--wb-website-theme-primary-color);
    padding-top: 3.125rem;

}
.testimonial_135 .slider-main h1{
   font-size: 2.5rem;
   font-weight: 700;
   margin-bottom: 2rem;
}

.testimonial_135 .bg-box-img {
    height: auto;
    background-color: #FFFFFF;
    border: 0.938rem solid transparent;
    padding: 1.25rem 2.75rem 0rem 2.5rem;
    border-image-source: url('https://builder-templates-bucket.s3.amazonaws.com/68c79ff35c8ae2f5175881e8/assets/bg-asset.png');
    border-image-repeat: stretch;
    border-image-slice: 90;
    border-image-width: 3.125rem;
    border-image-outset: 1.875rem;
}

.testimonial_135 .blog-break-data h2 {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.testimonial_135 .blog-break-data-2 p {

    font-size: 1.25rem;
    font-weight: 700;
    line-height: 3;
    margin-bottom: 0;
}

.testimonial_135 .bg-border {
    background: rgb(245, 185, 54);
    height: 0.313rem;
    width: 1.875rem;
}


/* .carousel-indicators */
.testimonial_135 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -3rem;}
.testimonial_135 .carousel-indicators .indicators {
  background: var(--wb-website-theme-primary-color);
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
  border: 0.063rem solid var(--wb-website-text-primary-color);
}

.testimonial_135 .carousel-indicators .active {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background: var(--wb-website-theme-secondary-color);
  border: 0.083rem solid var(--wb-website-theme-secondary-color);

}
/* Media Queries */
@media (max-width: 48rem) {
    .testimonial_135 .blog-break-data h2 {
        font-size: 1.75rem;
    }

    .testimonial_135 .bg-box-img {
        padding: 1.25rem 1.875rem 0rem 2.5rem !important;
    }
     .testimonial_135 .bg-box-img{
      border-image-width: 2.125rem;
    border-image-outset: 0rem;
    }
}

@media (max-width: 33.75rem) {
    .testimonial_135 .blog-break-data h2 {
        font-size: 1.25rem;
    }

    .testimonial_135 .bg-box-img {
        padding: 1.25rem 0.625rem 0rem 1.875rem!important;
    }

}
        /*----wb-section-id-68c79ff35c8ae2f5175881e8-end-css----*/
        

/*----[[wb-section-id-68c7b8d25c8ae2f5175886a1-start-css]]---*/
        /*--------------------------------------------------------------
# about_become
--------------------------------------------------------------*/
.about_become {
  background: var(--wb-website-theme-primary-color);
}

.about_become i {
  color: var(--wb-website-theme-secondary-color);
}



.about_become .heading-style h1,
.about_become .list-height h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
}

.about_become p,
.about_become li {
  font-size: 1.2rem;
}

.about_become .list-height ul {
  padding-left: 1.2rem;
}

.about_become .list-height ul li {
  margin-top: 1rem;

}

.about_become .about-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
}
        /*----wb-section-id-68c7b8d25c8ae2f5175886a1-end-css----*/
        

/*----[[wb-section-id-68c7b8d25c8ae2f5175886a1-start-css]]---*/
        /*--------------------------------------------------------------
# about_become
--------------------------------------------------------------*/
.about_become {
  background: var(--wb-website-theme-primary-color);
}

.about_become i {
  color: var(--wb-website-theme-secondary-color);
}



.about_become .heading-style h1,
.about_become .list-height h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
}

.about_become p,
.about_become li {
  font-size: 1.2rem;
}

.about_become .list-height ul {
  padding-left: 1.2rem;
}

.about_become .list-height ul li {
  margin-top: 1rem;

}

.about_become .about-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
}
        /*----wb-section-id-68c7b8d25c8ae2f5175886a1-end-css----*/
        

/*----[[wb-section-id-6183d2e8ca8a2b4556212201-start-css]]---*/
        /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.grid_2 {
  background: var(--wb-website-theme-primary-color);
}
.grid_2 h1{
  font-size: 1.7rem;
  font-weight: 600;
}
.grid_2 .card-div h4{
     font-weight:600;
     font-size: 1.2rem;

}

.grid_2 .icon-box
{
  height: 100%;
}


/*--------------------------------------------------------------
# End Services
--------------------------------------------------------------*/
        /*----wb-section-id-6183d2e8ca8a2b4556212201-end-css----*/
        

/*----[[wb-section-id-62e7c53b849c5d0c02991253-start-css]]---*/
        /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services_89 {
  background: var(--wb-website-theme-primary-color);
}

.services_89 .btn-div {
  position: absolute;
  bottom: 2.8rem;
  left: 2.8rem;
  right: 2.8rem;
  text-align: start;
}

.services_89 .detail-btn {

  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 0.695rem 1.5rem;
}

.services_89 .back-border {
  border-radius: 0.313rem;
  padding-top: 1rem;
  box-shadow: 0.063rem 0.063rem 0.863rem var(--wb-theme-box-shadow);
  padding: 2.8rem;

}

.services_89 .detail-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.services_89 .heading-style1 h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.services_89 .heading-style h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}

.services_89 .heading-style p {
  font-size: 0.975rem;
}


@media (max-width: 47.938rem) {
  
  .services_89 .btn-div
  {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
        /*----wb-section-id-62e7c53b849c5d0c02991253-end-css----*/
        

/*----[[wb-section-id-6183d2e8ca8a2b4556212201-start-css]]---*/
        /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.grid_2 {
  background: var(--wb-website-theme-primary-color);
}
.grid_2 h1{
  font-size: 1.7rem;
  font-weight: 600;
}
.grid_2 .card-div h4{
     font-weight:600;
     font-size: 1.2rem;

}

.grid_2 .icon-box
{
  height: 100%;
}


/*--------------------------------------------------------------
# End Services
--------------------------------------------------------------*/
        /*----wb-section-id-6183d2e8ca8a2b4556212201-end-css----*/
        

/*----[[wb-section-id-61fd1803da99611c06959ca4-start-css]]---*/
        /*--------------------------------------------------------------
# start hero section
--------------------------------------------------------------*/
.hero-49 {
  background: var(--wb-website-theme-primary-color);
}

.hero-49 .heading-style h6 {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0rem;
}

.hero-49 .heading-style h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

.hero-49 p {
  margin-top: 1rem;
}

.hero-49 .join-us-btn {
  display: inline-block;
  background: var(--wb-website-theme-secondary-color);
  padding: 0.625rem 2.25rem;
  border-radius: 0.3125rem;
  color: var(--wb-website-text-secondary-color);
}

.hero-49 .join-us-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}
/*--------------------------------------------------------------
# start hero section
--------------------------------------------------------------*/
        /*----wb-section-id-61fd1803da99611c06959ca4-end-css----*/
        

/*----[[wb-section-id-652ce5f2ad34aaa11908b2c6-start-css]]---*/
        /* ==========================================================================
   footer_41
   ========================================================================== */
.footer_41 {
    background: var(--wb-website-theme-primary-color);

}

.footer_41 .style-tag a:hover {
    color: var(--wb-website-theme-secondary-color);
}

.footer_41 ul a {
    padding: 0rem 1.3rem 0rem;
    font-size: 0.9375rem;
}

.footer_41 .footer-div h1 {
    font-size: 1.5rem;
    font-weight: bold;
}


.footer_41 .call-links a {
    color: var(--wb-website-text-primary-color);
}


.footer_41 .social-icons h5 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0 !important;
}


.footer_41 .social-icons a {
   
    margin-right: 0.55rem;
}

@media(max-width:57rem) {
    .footer_41 {
        text-align: center;
    }

}

@media(max-width:33.75rem) {


    .footer_41 ul a {
        font-size: 0.6375rem;
    }
}

/* ==========================================================================
       End footer_41
    ========================================================================== */
        /*----wb-section-id-652ce5f2ad34aaa11908b2c6-end-css----*/
        

/*----[[wb-section-id-652ce5f2ad34aaa11908b2c6-start-css]]---*/
        /* ==========================================================================
   footer_41
   ========================================================================== */
.footer_41 {
    background: var(--wb-website-theme-primary-color);

}

.footer_41 .style-tag a:hover {
    color: var(--wb-website-theme-secondary-color);
}

.footer_41 ul a {
    padding: 0rem 1.3rem 0rem;
    font-size: 0.9375rem;
}

.footer_41 .footer-div h1 {
    font-size: 1.5rem;
    font-weight: bold;
}


.footer_41 .call-links a {
    color: var(--wb-website-text-primary-color);
}


.footer_41 .social-icons h5 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0 !important;
}


.footer_41 .social-icons a {
   
    margin-right: 0.55rem;
}

@media(max-width:57rem) {
    .footer_41 {
        text-align: center;
    }

}

@media(max-width:33.75rem) {


    .footer_41 ul a {
        font-size: 0.6375rem;
    }
}

/* ==========================================================================
       End footer_41
    ========================================================================== */
        /*----wb-section-id-652ce5f2ad34aaa11908b2c6-end-css----*/
        

