@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Hind:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), url('../fonts/OpenSans-Regular.woff') format('woff'), 
	url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans'), url('../fonts/OpenSans-Light.woff') format('woff'), 
	url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans'), url('../fonts/OpenSans-Bold.woff') format('woff'), 
	url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans'), url('../fonts/OpenSans-Semibold.woff') format('woff'), 
	url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}
ul, ol {
	margin: 0px;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
	vertical-align: middle;
}
body {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	overflow-x: hidden;
	font-weight: 400;
	font-family: "Raleway", 'Open Sans', sans-serif;
	position: relative;
}
p {
	display: block;
	margin-bottom: 10px;
}
input, select, textarea {
	font-family: 'Hind', 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1140px;
	min-width: 240px;
	margin: 0px auto;
}
.top_header {}
.top_nav {
	float: right;
	width: auto;
}
.top_nav .top_logo {
	float: right;
}
.top_nav ul {
	float: right;
	width: auto;
	list-style: none;
}
.top_nav ul li {
	float: left;
	position: relative;
	font-family: 'Hind', 'Open Sans', sans-serif;
	border-right: 1px solid #ddd;
}
.top_nav ul li:last-child {
	border-right: 0px solid #ddd;
	padding-right: 0;
	margin-right: 0;
}
.top_nav ul li a {
    float: left;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all .5s;
}
.top_nav ul li.qenq a {
    background: #f68d45;
    color: #fff;
}
.top_nav ul li a img {
    margin-right: 15px;
    max-width: 20px;
    transition: all .5s;
    max-height: 19px;
}
.top_nav ul li a:hover {
	color: #f68d45;
	transition: all .5s;
}
.top_nav ul li.qenq a:hover {
    background: #333;
}
.top_nav ul li.loc a {
    background: #e41d1d;
    color: #fff;
}
.top_nav ul li.loc a:hover {
    background: #loc;
    color: #fff;
}
.header {
	position: relative;
	transition: all .5s;
	font-family: 'Hind', 'Open Sans', sans-serif;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all .5s;
}
.main_menu {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	background: rgba(0,51,141,0.75);
	transition: all .5s;
}
.header.fixed {
	position: fixed;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	transition: all .5s;
}
.logo {
	float: left;
	width: 20%;
	padding: 15px 0;
	transition: all .5s;
}
.logo img {
	height: 60px;
	transition: all .5s;
}
.micon {
	display: none;
}
.mclose {
	display: none;
}
.menu_nav {	
	float: right;
	width: 70%;
}
@media only screen and (min-width :980px) {
	ul.menu {
		position: relative;
		float: right;
		list-style-type: none;
	}
	ul.menu li {
		float: left;
		position: relative;
		margin-left: 25px;
		padding-left: 25px;
	}
	ul.menu li a {
		float: left;
		padding: 34px 0;
		position: relative;
		font-size: 20px;
		color: #fff;
		z-index: 5;
		font-weight: 500;
		text-transform: capitalize;
	}
	ul.menu li a i {
		display: none;
	}
	ul.menu li a:after {
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: 20px;
		left: 0;
		content: '';
		background: #fff;
		transform: scale(0);
		transition: all .5s;
	}
	ul.menu > li a.active:after {
		transform: scale(1);
		transition: all .5s;
	}
	ul.menu > li > a:hover:after ,ul.menu > li:hover a:after {
		transform: scale(1);
		transition: all .5s;
	}
	ul.menu > li:hover li a {
		background: transparent;
		transition: all .5s;
	}
	ul.menu > ul li:hover a:after, ul.menu ul li a.active:after,
	ul.menu > ul li:hover a:before, ul.menu ul li a.active:before,
	ul.menu ul li a:after, ul.menu > ul li a:before, ul.menu > ul li:after,
	ul.menu > li:hover li a:after, ul.menu > li:hover li a:before {
		display: none;
	}
	ul.menu ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99;
		width: 250px;
		box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.15);
		margin-top: 30px;
		transition: all .5s;
		background: #fff;
		text-align: left;
		visibility: hidden;
		opacity: 0;
		border-top: 3px solid #f68d45;
		backface-visibility: hidden;
	}
	ul.menu ul.sub1 {
		width: 450px;
	}
	ul.menu li:hover ul {
		visibility: visible;
		opacity: 1;
		margin-top: 0px;
		transition: all .5s;
	}
	ul.menu ul li {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 15px;
		position: relative;
	}
	ul.menu ul.sub1 li {
		width: 50%;
	}
	ul.menu ul li a {
		width: 100%;
		float: left;
		color: #303030;
		border: 0px;
		font-size: 14px;
		border-radius: 0;
		text-shadow: none;
		text-transform: capitalize;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
	ul.menu > li:hover li a {
		color: #303030;
		transition: all .5s;
	}
	ul.menu ul li a:hover {
		color: #f68d45;
	}
	ul.menu .show_mob {
		display: none;
	}
	ul.top_social {
		float: right;
		list-style: none;
	}
	ul.top_social li {
		float: left;
	}
	ul.top_social li a {
		float: left;
		padding: 15px 5px;
		margin:0 5px;
		color: #fff;
		font-size: 18px;
		transition: all .5s;
	}
	ul.top_social li a:hover {
		color: #f68d45;;
		transition: all .5s;
	}
}
/* ---- banner ---- */
.homebanner {
	width: 100%;
	float: left;
	padding: 0;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.home_banner img,  .item img {
	width: 100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.item img {width:100% !important;}
.carousel, .carousel-inner, .carousel-inner .item {
height: 100%;
}
.item {
transition: display 1500ms linear 0s;
overflow: hidden;
}
.item.active img {
transition: transform 5000ms linear 0s;
transform: scale(1.10, 1.10);
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 48%;
    z-index: 10;
    left: 10px;
    width:40px;
	border-radius:50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    background: rgba(0,0,0,0.6);
}
.carousel-control.right {
	left: auto;
	right:10px;
	top: 48%;
	transition: all .5s;
}
.carousel-control.left:hover {	
    background: rgba(0,0,0,0.9);
	transition: all .5s;
}
.carousel-control.right:hover {
    background: rgba(0,0,0,0.9);
	transition: all .5s;
}
.item.active .banner_text {
	opacity: 1;
	bottom:180px;
	z-index: 10;
	transition: all .5s;
}
.carousel-indicators {
    width:100%;
    text-align:center;
    float:left;
    bottom:100px;
}
.carousel-indicators li {
    display:inline-block;
    float:none;
    background:#eee;
}
.carousel-indicators li:hover, .carousel-indicators li.active, .carousel-indicators .active {
    background:#F68D45;
}
.banner_text {
	width:70%;
	z-index:99;
	left: 15%;
	position:absolute;
	bottom:0;
	opacity: 0;
	text-align: center;
}
.banner_text h2 {
	margin:15px 0;
	font-size: 53px;
    line-height: 64px;
    font-weight: 800;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    letter-spacing: 1px;
    text-shadow: 0px 1px 13px #333;
    display: block;
}
.banner_text h4 {
	color: #fff;
	display: block;
	font-size: 30px;
	padding: 0 100px;
	line-height: 40px;
	font-weight:400;
	text-shadow: 0px 1px 13px #000;
}
.banner_text a {
	display: inline-block;
    background: #A20133;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 50px;
    border-radius: 60px;
    font-weight: 400;
	margin-top:20px;
	letter-spacing:1px;
	transition: all .5s;
}
.banner_text a:hover {
	transition: all .5s;
	background: #fff;
	color: #f68d45;
}
.banner_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	padding-top: 260px;
	text-align: center;
}
.banner_content h1 {
	display: block;
	font-size: 50px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 0 10%;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 60px;
}
.banner_content h1 span {
	display: block;
	color: #f68d45;
	font-weight: 900;
	text-transform: uppercase;
}
.banner_content h6 {
	display: block;
	font-size: 20px;
	color: #fff;
	padding: 0 10%;
	font-weight: 400;
	line-height: 30px;
}
.banner_content form {
	padding: 0 18%;
	margin-top: 30px;
	position: relative;
}
.banner_content input.field {
	width: 100%;
	float: left;
	padding: 0 80px 0 15px;
	height: 60px;
	font-size: 16px;
	color: #333;
	line-height: 60px;
	border: 0px solid #fff;
	transition: all .5s;
}
.banner_content input.field:hover, .banner_content input.field:focus {
	box-shadow: inset 0px 0px 10px -2px rgba(0,0,0,0.5);
	transition: all .5s;
}
.banner_content button {
	position: absolute;
	top: 0;
	right: 18%;
	border: 0px;
	width: 60px;
	height: 60px;
	background: #45b8f6;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	transition: all .5s;
}
.banner_content button img {
	width: 30px;
}
.banner_content button:hover, .banner_content button:focus {
	background: #f68d45;
	transition: all .5s;
}
.go_downBtn {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.go_downBtn a {
	width: 60px;
	height: 30px;
	line-height: 30px;
	color: #A20133;
	position: relative;
	font-size: 20px;
	display: inline-block;
}
.go_downBtn a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 1;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
}
.go_downBtn a:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 60px;
	text-align: center;
	content: '\f107';
	font-family: 'FontAwesome';
	z-index: 2;
}
.go_downBtn a i {
  	/*animation: MoveUpDown 1s linear infinite;
  	position: absolute;
  	left: 0;
	width: 40px;
	text-align: center;
  	bottom: 0;*/
}
/*home_about*/
.home_about {
	padding: 40px 0;
	background: #EEF6FA;
	text-align: center;
}
.home_about h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #e41d1d;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.home_about h2 span {
    color: #222;
    display: block;
}
.home_about h5 {
	display: block;
	padding: 0 10%;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.ab_links {
	list-style: none;
	margin-top: 50px;
}
.ab_links li {
	width: 49%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ab_links li:last-child, .ab_links li:nth-child(2n) {
	float: right;
}
.ab_links li .img {
	position: relative;
	width: 65%;
	float: left;
	overflow: hidden;
}
.ab_links li .img img{
	width: 100%
}
.ab_links li .img::before {
    width: 50%;
    height: 100%;
    background: #EEF6FA;
    content: '';
    position: absolute;
    top: 0px;
    right: -34%;
    transform: skewX(-15deg);
}
.ab_links li .text {
    width: 45%;
    min-height: 210px;
    background: #fff;
    content: '';
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 2;
    padding: 25px;
    padding-left: 0;
}
.ab_links li .text h3 {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #111;
}
.ab_links li .text::before {
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
    transform: skewX(-15deg);
}
.ab_links li .text::after {
    width: 5px;
    height: 100%;
    background: #A20133;
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    z-index: 1;
    transform: skewX(-15deg);
}
.ab_links li .text a {
	float: right;
	margin-top: 5px;
	color: #fff;
	height: 36px;
	background: rgba(0,51,141,0.75);
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.ab_links li .text a:after {
	position: absolute;
	top: 0;
	right: -10px;
	width: 45px;
	height: 100%;
	content: '';
	z-index: -1;
	transform: skewX(-10deg);
	transition: all .5s;
	background: rgba(0,51,141,0.9);
}
.ab_links li .text a:hover:after {
	right: 0;
	width: 100%;
	transform: skewX(0deg);
	transition: all .5s;
}
.ab_links li .text a span, .ab_links li .text a i {
	padding: 0 15px;
	float: left;
	line-height: 37px;
	z-index: 2;
}
/*.home_products*/
.home_products {}
.home_products li {
	list-style: none;
	float: left;
	width: 25%;
	position: relative;
	height: 285px;
	overflow: hidden;
}
.home_products li img {
	width: 100%;
	height: 100%;
}
.home_products li .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	text-align: center;
	content: '';
	z-index: 2;
	padding-top: 25%;
	font-size: 100px;
	background: rgba(0,0,0,0.5);
	transition: all .5s;
}
.home_products li .hover img {
	max-width: 50px;
	max-height: 50px;
}
.home_products li:hover .hover {
	top: 0;
	transition: all .5s;
}
.home_products li .phover {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 30px;
	transform: skewX(35deg);
	background: #fff;
	padding: 20px;
	z-index: 5;
	border-top: 3px solid #f68d45;
}
.home_products li .phover:before {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	height: 0;
	background: #f68d45;
	transition: all .5s;
}
.home_products li:hover .phover:before {
	height: 100%;
	transition: all .5s;
}
.home_products li .phover .txt {
	transform: skewX(-35deg);
	padding: 10px;
	padding-left: 50px;
}
.home_products li .phover h4 {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #212121;
}
/*home_clients*/
.home_clients {
	padding: 40px 0;
	border-top: 1px solid #ddd;
}
.hclients {
	position: relative;
}
.hclients li {
	list-style-type: none;
	float: left;
	width: 20%;
	padding: 0 10px;
}
.hclients li span {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
}
.hclients li img {
	width: 100%;
}
#prev, #next {
	position: absolute;
	top: 35%;
	left: -30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 50%;
	color: #333;
	z-index: 2;
	font-size: 16px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	transition: all .5s;
}
#next {
	left: auto;
	right: -30px;
}
#prev:hover, #next:hover {
	background: #f68d45;
	transition: all .5s;
}
/*enquire_form*/
.enquire_form {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.enquire_form:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200%;
	content: '';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#94bbcc+0,cee8f5+0,71b1cd+100 */
	background: #94bbcc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #94bbcc 0%, #cee8f5 0%, #71b1cd 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #94bbcc 0%,#cee8f5 0%,#71b1cd 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #94bbcc 0%,#cee8f5 0%,#71b1cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bbcc', endColorstr='#71b1cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.e_form {
	z-index: 2;
	padding: 0 25%;
	font-size: 18px;
	line-height: 28px;
	color: #727272;
	text-align: center;
}
.e_form p a {
	color: #dd3e3e;
	font-family: 'Hind', 'Open Sans', sans-serif;
}
.e_form h3 {
	font-size: 50px;
	line-height: 52px;
	display: block;
	color: #004e94;
	margin-bottom: 10px;
}
.e_form form {
	margin-top: 30px;
}
.halfspan {
	width: 48%;
	float: left;
	position: relative;
}
.halfspan.right {
	float: right;
}
input.e_feild, textarea.e_feild {
	width: 100%;
	float: left;
	height: 40px;
	padding: 10px;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	font-size: 15px;
	margin-bottom: 25px;
	line-height: 20px;
	transition: all .5s;
}
input.e_feild:hover, textarea.e_feild:hover ,
input.e_feild:focus, textarea.e_feild:focus {
	border: 1px solid #f68d45;
	transition: all .5s;
}
textarea.e_feild  {
	height: 100px;
}
input.e_btn {
	display: table;
	margin: 0 auto;
	padding: 10px 30px;
	border: 1px solid #d56b23;
	background: #f68d45;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	box-shadow: 3px 3px 0px 0px #555;
	transition: all .5s;
}
input.e_btn:hover, input.e_btn:focus {
	background: #d56b23;
	transition: all .5s;
}
/*footer*/
.footer {
	background-color: #000;
	background-image: url(../images/fbg.png);
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	font-family: 'Hind', 'Open Sans', sans-serif;
}
.fbox, .fbox2 {
	width: 25%;
	float: left;
	color: #999;
	font-size: 15px;
	padding-right: 25px;
}
.fbox3 {
	width: 50%;
}
.fbox h3, .fbox2 h3 {
	color: #45b8f6;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Raleway', 'Open Sans', sans-serif;
}
.fbox2 h3 {
	color: #e65f5f;
}
.fbox3 h3 {
	color: #f68d45;
}
.fbox i, .fbox2 p i {
	margin-right: 10px;
}
.fbox ul li {
	width: 100%;
	float: left;
	padding: 2px 0;
	list-style-type: none;
}
.fbox3 ul li {
	width: 48%;
}
.fbox3 ul li:nth-child(2n) {
	float: right;
}
.fbox ul li a {
	color: #999;
	font-size: 15px;
	transition: all .5s;
}
.fbox ul li a:hover {
	color: #f68d45;
	transition: all .5s;
}
.copyrights {
	background: rgba(0,0,0,0.2);
	color: #999;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 15px 0;
	margin-top: 25px;
}
.copyrights a {
	color: #999;
	display: inline-block;
	margin: 0 5px;
	border-left: 1px solid #444;
	line-height: 16px;
	padding-left: 15px;
	transition: all .5s;
}
.copyrights a:hover {
	color: #fff;
	transition: all .5s;
}
ul.social li {
	width: auto;
	float: left;
	list-style: none;
	margin-top: 10px;
}
ul.social li a {
	float: left;
	color: #fff;
	text-align: center;
	width: 36px; 
	height: 36px;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 36px;
	font-size: 16px;
	transition: all .5s;
}
ul.social li a.fb {
	background: #4867AA;
	border: 1px solid #4867AA;
}
ul.social li a.tw {
	background: #1DA1F2;
	border: 1px solid #1DA1F2;
}
ul.social li a.gp {
	background: #DC473A;
	border: 1px solid #DC473A;
}
ul.social li a.in {
	background: #007BB6;
	border: 1px solid #007BB6;
}
ul.social li a.scrollup {
	background: #555;
	border: 1px solid #555;
}
ul.social li a.fb:hover {
	color: #4867AA;
	border: 1px solid #4867AA;
}
ul.social li a.tw:hover {
	color: #1DA1F2;
	border: 1px solid #1DA1F2;
}
ul.social li a.gp:hover {
	color: #DC473A;
	border: 1px solid #DC473A;
}
ul.social li a.in:hover {
	color: #007BB6;
	border: 1px solid #007BB6;
}
ul.social li a:hover {
	background: #fff;
	color: #333;
	border: 1px solid #333;
	transition: all .5s;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f68d45;
    bottom: 20px;
    right: 0;
    display: none;
    z-index: 2222222;
}
/*innerbanner*/
.innerbanner {
	position: relative;
	max-height: 300px;
	overflow: hidden;
}
.innerbanner img {
	width: 100%;
}
/*.page*/
.page {
	padding: 50px 0;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	color: #333;
	text-align: justify;
}
.about {
	background: #EEF6FA;
	text-align: center;
}
.page h1 {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 30px;
	color: #e41d1d;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page p {
	display: block;
	margin-bottom: 10px;
}
.page p b {
	display: block;
}
.page_ul ul {
	list-style: none;
	display: block;
	margin: 10px 0;
}
.page_ul ul li {
	padding: 2px 0 2px 25px;
	position: relative;
}
.page_ul ul li:before {
	position: absolute;
	top: 8px;
	left: 0px;
	content: '';
	background-image: url(../images/45865-200.png);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	opacity: 0.2;
}
.vision_links li {
	list-style: none;
	float: left;
	width: 49%;
	margin-top: 30px;
	padding: 30px 50px;
	background: #fff;
	border: 1px solid #ddd;
}
.vision_links li:nth-child(odd), .vision_links li:nth-child(2) {
	float: right;
}
.vision_links li h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #f68d45;
}
.vision_links li img {
	max-width: 100px;
	height: 80px;
	display: inline-block;
}
.anchor {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
/*key_links*/
.key_links {}
.key_img {
	float: right;
	width: 50%;
}
.key_img img {
	width: 100%;
}
.key_txt {
	width: 50%;
	float: left;
	padding: 50px;
	padding-left: 0;
	font-size: 16px;
	line-height: 28px;
}
.key_txt h2 {
	display: block;
	font-size: 26px;
	margin-bottom: 20px;
}
.key_links:nth-child(even) .key_img {
	float: left;
}
.key_links:nth-child(even) .key_txt {
	float: right;
	padding-right: 0;
	padding-left: 50px;
}
/*gallery*/
.gallery li {
	width: 23.5%;
	float: left;
	height: 200px;
	overflow: hidden;
	margin-right: 2%;
	padding: 4px;
	background: #f68d45;
	margin-top: 15px;
	position: relative;
	transition: all .5s;
}
.gallery li:nth-child(4n) {
	margin-right: 0;
}
.gallery li img {
	width: 100%;
	height: 100%;
}
.gallery li span {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	background: rgba(246, 141, 69,0.9);
	transition: all .5s;
}
.gallery li:hover {
	background: #e65f5f;
	transition: all .5s;
}
.gallery li:hover span {
	background: rgba(230, 95, 95,0.9);
	transition: all .5s;
}
/*clients*/
.clients li {
	float:left;
	list-style: none;
	width:25%;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 25px;
}
.clients li img {
	max-width:100%;
	height: 80px;
}
.clients li:nth-child(1) ,
.clients li:nth-child(2) ,
.clients li:nth-child(3) ,
.clients li:nth-child(4) {
	border-top:1px solid #ccc;
}
.clients li:nth-child(4n+4) {
	border-right:0px solid #ccc;
}
/*contact*/
.contact_block {
	padding: 30px 0;
}
.contact {
    background: #eff2f6;
    border: 1px solid #dedede;
    padding: 10px;
    margin: 15px 0;
}
.address {
	width: 45%;
	float: left;
	padding: 20px;
	font-family: 'Hind', 'Open Sans', sans-serif;
}
.address h1 {
	margin:0px 0px 20px;
	font-size: 35px;
	font-weight:600;
	color:#333;
	letter-spacing:1px;
}
.address h4, .contact_form h4 {
	font-size:24px;
	font-weight:600;
	margin-bottom:21px;
	color:#222;
}
.address span {
	font-size: 15px;
	display:table;
	margin-top:12px;
	letter-spacing:1px;
}
.address span i{
	color:#D9212E;
	margin-right:10px;
	font-size: 20px;
}
.cnt_map {
	width: 55%;
	float: right;
	height: 300px;
}
.cnt_map iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}
/*contact_form*/
.contact_form {
	background: #eff2f6;
	text-align: center;
}
.halfdiv {
	width: 49%;
	float: left;
}
.halfdiv.right {
	float: right;
}
.contact_form form {
    padding: 0 20%;
}
input.fields, textarea.fields {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    line-height: 22px;
    padding: 6px 10px;
	font-size: 14px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
textarea.fields {
	height: 80px;
}
input.fields:hover, textarea.fields:hover ,
input.fields:focus, textarea.fields:focus {
	border: 1px solid #f68d45;
	transition: all .5s;
}
/*products*/
.pro_img {
	width: 35%;
	float: left;
}
.pro_img .carousel-inner {
	width: 100%;
	float: left;
	background: #ddd;
}
.pro_img .item {
	width: 100%;
	float: left;
	background: #ddd;
	padding: 5px;
}
.pro_img .carousel-indicators {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 0;
}
.pro_img .carousel-indicators li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 10px 2px 0 2px;
    padding: 0;
    text-indent: 0px;
    border: 2px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
    transition: all .1s ease 0.3s;
}
.pro_img .carousel-indicators li img {
    width: 100%;
    height: 100%
}
.pro_img .carousel-indicators li.active {
    width: 60px;
    height: 60px;
    margin: 10px 2px 0 2px;
    padding: 0;
    border: 2px solid #f68d45;
    transition: all .1s ease 0.3s;
}
.pro_desc {
	float: right;
	width: 62%;
}
.pro_details {
	margin-top: 20px;
}
.dest_tabs {
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.dest_tabs li {
	float: left;
	font-size: 16px;
	color: #333;
	background: #fff;
	padding: 6px 20px;
	border: 1px solid #ddd;
	border-right: 0px solid #ddd;
	transition: all .5s;
	z-index: 2;
	cursor: pointer;
	margin-bottom: -1px;
}
.dest_tabs li:last-child {
	border-right: 1px solid #ddd;
}
.dest_tabs li.active {
	color: #d56b23;
	font-weight: 600;
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	transition: all .5s;
}
.dest_tabs li:hover {
	color: #d56b23;
	transition: all .5s;
}
.dest_attr_box {
	background: #f7f7f7;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0px solid #ddd;
}
.dest_attr_desc {
	display: none;
}
.dest_attr_desc input.e_btn {
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
}

/*mobile menu*/
@media only screen and (max-width :767px) {}
/* 0esposive 0111*/
@media only screen and (min-width :980px) and (max-width :1279px) {
	.fullpage {
		max-width: 960px;
	}
	.logo img {
	    height: 50px;
	}
	.menu_nav {
	    width: 75%;
	}
	ul.menu li {
	    margin-left: 10px;
	}
	ul.menu li a {
	    padding: 29px 0;
	}
	ul.menu ul.sub1 {
	    left: -115%;
	}
	.home_products li {
	    height: 210px;
	}
	.home_products li .phover {
		padding: 10px;
	}
	.home_products li .phover .txt {
	    padding-left: 30px;
	}
	.home_products li .phover h4 {
	    font-size: 14px;
	    font-weight: 500;
	}
	#prev {
		left: 0;
	}
	#next {
		right: 0;
	}
	.e_form {
	    padding: 0 20%;
	}
	.vision_links li {
	    padding: 20px;
	}
	.key_txt {
		padding-bottom: 0;
	}
}
/* 0222 */
@media only screen and (max-width :979px) {
	.fullpage {
		max-width: 750px;
	}
	.micon {
	    display: block;
	    float: right;
	    font-size: 30px;
	    color: #fff;
	    cursor: pointer;
	    margin: 20px;
	}
	.mclose {
		display: block;
	}
	.top_nav ul li.qenq {
		display: none ;
	}
	.logo img {
	    height: 50px;
	}
	.menu_nav {
		position: fixed;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		padding-bottom: 50px;
		background: rgba(0,51,141,1);
		z-index: 1000;
		transition: all .5s;
	}
	.menu_nav.attach {
		right: 0;
		transition: all .5s;
	}
	.menu_overlay {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		z-index: 99;
		display: none;
		transition: all .5s;		
	}
	.menu {
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}
	.menu, .menu ul, .menu ul li {
	    width: 100%;
	    float: left;
	    list-style: none;
	}
	.mclose {
		color: #fff;
		padding: 10px 15px;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		background: #f00;
		display: block;
		transition: all .5s;
	}
	.mclose i {
		float: right;
	}
	.menu li a i {
	    float: right;
	}
	.menu li a {
		color: #fff;
		padding: 10px 15px;
		font-size: 16px;
	    width: 100%;
	    float: left;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		transition: all .5s;
	}
	.menu ul {
		display: none;
	}
	.menu ul li a {
		color: #fff;
		background: rgba(0,0,0,0.3);
		border-top: 1px solid rgba(100,100,100,0.3);
		border-bottom: 0px solid rgba(0,0,0,0.3);
		transition: all .5s;
	}
	.menu li a:hover {
		background: rgba(0,0,0,0.5);
		transition: all .5s;
	}
	.banner_content {
	    padding-top: 15%;
	}
	.home_products li {
	    width: 50%;
	}
	#prev {
		left: 0;
	}
	#next {
		right: 0;
	}
	.hclients li {
	    width: 40%;
	}
	.e_form {
	    padding: 0 5%;
	}
	.fbox {
	    width: 35%;
	}
	.fbox3 {
	    width: 60%;
	}
	.fbox2 {
	    width: 100%;
	    margin-top: 15px;
	}
	.page {
		padding: 30px 0;
	}
	.page h1 {
		margin-bottom: 10px;
	}
	.vision_links li {
		width: 100%;
		padding: 20px;
		text-align: left;
	}
	.vision_links li img {
	    float: left;
	    margin: 0 20px 20px 0;
	}
	.vision_links li h2 {
		margin-top: 0;
	}
	.key_txt, .key_links:nth-child(2n) .key_txt {
	    padding: 20px;
	}
	.key_links {
		border-bottom: 1px solid #ddd;
	}
	.gallery li, .gallery li:nth-child(4n) {
    	width: 31.3%;
    	margin-right: 2%;
    }
	.gallery li:nth-child(3n) {
    	margin-right: 2%;
    }
}
/* 0333 */
@media only screen and (max-width :767px) {
	.fullpage {
		max-width: 550px;
		padding: 0 10px;
	}
	.top_header, .banner_content h1, .banner_content h6 {
		display: none;
	}
	.show_mob {
		display: block;
	}
	.homebanner {
	    margin-top: 80px;
	}
	.banner_content form {
	    padding: 0 10px;
	    margin-top: 0;
	}
	.banner_content input.field {
	    height: 40px;
	    line-height: 40px;
	}
	.banner_content button {
	    right: 10px;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	.banner_content button img {
	    width: 20px;
	}
	.home_about {
	    padding: 20px 0;
	}
	.home_about h2 {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}
	.home_about h5 {
	    padding: 0;
	    font-size: 16px;
	    line-height: 26px;
	    text-align: justify;
	}
	.ab_links {
	    margin-top: 0px;
	}
	.ab_links li {
	    width: 100%;
	    margin-top: 20px;
	}
	.ab_links li .img, .ab_links li .text h3 {
	    width: 100%;
	    float: left;
	}
	.ab_links li .text {
		position: relative;
		width: 100%;
		top: 0;
		padding: 20px;
		float: left;
		min-height: 100px;
	}
	.ab_links li .img::before, .ab_links li .text::before, .ab_links li .text::after, #prev, #next {
		display: none !important;
	}
	.home_products li {
	    width: 100%;
	    overflow: hidden;
	}
	.home_products li .phover {
		padding: 5px;
	}
	.hclients li {
	    width: 60%;
	}
	.home_clients , .enquire_form {
		padding: 25px 0;
	}
	.e_form {
		padding: 0;
	}
	.e_form h3 {
	    font-size: 30px;
	    line-height: 42px;
	}
	.e_form form {
	    margin-top: 10px;
	}
	.halfspan {
	    width: 100%;
	}
	input.e_feild, textarea.e_feild {
	    margin-bottom: 15px;
	}
	.footer {
		padding-top: 20px;
	}
	.fbox, .fbox2 , .fbox3 {
		width: 100%;
	}
	.fbox {
		display: none;
	}
	.fbox3 {
		margin-top: 15px
	}
	.vision_links li img {
	    margin: 0 20px 10px 0;
	}
	.vision_links li h2 {
		margin-bottom: 10px;
	}
	.key_img {
	    width: 100%;
	}
	.key_txt , .key_links:nth-child(2n) .key_txt {
		width: 100%;
		padding: 15px;
	}
	.page h1 {
	    margin-bottom: 0;
	    font-size: 20px;
	}
	.gallery li, .gallery li:nth-child(4n) {
	    width: 49%;
	    margin-right: 0;
	}
	.gallery li:nth-child(2n) {
		float: right;
	}
	.gallery li span {
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
	}
	.pro_img, .pro_desc {
	    width: 100%;
	}
	.pro_desc {
		margin-top: 20px;
	}
	.clients li {
	    width: 33.33%;
	    padding: 15px;
	}
	.clients li:nth-child(4n+4) {
	    border-right: 1px solid #ccc;
	    border-top: 0px solid #ccc;
	}
	.clients li:nth-child(3n) {
	    border-right: 0px solid #ccc;
	}
	.clients li img {
	    height: 50px;
	}
	.contact_block {
		padding: 10px 0;
	}
	.contact {
	    padding: 0px;
	    margin: 10px 0;
	}
	.address {
	    width: 100%;	    
	}
	.cnt_map {
	    width: 100%;
	    height: 200px;
	}
}
/* 0444 */
@media only screen and (min-width : 240px) and (max-width :359px) {
	.fullpage {
		max-width: 320px;
		padding: 0 10px;
	}	
	.home_products li {
	    height: 210px;
	}
	.home_products li .phover {
		padding: 10px;
	}
	.home_products li .phover .txt {
	    padding-left: 30px;
	}
	.home_products li .phover h4 {
	    font-size: 14px;
	    font-weight: 500;
	}
	.gallery li, .gallery li:nth-child(4n) {
	    width: 100%;
	    height: 150px;
	    margin-right: 0;
	}
	.gallery li span {
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
	}
	.dest_tabs li {
		width: 50%;
		text-align: center;
	}
	.clients li {
	    width: 50%;
	    padding: 15px;
	}
	.clients li:nth-child(4n+4), .clients li:nth-child(3) {
	    border-right: 1px solid #ccc;
	    border-top: 0px solid #ccc;
	}
	.clients li:nth-child(2n) {
	    border-right: 0px solid #ccc;
	}
	.clients li img {
	    height: 50px;
	}
}
