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


html{
	height:100%;
	width:100%;
}
body{
	font-family: "DM Sans", serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
	overflow-x:auto;
}
input, textarea{
	font-family: "DM Sans", serif;
	font-size:15px;
	color:#000;
	-webkit-appearance:none;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#000;

	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#005FED;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#6d6e71;opacity:1; }
::-moz-placeholder { color:#6d6e71;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#6d6e71;opacity:1; } /* ie */
input:-moz-placeholder { color:#6d6e71;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece:start {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track-piece:end {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track {
	background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,.47);
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    width: 6px;
}*/

.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.noanimation{
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f00;
	font-size:12px;
}
.txtsearch::-webkit-input-placeholder { color:#999;opacity:1; }
.txtsearch::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#999;opacity:1; }
.headerfixed .txtsearch::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
.headerfixed .txtsearch::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
.headerfixed .txtsearch:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input.headerfixed .txtsearch:-moz-placeholder { color:#a7a9ac;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }
.colorwhite::-webkit-input-placeholder { color:#fff;opacity:1; }
.colorwhite::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.colorwhite:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.colorwhite:-moz-placeholder { color:#fff;opacity:1; }
.colorwhite:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.colorwhite:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.colorwhite:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.colorwhite:focus:-moz-placeholder { color:#999;opacity:0; }

.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius20left{
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.borderradius20right{
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
.borderradius20top{
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.borderradius20bottom{
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.borderradius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius30{
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.img_div_outer{
	width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.hoverscale1_05:hover{
	-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.hoverscale1_1:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.posrel{
	position:relative;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym540, .displaym600, .displaym640, .displaym775, .displaym800, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#000;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 55px) * -1);
	left:50%;
	width:750px;
	height:calc(100vh - 110px);
	background:#fff;
	color:#000;	
	margin-left:-375px;
	font-size:16px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 200px);
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: "DM Sans", serif;
	padding-bottom:27px;
	line-height:35px;
}
#popup_description{
	line-height:27px;
}
.popup_height{
	overflow-y:auto;
	height:calc(100vh - 325px);
	padding-right:30px;
}
.td_popup1{
	width:45%;
	padding-right:5%;
}
.popup_closediv{
	padding-bottom:20px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2{
	position:fixed;	
	z-index:9999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	display:none;
}
.container{
	min-width:280px;
	max-width:1280px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container1280{
	min-width:280px;
	max-width:1280px;
	/*min-width:1200px;
	max-width:1280px;*/
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfitleft20px{
	margin-left:-20px;
	margin-right:-20px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	height:100px;
	position:fixed;
	z-index:9000;
	/*width:100%;*/
	width:100vw;
	background:#fff;
	color:#000;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.2);*/
	
}
	.headertransparent{
		background:none;
		color:#fff;
		box-shadow:none;
		padding-bottom:0px;
	}
.headersep{
	height:100px;
}
.header a{
	color:#fff;
}
.header a:hover{
	color:#000;
}
	.headertransparent a{
		color:#fff;
	}
	.headertransparent a:hover{
		color:#eee;
	}
.menu_icon_img{
	max-width: 19px;
	vertical-align: middle;
}
.headerlogosupport img{
	max-height:35px;
}
.logo{
	width:100%;
	max-width:95px;
}
	.logo img{
		width:100%;
		max-width:95px;
	}
.logow{
	width:100%;
	max-width:169px;
	display:none;
}
	.logow img{
		width:100%;
		max-width:169px;
	}
	.headertransparent .logow{
		display:block;
	}
	.headertransparent .logo{
		display:none;
	}
.wa1{
	max-width: 25px;
	vertical-align: middle;
	margin-right:15px;
}
	.headertransparent .wa1{
		display:inline-block;
	}
	.headertransparent .wa2{
		display:none;
	}
.tableheader td.tdheader{
	height:100px;
	vertical-align:middle;
}
.tableheader td.tdheader1{
	width:150px;
	padding-right:0px;
}
.tableheader td.tdheader1b{
	padding-left:75px;
	padding-right:20px;
	text-align:left;
}
.tableheader td.tdheader1c{
	width:185px;
	padding-right:28px;
}
.tableheader td.tdheader2{
	text-align:right;
	width:220px;
	/*text-align:center;*/
}
.arrow_down{
	max-width: 7px;
	vertical-align: middle;
	margin-left:4px;
}
.header1c_sec1{
	display:inline-block;
	width:43px;
}
.header1c_sec2{
	display:inline-block;
	width:calc(100% - 43px);
}
.header1c_t1{
	font-size:13px;
	font-weight:bold;
	padding-bottom:3px;
	color:#939598;
}
	.headertransparent .header1c_t1{
		color:#fff;
	}
.header1c_t2{
	font-size:18px;
	font-weight:bold;
}
ul.sf-menu .menubtn{
	display:inline-block;
	width:auto;
	font-size:17px;
	padding-right:25px;
	position:relative;
	top:1px;
	color:#000000;
	font-weight: 500;
	cursor:pointer;
}
ul.sf-menu li:first-child .menubtn{
	padding-left:0px;
}
ul.sf-menu .menubtn:hover, ul.sf-menu .menubtnactive{
	color:#000;
}
	.headertransparent ul.sf-menu .menubtn{
		color:#fff;
	}
ul.sf-menu .menupopupmt{
	padding-top:60px;
}
ul.sf-menu .menupopuppad{
	background:#fff;
	border-top:0px;
	text-align:left;
	/*width:430px;*/
	width:1100px;
	box-shadow:0px 10px 10px rgba(0,0,0,0.1);
	
}
ul.sf-menu .menupopuppad1{
	background:#fff;
	border-top:0px;
	text-align:left;
	width:700px;
	box-shadow:0px 10px 10px rgba(0,0,0,0.1);
	
}
.tablemenupopupout{
	width:100%;
}
.tablemenupopupout td.tdmenupopout, ul.sf-menu .tablemenupopupout td.tdmenupopout{
	vertical-align: top;
}
.tablemenupopupout td.tdmenupopout1, ul.sf-menu .tablemenupopupout td.tdmenupopout1{
	width:340px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	background: #F7F8FD;
	box-sizing: border-box;
	white-space: normal;
}
.tablemenupopupout td.tdmenupopout2, ul.sf-menu .tablemenupopupout td.tdmenupopout2{
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	box-sizing: border-box;
	white-space: normal;
}
ul.sf-menu .menubtn a{
	display:inline-block !important;
}
.menupoppoint{
	
}

.menupoppointcol2, ul.sf-menu .menupoppointcol2{
	display:inline-block;
	width:50%;
	padding:0px 10px;
	box-sizing: border-box;
}
.menupoppointborder, ul.sf-menu .menupoppointborder{
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding:8px;
	height:55px;
	box-sizing: border-box;
	font-weight: bold;
	color:#000;
	margin-bottom:20px;
	white-space: nowrap;

}
.menupoppointborder:hover, ul.sf-menu .menupoppointborder:hover{
	border: 1px solid #005FED;

}
.menuproducticon, ul.sf-menu .menuproducticon{
	height:37px;
	vertical-align: middle;
	margin-right:15px;
}
.menupoppointborder:hover .menuproducticon, ul.sf-menu .menuproducticon ul.sf-menu .menupoppointborder:hover .menuproducticon, ul.sf-menu .menuproducticon{
	margin-right:20px;

}
ul.sf-menu .menupopuparrow{
	padding-top:33px;
	text-align:left;
}
	ul.sf-menu .menupopuparrow img{
		margin-left:105px;
	}
ul.sf-menu .tdmenupop{
	padding-right:25px;
	width:50%;
}
ul.sf-menu .menupoppointpoint{
	padding-top:15px;
	padding-bottom:15px;
	font-size:15x;
	border-bottom:1px solid #d1d3d4;
}
.menupoint{
	color:#fff;
	padding-bottom:20px;
}
a.a_menu{
	color:#fff;
}
a.a_menu:hover{
	color:#005FED;
}

.page_title0, .pagetitle0{
	font-size:35px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-weight:bold;
	}
.page_title1, .pagetitle1{
		font-size:30px;
		line-height:40px;
		font-weight:bold;
	}
	.page_title1l, .pagetitle1l{
		font-size:30px;
		line-height:40px;
		font-weight:300;
	}
.page_title2, .pagetitle2{
	font-size:28px;
}
	.page_title2l, .pagetitle2l{
		font-weight:300;
		font-size:28px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-weight:bold;
	}
	.page_title3l, .pagetitle3l{
		font-size:25px;
		line-height:35px;
		font-weight:300;
	}
	.page_title3m, .pagetitle3m{
		font-size:25px;
		line-height:35px;
		font-weight:500;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
	.page_title4l, .pagetitle4l{
		font-size:23px;
		line-height:30px;
		font-weight:300;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-weight:bold;
	}
	.page_title5l, .pagetitle5l{
		font-size:20px;
		line-height:27px;
		font-weight:300;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-weight:bold;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		font-size:18px;
		line-height:23px;
		font-weight:300;
	}
.page_description1, .pagedescription1{
	font-size:15px;
	line-height:25px;
}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.pagedescription1 b, .pagedescription1 strong, .page_description1 b, .page_description1 strong{
		font-weight:bold;
	}
	.pagedescription1l, .pagedescription1l, .page_description1l, .page_description1l{
		font-weight:300;
	}
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:22px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-weight:bold;
	}
.page_description3, .pagedescription3{
	font-size:12px;
	line-height:17px;
}
.btn1{
	width:auto;
	max-width:260px;
	padding:0px 40px;
	height:45px;
	background:#005FED;
	border:0px solid #fff;
	cursor:pointer;
	color:#fff;
	font-size:15px;
}
	.btn1:hover{
		background-color:#20b0ec;
		color:#fff;
	}
	.btn1t{
		width:88px;
		height:35px;
		padding:0px;
		font-size:18px;
		color:#939598;
		font-weight:normal;
	}
	.btn1t:hover{
		background-color:#ffcb05;
		color:#fff;
		border-color:#ffcb05;
	}
.btn2{
	width:auto;
	max-width:260px;
	padding:0px 30px;
	height:50px;
	background:#fff;
	cursor:pointer;
	color:#005FED;
	border:0px solid #999;
	font-size:15px;
}
	.btn2:hover{
		background-color:#000;
		color:#fff;
	}
.btn3{
	width:auto;
	max-width:260px;
	padding:0px 30px;
	height:50px;
	background:none;
	cursor:pointer;
	color:#fff;
	border:1px solid #fff;
	font-size:15px;
	font-weight:300;
}
	.btn3:hover{
		background-color:#005FED;
		color:#fff;
	}
.btn4{
	width:100%;
	max-width:250px;
	padding:0px 20px;
	height:46px;
	background:#000;
	cursor:pointer;
	color:#ffcb05;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		color:#fff;
	}
.btn5{
	width:100px;
	height:30px;
	background:#000;
	cursor:pointer;
	color:#ffcb05;
	border:0px solid #fff;
	font-size:13px;
}
	.btn5:hover{
		color:#fff;
	}
.btndownload{
	height:60px;
	border:1px solid #bcbec0;
	padding-right:40px;
	padding-left:85px;
	background:url(images/download_icon2.png) no-repeat left 19px center;
	font-size:16px;
	color:#000000;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
}
	.btndownload:hover{
		background-color:#eee;
		color:#000;
	}
	.a_btndownload:last-child .btndownload{
		margin-right:0px;
	}
.padbot5{
	padding-bottom:5px;
}
.padbot10, ul.sf-menu .padbot10{
	padding-bottom:10px;
}
.padbot15, ul.sf-menu .padbot15{
	padding-bottom:15px;
}
.padbot20, ul.sf-menu .padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot85{
	padding-bottom:85px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot95{
	padding-bottom:95px;
}
.padbot100{
	padding-bottom:100px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight35{
	line-height:35px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#de5326;
}
.colorgreen{
	color:#0b9444;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#005FED;
}
.colorgrey{
	color:#808285;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth750{
	max-width:750px;
}
.heightsep1{
	height:100px;
}
.line1{
	height:2px;
	background:#ffcb05;
	margin-bottom:50px;
	width:65px;
}
.line2{
	height:1px;
	background:#ffcb05;
	margin-bottom:25px;
	width:45px;
}
.line3{
	height:1px;
	background:#ffcb05;
	margin-top:25px;
	margin-bottom:25px;
	width:82px;
}
.minheight110{
	min-height:110px;
}
.minheight125{
	min-height:125px;
}
.minheight205{
	min-height:205px;
}
.fontmedium, .fontm{
	font-weight: 500;
}
.opacity05{
	opacity:0.5;
}

.headerbtn{
	width:100%;
	padding:0px 30px;
	height:40px;
	border:2px solid #005FED;
	background:#fff;
	box-sizing: border-box;
	cursor:pointer;
	color:#005FED;
	text-align: center;
	font-size:15px;
	font-weight: 500;
}
.headerbtn:hover{
	background:#005FED;
	color:#fff;
}
.headerwabtn{
	width:100%;
	padding:0px 30px;
	height:40px;
	border:0px;
	background:url('images/wa_icon4.png') no-repeat left 12px center #005FED;
	background-size:19px auto;
	box-sizing: border-box;
	cursor:pointer;
	color:#fff;
	text-align: center;
	font-size:15px;
	font-weight: 500;
}
.headerwabtn:hover{
	background:url('images/wa_icon4.png') no-repeat left 18px center #005FED;
	background-size:19px auto;
	color:#fff;
}
.wa_icon_btn, .wa_icon_btn_footer{
	width:auto;
	padding:0px 20px 0px 12px;
	height:46px;
	border:0px solid;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size:15px;
	background: #005FED;
	color:#fff;
}
	.wa_icon_btn:hover{
		background:#000;
		color:#fff;
	}
.headerpromo{
	background: linear-gradient(90deg, #00041F 36.16%, #005FED 77.53%, #00041F 99.35%);
	padding:12px 0px;
	color:#fff;
}
.headerpromospan{
	color: #005FED;
	margin-right:20px;

}
.headerpromobtn{
	height:32px;
	width:auto;
	display:inline-block;
	vertical-align: middle;
	padding-left:15px;
	padding-right:25px;
	background:url(images/headerpromobtnarrow.png) no-repeat right 10px center #005FED;
	background-size:7px auto;
	color:#fff;
	
	margin-left:10px;
	
}
.headerpromobtn:hover{
	background:url(images/headerpromobtnarrow.png) no-repeat right 10px center #333;
	color:#fff;
	background-size:7px auto;
}
.headerpromoclose_icon{
	max-width: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.tableheaderpromo td.tdheaderpromo{
	vertical-align: middle;
}
.tableheaderpromo td.tdheaderpromo1{
}
.tableheaderpromo td.tdheaderpromo2{
	width:20px;
}
.homepart1{
	padding-top:130px;
	padding-bottom:100px;
}
.tablehomepart1 td.tdhomepart1, .tdhomepart1{
	
	display:inline-block;
	box-sizing: border-box;
	vertical-align: middle;

}
.tablehomepart1 td.tdhomepart1a, .tdhomepart1a{
	padding-right:10px;
	width:45%;
}
.tablehomepart1 td.tdhomepart1b, .tdhomepart1b{
	padding-left:10px;
	width:55%;
}
.homepart1btn{
	display:inline-block;
	vertical-align: middle;
	width:auto;
	padding:0px 25px 0px 20px;
	height:52px;
	background:#005FED;
	border:0px solid #fff;
	cursor:pointer;
	color:#fff;
	font-size:15px;
}
	.homepart1btn:hover{
		background-color:#000;
		color:#fff;
	}
.homepart1btn img{
	vertical-align: middle;
	margin-right:15px;
	max-width: 19px;
}
.or{
	margin:0px 10px;
}
.wa_icon_btn2{
	width:auto;
	border:0px solid;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size:15px;
	background: none;
	color:#005FED;
	padding-top:10px;
	padding-bottom:0px;
	border-bottom:2px solid #005fed;
}
	.wa_icon_btn2:hover{
		background:none;
		border-bottom:4px solid #005fed;

	}
.homepart2{
	padding-top:70px;
	padding-bottom:50px;
	background: #F7F8FD;

}
.hp2head{
	text-align: center;
	padding-bottom:50px;
}
.hp2body{
	
}
.hp2border{
	border-top: 1px solid #0000001A;
	padding-top:40px;
}
.aboutvalue_point{
	display:inline-block;
	vertical-align: top;
	width:25%;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
}
.hp2point{
	display:inline-block;
	vertical-align: middle;
	box-sizing: border-box;

}
.hp2point1{
	width:79px;
	padding-right:10px;
}
.hp2point2{
	width:calc(100% - 79px);
	padding-left:10px;
}
.hp2point1 img{
	max-width: 69px;
}
.hp3apadhead{
	background: #005FED;
	padding:20px 30px;
	text-align: center;
	color:#fff;
	font-size:2vw;
	font-weight: bold;
}
.tablehp3 td.tdhp3{
	vertical-align: top;
}
.tablehp3 td.tdhp3a{
	width:30%;
	background: #00041F;
	color:#fff;
}
.tablehp3 td.tdhp3b{
	padding:50px 40px ;
}
.hp3apadbody{
	padding:20px 30px;
}
.menupoppointborder2, ul.sf-menu .menupoppointborder2{
	border: 1px solid rgba(255, 255, 255, 0.3);

	padding:8px;
	height:55px;
	box-sizing: border-box;
	font-weight: bold;
	color:#fff;
	margin-bottom:20px;

}
	.menupoppointborder2:hover, ul.sf-menu .menupoppointborder2:hover{
		border: 1px solid #005FED;

	}
.homepart3body{
	display:none;
}
.tablehp3in td.tdhp3in{
	vertical-align: top;
}
.tablehp3in td.tdhp3in1{
	width:45%;

}
.tablehp3in td.tdhp3in2{
	padding-left:40px;
	padding-top:10px;
}
.homepart3body ul {
	list-style-type: none;
}
.homepart3body li {
	margin-left:0px;
	background:url(images/bullet.png) no-repeat left top;
	background-size:25px auto;
	padding-left:45px;
	padding-bottom:20px;
}
.homepart3btn{
	display:inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width:auto;
	padding:0px 15px 0px 25px;
	height:47px;
	background: #005FED;
	border: 0px solid #005FED;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	font-weight: bold;
}
	.homepart3btn:hover{
		background-color:#000;
	}
.homepart3btn img{
	vertical-align: middle;
	margin-left:15px;
	max-width: 13px;
}
.homepart3btn2div{
	display:inline-block;
	vertical-align: top;
}
.homepart3btn2divb{
	display:inline-block;
	vertical-align: top;
}
.homepart3btn2, .homepart3btn2b{
	display:inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width:auto;
	font-weight: bold;
	padding:0px 35px 0px 10px;
	height:47px;
	background:#fff;
	border: 2px solid #005FED;
	cursor:pointer;
	color:#005FED;
	font-size:15px;
	margin-left:10px;
}
	.homepart3btn2:hover, .homepart3btn2b:hover{
		background-color:#ddd;
	}
.homepart3btn2 img, .homepart3btn2b img{
	vertical-align: middle;
	margin-right:20px;
	max-width: 25px;
}
.homepart3btn3{
	display:inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width:auto;
	font-weight: bold;
	padding:0px 25px 0px 15px;
	height:47px;
	background:#005FED;
	border: 0px solid #005FED;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	/*margin-left:15px;*/
}
	.homepart3btn3:hover{
		background-color:#000;
	}
.homepart3btn3 img{
	vertical-align: middle;
	margin-right:20px;
	max-width: 20px;
}
.menuproducticondiv{
	display:inline-block;
	vertical-align: middle;
	width:47px;
}
.menuproducticontxtdiv{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 47px);
}
.homepart4{
	padding-top:100px;
	padding-bottom:100px;
	color:#fff;
}
.hp4head{
	padding-bottom:50px;
}
.sliderPad{
	padding:0px 10px;
}
.tdhp3_1imgdiv{
	/*padding-bottom:66.66%;*/
	padding-bottom:80%;
}
.tdhp3_1txtdiv{
	padding:20px;
	background:#fff;
	min-height: 55px;
	text-align: center;
}
.fSliderWrapper a[class|="fArrow"] {
	width: 40px !important;
	height: 40px !important;
}
.fSliderWrapper .fArrow-prev2{
	left: 10px !important;
	width:40px !important;
	height:40px !important;
}
.fSliderWrapper .fArrow-next2{
	right:10px !important;
	width:40px !important;
	height:40px !important;
}
.fSliderWrapper .fArrow-prev3{
	left: 15px !important;
	width:40px !important;
	height:40px !important;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	border-radius:100%;
	opacity:0.7;
}
.fSliderWrapper .fArrow-next3{
	right:15px !important;
	width:40px !important;
	height:40px !important;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	border-radius:100%;
	opacity:0.7;
}
.hp4body{
	padding-bottom: 40px;
}
.tablehp5 td.tdhp5{
	vertical-align: top;
}
.tablehp5 td.tdhp5a{
	width:30%;
}
.tablehp5 td.tdhp5b{
	background: #F7F8FD;
	padding:60px 50px;
}
.menupopfloat{
	display:inline-block;
	width:auto;
	
}
.menupoppointborderfloat{
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding:8px;
	padding-right:30px;
	height:55px;
	box-sizing: border-box;
	font-weight: bold;
	color:#000;
	margin-bottom:20px;
	margin-right:20px;	
}
.menupoppointborderfloat:hover{
	border: 1px solid #005FED;

}
.menupopfloat:last-child .menupoppointborderfloat{
	margin-right:0px;	
}
.homepart6{
	padding-top:75px;
	padding-bottom:100px;
}
.hp6head{
	padding-bottom:70px;
	text-align: center;
}
.hp6point{
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	box-sizing: border-box;
	padding:0px 10px 20px 10px;
}
.hp6imgdiv{
	padding-bottom:70%;
}
.hp6txtdiv{
	background: #F5F5F5;

	padding:25px 25px;
	
}
.hp6mh1{
	min-height: 150px;
}
.homepart7{
	padding-top:75px;
	padding-bottom:100px;
	
}
.hp7head{
	padding-bottom:70px;
	text-align: center;
	color:#fff;
}
.industrypoint{
	background: #F7F8FD;
	text-align: center;
	min-height:162px;
	padding:20px;
	box-sizing: border-box;
	margin-bottom:20px;
	text-align: center !important;
}
.industrypointdis{
	background:none;
}
.industryimg{
	height:62px;
}
.industryimg img{
	max-height: 62px;
	display:inline-block !important;
}
.industrytxt{
	font-size:15px;
	line-height: 25px;
	font-weight: bold;
}
.homepart8{
	padding-top:75px;
	padding-bottom:75px;
}
.hp8head{
	padding-bottom:50px;
	text-align: center;
}
.hclientpoint{
	width:12.5%;
	/*width:25%;*/
	display:inline-block;
	padding:0px 10px 20px 10px;
	
	box-sizing: border-box;
	vertical-align: top;
}
	.hclientpoint img{
		max-height:80px;
		max-width:100%;
	}
	.hclientpointpad{
		height:80px;
		padding:0px 5px;
	}
	.shadow{
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}
	.shadow2{
		box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	}
.a_homepart8{

}
.a_homepart8:hover{
	text-decoration: underline;
}
.homepart9{
	padding-bottom:80px;
}
.testipoint{
	background: #F7F8FD;

	padding:40px 40px;
	text-align: left;
}
.testiline{
	height: 1px;
	margin:30px 0px;
	width:45px;
	background:#b4b6b9;
}
.homepart10{
	padding-top:70px;
	padding-bottom:90px;
	background: #00041F;
	color:#fff;
}
.webfooterpart{
	padding-top:50px;
	padding-bottom:20px;
}
.tablewebfooterpart td.tdwebfooterpart{
	vertical-align:top;
}
.tablewebfooterpart td.tdwebfooterpart1{
	width:290px;
	padding-right:20px;
	padding-top:20px;
}
.tablewebfooterpart td.tdwebfooterpart2{
	padding-right:0px;
}
.tablewebfooterpart td.tdwebfooterpart3{
	text-align:right;
}
.logofooter{
	max-height:80px;
}
.tdwebfooterpartpadtop{
	padding-top:45px;
}
.tablewebfooteraddrpart .tdwebfooteraddrpart{
	vertical-align:top;
}
.tablewebfooteraddrpart .tdwebfooteraddrpart1{
	width:20px;
	padding-right:20px;
}
.tablewebfooterinpart td.tdwebfooterinpart{
	vertical-align:top;
	padding-right:20px;
}
.tdwebfooteraddrpart1 img{
	max-width: 19px;
}
.webfooterpoint{
	padding-bottom:15px;
	font-size:13px;
}
.socmed_point{
	margin-right:30px;
	vertical-align:middle;
}
	.socmed_point:last-child{
		margin-right:0px;
	}
	.socmed_point img{
		max-height: 29px;
	}
.socmed_pointm{
	margin-right:20px;
	vertical-align:middle;
}
	.socmed_pointm:last-child{
		margin-right:0px;
	}
	.socmed_pointm img{
		max-height:21px;
	}
.webfooterpointmain{
	padding-bottom:25px;
	font-size:18px;
	font-weight: bold;
}
.footerline{
	margin:20px 0px;
	height: 1px ;
	background: #0000001A;
}
.tablecopyright td.tdcopyright{
	vertical-align: middle;
}
.tablecopyright td.tdcopyright1{
	padding-right:15px;
}
.tablecopyright td.tdcopyright2{
	padding-left:15px;
	text-align: right;
}
.headerimg{
	/*padding-top:110px;*/
	padding-top:80px;
	padding-bottom:80px;
	background: linear-gradient(to right, #00041F
	0%,#00041F 66%,#00041F 66%,#005FED 66%,#005FED 100%); /* W3C */
	color:#fff;
}
.tableheadersection td.tdheadersection{
	vertical-align: middle;
}
.tableheadersection td.tdheadersection1{
	padding-right:40px;
}
.tableheadersection td.tdheadersection2{
	width:40%;
}
.aboutpart2{
	padding-top:70px;
	padding-bottom:80px;
}
.expandbtn{
	display:inline-block;
	width:auto;
	padding:0px 40px 0px 50px;
	height:40px;
	background:url(images/expand_icon.png) no-repeat left 15px center #fff;
	background-size:12px auto;
	border:2px solid #005FED;
	cursor:pointer;
	color:#005FED;
	font-size:15px;
	box-sizing: border-box;
}
	.expandbtn:hover{
		background:url(images/expand_icon.png) no-repeat left 25px center #fff;
		background-size:12px auto;
	}
.aboutpart2desc{
	max-height:100px;
	overflow-y:hidden;
}
.aboutpart3{
	padding-bottom:100px;
}
.aboutpart3in{
	background: #F7F8FD;
	padding:40px;
}
.testidesc{
	min-height:100px;
}
.aboutpart3bin{
	color:#fff;
	padding:70px 50px;
}
.pagecontentpart{
	padding-top:50px;
	padding-bottom:80px;
}
.newspoint{
	padding:55px 0px;
	border-bottom:1px solid #d1d3d4;
}
.tablenews td.tdnews{
	vertical-align:middle;
}
.tablenews td.tdnews1{
	vertical-align:top;
	padding-right:60px;
	width:125px;
}
.tablenews td.tdnews2{
	padding-right:30px;
}
.tablenews td.tdnews3{
	width:150px;
	text-align: right;
}
.tablenewsb td.tdnewsb{
	vertical-align:middle;
}
.tablenewsb td.tdnewsb1{
	vertical-align:top;
	padding-right:60px;
	width:125px;
}
.tablenewsb td.tdnewsb2{
	padding-right:30px;
}
.tablenewsb td.tdnewsb3{
	width:150px;
	text-align: right;
}
.newsimgthumb{
	padding-top:100%;
}
.pagecontentnews{
	padding-top:80px;
	padding-bottom:120px;
}
.readmorebtn{
	display:inline-block;
	width:auto;
	padding:0px 20px 0px 40px;
	height:40px;
	background:url(images/expand_icon.png) no-repeat left 15px center #fff;
	background-size:12px auto;
	border:2px solid #005FED;
	cursor:pointer;
	color:#005FED;
	font-size:15px;
	box-sizing: border-box;
}
	.readmorebtn:hover{
		background:url(images/expand_icon.png) no-repeat left 25px center #fff;
		background-size:12px auto;
	}
	.headerimg2{
		height:39.5vw;
		max-height:715px;
		color:#fff;
	}
.pagecontentnews{
	background: #00041F;
	color:#fff;
}
.newsline{
	height: 1px;
	background:#005FED;
	margin:25px 0px;
	width:75px;

}
.newsotherpart{
	padding:50px 0px;
}
.newsotherpoint{
	background: #F7F8FD;

	padding:40px 40px;
	text-align: left;
}
.newstitle{
	min-height:75px;
	padding-bottom:25px;
}
.contactpart1{
	padding-top:50px;
	padding-bottom:70px;
}
.tablecontactpart1 td.tdcontactpart1{
	width:50%;
	vertical-align:middle;
}
.tablecontactpart1 td.tdcontactpart1_2{
	background: #F7F8FD;
}
.tdcontactpart1_2pad{
	
	padding:40px 50px;
}
.contactpart2{
	padding-top:25px;
	padding-bottom:100px;
}
.contactsep{
	height:1px;
	width:25px;
}
input.form_input2, textarea.form_input2{
	border: 1px solid #0000001A;
	width:100%;
	padding:0px 25px;
	height:70px;
	font-size:15px;
	color:#000;
	background:#fff;
	box-sizing: border-box;
}
input.form_input2:focus, textarea.form_input2:focus{
	border: 2px solid #005FED;
}
select.form_select{
	border: 1px solid #0000001A;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:72px;
	font-size:15px;
	color:#000;
	background:#fff;
}
.input_box2{
	padding-bottom:25px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border: 1px solid #0000001A;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:57px;
		font-size:15px;
		color:#000;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:25px;
	padding-bottom:25px;
	height:185px;
}
input.submit_btn{
	height:50px;
	width:100%;
	background: #005FED;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#000;
	
}
.contact_label{
	padding-bottom:10px;
	font-size:15px;
	font-weight: bold;
}
input.form_checkbox{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin-right:10px;
	vertical-align:middle;
}
.contact_checkbox_point{
	padding-bottom:18px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.contactcol2{
	display:inline-block;
	vertical-align: top;
	width:50%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.dp_menu_point2, .dp_menu_point2dis{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:left;
	cursor:pointer;
	height:100px;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	padding:0px 13px;
	display:inline-block;
	width:auto;
	font-size:15px;
	color:#000;
	position:relative;
	top:0px;
	z-index:100;
	font-family:'SF-Pro-Light',sans-serif;
}
	.dp_menu_point2dis{
		font-size:15px;
		cursor:auto;
	}
	.a_dp_menu_point2:first-child .dp_menu_point2, .dp_menu_point2dis{
		padding-left:0px;
	}
	.dp_menu_point2:hover, .dp_menu_point2active{
		border-bottom:5px solid #005FED;
	}
	.dp_menu_point2y:hover, .dp_menu_point2yactive{
		border-bottom:6px solid #fcd515;
	}
.dp_menu_overflow{
	overflow-x:auto;
	overflow-y:hidden;
	height:100px;
	white-space: nowrap;
	text-align:left;
}
.workmenupart{
	margin-bottom:50px;
}
.projectpoint{
	display:inline-block;
	width:33.33%;
	vertical-align: top;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.workpart{
	padding-bottom:80px;
}
.tdclient{
	width:25%;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.tdclient33{
	width:33.3%;
	display:inline-block;
	vertical-align:top;
}
.clientimgdivpad{
	padding:0px;
}
.clientimgdiv{
	height:18.75vw;
	color:#fff;
	font-size:15px;
	position: relative;
	overflow:hidden;
}
	.clientimgdiv span {
	  position: absolute;
	  top: 0; bottom: 0; left: 0; right: 0; 
	  text-align: left;
	  display: flex;
	  align-items: left;
	}
	.clientimgdiv:hover{
		filter: brightness0(.9);
        -webkit-filter: brightness(0.9);
	}
	.clientimgdiv:hover .clienttitle{
		padding-left:0px;
	}
.gallerytitle{
	font-size:20px;
}
.gallerypointtext{
	display:none;
	padding:20px;
}
.pjd_descpart{
	
}
.pjd_descpoint{
	padding:40px 0px;
	background: #F7F8FD;
	border-bottom:1px solid #fff;
}

.otherprojectpart{
	padding-top:40px;
	padding-bottom:60px;
}
.productspoint{
	border-bottom: 1px solid #0000001A;
	padding-bottom:40px;
	margin-bottom:40px;
}
.productspoint:last-child{
	border-bottom:0px;
}
.categorypoint{
	display:inline-block;
	width:50%;
	vertical-align: middle;
	box-sizing: border-box;
}
.categorypoint1{
	padding-right:30px;
}
.categorypoint2{
	padding-left:30px;
}
.productspart{
	padding-bottom:50px;
}
.projectbtn{
	background: #005FED;
	color:#fff;
	text-align: center;
	padding:0px 20px;
	height:110px;

}
	.projectbtn:hover{
		background:#000;	
	}
.projectbtn img{
	max-width: 15px;
	vertical-align: middle;
	margin-left:20px;
}
.productfaqpart{
	padding-top:60px;
	padding-bottom: 80px;
}
.phhead{
	text-align: center;
	padding-bottom: 40px;
}
.faqpoint{
	padding:25px 0px;
	border-bottom:1px solid #d1d3d4;
}
.faqhead{

}
.faqbody{
	display:none;
	padding:20px 0px;
}
.producticon{
	max-width: 37px;
	vertical-align: middle;
	margin-right: 20px;
}
.productpart1{
	padding-top:75px;
	padding-bottom:10px;
}
.pp1head{
	text-align: center;
	padding-bottom:40px;
}
.productvaluepart{
	padding-top:40px;
	border-top:1px solid rgba(0, 0, 0, 0.3);
	border-bottom:1px solid rgba(0, 0, 0, 0.3);
	padding-bottom:20px;
}
.tablehomepart1a td.tdhomepart1a{
	width:25%;
	color:#fff;
}
.tdhomepart1a_br_r{
	border-right:0px solid #e6e7e8;
}
.homepart1a_point{
	padding:0px 20px 20px 0px;
	color:#000;
}
	.homepart1a_point2{
		background:#f1f2f2;
	}
.tablehomepart1ain{
	
}
.tablehomepart1ain td{
	vertical-align:middle;
}
.tdhomepart1ain1{
	width:84px;
	padding-right:20px;
}
.tdhomepart1ain2{
	text-align:left;
}
.homepart1a_t1{
	font-size:15px;
}
.homepart1a_t2{
	font-size:20px;
	font-weight:bold;
}
.homepart1aimgbtn{
	width:84px;
	height:84px;
	text-align:center;
	/*background:#58595b;*/
}
	.homepart1aimgbtn img{
		max-width:100%;
	}
.productpart2{
	padding-top:50px;
	padding-bottom:80px;
}
.pp2head{
	text-align: center;
}
.pp2border{
	border: 1px solid #005FED;
	padding:25px 25px;
	background: #F7F8FD;

}
.pp2border ul {
	list-style-type: none;
	margin-top:20px;
}
.pp2border li {
	margin-left:0px;
	background:url(images/bullet.png) no-repeat left top;
	background-size:25px auto;
	padding-left:45px;
	padding-bottom:15px;
}
.pp2line{
	border-bottom: 1px solid #0000001A;
	margin:20px 0px;
}
.pp2btn{
	display:inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width:100%;
	padding:0px 25px 0px 25px;
	height:47px;
	background:url(images/arrow_more.png) no-repeat right 15px center #005FED;
	background-size:13px auto;
	border: 0px solid #005FED;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	font-weight: bold;
}
	.pp2btn:hover{
		background:url(images/arrow_more.png) no-repeat right 10px center #005FED;
		background-size:13px auto;
	}
.pp2btn2{
	display:inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width:100%;
	padding:0px 25px 0px 35px;
	height:47px;
	background:url(images/arrow_more2.png) no-repeat right 15px center, url(images/wa_icon.png) no-repeat left 15px center #fff;
	background-size:13px auto, 25px auto;
	border: 2px solid #005FED;
	cursor:pointer;
	color:#005FED;
	font-size:15px;
	text-align: center;
	font-weight: bold;
}
	.pp2btn2:hover{
		background:url(images/arrow_more2.png) no-repeat right 10px center, url(images/wa_icon.png) no-repeat left 10px center #fff;
		background-size:13px auto, 20px auto;
	}
.productpart3{
	padding-bottom: 70px;
}
.pp3head{
	text-align: center;
	padding-bottom: 40px;
}
.pp3point{
	background: #F7F8FD;
	min-height:235px;
	padding:20px;
	box-sizing: border-box;
	margin-bottom:20px;
	text-align: left !important;
}
.pp3img{
	height:62px;
}
.pp3img img{
	max-height: 62px;
	display:inline-block !important;
}
.pp3txt{
	font-size:15px;
	line-height: 25px;
	font-weight: bold;
}
.pagedescription1project a{
	color:#20b0ec !important;
}
.pagedescription1project a:hover{
	text-decoration: underline;
}
.pagedescription1project img{
	max-width: 100% !important;
	height:auto !important;
}
.pagedescription1project table{
	width:100% !important;
}
.newsotherhead{
	text-align: center;
}

.homemaindescription ul {
	list-style-type: none;
}
.homemaindescription li {
	margin-left:0px;
	background:url(images/bullet.png) no-repeat left top;
	background-size:25px auto;
	padding-left:45px;
	padding-bottom:20px;
}