
body {
  position: relative; 
  font-family: 'Playfair Display', serif;
}
.ff-3 {
	font-family: 'Playfair Display', serif;
}
b, strong {
  font-weight: 700;
  }
.affix {
  top:0;
  width: 100%;
  z-index: 9999 !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}

.affix ~ .container-fluid {
 position: relative;
 top: 50px;
}
#section1 {padding-top:50px;height:500px;color: #fff; background-color: #1E88E5;}
#section2 {padding-top:50px;height:500px;color: #fff; background-color: #673ab7;}
#section3 {padding-top:50px;height:500px;color: #fff; background-color: #ff9800;}
#section41 {padding-top:50px;height:500px;color: #fff; background-color: #00bcd4;}
#section42 {padding-top:50px;height:500px;color: #fff; background-color: #009688;}


/*-- Dropdown--*/

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(136,180,78, 0.8);
}
.dropbtn {
background-color: #04AA6D;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}

.dropdown {
position: relative;
display: inline-block;
transition: 0.6s;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;

z-index: 1;
border-bottom: 4px solid #88B44E;
box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;

}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*--parallax--*/

.parallax {
/* The image used */
background-image: url("banner/p3.jpg");

/* Set a specific height */
min-height: 465px; 
background-position: 50% 14px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
/* opacity: 0.5; */
}
.parallax.container.h1 {
  margin: 0;
  color: #fff;    
  position: relative;
  z-index: 11;
  font-size: 48px;
}
.center {
  font-size: 48px;
  position: relative;
  font-family: Bodoni MT Black;
  /* margin: 20px; */
  width: 50%;
  padding: 76px 80px;
  /* border: 3px solid green; */
  text-align: left;
  color: white;
}
/*  <!-------------------------------->*/
.parallax_two {
/* The image used */
background-image: url("banner/p1.jpg");

/* Set a specific height */
min-height: 465px; 
background-position: 50% 14px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
/* opacity: 0.5; */
}
.parallax_two.container.h1 {
  margin: 0;
  color: #fff;    
  position: relative;
  z-index: 11;
  font-size: 48px;
}
.center {
  font-size: 48px;
  position: relative;
  font-family: Bodoni MT Black;
  /* margin: 20px; */
  width: 50%;
  padding: 76px 80px;
  /* border: 3px solid green; */
  text-align: left;
  color: white;
}
/*  <!-------------------------------->*/
/*.parallax_arogya {*/
/* The image used */
/*background-image: url("banner/arogym2.jpg");*/

/* Set a specific height */
/*min-height: 465px; */
/*background-position: 50% 14px;*/
/* Create the parallax scrolling effect */
/*background-attachment: fixed;*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/* opacity: 0.5; */
/*}*/
/*.parallax_arogya.container.h1 {*/
/*  margin: 0;*/
/*  color: #fff;    */
/*  position: relative;*/
/*  z-index: 11;*/
/*  font-size: 48px;*/
/*}*/
/*.center {*/
/*  font-size: 48px;*/
/*  position: relative;*/
/*  font-family: Bodoni MT Black;*/
  /* margin: 20px; */
/*  width: 50%;*/
/*  padding: 76px 80px;*/
  /* border: 3px solid green; */
/*  text-align: left;*/
/*  color: white;*/
/*}*/
/*  <!-------------------------------->*/
element.style {
  background-position: 50% -66px;
}
header.page-header.hasBreadcrumbs {
  min-height: 465px;
  
}
header.page-header.ltx-parallax {
  background-attachment: fixed;
}
header.page-header {
  background-color: #252c30;
  background-color: var(--black);
  color: #fff;
  color: var(--white);
  text-align: left;
  position: relative;
  margin: 0;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 365px;
}
.page-header {
  background-image: url(paralax-image.jpeg) !important;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.nav-wrapper .container {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.nav-wrapper.inited .container {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 2;
}


/*--LOGIN FORM--*/
      .info {
          width: 400px;
          height: 500px;
          display: flex;
          flex-direction: column;
          justify-content:space-evenly;
          text-align: justify;
          align-items: center;
          margin: auto;
          border: 2px solid White;
          border-radius: 15px;
          background: white;
          font-family: 'Playfair Display';
      }.h1{
          margin-left: 50px;
      }.social-icons-list span {
          color: #88b44e;
          /* font-size: 24px;
          width: 48px;
          margin-left: -16px;
          vertical-align: middle;
          text-align: center;
          position: absolute; */
      }p {
          text-align: center;
          font-size: 20px;
          font-family: 'Playfair Display', serif;
          text-align: justify;
      }

      .timing {
        width: 337px;
        height: 500px;
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        border: 2px solid White;
        border-radius: 15px;
        background: white;
        font-family: 'Playfair Display';
        padding-top: 15px;
    }.h1, h1 {
              font-size: 20px;
              font-family: 'Playfair Display', serif;
              /* text-align: center; */
              font-family: fantasy;
          }ol, ul {
              margin-top: 10px;
              margin-bottom: 10px;
              font-family: auto;
              font-size: initial;
          }
          .featured-item h6 {
            color: #3a8bcd;
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 0px;
            text-align: center;
          }
          /* ol ol, ol ul, ul ol, ul ul {
              margin-bottom: 0;
              text-align: justify;
              font-family: inherit;
              font-size: larger;
              padding-top: 20px;
          } */

          .container_login {
            width: 350px;
            height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: auto;
            border: 2px solid White;
            border-radius: 15px;
            background: white;
            /* margin-left: 50px; */
        }
      label {
              display: inline-block;
              max-width: 100%;
              margin-bottom: 5px;                
              font-size: larger;
          }
          form {
              display: flex;
              flex-direction: column;
              align-items: center;
          }
      /* .logo {
          margin-bottom: 15px;
          margin-top: 0px;
          padding-top: 0;
      }
      
      .logo img {
          width: 150px;
          margin: 10px;
          border-radius: 50px;
      } */
      
      /* form {
          display: flex;
          flex-direction: column;
          
      }
       */
      .form-item {
          margin: 5px;
          padding-bottom: 10px;
          display: flex;
      }
      
      .form-item label {
          display: block;
          padding: 2px;
          font-size: 20px;
          width: 100px;
      }
      
      .form-item input {
          width: 320px;
          height: 35px;
          border: 2px solid #e1dede69;
          border-radius: 20px;
          background: #e1dede69;
          color: grey;
      }
      .textarea{
          width: 320px;
          height: 80px;
          border: 2px solid #e1dede69;
          border-radius: 20px;
          background: #e1dede69;
          color: grey;
      }
      
      .form-btns {
          display: flex;
          flex-direction: column;
          margin: auto;
          padding: 10px 0;
      }
      
      .form-btns button {
          margin: auto;
          font-size: 20px;
          padding: 5px 15px;
          border: 2px solid;
          border-radius: 15px;
          color: white;
          background: #178cc6;
          width: 280px;
          cursor: pointer;
      }
      button, input, optgroup, select, textarea {
          color: inherit;
          font: inherit;
          margin: 0;
         
      }
      
      .options {
          padding-top: 15px;
          margin: auto;
      }
      
      .options a {
          text-decoration: none;
          color: black;
          margin: 0 40px;
          font-family: 'Playfair Display', serif;
          font-size: 15px;

      }
      .options a:hover {
          color: grey;

      }
      
      p {
            text-align: center;
            font-size: 20px;
            font-family: 'sf_ui_displayregular','Playfair Display', serif;
            text-align: justify;
            padding-left: 10px;
            padding-right: 10px;
        }

          .navbar-inverse .navbar-nav>li>a {
              color: #f7f1f1;
              font-size: 13px;
          }
          .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
              color: rgba(136,180,78, 0.8);
              background-color: transparent;
          }
      .container_footer {
          /* width: 350px;
          height: 500px; 
          display: flex; 
          flex-direction: column; */
          justify-content: center;
          align-items: center;
          /* margin: auto;
          border: 2px solid White;
          border-radius: 15px;
          background: white;     
          margin-left: 50px;        */
      }
      

      /* footer  */
        #upperFooter {
          background-image: url(img/footer-1-bg.png);
          /* height: 160px; */
          background-color: #252C30;
          background-repeat: no-repeat;
          background-position: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.19);
          /* display: flex; */

        }

        .up-f {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 160px;
          /* background-color: red; */
        }

        .logo-por img {
          width: 170px;
          height: 170px;
        }

        .fus {
          color: #fff;
          font-size: 16px;
          margin-right: 10px;
          margin-top: 10px;
        }


        .social-por {
          display: flex;
          align-items: center;
          height: 160px;
          /* background-color: red; */
        }

        .social-link {
          text-decoration: none;
          height: 45px;
          width: 45px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #88B44E;
          color: #fff;
          font-size: 20px;
          margin: 10px;
        }

        @media screen and (max-width: 768px) {

          .up-f {
            flex-direction: column;
            justify-content: center;
          }

          .social-por {
            margin-top: 20px;
          }

          .fus {
            display: none;
          }

          #upperFooter {
            padding: 50px 0;
          }
        }

        #footer {
          background-image: url(img/footer-2-bg.png);
          height: auto;
          background-color: #252C30;
          /* color: #ffffff; */
        }

        #lowerFooter {
          /* padding: 20px 0; */
          background-color: #000;
          height: 70px;
        }

        .low-f {
          /* margin-top: 10px; */
          display: flex;
          justify-content: space-between;
          color: #fff;
          text-transform: capitalize;
          font-size: 13px;
          height: 70px;
          align-items: center;
        }

        .low-f span {
          color: #88B44E;
        }

        .s-cir {
          height: 35px;
          width: 35px;
          border-radius: 50%;
          background-color: #fff;
          color: #000;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.4s;
        }

        .s-cir:hover {
          background-color: #88B44E;
          color: #fff;
          transition: 0.4s;
        }

        /* end footer  */

        .animator {
          position: fixed;
          bottom: 40px;
          z-index: 99;
          /* background-color: red; */
          right: 60px;
          cursor: pointer;
          height: 50px;
        }

        #downIndicator {
          animation-duration: 0.6s;
          animation-iteration-count: infinite;
          animation-name: slideup;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 100px 100px, rgba(0, 0, 0, 0.32) 0px -12px 30px, rgba(0, 0, 0, 0.32) 0px 4px 6px, rgba(0, 0, 0, 0.37) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        }

        #downIndicator.d-none{
          display: none;
        }


        @keyframes slideup {
          from {
            bottom: 40px;
            /* width: 300%; */
          }

          to {
            margin-top: 3px;
            /* width: 100%; */
          }
        }


        @media screen and (max-width: 548px) {
          .animator{
            right: 30px;
            bottom: 25px;
          }
        }
