@charset "utf-8";
/* CSS Document */



.clear {
	clear: both;
}


/*HOME banner*/

#homebanner-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 180px;
}
#homebanner-inner {
	width: 1120px;
	min-height:100px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	background: #060608;
	position: relative;
}
.slick-slide img {
    width: 100%;
  }

.banner-menu{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.banner-menu ul{
	display: inline-flex;
}
.banner-menu ul li{
	display: inline-flex;
}
.banner-menu ul li a{
	background: #060608;
	color: #ffffff;
	float: left;
	padding:8px 25px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.banner-menu ul li a:hover{
	background: #0e397f;
	color: #ffffff;
}


/*HOME PRODUCT*/
#homeproduct-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}
#homeproduct-inner {
	width: 1140px;
	min-height:200px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}

#homeproduct-inner h1 {
	float: left;
	width: 100%;
	font-family: 'Actor', sans-serif;
	font-size: 32px;
	line-height: 35px;
	font-weight: 300;
	text-align: center;
	color: #000000;
	margin-top:40px;
	margin-bottom: 50px;
	position: relative;
}
#homeproduct-inner h1:after {
  content:'';
  position:absolute;
  left:0;
	right:0;
	margin: 10px auto;
  top:100%;
  width:120px;
  height:4px;
  background:#0e397f;
}

.product-categories{
	clear: both;
	margin-bottom: 60px;
}


.home-product-box{
	width: 100%;
	height: 270px;
	float: left;
	background: #0e397f;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.home-product-boxbg .home-product-box:nth-child(1){
	margin-left:0%;
}
.home-product-title{
	width: 100%;
	height: 40px;
	background: #0e397f;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
#homeproduct-inner h2 {
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:100;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 10px;
	margin-top:12px;
	margin-bottom: 20px;
}
.home-product-box:hover .home-product-title{
	height: 60px;
}
.homeproducts-more{
	float: left;
	width: 100%;
	text-align: left;
	color: #e99b3c;
	text-decoration: none;
	font-size: 13px;
	padding-left: 20px;
}
.home-product-image{
	width: 100%;
	height: 250px;
	background: #181818;
	position: absolute;
	left: 0px;
	bottom: 20px;
	transition: all 0.4s ease;
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
}
.home-product-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
}

.home-product-box:hover .home-product-image img{
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.home-product-box:hover .home-product-image{
	bottom: 45px;
}



/*INNER*/
#inner-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}
#innermatter-inner {
	/*width: 1140px;*/
	min-height:200px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
/*	margin-top: 210px;*/
	position: relative;
}
#innermatter-inner h1 {
	float: left;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family: 'Actor', sans-serif;*/
	font-size:22px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	color: #0e397f;
	margin-bottom:10px;
	background: #f2f2f2;
	padding: 10px 20px;
}
.profile-text{
	width: 100%;
	float: left;
	text-align: left;
	color: #000000;
	margin-top: 20px;
}
.profile-text p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight:100;
	color: #000000;
	margin-bottom: 8px;
}
.profile-textimage{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.founders{
	width: 100%;
	float: left;
	text-align: left;
}
.founders-titile{
	float: left;
	width: 100%;
	font-family: 'Actor', sans-serif;
	font-size:18px;
	line-height: 18px;
	font-weight: 600;
	text-align: left;
	color: #0e397f;
	margin-bottom:10px;
	margin-top:40px;
}
.founders-bg{
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eeeeee;
	padding: 15px;
}

.founders-bg img{
	float: left;
	margin-right: 25px;
}
.founders-bg p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight:100;
	color: #000000;
	margin-bottom: 8px;
}
.founders-name{
	font-family: 'Actor', sans-serif;
	font-size:18px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	color: #0e397f;
	margin-bottom:10px;
	position: relative;
}

/*CLIENT*/
.clients{
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 30px;
}
.clients-bg{
	width: 23%;
	height: 220px;
	float: left;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Actor', sans-serif;
	font-size:18px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}
.client-logobg{
	width: 100%;
	height: 160px;
	float: left;
	text-align: center;
	position: relative;
}
.client-logobg img{
	max-width: 100%;
	position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.client-title{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	height: 220px;
	position: absolute;
	top: 160px;
  left: 0;
	background: #0e397f;
	transition: all 0.4s ease;
		 -webkit-transition: all 0.4s ease;
		 -moz-transition: all 0.4s ease;
		 -o-transition: all 0.4s ease;
}

.clients-bg:hover .client-title{
	top: 0px;
	background: rgba(14, 57, 127, 0.9);
}
.client-title ul{
	width: 100%;
	float: left;
	text-align: left;
	padding-left:15px;
}
.client-title ul li{
	font-size: 13px;
	line-height: 16px;
}
.client-title span{
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	float: left;
	height:60px;
	display: flex;
  align-items: center;
  justify-content: center
}



/*Suppliers*/
.suppliers-bg{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.suppliers-bg ul{
	width: 100%;
	float: left;
	list-style: none;
	margin:0px;
  padding:0px;
}
.suppliers-bg ul li{
	width: 23%;
	height: 200px;
	float: left;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Actor', sans-serif;
	font-size:18px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}

.suppliers-bg ul li:nth-child(4n){
	margin-right:0%;
}
.suppliers-thumb{
	width: 100%;
	float: left;
	height: auto;
	padding: 10px 5%;
}
.suppliers-thumb img{
	max-width: 100%;
	position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.suppliers-bg ul span{
	width: 100%;
	text-align: left;
	background: rgba(14, 57, 127, 0.9);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:18px;
	font-weight:300;
	padding: 0px 10px;
	color: #ffffff;
	bottom: 0px;
	left: 0px;
	height: 0px;
	position: absolute;
	transition: all 0.3s ease;
		 -webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;

}

.suppliers-bg ul li:hover span{
	padding: 10px 10px;
	height: auto;
	bottom: 0px;

}


.news-bg{
	float: left;
	width: 100%;
}
.upevent-matter-sub{
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #dddedf;
	padding-bottom: 20px;
}
.homeevent-subinner-date{
	width: 70px;
	float: left;
	min-height: 100px;
	position: absolute;
	margin-right: 20px;
}
.homeevent-subinner-date .homeevent-date{
	top: 25px;
}
.homeevent-subinner-content{
	float: left;
	padding: 20px 0px 10px 100px;
}

.homeevent-subinner-content p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight:100;
	color: #000000;
}
.homeevent-subinner-content span {
	text-align: left;
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size:18px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.newsmore{
	text-decoration: none;
	color:#0e397f;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
.newsmore:hover{
	color:#a0a0a0;
}


.homeevent-date{
	width: 70px;
	height: auto;
	background: #0e397f;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 15px;
}
.homeevent-date span{
	float: left;
	width: 100%;
	background: #6c6c6c;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 20px;
	padding: 6px 0px;
	margin-top:20px;
}

.news-inner{
	padding-left: 0px;
}
.biography-img{
	float: left;
	max-width: 300px;
	width: 100%;
	margin-right: 30px;
	margin-bottom: 20px;
}
.news-inner p{
	margin-bottom: 10px;
	text-align: justify;
}
.thumb-designation{
	font-family: 'Roboto', sans-serif;
	color: #9f9f9f;
	font-size:14px;
	line-height: 16px !important;
	width: 100%;
	float: left;
	padding: 5px 0px 15px 0px;
}

/*PRODUCTS*/
.products-main{
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 30px;
}
.products-main-bg{
	width: 31.2%;
	height: auto;;
	float: left;
	background: #ffffff;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}

.products-main-bg h2 {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight:100;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 10px;
	margin-top:12px;
	margin-bottom: 20px;
}

/*CONTACT*/
.contact-map{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	height: auto;
}
.map{
	width: 100%;
	height: 400px;
}

#contact-addressbg{
	width: 50%;
	float: left;
	min-height: 100px;
	margin-top: 20px;
	padding-right: 30px;
}
#contact-formbg{
	width: 46%;
	float: right;
	min-height: 100px;
	margin-top: 20px;
	padding-bottom: 50px;
}
.contact-tittle{
	font-family: 'Roboto Condensed', sans-serif;
	color: #0e397f;
  font-weight: 600;
  font-size: 18px;
	line-height: 22px;
  float: left;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.address-div {
	font-family: 'Roboto Condensed', sans-serif;
	color: #363434;
  font-weight: 400;
  font-size: 16px;
	line-height: 25px;
  float: left;
	text-align: left;
	width: 100%;
	padding: 0px;
	padding-left: 22px;
	margin-bottom: 30px;
}
.address-div a{
	color: #363434;
	text-decoration: none;
	font-weight: 400;
}

.contact_label{
	width:100%;
	float:left;
	color:#363434;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
}

.inputf{
	width:100%;
	height:40px;
	background:none;
	border:2px solid #dadada;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-left:2%;
	margin-top: 5px;
	color: #444444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.inputtextarea{
	font-family: 'Roboto Condensed', sans-serif;
	resize:none;
	margin-top: 5px;
	width:100%;
	height:120px;
	background:none;
	color: #444444;
	border:2px solid #dadada;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size:14px;
	padding-left:2%;
	padding-top: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

.form_btn{
	float:left;
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	cursor:pointer;
	border:none;
	background:#0e397f;
	color:#FFF;
  font-family: 'Open Sans', sans-serif;
	padding:6px 35px;
	font-size:18px;
}
.form_btn:hover{
	background:#686869;
}



/*PRODUCT INNER*/
.productsinner-bg{
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 50px;
}

.productsinner-matter{
	width: 47%;
	float: left;
	height: auto;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	line-height:22px;
	font-weight:500;
	color: #0e397f;
}
.productsinner-bg .productsinner-matter:nth-child(2n){
	float: right;
}
.productsinnerimg{
	float: left;
	width: 100%;

}
.productsinner-link{
	width: 100%;
	float: left;
	margin-top:20px;
	background:url(../images/line.png) repeat-x center left;
}
.productsinner-link a{
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:15px;
	font-weight:400;
	color: #ffffff;
	background: #0e397f;
	padding: 12px 20px;
	text-decoration: none;
}
.productsinner-link a:hover{
	color: #ffffff;
	background: #3d3e3e;
}

.grid-in{
  width: 100%;
  float:left;
	height: auto;
  position: relative;
	margin-bottom: 20px;
}
.overlay{
	width: 95%;
	height: 90%;
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: rgba(255, 255, 255, 0.0);
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
}
.grid-in:hover .overlay{
	background: rgba(255, 255, 255, 0.8);
}
.overlay-img{
  	max-width: 40%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transform: scale(0);
  }
  .grid-in:hover .overlay-img{
    width: auto;
    height: auto;
    transform: scale(1);
  }

	.productsinner-subtitle{
		width: 100%;
		float: left;
		height: auto;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		line-height:22px;
		font-weight:500;
		color: #000000;
		margin-top: 10px;
	}

	.productsinner-text{
		width: 100%;
		float: left;
		height: auto;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height:20px;
		font-weight:400;
		color: #000000;
		margin-bottom: 10px;
	}



.team-bg{
	width: 50%;
	float: left;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:22px;
	font-weight:200;
	color: #000000;
	padding-right: 5%;
}
.team-bg img{
	float: left;
	width: 50%;
}
.team-bg span{
	font-weight:600;
	color: #000000;
}
.team-bg a{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight:200;
	color: #000000;
	text-decoration: underline;
	word-wrap: break-word;
}
.team-tetail{
	width: 50%;
	float: right;
	padding-left: 15px;
}
.iframe-bg{
	width: 100%;
	position: relative;
	float: left;
	padding-top: 60%;
	display: block;
	margin-bottom: 50px;
	margin-top: 30px;
}
.download-catalogue{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight:200;
	color: #000000;
	text-decoration: underline;

}


/* -------------------------------  Media Query  ------------------------------- */


@media screen and (max-width: 1150px) {
	#homebanner-inner {
		width:96%;}
	#homeproduct-inner{
		width:96%;}
	#innermatter-inner {
			width:96%;}
}
 @media screen and (max-width: 1100px) {
	 #homebanner-inner {
		 width:100%;}
}
@media screen and (max-width: 1070px) {
}
@media screen and (max-width: 1024px) {

}
 @media screen and (max-width: 1000px) {
	 #homebanner-wrapper {
	 	margin-top: 60px;}
	#innermatter-inner {
		margin-top: 60px;}
	#innermatter-inner h1 {
		padding: 20px 20px 10px 250px;}


}
 @media screen and (max-width: 900px) {
	 .map{
	 	height: 300px; }

		.team-bg{
			font-size: 14px;
			line-height:18px;
		}
		.team-bg a{
			font-size: 14px;
			line-height:18px;
		}

}
@media screen and (max-width: 860px) {
}
 @media screen and (max-width: 850px) {
	 .products-main-bg{
	 	width: 31%; }
	 .clients-bg{
	 	width: 31%; }

}
@media screen and (max-width: 800px) {
	.suppliers-bg ul li{
		width: 30.5%;
		margin-right: 1%;
		margin-left: 1%;	}
	.suppliers-bg ul li:nth-child(4n){
		margin-right:1%;}
	.profile-textimage{
		width: 40%;}

	.productsinner-bg ul li{
		width: 30.5%;
		margin-right: 1%;
		margin-left: 1%;	}
	.productsinner-bg ul li:nth-child(4n){
		margin-right:1%;}

		.team-bg{
			width: 100%;
			padding-right: 0px;
		}
		.products-main-bg{
		 width: 48%; }





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



}
 @media screen and (max-width: 660px) {
	 .map{
	 	height: 200px;}
}
 @media screen and (max-width: 640px) {
	 .clients-bg{
	 	font-size:16px;
	 	line-height: 18px;}
	 .client-title ul li{
	 	font-size: 13px;}
	.suppliers-bg ul li{
		width: 47%;
		margin-right: 1%;
		margin-left: 1%;	}

	.productsinner-bg ul li{
	 width: 47%;
	 margin-right: 1%;
	 margin-left: 1%;	}

 .productsinner-matter{
 		width: 80%;
		margin-left: 10%;
		margin-bottom: 40px;
 	}
 	.productsinner-bg .productsinner-matter:nth-child(2n){
 		float: left;
 	}

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


	 #innermatter-inner h1 {
 		padding: 20px 20px 10px 200px;}
	 #homeproduct-inner h1 {
	 	font-size: 26px;
	 	line-height: 25px;}

	#contact-addressbg{
		width:95%;
		padding-right: 0px;
		padding-left: 5%;}
	#contact-formbg{
		width: 95%;
		float: left;
		padding-left: 5%;}

}
 @media screen and (max-width: 520px) {
	 .clients-bg{
	 	width: 48%; }

}
 @media screen and (max-width: 500px) {
	 .banner-menu ul li a{
	 	padding: 10px 20px;
	 	font-size: 14px;}

		.homeevent-subinner-content{
			padding: 20px 0px 10px 10px;}
		.homeevent-subinner-date{
			width: 150px;
			background: red;
			position: relative;
			margin-right: 0px;
			min-height: 10px;
			margin-left: 10px;
			margin-top: 10px;
		}
		.homeevent-date{
			width: 150px;
			position: static;
			text-align: left;
			padding-left: 20px;
			padding-bottom: 20px;
			padding-top: 10px;
		}
		.homeevent-date span{
			float: right;
			width: auto;
			background: #6c6c6c;
			font-family: 'Roboto', sans-serif;
			color: #ffffff;
			font-size: 20px;
			padding: 6px 15px;
			margin-top:0px;
		}

}
 @media screen and (max-width: 460px) {
	 .profile-textimage{
 		width: 100%;
		margin-right: 0px;
 	}
	.products-main-bg{
		width: 98%; }

}
@media screen and (max-width: 420px) {
	#innermatter-inner h1 {
	 padding: 70px 20px 10px 20px;}
 .productsinner-matter{
 	 width: 100%;
 	 margin-left:0%;
  }


}
@media screen and (max-width: 400px) {
	.founders-bg p{
		width: 100%;
		text-align: left;
		float: left;}
	.founders-name{
		width: 100%;
		float: left;
		text-align: center;
	 margin-top: 10px;}
	 .founders-bg img{
		 width: 80%;
	 	float: none;
	 	margin-right:0px; }
	 .founders-bg {
		text-align: center; }
	#innermatter-inner h1 {
		 /*padding: 40px 20px 10px 20px;*/
	   padding: 13px 20px 10px 20px;
	}
	 .suppliers-bg ul li{
	 	width: 96%;
	 	margin-right: 2%;
	 	margin-left: 2%;	}



			.productsinner-bg ul li{
			 width: 96%;
			 margin-right: 2%;
			 margin-left: 2%;	}

}
@media screen and (max-width: 360px) {
.clients-bg{
 width: 98%; }
}

 @media screen and (max-width: 340px) {
	 .banner-menu ul li a{
	 padding: 8px 15px;
	 font-size: 13px;}
	 #innermatter-inner h1 {
 		 padding: 40px 20px 10px 20px;}
}
 @media screen and (max-width: 320px) {

}
 @media screen and (max-width: 300px) {
	 .founders-name{
 		text-align: left;}
	 .founders-bg img{
		 width: 100%;
	 	float: none;
	 	margin-right:0px; }

		#contact-addressbg{
			width:98%;
			padding-right: 0px;
			padding-left: 2%;}
		#contact-formbg{
			width: 98%;
			float: left;
			padding-left: 2%;}
}
@media screen and (max-width: 240px) {
}




