/*----[[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-673ebfbcf05e5f7adbdcdc29-start-css]]---*/
        .about_220 {
  background: var(--wb-website-theme-primary-color);
}

.about_220 .arfito-small-heading-box {
  background: var(--wb-website-theme-secondary-color);
  padding: 0.438rem 1rem;
  border-radius: 0.438rem;
  display: inline-block;
}

.about_220 .arfito-small-heading-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: var(--wb-website-text-secondary-color);
}

.about_220 .arfito-main-heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.about_220 .arfito-about-card {
  border: 0.063rem solid var(--wb-website-theme-secondary-color);
  background: var(--wb-website-theme-primary-color);
  border-radius: 0.75rem;
  padding: 1rem;
}

.about_220 .arfito-about-card i
{
  font-size: 3rem;
  color: var(--wb-website-theme-secondary-color);
}

.about_220 .arfito-about-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.about_220 .arfito-about-text p,
.about_220 .arfito-main-heading p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.about_220 .more-about-btn a
{
  display: inline-block;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  border-radius: 3.125rem;
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0.3s linear;
}

.about_220 .more-about-btn a:hover
{
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.about_220 .border-line
{
  border-top: 0.063rem solid var(--wb-input-border-color);
}
        /*----wb-section-id-673ebfbcf05e5f7adbdcdc29-end-css----*/
        

/*----[[wb-section-id-676e5adfb9616f8ef8b5cffd-start-css]]---*/
        .about_248 {
  background: var(--wb-website-theme-primary-color);
}

.about_248 .cleancrew-about-main h1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.about_248 .cleancrew-about-main p
{
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.about_248 .heading-border-line-style {
  display: flex;
  align-items: center;
}

.about_248 .heading-border-line-style:after {
  content: "";
  flex-grow: 1;
  height: 0.063rem;
  background: var(--wb-input-border-color);
  margin-left: 1rem;
  flex-shrink: 0;
  min-width: 10rem;
}

.about_248 .heading-border-line-style h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.about_248 .cleancrew-about-list i
{
  font-size: 2rem;
  color: var(--wb-website-theme-secondary-color);
}

.about_248 .cleancrew-about-list p
{
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
}

.about_248 .cleancrew-about-list li
{
  margin-bottom: 0.875rem;
}

.about_248 .read-more-btn a
{
  display: inline-block;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.3s linear;
  border-radius: 3.125rem;
}

.about_248 .read-more-btn a:hover
{
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

@media (max-width: 61.99rem) {
  .about_248 .heading-border-line-style {
    justify-content: center;
    flex-direction: column;
  }

  .about_248 .heading-border-line-style:after {
    margin-left: 0;
    margin-top: 0.75rem;
    width: 100%;
  }
}
        /*----wb-section-id-676e5adfb9616f8ef8b5cffd-end-css----*/
        

/*----[[wb-section-id-66b3269d9eeea6aaa35ee6d4-start-css]]---*/
        .form_94 {
    background: var(--wb-website-theme-primary-color);
}

.form_94 .edufun-main-heading h2
{
    font-size: 3.5rem;
    font-weight: 700;
}

.form_94 .edufun-contact-list li .icon-box
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--wb-website-theme-secondary-color);
    color: var(--wb-website-text-secondary-color);
    border-radius: 3.125rem;
    font-size: 1.25rem;
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.form_94 .edufun-contact-list li:not(:last-of-type)
{
    margin-bottom: 1rem;
}

.form_94 .edufun-contact-list li .edufun-contact-content a
{
    font-size: 1rem;
    font-weight: 600;
}

.form_94 .edufun-contact-list li .edufun-contact-content a:hover
{
    color: var(--wb-website-theme-secondary-color);
}

.form_94 .edufun-contact-content .contact-text h3
{
    font-size: 1.5rem;
    font-weight: 700;
}

.form_94 .list-card-item {
    background: var(--wb-website-theme-primary-color);
    border-radius: 1.25rem;
    padding: 1rem 2.5rem;
    box-shadow: 0 0.188rem 0.625rem var(--wb-theme-box-shadow);
}

.form_94 .edufun-form-card{
    padding: 1.25rem 2.5rem 2.5rem;
    border-radius: 1.25rem;
    background: var(--wb-website-theme-primary-color);
    border: 0.063rem solid var(--wb-website-theme-secondary-color);
}

.form_94 .form-control {
    padding: 1rem 1.5rem;
    outline: none;
    background-color: var(--wb-input-background-color);
    color: var(--wb-input-text-color);
    border: 0.063rem solid var(--wb-input-border-color);
    border-radius: 0.75rem;
}

.form_94 .form-control:focus {
    box-shadow: none;
}

.form_94 .form-control::placeholder {
    color: var(--wb-input-placeholder-color);
}

.form_94 .form-label {
    font-size: 1rem;
    font-weight: 700;
}

.form_94 .edufun-form-btn {
    font-weight: 500;
    font-size: 1rem;
    border: 0.063rem solid var(--wb-website-theme-secondary-color);
    padding: 0.75rem 1.5rem;
    background: var(--wb-website-theme-secondary-color);
    color: var(--wb-website-text-secondary-color);
    border-radius: 0.625rem;
    transition: 0.3s;
}

.form_94 .edufun-form-btn:hover {
    color: var(--wb-website-hover-text-color);
    background-color: var(--wb-website-hover-background-color);
    border: 0.063rem solid var(--wb-website-hover-background-color);
}
        /*----wb-section-id-66b3269d9eeea6aaa35ee6d4-end-css----*/
        

/*----[[wb-section-id-66829d24e502ac273e4f35f5-start-css]]---*/
        .whyus_30 {
    background: var(--wb-website-theme-primary-color);
}

.whyus_30 .minds-about-content h2 {
    font-size: 2.625rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.whyus_30 .minds-about-content p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.whyus_30 .minds-info-list li i {
    font-size: 1.063rem;
    color: var(--wb-website-theme-secondary-color);
}

.whyus_30 .minds-info-list li {
    margin-bottom: 1rem;
}

.whyus_30 .minds-info-list li .info-text p {
    font-size: 1.063rem;
    font-weight: 700;
    margin-bottom: 0;
}

.whyus_30 .mind-program-btn a {
    display: inline-block;
    background: var(--wb-website-theme-secondary-color);
    color: var(--wb-website-text-secondary-color);
    padding: 1rem 2.625rem;
    border-radius: 3.125rem;
    transition: 0.3s;
    font-size: 1.125rem;
    font-weight: 700;
}

.whyus_30 .mind-program-btn a:hover {
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}

.whyus_30 .modal-dialog {
    background: var(--wb-website-theme-secondary-color);
    padding: 3rem;
}

.whyus_30 .modal-body {
    position: relative;
    padding: 0;
}

.whyus_30 .btn-close {
    position: absolute;
    top: -2.5rem;
    right: -2.8rem;
    background: url(https://builder-templates-bucket.s3.amazonaws.com/66829d24e502ac273e4f35f5/assets/close.png);
    background-repeat: no-repeat;
    background-size: 1.625rem;
    background-position: center;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
    border-radius: 0.438rem;
}
.whyus_30 .btn-close:focus
{
    box-shadow: none;
}

.whyus_30 .video-btn {
    background: var(--wb-website-theme-secondary-color);
    color: var(--wb-website-text-secondary-color);
    z-index: 1;
    text-align: center;
    padding: 0.625rem;
    font-size: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.whyus_30 .video-btn:hover {
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}

.whyus_30 .vid-img {
    width: 100%;
}

.whyus_30 .mind-heading-text h3 {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0;
    padding: 0 0.625rem 0.313rem 0.625rem;
}

.whyus_30 .mind-heading-text {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.whyus_30 .mind-heading-text::before {
    content: " ";
    position: absolute;
    background: var(--wb-website-theme-secondary-color);
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.whyus_30 .mind-speaker-info h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.whyus_30 .mind-speaker-info p {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--wb-website-theme-secondary-color);
}

.whyus_30 .mind-vid-card {
    background: var(--wb-website-theme-primary-color);
    border: 0.063rem solid var(--wb-website-theme-secondary-color);
    border-radius: 0.938rem;
    padding: 1.563rem;
}

.whyus_30 .mind-card-text p
{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 32.813rem) {
    .whyus_30 .wb-iframe iframe {
        width: 100%;
        height: 100%;
    }
}
        /*----wb-section-id-66829d24e502ac273e4f35f5-end-css----*/
        

/*----[[wb-section-id-676e5adfb9616f8ef8b5cffd-start-css]]---*/
        .about_248 {
  background: var(--wb-website-theme-primary-color);
}

.about_248 .cleancrew-about-main h1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.about_248 .cleancrew-about-main p
{
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.about_248 .heading-border-line-style {
  display: flex;
  align-items: center;
}

.about_248 .heading-border-line-style:after {
  content: "";
  flex-grow: 1;
  height: 0.063rem;
  background: var(--wb-input-border-color);
  margin-left: 1rem;
  flex-shrink: 0;
  min-width: 10rem;
}

.about_248 .heading-border-line-style h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.about_248 .cleancrew-about-list i
{
  font-size: 2rem;
  color: var(--wb-website-theme-secondary-color);
}

.about_248 .cleancrew-about-list p
{
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
}

.about_248 .cleancrew-about-list li
{
  margin-bottom: 0.875rem;
}

.about_248 .read-more-btn a
{
  display: inline-block;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.3s linear;
  border-radius: 3.125rem;
}

.about_248 .read-more-btn a:hover
{
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

@media (max-width: 61.99rem) {
  .about_248 .heading-border-line-style {
    justify-content: center;
    flex-direction: column;
  }

  .about_248 .heading-border-line-style:after {
    margin-left: 0;
    margin-top: 0.75rem;
    width: 100%;
  }
}
        /*----wb-section-id-676e5adfb9616f8ef8b5cffd-end-css----*/
        

/*----[[wb-section-id-673ebfbcf05e5f7adbdcdc29-start-css]]---*/
        .about_220 {
  background: var(--wb-website-theme-primary-color);
}

.about_220 .arfito-small-heading-box {
  background: var(--wb-website-theme-secondary-color);
  padding: 0.438rem 1rem;
  border-radius: 0.438rem;
  display: inline-block;
}

.about_220 .arfito-small-heading-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: var(--wb-website-text-secondary-color);
}

.about_220 .arfito-main-heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.about_220 .arfito-about-card {
  border: 0.063rem solid var(--wb-website-theme-secondary-color);
  background: var(--wb-website-theme-primary-color);
  border-radius: 0.75rem;
  padding: 1rem;
}

.about_220 .arfito-about-card i
{
  font-size: 3rem;
  color: var(--wb-website-theme-secondary-color);
}

.about_220 .arfito-about-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.about_220 .arfito-about-text p,
.about_220 .arfito-main-heading p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.about_220 .more-about-btn a
{
  display: inline-block;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  border-radius: 3.125rem;
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0.3s linear;
}

.about_220 .more-about-btn a:hover
{
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.about_220 .border-line
{
  border-top: 0.063rem solid var(--wb-input-border-color);
}
        /*----wb-section-id-673ebfbcf05e5f7adbdcdc29-end-css----*/
        

/*----[[wb-section-id-673ebfbcf05e5f7adbdcdc29-start-css]]---*/
        .about_220 {
  background: var(--wb-website-theme-primary-color);
}

.about_220 .arfito-small-heading-box {
  background: var(--wb-website-theme-secondary-color);
  padding: 0.438rem 1rem;
  border-radius: 0.438rem;
  display: inline-block;
}

.about_220 .arfito-small-heading-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: var(--wb-website-text-secondary-color);
}

.about_220 .arfito-main-heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.about_220 .arfito-about-card {
  border: 0.063rem solid var(--wb-website-theme-secondary-color);
  background: var(--wb-website-theme-primary-color);
  border-radius: 0.75rem;
  padding: 1rem;
}

.about_220 .arfito-about-card i
{
  font-size: 3rem;
  color: var(--wb-website-theme-secondary-color);
}

.about_220 .arfito-about-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.about_220 .arfito-about-text p,
.about_220 .arfito-main-heading p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.about_220 .more-about-btn a
{
  display: inline-block;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  border-radius: 3.125rem;
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0.3s linear;
}

.about_220 .more-about-btn a:hover
{
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.about_220 .border-line
{
  border-top: 0.063rem solid var(--wb-input-border-color);
}
        /*----wb-section-id-673ebfbcf05e5f7adbdcdc29-end-css----*/
        

/*----[[wb-section-id-6183d631719e3946d3262bd7-start-css]]---*/
        /* ==========================================================================
   hero_4 section
   ========================================================================== */

   .heros_7 {
    background: var(--wb-website-theme-primary-color);
  }
  
  .heros_7 .hero-main-div h1 {
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 2rem;
  }
  
  .heros_7 .hero-main-div p {
    margin-top: 0.675rem;
    margin-bottom: 0rem;
    font-size: 0.9375rem;
  }
  
  .heros_7 .join-btn {
    background: var(--wb-website-theme-secondary-color);
    padding: 0.525rem 2.375rem;
    color: var(--wb-website-text-secondary-color);
    display: inline-block;
  
  }
  
  .heros_7 .join-btn:hover {
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
  }
        /*----wb-section-id-6183d631719e3946d3262bd7-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----*/
        

