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


@font-face {
	font-family: "Interstate";
	src: url('font/Interstate.otf');
}
@font-face {
	font-family: "InterstateLight";
	src: url('font/Interstate Light.otf');
}
@font-face {
	font-family: "InterstateExLight";
	src: url('font/Interstate ExLight.otf');
}
@font-face {
	font-family: "InterstateThin";
	src: url('font/Interstate Thin.otf');
}
@font-face {
	font-family: "InterstateBold";
	src: url('font/Interstate Bold.otf');
}
@font-face {
	font-family: "SweetSansPro";
	src: url('font/SweetSansProRegular.otf');
}
@font-face {
	font-family: "SweetSansProBold";
	src: url('font/SweetSansProBold.otf');
}

/*@font-face {
	font-family: "SF-Pro-Medium";
	src: url(font/SF-Pro-Text-Medium.otf);
}
@font-face {
	font-family: "SF-Pro-Bold";
	src: url(font/SF-Pro-Text-Bold.otf);
}
@font-face {
	font-family: "SF-Pro-Light";
	src: url(font/SF-Pro-Text-Light.otf);
}
@font-face {
	font-family: "Georgia";
	src: url(font/Georgia.ttf);
}
@font-face {
	font-family: "Oriflame-Script";
	src: url(font/Oriflame-Script.ttf);
}*/

html{
	height:100%;
	width:100%;
}
body{
	font-family: "InterstateLight", sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:16px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: "InterstateLight", 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:#d5520b;
}
: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:#ec5909;
	font-size:12px;
	padding-top:5px;
	display:inline-block;
	width:auto;
}
.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; }

::-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;
	/*border-radius: 6px;*/
}
::-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 {
    /*border-radius: 6px;*/
    width: 6px;
}
b,strong{
	font-weight: bold;
}
.fw600{
	font-weight:600;
}

.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;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.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, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .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:750px;
	height:calc(100vh - 110px);
	background:#fff;
	color:#333;	
	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: "InterstateLight", 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:9999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.9;
	display:none;
}
.container{
	min-width:280px;
	max-width:1280px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1150px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:750px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	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;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	padding-top:20px;
	height:87px;
	width:100%;
	background:none;
	color:#1C3170;
	font-size:16px;
	position:absolute;
	z-index:1000;
}
.header.headertransparent{
	background:rgba(255,255,255,0.8);
	position:fixed;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.headertransparent .logo{
	display:none;
}
.logos{
	display:none;
}
.headertransparent .logos{
	display:block;
}
.headersep{
	height:199px;
}
.headerpad{
	padding-top:44px;
}
.tableheader .tdheader{
	vertical-align:middle;
	white-space: nowrap;
}
.tableheader .tdheader1{
	width:50%;
	text-align: right;
}
.tableheader .tdheader2{
	text-align:center;
	padding:0px 40px;
}
.tableheader .tdheader3{
	width:50%;
	text-align:left;
}
.headermenu{
	font-family: "SweetSansPro";
	padding:15px;
	display:inline-block;
	vertical-align: middle;
	/*color:#1C3170;*/
	color:#001f60;
}
.headergradient{
	background:url('images/gradient1.png') repeat-x top center;
	height:245px;
	width:100%;
	position:absolute;
	top:0px;
	z-index:1; 
}
.headercontactbtn{
	width:auto;
	padding:0px 14px;
	height:36px;
	border:1px solid #dee0e1;
	display:inline-block;
	background:none;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:13px;
	font-family: "SF-Pro-Light";
	margin-left:16px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		border-color:#ce5721;
		background:#ce5721;
		color:#fff;
	}
	.headercontactbtn:hover img{
		-webkit-filter: brightness(0%) invert(1);
		filter: brightness(0%) invert(1);
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:top;
}

.icons {
	margin-bottom:40px;
	-webkit-column-count:5;
	   -moz-column-count:5;
	        column-count:5;
	-webkit-column-gap:20px;
	   -moz-column-gap:20px;
	        column-gap:20px;
}

.icons__item,
.icons__item i {
	line-height:2em;
	cursor:pointer;
	overflow:hidden;
}

.icons__item i {
	font-size: 20px;
	display:inline-block;
	width:32px;
	height:32px;
	text-align:center;
}

.header_search_box{
	width:95px;
	background:none;
	border:1px solid #dee0e1;
	padding-left:13px;
	height:36px;
	display:inline-block;
	vertical-align:top;
}
.socmedbtn{
	width:37px;
	height:37px;
	border:1px solid #ddd;
	text-align:center;
	margin-right:7px;
}

.page_title0a, .pagetitle0a{
	font-size:50px;
	line-height:60px;
}
.page_title0, .pagetitle0{
	font-size:35px;
	line-height:40px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-family: "InterstateBold";
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-family: "InterstateBold";
		font-family: "Georgia";
	}
.page_title2, .pagetitle2{
	font-size:30px;
}
	.page_title2l, .pagetitle2l{
		font-size:30px;
	}
.page_title3, .pagetitle3{
	font-size:24px;
	line-height:34px;
}
	.page_title3b, .pagetitle3b{
		font-size:24px;
		line-height:34px;
		font-family: "InterstateBold";
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-family: "InterstateBold";
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-family: "InterstateBold";
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-family: "InterstateBold";
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:25px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:25px;
		font-family: "InterstateBold";
	}
	.page_title7l, .pagetitle7l{
		font-family: "SF-Pro-Light";
		font-size:18px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:51px;
	color:#ec5909;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-family: "InterstateBold";
	}
.page_description1, .pagedescription1{
	font-size:16px;
	line-height:25px;
	font-weight: 300;
}
	.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: "InterstateBold";
	}
	.page_description1 sup, .pagedescription1 sup{
		vertical-align: super;
  		font-size: smaller;
	}
	.page_description1 img, .pagedescription1 img{
		max-width:100% !important;
		height: auto !important;
	}
	.page_description1 p, .pagedescription1 p {
		margin: 0 0 1em 0;
	}
	
.page_description2, .pagedescription2{
	font-size:14px;
	line-height:22px;
}
	.page_description2 ul, .pagedescription2 ul{
		margin-left:0px;
	}
	.page_description2 ol, .pagedescription2 ol{
		margin-left:0px;
	}
	.page_description2 li, .pagedescription2 li{
		margin-left:20px;
	}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-family: "InterstateBold";
	}
	.page_description2 sup, .pagedescription2 sup{
		vertical-align: super;
  		font-size: smaller;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	width:auto;
	max-width:210px;
	padding:0px 20px;
	height:57px;
	background:none;
	border:1px solid #fff;
	cursor:pointer;
	color:#fff;
	font-size:20px;
	font-family:"Georgia";
}
	.btn1:hover{
		background-color:#ce5721;
		/*color:#000;*/
	}
	.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;
	}
	.btn1 img{
		margin-left:5px;
		vertical-align:middle;
	}
.btn2{
	width:100%;
	max-width:260px;
	padding:0px 40px;
	height:45px;
	background:none;
	cursor:pointer;
	color:#666;
	border:1px solid #999;
	font-size:15px;
}
	.btn2:hover{
		background-color:#333;
		color:#fff;
	}
.btn3{
	width:100%;
	max-width:260px;
	padding:0px 30px;
	height:54px;
	background:#000;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:15px;
}
	.btn3:hover{
		background-color:#222;
		color:#ffcb05;
	}
.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:#58595b;
	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{
	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, a.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
.colorbrown{
	color:#5a2c13;
}
.colororange{
	color:#AF5C41;
}
.colorgreen{
	color:#0b9444;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21205f;
}
.colordblue{
	/*color:#071F60;*/
	color:#001f60;
}
.colorgrey{
	color:#939598;
}
.colordgrey{
	color:#4D545B;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.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;
}
.minheight135{
	/*min-height:135px;*/
	min-height:100px;
}
.minheight205{
	min-height:205px;
}
.fontgeorgia{
	font-family: "Georgia";
}

.fbold{
	font-family: "InterstateBold";
}
.flight{
	font-family: "InterstateLight";
}
.fxlight{
	font-family: "InterstateExLight";
}
.fxxlight{
	font-family: "InterstateThin";
}
.fontoriflame{
	font-family: "Oriflame-Script";
}
.fontsweetsanspro{
	font-family: "SweetSansPro";
}
.fontsweetsansprobold{
	font-family: "SweetSansProBold";
}
em,i{
	font-style:italic;
}

.video-background {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.video-background iframe {
	position: relative;
	top: 50%;
	left: 50%;
	width: 120vw;
	height: 120vh;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.video-background-height{
	width: 100%;
	height: 60vw;
}
.homepart1{
	padding-top:50px;
	padding-bottom:70px;
	background:url('images/content/homepart1bg.png') repeat-y center top;
	background-size:cover;
	color:#fff;
}
.homepart1body{
	background:url('images/linevertical1.png') repeat-y center center;
	background-size:auto;
}
.hp1flex{
	display:flex;
}
.hp1point{
	display:inline-block;
	vertical-align: top;
	width:calc(50% - 40px);
}
.hp1point1{

}
.hp1point2{
	padding-top:40px;
}
.hp1point1ta{
	text-align: right;
}
.hp1sep{
	display:inline-block;
	vertical-align: top;
	width:80px;
	text-align: center;
	


}
.hp1_halfwidthpos{
	position:relative;
	right:0px;
}
.hp1_halfwidth{
	position:relative;
	width:60%;
	
}
.hp1_halfwidth2{
	position:relative;
	width:75%;
	
}
.pagebuttonwebp{

}
.hp1pointpadtop{
	padding-top:300px;
}
.customPrevBtn{
	position:relative;
	top:105px;
	z-index:1000;
	left:-20px;
	opacity:1;
	cursor:pointer;
}
.customNextBtn{
	position:relative;
	top:105px;
	z-index:1001;
	right:-20px;
	opacity:1;
	cursor:pointer;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}
.customPrevBtn2{
	position:relative;
	top:7.5vw;
	z-index:1000;
	left:10px;
	opacity:1;
	cursor:pointer;
}
.customNextBtn2{
	position:relative;
	top:7.5vw;
	z-index:1001;
	right:10px;
	opacity:1;
	cursor:pointer;
}
.customPrevBtn2:hover, .customNextBtn:hover{
	opacity:1;
}
.customPrevBtn3{
	position:relative;
	top:15vw;
	z-index:1000;
	left:-20px;
	opacity:1;
	cursor:pointer;
}
.customNextBtn3{
	position:relative;
	top:15vw;
	z-index:1001;
	right:-20px;
	opacity:1;
	cursor:pointer;
}
.customPrevBtn3:hover, .customNextBtn3:hover{
	opacity:1;
}
.areapoint{
	padding:0px 5px;
}
.areaimg{
	box-sizing: border-box;
	border-radius: 5px;

}
.homepart2{
	padding-top:100px;
	padding-bottom:100px;
	text-align: center;
}
.homepart3{
	padding-top:100px;
	padding-bottom:100px;
	background-color: #EBE7DC;
    background-image: url(images/awards.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
	text-align: center;
}
.hp3txt1{
	padding-bottom:120px;
}
.hp3padslide{
	padding:30px;
	background:#fff;
}
.homepart4h{
	background: url(images/homepart4h.png) repeat-y left 0px top #071F60;
	background-size:cover;
	color:#fff;
}
.homepart4hpad{
	padding-top:700px;
}
.tablehp4h td.tdhp4h{
	width:50%;
	vertical-align: bottom;
}
.tablehp4h td.tdhp4h1{
	padding-right:20px;
}
.tablehp4h td.tdhp4h2{
	padding-left:20px;
}
.homepart4b{
	background:#071F60;
	color:#fff;
	padding-top:30px;
	padding-bottom:100px;
}
.publicationpad{
	padding:0px 10px;
	display:flex;
}
.publicationpad2{
	display:flex;
}
.publicationpoint{
	display:inline-block;
	width:50%;
	box-sizing: border-box;
	background:#fff;
}
.publicationpoint1{
	padding:25px;
	
}
.publicationpoint2{
	padding-left:20px;
}
.categorytag{

}
.publicationtxt1{
	min-height:300px;
}
.publicationread{
	display:flex;
	width:100%;
	align-items: center;
  	justify-content: center;

}
.publicationreadpoint{
	display:inline-block;
	vertical-align: middle;
	flex:1;
}
.publicationreadpoint1{
	flex:1;
}
.publicationreadpoint2{
	text-align:right;
}
.homepart5{
	padding-top:60px;
	padding-bottom:80px;
}
.hp5head{
	padding-bottom:40px;
}
.tablehp5h td.tdhp5h{
	width:50%;
	vertical-align: bottom;
}
.tablehp5h td.tdhp5h1{
	padding-right:20px;
}
.tablehp5h td.tdhp5h2{
	padding-left:20px;
}
.hp5point{
	padding:0px 10px 20px 10px;
	display:inline-block;
	vertical-align: top;
	width:50%;
	box-sizing: border-box;
}
.hp5imgdiv{
	aspect-ratio: 1.51;
}
.hp5txtdiv{
	background:#EBE7DC;
	padding:40px 20px 25px 20px;
	color:#000;
}
.hp5txtdivpad{
	padding-top:20px;
	border-top:1px solid #000;
}
.hp5mh{
	min-height: 100px;
}
.eventreadpoint span{
	text-decoration: underline;
	
}
.animateunderline{
	background: 
    linear-gradient(to right, transparent, transparent),
    linear-gradient(to right, #000, #000);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 800ms;
  
}
.animateunderline:hover,
.animateunderline:focus {
  background-size: 0 1px, 100% 1px;
}

.homepart6{
	padding-top:60px;
	padding-bottom:80px;
}
.hp6head{
	padding-bottom:40px;
}
.hp6body{

}
.hp6point{
	padding:0px 10px 20px 10px;
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	box-sizing: border-box;
}
.hp6imgdiv{
	aspect-ratio: 1.51;
}
.hp6txtdiv{
	background:#EBE7DC;
	padding:30px 20px 25px 20px;
	color:#000;
}
.hp6txtdivpad{
	padding-top:10px;
	border-top:1px solid #000;
}
.hp6mh{
	min-height: 100px;
}
.homepart7{
	padding-top:150px;
	padding-bottom:150px;
	text-align: center;
	color:#fff;
}
.webfooterpart1{
	background:#001F60;
	color:#fff;
	padding-top:100px;
	padding-bottom:100px;
}
.webfooterpart1center{
	text-align: center;
}
.menufooterdiv{
	display:inline-block;
	padding:0px 15px;
}
.menufooter{
	color:#af5b42;
}
.animateunderlinefooter{
	background: 
    linear-gradient(to right, transparent, transparent),
    linear-gradient(to right, #af5b42, #af5b42);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 800ms;
  
}
.animateunderlinefooter:hover,
.animateunderlinefooter:focus {
  background-size: 0 1px, 100% 1px;
}

.tablecopyright td.tdcopyright{
	vertical-align: top;
}
.tablecopyright td.tdcopyright1{
	text-align: left;
	width:200px;
}
.tablecopyright td.tdcopyright2{
	text-align: center;
}
.tablecopyright td.tdcopyright3{
	text-align: right;
	width:200px;
}
.socmedpoint{
	margin-right:15px;
	display:inline-block;
	vertical-align: top;
}
.socmedpoint img{
	max-width: 25px;
	max-height: 25px;
}
.headerimg{
	height:100vh;
	text-align: center;
	color:#fff;
}
.aboutpart1a{
	padding-top:100px;
	padding-bottom:50px;
	text-align: center;
}
.aboutpart1b{
	padding-top:20px;
	padding-bottom:270px;
	background:url('images/linevertical1.png') repeat-y center center;
	background-size:auto,cover;
}
.aboutpart2a{
	height:165px;
}
.aboutpart2b{
	padding-top:30px;
	text-align: center;
	padding-bottom:170px;
}
.aboutpart3{
	aspect-ratio: 1425/596;
}
.aboutpart2mid{
	padding:20px;
	background:#fff;
}
.tableglobalaw td.tdglobalaw{
	text-align: left;
	padding-top:40px;
	padding-bottom:40px;
	vertical-align: middle;
}
.tableglobalaw td.tdglobalaw1{
	width:30%;
	text-align: center;
	padding-right:10px;
}
.tableglobalaw td.tdglobalaw2{
	padding-left:40px;
	padding-right:40px;
}
.aboutpart2midheight{
	height:0px;
}
.aboutpart2midpos{
	position:relative;
	top:-100px;
}
.aboutpart4{
	padding-bottom:70px
}
.aboutpart4a{
	padding-top:100px;
	padding-bottom:50px;
	text-align: center;
}
.aboutpart4b{
	padding-top:20px;
	padding-bottom:30px;
	background:url('images/linevertical1.png') repeat-y center center;
	background-size:auto,cover;
}
.historypoint{
	padding-bottom:50px;
}
.historypointtxt1{
	font-size:120px;
}
.historypointtxt2{
	font-size:25px;
}
.ap1point{
	display:inline-block;
	vertical-align: top;
	width:calc(50% - 40px);
}
.ap1point1{
	padding-top:40px;
}
.ap1point2{
	padding-top:0px;
}
.aboutpart5{
	aspect-ratio: 2049/843;
}
.aboutpart6{
	
}
.aboutpart6a{
	padding-top:130px;
	padding-bottom:100px;
	text-align: center;
}
.aboutpart7{
	padding-top:50px;
	padding-bottom:120px;
	background:#EBE7DC;
}
.ap7head{
	padding-bottom:50px;
}
.tableap7h td.tdap7h{
	vertical-align: top;
	width:50%;
}
.tableap7h td.tdap7h1{
	padding-right:20px;
}
.tableap7h td.tdap7h2{
	padding-left:20px;
}
.ap7point{
	color:#071F60;
	font-size:40px;
	border-top:1px solid #AF5B42;
	padding:5px 0px;
	height:90px;
	font-weight: bold;
}
.ap7point:hover{
	color:#AF5B42;
}
.memberpart1a{
	padding-top:100px;
	padding-bottom:50px;
	text-align: center;
}
.memberpart1b{
	padding-top:20px;
	padding-bottom:60px;
	background:url('images/linevertical1.png') repeat-y center center;
	background-size:auto,cover;
}
.memberpart2b{
	padding-top:20px;
	padding-bottom:20px;
}
.teampointin{
	display:inline-block;
	width:33.33%;
	vertical-align: top;
	box-sizing: border-box;
	padding:0px 10px 20px 10px;

}
.teampointimg{
	aspect-ratio: 606/842;
}
.memberpart3{
	padding-top:100px;
	padding-bottom:120px;
	text-align: center;
}
.popupindex_qb_out{
	position:relative;
	z-index:9999999;
	height:calc(100vh - 100px);
}
.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:1200px;
	height:calc(100vh - 100px);
	max-height:666px;
	font-size:18px;
	line-height:30px;
	text-align:center;
}
#posfixed_qb{
	left:50%;
	margin-left:-600px;
	top:50%;
	margin-top:calc(-50vh + 50px);
}

.dttable{
	
}
.dttable .dt_td1{
	width:480px;
	vertical-align:middle;
}
.dttable .dt_td2{
	vertical-align:middle;
	padding-left:30px;
}
.dt_td2_pad{
	padding:43px;
}
.dt_t2 img{
	margin-right:10px;
	vertical-align:middle;
}
.dt_mainov{
	background:none;
	overflow-y:auto;
	height:calc(100vh);
}
.dt_mainov2{
	background:none;
	overflow-y:hidden;
	height:calc(100vh);
}
.zindex2000{
	position:relative;
	z-index:2000 !important;
}
.dt_headerline{
	padding-top:50px;
	margin-top:30px;
	border-top:1px solid #000;
}
.dtdescription1{
	color:#0F151F;
}
.dtdescription1 ul{
	list-style: none;
	padding-left:0px;
}
.dtdescription1 li{
	padding-left:0px;
	margin-left:0px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
}
.dtdescription1 li:first-child{
	border-top:1px solid #000;
}
.mp1point{
	display:inline-block;
	vertical-align: top;
	width:calc(50% - 40px);
}
.mp1point1{
	padding-top:80px;
}
.mp1point2{
	padding-top:80px;
}
.memberpart2{
	
	padding-bottom:120px;
}
.mp2head{
	padding-top:50px;
	text-align: center;
}
.mp2body{
	padding-top:20px;
}
.faqpoint{
	padding:25px 0px;
	border-bottom:1px solid #d1d3d4;
}
.faqhead{
	cursor: pointer;
	max-height:115px;
	overflow-y:hidden;
}
.faqheadactive{
	max-height:448px;
}
.faqbody{
	display:none;
	padding:30px 40px;
}
.tablefaq td.tdfaq{
	width:50%;
}
.tablefaq td.tdfaq1{
	padding-right:20px;
}
.tablefaq td.tdfaq2{
	padding-left:20px;
}
.legalinsightpart1{
	background:#EBE7DC;
	padding-top:70px;
	padding-bottom:100px;
}
.legalflex{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width:calc(100% + 20px);
}

.legalcolumn {
	display:flex;
	width:calc(33.33% - 20px);
	flex-direction: column; /* vertical layout inside each column */
	padding: 30px;
	background-color: #FFFFFF99;
	box-sizing: border-box;
}
.legalcolumn:hover{
	background:#fff;
}
.legalcolumnpad{
	
}
.legalcontent {
	flex-grow: 1; /* takes up remaining vertical space */
}

.legal-read-more {
	margin-top: 20px;
}
.legalimg img{
	max-width: 100%;
}
.legalimg{
	padding-bottom:30px;
	border-bottom:1px solid #000;
	margin-bottom:30px;
}

.alegalread{
	text-decoration: underline;
}
.legalmenu{
	padding:0px 30px;
	display:inline-block;
	vertical-align: top;
}
.legalmenu:first-child{
	padding-left:0px;
}
.legalmenu:last-child{
	padding-left:0px;
}
.legalheadermenu{
	padding-bottom:40px;
}
.legalmenupoint{
	padding-bottom:5px;
	border-bottom:2px solid transparent;
}
.legalmenupointactive, .legalmenupoint:hover{
	border-bottom:2px solid #AF5B42;
}
.newspart1{
	padding-top:250px;
	padding-bottom:100px;
}
.newspart1b{
	padding-top:250px;
	padding-bottom:100px;
	background:#E3DBCA;
}
.newsimg{
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #999;
	text-align: center;
}
.newspart2{
	background:#E3DBCA;
	padding-top:50px;
	padding-bottom:100px;
}

.legalflex2{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width:calc(100% + 20px);
}

.legalcolumn2 {
	display:flex;
	width:calc(25% - 20px);
	display: flex;
	flex-direction: column; /* vertical layout inside each column */
	padding: 20px;
	background-color: #FFFFFF99;
	box-sizing: border-box;
}
.legalcolumn2:hover{
	background:#fff;
}
.np2mh{
	min-height:250px;
}


.publicationflex{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width:calc(100% + 20px);
}
.publicationcol{
	display:flex;
	width:calc(50% - 20px);
	flex-direction: column; /* vertical layout inside each column */
	
	box-sizing: border-box;
}
.publicationimg{
	padding-bottom:20px;
	margin-bottom:50px;
	border-bottom:1px solid #999;
}
.publicationimgm{
	padding-bottom:60%;
	margin-bottom:15px;
}
.newslistimg{
	padding-bottom:10px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
.newspart3{
	padding-top:150px;
	padding-bottom:150px;
	text-align: center;
}
.socmed2{
	margin:0px 10px;
	display:inline-block;
	vertical-align: top;
}
.searchpart{
	padding-bottom:100px;
	text-align: center;
}
.searchbox{
	background-color: #FFFFFF;
    border-color: transparent;
    border-width: 1px 1px 1px 1px;
    border-radius: 70px;
	height:45px;
}
.search_input{
	padding-left:25px;
	width:calc(100% - 0px);
	height:45px;
	border:0px;
	box-sizing: border-box;
	background:none;
	font-size:15px;
	color:#000;
}
.search_img{
	position:relative;
	top:8px;
}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	top:4px;
}
.yeartag{
	height:35px;
	width:100%;
	display:inline-block;
	max-width:50px;
	background-color:#AF5B42;
	color:#fff;
	line-height:30px;
}
.awardpart1{
	padding-top:50px;
	padding-bottom:0px;
	
}
.awardyearpoint{
	background:url('images/linevertical1.png') repeat-y center center;
	background-size:auto;
}
.awardyearpointm{
}
.award1flex{
	display:flex;
}
.awardmpoint{
	text-align: center;
	padding-top:20px;
}
.award1point{
	display:inline-block;
	vertical-align: top;
	width:calc(50% - 40px);
}
.award1point1{
	padding-top:100px;
	text-align: right;
}
.award1point2{
	padding-top:280px;
}
.award1sep{
	display:inline-block;
	vertical-align: top;
	width:80px;
	text-align: center;
}
.awarddpoint{
	padding-bottom:100px;
}
.awarddpointm{
	padding-bottom:30px;
}
.posawardmenu{
	position:relative;
	width:100%;
}
.posawardmenuabs{
	position:absolute;
	right:30px;
}
.posawardmenuabsactive{
	position:fixed;
	right:30px;
	top:200px;
}
.awardimg img{
	max-height:250px;
}
.yearfixpoint{
	padding-bottom:20px;
}
.tablecontact td.tdcontact{
	vertical-align: top;
}
.tablecontact td.tdcontact1{
	padding-right:30px;
	padding-top:50px;
}
.tablecontact td.tdcontact2{
	width:45%;	
	padding-left:30px;
}
.contactpart{
	padding-top:320px;
	padding-bottom:200px;
	color:#fff;
}
.contactpad{
	background-color: #FFFFFF4D;
	backdrop-filter: blur(10px);
	padding:50px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
td.tdclientnopadtd2{
	width:50%;
}
.tdclientsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:25px;
}
input.form_input2, textarea.form_input2{
	border:0px;
	border-bottom:1px solid #cccccc;
	width:calc(100% - 0px);
	padding:0px 0px;
	height:50px;
	font-size:15px;
	color:#fff;
	background:none;
	border-radius: 5px;
}
	input.form_input2:focus{
		border-bottom:3px solid #ff5400;
	}
select.form_select{
	border:0px;
	border-bottom:2px solid #e6e7e8;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:58px;
	font-size:14px;
	color:#fff;
	background:#f1f2f2;
}
.input_box2{
	padding-bottom:23px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:57px;
		font-size:15px;
		color:#333;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:58px;
	width:100%;
	background:#ff5400;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	font-family: "InterstateBold";
}
input.submit_btn:hover{
	background-color:#333;
	
}
.contact_label{
	font-size:12px;
}
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;
}
.googlemapscontact{
	height:75vh;
}
.careerpart1{
	padding-top:50px;
	padding-bottom:80px;
}
.careerpart2{
	padding-top:50px;
	padding-bottom:80px;
	background:#EBE7DC;
}
.careerhead{
	text-align: center;
	padding-bottom:50px;
}
.careerbody{
	padding-bottom:30px;
}
.careernovacancy{
	padding:20px 0px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
}
.areapoint{
	border:0px solid #ebecec;
	margin-bottom:20px;
}
.areadtitle{
	font-family: 'SF-Pro-Bold';
	color:#000;
	cursor:pointer;
	
	background-color:#fff;
	padding-left:45px;
	padding-right:35px;
	/*border-bottom:1px solid #ebecec;*/
	height:88px;
	-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;
	
}
.areadtitle:hover{
	
	background-color:#f9f9f9;
	color:#f16623;
}
.areapointb{
    background:#fff;
    border-left:5px solid #C4C4C4;
    margin-bottom:30px;
}
.areadtitleb{
	color:#000;
	cursor:pointer;
	background:url(images/plus_icon2.png) no-repeat right 15px center;
    background-size:40px 40px;
	padding-left:30px;
	padding-right:45px;
	/*border-bottom:1px solid #ebecec;*/
    padding-top:25px;
    padding-bottom:25px;
	-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;
}
.areadtitleb:hover{
	
}
.areapointbactive{
    border-left:5px solid #F26823;
}
.areapointbactive .areadtitleb{
    background:url(images/minus_icon2.png) no-repeat right 30px center;
    background-size:40px 40px;
}
.areadetail{
	display:none;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:45px;
	padding-right:65px;
	background-color:#fff;
}
	.areadetail a{
		color:#0d57d6;
	}
	.areadetail a:hover{
		text-decoration:underline;
	}
.areadetailb{
    display:none;
    padding-top:10px;
    padding-left:45px;
	padding-right:30px;
}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.shadow2{
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.whatwedopart3{
	padding-top:100px;
	padding-bottom:120px;
	text-align: center;
	background:#EBE7DC;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em;
}
.homeawardimg{
	width:auto !important;
	max-height: 200px !important;
	max-width: 200px !important;
}
.hp1parth{
	padding-top:20px;
	padding-bottom:70px;
	text-align: center;
}
#followLine {
	position: absolute;
	left: 50%; /* adjust where it appears horizontally */
	width: 1px;
	height: 100vh;
	background-color: #af5b42;
	transition: transform 2s ease-out; /* smooth animation */
	opacity:0;
}
.hp1_halfwidth2 strong{
	font-family: "Interstate";
	font-weight: none;
}