@charset "UTF-8";
@font-face {
  font-family: "ladylike_bbregular";
  src: url("../fonts/ladylikebb-webfont.woff2") format("woff2"), url("../fonts/ladylikebb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#dynamic {
  width: 100%;
  margin: 0px auto;
  position: fixed;
}

.newClass {
  border: none;
  background-color: #ba9c6880;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.5s ease-in-out;
}
.newClass .logo {
  transition: all 0.5s ease-in-out;
}
.newClass .logo img {
  width: 65%;
  transition: all 0.5s ease-in-out;
}

main {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
}

/* .back-to-top {
        display: none !important;
    }*/
section {
  padding: 45px 0;
}
section h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
section .commen-hed {
  text-transform: uppercase;
  color: #635a44;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
}
section .sub-cuntent2 {
  text-transform: capitalize;
  color: #5f533e;
}
section .line1 {
  background-color: #cabd9f;
  height: 1px;
  border-bottom: 2px solid #cabd9f;
  margin: 45px auto;
}
section.intro-sec {
  background-image: url(../images/s2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
section.intro-sec .main-hed {
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 52px;
  text-transform: capitalize;
}
section.intro-sec .main-hed span {
  color: #571313;
}
section.intro-sec .intro-cuntent {
  color: #a07e30;
}
section.intro-sec .line1 {
  width: 50%;
}
section.class-sec {
  background-color: #d5c6aa;
  text-align: center;
  position: relative;
  padding-top: 94px;
}
section.class-sec::before {
  content: url("../images/crack-left.png");
  position: absolute;
  left: 0;
  top: 0;
}
section.class-sec::after {
  content: url("../images/crack-right.png");
  position: absolute;
  right: 0;
  top: 50%;
}
section.class-sec .board {
  /*   background-image: url(../images/black-bord.png);
  background-size: contain;
  width: 100%;
  height: 385px;
  position: relative;
  background-repeat: no-repeat;*/
  position: relative;
}
section.class-sec .board .years-selector {
  position: absolute;
  padding: 0 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-size: 50px;
  font-family: "ladylike_bbregular";
  height: 50px;
}
section.class-sec .board .years-selector a {
  text-decoration: none;
  color: white;
}
section.class-sec .board .years-selector a:hover {
  color: #a07e30;
}
section.class-sec .board .years-selector .disabled {
  display: none;
}
section.class-sec .board .years-selector .t {
  margin-left: 40px;
}
section.class-sec .line1 {
  width: 50%;
}
section.class-sec input[type=text] {
  border-right: none;
  border-left: 1px solid #867047;
  border-left: 1px solid;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid;
  border-top: none;
  background-color: none;
  outline: 0;
  font-size: 16px;
  width: 150px;
  height: 30px;
  padding: 18px 10px;
  background-color: transparent;
  border-color: #998869;
  margin-top: 80px;
  transition: all 0.5s ease-in-out;
}
section.class-sec input[type=text]::placeholder {
  font-size: 14px;
}
section.class-sec input[type=text]:focus {
  border-right: none;
  border-top: none;
  background-color: none;
  outline: 0;
  width: 170px;
  height: 30px;
  transition: all 0.5s ease-in-out;
}
section.history-sec {
  text-align: center;
  background-color: #f3eee5;
  color: #635a44;
  position: relative;
  padding-bottom: 100px;
  /*

          &:after {
              content: url('../images/s4_cycle.png');
              position: absolute;
              right: 0;
              bottom: 0;
              max-width: 50%;
          }

  */
}
section.history-sec .cycle {
  position: absolute;
  right: 0;
  width: 300px;
  bottom: 1%;
}
section.history-sec .line1 {
  width: 50%;
}
section.history-sec .commen-hed {
  text-align: left;
}
section.history-sec .special-menu {
  text-align: left;
  list-style: none;
}
section.history-sec .special-menu li {
  transition: all 0.5s ease-in-out;
  width: 320px;
  border-left: 1px solid #cabd9f;
  border-bottom: 1px solid #cabd9f;
  margin: 10px 0;
  padding: 8px 5px;
  position: relative;
}
section.history-sec .special-menu li a {
  text-decoration: none;
  color: #5f533e;
}
section.history-sec .special-menu li:before {
  content: url("../images/ico-1.png");
  position: absolute;
  left: -13%;
  top: 0;
  border-bottom: 1px solid #cabd9f;
  padding-right: 5px;
}
section.history-sec .special-menu li:nth-child(2):before {
  content: url("../images/ico-2.png");
}
section.history-sec .special-menu li:nth-child(3):before {
  content: url("../images/ico-3.png");
}
section.history-sec .special-menu li:nth-child(4):before {
  content: url("../images/ico-4.png");
}
section.history-sec .special-menu li:nth-child(5):before {
  content: url("../images/ico-5.png");
}
section.history-sec .special-menu li:hover {
  transition: all 0.5s ease-in-out;
  padding-left: 15px;
  color: #a07e30 !important;
}
section.history-sec .special-menu li:hover:before {
  transition: all 0.5s ease-in-out;
  background-color: #d5c6aa;
}
section.history-sec .sub-cuntent2 {
  text-align: left;
  text-transform: capitalize;
}
section.video-sec {
  background-color: #d9d4cb;
  text-align: center;
}
section.video-sec h2 {
  font-size: 36px;
  color: #5f533e;
  font-weight: 600;
}
section.testimonial-sec {
  text-align: center;
  background-image: url(../images/testimonial_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
section.testimonial-sec .quat-icone {
  margin-bottom: 50px;
}
section.testimonial-sec h6 span {
  font-weight: 600;
}

footer {
  text-align: center;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 45px;
  background-size: cover;
}
footer .footer-logo {
  margin: 0 auto;
}
footer .sub-cuntent2 {
  color: #b0a085;
  font-weight: lighter;
  margin-top: 30px;
  margin-bottom: 70px;
  line-height: 24px;
}
footer .line1 {
  background-color: #98896e;
  height: 1px;
  border-bottom: 1px solid #cabd9f;
  margin: 10px auto;
}
footer .footer-menu {
  list-style: none;
  margin-bottom: 4px;
  padding-left: 0px;
}
footer .footer-menu a {
  text-decoration: none;
}
footer .footer-menu li {
  display: inline-block;
  padding: 0 10px;
  color: #f6e9d2;
  font-weight: lighter;
}
footer p.coppy-rit {
  color: #faf4e8;
  font-weight: lighter;
  font-size: 14px;
  margin-top: 27px;
}

.back-to-top {
  display: none !important;
}

/*----not sass just css format-----*/
.frstcntnt h6 img {
  width: 80px;
}

.frstcntnt h6 {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.frstcntnt :after,
.frstcntnt h6:before {
  text-align: center;
  background-color: transparent;
  margin-bottom: 15px !important;
}

.frstcntnt h6:before {
  margin-left: -32%;
  border: none;
  border-top: 2px solid rgba(228, 207, 180, 0.9);
}

.frstcntnt h6:after {
  margin-left: 3%;
  height: 0;
  border: none;
  border-top: 2px solid rgba(228, 207, 180, 0.9);
}

.frstcntnt h6:before,
h6:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 29%;
  height: 1px;
  content: " ";
}

/*----not sass just css format-----*/
/*-----hover-----------*/
.svg-wrapper {
  position: relative;
  transform: translateY(-50%);
  margin: 10px auto 10px;
  width: 220px;
  display: block;
  margin-top: 60px;
}

.shape {
  stroke-dasharray: 140 540;
  stroke-dashoffset: -497;
  stroke-width: 0px;
  fill: transparent;
  stroke: #5f533e;
  border-bottom: 1px solid #a07e30;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

text {
  color: #a07e30 !important;
  font-size: 16px;
  line-height: 32px;
  position: relative;
}

.text h5 {
  color: #a07e30;
}

.svg-wrapper {
  width: 200px;
  border-bottom: 1px solid #5f533e;
  border-left: 1px solid #5f533e;
}

.svg-wrapper:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}

/*hover button effect end*/
.video-container {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  display: inline-block;
  /*video icon effect */
  /*video icon effect end */
}
.video-container .play-icon {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 10px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s color;
  animation: 2s play-animation infinite;
  transition: 0.2s color;
}
@keyframes play-animation {
  from {
    box-shadow: 0px 0px 0px 0px #FFF;
  }
  to {
    box-shadow: 0px 0px 0px 10px transparent;
  }
}
.video-container .play-icon:after {
  content: "play_arrow";
  font-family: "material icons";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.7;
  font-size: 35px;
  text-align: center;
  padding: 35px 16px;
  color: #8a4f10e8;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*input[type=text] {
    border-right: none;
    border-left: 1px solid #867047;
    border-top: none;
    background-color: none;
    outline: 0;
    font-size: 16px;
    width: 150px;
    height: 30px;
    padding: 18px 10px;
    background-color: transparent;
    border-color: #998869;
    margin-top: 80px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}*/
/*input[type=text]:focus {
    border-right: none;
    border-top: none;
    background-color: none;
    outline: 0;
    width: 180px;
    height: 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}*/
.center {
  height: 40px;
  width: 300px;
  overflow: auto;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*--------mediaquery STARTS here-----------*/
@media only screen and (max-width: 991px) {
  section .commen-hed {
    font-size: 34px;
  }
  section.class-sec .board .years-selector {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  section .commen-hed {
    font-size: 24px;
  }
  section.class-sec .board .years-selector {
    font-size: 20px;
    height: 25px;
  }
}
@media only screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
  section .sub-cuntent {
    font-size: 12px;
    line-height: 20px;
  }
  section .sub-cuntent2 {
    line-height: 20px;
  }
  section .sub-cuntent2 br {
    display: none;
  }
  section.intro-sec .main-hed {
    font-size: 34px;
  }
  section.intro-sec .intro-cuntent {
    font-size: 13px;
    line-height: 21px;
  }
  section.intro-sec .line1 {
    margin: 20px auto;
  }
  section.class-sec {
    padding-top: 20px;
  }
  section input[type=text] {
    margin-top: 20px;
  }
  section.history-sec .boys {
    width: 200px;
    margin-bottom: 30px;
  }
  section.history-sec .cycle {
    width: 150px;
  }
  section.video-sec {
    text-align: center;
  }
  section.video-sec h2 {
    font-size: 25px;
  }
  section.video-sec h2 br {
    display: none;
  }
  section.video-sec .svg-wrapper {
    background-color: #d9d4cb;
    width: 200px;
    border: 2px solid #716144;
    /*   svg{
        height: 60px;width: 200px;
        rect{
            height: 50px; width: 160px;
            text{
                y:30;x:50;
            }
        }
    }*/
  }
  section.video-sec .svg-wrapper svg rect {
    height: 60px;
  }
}
@media only screen and (max-width: 425px) and (min-width: 320px) {
  section.video-sec h6 {
    font-size: 14px;
  }
  section.video-sec .svg-wrapper {
    background-color: #d9d4cb;
    width: 200px;
    border: 1px solid #716144;
  }
}
/*--------mediaquery ENDS here-----------*/