@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Source+Sans+Pro:400,600,700&display=swap');
body{
  	font-family: 'Source Sans Pro';
  	font-weight: 400;
}
a,a.btn{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover,a:focus{
  text-decoration: none;
}
select,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
i.fa,i.fas,i.fab{
  text-rendering: optimizeLegibility;
}
.form-control.is-invalid, .was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-valid{
	background-image: none;
}
h4 {
    font-size: 1rem;
}
/*header*/
header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 103;
	background: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0));
}
header.scrolled{
    position: fixed;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.navbar{
	padding: 0px;
	background: transparent;
	position: relative;
	top: 0px;
	border-radius: 10px;
	z-index: 100;
}
@media(min-width: 1311px){
	.navbar .container{
		max-width: 1310px;
	}
}
.navbar-brand{
	padding: 15px 0;
	top: -1px;
	position: relative;
}
.navbar-brand{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-brand img {
    width: 200px;
}
header.scrolled .navbar-brand{
	position: absolute;
}
header.scrolled .navbar-brand img{
	width: 80px;
}
header.scrolled .navbar-nav{
    padding: 20px 0px;
}
.navbar-nav{
	align-self: center;
}
.navbar .nav-item:not(:last-child){
	margin-right: 38px;
}
.navbar .nav-item .nav-link{
	color: #fff;
	font-size: 16px;
	padding: 0px;
	text-transform: uppercase;
}
header.scrolled .navbar .nav-item .nav-link{
	color: #000;
}
header.scrolled .navbar .nav-item .nav-link:hover,
header.scrolled .navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active{
	color: #55a9e4;
}
.menutogbtn{
	display: none;
}
.menuicon{
	background: #fff;
	border-radius: 5px;
	padding: 5px 10px !important;
	display: inline-block;
}
.menuicon .line{
  	width: 30px;
  	height: 2px;
  	background-color: #000;
  	display: block;
  	margin: 6px auto;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.menuicon.active .line:nth-child(2){
  	opacity: 0;
}
.menuicon.active .line:nth-child(1){
  	-webkit-transform: translateY(9px) rotate(45deg);
  	-ms-transform: translateY(9px) rotate(45deg);
  	-o-transform: translateY(9px) rotate(45deg);
  	transform: translateY(9px) rotate(45deg);
}
.menuicon.active .line:nth-child(3){
  	-webkit-transform: translateY(-8px) rotate(-45deg);
  	-ms-transform: translateY(-8px) rotate(-45deg);
  	-o-transform: translateY(-8px) rotate(-45deg);
  	transform: translateY(-8px) rotate(-45deg);
}
.mobilemenu{
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 99;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
  background: #fff;
  width: 300px;
  overflow-y: auto;
  height: 100%;
  padding: 100px 0px 80px 0px;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobilemenu.show{
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); 
}
.mobilemenu .navbar-nav .nav-item{
	display: block;
}
.mobilemenu .navbar-nav .nav-link{
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 30px;
  border-bottom: 0.5px solid transparent;
  position: relative;
}
.mobilemenu .navbar-nav .nav-link.active{
	color: #55a9e4;
}
/*header*/
/*banner*/
.slick-slider *:focus{
	outline: none;
	box-shadow: none;
}
.mainslider .slide-item img{
	width: 100%;
	object-fit: cover;
    min-height: 600px;
}
/*banner*/
/*about*/
.secpad{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sechead{
	font-weight: 600;
	margin-bottom: 50px;
	font-size: 32px;
	text-transform: uppercase;
}
.sechead small{
	font-size: 16px;
}
.sechead span{
	color: #55a9e4;
}
.about-image{
	border-radius: 5px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.about .sechead{
	margin-bottom: 30px;
}
.about p{
	font-family: Lato;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
}
.btn-jnt{
	background: #007FB2;
	color: #fff;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 16px;
}
.btn-jnt:hover{
	background: #55a9e4;
	color: #fff;
}
/*about*/
/*directors*/
.memberbox{
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.memberbox h4{
	font-weight: 600;
	color: #55a9e4;
	margin-top: 10px;
	margin-bottom: 0px;
}
.memberbox span{
	font-size: 15px;
	margin-bottom: 10px;
	position: relative;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.memberbox .memdes{
	position: absolute;
	top: -3px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.memberbox p{
	margin-bottom: 0px;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	font-family: Lato;
}
.memberbox h5{
	font-size: 16px;
	font-family: Lato;
	font-weight: 400;
}
h3.sechead{
	font-size: 26px;
}
/*directors*/
/*products*/
.products{
	background: #f9f9f9;
}
.productbox{
	background: #fff;
	min-height: 310px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	cursor: pointer;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.05);
	margin-bottom: 30px;
}
.productbox h4{
	margin: 20px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.productbox:hover{
	background: #55a9e4;
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}
.productbox:hover h4{
	color: #fff;
}
.product-name {
    padding: 0px 10px;
}
/*products*/
/*gallery*/
.gallery{
	background: #f9f9f9;
}
.galbox{
	position: relative;
	overflow: hidden;
}
.galbox h4{
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
	text-align: center;
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.galbox:before{
	content: " ";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.galbox:hover h4,
.galbox:hover:before{
	opacity: 1;
}
@media (hover: none) {
	.galbox h4,
	.galbox:before{
		opacity: 1;
	}	
}
#baguetteBox-overlay .full-image figcaption{
	padding: 10px 0px;
}
.galbox img{
	height: 250px;
	width: 100%;
	object-fit: cover;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.galbox:hover img{
	-webkit-transform: scale(1.08,1.08);
	-ms-transform: scale(1.08,1.08);
	-o-transform: scale(1.08,1.08);
	transform: scale(1.08,1).08;	
}
.baguetteBox-button:focus{
	outline: none;
	box-shadow: none;
}
/*gallery*/
/*contact and map*/
.contactform{
	padding: 30px 30px 30px 0px;
}
.contactform .form-control{
	height: 48px;
}
.contactform textarea.form-control{
	height: auto;
	resize: vertical;
}
.embed-responsive-16by9{
	margin-top: 40px;
}
/*contact and map*/
/*footer*/
.mainfooter{
	border-top: 1px solid #dee2e6;
}
.addressbox{
	padding: 30px 0px 30px 30px;
}
.addressul{
	margin-bottom: 0px;
}
.addressul li:not(:last-child){
	margin-bottom: 15px;
}
.addressul li>i{
	color: #55a9e4;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.addressul li a:hover{
	color: #55a9e4
}
.addressul li a{
	color: #000;
	font-size: 18px;
	font-family: Lato
}
.addressul li a.socialmedia{
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background: #146ebe;
    color: #fff;
    margin: 20px 0px 0px 0px;
}
.addressul li a.socialmedia:hover {
    background: #fff;
    color: #146ebe;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.copyright{
	padding: 20px 0px;
}
.copyright span{
	font-size: 15px;
	color: #333;
}
.copyright span a{
	color: #333
}
.copyright span a:hover{
	color: #55a9e4;
}
/*footer*/
/*responsive*/
@media(max-width: 1299px){
	.sechead{
		font-size: 26px;
	}
	.about p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.navbar-brand img{
		width: 100px;
	}
}
@media(max-width: 1199px){
	.memberbox h4{
		font-size: 20px;
	}
	.contactform{
		padding: 20px 20px 20px 0px;
	}
	.addressbox {
    	padding: 20px 0px 20px 20px;
	}
}
@media(max-width: 991px){
	.contactform,.addressbox {
    	padding: 20px;
	}
	.addressbox{
		border-left: none !important;
	}
	.contactform{
		border-bottom: 1px solid #dee2e6;
	}
	.productbox{
		margin-bottom: 30px;
	}
	.secpad{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.about .sechead{
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.navbar .nav-item .nav-link{
		font-size: 14px;
	}
	.navbar .nav-item:not(:last-child){
		margin-right: 20px;
	}
	.sechead{
		font-size: 24px;
		margin-bottom: 40px;
	}
	h3.sechead{
		font-size: 20px;
	}
	.mainslider .slide-item img{
    	min-height: 550px;
    }
}
@media(max-width: 767px){
	.menu .nav-item:not(.menutogbtn){
		display: none;
	}
	.navbar-nav{
		padding-top: 20px;
	}
	header.scrolled .navbar-nav{
		padding: 20px 0px 0px 0px;
	}
	header.scrolled{
		background: transparent;
		box-shadow: none;
	}
	.secpad{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mainslider .slide-item img {
    	min-height: 500px;
	}
	.menutogbtn{
		display: block;	
	}
}
@media(max-width: 575px){
	.sechead{
		font-size: 22px;
		margin-bottom: 30px;
	}
	h3.sechead{
		font-size: 18px;
	}
	.secpad{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about p {
	    font-size: 13px;
	    line-height: 24px;
	}
	.mainslider .slide-item img {
    	min-height: 400px;
	}
	.navbar-brand img {
    	width: 80px;
	}
	header.scrolled .navbar-brand img {
    	width: 60px;
	}
	.navbar{
		padding: 0px 15px;
	}
	.about-image{
		height: auto;
	}
	.about .h-100,.about .h-50{
		height: auto !important;
	}
	.btn-jnt {
	    padding: 8px 20px;
	    font-size: 15px;
	}
	.productbox h4,
	.memberbox h4{
		font-size: 18px;
	}
	.copyright span,
	.memberbox p{
		font-size: 13px;
	}
	.memberbox h5{
		font-size: 14px;
	}
	.addressul li a{
		font-size: 16px;
	}
	.galbox img{
		height: auto;
	}
	.contactform {
    	padding: 20px 15px;
	}
}
@media(max-width: 499px){
	.navbar-brand img,
	header.scrolled .navbar-brand img {
    	width: 60px;
	}
	.mainslider .slide-item img {
    	min-height: 250px;
	}
}
/*responsive*/