/*----[[wb-section-id-688dc3ca5c8ae2f51756e8ec-start-css]]---*/
        /*--------------------------------------------------------------
# about-42
--------------------------------------------------------------*/
.holo_banner {
 background: url(https://builder-templates-bucket.s3.amazonaws.com/688dc3ca5c8ae2f51756e8ec/assets/Untitled-2.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}


/* navbar  */

.holo_banner .navbar-nav .nav-item .nav-link {
 padding: 0.625rem 1.8rem;
    text-transform: capitalize;
  color: var(--wb-menu-color);
   font-family: monospace;
  transition: .5s ease;
}
.holo_banner .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}
.holo_banner .navbar-nav .nav-item .nav-link.active{
  color: var(--wb-menu-hover-color);
}
.holo_banner .navbar-nav .nav-item .nav-link:hover {
  transition: all .6s ease;
  color: var(--wb-menu-hover-color);
}


.holo_banner .navbar-toggler {
  border: none;
}

.holo_banner .navbar-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.holo_banner .navbar-toggler .navbar-toggler-icon {
  background: transparent;
  outline: 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;

}

.holo_banner .navbar-toggler .navbar-toggler-icon:focus {
  outline: 0 !important;
  border: none !important;

}

.holo_banner .navbar-toggler .navbar-toggler-icon .fas {
  color: var(--wb-website-theme-secondary-color);
}
/* ------------------navbar end------------------ */
.holo_banner .form-heading h1{
  font-size: 2.95rem;
      font-weight: 900;
      color: var(--wb-website-theme-secondary-color);
}
.holo_banner .form-heading p{
      padding-top: 0.725rem
}

.holo_banner .register-btn {
  display: inline-block;
  padding: 0.6rem 1.76rem;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  font-weight: 500;

}

.holo_banner .register-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);

}
@media(min-width: 75rem) {
 .holo_banner {
       height: 54rem;

  }
}
@media(max-width:61.9375rem){
  .holo_banner .navbar-nav .nav-item .nav-link {
 padding-left: 0rem}
}
@media (max-width: 48rem) {
  .holo_banner  {
    background-size: cover;
  }}
        /*----wb-section-id-688dc3ca5c8ae2f51756e8ec-end-css----*/
        

/*----[[wb-section-id-688f02c25c8ae2f51756ee04-start-css]]---*/
        /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about_holo_2 {
  background: var(--wb-website-theme-primary-color);
  overflow-x: hidden;
}

.about_holo_2 .heading-style h1 {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about_holo_2 .position-div {
  position: relative;
}


.about_holo_2  .position-div{
  background: url(/assets/3.png)no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
    background-position: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-radius: 4rem;
}
@media (max-width: 48rem) {
  .about_holo_2   .position-div {
    background-size: cover;
    padding: 2rem;
  }
}
@media (min-width: 137.5rem) {
  .about_holo_2  .position-div {
    min-height: 43.75rem;
  }
}

.about_holo_2 .position-div h2 {
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.about_holo_2 .position-div p {
      font-weight: 900;
    font-size: 1.25rem;

  line-height: 1.2;
}

/*--------------------------------------------------------------
# End About section
--------------------------------------------------------------*/
        /*----wb-section-id-688f02c25c8ae2f51756ee04-end-css----*/
        

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

.about_27 .about-main h1 {
  font-size: 2rem;
  font-weight: bold;
}


.about_27 i {
  color: var(--wb-website-theme-secondary-color);
}

.about_27 .about-btn {
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 0.7rem 2rem;
  transition: 0.5s;
}

.about_27 .about-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);

}

/*--------------------------------------------------------------
# End about_27
--------------------------------------------------------------*/
        /*----wb-section-id-623983a0a9bbcc00bb5bcb92-end-css----*/
        

/*----[[wb-section-id-689210495c8ae2f517570494-start-css]]---*/
        /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.holo_hero_2 {
  background: url(https://builder-templates-bucket.s3.amazonaws.com/689210495c8ae2f517570494/assets/5.png)no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 57rem;
  overflow-x: hidden;
  position: relative;
}

.holo_hero_2 .position-overlay {
  position: absolute;
  top: 28rem;
  left: 0;
  right: 0;

}

@media (max-width: 48rem) {
  .holo_hero_2 {
    background-size: cover;
  }
}

.holo_hero_2 .position-overlay h2 {
  font-weight: 900;
  font-size: 3rem;
  font-weight: 900;
}

.holo_hero_2 .hero-button {
  background: var(--wb-website-theme-secondary-color) !important;
  color: var(--wb-website-text-secondary-color) !important;
  padding: 0.6rem 1.5rem;
  border-radius: 30rem;
}

.holo_hero_2 .hero-button:hover {
  background: var(--wb-website-hover-background-color) !important;
  color: var(--wb-website-hover-text-color) !important;
}
.holo_hero_2 .join-btn {
    background: var(--wb-website-theme-secondary-color);
    padding: 0.525rem 2.375rem;
    color: var(--wb-website-text-secondary-color);
    display: inline-block;
}
.holo_hero_2 .join-btn:hover {
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}
/*--------------------------------------------------------------
# End Hero section
--------------------------------------------------------------*/
        /*----wb-section-id-689210495c8ae2f517570494-end-css----*/
        

/*----[[wb-section-id-642a7643dcd7644b2624d966-start-css]]---*/
        .banner_93 {
  background-image: url(https://builder-templates-bucket.s3.amazonaws.com/642a7643dcd7644b2624d966/assets/2.jpg);
  background-size: cover;
  padding: 3rem 0;
}

.banner_93 .banner-data h1 {
  font-size: 3.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.banner_93 .banner-data h3 {
  font-size: 0.775rem;
  margin-bottom: 1rem;
  letter-spacing: 0.063rem;
  font-weight: 700;

}

.banner_93 .more-course-btn a {
  background-color: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 1rem 2rem;
  border-radius: 3.125rem;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.043rem;
  font-weight: 700;
}

.banner_93 .more-course-btn a:hover {
  background-color: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.banner_93 .banner-card {
  background-color: var(--wb-website-theme-primary-color);
  padding: 2rem 1rem;
  border-radius: 1rem;
}

.banner_93 .banner-card-data h2 {
  font-size: 1.15rem;
  font-weight: 500;
}

.banner_93 .banner-card-data p {
  font-size: 0.75rem;
}

.banner_93 .banner-card i {
  font-size: 2rem;
  margin-bottom: 1rem;
}
        /*----wb-section-id-642a7643dcd7644b2624d966-end-css----*/
        

/*----[[wb-section-id-646b57a3077993907d5f22fa-start-css]]---*/
        /*======================== 
lawyer-theme3-footer-start 
==========================*/
.footer_55 {
  background: var(--wb-website-theme-primary-color);
}

.footer_55 .lawyer3-socials a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.188rem;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_55 .lawyer3-socials a:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.footer_55 .lawyer3-socials li:not(:last-of-type) {
  margin-right: 0.8rem;
}

.footer_55 .lawyer3-copyright-text p {
  font-size: 0.875rem;
}

/*======================== 
lawyer-theme3-footer-End
==========================*/
        /*----wb-section-id-646b57a3077993907d5f22fa-end-css----*/
        

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

.footer_40 .style-tag a:hover {
  color: var(--wb-website-theme-secondary-color);
}

.footer_40 .style-tag a {
  padding: 0rem 1.3rem 0rem;
  font-size: 0.9375rem;
}

.footer_40 .footer-div h1 {
  font-size: 1.5rem;
  font-weight: bold;
}


.footer_40 .call-links a {
  color: var(--wb-website-text-primary-color);
}

.footer_40 .social-icons i {
  font-size: 0.8875rem;
}

.footer_40 .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  text-align: center;
  border-radius: 3.125rem;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
}

.footer_40 .social-icons li:not(:last-of-type)
{
  margin-right: 0.25rem;
}
.footer_40 .social-icons a:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

@media(max-width:61.938rem) {
  .footer_40 {
    text-align: center;
  }

}



/* ==========================================================================
       End footer_40
    ========================================================================== */
        /*----wb-section-id-62e3be4b849c5d0c02990fb1-end-css----*/
        

