@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap');
 

/* ----------------------------------------------------------
General
 ------------------------------------------------------------ */
body{
  font-family: "Open Sans", sans-serif;
    line-height: 1.5rem;
    font-size: 24px;
    overflow-x: hidden;
    background: #fff;
} 
 
 

/* .open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */
 
 

/* .oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

html{
  scroll-behavior: smooth;
}
 
* {
  margin: 0px;
  padding: 0px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
--bs-gutter-x: 0;
--bs-gutter-y: 0;
  overflow: hidden;
}
 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a:hover,
a:focus {
  text-decoration: none;
}

 

.form-control:focus,
.btn:focus,
button:focus{
    box-shadow: none;
    outline: none;
}
 
.mw-10{
  max-width: 10%;
}
.mw-20{
  max-width: 20%;
}
.mw-25{
  max-width: 25%;
}
.mw-30{
  max-width: 30%;
}
.mw-40{
  max-width: 40%;
}
.mw-50{
  max-width: 50%;
}
.mw-60{
  max-width: 60%;
}
.mw-70{
  max-width: 70%;
}
.mw-80{
  max-width: 80%;
}
.mw-90{
  max-width: 90%;
}
.mw-95{
  max-width: 95%;
}
.mw-98{
  max-width: 98%;
}
.mw-100{
  max-width: 100%;
}
.min-vh-50 {
	min-height: 50vh !important;
}
.min-vh-40 {
	min-height: 40vh !important;
}
.min-vh-25 {
	min-height: 25vh !important;
}
.margin--10{
    margin-top:-10%;
}
.margin--5{
    margin-top:-5%;
} 


.banner {
  background: #FFF6E0;
  margin: auto;
}

.banner-content {
  padding: 1% 0px 0%;
  margin: auto;
}

.banner .banner-content .logo{
  margin: 0px 0px 40px;
}

.banner .banner-content h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 53px;
  line-height: 66px;
  color: #39295C;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.banner .banner-content h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 60px;
  color: #39295C;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.banner .banner-content h2 span {
  background:url(../img/rectangle-bg.png) no-repeat left center;
  color: #fff;
  padding: 2px 5px;
  line-height: 40px;
  font-weight: 700;
}



.banner .banner-content p span {
  font-weight: 700;
}

.banner .banner-content p span.ps {
	padding-left: 84px;
}

.banner .banner-content p {
  font-size: 23px;
  color: #39295C;
  line-height: 32px;
  /* width: 90%; */
  margin-bottom: 15px;
}

.banner .banner-content h3 {
  font-size: 33px;
  font-weight:700 ;
  font-style:normal ;
  color: #39295C;
  margin: 30px 0px ;
  font-family: "Oswald", sans-serif;
}



.banner .banner-content .register {
  background: #F6C86B;
  border-radius: 34px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 67px;
  width: 208px;
  height: 67px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}

.banner .banner-content .register a {
  color: #000000;
  text-decoration: none;
}
.banner .banner-content .more {
  background: #39295C;
  border-radius: 34px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 67px;
  width: 208px;
  height: 67px;
  display: inline-block;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
}

.banner .banner-content .more a {
  color: #fff;
  text-decoration: none;
}

.banner .ds {
  margin: 0px 0px 0px;
}

/* .banner .ds img {
  float: right;
} */

.explore {
  background: #E2E1E1;
  padding: 25px 0px;
  font-size: 2rem;
  color: #222;
}

.explore .fas, .explore .far {
  padding-right: 20px;
  color: #838A90;
}

.featured-in {
  padding: 30px 0px;
}

.featured-in img {
  margin: 20px auto;
  display: block;
  text-align: center;
  filter: grayscale(100%);
  cursor: pointer;
}


.featured-in img:hover {
  filter: grayscale(0%);
}

.featured-in p {
  text-align: center;
  font-size: 20px;
  color: #707070;
}

.workshop {
  background: #D05424;
  padding: 4% 0px 2%;
  color: #fff;
}

.workshop img {
  float: left;
  margin-right: 25px;
  margin-bottom: 50px;
}

.workshop h3{
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  font-size: 28px;
  text-align: center;
  padding: 0px 0px;
  margin-bottom: 4rem;
}
.workshop h4{
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}

.workshop p {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 5rem;
  font-size: 1rem;
  padding-right: 40px;
}

.sudarshan {
  padding: 5% 0px;
}

.sudarshan h2 {
	color: #000000;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  line-height: 40px;
}

.sudarshan p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  padding-right: 50px;
}

.sudarshan iframe {
	border: 0;
  border-radius: 34px;
}


.about-sudarshan {
  background: #F7F8F9;
  padding: 5% 0px;
}

.about-sudarshan h2 {
	color: #000000;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  text-align: center;
}

.about-sudarshan p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  padding-right: 20px;
}

.about-sudarshan .col-md-4 {
  margin: 20px auto;
  text-align: center;
}

.about-sudarshan .col-md-4 h3{
  color:#DE692A; 
  font-weight: 700;
  font-size: 54px;
  padding:0px 0px;
}

.about-sudarshan .col-md-4 h6{
  color:#DE692A; 
  font-weight: 700;
  font-size: 14px;
}

.about-sudarshan .col-md-4 h6:last-child {
  color: #39295C;
  letter-spacing: 1px;
}

.srisri-bio {
  background: url(../img/srisri.jpg) no-repeat center top;
  padding: 5% 0px;
  color: #fff;
  background-size: cover;
}

.srisri-bio h3{
  color:#fff; 
  font-weight: 700;
  font-size: 35px;
  padding:0px 0px;
  margin-bottom: 20px;
}

.srisri-bio p {
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  padding: 0px 0px 10px;
}


.srisri-bio a {
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin: 10px 0 10px;
  text-decoration: none;
 
}

.faq-section {
  padding: 5% 0px;
  color:#000; 
}

.faq-section .row .col-md-9 {
  margin: 0px auto;
}

.faq-section h3{
  color:#000; 
  font-weight: 700;
  font-size: 35px;
  padding:0px 0px;
  margin-bottom: 20px;
  text-align: center;
}

.faq-section .accordion-item .accordion-button {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding-right: 20px;
  font-weight: 500;
}

.faq-section .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  padding: 15px 20px;
  font-weight: 700;
}

.faq-section .accordion-body {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 30px;
}

.footer {
  background: #6EC1E4;
  color: #fff;
  font-size: 14px;
  padding: 10px 0px 0px;
}

.footer .col-md-6:last-child {
  text-align: right;
}


.host-content {
  padding: 3% 0px 3%;
  margin: auto;
}

.banner .host-content .logo{
  margin: 0px 0px 40px;
}

.banner .host-content h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #39295C;
  padding-bottom: 20px;
}


.banner .host-content h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #39295C;
  text-align: center;
  padding-bottom: 20px;
}
 
.banner .host-content p {
  font-size: 20px;
  color: #39295C;
  line-height: 33px;
  width: 70%;
  margin-bottom: 40px;
}
 
.banner .host-content .ds img{
  max-width:99%;
}

.work-shop-experience {
  padding: 4% 0px;
  margin: auto;
}



.work-shop-experience h3 {
  color:#39295C; 
  font-weight: 600;
  font-size: 33px;
  line-height: 45px;
  padding:0px 0px;
  margin-bottom: 30px;
  text-align: center;
}
 

.work-shop-experience img {
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
  width: 125px;
}

 

.work-shop-experience h4 {
  color:#39295C; 
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  padding:0px 0px;
  margin:25px 0px 10px;
  text-align: left;
}

.work-shop-experience p {
  text-align: left;
  font-size: 1rem;
  line-height:30px;
  color: #39295C;
  padding: 0px 50px 10px;

  
}

.secret-of-success {
  background: #D05424;
  padding: 5% 0px 5%;
  color: #fff;
}

.secret-of-success h3 {
  color:#fff; 
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  padding:0px 0px;
  margin-bottom: 20px;
  text-align: left;
  width: 80%;
}

.secret-of-success h5 {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  color: #F6C86B;
  font-weight: 600;
  padding: 0px 0px 10px;
}

.secret-of-success p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 0px 0px 10px;
  width: 90%;
}

.secret-of-success .date-time {
  background: #AE4920;
  padding:20px 25px;
  color: #fff;
  border: solid 1px #F6C86B;
  border-radius: 20px;
  width: 82%;
  font-size: 20px;
  margin: 20px 0px;
}

.secret-of-success .date-time p img {
  margin-right: 15px;
}
.secret-of-success .date-time p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 0px 0px 0px;
}
.secret-of-success .register {
	background: #F6C86B;
	border-radius: 34px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 67px;
	width: 208px;
	height: 67px;
	 
}

.secret-of-success .register a {
	color: #000000;
	text-decoration: none;
}

.meet-ana {
  background: #E9E8E9;
  padding: 4% 0px 3%;
}

.meet-ana h3 {
  color:#100724; 
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  padding:0px 0px;
  margin-bottom: 20px;
  text-align: left;
  width: 80%;
}

.meet-ana p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #100724;
  padding: 0px 0px 10px;
  width: 100%;
}


.testimonials {
  background: #fff;
  padding: 4% 0px 3%;
}

.testimonials .container-fluid {
  max-width: 1600px;
}

.testimonials h3 {
  text-align: center;
  color: #39295C;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  padding:0px 0px;
  margin-bottom: 50px;
  }

  
.testimonials h5 {
  text-align: center;
  color: #39295C;
  font-size: 24px;
  line-height: 30px;
  color: #DE692A;
  font-weight: 700;
  padding: 20px 0px 0px;
  }

  .testimonials p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 0px 5px 10px;
  }

 

  .testimonials .fa-sm {
    font-size: 1.5em;
    padding: 0px 5px;
    color: #F6C86B;
  }

  .who-we-are {
    background: #D05424;
    padding: 5% 0px 5%;
    color: #fff;
  }

  .who-we-are h3 {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    line-height: 45px;
    padding:0px 0px;
    margin-bottom: 20px;
    }
  
    
    .who-we-are  h5 {
    text-align: left;
    color: #39295C;
    font-size: 24px;
    line-height: 30px;
    color: #F6C86B;
    font-weight: 600;
    padding: 20px 0px 20px;
    
    }


    .who-we-are p {
      text-align: left;
      font-size: 20px;
      line-height: 30px;
      color: #fff;
      padding: 0px 0px 10px;
      width: 80%;
    }
    .register-btm {
      background: #F6C86B;
      border-radius: 34px;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      line-height: 67px;
      width: 208px;
      height: 67px;
      margin: 50px auto;
    }
    .register-btm a {
      color: #000000;
      text-decoration: none;   
    }

*/ responsive */

@media only screen and (min-width: 1570px) and (max-width: 1920px) {
 
  .container-xxl {
    max-width: 1440px;
    width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }
  .container-fluid {
      max-width: 1440px;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 1440px;
     width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.srisri-bio {
	background: url(../img/srisri.jpg) no-repeat center top;
	padding: 5% 0px;
	color: #fff;
	background-size: cover;
}

}


@media only screen and (min-width: 1280px) and (max-width: 1440.99px){
  .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.srisri-bio {
	background: url(../img/srisri.jpg) no-repeat center top;
	padding: 5% 0px;
	color: #fff;
	background-size: cover;
}


.banner .banner-content p span.ps {
	padding-left: 84px;
} 
.secret-of-success .date-time {
	background: #AE4920;
	padding: 20px;
	color: #fff;
	border: solid 1px #F6C86B;
	border-radius: 20px;
	width: 80%;
	font-size: 20px;
	margin: 20px 0px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1024.99px){


  .banner .banner-content .col-md-5, .banner .banner-content .col-md-7 {
    flex: 0 0 auto;
    width: 50%;
  }

  .banner .banner-content  {
    padding-bottom: 20px;
  }

  .banner .banner-content h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    color: #39295C;
    padding-bottom: 25px;
  }

  .banner .banner-content h1 br {
    display: none;
  }

  .banner .ds img {
    float: right;
    width: 100%;
  }

  .banner .banner-content p {
    font-size: 22px;
    color: #39295C;
    line-height: 32px;
    width: 100%;
  }

  .banner .banner-content .logo {
    margin: 0px 0px 20px;
  }
  .banner .banner-content .logo img  {
    width: 200px;
  }

  .banner .banner-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    margin: 20px 0px;
  }



  .explore .col-md-3 {
    flex: 0 0 auto;
    width:45%;
    margin: 0px 20px 20px;
  }

  .workshop .col-md-6 {
    flex: 0 0 auto;
    width: 80%;
    margin:0px auto;
  }

  .sudarshan .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0px auto 20px;
  }

  .sudarshan h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    margin-bottom: 30px;
  }

  .sudarshan p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding-right: 20px;
  }

  .about-sudarshan h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    text-align: center;
  }

  .about-sudarshan p br {
    display: none;
  }

  .srisri-bio {
    background: url(../img/srisri.jpg) no-repeat right top;
    padding: 5% 0px;
    color: #fff;
    background-size: cover;
  }


  .banner .host-content .ds {
    margin: 75px auto 0px;
    display: block;
    text-align: center;
  }


.banner .host-content .ds img {
	max-width: 85%;
  float: none;
}

.banner .host-content h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 55px;
	color: #39295C;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.banner .host-content p {
	font-size: 20px;
	color: #39295C;
	line-height: 30px;
	width: 100%;
	margin-bottom: 10px;
}

.work-shop-experience h3 {
	color: #39295C;
	font-weight: 600;
	font-size: 25px;
	line-height: 45px;
	padding: 0px 0px;
	margin-bottom: 30px;
	text-align: center;
}

.work-shop-experience h4 {
	color: #39295C;
	font-weight: 600;
	font-size: 23px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: left;
}

.work-shop-experience p {
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	color: #39295C;
	padding: 0px 00px 10px;
}

.secret-of-success h3 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: left;
	width:100%;
}

.secret-of-success p {
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 100%;
}

.secret-of-success .date-time {
	background: #AE4920;
	padding: 20px;
	color: #fff;
	border: solid 1px #F6C86B;
	border-radius: 20px;
	width: 90%;
	font-size: 20px;
	margin: 20px 0px;
}

.meet-ana h3 {
  color:#100724; 
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  padding:0px 0px;
  margin-bottom: 20px;
  text-align: left;
  width: 90%;
}

.meet-ana p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #100724;
  padding: 0px 0px 10px;
  width: 90%;
}

}
  @media only screen and (min-width: 768px) and (max-width: 991.99px){

    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.event-content {
	text-align: center;
}

    .banner .banner-content h1 {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 40px;
      line-height: 60px;
      color: #39295C;
      padding-bottom: 25px;
      text-align: center;
      margin: 0px auto;
      width: 80%;
    }

    .banner .banner-content h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 34px;
      line-height: 60px;
      color: #39295C;
      padding-bottom: 0px;
      text-transform: uppercase;
      text-align: center;
    }

    .banner .banner-content h1 br {
      display: none;
    }

    .banner .banner-content p span.ps {
      padding-left: 0px;
    } 

    .banner .ds {
      margin: 30px auto 0px;
      text-align: center;
    }
  
    .banner .ds img {
      float: none;
      width: 80%;
      margin: auto;
    }
  
    .banner .banner-content p {
      font-size: 20px;
      color: #39295C;
      line-height: 32px;
      width: 80%;
      text-align: center;
      margin: 0px auto;
    }
  
    .banner .banner-content .logo {
      margin: 0px auto 20px;
      text-align: center;
    }
    .banner .banner-content .logo img  {
      width: 180px;
    }
  
    .banner .banner-content h3 {
      font-size: 22px;
      font-weight: 700;
      font-style: italic;
      color: #000;
      margin: 20px auto;
      text-align: center;
    }

    .banner .banner-content .col-md-7 {
      flex: 0 0 auto;
      width: 100%;
    }
    .banner .banner-content .col-md-5 {
      flex: 0 0 auto;
      width: 100%;
    }

    .banner .banner-content .register {
      background: #F6C86B;
      border-radius: 34px;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      line-height: 67px;
      width: 208px;
      height: 67px;
      margin: 20px auto;
    }

    .featured-in .col-md-2 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .explore .col-md-3 {
      flex: 0 0 auto;
      width:50%;
      margin: 0px auto 20px;
    }
  
    .workshop .col-md-6 {
      flex: 0 0 auto;
      width: 90%;
      margin:0px auto;
    }
  
    .sudarshan .col-md-6 {
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 20px;
    }
  
    .sudarshan h2 {
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
    }
  
    .sudarshan p {
      text-align: left;
      font-size: 20px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
    }
  
    .about-sudarshan h2 {
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .about-sudarshan p br {
      display: none;
    }
  
    .srisri-bio {
      background: url(../img/srisri.jpg) no-repeat left top;
      padding: 5% 0px;
      color: #fff;
      background-size: cover;
    }

    .srisri-bio .col-md-4,   .srisri-bio .col-md-6 { 
      flex: 0 0 auto;
      width: 100%;
      margin: 20px auto;
    }

    
    .host-content {
      padding: 4% 0px 4%;
      margin: auto;
    }

  .banner .host-content .ds {
    margin: 75px auto 0px;
    display: block;
    text-align: center;
  }

  .banner .host-content .col-md-5, .banner .host-content .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
  }

  .banner .host-content .logo {
    margin: 0px auto 10px;
    text-align: center;
  }

.banner .host-content .ds img {
	max-width: 85%;
  float: none;
}

.banner .host-content h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	color: #39295C;
	padding-bottom: 20px;
	text-transform: uppercase;
  text-align: center;
}

.banner .host-content p {
	font-size: 18px;
	color: #39295C;
	line-height: 30px;
	width: 100%;
	margin-bottom: 10px;
}

.work-shop-experience .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

.work-shop-experience h3 {
	color: #39295C;
	font-weight: 600;
	font-size: 25px;
	line-height: 45px;
	padding: 0px 0px;
	margin-bottom: 30px;
	text-align: center;
}

.work-shop-experience h4 {
	color: #39295C;
	font-weight: 600;
	font-size: 23px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: left;
}

.work-shop-experience p {
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	color: #39295C;
	padding: 0px 00px 10px;
}

.secret-of-success .col-md-6 {
	flex: 0 0 auto;
	width:100%;
}


.secret-of-success .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.secret-of-success h3 {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
	width:100%;
}

.secret-of-success h5 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 10px;
}

.secret-of-success p {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 100%;
}

.secret-of-success .date-time {
	background: #AE4920;
	padding: 20px;
	color: #fff;
	border: solid 1px #F6C86B;
	border-radius: 20px;
	max-width: 90%;
	font-size: 20px;
	margin: 20px auto;
}

.secret-of-success .register {
	background: #F6C86B;
	border-radius: 34px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 67px;
	width: 208px;
	height: 67px;
  margin: 20px auto;
}

.meet-ana .col-md-6 {
	flex: 0 0 auto;
	width:100%;
}


.meet-ana .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.meet-ana h3 {
  color:#100724; 
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  padding:0px 0px;
  margin-bottom: 20px;
  text-align: center;
  width: 90%;
}

.meet-ana p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #100724;
  padding: 0px 0px 10px;
  width: 100%;
}

.testimonials h3 {
	text-align: center;
	color: #39295C;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 20px;
}

.who-we-are .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

.who-we-are .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.who-we-are h3 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 20px;
}

.who-we-are h5 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 20px 0px 20px;
}

.who-we-are p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 100%;
}
  }

  @media only screen and (min-width:560px) and (max-width: 767.99px){
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.event-content {
	text-align: center;
}

    .banner .banner-content h1 {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 35px;
      line-height: 55px;
      color: #39295C;
      padding-bottom: 25px;
      text-align: center;
      margin: 0px auto;
      width: 80%;
    }

    .banner .banner-content h1 br {
      display: none;
    }

    .banner .ds {
      margin: 30px auto 0px;
      text-align: center;
    }
  
    .banner .ds img {
      float: none;
      width: 80%;
      margin: auto;
    }
  
    .banner .banner-content p {
      font-size: 18px;
      color: #39295C;
      line-height: 32px;
      width: 80%;
      text-align: center;
      margin: 0px auto;
    }
  
    .banner .banner-content .logo {
      margin: 0px auto 20px;
      text-align: center;
    }
    .banner .banner-content .logo img  {
      width: 180px;
    }
  
    .banner .banner-content h3 {
      font-size: 22px;
      font-weight: 700;
      font-style: italic;
      color: #000;
      margin: 20px auto;
      text-align: center;
    }

    .banner .banner-content .col-md-7 {
      flex: 0 0 auto;
      width: 100%;
    }
    .banner .banner-content .col-md-5 {
      flex: 0 0 auto;
      width: 100%;
    }

    .banner .banner-content p span.ps {
      padding-left: 0px;
    } 

    .banner .banner-content .register {
      background: #F6C86B;
      border-radius: 34px;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      margin: 20px auto;
    }

    .banner .banner-content .more {
      background: #39295C;
      border-radius: 34px;
      text-align: center;
      font-size: 26px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      display: inline-block;
      margin-left: 20px;
      font-family: "Open Sans", sans-serif;
    }

    .featured-in .col-md-2 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .explore .col-md-3 {
      flex: 0 0 auto;
      width:100%;
      margin: 0px auto 20px;
      text-align: center;
    }

    .workshop img {
      float: none;
      margin:0px auto 10px;
      display: block;
    }

    .workshop h4 {
      font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 20px;
      text-align: center;
    }

    .workshop p {
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 1.5rem;
      font-size: 1rem;
      padding-right: 20px;
    }
  
    .workshop .col-md-6 {
      flex: 0 0 auto;
      width: 95%;
      margin:0px auto;
    }
  
    .sudarshan .col-md-6 {
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 20px;
    }
  
    .sudarshan h2 {
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .sudarshan p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
    }
  
    .about-sudarshan h2 {
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .about-sudarshan p br {
      display: none;
    }
  
    .srisri-bio {
      background: url(../img/srisri.jpg) no-repeat left top;
      padding: 5% 0px;
      color: #fff;
      background-size: cover;
    }

    .srisri-bio .col-md-4,   .srisri-bio .col-md-6 { 
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 10px;
    }

    .srisri-bio  .ms-3 {
      margin-left: 0rem !important;
    }

    .srisri-bio h3 {
      color: #fff;
      font-weight: 700;
      font-size: 30px;
      padding: 0px 0px;
      margin-bottom: 20px;
      text-align: center;
    }

    .srisri-bio p {
      text-align: center;
      font-size: 20px;
      line-height: 32px;
      color: #fff;
      padding: 0px 0px 10px;
    }

    .srisri-bio a {
      text-align: center;
      font-size: 20px;
      line-height: 32px;
      color: #fff;
      margin: 0px auto 0px;
      text-decoration: none;
      display: block;
    }

    .footer {
      font-size: 12px;
      padding: 10px 0px 0px;
      text-align: center;
    }

    .footer .col-md-6:last-child {
      text-align: center;
    }

    .faq-section .accordion-item .accordion-button {
      text-align: left;
      font-size: 16px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
      font-weight: 600;
    }

    .faq-section .accordion-body {
      font-size: 15px;
      line-height: 25px;
    }

       
  .host-content {
    padding: 4% 0px 4%;
    margin: auto;
  }

  .banner .host-content .ds {
    margin: 20px auto 0px;
    display: block;
    text-align: center;
  }

 

  .banner .host-content .logo {
    margin: 0px auto 10px;
    text-align: center;
  }

.banner .host-content .ds img {
	max-width: 85%;
  float: none;
}

.banner .host-content h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	color: #39295C;
	padding-bottom: 10px;
	text-transform: uppercase;
  text-align: center;
}

.banner .host-content p {
	font-size: 16px;
	color: #39295C;
	line-height:25px;
	width: 100%;
	margin-bottom: 10px;
}
 

.work-shop-experience h3 {
	color: #39295C;
	font-weight: 600;
	font-size: 23px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience h4 {
	color: #39295C;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience p {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #39295C;
	padding: 0px 00px 10px;
}
 
.work-shop-experience img {
	float: none;
	margin: 10px auto;
	max-width: 90%;
	display: block;
}

.secret-of-success .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.secret-of-success h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
	width:100%;
}

.secret-of-success h5 {
	text-align: center;
	font-size: 23px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 10px;
}

.secret-of-success p {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 100%;
}

.secret-of-success .date-time {
	background: #AE4920;
	padding: 20px;
	color: #fff;
	border: solid 1px #F6C86B;
	border-radius: 20px;
	width: 90%;
	font-size: 18px;
	margin: 20px auto;
}

.secret-of-success .register {
	background: #F6C86B;
	border-radius: 34px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	width: 200px;
	height: 60px;
  margin: 20px auto;
}

.meet-ana h3 {
  color:#100724; 
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  padding:0px 0px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.meet-ana p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #100724;
  padding: 0px 0px 10px;
  width: 100%;
}

.meet-ana .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.testimonials h3 {
	text-align: center;
	color: #39295C;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 20px;
}
 
.testimonials h5 {
	text-align: center;
	color: #39295C;
	font-size: 20px;
	line-height: 30px;
	color: #DE692A;
	font-weight: 700;
	padding: 20px 0px 0px;
}

.who-we-are .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.who-we-are h3 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 10px;
}

.who-we-are h5 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 20px;
}

.who-we-are p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 90%;
  margin: 0px auto;
}
  }

  @media only screen and (min-width:460px) and (max-width: 559.99px){
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.event-content {
  margin: auto;
}
    .banner .banner-content h1 {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 35px;
      line-height: 50px;
      color: #39295C;
      padding-bottom: 25px;
      text-align: center;
      margin: 0px auto;
      width: 90%;
    }

    .banner .banner-content h1 br {
      display: none;
    }
    .banner .banner-content h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 40px;
      color: #39295C;
      padding-bottom: 0px;
      text-transform: uppercase;
      text-align: center  ;
    }
    .banner .ds {
      margin: 30px auto 0px;
      text-align: center;
    }
  
    .banner .ds img {
      float: none;
      width: 80%;
      margin: auto;
    }
  
    .banner .banner-content p {
      font-size: 18px;
      color: #39295C;
      line-height: 32px;
      width: 80%;
      text-align: center;
      margin: 0px auto;
    }
  
    .banner .banner-content .logo {
      margin: 0px auto 20px;
      text-align: center;
    }
    .banner .banner-content .logo img  {
      width: 180px;
    }
  
    .banner .banner-content h3 {
      font-size: 22px;
      font-weight: 700;
      font-style: italic;
      color: #000;
      margin: 20px auto;
      text-align: center;
    }

    .banner .banner-content .col-md-7 {
      flex: 0 0 auto;
      width: 100%;
    }
    .banner .banner-content .col-md-5 {
      flex: 0 0 auto;
      width: 100%;
    }

    .banner .banner-content p span.ps {
      padding-left: 0px;
    } 

    .banner .banner-content .register {
      background: #F6C86B;
      border-radius: 34px;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      margin: 20px auto;
      display: block;
    }

    .banner .banner-content .more {
      background: #39295C;
      border-radius: 34px;
      text-align: center;
      font-size: 26px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      display: inline-block;
      margin-left: 20px;
      font-family: "Open Sans", sans-serif;
    }

    .featured-in .col-md-2 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .explore .col-md-3 {
      flex: 0 0 auto;
      width:100%;
      margin: 0px auto 20px;
      text-align: center;
    }

    .workshop img {
      float: none;
      margin:0px auto 10px;
      display: block;
    }

    .workshop h3 {
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      font-size: 25px;
      text-align: center;
      padding: 0px 0px;
      margin-bottom: 2rem;
    }

    .workshop h4 {
      font-size: 22px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 20px;
      text-align: center;
    }

    .workshop p {
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 1.5rem;
      font-size: 1rem;
      padding-right: 20px;
    }
  
    .workshop .col-md-6 {
      flex: 0 0 auto;
      width: 95%;
      margin:0px auto;
    }
  
    .sudarshan .col-md-6 {
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 20px;
    }
  
    .sudarshan h2 {
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .sudarshan p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
    }
  
    .about-sudarshan h2 {
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .about-sudarshan p br {
      display: none;
    }
  
    .srisri-bio {
      background: url(../img/srisri.jpg) no-repeat left top;
      padding: 5% 0px;
      color: #fff;
      background-size: cover;
    }

    .srisri-bio .col-md-4,   .srisri-bio .col-md-6 { 
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 10px;
    }

    .srisri-bio  .ms-3 {
      margin-left: 0rem !important;
    }

    .srisri-bio h3 {
      color: #fff;
      font-weight: 700;
      font-size: 25px;
      padding: 0px 0px;
      margin-bottom: 20px;
      text-align: center;
    }

    .srisri-bio p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      padding: 0px 0px 10px;
    }

    .srisri-bio a {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      margin: 0px auto 0px;
      text-decoration: none;
      display: block;
    }

    .footer {
      font-size: 12px;
      padding: 10px 0px 0px;
      text-align: center;
    }

    .footer .col-md-6:last-child {
      text-align: center;
    }

    .faq-section .accordion-item .accordion-button {
      text-align: left;
      font-size: 16px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
      font-weight: 600;
    }

    .faq-section .accordion-body {
      font-size: 15px;
      line-height: 25px;
    }

    .faq-section h3 {
      color: #000;
      font-weight: 700;
      font-size: 30px;
      padding: 0px 0px;
      margin-bottom: 20px;
      text-align: center;
    }

          
  .host-content {
    padding: 4% 0px 4%;
    margin: auto;
  }

  .banner .host-content .ds {
    margin: 20px auto 0px;
    display: block;
    text-align: center;
  }

 

  .banner .host-content .logo {
    margin: 0px auto 10px;
    text-align: center;
  }

.banner .host-content .ds img {
	max-width: 85%;
  float: none;
}

.banner .host-content h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	color: #39295C;
	padding-bottom: 10px;
	text-transform: uppercase;
  text-align: center;
}

.banner .host-content p {
	font-size: 16px;
	color: #39295C;
	line-height:25px;
	width: 100%;
	margin-bottom: 10px;
}
 

.work-shop-experience h3 {
	color: #39295C;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience h4 {
	color: #39295C;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience p {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #39295C;
	padding: 0px 00px 10px;
}
 
.work-shop-experience img {
	float: none;
	margin: 10px auto;
	max-width: 90%;
	display: block;
}

.secret-of-success .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.secret-of-success h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
	width:100%;
}

.secret-of-success h5 {
	text-align: center;
	font-size: 23px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 10px;
}

.secret-of-success p {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 100%;
}

.secret-of-success .date-time {
	background: #AE4920;
	padding: 20px;
	color: #fff;
	border: solid 1px #F6C86B;
	border-radius: 20px;
	width: 90%;
	font-size: 18px;
	margin: 20px auto;
}


.meet-ana h3 {
  color:#100724; 
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  padding:0px 0px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.meet-ana p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #100724;
  padding: 0px 0px 10px;
  width: 100%;
}

.meet-ana .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.secret-of-success .register {
	background: #F6C86B;
	border-radius: 34px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	width: 200px;
	height: 60px;
  margin: 20px auto;
}

.testimonials h3 {
	text-align: center;
	color: #39295C;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 20px;
}
 
.testimonials h5 {
	text-align: center;
	color: #39295C;
	font-size: 20px;
	line-height: 30px;
	color: #DE692A;
	font-weight: 700;
	padding: 20px 0px 0px;
}

.who-we-are .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.who-we-are h3 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 10px;
}

.who-we-are h5 {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 20px;

}

.who-we-are p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 90%;
  margin: 0px auto;
}
  }

  @media only screen and (min-width:360px) and (max-width: 459.99px){
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

    .banner .banner-content h1 {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 35px;
      line-height: 50px;
      color: #39295C;
      padding-bottom: 25px;
      text-align: center;
      margin: 0px auto;
      width: 95%;
    }

    .banner .banner-content h1 br {
      display: none;
    }

    .banner .banner-content h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 40px;
      color: #39295C;
      padding-bottom: 0px;
      text-transform: uppercase;
      text-align: center;
    }

    .banner .ds {
      margin: 30px auto 0px;
      text-align: center;
    }
  
    .banner .ds img {
      float: none;
      width: 80%;
      margin: auto;
    }
  
    .banner .banner-content p {
      font-size: 18px;
      color: #39295C;
      line-height: 32px;
      width: 90%;
      text-align: center;
      margin: 0px auto;
    }
  
    .banner .banner-content .logo {
      margin: 0px auto 20px;
      text-align: center;
    }
    .banner .banner-content .logo img  {
      width: 180px;
    }
    
    .banner .banner-content h3 {
      font-size: 20px;
      font-weight: 700;
      font-style: italic;
      color: #000;
      margin: 20px auto;
      text-align: center;
    }

    .banner .banner-content .col-md-7 {
      flex: 0 0 auto;
      width: 100%;
    }
    .banner .banner-content .col-md-5 {
      flex: 0 0 auto;
      width: 100%;
    }

    .banner .banner-content .register {
      background: #F6C86B;
      border-radius: 34px;
      text-align: center;
      font-size: 25px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      margin: 20px auto;
      display: block;
    }

    .banner .banner-content p span.ps {
      padding-left: 0px;
    } 

    .banner .banner-content .more {
      background: #39295C;
      border-radius: 34px;
      text-align: center;
      font-size: 26px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      margin: 0px auto;
      font-family: "Open Sans", sans-serif;
      display: block;
    }

    .featured-in .col-md-2 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .explore .col-md-3 {
      flex: 0 0 auto;
      width:100%;
      margin: 0px auto 20px;
      text-align: center;
    }

    .workshop img {
      float: none;
      margin:0px auto 10px;
      display: block;
    }

    .workshop h3 {
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      font-size: 25px;
      text-align: center;
      padding: 0px 0px;
      margin-bottom: 2rem;
    }

    .workshop h4 {
      font-size: 22px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 20px;
      text-align: center;
    }

    .workshop p {
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 1.5rem;
      font-size: 1rem;
      padding-right: 20px;
    }
  
    .workshop .col-md-6 {
      flex: 0 0 auto;
      width: 95%;
      margin:0px auto;
    }
  
    .sudarshan .col-md-6 {
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 20px;
    }
  
    .sudarshan h2 {
      color: #000000;
      font-size: 22px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .sudarshan p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
    }
  
    .about-sudarshan h2 {
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .about-sudarshan p br {
      display: none;
    }
  
    .srisri-bio {
      background: url(../img/srisri.jpg) no-repeat left top;
      padding: 5% 0px;
      color: #fff;
      background-size: cover;
    }

    .srisri-bio .col-md-4,   .srisri-bio .col-md-6 { 
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 10px;
    }

    .srisri-bio  .ms-3 {
      margin-left: 0rem !important;
    }

    .srisri-bio h3 {
      color: #fff;
      font-weight: 700;
      font-size: 25px;
      padding: 0px 0px;
      margin-bottom: 20px;
      text-align: center;
    }

    .srisri-bio p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      padding: 0px 0px 10px;
    }

    .srisri-bio a {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      margin: 0px auto 0px;
      text-decoration: none;
      display: block;
    }

    .footer {
      font-size: 12px;
      padding: 10px 0px 0px;
      text-align: center;
    }

    .footer .col-md-6:last-child {
      text-align: center;
    }

    .faq-section .accordion-item .accordion-button {
      text-align: left;
      font-size: 16px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
      font-weight: 600;
    }

    .faq-section .accordion-body {
      font-size: 15px;
      line-height: 25px;
    }

    .faq-section h3 {
      color: #000;
      font-weight: 700;
      font-size: 25px;
      padding: 0px 0px;
      margin-bottom: 20px;
      text-align: center;
    }

           
  .host-content {
    padding: 4% 0px 4%;
    margin: auto;
  }

  .banner .host-content .ds {
    margin: 20px auto 0px;
    display: block;
    text-align: center;
  }


  .banner .host-content .logo {
    margin: 0px auto 10px;
    text-align: center;
  }

.banner .host-content .ds img {
	max-width: 85%;
  float: none;
}

.banner .host-content h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	color: #39295C;
	padding-bottom: 10px;
	text-transform: uppercase;
  text-align: center;
}

.banner .host-content p {
	font-size: 16px;
	color: #39295C;
	line-height:25px;
	width: 100%;
	margin-bottom: 10px;
}
 

.work-shop-experience h3 {
	color: #39295C;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience h4 {
	color: #39295C;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience p {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #39295C;
	padding: 0px 00px 10px;
}
 
.work-shop-experience img {
	float: none;
	margin:10px auto 10px;
  max-width: 90%;
  display: block;
}

.secret-of-success .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.secret-of-success h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
	width:100%;
}

.secret-of-success h5 {
	text-align: center;
	font-size: 23px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 10px;
}

.secret-of-success p {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 100%;
}

.secret-of-success .date-time {
	background: #AE4920;
	padding: 10px 0px 0px;
	color: #fff;
	border: solid 1px #F6C86B;
	border-radius: 20px;
	width: 95%;
	font-size: 16px;
	margin: 10px auto;
}

.secret-of-success .date-time p {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0px 0px 0px;
}

.secret-of-success .register {
	background: #F6C86B;
	border-radius: 34px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	width: 200px;
	height: 60px;
  margin: 20px auto;
}


.meet-ana h3 {
  color:#100724; 
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  padding:0px 0px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.meet-ana p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #100724;
  padding: 0px 0px 10px;
  width: 100%;
}

.meet-ana .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}


.testimonials h3 {
	text-align: center;
	color: #39295C;
	font-weight: 700;
	font-size: 23px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 20px;
}

.testimonials h5 {
	text-align: center;
	color: #39295C;
	font-size: 20px;
	line-height: 30px;
	color: #DE692A;
	font-weight: 700;
	padding: 20px 0px 0px;
}
 

.who-we-are .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.who-we-are h3 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 23px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 10px;
}

.who-we-are h5 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 10px;

}

.who-we-are p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 90%;
  margin: 0px auto;
}
  }

  @media only screen and (min-width:320px) and (max-width: 359.99px){
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

    .banner .banner-content h1 {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 35px;
      line-height: 50px;
      color: #39295C;
      padding-bottom: 25px;
      text-align: center;
      margin: 0px auto;
      width: 95%;
    }

    .banner .banner-content h1 br {
      display: none;
    }
    .banner .banner-content h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 40px;
      color: #39295C;
      padding-bottom: 0px;
      text-transform: uppercase;
      text-align: center;
    }
    .banner .ds {
      margin: 30px auto 0px;
      text-align: center;
    }
  
    .banner .ds img {
      float: none;
      width: 85%;
      margin: auto;
    }
  
    .banner .banner-content p {
      font-size: 18px;
      color: #39295C;
      line-height: 32px;
      width: 90%;
      text-align: center;
      margin: 0px auto;
    }
  
    .banner .banner-content .logo {
      margin: 0px auto 20px;
      text-align: center;
    }
    .banner .banner-content .logo img  {
      width: 180px;
    }
  
    .banner .banner-content h3 {
      font-size: 20px;
      font-weight: 700;
      font-style: italic;
      color: #000;
      margin: 20px auto;
      text-align: center;
    }

    .banner .banner-content .col-md-7 {
      flex: 0 0 auto;
      width: 100%;
    }
    .banner .banner-content .col-md-5 {
      flex: 0 0 auto;
      width: 100%;
    }

    .banner .banner-content .register {
      background: #F6C86B;
      border-radius: 34px;
      text-align: center;
      font-size: 25px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      margin: 20px auto;
      display: block;
    }
/* 
    .banner .banner-content .register {
      background: #F6C86B;
      border-radius: 34px;
      text-align: center;
      font-size: 25px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      margin: 20px auto;
      display: block;
    } */

    .banner .banner-content p span.ps {
      padding-left: 0px;
    } 

    .banner .banner-content .more {
      background: #39295C;
      border-radius: 34px;
      text-align: center;
      font-size: 26px;
      font-weight: 700;
      line-height: 60px;
      width: 200px;
      height: 60px;
      display: block;
      margin: 0px auto;
      font-family: "Open Sans", sans-serif;
    }

    .featured-in .col-md-2 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .explore .col-md-3 {
      flex: 0 0 auto;
      width:100%;
      margin: 0px auto 20px;
      text-align: center;
    }

    .workshop img {
      float: none;
      margin:0px auto 10px;
      display: block;
    }

    .workshop h3 {
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      font-size: 25px;
      text-align: center;
      padding: 0px 0px;
      margin-bottom: 2rem;
    }

    .workshop h4 {
      font-size: 22px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 20px;
      text-align: center;
    }

    .workshop p {
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 1.5rem;
      font-size: 1rem;
      padding-right: 20px;
    }
  
    .workshop .col-md-6 {
      flex: 0 0 auto;
      width: 95%;
      margin:0px auto;
    }
  
    .sudarshan .col-md-6 {
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 20px;
    }
  
    .sudarshan h2 {
      color: #000000;
      font-size: 22px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .sudarshan p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
    }
  
    .about-sudarshan h2 {
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      text-transform: capitalize;
      text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
      margin-bottom: 30px;
      text-align: center;
    }
  
    .about-sudarshan p br {
      display: none;
    }
  
    .srisri-bio {
      background: url(../img/srisri.jpg) no-repeat left top;
      padding: 5% 0px;
      color: #fff;
      background-size: cover;
    }

    .srisri-bio .col-md-4,   .srisri-bio .col-md-6 { 
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto 10px;
    }

    .srisri-bio  .ms-3 {
      margin-left: 0rem !important;
    }

    .srisri-bio h3 {
      color: #fff;
      font-weight: 700;
      font-size: 25px;
      padding: 0px 0px;
      margin-bottom: 20px;
      text-align: center;
    }

    .srisri-bio p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      padding: 0px 0px 10px;
    }

    .srisri-bio a {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      margin: 0px auto 0px;
      text-decoration: none;
      display: block;
    }

    .footer {
      font-size: 12px;
      padding: 10px 0px 0px;
      text-align: center;
    }

    .footer .col-md-6:last-child {
      text-align: center;
    }

    .faq-section .accordion-item .accordion-button {
      text-align: left;
      font-size: 16px;
      line-height: 30px;
      color: #000;
      padding-right: 20px;
      font-weight: 600;
    }

    .faq-section .accordion-body {
      font-size: 15px;
      line-height: 25px;
    }

    .faq-section h3 {
      color: #000;
      font-weight: 700;
      font-size: 25px;
      padding: 0px 0px;
      margin-bottom: 20px;
      text-align: center;
    }

    
           
  .host-content {
    padding: 4% 0px 4%;
    margin: auto;
  }

  .banner .host-content .ds {
    margin: 20px auto 0px;
    display: block;
    text-align: center;
  }


  .banner .host-content .logo {
    margin: 0px auto 10px;
    text-align: center;
  }

.banner .host-content .ds img {
	max-width: 85%;
  float: none;
}

.banner .host-content h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	color: #39295C;
	padding-bottom: 10px;
	text-transform: uppercase;
  text-align: center;
}

.banner .host-content p {
	font-size: 16px;
	color: #39295C;
	line-height:25px;
	width: 100%;
	margin-bottom: 10px;
}
 

.work-shop-experience h3 {
	color: #39295C;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience h4 {
	color: #39295C;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.work-shop-experience p {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #39295C;
	padding: 0px 00px 10px;
}
 
.work-shop-experience img {
	float: none;
	margin:10px auto 10px;
  max-width: 90%;
  display: block;
}

.secret-of-success .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.secret-of-success h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 10px;
	text-align: center;
	width:100%;
}

.secret-of-success h5 {
	text-align: center;
	font-size: 23px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 10px;
}

.secret-of-success p {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 100%;
}

.secret-of-success .date-time {
	background: #AE4920;
	padding: 10px 0px 0px;
	color: #fff;
	border: solid 1px #F6C86B;
	border-radius: 20px;
	width: 99%;
	font-size: 16px;
	margin: 10px auto;
}

.secret-of-success .date-time p {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0px 0px 0px;
}

.secret-of-success .register {
	background: #F6C86B;
	border-radius: 34px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	width: 200px;
	height: 60px;
  margin: 20px auto;
}

.meet-ana h3 {
  color:#100724; 
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  padding:0px 0px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.meet-ana p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #100724;
  padding: 0px 0px 10px;
  width: 100%;
}

.meet-ana .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.testimonials h3 {
	text-align: center;
	color: #39295C;
	font-weight: 700;
	font-size: 23px;
	line-height: 35px;
	padding: 0px 0px;
	margin-bottom: 20px;
}

.testimonials h5 {
	text-align: center;
	color: #39295C;
	font-size: 20px;
	line-height: 30px;
	color: #DE692A;
	font-weight: 700;
	padding: 20px 0px 0px;
}
 

.who-we-are .col-md-6 img {
  max-width: 80%;
  margin: 0px auto 20px;
  display: block;
}

.who-we-are h3 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 23px;
	line-height: 40px;
	padding: 0px 0px;
	margin-bottom: 10px;
}

.who-we-are h5 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #F6C86B;
	font-weight: 600;
	padding: 0px 0px 10px;

}

.who-we-are p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 0px 0px 10px;
	width: 90%;
  margin: 0px auto;
}
  }