/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face{
  font-family: "Bebas Neue Regular";
  src: url("../font/Bebas Neue Regular Regular.eot");
  src: url("../font/Bebas Neue Regular Regular.eot?#iefix")format("embedded-opentype"),
      url("../font/Bebas Neue Regular Regular.woff")format("woff"),
      url("../font/Bebas Neue Regular Regular.woff2")format("woff2"),
      url("../font/Bebas Neue Regular Regular.ttf")format("truetype"),
      url("../font/Bebas Neue Regular Regular.svg#Bebas Neue Regular Regular")format("svg");
  font-weight:bold;
  font-style:bold;
  font-display:swap;
}

body {
  
  color: #111;font-size:14px; letter-spacing:1px; 
  font-family: 'Arial', sans-serif;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Bebas Neue Regular", sans-serif;font-weight:bold;
 
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #669900;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #5c7332;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height:110px;
  transition: all 0.5s;
  z-index: 9999px;
  transition: all 0.5s;
  padding: 10px; 
  border-bottom: #034b93 1px dotted;
  
}

#header.header-transparent {
   background: rgb(255, 255, 255);
  
}

#header.header-scrolled {
  background: rgb(255, 255, 255);
  height: 105px; color: #fff; box-shadow:0px 3px  10px #ccc;
  padding-bottom: 5px;padding-top:5px; box-shadow:1px 1px 15px #ddd;  
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  padding-bottom: 7px;
  margin: 0;
 height:93px; 
}

.contdet{margin-top:10px;}
#header .ph{border-right:1px solid #777;font-weight:500;color:#000;padding-right:5px;font-size:16px;}

#header .mal a{text-align:center;padding-left:5px;font-size:16px;font-weight:500;color:#000}
#header .ph:hover{border-right:1px solid #777;font-weight:500;color:#6e8e2f;padding-right:5px;font-size:16px;}

#header .mal a:hover{text-align:center;padding-left:5px;font-weight:500;font-size:16px;color:#6e8e2f;}

.imgsize{height:30px;padding-right:15px;}
.imgsize1{height:30px;}
.bookonline{background-color:#ef3135;text-align:center;padding-top:18px;font-weight:bold;max-width:15%;}
.bookonline a{color:#000;}
.bookonline a:hover{color:#eee;}
.h-100 {
    border: 1px dotted #cc2222;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */


.navmob{display:none;}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;margin-top:5px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left:5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #669900;
  padding: 7px 10px;
  transition: 0.3s; 
  font-size: 20px;font-weight:bold;
  font-family: "Bebas Neue Regular", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #669900;border-bottom:solid 4px #669900;
  transition: ease all 0.3s;   
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0; 
  z-index: 99;
  opacity: 0;min-width:350px;
  visibility: hidden;
  padding:15px 0px;
  margin-top:1px;
  background:transparent;
  color:#669900; 
  background: rgba(255, 255, 255, 1); 
  transition: ease all 0.6s;margin-top: 10px;
}



.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 200px; 
  position: relative;border-bottom:1px solid #669900;
}

.nav-menu .drop-down ul a {
  padding: 15px 20px;min-width:200px;
  font-size: 18px;
  font-weight: 900px;
  text-transform: none;
  color: #669900;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, 
.nav-menu .drop-down ul li:hover > a {
  color: #162001; padding: 15px 30px;
  box-shadow:none;width:200px;
  border-bottom:none;
}
#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active > a,
#header.header-scrolled .nav-menu .drop-down ul li:hover > a {
  color: #111;
  padding: 15px 30px;
  box-shadow:none;
  width:200px;
  border-bottom:none;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea99";
   
  }
  
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ddd;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\ea99";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



 /*----------------- Innersec------------*/
.inrcntgap{margin-top: 300px;}
#innersec h2{
  font-size: 56px;
  padding-top: 15px;
  display: block; 
  text-align: left;
  font-family: "bebas neue regular";
  color: #669900;
 
}
#innersec .abtsec1 h2{ margin-top: 120px;}
.abtblack{color: #a5a5ac;}
.abtgreen{color: #669900;}
.abtimg{text-align: center;margin: 20px 0px; }
.abtimg img{max-width: 120px; }
/*---------------video sec---------------------*/
.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		/* 16:9 */
		padding-top: 25px;
		height: 0;
	  }
	  
	  .videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	  }
    #team .teamsec1{padding-top: 130px;}
   #team img{margin-left: 0px;}
   #team h1{
     font-size: 100px;
     font-family: "bebas neue regular", sans-serif;
     color: #a5a5ac;text-align: center;
   }  
   #team h3{ font-size: 36px;margin-top: -20px;
    font-family: "bebas neue regular", sans-serif;
    color: #000;text-align: center;
    padding-bottom: 50px;}
   #team h4{
     font-size: 22px;
     font-family: "Bebas neue regular", sans-serif;
     color: #669900;text-align: center; font-weight: 700;}
     #team .name{padding-top: 15px;}
     #team .des{margin-top: -8px; color: #000;font-size: 17px;}
     #team .teamsec2{margin-top: 50px; text-align: center;}
     #team .teamsec2 img{margin: 0 auto; text-align: center;max-width: 250px;}
     #team .teamsec2 h4{text-align: center;}
     #team .imglft{margin-right: 72px;}      
      #team .imgrt {margin-left:72px; }
/*------------------------album-------------------*/

#album{background-color: #ccc;width: 100%;height: auto;padding: 50px 0px;}
#album .col{margin-left: -10px;margin-bottom: 20px;}
#album h2{color: #669900;font-size: 50px;font-family: "bebas neue regular", sans-serif;}

/*--------------------------------contact us----------------------*/

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content {
  font-family: 'Gotham', sans-serif; }

.heading {
  font-size: 2.5rem;
  font-weight: 900;  }
.contact-wrap{margin-bottom:50px;}
.contact-wrap .form-control {
  border: none;font-family: 'Gotham', sans-serif;
  border-bottom: 1px solid #a4bb78;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;color:#000;
  background: none; }
  #frmContact{margin-top: 10px;}
.form-control:active, .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #669900;}

.col-form-label {
  color: #000;
  font-size: 13px; }

.btn, .form-control, .custom-select {
  height: 45px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #669900; }

.btn {
  border: none;
  border-radius: 0;
  font-size: 12px;font-weight:bold;
  letter-spacing: .2rem;
  text-transform: uppercase;transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn.btn-primary {
    background: #5c7332;
    color: #fff;
    padding: 15px 20px; }
  .btn:hover {
    color: #fff;background: rgb(55, 82, 1);	
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);}
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;background: #669900; }

.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
  .contact-wrap .col-form-label {
    font-size: 14px;
    color: #465132;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; 
	font-weight:500;
}
  .contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; }
  .contact-wrap .contact-info {
   color: #e7e7e7; }
.contact-wrap .contact-info ul li {
margin-bottom: 15px;
color: #efefef; 
}
.contact-wrap .contact-info ul li .wrap-icon {
font-size: 20px;
color: #384e11;
margin-top: 5px; }
  .contact-wrap .form {
   background-color: transparent;  }
    .contact-wrap .form h3 {
     color:#384e11;
	font-family: 'Gotham', sans-serif;	
      font-size: 20px;
      margin-bottom: 50px; }
  .contact-wrap .contact-info {
    background: #5c7332; }
    .contact-wrap .contact-info h3 {
      color: #eee;
      font-size: 20px;
      margin-bottom: 30px; }
      .contact-wrap .contact-info h4 {
        color: #eee;
        font-size: 20px;
        margin-bottom: 5px; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
 }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
  
 .hhrcmap{margin-bottom:-50px;}
  
/*--------------------------- footer ----------------------------*/

#footer{border-top:1px solid #90bc26;
  clear:both;background-color:#8a8989;
  min-height:50vh;color:#fff;
  margin-bottom:0;}
  #footer .flink{
    font-family: "bebas neue regular", sans-serif;
    font-weight: normal; text-transform: capitalize;
  }
  #footer .flogo{text-align:left;}
  #footer .container{padding-top:40px;}
  #footer .flinks{text-align:left;} 
  #footer .flink{font-size: 20px;padding-left:20px;font-weight: normal;} 
  #footer .flink a{color:#fff;} 
  #footer .flink a:hover{color:#000;} 
  .foottext{
    font-weight: normal;padding-top: 15px;
  text-align: center;}
  
 #copyrt{border-top:.1px solid #111;clear:both;background-color:#000;min-height:10vh;
  color:#fff;padding:10px;margin-bottom:0;}
 
@media (max-width: 1024px) 
{
 .caption{font-size:28px;}
}

@media (max-width: 768px) {
 #header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding:5px 0;
  background:none;
  
} 

.caption{font-size:18px;}
 
  #header .logo img {
  padding: 0;
  margin: 0;
  margin:5px;
  max-height: 62px;
}
#header.header-scrolled {
  background: rgba(234, 234, 234, 0.8);
  height: 77px; color: #fff;
  padding: 5px 0;box-shadow:0px 3px  10px #ccc;  
}
.txtcaption{font-size:45px; }
.flogo {margin:0 auto;max-width:200px;}
 .navpc1{display:none;}
.navmob{max-width:370px;}
.navmob{display:block;height:50px;background-color:#004444;color:#fff;margin-top:0px;padding-top:15px;}
 .pctext{display:none;}
 .mbtext{left:40%;top:30%;width:600px;height:300px;position:absolute;display:block;}
 #howweworks h4{margin-bottom:30px; }

 #certif .col-sm-4{margin-bottom: 20px; }
#certif img{width: 100%;padding: 0px 10px;margin-left: 0px; }
#album .col-sm-4{margin-bottom: 20px; }
#album img{width: 100%;padding: 0px 10px;margin-left: 0px; }


#research .lftcol{margin: 0 auto; margin-bottom: 30px;}
#research .rtcol{margin: 0 auto;}

#team .imglft{margin: 0px auto;}
     #team .imgcentr{margin: 0px auto;}
      #team .imgrt{margin: 0px auto;text-align: center;}
      #team .imgrit{margin: 0px auto;text-align: center;margin-top: 20px;}
      #howweworks h1{
        font-size: 90px;padding-bottom: 30px;
       
      } 
      #team h1{
        font-size: 90px;
        
      }   
#footer .flink{margin-bottom: 20px;}
#footer .foottext{ margin-top: 10px;}
}

@media (max-width: 575px) {
 
.navmob{max-width:80%;}
.caption{font-size:18px;}
.caption2{font-size:14px;}
}
@media (max-width: 540px) {
  #team img{margin-left: 0 auto; margin: 0 auto;} 
}
@media (max-width: 498px) {
  #team img{margin: 0 auto;} 
  #team .col{text-align: center;margin-bottom:30px;} 
}
@media (max-width: 380px) {
	.mbtext{left:42.5%;top:30%;}
    .txtcaption{font-size:34px; }
	.caption{font-size:13px;}
  .caption2{font-size:12px;}
  .publish{text-align: left;}
}
@media (max-width: 325px) {
	.navmob{max-width:95%;}
    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cntgap{padding-top: 30px;
  padding-bottom: 20px;}




@media (max-width: 768px) {
#aboutus {
min-height: 1vh;position:relative;padding-top:10px;
}
.secsyst{display:none;}
.secmob{display:block;}
#heading .row{width:100%;margin:0px;}
.contact .head{color:#000;margin-top:20px;}

.carousel 
{
	padding: 0 20px;
}
#footer .col-sm-4{clear:both;float:none;margin:0 auto;}

.abtsuc{text-align:right;max-width:230px;margin:0 auto;}
#aboutus .videolink{margin-top:20px;font-size:20px;float:none;font-weight:bold;text-align:center;}
#aboutus .videolink:hover{margin-top:20px;font-size:20px;float:none;font-weight:bold;text-align:center;}
#aboutus .more{float:none;background-color:#dae4d0; transition: 0.5s;color:#000; width:200px;height:44px;clear:both;text-align:center;margin:0 auto;font-weight:bold;margin-top:30px;padding-top:12px;font-size:16px;border-radius:6px;}
#services .col-sm-3{margin:0 auto;margin-bottom:40px;width:300px;}
#projects .col-sm-4{max-width:370px;margin:0 auto;}
#innerbanner img{	
	top: 20px;
	
}
#aboutus .abtsucinr1 { min-height: 1vh;margin-top:20px;
  width:100%;font-size:18px;line-height:20px;}
  #aboutus .abtsucinr1 b{ min-height: 1vh;margin-top:10px;
  width:100%;font-size:42px;}
#services .serimg{margin:0 auto;width:250px;margin-bottom:20px;}
.projectscat .col-sm-4{margin:0 auto;width:275px;margin-bottom:20px;}
.blogdesc{padding:0px 15px;}
.blogname{padding-top:15px;}
.testimg{margin:0 auto;width:265px;margin-bottom:20px;}
}
@media (max-width: 720px) {
.contact .phn{text-align:center;padding-right:0px;margin-bottom:0px;}
.contact .eml{text-align:center;padding-right:0px;margin-top:-70px;}
.logo img {
  padding: 0;
  margin: 0;
  margin-top:20px;
  max-height: 120px;
  
}
.contdet{margin-top:10px;clear:both;display:none;
}
}
@media (max-width: 580px) {

#heading{margin-top:40px;}
    .log img{max-height:50px;padding:10px;}
    .text{font-size:10px;margin-top:-25px;}
    .overlaymask{overflow-y: auto;}
    .text p{margin:5px;}
}

@media (max-width: 420px) {
	
}

@media (max-width: 380px) {

}
@media (max-width: 350px) {
   
	}
@media (max-width: 320px) {
 
}
@media (max-width: 280px) {
   
}






