/* @font-face {
  font-family: Oswald;
  src: url(fonts/AgencyFB.ttf);
}
@font-face {
  font-family: Oswald;
  src: url(fonts/AGENCYB.TTF);
} */

@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald-VariableFont_wght.ttf);
}
@font-face {
  font-family: Oswald-Light;
  src: url(fonts/Oswald-Light.otf);
}

.width100{
  float: left;
  width: 100%;
}

body{
  font-family: Oswald-Light;
  font-size: 19px;
  line-height: normal;
  font-weight: normal;
}
.logo{
  float: left;
  width: auto;
  max-width: 300px;
}

.menu_mainbox{
  float: right;
  width: auto;
  position: relative;
  z-index: 50;
}
.menu_box{
  float: left;
  width: auto;
  margin: 10px 0 0 0;
}
.menu_box ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.menu_box li{
  float: left;
  width: auto;
  list-style-type: none;
  position: relative;
}
.menu_box li a{
  float: left;
  width: auto;
  font-size: 19px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 21px;
  line-height: normal;
  position: relative;
}
.menu_box li a:hover{
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
  color: #fff;
}
.menu_box .contact_menu a{
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
  color: #fff;
}

.menu_box .contact_menu {
  margin: 0 0 0 100px;
}
.drop_box{
  display: none;
  position: absolute;
  float: left;
  width: 250px;
  background-image: linear-gradient(90deg, #d4af37 0%, #ab8b22 100%);
  margin: 45px 0 0 0;
}
.dropdown_menu:hover .drop_box{
  display: block;
}

.dropdown_menu:hover a {
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
  color: #fff;
}
.dropdown_menu .drop_box a{
  width: 100%;
  color: #fff;
  background-image: none;
  border-bottom: 1px dashed #fff;
  font-size: 19px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.dropdown_menu .dropdown_arrow{
  content: '';
  background-image: url(../images/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 20px;
  margin: 3px 8px 0 0;
  position: absolute;
  right: 0;
}


.banner_box{
  float: left;
  width: 100%;
  background-color: #f7b587;
  background-image: url(../images/banner_book.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 958px;
}
.banner_men{
  float: left;
  width: 37%;
  text-align: right;
  background-color: #438029;
}
.banner_book{
  float: left;
  width: auto;
  max-width: 390px;
}
.banner_text{
  float: left;
  width: 100%;
  margin: 110px 0 0 0;
  font-size: 101px;
  color: #fff;
  line-height: 91px;
  font-family: Oswald;
}
.banner_text2{
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  line-height: normal;
  margin: 20px 0 40px 0;
}



.owl-carousel_banner .owl-dots{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 20px -30px 0;
}
.owl-carousel_banner .owl-dot{
  float: left;
  margin: 0 10px 0 0;
}
.owl-carousel_banner .owl-dot span{
  float: left;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 30px;
}
.owl-carousel_banner .owl-dot span:hover{
  background-color: #fff;
}
.owl-carousel_banner .active span{
  background-color: #fff;
}

.home_banner_box{
  background-color: #1a2634;
  text-align: center;
}




.green_btn{
  background-color: #438029;
  color: #fff;
  font-family: Oswald;
  line-height: normal;
  font-size: 24px;
  text-decoration: none;
  padding: 8px 40px;
  text-transform: uppercase;
  transition-duration: 0.3s;
  position: relative;
  border: 0;
}
.green_btn:hover{
  background-color: #000;
  color: #fff;
  margin: 0 0 0 30px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}


.yellow_btn{
  background-color: #d4af37;
}


.about_box{
  background-image: linear-gradient(140deg, #438029 0%, #d3af37 100%);
  float: left;
  width: 100%;
  height: auto;
}
.about_left{
  float: left;
  width: 55%;
  text-align: right;
  padding: 100px;
  color: #fff;
}
.about_right{
  float: right;
  width: 45%;
}
.about_img_arrow{
  float: left;
  position: absolute;
  margin: 310px 0 0 0;
  width: 0;
  transition-duration: 0.3s;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_right:hover .about_img_arrow{
  height: 40px;
  width: 40px;
}


.text35{
  font-size: 35px;
}

/* ------SERVICES-START----- */
.services_box{
  padding: 200px 100px 0 100px;
}
.service_img img{
  max-height: 450px;
}

.services_listbox{
  float: left;
  width: 100%;
}
.ser_list1{
  float: left;
  width: 150px;
  background-color: #d4af37;
  height: 150px;
  border-radius: 20px;
  margin: 0 20px 20px 0;
  position: relative;
}

.ser_back{
  float: left;
  background-color: rgba(46, 74, 34, 0.67);
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 20px;
  transition-duration: 0.5s;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  top: 0;
}
.ser_list1:hover .ser_back{
  width: 100%;
  height: 100%;
}
.ser_list_heading{
  float: left;
  width: 100%;
  font-size: 18px;
  color: #fff;
  padding: 30px 40px 10px 40px;
}
.ser_list_arrow{
  float: left;
  width: 100%;
}
.ser_fade_img1{
  float: left;
  position: absolute;
  width: 70px;
  margin: 34px 0 0 80px;
}
.ser_fade_img2{
  margin: 164px 0 0 335px;
  width: 100px;
}
.ser_fade_img3{
  margin: 381px 0 0 169px;
  width: 38px;
}

/* ------SERVICES-END----- */

.book_box{
  background-color: #f6f6f6;
}

.tabcontent{
  display: none;
  float: left;
  width: 100%;
  margin: 50px 0 60px 0;
}


.book_box button{
  background-color: #d4af37;
  border: 0;
  border-radius: 10px;
  line-height: normal;
  padding: 11px 13px;
  margin: 0 3px;
  color: #fff;
  transition-duration: 0.3s;
  font-size: 18px;
}
.book_box button:hover{
  background-color: #438029;
}
.book_box .tabactive{
  background-color: #438029;
  padding: 11px 16px;
}

.book_box .tabcontent .book_rightbox .text35{
  text-transform: uppercase;
}

.book_leftbox{
  float: left;
  width: 40%;
}
.book_rightbox{
  float: right;
  width: 60%;
  text-align: left;
  padding: 100px 0 0 140px;
}


/* ---------EVENT-START------- */
.event_box{
  margin: 0 0 100px 0;
}
.event_slider_list{
  float: left;
  width: 100%;
}
.event_slider_inner{
  float: left;
  width: 100%;
  padding: 0 10px 20px 10px;
  border-bottom: 10px solid #fff;
  transition-duration: 0.3s;
  position: relative;
}
.event_slider_inner:hover{
  border-bottom: 10px solid #f5f3ee;
}
.event_img{
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
  transition-duration: 0.3s;
}
.event_slider_inner:hover .event_img{
  margin: 0px 0 30px 0;
}
.event_heading{
  float: left;
  width: 100%;
  font-family: Oswald;
  color: #438029;
  margin: 0 0 10px 0;
  position: relative;
}
.event_location{
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0;
  margin: -52px 0px 0 0;
  background-color: #919931;
  color: #fff;
  padding: 5px 10px 7px 10px;
  line-height: normal;
  text-transform: uppercase;
}
.event_content{
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  min-height: 60px;
}

.owl-carousel_event .owl-nav{
  position: absolute;
  width: 100%;
  margin: -360px 0 0 0;
}
.owl-carousel_event .owl-nav div{
  float: left;
  background-image: url(../images/event_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  width: 20px;
  height: 40px;
  margin: 0 0 0 -40px;
}
.owl-carousel_event .owl-nav .owl-next{
  transform: rotateY(180deg);
  float: right;
  margin: 0 -40px 0 0;
}

.event_tabcontent{
  display: none;
  float: left;
  width: 100%;
}


.event_box button{
  background-color: #d4af37;
  border: 0;
  border-radius: 10px;
  line-height: normal;
  padding: 16px 40px;
  margin: 0 6px;
  color: #fff;
  transition-duration: 0.3s;
}
.event_box button:hover{
  background-color: #438029;
  padding: 16px 50px;
}
.event_box .event_tabactive{
  background-color: #438029;
  padding: 16px 50px;
}


/* ---------EVENT-END------- */


.testimonial_box{
  padding-bottom: 110px;
}
.testi_slider_list{
  float: left;
  width: 100%;
  padding: 0 10px;
}
.testi_slider_inner{
  float: left;
  width: 100%;
  background-color: #fff;
  border: 2px dashed #ccc;
  border-radius: 10px;
}
.testi_img{
  float: left;
  width: 100%;
  background-color: #d4af37;
  border-radius: 10px;
  text-align: center;
}
.testi_img img{
  max-width: 150px;
  display: inline !important;
  margin: 50px 0 -70px 0;
  border: 1px solid #31641c;
  border-radius: 120px;
}
.testi_heading{
  float: left;
  width: 100%;
  text-align: center;
  margin: 90px 0 0 0;
  font-family: Oswald;
  font-size: 24px;
}
.testi_star{
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0 30px 0;
}
.testi_star img{
  max-width: 25px;
  display: inline !important;
}
.testi_content{
  float: left;
  width: 100%;
  text-align: center;
  color: #6C6C6C;
  padding: 0 20px 30px 20px;
  font-size: 20px;
  line-height: normal;
}
.owl-carousel_testi .owl-item{
  transform: scale(0.8);
}
.owl-carousel_testi .center{
  transform: none;
}
.owl-carousel_testi .center .testi_slider_list{
  margin: 0px 0 0 0;
}

.owl-carousel_testi .owl-nav{
  position: absolute;
  width: 100%;
  margin: -310px 0 0 0;
}
.owl-carousel_testi .owl-nav div{
  float: left;
  background-image: url(../images/testi_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -40px;
}
.owl-carousel_testi .owl-nav .owl-next{
  transform: rotateY(180deg);
  float: right;
  margin: 0 -40px 0 0;
}

.owl-carousel_testi .center .testi_img{
  background-color: #438029;
}




.footer_box{
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 0 80px 0;
}

.footer_leftbox{
  width: 31%;
  float: left;
  margin: 60px 0 0 0;
}
.footer_logo{
  border-bottom: 1px solid #fff;
  padding: 0 50px 20px 0;
  margin: 0 0 20px 0;
}
.footer_content{
  color: #fff;
  font-size: 25px;
  width: 80%;
}

.footer_rightbox{
  background-color: #ffffff;
  float: right;
  width: 45%;
  padding: 50px;
  border-radius: 15px;
}
.subscribe_heading{
  float: left;
  width: 100%;
  font-family: Oswald;
  font-size: 23px;
  color: #D4AF37;
  margin: 0 0 10px 0;
}
.subscribe_content{
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.footer_rightbox input[type="text"]{
  margin: 0 0 40px 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #ccc;
  width: 100%;
  padding: 0 0 14px 0;
  font-weight: bold;
  color: #8b8b8b;
}
.footer_rightbox .green_btn{
  float: left;
  width: auto;
  border: 0;
  font-size: 21px;
  padding: 10px 30px;
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
}

.toggle_menu{
  display: none;
}
.toggle_menu_close{
  display: none;
}

.top_icon{
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 50px;
  margin: 0 20px 20px 0;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.top_icon:hover{
  opacity: 1;
}


/* -------INNER-BANNER-START----- */
.inner_banner{
  background-color: #f8c39a;
  background-image: url(../images/inner_banner_img.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.inner_banner_left{
  float: left;
  width: 35%;
  background-color: #438029;
  padding: 30px 60px 30px 0;
  text-align: center;
  color: #fff;
  font-size: 41px;
  font-family: Oswald;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_banner_right{
  float: right;
  width: 65%;
  padding: 80px 0 0 0;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
}
/* -------INNER-BANNER-END----- */

.science_banner{
  background-image: url(../images/inner_banner_science.png);
}
.contact_banner{
  background-image: url(../images/inner_banner_contact.png);
}
.event_banner{
  background-image: url(../images/inner_banner_event.png);
}
.science_inner{
  max-width: 890px;
  float: right;
}
.scicene_box{
  background-image: linear-gradient(140deg, #d4af37 0%, #c09d2b 100%);
  float: left;
  width: 100%;
  height: auto;
}
.science_list li{
  float: left;
  width: 100%;
}



/* -------KNOWMORE-BOX-START----- */
.knowmore_box{
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.knowmore_innerbox{
  float: left;
  width: 100%;
  background-color: #fff;
  position: absolute;
  border-radius: 100px;
  padding: 18px 50px;
  margin: -40px 0 0 0;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  line-height: normal;
}
.knowmore_content{
  float: left;
  width: auto;
  font-size: 27px;
  text-transform: uppercase;
  font-family: Oswald;
  color: #000;
  margin: 3px 0 0 0;
}
.knowmore_content span{
  color: #678c2c;
}
.knowmore_btn{
  float: right;
  width: auto;
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
  font-size: 21px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 8px 20px 8px 13px;
  border-radius: 50px;
  line-height: normal;
  text-decoration: none;
  font-family: Oswald;
  text-shadow: 1px 1px 0px #6f6e12;
}
.knowmore_btn::before{
  content: '';
  background-image: url(../images/call_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 25px;
  height: 25px;
  float: left;
  margin: 0px 10px 0 0;
  border-radius: 100px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 0px #6f6e12;
}
/* -------KNOWMORE-BOX-END----- */


/* -------CONTACT-BOX-START----- */
.contact_mainbox{
  background-color: #fcf7ed;
  margin: 110px 0 0 0;
}
.contact_form input[type="text"], textarea{
  float: left;
  width: 100%;
  padding: 10px 11px;
  line-height: normal;
  font-size: 19px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.contact_image_kushtext{
  float: left;
  width: 100%;
  background-color: #eae192;
  color: #000;
  line-height: normal;
  padding: 10px;
  border-radius: 60px;
  font-size: 21px;
  font-family: Oswald;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.contact_location_box{
  float: left;
  width: 25%;
  text-align: center;
  padding: 20px 30px 30px 30px;
  min-height: 290px;
  transition-duration: 0.3s;
  position: relative;
  border-right: 5px solid #fdfaf5;
}
.contact_location_box .contact_location_innerbox::after{
  content: '';
  background-color: #e6d59f !important;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: inherit;
  bottom: 0;
  width: 100%;
  height: 0;
  transition-duration: 0.3s;
}
.contact_location_box:hover .contact_location_innerbox::after{
  height: 100%;
}
.contact_location_icon{
  float: left;
  width: 100%;
  margin: -60px 0 30px 0;
  position: relative;
  z-index: 50;
}
.contact_location_icon img{
  max-width: 70px;
}
.contact_location_heading{
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 21px;
  font-weight: 600;
  position: relative;
  z-index: 50;
}
.contact_location_content{
  float: left;
  width: 100%;
  font-size: 18px;
  position: relative;
  z-index: 51;
}

.contact_callnow_box{
  float: left;
  width: 30%;
  margin: 0 1%;
  min-height: 100px;
}
.contact_callnow_box a{
  background-color: #f6f6f6;
  border-radius: 0 0 20px 20px;
  float: left;
  width: 100%;
  padding: 13px 30px;
  text-align: center;
  transition-duration: 0.3s;
  border: 1px solid #a7a133;
  border-top: 0;
}
.contact_callnow_box a:hover{
  padding: 18px 38px;
  background-color: #e8e2b1;
}
.contact_callnow_icon{
  float: left;
  width: 40px;
  margin: 0px 10px 0 0;
}
.contact_callnow_content{
  float: left;
  width: auto;
  margin: 8px 0 0 0;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
/* -------CONTACT-BOX-END----- */


/* -------INNER-TESTIMONIALS-START----- */
.inner_testimonial_list{
  background-color: #fff3d3;
  float: left;
  width: 100%;
  padding: 20px 50px;
  border-right: 7px solid #fbebbf;
  margin: 0 0 90px 0;
}
.inner_testimonial_left{
  float: left;
  width: 45%;
}
.inner_testimonial_right{
  float: left;
  width: 55%;
  padding: 30px 0 0 50px;
}
.inner_testimonial_heading{
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  font-size: 28px;
}
.inner_testimonial_content{
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.inner_testimonial_list a{
  font-size: 18px;
  padding: 10px 50px;
}

.inner_testimonial_list2{
  background-color: #e0f1d8;
  border-right: 0;
  border-left: 7px solid #d4eec8;
}
.inner_testimonial_list2 .inner_testimonial_left{
  float: right;
}
.inner_testimonial_list2 .inner_testimonial_right{
  float: left;
  padding: 30px 50px 0 0px;
}


.inner_testimonial_videolist{
  float: left;
  width: 33.3%;
  padding: 0 10px 20px 10px;
}
.inner_testimonial_videolist video{
  float: left;
  width: 100%;
  height: auto;
}

/* -------INNER-TESTIMONIALS-END----- */


/* -------SOCIAL-ICON-START----- */
.social_icon_box{
  position: fixed;
  right: 0;
  top: 0;
  background-color: #919931;
  padding: 10px 7px;
  border-radius: 10px 0 0 10px;
  margin: 150px 0 0 0;
  z-index: 50;
}
.social_icon_box a{
  float: left;
  width: 100%;
  clear: both;
  margin: 7px 0 7px 0;
  text-align: center;
  transition-duration: 0.2s;
}
.social_icon_box a:hover {
  margin: 5px 0 9px 0;
}

.social_icon_box a img{
  border-radius: 100px;
  max-width: 30px;
  margin: 0 auto;
}

/* -------SOCIAL-ICON-END----- */


/* -------EVENT-DETAILS-IMAGE-GALLERY-START------ */
.event_details_gallerymainbox{
  background-color: #e9e9e9;
}
.event_details_imagegallery{
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}
.event_details_imagegallery img{
  max-height: 500px;
  width: auto !important;
  display: inline !important;
  /* border: 10px solid #fff; */
}

.event_details_gallerymainbox .owl-nav{
  position: absolute;
  width: 100%;
  margin: -310px 0 0 0;
}
.event_details_gallerymainbox .owl-nav div{
  float: left;
  background-image: url(../images/testi_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -40px;
}
.event_details_gallerymainbox .owl-nav .owl-next{
  transform: rotateY(180deg);
  float: right;
  margin: 0 -40px 0 0;
}

/* -------EVENT-DETAILS-IMAGE-GALLERY-END------ */

/* -------AWARDS-IMAGES-START------ */

.awards_mainbox .awards_innerbox {
  background-color: #fff;
  text-align: center;
  border: 3px solid #ae9e73;
  padding: 0;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  max-height: 380px;
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
  float: left;
}
.awards_mainbox img {
  width: 100%;
  position: absolute;
}
.awards_innerbox span{
  height: 0px;
  transition-duration: 0.3s;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 0px 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 21px;
  overflow: hidden;
  line-height: 31px;
}
.inner_testimonial_videolist:hover span{
  height: 100%;
}

/* -------AWARDS-IMAGES-END------ */


@media screen and (min-width: 1000px) and (max-width: 1500px) {
.ser_list1{
  width: 28%;
}
.ser_list_heading{
  padding: 30px 10px 10px 10px;
}
}

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


.menu_open{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.toggle_menu{
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  margin: 30px 20px 0 0;
  cursor: pointer;
}
.toggle_menu_close{
  display: none;
  background-color: #fff;
}
.menu_open .toggle_menu_close{
  display: block;
}
.menu_box{
  width: 300px;
  background-color: #438029;
  right: 0;
  margin: 100px -400px 0 0;
  padding: 10px ;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 500;
}
.menu_open .menu_box{
  margin: 100px 0 0 0;
}
.menu_box li{
  width: 100%;
  margin: 0 !important;
}
.menu_box li a{
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #fff;
  color: #fff;
  background-image: none !important;
  padding: 7px 25px;
  font-size: 19px !important;
}
.drop_box{
  display: block;
  position: relative;
  margin: 0;
  background-image: none;
  background-color: #467233;
  width: 100%;
}
.dropdown_menu::before{
  display: none;
}


.ser_back{
  border-radius: 12px;
}


.banner_box{
  background-size: contain;
}
.banner_book{
  width: 100%;
  max-width: 60%;
}
.banner_text{
  margin: 40px 0 0 0;
  font-size: 61px;
}

.about_box{
  padding: 30px;
}
.about_right{
  width: 100%;
  text-align: center;
}
.about_right img{
  max-height: 400px;
}
.about_left{
  width: 100%;
  text-align: center;
  padding: 60px 40px 10px 40px;
}

/* ------SERVICES-START----- */
.services_box {
  padding: 10px 100px 0 100px;
}
.ser_fade_img1{
  display: none;
}
.services_listbox .ser_list1{
  margin: 0 !important;
  width: 33%;
  border: 9px solid #fff;
  height: 170px;
}

/* ------SERVICES-END----- */


/* ------INNER-BANNER-START----- */
.inner_banner{
  background-size: cover;
}
.inner_banner_left{
  width: 45%;
}
.inner_banner_right{
  width: 55%;
  padding: 60px 0 0 0;
  font-size: 31px;
  text-align: center;
}
/* ------INNER-BANNER-END----- */


.science_featured_img{
  display: none;
}



/* -------CONTACT-BOX-START----- */
.contact_mainbox{
  padding: 80px 0 0 0;
}
.contact_kush_box img{
  max-height: 500px;
}
.contact_callnow_box a{
  padding: 13px 10px !important;
}
.contact_location_box{
  width: 48%;
  background-color: transparent !important;
  border: 1px solid #ccc;
  margin: 0 1% 60px 1%;
}
/* -------CONTACT-BOX-END----- */



/* -------INNER-TESTIMONIALS-START----- */
.inner_testimonial_videolist{
  width: 100%;
}
/* -------INNER-TESTIMONIALS-END----- */





/* -------AWARDS-IMAGES-START------ */
.awards_mainbox .awards_innerbox{
  max-height: inherit;
  display: inline;
  text-align: center;
  padding: 5px;
}
.awards_mainbox img{
  position: relative;
  max-height: 400px;
  width: auto;
}
.awards_innerbox span{
  position: relative;
  height: auto;
  padding: 30px;
  margin: 20px 0 0 0;
}
/* -------AWARDS-IMAGES-END------ */

.book_rightbox{
  padding: 0px 0 0 40px;
}
.event_box {
  margin: 0 0 80px 0;
}
.footer_leftbox{
  width: 40%;
}

}



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

.banner_text{
  font-size: 40px;
  line-height: normal;
}
.owl-carousel_banner .owl-dots{
  margin: 0 20px 0px 0;
}

.about_left{
  padding: 60px 0px 10px 0px;
}

/* ------INNER-BANNER-START----- */
.inner_banner{
  background: #5e894c;
}
.inner_banner_left{
  width: 100%;
  clip-path: none;
  padding: 20px;
  min-height: inherit;
  font-size: 31px;
}
.inner_banner_right{
  width: 100%;
  padding: 20px;
  background: none;
  font-size: 26px;
}
/* ------INNER-BANNER-END----- */


/* ------SERVICES-START----- */
.services_box {
  padding: 0 0 0 0;
}
/* ------SERVICES-END----- */

.book_box button{
  width: auto;
  margin: 0;
  padding: 16px 20px !important;
}
.book_leftbox{
  width: 100%;
  text-align: center;
}
.book_leftbox img{
  max-height: 300px;
}
.book_rightbox {
  padding: 20px 0 0 0px;
  width: 100%;
  text-align: center;
}


.event_slider_inner{
  text-align: center;
}



/* -------KNOWMORE-BOX-START----- */
.knowmore_box{
  max-width: 100%;
}
.knowmore_innerbox{
  position: relative;
  margin: 30px 0;
  background-color: #d8f1ca;
  text-align: center;
  box-shadow: none;
  border: 1px solid #5b5b5b;
}
.knowmore_content{
  width: 100%;
  text-align: center;
  margin: 0 0 48px 0;
}
.knowmore_btn{
  float: none;
  width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 9px;
}
/* -------KNOWMORE-BOX-END----- */


/* -------INNER-TESTIMONIALS-START----- */
.inner_testimonial_videolist{
  width: 100%;
}
.inner_testimonial_left{
  width: 100%;
  text-align: center;
}
.inner_testimonial_left img{
  max-height: 450px;
}
.inner_testimonial_list{
  padding: 20px 30px;
}
.inner_testimonial_right{
  width: 100%;
  text-align: center;
  padding: 30px 0 20px 0;
}
.inner_testimonial_list2 .inner_testimonial_right{
  width: 100%;
  text-align: center;
  padding: 30px 0 20px 0;
}
/* -------INNER-TESTIMONIALS-END----- */



/* -------CONTACT-BOX-START----- */
.contact_kush_box{
  margin-top: 30px;
}
.contact_callnow_box{
  width: 100%;
  margin: 20px 0 0px 0;
  min-height: inherit;
}
.contact_callnow_box a{
  border: 1px solid #a7a133;
  border-radius: 80px;
  text-align: center;
}
.contact_callnow_icon{
  width: 40%;
  text-align: right;
}
.contact_callnow_icon img{
  max-width: 40px;
}
.contact_callnow_content{
  margin: 5px 0 0 0;
}
.contact_mainbox{
  margin: 60px 0 0 0;
}
.contact_location_box {
  width: 100%;
  min-height: inherit;
}
/* -------CONTACT-BOX-END----- */



/* -------SOCIAL-ICON-START----- */
.social_icon_box{
  position: relative;
  margin: 0 auto;
  max-width: 230px;
  padding: 20px 0 0 0;
  background: none;
}
.social_icon_box a{
  width: auto;
  clear: none;
  margin: 0 7px;
}
.social_icon_box a:hover {
  margin: 0 7px;
}
/* -------SOCIAL-ICON-END----- */



.footer_box{
  padding: 30px 0;
  text-align: center;
}
.footer_leftbox {
  width: 100%;
  margin: 0 0 40px 0;
}
.footer_logo{
  padding: 0 0 20px 0;
  text-align: center;
}
.footer_logo img{
  max-height: 100px;
}
.footer_content{
  width: 100%;
}
.footer_rightbox{
  width: 100%;
}
.footer_rightbox input[type="text"]{
  text-align: center;
}
.footer_rightbox .green_btn{
  float: none;
}


}

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

.text35{
  font-size: 30px;
}

.banner_men{
  display: none;
}
.banner_book{
  max-width: 100%;
  text-align: center;
  padding: 0 30px 30px 30px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.banner_text{
  font-size: 30px;
}
.banner_text2{
  font-size: 24px;
}
.owl-carousel_banner .owl-dots {
  margin: 0 20px 10px 0;
}



.owl-carousel_event .owl-nav{
  margin: 0 auto;
  max-width: 90px;
  left: 0;
  right: 0;
  padding: 30px 0 0px 0;
  position: relative;
}
.owl-carousel_event .owl-nav div{
  margin: 0 !important;
  border: 1px solid #ccc;
  background-size: 10px;
  width: 30px;
}

.testimonial_box {
  padding-bottom: 60px;
}
.owl-carousel_testi .owl-nav{
  margin: 0 auto;
  max-width: 100px;
  left: 0;
  right: 0;
  padding: 30px 0 0 0;
  position: relative;
}
.owl-carousel_testi .owl-nav div{
  margin: 0 !important;
}


.owl-carousel_eventgallery .owl-nav{
  margin: 0 auto;
  max-width: 100px;
  left: 0;
  right: 0;
  padding: 30px 0 0 0;
  position: relative;
}
.owl-carousel_eventgallery .owl-nav div{
  margin: 0 !important;
}

/* ------SERVICES-START----- */
.services_listbox .ser_list1{
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.ser_list_heading{
  padding: 0px 40px 10px 40px;
  font-size: 24px;
}
/* ------SERVICES-END----- */


/* -------INNER-TESTIMONIALS-START----- */
.inner_testimonial_list {
  padding: 20px;
}
.inner_testimonial_videolist {
  padding: 0 0px 20px 0px;
}
/* -------INNER-TESTIMONIALS-END----- */


.book_box button{
  width: 45%;
  margin: 0 0 10px 0;
}
.event_box button{
  padding: 16px 20px !important;
}

/* -------KNOWMORE-BOX-START----- */
.knowmore_content{
  font-size: 19px;
}
/* -------KNOWMORE-BOX-END----- */

.footer_logo img {
  max-height: 70px;
}




}