
@import url(//fonts.googleapis.com/earlyaccess/nats.css);
html{
	scroll-behavior: smooth;
}

.hero{
    margin-top:5%;
   
}
.section{
    margin-top:28%;
   
}

.header{
	border-bottom: 6px solid #767676cb;
	font-family: 'NATS', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12vw;
	text-align:center;
	letter-spacing: 0.2em;
	
	color: #222222;

}
.tagline{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 1.5vw;
    text-align:left;
    letter-spacing: 0.15em;
    
    color: #363636;
}
.head{
	border-bottom: 6px solid #767676cb;
	font-family: 'NATS', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 3.6vw;
	text-align:center;
	letter-spacing: 0.3em;
	
	color: #222222;

}
.list{
    font-family: 'NATS', sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.5vw;
    
}
    

.category{
	font-family:'NATS', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 2.4vw;
	text-align:left;
	letter-spacing: 0.3em;
	color: #767676cb;

}
.tagleft{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:bold;
    font-size: 3vw;
    text-align:left;
    letter-spacing: 0.1em;
    
    color: #7a7a7a;
}
.tagright{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 2vw;
    text-align:right;
    letter-spacing: 0.1em;
    
    color: #7a7a7a;
}
.tag{
    font-family: 'roboto';
    font-style: normal;
    font-weight:lighter;
    font-size: 1.2vw;
    text-align:right;
    letter-spacing: 0.2em;
    align-items: center;
    color: #222222;
}

.contact-left{
     background-image: url(../images/contactbg.png);
}

.contact-right{
     background-image: url(../images/careerbg.jpg);
}


@media only screen and (max-width: 620px) {
    
.contact-left{
     background: none;
}
	.hero{
		margin-top:30%;
	   
	}
	.section{
		margin-top:75%;
	   
	}
	.tagline{
		
		font-size: 7.5vw;
		text-align:center;
		letter-spacing: 0.2em;
		color: #222222;
		padding-left:4px;
		padding-right:4px;
		
		
	}
	.tagleft{
		
		font-size:5vw;
		text-align:center;
		letter-spacing: 0.0em;
		
	}
	.tagright{
		
		font-size: 5vw;
		text-align:center;
		letter-spacing: 0.0em;
		
	}
	.tag{
		
		font-size: 5vw;
		text-align:center;
		letter-spacing: 0.05em;
		
	}
	.header{
		border-bottom: 0px solid #767676cb;
		
	
	}
	.head{
		font-size: 9vw;
	}
	
	.category{
		font-size: 8vw;
	}
	.list{
		font-size: 3vw;
		letter-spacing: 0em;
	}

}



.scroll{
	left: 50%;
	transform: translateY(0%) rotate(45deg);
	
				  opacity: 0;
  }
  @keyframes scrolldown {
			  0%{
				  transform: translateY(20%) rotate(45deg);
				  opacity: 0.9;
			  }
			  50%{
				  transform: translateY(0%) rotate(45deg);
				  opacity: 0.5;
			  }
			  100%{
				  transform: translateY(20%) rotate(45deg);
				  opacity: 0.9;
			  }
		  }
.dropdown {
	position: relative;
	display: block;
	background:radial-gradient(66.86% 77.15% at 48.32% 56.46%, #FFFFFF 0%, #aea554 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    height:180px;
	 width: 100%;
	border-radius: 0px 0px 60px 60px;
	top:0;
	left:0;
	
  }

  .menu_btn{
	border: 0px;
	
  }
  .menu_btn:hover{
	border: 0px 0px 3px 0px #222222; 
	letter-spacing:4px;
	color:#222222;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
  }


  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	width: 0%;
	height:100vh;
	-webkit-box-shadow: -50px 26px 300px 74px rgba(71, 71, 71, 0.765);
-moz-box-shadow: -50px 26px 300px 74px rgba(71,71,71, 0.765);
box-shadow: -50px 26px 300px 74px rgba(71,71,71,0.765);
	z-index: 1;
	border-radius: 20px 0px 0px 20px;
	top:0;
	right:0;
	animation: SlideIn 0.2s ease-in forwards;
	
	
}
@keyframes SlideIn {
	to{
		width: 75%;
	}
}

  
  .dropdown-content a {
	color:#855329;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	letter-spacing: 4px;
	
  }
  
  .dropdown-content a:hover {background-color: white;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: grey;}

.logo{
	float:left;
	text-align: left;
	font-family:  Roboto;
	letter-spacing: 2px;
	color: #853c01;
	padding:8px;
	margin-left:4px;
    font-size:1.2vw;
	font-weight: 300;
}
.menu{
	float:right;
	text-align: right;
	font-family:  Roboto;
	letter-spacing: 2px;
	color:#853c01;
	padding:8px;
	margin-left:4px;
    font-size:1.2vw;
	font-weight: 300;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    font-family: 'NATS', sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/