
/*==================================
      Comman
==================================*/  
.left-custom-padding-0 {
  margin: 0px;
}

.left-custom-padding-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.left-custom-padding-31 {
  margin-left: 30px;
  margin-right: 30px;
}

.left-custom-padding {
  margin-left: 20px;
  margin-right: 20px;
}

.left-custom-padding-22 {
  margin-left: 20px;
  margin-right: 20px;
}


.left-custom-margin {
  margin-left: 80px;
  margin-right: 80px;
}

.relative {
  position: relative;
}
.relative-2 {
 position: relative;
 z-index: -2; 
}


.mt-4-cus {
  margin-top: .8rem !important;
}
.mt-4-cus-20 {
  margin-top: 1.5rem !important;
}

.mt-5-cus {
  margin-top: 3.2rem !important;
}


.para {
 font-size: 24px;
  font-family: "Mriya Grotesk";
  margin: 0;
  line-height: 32px;
} 

.para-21 {
  font-size: 21px;
  font-family: "Mriya Grotesk";
  margin: 0;
  text-align: justify; 
}
.para-48 {
  font-size: 48px;
  font-family: "Mriya Grotesk";
  margin: 0; 
  line-height: 1.3;
}

.para-21-100 {
  font-size: 21px;
  font-family: "Mriya Grotesk";
  margin: 0;
  margin-left: 100px; 
}


.heading-2 {
  font-family: "Mriya Grotesk";
  font-size: 42px; 
  text-align: center;
  margin-bottom: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-3 { 
  font-weight: 400;
  font-size: 60px;
  font-family: "Greemicaly"; 
  text-align: center;
}

.heading-3a { 
  font-weight: 900;
  font-size: 28px;
  font-family: "Mriya Grotesk"; 
}

.hindi-slok {
  color: #E31F33;
  text-align: center; 
  font-size: 16px; 
  font-weight: 400; 
  text-transform: uppercase;
  margin-top: 3px;
}

.english-slok {
    color: #3B5343;
    text-align: center; 
    font-size: 16px;
    font-style: italic;
    font-weight: 700;  
}

.english-slok-2 {
    color: #1E1E1E;
    text-align: center; 
    font-size: 16px; 
}

.bullet-list li {
  margin-top: 1.5rem; 
  font-weight: 900;
  font-size: 21px;  
}

.bullet-list-2 li { 
  font-weight: 900;
  font-size: 21px;
}
.bullet-list-3 li { 
  margin-top: 1.5rem;
  font-size: 21px;
}


.bold-italic {
  font-weight: 900;
  font-style: italic;
}

.bold {
  font-weight: 900;
}


.youtube-video {
  height: 430px;
}

.customScrollBar::-webkit-scrollbar {
   width: 4px;
   height: 10px;
 }
 
 /* Track */
.customScrollBar::-webkit-scrollbar-track {
   /* background: #f1f1f1;  */
   box-shadow: inset 0 0 5px grey;
   border-radius: 10px;
 }
  
 /* Handle */
.customScrollBar::-webkit-scrollbar-thumb {
   background: #b0b5c0;
   /*#4A5568*/    
   border-radius: 10px;
 }



 .crousel-scroll {  
  grid-column-gap: 1.5rem;
  overflow-x: scroll;
  grid-auto-flow: column;
  justify-content: flex-start;
  padding: 0 80px 16px 80px;
}


@media (max-width: 991.98px) {

body {
    overflow-x: hidden;
}

.para-48 {
  font-size: 22px;
  line-height: 1.2;
}

.heading-3a {  
  font-size: 18px; 
}


.left-custom-padding-22 {
  margin-left: 0px;
  margin-right: 0px;
}

.para-21-100 {
  font-size: 14px; 
  margin-left: 20px; 
}


.left-custom-mobile {
  margin-left: 20px;
  margin-right: 20px;
}
.left-custom-margin {
  margin-left: 20px;
  margin-right: 20px;
}
.left-custom-padding-30 {
  margin-left: 20px;
  margin-right: 20px;
}
.left-custom-padding-31 {
  margin-left: 0px;
  margin-right: 0px;
}


.d-xs-none {
    display: none !important;
  }
.d-xs-block {
    display: block !important;
  }
.youtube-video {
   height: 330px;
}
.para {
  font-size: 14px;
  line-height: 20px;
}
.mt-4-cus-20 {
  margin-top: 21px !important;
}
.mt-4-cus {
  margin-top: .8rem !important;
}
.mt-5-cus {
  margin-top: 1.5rem !important;
}
.heading-3-md {  
  font-size: 40px;  
  font-weight: 400; 
  font-family: "Greemicaly"; 
  text-align: left;
  margin-left: 3rem;
  line-height: 32px;
}
.heading-3 {  
  font-size: 40px; 
  line-height: 32px;
}
.heading-2 {   
  font-size: 28px;
}
.heading-icon {
  width: 162px;
}
.hindi-slok { 
  font-size: 14px;  
}
.english-slok { 
    font-size: 14px; 
}
.english-slok-2 { 
    font-size: 14px; 
}

.crousel-scroll {  
  grid-column-gap: 1rem; 
  padding: 0 20px 10px 20px;
}
.customScrollBar::-webkit-scrollbar {
   width: 0px;
   height: 4px;
 }

 .customScrollBar::-webkit-scrollbar-track {
   /* background: #f1f1f1;  */
   box-shadow: inset 0 0 5px transparent;
   border-radius: 10px;
 }


/*.customScrollBar::-webkit-scrollbar {
  display: none;
}*/

 .bullet-list li {
  margin-top: 1rem;  
  font-size: 14px;
}
.bullet-list-2 li {  
  font-size: 14px;
}
.bullet-list-3 li { 
  margin-top: 1rem;
  font-size: 14px;
}

.para-21 {
  font-size: 14px;  
}

 
 

}

@media (max-width: 600px) {

  body {
    overflow-x: hidden;
}

.youtube-video {
   height: 210px;
}


  ./*d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }*/


}





/* ============================================================
              Section  1
============================================================ */

.title-gru {
    position: absolute;
    top: 250px;
    color: #fff;
    margin-left: 70px;
}

.section-1 {
  margin-top: 80px;
  margin-bottom: 80px;

} 

.guru-box {
  background: #E0DDD3;
  border-radius: 10px;
  padding: 30px;
  position: relative;

  grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;

    margin-bottom: 30px;

}

.guru-image-border {
  border: 5px solid #fe6d02;
    border-radius: 360px;
    padding: 5px;
}

.guru-name {
  font-size: 28px;
  font-weight: 800;
}

.guru-title {
  font-size: 24px;
  font-weight: 800;
  text-align: justify;
}


/*.specs-bg-1 {
  position: absolute;
  background: url(https://res.cloudinary.com/dcchvssli/image/upload/v1754929801/Intersect_xy7jbt.webp) no-repeat;
  background-size: contain;  
  background-position: center;  
  width: 842px;
  height: 441px;  
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);  
  opacity: .1;
}*/

 
 


@media (max-width: 991.98px) { 

 
.hero-image {
  height: 220px;  
}

.title-gru {
    top: 110px;
    margin-left: 10px;
}
 
.section-1 {
  margin-top: 50px;
  margin-bottom: 80px;

} 

.guru-box {
  border-radius: 10px;
  padding: 20px 15px;
    grid-template-columns: 1fr;
  }


.guru-name {
  font-size: 18px;
}

.guru-title {
  font-size: 16px;
}

.guru-images {
  text-align: center;
}


}

 