 
    .prd0 {padding-right: 0px;}
    .pld0 {padding-left: 0px;}
  .mt20 {
    margin-top: 20px; }
  .mt30 {
    margin-top: 30px; }
 .mt40 {
  margin-top: 40px; }
.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mb20 {
  margin-bottom: 20px; }

  .mb40 {
    margin-bottom: 40px; }
    
.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb70 {
  margin-bottom: 80px; }

.mb70 {
  margin-bottom: 90px; }

  ::selection {
    color: #fff;
    background: #353437; }
  
  ::-moz-selection {
    color: #fff;
    background: #353437; }
  
  a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
    outline: none; }
  
  a {
    text-decoration: none;
    transition: all linear 0.3s; }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  
  
  .home-heading{  text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 8px;}
  
  
    body {
      font-family: 'Raleway', sans-serif;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
      font-style: normal;
      background: #fff;
      color: #191919;
      letter-spacing: 0.5;
  }
  
   /*slider*/	
  .bs-slider {
    overflow: hidden;
  
    position: relative;
  }
  
  .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
  }
  .bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /********************
  *****Slide effect
  **********************/
  
  .fade {
    opacity: 1;
  }
  .fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  .fade .item:first-child {
    top: auto;
    position: relative;
  }
  .fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  .control-round .carousel-control {
    margin: auto;
    opacity: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    color: #fff;
    display: block;
    font-size: 25px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #e88412;
    border-radius: 0;
    transition: all linear 0.5s;
    padding: 15px;
    bottom: 0;
  }
  
  
  .control-round:hover .carousel-control {
    opacity: 1;
  }
  .right.carousel-control {
    right: 3px;
    top: auto;
    top: auto;
  }
  .left.carousel-control {
    left: auto;
    right: 73px;
    top: auto;
  }
  .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fff;
    background:#924027;
    border: 0px transparent;
  }
  .fa-angle-right:before{
    line-height: 30px;
  }
  .fa-angle-left:before{
    line-height: 30px;
  }
  /*---------- SLIDE CAPTION ----------*/
  .slide-text {
    top: auto;
    position: absolute;
    text-align: left;
    left: 8%;
    right: auto;
    padding: 0;
    bottom: 40%;
    width: 50%;
  }
  .slide-text a:hover {
    background: #924027;
}
  
  .slide-text > h1 {
    display: block;
    color: #000000;
    font-weight: 400;
    letter-spacing: 1;
    margin-bottom: 14px;
    font-size: 53;
     }
     .slide-text a {
      display: inline-block;
      background: #e88412;
      padding: 10px 20px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 2px;
  }
  
  /*------------------------------------------------------*/
  /* RESPONSIVE
  /*------------------------------------------------------*/
  
  
  @media (max-width: 480px) {
    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        display: none;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
  }

  .banner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
}
  /*slider-end*/

  header {
    background: #fff; 
    position: relative;
    font-family: 'Open Sans', sans-serif;
  }
  header:after {
    position: absolute;
    content: '';
    top: 46%;
    height: 1px;
    background: #ddd;
    left: 31%;
    z-index: 9;
    right: 0;
}
       .top-head .header-lftborder {
        border-left: 1px solid #c8c8c8; }

.top-head .top-address ul li {
    font-size: 14px;
    color: #924027;
    display: inline-block;
    padding: 16px 13px;
    font-weight: 600;
}
.top-address ul li i {
    color: #225eac;
    font-size: 19px;
}
       

    
.work_sec {
  margin-top: 80px;
  margin-bottom: 60px; }
  .work_sec .work_sec-content {
    margin-left: 30px;
}
    .work_sec .work_sec-content h4 {
        font-size: 16px;
        font-weight: 800;
        color: #225eac;
        position: relative;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
      .work_sec .work_sec-content h1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 39px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .work_sec .work_sec-content p {
      font-size: 17px;
      color: #4a4a4a;
      line-height: 22px;
      font-weight: 400;
  }
    .work_sec .work_sec-content a {
        background: #e88412;
        color: #fff;
        padding: 14px 20px;
        display: inline-block;
        margin-top: 10px;
        font-weight: 600;
        background-image: #e88412
    }
        .work_sec .work_sec-content a:hover {
            color: #fff;
            background: #924027;
            /*background-image: linear-gradient(42deg, #2131b6 20%, #5929ba 75%);*/
        }

.pdfbtn img {
  float: left;
  margin-right: 10px;
}

.mission-sec {
  margin-top: 100px;
  background: #e88412;
  position: relative;
  padding: 60px 0;
  margin-bottom: 110px;
  color: #fff;
} 
.mission-rgtiamge {
  position: absolute;
  top: 70px;
  right: 0;
  left: auto;
}
.missionlftimage {
  position: absolute;
  top: -40px;
  left: 0;
  right: auto;
}
.main-content h1 {
  font-size: 30px;
  font-weight: 500;
}
.main-content p {
  font-size: 17px;
}
.main-content {
  margin-top: 70px;
  padding-right: 40px;
}
.need {
  margin-bottom: 50px;
}
.need a {
  background: #924027;
  padding: 13px 30px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 20px;
}
.services-heding a {
    /*background: #924027;*/
    background: #e88412;
    padding: 15px 40px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    float: right;
}
    .services-heding a:hover {
        /*background: #924027;*/
        background: #924027;
    }
.services-heding h3 {
  font-size: 43px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 40px;
    color: #000;
}
.services-content {
  background: transparent;
  height: auto;
  position: relative;
  z-index: 11;
  padding: 10px;
  border: 1.5px solid #b4b4b4dd;
  color: #ffff;
  border-radius: 20px;
  height: 470px;
}
.services-content img {
  border-radius: 15px;
}
.top-address ul {
  float: right;
}
.ser-part {
  padding: 20px 10px;
}
.services-sec {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 80px 0;
}

.services-heding {
  position: relative;
  z-index: 11;
}
.help{
  padding: 60px 0px;
  background-image: url(./images/bg2.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.help-content {
  background: #fff;
  padding: 60px 40px;
  margin-left: 40px  ;
  color: #000;
}
.help-content h4 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;

}
.help-content p {
  font-size: 18px;
  font-weight: 600;}
    .help-content a {
        background: #e88412;
        color: #fff;
        padding: 14px 40px;
        display: inline-block;
        text-transform: uppercase;
        margin-top: 20px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    .help-content a:hover {
        background: #924027;
    }
.offer-content img {
  margin: auto;
}
.offer-content h2 {
  font-size: 35px;
  line-height: 41px;
}
.offer-content {
  text-align: center;
  margin: 50px 0;
}

footer {
    /*background: #dee5eb;*/
    background: #e88412;
    font-weight: 500;
    padding: 40px 0 10px;
}
    footer h5 {
        color: #225eac;
        font-size: 25px;
        font-weight: 700;
    }
footer ul {
  column-count: 2;
}
.f-addres {
  margin-bottom: 10px;
}
footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #b4b0b0;
}
.sub-footer {
  text-align: center;
}

.home-misssion {
  margin-top: 90px;
  position: relative;
  z-index: 11;
  background: #f9f5ff;
  padding: 80px 0;
}
.misionhome-content h5 {
  font-size: 25px;
  margin-top: 0;
  font-weight: 800;
  text-transform: uppercase;
}
.misionhome-content p {
  font-size: 18px;
  text-align: justify;
}
.misionhome-content {
  padding: 30px 0;

}
.misionhome-content  a {
  font-weight: 800;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
}
.assist p {
  font-size: 18px;
  letter-spacing: 0.5;
  line-height: 23px;
}
.assist h2 {
  font-size: 34px;
}
.assist {
  margin-top: 60px;
  margin-right: 50px;
}

.vision {
  background: #55c3ff;
  padding: 70px 34px 50px;
  position: absolute;
  top: -50px;
  right: 10%;
}
.vision p {
  font-size: 18px;
}
.vision h5 {
  font-size: 35px;
}
.vision {
    background: #225eac;
    padding: 40px 34px 50px;
    position: absolute;
    top: -140px;
    right: 10%;
    color: #e88412;
}
.misionimage {
  padding-right: 30px;
}
.services-content span.number {
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  font-size: 55px;
  color: #eaeaea;
  display: block;
  font-style: italic;
  margin-bottom: 5px;
}

.services-content h4 {
  font-size: 20px;
  color: #3c3c3c;
  letter-spacing: 0.3px;
  border-bottom: #000 2px solid;
  display: inline-block;
  padding-bottom: 6px;
  clear: both;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.assist a {
  font-size: 17px;
  font-weight: 700;
}
.services-content p {
  font-size: 14px;
  line-height: 17px;
  color: #979b9d;
  text-align: justify;
}
.ser-part h3 {
  font-size: 23px;
  color: #000;
  font-weight: 300;
}
.ser-part a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2;
}
.ser-part a:hover {
  color: #d75525;
}
ul.f-links li a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 27px;
}



.logo img {
  width: 100%;
  margin: auto;
}


.innerbanner .inner-heading {
  position: absolute;
  bottom: 27%;
  right: 15%;
}
.innerbanner {
  position: relative;
  margin-bottom: 50px;
}

.inner-heading h3 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.inner-wrapper {
  margin-bottom: 50px;
}
.staff {
  padding: 30px;
  border: 2px solid #ddd;
  border-radius: 7px;
  margin-top: 30px;
}
.about-content p {
  font-size: 17px;
  text-align: justify;
}
.yoga-content h2 {
    background: #924027;
    text-align: center;
    font-size: 27px;
    padding: 5px;
    color: #fff;
}

ul.yoga-list li i {
  font-size: 16px;
  color: #00d527;
}
.contact-details .details {
  margin-bottom: 20px;
  position: relative;
  padding-left: 57px;
  font-size: 15px;
  line-height: 25px;
  font-family: sans-serif;
}
.contact-details .details i {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
  background: #e88412;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 4px;
}
.map iframe {
  width: 100%;
  height: 370px;
  margin-top: 20px;
}
.contactform {
  margin-top: 50px;
  margin-bottom: 60px;
  background: #f9f9f9;
  padding: 40px;
}

.contactform .form-control {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  height: 50px;
  border: 1px solid #ddd;
}


    .contactform .btn-primary {
        color: #fff;
        background-color: #e88412;
        border-color: #e88412;
        padding: 14px 40px;
        font-size: 16px;
        border-radius: 0;
        width: 100%;
    }
        .contactform .btn-primary:hover {
            background-color: #924027;
            border-color: #924027;
        }
.ayurveda-content h3 {
    background: #924027;
    text-align: center;
    font-size: 27px;
    padding: 5px;
    color: #fff;
}








/******** Maximum width responsive *************/
@media screen and (max-width:1400px){
  header:after {
    left: 26%;
}
.lft-image {
  position: absolute;
  left: 3%;}
  .banner .carousel-inner {
    height: auto;
}
.mission-rgtiamge {
  clip: rect(0px, 494px, 665px, 80px);
}
.missionlftimage {
  clip: rect(0px, 344px, 395px, 0px);
}
.need {
  margin-bottom: 0px;
  padding: 30px;
}
  
    
}

@media screen and (max-width: 1199px){
  .top-head .top-address ul li {
    font-size: 13px;
      padding: 9px 7px;
    font-weight: 600;
}
.slide-text {
  width: 70%;
}
.lft-image {
  position: absolute;
  left: -4%;
}
.help-content {
  padding: 60px 30px;
  margin-left: 0;

}
    
}

@media screen and (max-width: 991px){
  .logo img {
    margin: auto;
    width: 100%;
}
 
  .top-head .header-lftborder {
    border-left: none;
}
header:after {
  position: absolute;
  content: '';
  top: 58%;
  display: none;
}
.top-head .top-address ul li {
  font-size: 12px;
  padding: 11px 7px 0px;
  font-weight: 600;
}
header:after {
  position: absolute;
  content: '';
  top: 58%;}
  .lft-image {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
}
.lft-image img {
  width: 100%;
}
.treat-content {
  padding: 30px 40px 50px 20px;
}
.services-content {
  height: auto;
  margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){
  .top-head .top-address ul li {
    font-size: 13px;}
  .logo img {
    margin: auto;
    width: auto;
}
header:after{display:none;}
 
.main-menu {
  background: #e88412;
  padding: 25px;
  width: 100%;
  margin-top: 10px;
}
.search-btn ul li {
  display: inline-block;
  padding: 9px 9px;
  float: right;
  background: #fff;
  border: 1px dotted #000;
}
.search-btn {
  margin-top: -50px;
  position: relative;
  z-index: 9999;
}
.slide-text > h1 {
  font-size: 33px;
}
.welcome-sec {
  margin-top: 0;
}
.home-misssion {
  margin-top: 20px;
}
.offer-content h2 {
  font-size: 27px;
}
.visionimg {
  display: none;
}
.vision {
  background: #55c3ff;
  padding: 40px 34px 50px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  margin-top: 20px;
}
.services-sec:after{display: none;}
.services-heding {
  margin-top: 180px;
}
.services-heding a {
  float: left;
  margin-bottom: 30px;
}
.slide-text{
  display: none;
}
.work_sec .work_sec-content h1 {
  font-size: 25px;
}
 
}

@media screen and (max-width: 479px){
  .control-round .carousel-control {
        width: 50px;
    height: 50px;
       padding: 11px;
    bottom: 0;
}
  .services-heding {
    margin-top: 0;
}
  .vision {
    background: #55c3ff;
    padding: 40px 34px 50px;
    position: relative;}
  .logo img {
    margin: auto;
    width: 70%;
}
.slide-text {
  width: 70%;
  display: none;
}
.treat-content h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 11px;
}
.treat-content span {
  text-transform: uppercase;
  font-size: 13px;
 
}
.treat-content {
  padding: 30px 10px 50px 10px;
}
.assist {
  margin-top: 30px;
  margin-right: 10px;
}
.vision {
  background: #55c3ff;
  padding: 20px 34px 20px;}
  .services-heding h3 {
    font-size: 23px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.help-content h4 {
  font-size: 26px;
  line-height: 35px;
}
footer ul {
  column-count: 1;
}
.mt30 {
  margin-top: 0;
}
.services-heding a {
  background: #e88412;
  padding: 11px 30px;}
  .search-btn ul li .left-menu {
  
    width: 299px;
}
.lft-image img {
  height: 320px;
}
.services-heding h3 {
  font-size: 33px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
.innerbanner img {
  height: 130px;
}
.innerbanner {
  position: relative;
  margin-bottom: 10px;
}
.ayurveda-content h3 {
  font-size: 20px;
}
}


    
/******** Minimum width responsive *************/
@media screen and (min-width: 480px){

  }
  @media screen and (min-width: 768px){

  }
  @media screen and (min-width: 992px){

  }
  @media screen and (min-width: 1200px){

  
  }
  /*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
}
@media screen and (min-width: 1200px) and (max-width: 1400px){

 
 
}

