p, span, h5, h6, a, i, h1, h2, h4, h3, label{
	font-family: 'Grandstander', cursive;
  /*font-family: 'Caveat', cursive;*/
  /*font-family: 'Quicksand', sans-serif;*/
}

a:hover{
	outline: none;
	text-decoration: none;
}

body{
	overflow-x: hidden;
}

/*********SNOW*************/

/*.more-snow{
  z-index: -1;
}

.more-snow:before,
.more-snow:after {
  content: "";
  position: fixed;
  top: -3000%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.01);
  background-image: url(http://www.freepngimg.com/download/winter_snow/4-2-white-snow-png.png);
  background-size: 30%;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 500s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.7;
}

.more-snow:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.3;
}
.more-snow:after {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  top: -1500%;
  background-image: url(http://www.freepngimg.com/download/winter_snow/4-2-white-snow-png.png);
  background-size: 90%;
  -webkit-animation-duration: 200s;
          animation-duration: 200s;
}

.more-snow:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.3;
  top: -2500%;
  background-size: 60%;
  -webkit-animation-duration: 400s;
          animation-duration: 400s;
}
.more-snow:after {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.3;
  top: -2000%;
  background-image: url(https://laviwebfiles.com/stage/codepen/4-2-white-snow-png.png);
  background-size: 70%;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}*/
/****END SNOW*************/

.main_top{
  background-image: url('../images/main_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  z-index: 1;
}

.main_top_pages{
  background-image: url('../images/page_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
  z-index: 1;
}

.eartic_navbar{
  background-color: #f7fff9;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  border: none;
  height: 80px;
  z-index: 1;
}

.nav_ul{
  margin-left: 220px;
  margin-top: -11%;
}

.menu_li{
  background-color: #ff828d;
  margin-left: 10px;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
}

.menu_li:nth-child(1){
  background-color: #f0c018;
}

.menu_li:nth-child(2){
  background-color: #12acea;
}

.menu_li:nth-child(3){
  background-color: #49b548;
}

.menu_li:nth-child(4){
  background-color: #7e2674;
}

.menu_li:nth-child(5){
  background-color: #298fcf;
}

.menu_li:nth-child(6){
  background-color: #4fbfaa;
}

.menu_li a{
  color: #FFF !important;
  font-weight: bolder;
}

.right_menu_con{
  margin-left: 70px;
  margin-top: 0.7%;
  float: right;
}

.right_menu{
  float: right;
  background-color: #333;
  margin-left: 10px;
  color: #FFF;
  padding: 8px;
  border-radius: 5px;
  margin-top: 2px;
  display: inline-block;
  text-align: right;
  transition: all 0.4s;
}

.right_menu:hover{
  float: right;
  background-color: #65c74a;
  margin-left: 10px;
  color: #EEE;
  padding: 8px;
  border-radius: 5px;
  margin-top: 2px;
  display: inline-block;
  text-align: right;
  transition: all 0.4s;
}

.main_nav_ul2{
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.menu_li2{
  background-color: #ff828d;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  transition: all 0.4s;
}

.menu_li2:hover{
  background-color: #65c74a !important;
  margin-top: 10px;
  color: #FFF !important;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  transition: all 0.4s;
}

.menu_li2 a:hover{
  background-color: #65c74a !important;
  margin-top: 10px;
  color: #FFF !important;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  transition: all 0.4s;
}

.menu_li2:nth-child(1){
  background-color: #f0c018;
}

.menu_text_act a{
  background-color: #333;
  color: #EEE;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  transition: all 0.4s;
}

.logo{
  width: 170px;
  height: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
}

.slider_box{
  background-color: #65c74a;
  height: 450px;
  border-radius: 15px;
  padding: 10px;
  border-left: solid 5px #FF0;
}

.circle_area{
  background-color: #FF0;
  height: 350px;
  width: 350px;
  border-radius: 50%;
  margin-left: -10%;
  z-index: 999;
  margin-top: 4%;
  border: solid 10px #65c74a;
  border-right: solid 20px #65c74a;
  border-left: 0px transparent;
}

@media only screen and (max-width: 1325px) and (min-width: 1240px){
  .nav_ul{
    margin-left: 150px;
    margin-top: -11%;
  }

  .right_menu_con{
    margin-left: 110px;
    margin-top: -3%;
    float: right;
  }

  .right_menu{
    float: right;
    background-color: #333;
    margin-left: 7px;
    color: #FFF;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: right;
    transition: all 0.4s;
    font-size: 11px;
  }

  .right_menu:hover{
    float: right;
    background-color: #65c74a;
    margin-left: 8px;
    color: #EEE;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: right;
    transition: all 0.4s;
  }

  .main_nav_ul2{
    background-color: transparent;
    border: none;
    box-shadow: none;
  }

  .menu_li2{
    background-color: #ff828d;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2:hover{
    background-color: #65c74a !important;
    margin-top: 10px;
    color: #FFF !important;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2 a:hover{
    background-color: #65c74a !important;
    margin-top: 10px;
    color: #FFF !important;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2:nth-child(1){
    background-color: #f0c018;
  }

  .menu_text_act a{
    background-color: #333;
    color: #EEE;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .logo{
    width: 140px;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  }

  .slider_box{
    background-color: #65c74a;
    height: 380px;
    border-radius: 15px;
    padding: 10px;
    border-left: solid 5px #FF0;
    z-index: 1;
  }
}

.side_social_sec{
  margin-left: -1%;
  padding: 0px;
  margin-top: 5%;
  z-index: 1;
}

.social_box{
  display: block;
  padding: 0px;
}

.icons{
  width: 60px;
  margin-top: 2%;
  height: 60px;
  color: #FFF !important;
  text-align: center;
  padding-top: 7%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2);
  transition: all 0.4s;
}

.icons:hover{
  width: 130px;
  transition: all 0.4s;
}

.icons a{
  color: #FFF !important;
}

.fb_box{
  background-color: #3b5998;
}

.youtube_box{
  background-color: #FF0000;
}

.whatsapp_box{
  background-color: #128C7E;
}

.twitter_box{
  background-color: #3f729b;
}

.email_box{
  background-color: #20d01e;
}

.apply_circle{
  position: absolute;
  right: 100px;
  bottom: 70px;
  width: 100px;
  height: 100px;
  background-color: #EEE;
  border-radius: 50%;
  box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2);
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  animation: floating 15s linear 0s infinite alternate;
  z-index: 1;
}

.apply_circle:hover{
  background-color: #cfffc0;
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
}

.apply_text{
  color: #333;
  text-align: center;
  padding-top: 4%;
  font-weight: bolder;
}

@keyframes floating {
  0% {
    right: 100px;
    bottom: 70px;
  }

  40% {
    right: 150px;
    bottom: 40px;
  }

  70% {
    right: 100px;
    bottom: 70px;
  }

  100% {
    right: 60px;
    bottom: 40px;
  }
}

/************FLOATING OBJECTS*****************/
.trangle_01{
  position: absolute;
  top: 300px;
  left: 10px;
  width: 100px;
  transform: rotate(35deg);
  transform-origin: 10% 70%;
  animation: transforming 30s linear 0s infinite alternate;
}

@keyframes transforming {
  0% {
    transform: rotate(35deg);
    transform-origin: 10% 70%;
  }

  20% {
    transform: rotate(25deg);
    transform-origin: 70% 40%;
  }

  50% {
    transform: rotate(15deg);
    transform-origin: 30% 20%;
  }

  70% {
    transform: rotate(45deg);
    transform-origin: 40% 80%;
  }

  90% {
    transform: rotate(55deg);
    transform-origin: 20% 90%;
  }

  100% {
    transform: rotate(65deg);
    transform-origin: 15% 80%;
  }
}

.circle_01{
  position: absolute;
  top: 100px;
  right: 120px;
  width: 130px;
  height: 130px;
  z-index: 999;
  border: solid 20px #fd7fa5;
  border-radius: 50%;
  animation: circl 40s linear 0s infinite alternate;
}

@keyframes circl {
  0% {
    transform: rotate(35deg);
    transform-origin: 10% 70%;
    top: 100px;
    right: 120px;
  }

  20% {
    transform: rotate(25deg);
    transform-origin: 70% 40%;
    top: 200px;
    right: 100px;
  }

  50% {
    transform: rotate(15deg);
    transform-origin: 30% 20%;
    top: 350px;
    right: 50px;
  }

  70% {
    transform: rotate(45deg);
    transform-origin: 40% 80%;
    top: 450px;
    right: 170px;
  }

  90% {
    transform: rotate(55deg);
    transform-origin: 20% 100%;
    top: 250px;
    right: 150px;
  }

  100% {
    transform: rotate(75deg);
    transform-origin: 15% 80%;
    top: 150px;
    right: 130px;
  }
}

.carousel-fade .item {
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -ms-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  z-index: 1;
}
  
.carousel-fade .active.left {
  left:0;opacity:0;z-index:2;
}

.carousel-fade .active.right {
  left:0;opacity:0;z-index:2;
} 

.cir_banner_img{
  border-radius: 50%;
  margin-top: 6%;
  margin-left: auto;
  margin-right: auto;
}

.main_slider_ban{
  margin-top: 0.45%;
  border-radius: 2%;
}

.bullet{
  margin-top: 40%;
}

@media (max-width: 767px){
  .right_menu{
    float: right;
    background-color: #333;
    margin-left: 4px;
    color: #FFF;
    padding: 8px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    transition: all 0.4s;
  }

  .right_menu:hover{
    float: right;
    background-color: #65c74a;
    margin-left: 4px;
    color: #EEE;
    padding: 8px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    transition: all 0.4s;
  }

  .right_menu2{
    float: right;
    background-color: #65c74a;
    margin-left: 0px;
    width: 45px;
    height: 50px;
    color: #FFF;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s;
  }

  .right_menu2:hover{
    float: right;
    background-color: #333;
    margin-left: 0px;
    width: 45px;
    height: 50px;
    color: #EEE;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    transition: all 0.4s;
  }

  .right_menu_con{
    margin-right: -10px;
    margin-top: 2%;
    float: none;
    font-size: 13px;
  }

  .menu_icon{
    margin-top: 2px;
    margin-right: 15px;
    border-color: #65c74a;
  }

  .men_btn_text{
    background-color: #65c74a;
    color: #FFF;
    border-color: #65c74a;
  }

  .logo{
    width: 110px;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    margin-top: -65px !important;
    position: absolute;
  }

  .eartic_navbar{
    background-color: #f7fff9;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    border: none;
    height: 55px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .nav_ul{
    margin-left: 0px;
    margin-top: 4%;
    z-index: 999999 !important;
  }

  .menu_li{
    background-color: #ff828d;
    width: 95%;
    margin-left: 0px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    text-align: center !important;
    z-index: 999999 !important;
  }

  .nv_cont{
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    z-index: 999999 !important;
    background-color: #FFF;
    overflow: hidden;
  }

  .cir_banner_img{
    border-radius: 50%;
    margin-top: 6%;
    margin-left: auto;
    margin-right: auto;
  }

  .main_slider_ban{
    margin-top: 0.45%;
    border-radius: 2%;
  }

  .bullet{
    margin-top: 25px;
    margin-left: 5px;
  }

  .slider_box{
    background-color: #65c74a;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    border-left: solid 2px #FF0;
    margin-top: 40px;
  }

  .circle_area{
    background-color: #FF0;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin-left: 0%;
    z-index: 999;
    margin-top: 4%;
    border: solid 10px #65c74a;
    border-right: solid 20px #65c74a;
    border-left: 0px transparent;
  }

  .side_social_sec{
    margin-left: -1%;
    padding: 0px;
    margin-top: 40px;
  }

  .social_box{
    display: block;
    padding: 0px;
  }

  .icons{
    width: 40px;
    margin-top: -2px;
    height: 40px;
    color: #FFF !important;
    text-align: center;
    padding-top: 12px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2);
    transition: all 0.4s;
    font-size: 12px;
    margin-left: -11px;
  }

  .icons:hover{
    width: 30px;
    transition: all 0.4s;
  }

  .about_box_sec{
    background-color: transparent;
    z-index: 1 !important;
  }

  .about_box_sec_index{
    background-color: transparent;
    z-index: 999999 !important;
  }
}


/****************SECTION TWO*****************/
.section_two{
  height: 100vh;
  padding: 4% 1%;
  z-index: 1;
}

.big_font{
  font-size: 77px;
  font-weight: bolder;
  color: #000;
  max-width: 600px;
  background: rgba(255, 253, 160, 1);
  background: -webkit-linear-gradient( left, #00ffff 0%, #97fba0 25%, #97b1fb 50%, #00ffff 100%) repeat;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.big_font2{
  font-size: 57px;
  font-weight: bolder;
  color: #000;
  background: rgba(255, 253, 160, 1);
  background: -webkit-linear-gradient( left, #00ffff 0%, #97fba0 25%, #97b1fb 50%, #00ffff 100%) repeat;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}


@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -8000px -3000px;
  }
}

.about_para{
  text-align: left;
  font-size: 21px;
  text-indent: 30px;
}

.read_more2{
  border: solid 1px rgba(0,0,0,0.3);
  padding: 2%;
  color: #333;
  font-size: 16px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #FFF;
  transition: all 0.4s;
}

.read_more2:hover{
  border: solid 1px rgba(12,106,19,0.3);
  padding: 2%;
  color: #FFF;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ff828d;
  transition: all 0.4s;
}

.read_more{
  border: solid 1px rgba(0,0,0,0.3);
  padding: 2%;
  color: #333;
  font-size: 16px;
  border-top-right-radius: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 10px;
  background-color: #FFF;
  transition: all 0.4s;
}

.read_more:hover{
  border: solid 1px rgba(12,106,19,0.3);
  padding: 2%;
  color: #FFF;
  border-top-right-radius: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 10px;
  background-color: #ff828d;
  transition: all 0.4s;
}

.weel1{
  border: solid 1px rgba(0,0,0,0.4);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 25px;
}

.weel2{
  border: solid 1px rgba(0,0,0,0.4);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 75px;
  margin-top: -25px
}

.read_more:hover ~ .weel1{
  background-color: #ff828d;
}

.read_more:hover ~ .weel2{
  background-color: #ff828d;
}

.read_anim{
  animation: readmore 40s linear 0s infinite alternate;
}

@keyframes readmore {
  0% {
    margin-left: 10px;
  }

  20% {
    margin-left: 30px;
  }

  50% {
    margin-left: 50px;
  }

  70% {
    margin-left: 30px;
  }

  90% {
    margin-left: 20px;
  }

  100% {
    margin-left: 5px;
  }
}

.building_bx_sec{
  width: 100%;
  height: 90%;
  position: absolute;
  overflow: hidden;
  top: 800px;
  left: 35%;
}

.brick {
  position: relative;
  left: 33%;
  top: -60%;
}
.side-1 {
  position: absolute;
  top: 108px;
  left: 90px;
  height: 60px;
  width: 200px;
  transform: skewY(-30deg);
}
.blue .side-1 {
  background: #156dba;
  box-shadow: inset 3px -3px 3px #4ba0ea;
}
.red .side-1 {
  background: #e21b0c;
  box-shadow: inset 3px -3px 3px #f6695e;
}
.yellow .side-1 {
  background: #f2c602;
  box-shadow: inset 3px -3px 3px #fee472;
}
.side-2 {
  position: absolute;
  top: 140px;
  left: 0px;
  height: 60px;
  width: 90px;
  transform: skewY(30deg);
}
.blue .side-2 {
  background: #187bd1;
  box-shadow: inset 3px -3px 3px #4ba0ea;
}
.red .side-2 {
  background: #f2291a;
  box-shadow: inset 3px -3px 3px #f6695e;
}
.yellow .side-2 {
  background: #fdd217;
  box-shadow: inset 3px -3px 3px #fee472;
}
.side-3 {
  position: absolute;
  top: 38px;
  left: 30px;
  height: 90px;
  width: 230px;
  background: #1e88e5;
  transform: rotateZ(-30deg) skewX(30deg);
}
.blue .side-3 {
  background: #1e88e5;
  box-shadow: inset 3px -3px 3px #4ba0ea;
}
.red .side-3 {
  background: #f44336;
  box-shadow: inset 3px -3px 3px #f6695e;
}
.yellow .side-3 {
  background: #fdd835;
  box-shadow: inset 3px -3px 3px #fee472;
}
.stud {
  position: absolute;
  width: 36px;
  height: 30px;
  border-radius: 18px/10px;
}
.blue .stud {
  background: #156dba;
}
.red .stud {
  background: #e21b0c;
}
.yellow .stud {
  background: #f2c602;
}
.stud:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 36px;
  border-radius: 18px/10px;
}
.blue .stud:before {
  background: #1e88e5;
  box-shadow: inset 3px 3px 0px #4ba0ea;
}
.red .stud:before {
  background: #f44336;
  box-shadow: inset 3px 3px 0px #f6695e;
}
.yellow .stud:before {
  background: #fdd835;
  box-shadow: inset 3px 3px 0px #fee472;
}
.stud-1 {
  top: 95px;
  left: 30px;
}
.stud-2 {
  top: 118px;
  left: 75px;
}
.stud-3 {
  top: 68px;
  left: 80px;
}
.stud-4 {
  top: 90px;
  left: 125px;
}
.stud-5 {
  top: 40px;
  left: 130px;
}
.stud-6 {
  top: 62px;
  left: 175px;
}
.stud-7 {
  top: 15px;
  left: 180px;
}
.stud-8 {
  top: 38px;
  left: 220px;
}
.brick.blue {
  animation: fall 6s 0s linear infinite;
}
.brick.red {
  animation: fall 6s 1.25s linear infinite;
}
.brick.yellow {
  animation: fall 6s 2.5s linear infinite;
}
@-moz-keyframes fall {
  0% {
    top: -60%;
  }
  25% {
    z-index: 3;
    top: 20%;
  }
  50% {
    z-index: 2;
    top: 29%;
  }
  75% {
    top: 38%;
    z-index: 1;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fall {
  0% {
    top: -60%;
  }
  25% {
    z-index: 3;
    top: 20%;
  }
  50% {
    z-index: 2;
    top: 29%;
  }
  75% {
    top: 38%;
    z-index: 1;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes fall {
  0% {
    top: -60%;
  }
  25% {
    z-index: 3;
    top: 20%;
  }
  50% {
    z-index: 2;
    top: 29%;
  }
  75% {
    top: 38%;
    z-index: 1;
  }
  100% {
    top: 100%;
  }
}
@keyframes fall {
  0% {
    top: -60%;
  }
  25% {
    z-index: 3;
    top: 20%;
  }
  50% {
    z-index: 2;
    top: 29%;
  }
  75% {
    top: 38%;
    z-index: 1;
  }
  100% {
    top: 100%;
  }
}

@media (max-width: 767px){
  .big_font{
    font-size: 37px;
    font-weight: bolder;
    color: #000;
    max-width: 600px;
    background: rgba(255, 253, 160, 1);
    background: -webkit-linear-gradient( left, #00ffff 0%, #97fba0 25%, #97b1fb 50%, #00ffff 100%) repeat;
    -webkit-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation-name: masked-animation;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }

  .big_font2{
    font-size: 30px;
    font-weight: bolder;
    color: #000;
    background: rgba(255, 253, 160, 1);
    background: -webkit-linear-gradient( left, #00ffff 0%, #97fba0 25%, #97b1fb 50%, #00ffff 100%) repeat;
    -webkit-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation-name: masked-animation;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: -999 !important;
  }

  .read_more{
    border: solid 1px rgba(0,0,0,0.3);
    padding: 2%;
    color: #333;
    font-size: 16px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 10px;
    background-color: #FFF;
    transition: all 0.4s;
  }

  .read_more:hover{
    border: solid 1px rgba(12,106,19,0.3);
    padding: 2%;
    color: #FFF;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 10px;
    background-color: #ff828d;
    transition: all 0.4s;
  }

  .weel1{
    border: solid 1px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 25px;
    margin-top: -5px;
  }

  .weel2{
    border: solid 1px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 75px;
    margin-top: -16px
  }

  .read_more:hover ~ .weel1{
    background-color: #ff828d;
  }

  .read_more:hover ~ .weel2{
    background-color: #ff828d;
  }

}


/********************THREE SEC*****************/
.section_three{
  background-color: #eeffef;
  padding: 3%;
  min-height: 100vh;
}

.gen_titt{
  font-size: 47px;
  color: #118919;
  font-weight: bolder;
  margin-bottom: 40px;
  background-image: url('../images/tittle_bg.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  padding-bottom: 20px;
}

.para{
  text-indent: 10px;
  font-size: 17px;
  color: #333;
  line-height: 30px;
}

.toy-train {
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  width: 109px;
  transform: scale(1.2);
  margin-bottom: 40px;
}

.engine {
  float: right;
  position: relative;
}

.window {
  height: 28px;
  width: 30px;
  background-color: transparent;
  position: relative;
  border: 3px solid #000;
}
.window:before, .window:after {
  content: "";
  position: absolute;
  left: 50%;
  border: 3px solid #000;
}
.window:before {
  height: 7px;
  background-color: transparent;
  width: 45px;
  margin-top: -13px;
  margin-left: -26px;
  border-radius: 8px;
}
.window:after {
  margin-left: -8px;
  margin-top: 3px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  background-color: #fff;
}

.engine-main {
  height: 10px;
  width: 35px;
  border: 3px solid #000;
  background-color: transparent;
  position: absolute;
  border-radius: 0 8px 8px 0;
  right: -41px;
  bottom: -3px;
}
.engine-main:before {
  content: "";
  height: 10px;
  width: 8px;
  background-color: #000;
  position: absolute;
  top: -11px;
  left: 4px;
  transform: rotate(180deg);
  border-radius: 50% 50% 50% 50% / 90% 90% 40% 40%;
}
.engine-main:after {
  content: "";
  height: 12px;
  width: 8px;
  position: absolute;
  display: block;
  right: 5px;
  top: -18px;
  border-radius: 50% 50% 50% 50% / 90% 90% 40% 40%;
  transform: rotate(180deg);
  z-index: -1;
  background-color: transparent;
  border: 3px solid #000;
}

.engine-body {
  height: 17px;
  width: 75px;
  position: absolute;
  left: -2px;
  top: 30px;
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 5px;
}
.engine-body .big-wheel {
  top: 3px;
  left: 2px;
}
.engine-body .normal-wheel {
  left: 45px;
  top: 5px;
}
.engine-body:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  left: -11px;
  bottom: 2px;
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #000;
}

.wheels > div {
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #000;
  animation: wheel-rotate 1s linear infinite;
}
.wheels > div:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #000;
  top: 50%;
  margin-top: -1px;
}
.wheels > div:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
.wheels .big-wheel {
  width: 22px;
  height: 22px;
  animation-delay: -0.3s;
}
.wheels .normal-wheel {
  height: 20px;
  width: 20px;
  animation-delay: -0.6s;
}

.locomotive {
  height: 35px;
  width: 60px;
  border: 3px solid #000;
  background-color: transparent;
  border-radius: 5px;
  position: relative;
  float: left;
  margin-top: 13px;
}
.locomotive:before {
  content: "";
  width: 100000000  background: linear-gradient(to right, #000000 0%, #000000 8%, #000000 8%, #000000 15%, #000000 15%, #000000 28%, #000000 34%, #000000 34%, #000000 65%, #000000 65%, #000000 65%, #000000 100%);
  height: 3px;
  position: absolute;
  top: 6px;
  left: 0;
}
.locomotive:after {
  content: "";
  width: 100%;
  background: linear-gradient(to right, #000000 0%, #000000 24%, #000000 24%, #000000 65%, #000000 65%, #000000 65%, #000000 85%, #000000 85%, #000000 90%, #000000 90%, #000000 100%);
  height: 3px;
  position: absolute;
  top: 14px;
  left: 0;
}
.locomotive .wheels > div {
  top: 22px;
  animation-delay: -0.6s;
}
.locomotive .wheels > div:first-child {
  animation-delay: -0.9s;
}
.locomotive .normal-wheel:first-of-type {
  left: 2px;
}
.locomotive .normal-wheel:last-of-type {
  right: 2px;
}
.locomotive .trash {
  height: 35px;
  width: 50px;
  position: absolute;
  top: -18px;
  border: 3px solid #000;
  background-color: transparent;
  border-radius: 50%;
  left: 2px;
  z-index: -1;
}

.tracks {
  position: relative;
  width: 200px;
  bottom: -10px;
  overflow: hidden;
  height: 3px;
}
.tracks span {
  display: inline-block;
  height: 3px;
  width: 200px;
  position: absolute;
  left: 200px;
  background: linear-gradient(to right, black 0%, black 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 39%, black 39%, black 61%, black 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 70%, black 71%, black 100%);
  animation: track 2s linear infinite;
  animation-fill-mode: forwards;
}
.tracks span:nth-child(2) {
  animation-delay: -1s;
}

.smokes:before, .smokes:after,
.smokes span:before {
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 4px;
  z-index: -1;
}
.smokes:before {
  animation: smoke 1s linear infinite;
}
.smokes span:before {
  animation: smoke 1s linear infinite;
  animation-delay: -0.6s;
}
.smokes:after {
  animation: smoke 1s linear infinite;
  animation-delay: -0.3s;
}

@keyframes smoke {
  100% {
    top: -50px;
    opacity: 0.5;
  }
}
@keyframes wheel-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes track {
  100% {
    left: -200px;
  }
}

.cir_pic_box, .cir_det_box{
  margin-top: 2%;
}

.cir_pic_box_ins{
  border: solid 5px rgba(0,0,0,0.2);
  height: 350px;
  border-radius: 10px;
  margin-top: 5px;
  z-index: 1;
}

.cir_det_box_ins{
  padding-top: 10px;
  min-height: 400px;
  z-index: 1;
}

.cir_det_box_ins2{
  padding-top: 10px;
  min-height: 400px;
}

.number{
  padding: 10px 10px;
  background-color: #3689f0;
  color: #FFF;
  width: 70px;
  height: 70px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}

.sub_tit{
  color: #3689f0;
}

.sub_tit_two{
  margin-top: 40px;
  color: #139a95;
  font-size: 28px;

}

.footer_sec{
  background-image: url('../images/footer_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 3%;
}

#popsicle #drop-left {
  animation: drop-left 3s ease-in-out infinite;
}
#popsicle #drop-right {
  animation: drop-right 2.5s ease-in-out infinite;
}

@keyframes drop-left {
  from {
    transform: translate(30px, 239px);
    opacity: 1;
  }
  to {
    transform: translate(30px, 330px);
    opacity: 0;
  }
}
@keyframes drop-right {
  from {
    transform: translate(120px, 239px);
    opacity: 1;
  }
  to {
    transform: translate(120px, 360px);
    opacity: 0;
  }
}


.eartic_form2{
  height: 70px;
  border: none;
  border-bottom: solid 1px rgba(0,0,0,0.3);
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  font-family: 'Grandstander', cursive;
}

.eartic_form{
  border:solid 1px rgba(0,0,0,0.2);
  font-size:14px;
  background-color:transparent;
  color:#333;
  min-height:40px;
  font-family: 'Grandstander', cursive;
}

.desawana_label{
  font-family: 'Grandstander', cursive;
}

.form_titt{
  color: #0c4ca3;
  border-top: solid 1px rgba(0,0,0,0.1);
  margin-top: 4%;
  padding-top: 2%;
}

.form_cont{
  padding: 1% 3%;
}

.form_cont_2{
  padding: 1% 5%;
}

.laguage_bar{
  height: 25px;
  overflow: hidden;
}

.course_box{
  margin-top: 3%;
}

.course_box_ins{
  background-color: #EEE;
  padding: 0px;
}

.course_box_pic_box{
  padding: 0px;
  margin: 0px;
}

.course_name{
  font-size: 24px;
  color: #0c4ca3;
  font-weight: lighter;
  text-transform: capitalize;
}

.secrow_bg{
  padding: 4% 2%;
  background-color: #333;
}

.apply_now{
  background-color: rgba(18,74,157,1);
  width: 200px;
  height: 100px;
  padding: 2%;
  border-radius: 10px;
  margin-bottom: 3%;
  transition: all 0.4s;
  margin-left: auto;
  margin-right: auto;
}

.apply_now:hover{
  background-color: rgba(3,3,3,1);
  width: 200px;
  height: 100px;
  padding: 2%;
  border-radius: 10px;
  margin-bottom: 3%;
  transition: all 0.4s;
}

.social_icon_set{
  margin-top:100px;
 }

@media (max-width: 1180px){
  .social_icon_set{
    margin-top:50px;
   }
}

.s_icon{
  padding-top:3%;
  border:solid 1px rgba(255,255,255,0.6);
  border-radius:50%;
  width:70px;
  height:70px;
  transition:all 0.4s;
  color:#FFF !important;
  font-weight: bolder;
}

@media (max-width: 414px){
  .s_icon{
    margin-top:4%;
    width:60px;
    height:60px;
    padding-top:4%;
  }
}

.s_icon:hover{
  border:solid 1px #a1c036;
  transition:all 0.4s;
  color:#a1c036 !important;
  cursor:pointer;
}

.f_color{
  color:#FFFF !important;
  font-size:13px !important;
  font-weight: bolder;
  margin-top:3%;
}

.add_sec{
  margin-top:4%;
  min-height:130px;
  padding-left:4%;
}

.footer_add{
  color:#FFF !important;
  font-size:15px;
  letter-spacing:1px;
  font-weight: bolder;
}

.page_banner{
  margin-right: auto;
  margin-left: auto;
}

.health_msg_stripe{
  width: 300px;
}

.point_para{
  font-size: 15px;
  text-align: left;
}

.health_msg_stripe{
  width: 400px;
  border-radius: 100px;
}

.about_box_sec_ins h3{
  font-weight: bolder;
}

@media (max-width: 767px){
  .cir_pic_box_ins{
    border: solid 0px rgba(0,0,0,0.2);
    height: auto;
    border-radius: 10px;
    margin-top: 35px;
    padding: 0px;
  }

  .cir_pic_box, .cir_det_box{
    margin-top: 2%;
    padding: 0px;
  }

  .cir_det_box_ins{
    padding-top: 10px;
    min-height: 400px;
  }

  .cir_det_box_ins2{
    padding-top: 10px;
    min-height: 400px;
  }

  .number{
    padding: 10px 10px;
    background-color: #3689f0;
    color: #FFF;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
  }

  .sub_tit{
    color: #3689f0;
    font-size: 27px;
  }

  .sub_tit_two{
    margin-top: 40px;
    color: #139a95;
    font-size: 28px;
  }

  .circulam_cont_box{
    border-top: solid 1px rgba(0,0,0,0.1);
    margin-top: 15px;
  }

  .eartic_btn{
    background-color: #333;
    color: #FFF;
  }

  .eartic_btn:hover{
    background-color: #65c74a;
    color: #FFF;
  }

  .social_icon_set{
    margin-top:5px;
    margin-bottom: 10px;
   }

  .s_icon{
    padding-top:6%;
    border:solid 1px rgba(255,255,255,0.6);
    border-radius:50%;
    width:60px;
    height:60px;
    transition:all 0.4s;
    color:#FFF !important;
    font-weight: bolder;
  }

  .s_icon:hover{
    border:solid 1px #a1c036;
    transition:all 0.4s;
    color:#a1c036 !important;
    cursor:pointer;
  }

  .f_color{
    color:#FFFF !important;
    font-size:13px !important;
    font-weight: bolder;
    margin-top:20px;
  }

  .add_sec{
    margin-top:20px;
    min-height:130px;
    padding-left:4%;
  }

  .footer_add{
    color:#333 !important;
    font-size:15px;
    letter-spacing:1px;
    font-weight: bolder;
  }

  .footer_sec{
    background-image: url('../images/footer_bg.jpg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 3%;
    margin-bottom: 0px;
  }

  .page_banner{
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
  }

}

.about_page{
  background-image: url('../images/about_banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
  margin-top: -4%;
}

.testi_page{
  background-image: url('../images/testi_banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
  margin-top: -4%;
}

.gal_page{
  background-image: url('../images/gal_banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 70vh;
  margin-top: -4%;
}


.form_page{
  background-image: url('../images/top_banner_apply.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 25vh;
  margin-top: -4%;
}

.what_page{
  background-image: url('../images/whatweoffer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
  margin-top: -4%;
}

.loc_page{
  background-image: url('../images/location_map.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
  margin-top: -4%;
}

.circu_page{
  background-image: url('../images/main_banner_with_animal.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
  margin-top: -4%;
}

.class_page{
  background-image: url('../images/class.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
  margin-top: -4%;
}

.banner_text{
  text-align: center;
  color: #FFF;
  font-size: 52px;
  font-weight: bolder;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  margin-top: 12%;
}

.sub_titt{
  font-size: 24px;
  font-weight: bolder;
}

.big_sm_titt{
  font-size: 25px;
  margin-left: 8px;
  margin-top: -10px;
  margin-bottom: 50px;
  text-align: center;
}

.about_para2{
  text-align: justify-all;
  font-size: 17px;
}

.img_box{
  margin-top: 30px;
}

.section_new{
  height: auto;
  padding: 4% 1%;
}

.location_des{
  background-color: #FFF;
}

.after_img{
  background-position: center;
  background-repeat: no-repeat;
  min-height: 320px;
  background-size: contain;
  padding: 25px;
  transition: all 0.4s;
  margin-top: 2%;
}

.after_img_div{
  background-color: rgba(4,146,165,0);
  min-height: 270px;
  width: 350px;
  transition: all 0.4s;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img_text{
  margin-top: 30%;
  color: #FFF;
  font-weight: bolder;
}

.after_img:hover{
  padding: 15px;
  transition: all 0.4s;
}

.after_img:hover .after_img_div{
  height: 96%;
  width: 95%;
  transition: all 0.4s;
  background-color: rgba(4,146,165,0.2);
}

.preschools{
  background-color: rgba(4,146,165,1);
  color: #FFF;
  padding: 2%;
  min-height: 60px;
  border-radius: 10px;
  padding-top: 15px;
  transition: all 0.4s;
}

.preschools:hover{
  background-color: rgba(4,146,165,0.6);
  color: #FFF;
  padding: 2%;
  min-height: 80px;
  border-radius: 10px;
  padding-top: 15px;
  transition: all 0.4s;
}


/***************FOOTER ROCKET***********************/
.svg-rocket {
  height: 55vh;
}

.rocket-inner {
  fill: #dcdcdc;
  animation: 8s ease-in-out 0s infinite backwards rocket-final-takeoff;
}

.rocket-inner__rocket-and-lines {
  animation: 8s ease-in-out 0s infinite backwards rocket-inital-takeoff;
  transform-origin: bottom;
}

.rocket-lines__lines {
  transform-origin: bottom;
  animation: 8s ease-in-out 0s infinite forwards rocket-lines;
}

.rocket-clouds__bubble--1 {
  animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--1;
}

.rocket-clouds__bubble--2 {
  animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--2;
}

.rocket-clouds__bubble--3 {
  animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--3;
}

.rocket-clouds__bubble--4 {
  animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--4;
}

.rocket-clouds__bubble--5 {
  animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--5;
}

.rocket-clouds__cloud {
  transform-origin: top;
  animation: 8s ease-in-out 0s infinite forwards cloud-fade-in;
}

@keyframes rocket-inital-takeoff {
  0% {
    transform: translate3d(0, 54%, 0) rotate(0deg);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rocket-final-takeoff {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }
}
@keyframes rocket-lines {
  0% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(1);
  }
  80% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1) translate3d(0, 0, 0);
  }
}
@keyframes cloud-fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scaley(1);
  }
  40% {
    opacity: 0;
    transform: translate3d(0, 39%, 0) scaley(1);
  }
  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaley(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes cloud-bubbles--1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cloud-bubbles--2 {
  0% {
    opacity: 0;
  }
  64% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cloud-bubbles--3 {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cloud-bubbles--4 {
  0% {
    opacity: 0;
  }
  72% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cloud-bubbles--5 {
  0% {
    opacity: 0;
  }
  76% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 900px){
  .nav_ul{
    margin-left: 100px;
    margin-top: -10%;
  }

  .right_menu_con{
    margin-left: 110px;
    margin-top: -3%;
    float: right;
  }

  .right_menu{
    float: right;
    background-color: #333;
    margin-left: 7px;
    color: #FFF;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: right;
    transition: all 0.4s;
    font-size: 10px;
  }

  .right_menu:hover{
    float: right;
    background-color: #65c74a;
    margin-left: 8px;
    color: #EEE;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: right;
    transition: all 0.4s;
  }

  .main_nav_ul2{
    background-color: transparent;
    border: none;
    box-shadow: none;
  }

  .menu_li a{
    color: #FFF !important;
    font-weight: bolder;
    font-size: 11px;
    padding: 2px;
  }

  .menu_li2{
    background-color: #ff828d;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2:hover{
    background-color: #65c74a !important;
    margin-top: 10px;
    color: #FFF !important;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2 a:hover{
    background-color: #65c74a !important;
    margin-top: 10px;
    color: #FFF !important;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2:nth-child(1){
    background-color: #f0c018;
  }

  .menu_text_act a{
    background-color: #333;
    color: #EEE;
    height: 60px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0);
    transition: all 0.4s;
    text-align: left;
  }

  .logo{
    width: 100px;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  }

  .slider_box{
    background-color: #65c74a;
    height: 330px;
    border-radius: 15px;
    padding: 10px;
    border-left: solid 5px #FF0;
  }

  .menu_li{
    background-color: #ff828d;
    margin-left: 3px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    width: 80px;
    height: 60px;
  }

  .about_page{
    background-image: url('../images/about_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .testi_page{
    background-image: url('../images/testi_banner.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .gal_page{
    background-image: url('../images/gal_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }


  .form_page{
    background-image: url('../images/top_banner_apply.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .what_page{
    background-image: url('../images/whatweoffer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .loc_page{
    background-image: url('../images/location_map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .circu_page{
    background-image: url('../images/main_banner_with_animal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .class_page{
    background-image: url('../images/class.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .banner_text{
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: bolder;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    margin-top: 12%;
  }
}

@media only screen and (max-width: 899px) and (min-width: 768px){
  .nav_ul{
    margin-left: 100px;
    margin-top: -13%;
  }

  .right_menu_con{
    margin-left: 110px;
    margin-top: 3%;
    float: right;
  }

  .right_menu{
    float: right;
    background-color: #333;
    margin-left: 7px;
    color: #FFF;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: right;
    transition: all 0.4s;
    font-size: 10px;
  }

  .right_menu:hover{
    float: right;
    background-color: #65c74a;
    margin-left: 8px;
    color: #EEE;
    padding: 6px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: right;
    transition: all 0.4s;
  }

  .main_nav_ul2{
    background-color: transparent;
    border: none;
    box-shadow: none;
  }

  .menu_li a{
    color: #FFF !important;
    font-weight: bolder;
    font-size: 11px;
    padding: 2px;
  }

  .menu_li2{
    background-color: #ff828d;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2:hover{
    background-color: #65c74a !important;
    margin-top: 10px;
    color: #FFF !important;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2 a:hover{
    background-color: #65c74a !important;
    margin-top: 10px;
    color: #FFF !important;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
    transition: all 0.4s;
  }

  .menu_li2:nth-child(1){
    background-color: #f0c018;
  }

  .menu_text_act a{
    background-color: #333;
    color: #EEE;
    height: 60px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0);
    transition: all 0.4s;
    text-align: left;
  }

  .logo{
    width: 100px;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  }

  .slider_box{
    background-color: #65c74a;
    height: 330px;
    border-radius: 15px;
    padding: 10px;
    border-left: solid 5px #FF0;
  }

  .menu_li{
    background-color: #ff828d;
    margin-left: 3px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    width: 75px;
    height: 60px;
    padding: 0px;
  }

  .about_page{
    background-image: url('../images/about_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .testi_page{
    background-image: url('../images/testi_banner.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .gal_page{
    background-image: url('../images/gal_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }


  .form_page{
    background-image: url('../images/top_banner_apply.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .what_page{
    background-image: url('../images/whatweoffer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .loc_page{
    background-image: url('../images/location_map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .circu_page{
    background-image: url('../images/main_banner_with_animal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .class_page{
    background-image: url('../images/class.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 2%;
  }

  .banner_text{
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: bolder;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    margin-top: 12%;
  }
}

@media (max-width: 767px){
  .about_page{
    background-image: url('../images/about_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 50vh;
    margin-top: -12%;
  }

  .testi_page{
    background-image: url('../images/testi_banner.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: -12%;
  }

  .form_page{
    background-image: url('../images/top_banner_apply.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 25vh;
    margin-top: -12%;
  }

  .what_page{
    background-image: url('../images/whatweoffer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 50vh;
    margin-top: -12%;
  }

  .loc_page{
    background-image: url('../images/location_map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: 10%;
  }

  .circu_page{
    background-image: url('../images/main_banner_with_animal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: -12%;
  }

  .class_page{
    background-image: url('../images/class.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    margin-top: -12%;
  }

  .banner_text{
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: bolder;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    margin-top: 12%;
  }

  .after_img_div{
    background-color: rgba(4,146,165,0);
    min-height: 100px;
    width: 220px;
    transition: all 0.4s;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .after_img{
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150px;
    background-size: contain;
    padding: 25px;
    transition: all 0.4s;
    margin-top: 2%;
  }

  .img_text{
    margin-top: 30%;
    color: #FFF;
    font-weight: bolder;
  }

  .after_img:hover{
    padding: 15px;
    transition: all 0.4s;
  }

  .after_img:hover .after_img_div{
    transition: all 0.4s;
    background-color: rgba(4,146,165,0);
  }

  .form_cont{
    padding: 1% 1%;
  }

  .form_cont_2{
    padding: 1% 1%;
  }

  .about_box_sec_ins{
    padding: 0px;
  }

}

.gal_box{
  margin-top: 15px;
}

.gal_box_ins{
  padding: 2%;
}

.gal_img{
  border-radius: 20px;
}

.gal_img_box_ins{
  border: solid 5px rgba(0,0,0,0.2);
  height: auto;
  border-radius: 20px;
  transition: all 0.4s;
}

.gal_img_box_ins:hover{
  border: solid 5px rgba(0,0,0,0.5);
  transition: all 0.4s;
}

.testi_box {
   height: 350px;
   overflow-y: auto;
   margin-bottom: 2%;
   overflow-x: hidden;
}

.testi_box::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.testi_box::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.testi_box::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 2px solid #555555;
}

.testi_box div{
  width: 100%;
  height: auto;
}

@media (max-width: 767px){
  .testi_special{
    padding: 0px;
  }

  .testi_box {
     height: auto;
     overflow-y: unset;
     margin-bottom: 2%;
     overflow-x: unset;
  }

  .testi_box div{
    width: 100%;
    height: auto;
  }
}