
    .accordioncontent {
      /* max-height: 0px; */
      overflow: hidden;
      opacity: 0;
      transition: all 300ms ease-in-out;
    
    }

    /* .jXK9ad-SmKAyb{
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    } */
    
    .accordioncontent[area-expanded="false"] {
      opacity: 0;
    }
    
    .accordioncontent[area-expanded="true"] {
      opacity: 1;
      /* padding-top:10px; */
    
    }
    .topactive{
      transform: rotate(90deg);
    }
    .scroll-none::-webkit-scrollbar{
      width: 0px;
    }

    @media screen and (max-width:580px) {

      

      .accordioncontent {
        padding: 0px !important;
      }

      .padgit {
        padding: 0px !important;
      }

      header .header-wrapper nav ul>li .dropdown-menu li {
        margin: 0px;
      }
    }

    .scroll-div {
      padding-bottom: 6px;
    }

    
      
      body {
        line-height: 1.6;
        overflow-x: hidden !important;
      
    }
  
    header {
      box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
      font-size: 14px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      background-color: #fff;
    }

    header .header-wrapper {
      padding: 8px 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }

    header .header-wrapper .header__logo img {
      max-height: 1.5625em;
      object-fit: contain;
      margin-right: auto;
    }
    img{
      vertical-align: middle;
    }
    a {
      text-decoration: none;
  }

    header .header-wrapper nav ul>li {
      display: inline-block;
      margin: 0 1.78571em;
      position: relative;
    }

    header .header-wrapper nav ul>li:first-child {
      margin-left: 0;
      padding-left: 0;
    }

    header .header-wrapper nav ul>li:last-child {
      margin-right: 0;
      padding-right: 0;
    }

    header .header-wrapper nav ul>li.active>a:after {
      left: 0;
    }

    header .header-wrapper nav ul>li.active>a:hover:after {
      animation: reSlide 1s forwards;
    }

    header .header-wrapper nav ul>li>a {
      /* text-transform: uppercase; */
      color: #202020;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      line-height: 1em;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      /* text-transform: uppercase; */
      position: relative;
      padding: 4px 0;
      overflow: hidden;
      display: inline-block;
    }

    header .header-wrapper nav ul>li>a:hover {
      color: #111;
    }

    header .header-wrapper nav ul>li>a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -100%;
      height: 3px;
      width: 100%;
      background-color: #e49c86;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    header .header-wrapper nav ul>li>a:hover:after {
      left: 0;
    }

    header .header-wrapper nav ul>li:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
    }

    header .header-wrapper nav ul>li .dropdown-menu {
      position: absolute;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      left: 0;
      padding: 30px 50px;
      background-color: #fff;
      box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
      opacity: 0;
      visibility: hidden;
      z-index: 10;
      max-height: 80vh;
    overflow-y: auto;
    }

    header .header-wrapper nav ul>li .dropdown-menu li {
      display: block;
      margin: 0;
      margin-bottom: 10px;
    }

    header .header-wrapper nav ul>li .dropdown-menu li:last-child {
      margin-bottom: 0;
    }

    header .header-wrapper nav ul>li .dropdown-menu li a {
      white-space: nowrap;
    }

    header .header-wrapper .header__icon-group {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }

    header .header-wrapper .header__icon-group a {
      color: #111;
      font-size: 1.14286em;
      font-weight: 600;
      text-decoration: none;
      line-height: 0;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      text-transform: uppercase;
    }

    header .header-wrapper .header__icon-group a:hover {
      color: #e49c86;
    }

    header .header-wrapper .header__icon-group #search {
      padding-right: 1.875em;
      margin-right: 1.875em;
      border-right: 1px solid #e1e1e1;
    }

    header .header-wrapper .header__icon-group #search.active {
      color: #e49c86;
    }

    header .header-wrapper .header__icon-group .social a {
      margin: 0 0.625em;
    }

    header .header-wrapper .header__icon-group .social a:first-child {
      margin-left: 0;
      padding-left: 0;
    }

    header .header-wrapper .header__icon-group .social a:last-child {
      margin-right: 0;
      padding-right: 0;
    }

    header .header-wrapper .header__icon-group .social #mobile-menu-controller {
      display: none;
    }

    @media only screen and (max-width: 992px) {
      header {
        font-size: 13px;
      }
    }

    header.scroll-down .header-wrapper {
      padding: 8px 0;
    }

    header.is-mobile {
      font-size: 15px;
      z-index: 100;
    }

    header.is-mobile #search-box {
      font-size: 22px;
    }

    header.is-mobile nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 100;
      box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
      overflow-y: auto;
      height: 100vh;
    }

    header.is-mobile nav ul {
      padding: 30px 20px 100px;
    }

    header.is-mobile nav ul>li {
      display: block;
      border-bottom: 1px solid #e1e1e1;
      margin: 0;
      padding: 20px 0 20px;
      z-index: 100;
    }

    header.is-mobile nav ul>li:last-child {
      border-bottom: 0;
    }

    header.is-mobile nav ul>li>a {
      padding: 0;
    }

    header.is-mobile nav ul>li>a:after {
      display: none;
    }

    header.is-mobile nav ul>li .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      box-shadow: none;
      z-index: 200;
      position: unset;
      padding: 15px 30px;
    }

    header.is-mobile nav ul>li .dropdown-menu li {
      border-bottom: 0;
      padding: 10px 0;
    }

    header.is-mobile nav ul>li .dropdown-menu.show {
      display: block;
    }

    header.is-mobile nav ul>li .dropdown-menu__controller {
      float: right;
    }

    header.is-mobile .header__icon-group #search {
      padding-right: 1.33333em;
      margin-right: 1.33333em;
    }

    header.is-mobile .header__icon-group .social a {
      display: none;
    }

    header.is-mobile .header__icon-group .social #mobile-menu-controller {
      display: block;
      margin: 0;
    }

    header.-theme--blue .header-wrapper nav ul>li>a:hover {
      color: #11d2ef;
    }

    header.-theme--blue .header-wrapper nav ul>li>a:after {
      background-color: #11d2ef;
    }

    header.-theme--blue .header-wrapper .header__icon-group a:hover {
      color: #11d2ef;
    }

    header.-theme--blue .header-wrapper .header__icon-group #search.active {
      color: #11d2ef;
    }

    header.-theme--violet .header-wrapper nav ul>li>a:hover {
      color: #537bdf;
    }

    header.-theme--violet .header-wrapper nav ul>li>a:after {
      background-color: #537bdf;
    }

    header.-theme--violet .header-wrapper .header__icon-group a:hover {
      color: #537bdf;
    }

    header.-theme--violet .header-wrapper .header__icon-group #search.active {
      color: #537bdf;
    }
    .social-block a {
      color: #111;
      font-size: 15px;
      font-weight: 600;
      line-height: 3.33333em;
      border-radius: 999px;
      background-color: #f5f5f5;
      padding: 0;
      text-align: center;
      border: 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      display: inline-block;
      height: 3.33333em;
      width: 3.33333em;
      margin-right: 1em;
    }
    
    .social-block a:hover {
      background-color: #e1e1e1;
    }
    
    .social-block a:first-child {
      margin-left: 0;
      padding-left: 0;
    }
    
    .social-block a:last-child {
      margin-right: 0;
      padding-right: 0;
    }

    .post-footer__author .author__info .social-media a {
      color: #111;
      font-size: 1em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      margin: 0 0.625em;
    }
    
    .post-footer__author .author__info .social-media a:hover {
      color: #e49c86;
    }
    
    .post-footer__author .author__info .social-media a:first-child {
      margin-left: 0;
      padding-left: 0;
    }
    
    .post-footer__author .author__info .social-media a:last-child {
      margin-right: 0;
      padding-right: 0;
    }

    .author-info-block__info .social-media a {
      color: #111;
      font-size: 1em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      margin: 0 0.625em;
    }
    
    .author-info-block__info .social-media a:hover {
      color: #fff;
    }
    
    .author-info-block__info .social-media a:first-child {
      margin-left: 0;
      padding-left: 0;
    }
    
    .author-info-block__info .social-media a:last-child {
      margin-right: 0;
      padding-right: 0;
    }

    .post .post-standard #post-share .social-media a {
      color: #fff;
      font-size: 0.875em;
      font-weight: 600;
      line-height: 2.85714em;
      border-radius: 999px;
      background-color: #f5f5f5;
      padding: 0;
      text-align: center;
      border: 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      display: block;
      height: 2.85714em;
      width: 2.85714em;
      margin: 0 auto;
      margin-bottom: 1.07143em;
    }
    
    .post .post-standard #post-share .social-media a:hover {
      background-color: #e1e1e1;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
      display: block;
  }
  ol, ul {
    list-style: none;
}
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "DM Sans", sans-serif !important;
  vertical-align: baseline;
  font-weight: 500;
}
#load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#load .load__content .load__icon img {
  height: 80px;
  width: 80px;
}

.tyJCtd{
padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    max-width: 100%;
}
 .slider-item__image {
  height: 100%;
  height: 40em;
}

 .slider-item__image img {
  height: 100%;
  width: 100%;
  object-fit: none;
}
.slider-item__image {
  background-color: #000;
}

.slider-item__image img {
  opacity: 0.5;
}
.lensbg{
  object-fit: cover !important;
}
.slider-item__content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  background-color: transparent;
  transform: translate(-50%, -50%);
  padding: 1.875em 4.375em;
  text-align: center;
}
 .card__content-title {
  font-size: 1.625em;
  line-height: 1.23077em;
  margin-bottom: 0.38462em;
  color: #fff;
}
.card__content-title {
  display: block;
  margin-bottom: 0.625em;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.375em;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.card__content-info  {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
}

.redmanifesto {
  margin-top: 50px;
}

.redfes {
  text-align: center;
}
.redfes button {
  background-color: rgba(115, 67, 50, 1);
  color: rgba(249, 249, 249, 1);
  border: 1px solid;
  padding: 8px 16px;
  width: 290px;
  border-radius: 4px;
  margin-bottom: 50px;
  font-size: 16px;
}
.myvxt-f{
  position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tyjctd-w{
  width: 100%;
}
.c9dxtc-h{
font-size: 45px;
color: #fff;
}
.tyjctd-p{
  color: #fff;
  font-size: 24px;
}
.c9dxtc-pro{
  font-size: 45px;
  color: #cc4331;
}
.centerline{
  width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.150000006);
    margin: 35px 0px;
}
.ls81yb-f{
  display: flex;
}
.t3iyd-img img{
  width: 500px;
  height: 100%;
}

  .NsaAfc-but p{
    background-color: rgba(115,67,50,1);
    color: rgba(249,249,249,1);
    border-color: rgba(115,67,50,1);
    width: 100%;
    text-align: center;
    padding: 8px 16px;
    border-radius: 6px;
    white-space: nowrap;
}
.NsaAfc-but{
  margin: 60px 0;
  width:fit-content;
}
.yaqozd-mar{
  margin-top: 70px;
}
.centerline1{
  width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.150000006);
    margin: 20px 0px;
}
.footer{
  padding:16px;
}
.footink{
  color: rgba(115,67,50,1);
}
.tyJCtd-per{
  margin: 0px;
  padding:0px;
  /* width: 70%; */
}
.n8h08c-ullist{
  line-height: 3;
}
.ymeqtf-if{
  width:500px;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.nQBJnb{
  background-position: center center;

    background-size: cover;
    height:100%;
    /* position: absolute; */
    width: 100%;
}
.Ah1ayc{
 margin-top: 50px;
}
.ZbQFKd {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: rgb(189,193,198);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color .6s ease,width .4s ease-in-out,height .4s ease-in-out;
  transition: background-color .6s ease,width .4s ease-in-out,height .4s ease-in-out;
}
.cc0d9d{
  text-align: center;
  padding-top: 30px;
}
.tabactive{
  background-color: rgba(115,67,50,1);
}

.rV-width{
  width:50%;
}
.ls81yb-yoga{
  display: flex;
  
  max-width:80%;
  margin:80px auto 20px;
}
.baZpAe-mar{
  margin-top: 20px;
}
.NsaAfc-but1{
  background-color: rgba(204,67,49,1);
  color: rgba(249,249,249,1);
  border-color: rgba(204,67,49,1);
  text-align: center;
  width: 50%;
  border-radius: 6px;
  margin: auto;
}
.searchicon{
  width: 24px;
  height: 24px;
  vertical-align: baseline;
  cursor: pointer;
}
.searchdiv{
  right: 0px;
    position: fixed;
    
    width:0%;
    visibility: hidden;
    top: 0px;
    text-align: center;
    z-index:9;
    background-color: #eee;
    padding: 15px;
    transition: all 100ms linear;
}
.searchdiv span{
  position: absolute;
    left: 30px;
    transform: rotate(180deg);
    top: 25px;
    cursor: pointer;
}

.searchdiv input{
  width: 500px;
    padding: 8px 16px;
    font-size: 20px;
}
.searchdiv.activesearch{
  width:100%;
  visibility: visible;
}
/* #searchResults {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width:50%;
  padding: 100px 10px 0px 30px;
  overflow-y: auto;
  line-height: 2.1;
  height: 100vh;
  margin: auto;
  /* word-break: break-all; */
  /* align-items: center; */
  /* margin-top: 20px; 
   } */
.highlighted{
  color: red;
}
.sketch-pdlt{
  padding-left: 50px;
  padding-right:50px;
}
.video-iframe{
  width: 50%;
  height: 400px;

}
.nq-height{
  height: 80% !important;

}

.iframe-box{
  width: 500px;
  height: 310px;

}
.ppt-w{
  width: 470px;
}
.ppt-mar{
  margin-top:50px;
  margin-bottom: 50px;
}
.tasmai-f{
  display: flex;
  gap: 25px;
  width:60%;
  margin: auto;

}
    @media only screen and (max-width: 1400px) {
      .post .post-standard #post-share .social-media a {
        display: inline-block;
        margin-bottom: 0;
        margin: 0 0.35714em;
      }
    
      .post .post-standard #post-share .social-media a:first-child {
        margin-left: 0;
        padding-left: 0;
      }
    
      .post .post-standard #post-share .social-media a:last-child {
        margin-right: 0;
        padding-right: 0;
      }
    }

    @media screen and (min-width:581px) and (max-width:912px){
      header.scroll-down .header-wrapper {
        padding: 20px 0;
      }
      header .header-wrapper{
        padding: 20px 0;
      }
      .t3iyd-img img{
        width: 100%;
      }
      .ls81yb-f {
        gap: 25px;
        flex-direction: column;
       
    
    }
    header.is-mobile nav ul{
      padding: 0px 40px;
    }
    header.is-mobile nav ul>li .dropdown-menu li{
      padding: 2px 0px;
    }
    .tyJCtd-768{
      margin: auto;
    }
    .t3iYD1 img{
     width: 126px !important;
    }
    .ls81yb-yoga1{
      margin: 50px auto 20px;
      justify-content: center;
    }
   

    }



    @media only screen and (max-width: 768px) {
       .card__content-title {
        font-size: 1.75em;
      }
      header.scroll-down .header-wrapper {
        padding: 20px 0;
      }
      header .header-wrapper{
        padding: 20px 0;
      }
      .t3iyd-img img{
        width: 100%;
      }
      .ls81yb-f {
        gap: 25px;
        flex-direction: column;
    }
    }

    @media screen and (max-width:580px){

      .tasmai-f{
        flex-direction: column;
      }

      .ppt-mar{
        margin-top:20px;
        margin-bottom:20px;
      }

      .iframe-box{
        width:100%;
       height:200px;
      
      }

      .ppt-w {
        width: 150px;
    }

      .nq-height{
        width: 100%;
        margin-top: 30px !important;
     

      }

      .los-mar{
        margin-top: 40px;
      }
      .video-iframe{
        width: 100%;
        height: 300px;
      
      }

      .sketch-pdlt{
        padding-left: 25px;
        padding-right:25px;
      }

      header.scroll-down .header-wrapper {
        padding: 20px 0;
      }
      header .header-wrapper{
        padding: 20px 0;
      }

      .UVNKR-mar{
        margin: 0px !important;
      }
      .NsaAfc-but1{
        width: 100%;
      }

      .wid-50{
        width:100% !important;
      }

      .ls81yb-yoga{
       flex-direction: column;
       gap: 20px;
      }

      .rV-width{
        width:100%;
      }

    .c9dxtc-pro{
      font-size: 32px !important;
    }

      .t3iyd-img img{
        width:100%;
     
      }
      .ls81yb-f{
       flex-direction: column;
       gap: 30px;
      }
      .NsaAfc-but p{
        width: 100%;
      }
      .yaqozd-mar {
        margin-top: 35px;
    }
    .NsaAfc-but {
      margin: 40px 0;
      width: 100%;
  }
      .tyJCtd {
           width: 100%;
          padding-left: 16px;
          padding-right: 16px;
          margin-left: auto;
          margin-right: auto;
            }
            .c9dxtc-h{
              font-size: 32px;
            }
           .UVNKR{
            margin: 16px;
           }
           .card__content-title{
            font-size: 32px;
           }
           .tyjctd-p{
            font-size: 22px;
           }
           .ymeqtf-if{
            width: 100%;
            height: 300px;
           }
           .lsihe-mar{
            margin-left: 0px !important;
           }
           header.is-mobile nav ul>li .dropdown-menu li{
            padding: 2px 0px;
          } 
    }
    
    @media only screen and (max-width: 576px) {
.slider-item__content {
    padding: 0.9375em 1.875em;
    width: 80%;
}



    }