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

@font-face {
	font-family: "Gotham";
	src: url(font/verdana.ttf);
}
@font-face {
	font-family: "Gotham-Light";
	src: url(font/verdana.ttf);
}
@font-face {
	font-family: "Gotham-Bold";
	src: url(font/verdana-bold.ttf);
}
@font-face {
	font-family: "FancyFont";
	src: url(font/GloriaHallelujah-Regular.ttf);
}
@font-face {
	font-family: "GillSans";
	src: url("font/Gill Sans.otf");
}
@font-face {
	font-family: "GillSansBold";
	src: url("font/Gill Sans Bold.otf");
}



html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: 'Gotham', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
	-webkit-text-size-adjust: 100%;
}
input, textarea{
	font-family: 'Gotham', sans-serif;
	font-size:15px;
	color:#231f20;
	-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.noanimation{
	color:#000;
	-o-transition:color .0s ease-out, background 0.0s ease-in;
	-ms-transition:color .0s ease-out, background 0.0s ease-in;
	-moz-transition:color .0s ease-out, background 0.0s ease-in;
	-webkit-transition:color .0s ease-out, background 0.0s ease-in;
	transition:color .0s ease-out, background 0.0s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a.a_active{
	color:#000000;
}
: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; }

.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;
}
.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:13px;
    padding-top:7px;
    display:block;
}
.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; }
.form_input2::-webkit-input-placeholder { color:#666;opacity:1; }
.form_input2::-moz-placeholder { color:#666;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#666;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#666;opacity:1; }

::-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;
}

.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;
}
.leftborderrad5{
	-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;
}
.rightborderrad5{
	-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;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.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;
}
.borderradius15bottom{
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-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;
}
.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;
}
.borderradius35{
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
}
.borderradius40{
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
}
.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;
}
.posrel100{
	position:relative;
	width:100%;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .displaym_ib, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym540, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .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:#333;	
	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:600px;
	height:calc(100vh - 110px);
	background:#fff;
	color:#333;	
	margin-left:-300px;
	font-size:16px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#000;
	width:925px;
	height:660px;
	padding-top:20px;
	top:calc(50vh - 362px);
	text-align:center;
}
#posfixed_qb{
	left:50%;
	margin-left:-462px;
}
.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: 'Gotham', 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,#menuslidebackpart_qb,#menuslidebackpart_qb2{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1270px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:965px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:1080px;
	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;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.marginfit7px{
	margin-left:-7px;
	margin-right:-7px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	position:fixed;
	z-index:10000;
	height:100px;
	width:100%;
	background:#fff;
	color:#000;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.activefixedheader{
	height:130px;
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:9000;
		height:100px;
	}
	.activefixedheader.activeheaderm{
		height:100px;
	}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.shadow2{
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.headersep{
	height:100px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	color:#000;
    padding-bottom:20px;
}
	.headertop a{
		color:#000;
	}
		.headertop a:hover{
			color:#000000;
		}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
	.menufixed .headertop{
		display:none;
	}
.tableheader .tdheader{
    vertical-align: middle;
    height:100px;
}
.tableheader .tdheader1{
    padding-right:30px;
    width:46px;
}
.tableheader .tdheader2{
    width:224px;
	padding-right:30px;
}
.tableheader .tdheader3{
	padding-right:30px;
}
.tableheader .tdheader4{
    width:400px;
	text-align: right;
}
.tableheadertop .tdheadertop{
	vertical-align:middle;
}
.tableheadertop .tdheadertop1{
}
.tableheadertop .tdheadertop2{
	text-align:right;
    padding-left:25px;
    padding-right:25px;
    width:220px;
}
.tableheadertop .tdheadertop3{
	text-align:right;
	width:155px;
    
}
.headertophorsep{
    vertical-align: middle;
    margin:0px 20px;
}
.headertopico{
    max-height:21px;
    margin-right:8px;
    vertical-align: middle;
}
.headermenu{
	text-align:left;
}
.menupoint{
	margin:0px 15px;
	color:#0064A0;
}
.a_menupoint:first-child .menupoint{
    margin-left:0px;
}
.a_menupoint:last-child .menupoint{
    margin-right:0px;
}
.menupointactive{
    color:#000000;
}
.tableheadermenu td.tdheadermenu{
	vertical-align:middle;
	height:50px;
}
.tableheadermenu td.tdheadermenu1{
	width:165px;
}
.tableheadermenu td.tdheadermenu2{
	text-align:center;
	padding:0px 20px;
}
.tableheadermenu td.tdheadermenu3{
	text-align:right;
	width:165px;
}
.worldborder, ul.sf-menu .worldborder{
    padding:0px;
	height:46px;
	width:46px;
	display:inline-block;
	vertical-align: middle;
	border-radius: 100%;
	text-align: center;
}
ul.sf-menu .arrow_dd{
	max-height:7px;
	margin-left:3px;
	vertical-align:middle;
}
.logo{
	max-height:100px;
}
.headermlogo{
    max-height:66px;
}
ul.sf-menu .menupoint{
	margin-left:20px;
	margin-right:20px;
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#000;
	vertical-align:middle;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#fff;
	}
	.lang_t img{
	}
	.menufixed .lang_t img{
	}
ul.sf-menu .lang_t_img1{
	margin-right:5px;
	max-height:21px;
}
	ul.sf-menu .lang_t_img1m{
		width:30px;
		margin-right:5px;
	}
ul.sf-menu .lang_t_img2{
	margin-left:2px;
}
ul.sf-menu .lang_t_t1{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	font-family: "Gotham-Bold";
	color:#0064A0;
    /*margin-left:8px;*/
    cursor: pointer;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:46px;
	height:46px;
	background:#fff;
	border-bottom:0px solid #bbb;
	text-align:left;
	padding:0px 0px;
	color:#0064A0;
	font-size:12px;
	font-family: "Gotham-Bold";

}
	ul.sf-menu .headerddmenu:hover{
		color:#000000;
	}
	ul.sf-menu .headerddmenu2{
		width:46px;
		height:46px;
        text-align: center;
	}
ul.sf-menu .menupoplang{
	/*padding-top:8px;*/
	display:inline-block;
	width:46px;
	text-align: left;
	float:left;

}
ul.sf-menu .menupoppad{
	padding-top:42px;
	padding-left:15px;
}
.logo img{
	max-height:40px;
}
.logo_f img{
	max-height:40px;
}
.logo_f{
	display:none;
}
	.menufixed .logo_d{
		display:none;
	}
	.menufixed .logo_f{
		display:block;
	}
.headersocmed{
	display:inline-block;
	vertical-align:middle;
}	
	.headersocmed img{
		margin-right:25px;
		vertical-align:middle;
		max-height:17px;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.menufixed .a_headersocmed img{
		filter: invert(1);
	}
.headercontactbtn{
	width: 100%;
	height: 56px;
	border-radius: 5px;
	border: 0px;
	background:#244AB2;
  
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#2b59d7;
		color:#fff;
	}
	.menufixed .headercontactbtn{
		background-image: linear-gradient(to top, #2158ba, #12a7de);
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.header_search_box{
	width:100%;
	background:none;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;

	padding-left:20px;
	padding-right:10px;
	height:52px;
	display:inline-block;
	vertical-align:top;
}
.header_search_boxm{
    width:100%;
	background:none;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;

	padding-left:20px;
	padding-right:10px;
	height:46px;
	display:inline-block;
	vertical-align:top;
}
.search_input{
	width:calc(100% - 95px);
	padding:0px;
	height:49px;
	border:0px;
	background:none;
	font-size:15px;
	color:#000;
    font-family:"Gotham-Light";
}
.search_inputm{
	width:calc(100% - 0px);
	padding:0px;
	height:44px;
	border:0px;
	background:none;
	font-size:15px;
	color:#000;
}
.search_img{
	position:relative;
	top:13px;
    max-height: 20px;
}
.search_img_m{
	position:relative;
	top:8px;
    max-height: 30px;
}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	max-height:19px;
	vertical-align:middle;
	margin-right:20px;
}
.headerbtn{
	width:auto;
	border:0px;
	height:46px;
	background: #0064A0;
	color:#fff;
	border:0px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
    display:inline-block;
	vertical-align: middle;
	font-size:13px;
	font-family: "Gotham-Bold";
	padding-left:13px;
	padding-right:20px;
	margin-left:10px;
}
	.headerbtn:hover{
		background:#000;
	}
	.headerbtn img{
		vertical-align:middle;
		max-height:17px;
		margin-right:7px;
	}
	.headerbtntext{
		display:inline-block;
		vertical-align:middle;
	}
	.projectheaderbtn{
		min-width:150px;
		margin-left:0px;
	}
.headerbtn2{
	width:auto;
	border:0px;
	height:46px;
	background: #0064A0;
	color:#fff;
	border:0px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
	display:inline-block;
	vertical-align: middle;
	font-size:13px;
	font-family: "Gotham-Bold";
	padding-left:10px;
	padding-right:10px;
	margin-left:3px;
}
	.headerbtn2:hover{
		background:#000;
	}
	.headerbtn2 img{
		vertical-align:middle;
		max-height:17px;
		margin-right:3px;
	}
.headerbtn_ml{
	margin-left:20px;
}
.btnsearch{
	width: 95px;
	height: 32px;
	background: #000000;
	color:#fff;
	font-size:15px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#000;
	}

.page_title0, .pagetitle0{
	font-size:35px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-family: "Gotham-Bold";
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-family: "Gotham-Bold";
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-family: "Gotham-Bold";
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-family: "Gotham-Bold";
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-family: "Gotham-Bold";
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-family: "Gotham-Bold";
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:22px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:22px;
		font-family: "Gotham-Bold";
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:28px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:28px;
		font-family: "Gotham-Bold";
	}
	.page_title7l, .pagetitle7l{
		font-size:18px;
		line-height:28px;
	}
.page_title8, .pagetitle8{
	font-size:40px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-family: "Gotham-Bold";
	}
.page_description1, .pagedescription1{
    font-family: "Gotham-Light";
	font-size:15px;
	line-height:22px;
}
	.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-family: "Gotham-Bold";
	}
    .pagedescription1 img{
        max-width: 100% !important;
        height:auto !important;
    }
.page_description2, .pagedescription2{
    font-family: "Gotham-Light";
	font-size:13px;
	line-height:19px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-family: "Gotham-Bold";
	}
    .page_description2 ul, .pagedescription2 ul{
		margin-left:0px;
	}
	.page_description2 ol, .pagedescription2 ol{
		margin-left:0px;
	}
	.page_description2 li, .pagedescription2 li{
		margin-left:20px;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:47px;
	background: #fff;
	font-size:15px;
	color:#0064A0;
	cursor:pointer;
	padding:0px 20px;
	box-sizing:border-box;
	border:0px solid #000;
}
	.btn1:hover{
		border-color:#000;
		background-color:#f5f5f5;
		color:#0064A0;
	}
	.btn1a{
        height:53px;
	}
    .btn1a2{
        height:53px;
        width:auto;
        padding:0px 25px;
	}
	.btn1b{
		padding:0px 30px;
		width:auto;
        min-width: 130px;
	}
	.btn1c{
        padding:0px 20px;
		width:auto;
        height:45px;
        margin:0px 10px 5px 10px;
	}
    .btn1c img{
        max-height:19px;
        vertical-align: middle;
        margin-right:15px;
    }
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
	}
.btn2{
	display:inline-block;
	width:auto;
	padding:0px 30px;
	
	border:0px;
	height:60px;
	background: #f5f5f5;
	box-sizing: border-box;
	color: #000;
	cursor:pointer;
}
	.btn2:hover{
		background-color:#0064A0;
		color:#fff;
	}
	.btn2a{
		width:auto;
	}
	.btn2b{
		background: #A89060;
		color:#fff;
		border:0px;
	}
	.btn2c{
		height:49px;
		background: #fff;
	}
		.btn2c:hover{
			background-color:#f5f5f5;
			color:#000;
		}
	.btn2width100{
		width:100%;
	}
.btn3{
	display:inline-block;
	width:100%;
	padding:0px 30px;
	height:70px;
	background:#FDC028;
	border: 0px;
	box-sizing:border-box;
	cursor:pointer;
	color:#0064A0;
	font-size:18px;
}
	.btn3:hover{
		background-color:#eee;
	}
	.btn3 img{
		max-height:50px;
		margin-left:20px;
		vertical-align:middle;
	}
.btn4{
	font-size:15px;
	height:46px;
	padding:0px 25px 0px 25px;
	background:none;
	border:1px solid #fff;
	width:auto;
	display:inline-block;
	vertical-align: middle;
	color:#fff;
	box-sizing: border-box;
}
	.btn4:hover{
		background:#fff;
		color:#0064A0;
	}
.btn5{
	font-size:15px;
	height:46px;
	padding:0px 25px 0px 25px;
	background:none;
	border:1px solid #000;
	width:auto;
	display:inline-block;
	vertical-align: middle;
	color:#000;
	box-sizing: border-box;
}
	.btn5:hover{
		background:#000;
		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:#58595b;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
}
	.btndownload:hover{
		background-color:#eee;
		color:#000;
	}
	.a_btndownload:last-child .btndownload{
		margin-right:0px;
	}
.nowrap{
	white-space:nowrap;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.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;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
	a.colorwhite{
		color:#fff;
	}
	a.colorwhite:hover{
		color:#ccc;
	}
.colorwhite05{
	color:rgba(255,255,255,0.5);
}
.colororange{
	color:#d5520b;
}
.colororange2{
    color:#F7941F;
}
.colorred{
	color: #F40925;
}
.colorgreen{
	color:#000000;
}
.coloryellow{
	color:#FDC028;
}
.colorblue{
	color:#0064A0;
}
.colorgrey{
	color:#939598;
}
.colorgold{
	color: #A89060;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth195{
	max-width:195px;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth475{
	max-width:475px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 60px;
	height: 1px;
	border-bottom: 2px solid #000000;
}
.line2{
    margin-top:60px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom:60px;
}
.line3{
	margin-top:45px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom:45px;
}
.line4{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom:20px;
}
.line5{
    border-top: 5px solid #000000;
    padding-bottom:25px;
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.uppercase{
	text-transform:uppercase;
}
.fontmedium{
    font-family: "Gotham";
}
.fontfancy{
	font-family: "FancyFont";
}
.fontgillsans{
	font-family: "GillSans";
}
.fontgillsansbold{
	font-family: "GillSansBold";
}


.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}
.hwabtn{
	font-size:13px;
	height:46px;
	padding:0px 18px 0px 13px;
	background:#fff;
	width:auto;
	display:inline-block;
	vertical-align: middle;
	color:#0064A0;
	margin-right:10px;
}
.hwabtn:hover{
	background:#f5f5f5;
}
.hwabtn img{
	max-height: 23px;
	margin-right: 10px;
	vertical-align: middle;
}
.hwabtn2{
	font-size:13px;
	height:46px;
	padding:0px 13px 0px 7px;
	background:#fff;
	width:auto;
	display:inline-block;
	vertical-align: middle;
	color:#0064A0;
	margin-right:0px;
}
.hwabtn2:hover{
	background:#f5f5f5;
}
.hwabtn2 img{
	max-height: 23px;
	margin-right: 5px;
	vertical-align: middle;
}
.projecthwabtn{
	min-width:170px;
	text-align: center;
	box-sizing: border-box;
	margin-left:10px;
}
.socmed_btn{
	width:auto;
	margin-right:5px;
	display:inline-block;
	vertical-align: middle;
	height:44px;
}
.socmed_btn img{
	width:44px;
	height:44px;
}
.opacity05{
	opacity:0.5;
}

/*.homepart1{
	height:53vw;
}*/
.hp1container{
	background:rgba(0,100,160,0.9);
	padding:40px 50px;
	color:#fff;
}
.homepart1bgbottom{
	height:177px;
	margin-top:-176px;
	position:relative;
	z-index:1;
	overflow: hidden;
}
.homepart1bgbottom img{
	height:177px;
}
.homepart2{
	
	background:url('images/ornament/hp2_orn1.png') no-repeat left center, url('images/ornament/hp2_orn2.png') no-repeat right top 7vw;
	background-size:20% auto, 13% auto;
}
.homepart2b{
	
	background:url('images/ornament/hp2_orn1.png') no-repeat left top 0vw, url('images/ornament/hp2_orn2.png') no-repeat right top 25vw;
	background-size:15% auto, 11% auto;
}
.homepart2c{
	
	background:url('images/ornament/hp2_orn1.png') no-repeat left center, url('images/ornament/hp2_orn2.png') no-repeat right center;
	background-size:15% auto, 11% auto;
}
.homepart2pad{
	padding-top: 90px;
	padding-bottom:140px;
}
.pagetitlebig{
	font-size:35px;
}
.sliderPad{
	padding:0px 10px;
}
.homepart3{
	background:url('images/homepart3bg.png') repeat-y left center #0064A0;
	background-size:110%;
	padding-top:85px;
	padding-bottom:350px;
	color:#fff;
}
.homepart3 a{
	color:#fff;
}
@keyframes homepart3animation {
	from {
	  background-position: left 0px center;
	  background-size:100%;
	}
	50%{
	  background-position: left -40px center;
	  background-size:103%;
	}
	to {
	  background-position: left 0px center;
	  background-size:100%;
	}
  }
  .homepart3animation {
	animation-name: homepart3animation;
  }
.hp3table td.hp3td{
	vertical-align: top;
	width:33.33%;
	padding:55px 30px 40px 30px;
	text-align: center;
	border-right:1px solid rgba(255,255,255,0.5);
}
.hp3table td.hp3td:last-child{
	border-right:0px;
}
.homepart4{
	margin-top:-210px;
}
.hp4point{
	width:33.33%;
	display:inline-block;
	padding:0px 10px 20px 10px;
	vertical-align: top;
	box-sizing: border-box;
}
.hp4pointpad{
	padding:15px;
	text-align: center;
	background:#fff;

}
.homepart4imgdiv{
	padding-bottom:80%;
}
.hp4mh{
	min-height:80px;
}
.homepart5{
	padding-top:70px;
	padding-bottom:90px;
}
.homepart6bgwater{
	height:176px;
	position:relative;
	z-index:1;
	overflow: hidden;
}
.homepart6bgwater img{
	height:177px;
}
.homepart6{
	padding-top:75px;
	padding-bottom:110px;
	background:#0064A0;
	color:#fff;
}
.homepart7{
	padding-top:50px;
	padding-bottom:80px;
}
.hp7point{
	background:#159CD6;
	color:#fff;
}
.hp7left{
	display:inline-block;
	vertical-align: middle;
	width:33.33%;
}
.hp7right{
	display:inline-block;
	vertical-align: middle;
	width:66.66%;
}
.hp7leftpad{
	padding:30px 40px;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:15px;
}
.tablefcontact td.tdfcontact1{
	width:21px;
	padding-right:17px;
	vertical-align:top;
}
	.tdfcontact1 img{
		margin-top:3px;
		max-height:21px;
		max-width:21px;
		width:auto !important;
	}
.tablefcontact td.tdfcontact2{
}
.tablefcontact td.tdfcontact2 a{
	color:#fff;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#ccc;
	}
.hp7imgdiv{
	padding-bottom:64%;
}
.hp7btna{
	font-size:13px;
	height:46px;
	padding:0px 18px 0px 13px;
	background:none;
	border:1px solid #fff;
	width:100%;
	display:inline-block;
	vertical-align: middle;
	color:#fff;
	margin-right:10px;
	box-sizing: border-box;
}
.hp7btna:hover{
	background:#0064A0;
}
.hp7btna img{
	max-height: 23px;
	margin-right: 10px;
	vertical-align: middle;
	width:auto !important;
}
.hp7pointb{
	width:50%;
	display:inline-block;
	vertical-align: middle;
	padding:0px 10px 10px 10px;
	box-sizing: border-box;

}
.homepart8{
	padding-top:20px;
	padding-bottom:100px;
}
.logopoint{
	display:inline-block;
	vertical-align: middle;
	padding:0px 10px 20px 10px;
	width:16.66%;
	text-align: center;
	height:117px;
	box-sizing: border-box;
}
.logopoint img{
	max-height: 100px;
	max-width: 100%;
}
.footerpoint{
    padding-bottom:15px;
    display:block;
	color:#0064A0;
}
.footerpoint:hover{
	color:#000;
	text-decoration: underline;
}
.footerpoint2{
	padding-bottom:15px;
    display:block;
	color:#999;
}
.footerpoint2:hover{
	text-decoration: underline;
}
.tablefooter td.tdfooter{
    vertical-align: top;
}
.tablefooter td.tdfooter1{
	
}
.tablefooter td.tdfooter2{
	width:120px;
	padding-left:100px;
}

.tablefooterb td.tdfooterb{
    vertical-align: top;
    padding-right: 25px;
}
.footerdesc{
	margin-top:50px;
	padding-top:35px;
	border-top:1px solid rgba(0,0,0,0.1);
	padding-bottom:35px;
}
.copyright{
	padding-top:25px;
	border-top:1px solid rgba(0,0,0,0.1);
	padding-bottom: 50px;
}
.tablecopyright td.tdcopyright{
    
}
.tablecopyright td.tdcopyright1{
    
}
.tablecopyright td.tdcopyright2{
    text-align: right;
}
.pageheaderimg1{
	height:432px;
	color:#fff;
}
.backpart{
	padding-top:50px;
	padding-bottom:20px;
}
.back_icon{
	max-width: 11px;
	vertical-align: middle;
	margin-right:10px;
}
.backbtn{
	height:32px;
	border:1px solid #fff;
	padding:0px 20px 0px 12px;
	font-size:15px;
	color:#fff;
	background:none;
	display:inline-block;
	width:auto;
}
.backbtn:hover{
	background:rgba(255,255,255,0.1);
}
.pageheader1wave{
	height:177px;
	margin-top:-175px;
	position:relative;
	z-index:1;
	overflow: hidden;
}
.pageheader1wave img{
	height:177px;
}
.pagecontent1{
	padding-top:70px;
	padding-bottom:100px;
}
.tablemilestone td.tdmilestone{
	vertical-align:middle;
}
.tablemilestone td.tdmilestone1{
	width:8%;
	padding-right:35px;
	background:url(images/milestone_line.png) repeat-y left 16px center;
}
	.tablemilestone tr:last-child td.tdmilestone1{
		background:none;
	}
.tablemilestone td.tdmilestone2{
	width:95px;
	padding-right:20px;
	
}
.tablemilestone td.tdmilestone2b{
	width:165px;
	padding-right:20px;
	
}
.milestoneimgdiv{
	padding-bottom:100%;
}
.tablemilestone td.tdmilestone3{
}
.tdmilestonesep{
	background:url(images/milestone_line.png) repeat-y left 16px center;
	height:44px;
}
.areapointcol{
	display:inline-block;
	width:33.33%;
	vertical-align: top;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.areapoint{
	background:#0064A0;
	color:#fff;
	height:98px;
	text-align: center;
	padding:0px 20px;
}
.areapoint:hover, .areapointactive{
	background-color:#FDC028;
	color:#0064A0;
}
.areabody{
	display:none;
}
.areadpoint{
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.areadtitle{
	cursor:pointer;
    padding-top:25px;
    padding-bottom:25px;
	color:#0064A0;
	background:url(images/arrow_dd.png) no-repeat right 0px center;background-size:15px auto;
	
}
.areadtitle:hover{
	color:#000;
}
.areadetail{
	display:none;
	padding-bottom:40px;
}
.contactborder{
	padding:40px 50px;
	background:#f5f5f5;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border: 0px solid rgba(0, 0, 0, 0.3);
	width:calc(100% - 40px);
	padding:0px 20px;
	height:55px;
	font-size:15px;
	background: #fff;
}
select.form_select{
	border: 0px solid rgba(0, 0, 0, 0.3);
	width:calc(100% - 0px);
	padding:0px 20px;
	height:55px;
	font-size:15px;
	background: #fff;
}
.input_box2{
	padding-bottom:30px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:45px;
		font-size:13px;
		background:#fff;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
	background: #0064A0;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.contact_label{
	font-size:18px;
	padding-bottom: 10px;
}
.dimensioncol{
	display:inline-block;
	width:33.33%;
	padding:0px 5px;
	vertical-align: top;
	box-sizing: border-box;
}
.calendardiv{
	padding:10px;
	background:#fff;
}
.servicepoint{
	padding-bottom:70px;
}
.tableservice td.tdservice{
	width:50%;
	vertical-align: middle;
}
.tableservice td.tdservice1{
	padding-right:15px;
}
.tableservice td.tdservice2{
	padding-left:15px;
}
.serviceeven .tableservice td.tdservice1{
	padding-left:15px;
}
.serviceeven .tableservice td.tdservice2{
	padding-right:15px;
}
.tdservice2pad{
	padding-left:40px;
}
.equipment_point{
	display: inline-block;
	width:33.33%;
	vertical-align: top;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.equipment_pad{

}
.equipment_imgdiv{
	padding-bottom:100%;
}
.equipment_txtdiv{
	height:90px;
	background:#fff;
	text-align: center;
}
.iframe_qb{
	height:640px;
}
.cwupart{
	text-align: center;
}
.renovpoint{
	display:inline-block;
	width:50%;
	padding:0px 10px 20px 10px;
	vertical-align: top;	
	box-sizing: border-box;
}
.renovpointpad{
	padding:12px;
}
.renovpointpad1{
	background:#FBDF1A;
	color:#0064A0;
}
.renovpointpad2{
	background:#0064A0;
	color:#fff;
}
.renovpointpad3{
	background:#159CD6;
	color:#fff;
}
.renovimgdiv{
	padding-bottom:100%;
}
.renovleft{
	display:inline-block;
	vertical-align: middle;
	width:115px;
}
.renovright{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 115px);

}
.renovtxtdiv{
	padding-left:50px;
}
.renovationpart1{
	padding:35px;
	background:#f5f5f5;
	text-align: center;
	margin-bottom:70px;
}
.renovationpart2{
	text-align: center;
}
.sliderimgdiv{
	height:600px;
}
.renovsliderimgdivpadout{
	padding:25px;
}
.renovsliderimgdivpad{
	padding:8px;
	background:#fff;
}
.renovicon{
	background:#FBDF1A;
	width:62px;
	height:62px;
}
.renovslideleft{
	display:inline-block;
	vertical-align: middle;
	width:62px;
}
.renovslideright{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 62px);
}
.projectleft{
	display:inline-block;
	vertical-align: middle;
	width:45%;
}
.projectleft img{
	position:relative;
	/*top:-50px;*/
}
.projectpoint{
	background:#0064A0;
	color:#fff;
	margin-bottom:50px;
}
.projectright{
	display:inline-block;
	vertical-align: middle;
	width:55%;
	
}
.projectrightpad{
	padding:70px;
}
.tableproject td.tdproject{
	width:50%;
}
.tableproject td.tdproject1{
	padding-right:20px;
	padding-top:20px;
}
.tableproject td.tdproject2{
	padding-left:20px;
}
.dprojectpart{
	background:#0064A0;
	color:#fff;
	padding-top:80px;
	padding-bottom:80px;
}
.grid-sizer,
.grid-item { 
	width: 33.33%; 
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.grid-item {
	float: left;
  }
  
  .grid-item img {
	display: block;
	max-width: 100%;
  }
.pdpoparrpoint{
	display:inline-block;
	width:33.33%;
	vertical-align: top;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
	text-align: center;
}
.pdpoparrpointpad{
	padding:10px 10px;
	background:#F5F5F5;
}
.systempart1{
	padding-top:50px;
	padding-bottom:50px;
}
.videobg video{
	width:100%;
}
.systempoint{
	padding:100px 0px;
}
.systempoint1{
	background:#0064A0;
	color:#fff;
}
.systempoint1 a{
	color:#fff;
}
.systempoint2{
	background:#fff;
}
.systempoint3{
	background:#F5F5F5;
}
.systemleft{
	display:inline-block;
	vertical-align: middle;
	width:50%;
}
.systemright{
	display:inline-block;
	vertical-align: middle;
	width:50%;
}
.systemrightpad{
	padding-left:50px;
}
.sdslidepoint{
	background:#0064A0;
	color:#fff;
}
.sdslideleft{
	display:inline-block;
	vertical-align: middle;
	width:50%;
}
.sdslideright{
	display:inline-block;
	vertical-align: middle;
	width:50%;
}
.sdsliderightpad{
	padding:30px 40px;
}
.sdslideimgdiv{
	padding-bottom:65%;
}
.tablesystempart2 td.tdsystempart2{
	width:50%;
	vertical-align: middle;
}
.tablesystempart2 td.tdsystempart2_1{
	background:#0064A0;
	color:#fff;
}
.tablesystempart2 td.tdsystempart2_2{
	background:#0064A0;
	color:#fff;
}
.tdsystempart2_1pad{
	padding:50px;
}
.systempart2txt2{
	font-size:18px;
	line-height:35px;
}
.systempart3{
	background:#F5F5F5;
	padding-top:200px;
	padding-bottom:150px;
}
.customPrevBtn{
	position:relative;
	top:4.5vw;
	z-index:1000;
	left:-32px;
	opacity:1;
	cursor:pointer;
	
	max-height: 65px;
}
.customNextBtn{
	position:relative;
	top:4.5vw;
	z-index:1001;
	right:-32px;
	opacity:1;
	cursor:pointer;
	max-height: 65px;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}
.sdowlpoint{
	padding:0px 10px;
}
.homedestinationimg{
	padding-bottom:66%;
}
.homedestinationpad{
	padding:30px 20px 0px 20px;
	text-align: center;
}
.systempart4{padding-top:70px;padding-bottom:40px;}
.systempart4video{
	height:50vw;
	max-height:640px;
}
.hp2imgdiv{
	padding-bottom:70%;
}
.hp3tdinvert{
	filter:brightness(0%) invert(1);
}