
body {
    color: #21409a;
}

#homehero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: "Poppins", sans-serif;
}

#homehero h1 span {
    color: #106eea;
}

#homehero h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}
/*
background: url(/wp-content/themes/b5st-main/assets/img/home_tol_01.jpg) top left;
upscaled_image-f3d3c2af-2297-4a45-a3fc-134e6260f613
*/

#homehero {
    width: 100%;
    height: 70vh;

    
    background: url(/wp-content/themes/b5st-main/assets/img/dakini_home2.png) top left;
    background-size: cover;
    position: relative;
}


.btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #106eea;
  }
  
 .btn-get-started:hover {
    background: #247cf0;
  }

/*
  #homehero:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
*/

  #homehero .container {
    position: relative;
  }
  
  .herocontainer {
    position: relative;
  }

  .featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}  

.featured-services a {

    text-decoration: none;
}

.featured-services .section-title h3 {

    margin: 0 0 10px 0;

}

.siteSection {

    padding: 60px 0;
    overflow: hidden;
}

.sectionAbout {
    background-color: #f6f9fe;
}


.sectionWhite {
    background-color: #ffffff;
}


.section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  

  .section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
  }
  
  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
  }
  
  .section-title h3 span {
    color: #106eea;
  }
  
  .section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
  }


  #navbarSupportedContent .op-facebook {

    background: url(wp-content/themes/b5st-main/assets/img/facebook.png);
    

  }

  #navbarSupportedContent #menu-menu {
    margin-left: 10px !important;

  }

  #homeMainH11 h1 {
    font-size: 5em;
    color: #0d6efd;
    font-weight: bold;
  }
  
  @media (min-width: 1024px) {
    .section-title p {
      width: 50%;
    }
   
  }

  @media (max-width: 1024px) {
  
    #homeMainH11 h1 {
      font-size: 3em;
    }


    #homeMainH11 {
      margin-top: 20px !important;
      margin-bottom: 0px !important;
    }

  }

@media (min-width: 1024px) {
    #homehero {
        background-attachment: fixed;
    }
}