@charset "utf-8";
/* CSS Document */
@import url('iconsmind.css');
@import url('https://fonts.googleapis.com/css?family=Saira:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900');
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;
}
p {
	display: block;
	margin-bottom: 15px;
}
body {
	font-size: 14px;
	color: #222;
	line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	position: relative;
	max-width: 1200px;
	min-width: 240px;
	margin: 0px auto;
}
.header {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99;
	transition: all .5s;
}
.header_bar {
	border-radius: 5px;
	background-color: transparent;
	background-image: url(../images/bg_navigation.png);
	background-repeat: no-repeat;
	background-size: 100% 81px;
	background-position: center;
	padding: 0 20px;
	transition: all .5s;
}
/*.header.fix {
	top: 0;
	background: #fff;
	box-shadow: 0px 26px 26px rgba(125,144,156,0.4);
	transition: all .5s;
}
.header.fix .header_bar {
	border-radius: 0px;
	padding: 0;
	transition: all .5s;
}*/
.logo {
	float: left;
	width: 25%;
	padding: 15px 0;
	padding-left: 25px;
	position: relative;
	transition: all .5s;
}
.logo img {
	height: 50px;
	transition: all .5s;
}
.menu_bar {
	float: right;
	width: 75%;
}
.micon {
	display: none;
}
.mclose {
	display: none;
}
@media only screen and (min-width :1280px) {
	ul.menu {
		float: right;
		width: auto;
		list-style-type: none;
		transition: all .5s;
	}
	ul.menu li {
		float: left;
		position: relative;
	}
	ul.menu li a {
	    float: left;
	    font-weight: 600;
	    color: #222;
		padding: 28px 20px;
		font-size: 15px;
		text-transform: capitalize;
	    position: relative;
		transition: all .5s;
	}
	ul.menu ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 200px;
		background: #fff;
		overflow: hidden;
		display: none;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
		border-radius: 0 0 5px 5px;
	}
	ul.menu ul li, ul.menu ul li a {
		width: 100%;
		padding: 0;
		padding: 0;
	}
	ul.menu ul li a {
		padding: 10px 15px;
		font-size: 14px;
		border-bottom: 1px solid #ddd;
	}
	ul.menu li:hover ul {
		display: block;
	}
	ul.menu > li:hover a, ul.menu li a.active {
		color: #1ba8af;
	}
	ul.menu > li:hover li a {
		color: #333;
	}
	ul.menu ul > li:hover a {
		color: #1ba8af;
	}
}
/* ---- banner ---- */
.homebanner {
	height: 100vh;
	background-color: #0168b6;
	position: relative;
}
.homebanner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0, 0.3);
}
.homebanner img,  .item img {
	width: 100%;
}
.homebanner .banner_img {
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	float: left;
	position: relative;
}
/*start of fade*/
.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);
}
/*.carousel-indicators {
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 50px;
}
.carousel-indicators li {
	display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    text-indent: -9999px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
}
.carousel-indicators li.active, .carousel-indicators li:hover {
    background: #fff;
    transition: all .5s;
}*/
.carousel-indicators {
	width: 100%;
	text-align: right;
	bottom: -25px;
	padding: 0 5%;
}
.carousel-indicators li {
	display: inline-block;
    width: 80px;
    margin: 0 10px;
    border: 2px solid #fff;
    height: 50px;
    text-indent: 0;
    border-radius: 0%;
    cursor: pointer;
    transition: all .5s;
}
.carousel-indicators li img {
	width: 100%;
	height: 100%;
}
.carousel-indicators li.active, .carousel-indicators li:hover {
    border: 2px solid #1ba8af;
    transition: all .5s;
}
.carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 40px;
    border-radius: 3px;
    height: 40px;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(255,255,255,0.4);
    text-shadow: 0px 0px 0px #333;
}
.carousel-control.left {
	left: 50px;
}
.carousel-control.right {
	right: 50px;
}
.carousel-control:hover {	
    background: #81be26;
	transition: all .5s;
}
.banner_text {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	z-index: 9;
	padding: 50px 20%;
	opacity: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.banner_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern_grey.png);
    background-position: top left;
    opacity: .15;
}
.item.active .banner_text {
	top: 60%;
	opacity: 1;
}
.banner_text h2 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.banner_text h2:before {
	display: block;
	width: 2px;
	margin-left: 50%;
	height: 30px;
	background: #fff;
	content: '';
	margin-bottom: 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.banner_text h3 {
	display: block;
	white-space: normal;
	font-size: 50px;
	line-height: 56px;
	font-weight: 700;
	letter-spacing: 1px;
}
/*home_about*/
.home_about {
	padding: 40px 0;
	background: #fff;
    background-image: url(../images/bg1-0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ha_left {
	float: left;
	width: 48%;
}
.ha_left li {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.ha_left li:nth-child(2n) {
	float: right;
}
.ha_left li a {
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 250px;
}
.ha_left .ha_hover {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 30px;
	color: #fff;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.ha_left li:hover .ha_hover {
	bottom: 30px;
}
.ha_hover i {
	float: left;
	font-size: 50px;
	margin: 15px 0
}
.ha_hover h4 {
	font-size: 20px;
	font-weight: 600;
}
.ha_right {
	float: right;
	width: 48%;
	padding: 10px 0;	
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #6d8190;
    font-size: 15px;
}
.ha_right h6 {
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #1ba8af;
    font-size: 18px;
    margin-bottom: 10px;
}
.ha_right h1 {
    font-size: 28px;
    line-height: 39px;
    font-weight: 800;
    color: #074575;
    margin-bottom: 20px;
}
.ha_right a {
	float: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	background: #1ba8af;
	margin-top: 5px;
	padding: 10px 20px;
	border-radius: 3px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.ha_right a:hover {
	background: #024897;
}
/*home_products*/
.home_products {
	padding: 50px 0;
	background: #fff;
	color: #fff;
    text-align: center;
}
.home_productsMask {
	position: absolute;
	top: 0;
	left: 0;
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.home_products h6 {
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.home_products h3 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 800;
    margin-bottom: 20px;
}
.home_products .subtitle {
	line-height: 25px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	padding: 0 18%;
	font-size: 15px;
	margin-bottom: 40px;
}
.ha_products li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
}
.ha_products li:nth-child(3n+3) {
	margin-right: 0;
}
.ha_products li a {
	width: 100%;
	float: left;
	text-align: left;
	background: #fff;
	padding: 20px;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.ha_products li a:hover {
    -webkit-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
}
.ha_products li .img {
	background-position: center;
	background-size: cover;
	height: 200px;
	margin-bottom: 20px;
}
.ha_products li span {
	display: block;
	color: #1ba8af;
}
.ha_products li h4 {
    color: #034892;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.moreBtn {
	text-align: center;
	margin-top: 30px;
}
.moreBtn a {
	display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    background: #1ba8af;
    margin-top: 5px;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.moreBtn a:hover {
    background: #024897;
}
/*wt_we_do*/
.wt_we_do {
    background-image: url(../images/bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.wedoMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 72, 148, 0.6)
}
.why_us .wedoMask {
	background: rgba(27, 168, 175, 0.6)
}
.content {
	float: left;
	width: 60%;
	padding: 30px;
	background: rgba(255,255,255,0.8);
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
.why_us .content {
	float: right;
	text-align: right;
}
.content h4 {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #1ba8af;
	font-size: 14px;
	margin-bottom: 5px;
}
.content h5 {
	display: block;
	font-weight: 800;
	color: #024897;
	font-size: 30px;
	margin-bottom: 15px;
}
.content a {
	float: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    background: #1ba8af;
    margin-top: 5px;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.why_us .content a {
	float: right;
}
.content a:hover {
    background: #024897;
}
/*footer*/
footer {
	background: #011d39;
	padding: 25px 0;
}
footer h4 {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px dashed #03315f;
}
.footer_form {
	float: left;
	width: 50%;
	padding-right: 50px;
	margin: 10px 0;
}
.divtwo {
	width: 49%;
	float: left;
}
.divtwo.right {
	float: right;
}
.footer_form .input {
	width: 100%;
	float: left;
	height: 40px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.5);;
	padding: 0 15px;
	border-radius: 40px;
	margin-bottom: 15px;
	color: #fff;
}
.footer_form .inputBtn {
	width: 100%;
	float: left;
	border-radius: 40px;
	height: 40px;
	border: 0px solid #333;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	background: #1ba8af;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.footer_form .inputBtn:hover {
	color: #1ba8af;
	background: #fff;
}
.alert {
  display: none;
}
.parsley-errors-list {
  color: #e74c3c;
}
.footer_form .input::-webkit-placeholder ,
.footer_form .input::-moz-placeholder ,
.footer_form .input:placeholder ,
.footer_form .input::placeholder {
	color: rgba(255,255,255,0.5);
}
.footer_adr {
	float: left;
	width: 30%;
	padding-right: 50px;
	color: #fff;
	margin: 10px 0;
}
.footer_adr .adr ,
.footer_adr .phone ,
.footer_adr .email {
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 20px;
}
.footer_adr a {
	float: left;
	color: #fff;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.footer_adr a:hover {
	color: #228b24;
}
.footer_adr .adr:before ,
.footer_adr .phone:before ,
.footer_adr .email:before {
	position: absolute;
	top: 0;
	font-size: 20px; 
	left: 0;
	font-family: 'iconsmind' !important;
}
.footer_adr .adr:before {
	content: '\ea56';
}
.footer_adr .phone:before {
	content: '\eb58';
}
.footer_adr .email:before {
	content: '\e854';
}
.footer_follow {
	float: left;
	width: 20%;
	margin: 10px 0;
}
.footer_follow a {
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
	float: left;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.footer_follow a i {
	margin-right: 10px;
	display: inline-block;
}
.footer_follow a:hover {
	color: #228b24;
}
.copyrights {
	background: #001224;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #7e95ab;
	text-align: center;
}
.scrollup {
	position: absolute;
	top: 0;
	font-size: 20px;
	left: 50%;
	width: 80px;
	height: 50px;
	color: #7e95ab;
	padding-top: 10px;
	text-align: center;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.scrollup:hover {
	color: #fff;
}
.scrollup span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.scrollup i {
	position: relative;
	z-index: 2;
}
.scrollup:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 80px;
	height: 50px;
	background: #001224;
	-webkit-clip-path: polygon(50% 13%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 13%, 0% 100%, 100% 100%);
}
/*innerbanner*/
.innerbanner {
	min-height: 400px;
	overflow: hidden;
	position: relative;
}
.innerbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.breads {
	background: rgba(255,255,255,0.8);
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.breads h1 {
	color: #004894;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	float: left;
}
.breads ul {
	width: auto;
	float: right;
	list-style: none;
}
.breads ul li {
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	color: #333;
	line-height: 30px;
	font-weight: 500;
	position: relative;
}
.breads ul li a {
	color: #333;
	transition: all .5s;
}
.breads ul li a:hover {
	color: #004894;
	transition: all .5s;
}
.breads ul li:first-child:before {
	content: "";
	width: 20px;
	height: 20px;
	background: transparent url(../images/home_icon.png) no-repeat left top;
	background-size: 20px;
	left: -12px;
	top: 6px;
}
.breads ul li:before {
	position: absolute;
	content: "/";
	width: 20px;
	height: 20px;
	background: none;
	left: 0;
	top: 2px;
}
.page {
    padding: 50px 0;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.page p {
    display: block;
    margin-bottom: 10px;
}
.page p b {
    display: inline-block;
    font-weight: 800;
    font-size: 18px;
    margin-top: 10px;
}
.page p:first-child b {
	margin-top: 0;
}
.page h1 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 20px;
    display: block;
}
.page_ul ul {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.page_ul ul li {
	width: 100%;
	float: left;
	padding: 3px 0;
}
.page_ul ul li:before {
	display: inline-block;
	content: '\f105';
	font-family: 'FOntAwesome';
	margin-right: 5px;
}
.page_left {
	float: left;
	width: 70%;
}
.page_right {
	float: right;
	width: 26%;
}
.page_right li,.page_right li a {
	width: 100%;
	float: left;
}
.page_right li a {
	text-align: center;
	margin-bottom: 5px;
	border-radius: 50px;
	line-height: 50px;
	border: 1px solid #1ba8af;
	color: #1ba8af;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.page_right li a:hover, .page_right li a.active {
	border: 1px solid #1ba8af;
	color: #fff;
	background: #2ba8af;
}
.stickme {
	position: sticky;
	-webkit-position: sticky;
	-moz-position: sticky;
	-ms-position: sticky;
	-o-position: sticky;
	top: 100px;
	right: 0;
}
/*.product_table*/
.product_table {
	margin-bottom: 30px;
}
.product_tablebx {
	overflow-x: hidden;
}
.product_tablebx:focus, .product_tablebx:hover {
	overflow-x: auto;
}
.product_table:last-child {
	margin-bottom: 0px;
}
.product_table h2 {
    color: #004894;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    position: relative;
}
.product_tablebx a {
    color: #004894;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.product_tablebx a:hover {
    color: #333;
}
.product_table table {
	width: 100%;
	float: left;
	z-index: -1;
	border-collapse: collapse;
	border: 1px solid #1ba8af;
}
.product_table table thead {
	background: #1ba8af;
	color: #fff;
}
.product_table table td, .product_table table th {
	padding: 15px;
	border: 1px solid #1ba8af;
	text-align: left;
}
.product_table table td:last-child {
	text-align: center;
}
.product_enquiryPop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	height: 100%;
	overflow-y: scroll;
	background: rgba(0,0,0,0.6);
	z-index: 999;
	display: none;
}
.enquiryPop {
	display: table;
	width: 100%;
	max-width: 500px;
	margin: 50px auto;
	background: #fff;
	padding: 30px;
	position: relative;
}
.enquiryPopc {
	float: right;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
.enquiryPop h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: #08af9e;
	margin-bottom: 25px;
}
.enquiryPop .otfBtn {
	display: table;
	float: none;
}
/*contact*/
.contact {
	padding: 40px 0;
	background: #f5f5f5;
}
.contactAdr {
	margin: 10px 0;
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
}
.adrBlock {
	float: left;
	width: 40%;
	padding: 50px;
}
.adrBlock h3 {
	font-size: 26px;
	font-weight: 700;
	display: block;
	color: #111;
}
.adrBlock b {
	font-size: 22px;
	font-weight: 600;
	display: block;
	color: #1ba8af;
}
.adrMap {
	float: right;
	width: 60%;
	height: 300px;
}
.adrMap iframe {
	width: 100%;
	height: 100%;
	border:	0px;
}
.keyContacts {
	margin: 30px 0;
	text-align: center;
}
.keyContacts li {
	width: 50%;
	float: left;
	min-height: 230px;
	padding: 40px;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 0px;
}
.keyContacts li:last-child {
	border-right: 1px solid #ddd;
}
.keyContacts li h4 {
	font-size: 20px;
	color: #222;
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}
.keyContacts li a {
	font-size: 16px;
	color: #1ba8af;
	font-weight: 600;
}
.contact_form {
	background: #fff;
	text-align: center;
}
.contact_formbox {
	padding: 0 15%;
}
.contact_form h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	color: #08af9e;
	margin-bottom: 25px;
}
.contact_formbox form {
	text-align: left;
	margin-top: 20px;
}
textarea.otfInput {
	height: 100px;
	padding: 10px 15px;
}
.divtwo {
	width: 49%;
	float: left;
}
.divtwo.right {
	float: right;
}
.otfInput {
	width: 100%;
	float: left;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0 10px;
	color: #333;
	background: #f5f5f5;
	font-size: 16px;
	margin-bottom: 15px;
}
.otfBtn {
	display: table;
	padding: 10px;
	border: 0px;
	background: #3273d4;
	color: #fff;
	font-size: 16px;
	min-width: 100px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 auto;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.otfBtn:hover {
	background: #f93;
}
.contact_right {
	width: 45%;
	float: right;
}
.adr {
	margin-bottom: 15px;
}
.adrFollow a {
	float: left;
	margin-right: 15px;
	color: #333;
}
.contact_right a {
	color: #08af9e;
}
.contact_right h3 {
	display: block;
	margin: 5px 0;
}
.map {
	height: 300px;
	position: relative;
}
.map iframe {
	height: 100%;
	width: 100%;
	border: 0px;
}
.contact_left {
	width: 50%;
	float: left;
}
.contact_left label {
	margin: 5px 0 0 0;
	display: block;
	font-weight: 400;
}

@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 980px;
		padding: 0 15px;
	}
	.menu_bar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100%;
		background: #052e86;
		z-index: 999;
		padding: 15px;
		padding-bottom: 60px;
		overflow: hidden;
		transition: all .5s;
	}
	.menu_bar.open {
		right: 0;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.menu {
		width: 100%;
		float: left;
		height: 100%;
		list-style: none;
		overflow-y: auto;
	}
	ul.menu li, ul.menu li a {
		width: 100%;
		float: left;
		margin: 0;
	}
	ul.menu li a {
		color: #fff;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.menu li a i {
		float: right;
	}
	ul.menu ul , ul.menu ul ul {
		display: none;
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.1);
	}
	ul.menu ul {
		background: #0986e2;
	}
	.micon {
		float: right;
		display: block;
		color: #333;
		font-size: 30px;
		margin: 18px;
		cursor: pointer;
	}
	.mclose {
		background: #fff;
		color: #333;
		font-size: 20px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 50px;
		float: left;
		display: block;
		margin-bottom: 10px;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 768px;
	}
	.adrBlock {
		padding: 15px;
	}
	.keyContacts li {
		padding: 25px 10px;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
	}
	.header {
		background: #fff;
	}
	.header.fix {
		box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2)
	}
	.header_bar {
		background: none;
		padding: 0;
	}
	.logo {
		padding-left: 0;
	}
	.logo img {
		height: 30px;
	}
	.micon {
	    font-size: 23px;
	    margin: 10px 0 0 0;
	}
	.banner_text {
		padding: 0
	}
	.banner_text h3 {
	    font-size: 26px;
	    line-height: 1.2;
	}
	.carousel-indicators li {
		margin: 0
	}
	.ha_left, .ha_right {
		width: 100%;
	}
	.ha_left li a {
		height: 220px;
	}
	.ha_left .ha_hover {
		padding: 15px;
	}
	.home_products .subtitle {
		padding: 0;
		margin-bottom: 20px;
	}
	.ha_products li {
		width: 100%;
	}
	.content {
		width: 100%;
		padding: 15px;
	}
	.content h5 {
		line-height: 1.2;
	}
	.why_us .content {
	    text-align: left;
	}
	.footer_form {
		width: 100%;
		padding: 0
	}
	.footer_adr, .footer_follow, .divtwo {
		width: 100%;
	}
	.breads ul {
		display: none;
	}
	.page {
		padding: 30px 0;
	}
	.stickme {
	    position: relative;
	    -webkit-position: relative;
	    -moz-position: relative;
	    -ms-position: relative;
	    -o-position: relative;
	    top: 0;
	    right: 0;
	}
	.page_right {
		display: none;
	}
	.page_left {
	    width: 100%;
	}
	.innerbanner {
		min-height: 250px;
	}
	.breads h1 {
		font-size: 26px;
	}
	.product_table table td, .product_table table th {
	    padding: 10px;
	    font-size: 14px;
	    line-height: 18px;
	}
	.product_table h2 {
		text-align: left;
	}
	.adrBlock {
		width: 100%;
		padding: 15px;
	}
	.adrMap {
		width: 100%;
		height: 250px;
	}
	.keyContacts li {
		width: 100%;
		padding: 25px;
		min-height: 100px;
	    border: 1px solid #ddd;
	    border-bottom: 0px;
	}
	.keyContacts li:last-child {
		border-bottom: 1px solid #ddd;
	}
	.contact {
		padding: 10px 0;
	}
	.contact_formbox {
		padding: 0
	}
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
	.ha_left li {
		width: 100%;
	}
	.ha_left li a {
		height: 200px;
	}
}