
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@font-face {
    font-family: 'LondrinaShadowRegular';
    src: url('fonts/LondrinaShadowRegular.eot');
    src: url('fonts/LondrinaShadowRegular.eot') format('embedded-opentype'),
         url('fonts/LondrinaShadowRegular.woff2') format('woff2'),
         url('fonts/LondrinaShadowRegular.woff') format('woff'),
         url('fonts/LondrinaShadowRegular.ttf') format('truetype'),
         url('fonts/LondrinaShadowRegular.svg#LondrinaShadowRegular') format('svg');
}
@charset "UTF-8";@import "https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap";
body{font-family:hind,sans-serif;overflow-x:hidden}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;height:100%}

two-project-summary
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0; text-decoration: none;}
abbr[title]{border-bottom:1px dotted}
b,optgroup,strong{font-weight:700}
dfn{font-style:italic}
h1{margin:.67em 0}
ul li{list-style: none;}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;max-width:100%;vertical-align:middle;display:inline-block}
svg:not(:root){overflow:hidden}
hr{box-sizing:content-box;height:0}
pre,textarea{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:none}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
legend{border:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
.clear::after{ content: '';display: table;clear: both;}

.fl{float:left;}
.fr{float: right;}



.sticky-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; height: 80px;
  background-color: #ffffff;
  z-index: 999999;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  transition: all ease 0.6s;
}

.sticky-header-wrap.active {
  visibility: visible;
  opacity: 1;z-index: 999999;
  transform: translateY(0);
}

.header-wrapp {
  position: absolute;
  top: 0;
  left: 0;height: 100px; width: 100%; display: block; z-index: 5;
	 background: rgba(0,0,0,0.01);  border-bottom: 1px solid rgba(255,255,255,0.3);
}



.logo{position: absolute; top: 10px; left: 55px; margin: 0; padding: 0; width: 30%; height: auto;z-index: 999999;}
.logo img{width: 200px; height: auto;}


.banner-bg img{width:100%;vertical-align: bottom;}
.menu {width: 100px; height: 48px; z-index: 999999;position: fixed; right: 135px; top: 18px; color: #093b93; font-size: 16px; line-height: 48px; cursor: pointer; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; }
.menu p{font-size: 16px; color: #000;float: left;}
.menu.active p{font-size: 16px; color: #000;float: left;}
.menu-handler {width: 48px; height: 48px; cursor: pointer; position: relative; float: right; transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); }
.menu-handler .burger { width: 32px; height: 3px; background: #000; display: block; position: absolute; z-index: 99999999;top: 12px; left: 50%; margin: 0 0 0 -16px; transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; border-radius: 2px;-webkit-border-radius: 2px;}
.menu-handler .burger-2 {top: 23px;z-index: 99999999; }
.menu-handler .burger-3 {top: 34px;z-index: 99999999;}
.menu-handler.active .burger-1 { z-index: 5;background: #093b93;top: 21px; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.menu-handler.active .burger-2 { z-index: 5;background: #093b93;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; }
.menu-handler.active .burger-3 { z-index: 5;background: #093b93;top: 21px; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); }

.logo1{width: 200px; height: auto; z-index: 5;position: fixed; left: 55px; top: 0; color: #093b93;  transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s;}
.logo1 img{width: 200px; height: auto;}


.menu1 {width: 100px; height: 48px; z-index: 5;position: fixed; right: 135px; top: 18px; color: #093b93; font-size: 16px; line-height: 48px; cursor: pointer; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; }
.menu1 p{font-size: 16px; color: #000;float: left;}
.menu1.active p{font-size: 16px; color: #000;float: left;}
.menu1-handler {width: 48px; height: 48px; cursor: pointer; position: relative; float: right;z-index: 5; transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); }
.menu1-handler .burger { width: 32px; height: 3px; background: #000; display: block; position: absolute;top: 12px; left: 50%; margin: 0 0 0 -16px; transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; border-radius: 2px;-webkit-border-radius: 2px;}
.menu1-handler .burger-2 {top: 23px;}
.menu1-handler .burger-3 {top: 34px;}
.menu1-handler.active .burger-1 { z-index: 5;background: #093b93;top: 21px; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.menu1-handler.active .burger-2 { z-index: 5;background: #093b93;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; }
.menu1-handler.active .burger-3 { z-index: 5;background: #093b93;top: 21px; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); }


.en a{width: 100px; height: 48px; z-index: 5;position: fixed; right: 10px; border-left:1px solid #023692;padding-left: 20px; top: 18px; color: #023692; font-size: 24px; line-height: 48px; cursor: pointer; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; }



.navbar{ display: flex; display: -ms-flexbox;  display: -ms-flexbox; justify-content: space-around;  flex-grow: 1.8;
-webkit-flex-grow:  1.8; -webkit-box-flex-group: 1.8; z-index: 5; float: right;position: fixed; right:240px; width: 600px; padding: 0; margin: 0;}
.navbar li{  line-height: 80px;}
.navbar li a{ color: #000; font-size: 18px; transition: all 0.6s;  position: relative; display: block;}
.navbar li a b{ position: absolute; left: 0; right:0; bottom: 0; height: 2px; background: #e60012; display: block; z-index: 33; width: 0;
transition: all 0.6s; width:100%; transform: scale(0);}
.navbar li:hover a b,.navbar li.on a b{ transform: scale(1);}
.navbar li:hover a,.navbar li.on a{ color: #003591;}
.barwrap  .div2{ display: flex; display: -ms-flexbox; align-items: center; -webkit-align-items: center; 
 border-left: 1px solid rgba(255,255,255,0.3); flex-grow: 0.1; justify-content: flex-end; }
.barwrap .div2 h3{ font-size: 20px; color: #000;}
.barwrap .div2 h3 img{ display: inline-block; margin-right: 20px; vertical-align: middle;}
.barwrap .div2 strong{ display: block; font-size: 16px; color: #fff;  padding-bottom: 10px; line-height: 1;}
.barwrap .div2 b{ display: block; font-size: 22px; color: #fff; font-family:segeo; line-height: 1;}





.nav-box{background: rgba(0,78,161,0.92);position: fixed;width:100%;height: 100%; display: block;left:0;top:-100%;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0;z-index: 999990;}
.nav-box.active{top:0;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1;}
.nav-center{width:100%; max-width:  1560px;margin: 15% auto 0;}
.nav-list li{float: left;width:14%;text-align: center;}


.nav-icon{width:86px;height: 86px;margin: 0 auto;border-radius: 50%;-webkit-border-radius: 50%;overflow: hidden;}
.nav-icon img{width:100%;height: 100%;}
.nav-page{margin-top: 77px;position: relative;}
.nav-page::after{content: '';border-right: 1px solid rgba(255,255,255,0.14);height: 240px;width:3px;top:0;right:0;position: absolute;}
.nav-list li.li1 .nav-icon{background: url("../nav-icon1.png") no-repeat; background-size: 100% 100%;}
.nav-list li.li2 .nav-icon{background: url("../nav-icon2.png") no-repeat; background-size: 100% 100%;}
.nav-list li.li3 .nav-icon{background: url("../nav-icon3.png") no-repeat; background-size: 100% 100%;}
.nav-list li.li4 .nav-icon{background: url("../nav-icon4.png") no-repeat; background-size: 100% 100%;}
.nav-list li.li5 .nav-icon{background: url("../nav-icon6.png") no-repeat; background-size: 100% 100%;}
.nav-list li.li6 .nav-icon{background: url("../nav-icon5.png") no-repeat; background-size: 100% 100%;}
.nav-list li.li6 .nav-page::after{display: none;}
.nav-con{display: inline-block;margin: 0 auto;text-align: left;}
.nav-con span{font-size:24px;color: #fff; font-weight: bold;padding-bottom: 30px;display: block;}
.nav-con span a{color: #fff;}
.nav-con p{line-height: 30px;}
.nav-con p a{font-size: 14px;color: #fff;}
.nav-con p a:hover{text-decoration: underline;}
.nav-close{display: block;width:72px;height: 72px;border-radius: 50%;-webkit-border-radius: 50%;overflow: hidden;margin: 0 auto;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; background: url("../image/nav-close.png");}
.nav-close:hover{box-shadow: 0 0 30px #fff;-webkit-box-shadow: 0 0 30px #fff; transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);}
.nav-box.active .nav-close{-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1;}
.tel_number{font-size:26px;text-align: center;color: #fff;margin: 3% auto 0;font-weight: normal;}
.tel_number1{font-size:18px;text-align: center;color: #fff;margin: 0 auto 5%;font-weight: normal;}
.tel_number1 a{font-size:18px;text-align: center;color: #fff;margin: 0 auto 5%;font-weight: normal;}


.trans,.nav-box{
	-webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.transit,.nav-close,.at_once span,.combie_list li,.show_industry a,.show_industry a i,.vd_btn a,.fixed_left{
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
}




h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.showcase {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	position: absolute;
}

.content {
	z-index: 2;
}
.content h1{
	display: inline-block;
	padding: 0 30px;
	color: #fff;font-size: 46px;width: 100%;margin: 0; line-height: 40px;
	opacity: 0.9;
}
.content h3{
	display: inline-block;
	padding: 0 30px;
	color: #fff;font-size: 30px;font-weight: 300;width: 100%;
	opacity: 0.9;
}
.btn {
	display: inline-block;
	padding: 10px 30px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 5px;
	border: solid #fff 1px;
	margin-top: 25px;
	opacity: 0.7;
}

.btn:hover {
	transform: scale(0.98);
}

#about {
	padding: 40px;
	text-align: center;
}

#about p {
	font-size: 1.2rem;
	max-width: 600px;
	margin: auto;
}

#about h2 {
	margin: 30px 0;
	color: var(--primary-color);
}

.social a {
	margin: 0 5px;
}

.sec2{  width: 100%; height: 100%; background: url(../image/banner1.jpg) no-repeat; background-size: auto; background-size: 100% 100%; }
.sec3{  width: 100%; height: 100%; background: #f7f7f7; }
.sec4{  width: 100%; height: 100%; background: url(../image/banner6.jpg) no-repeat; background-size: auto; background-size: 100% 100%; }

.sec5{  width: 100%; height: 100%; background: #fff; }
.sec6{  width: 100%; height: 100%; background: url(../image/banner7.jpg) no-repeat; background-size: auto; background-size: 100% 100%; }



.sec31{margin:0 auto; width: 100%; height: auto; position:absolute; top: 120px;}
.sec31 .t11{margin:0 auto; width: 30%; height: auto; font-size: 30px; line-height: 40px; text-align: left; color: #023692; font-weight: 200; float: left; padding-top: 40px;}
.sec31 .t12{margin:35px auto 0 auto; width: 50%; height: auto; float: right;font-size: 16px; line-height: 20px; text-align: left; color: #023692;}

.sec31 .t13{margin:0 auto; width: 30%; height: auto; font-size: 30px; color: #fff; line-height: 40px; text-align: left; font-weight: 200; float: left; padding-top: 40px;}
.sec31 .t14{margin:35px auto 0 auto; width: 50%; height: auto; float: right;font-size: 16px; line-height: 20px; text-align: left; color: #fff;}




.sec51{  width: 100%; height: 100%; background: #fff; }
.sec511{  width: 100%; height: calc(100% - 400px);background:url(../image/bg5.jpg) no-repeat center center;  display: block; position: relative;}
.sec511 .tit{  width: 100%; height: auto; position: absolute; top:50%;color: #093b93; font-size: 36px; text-align: center;line-height: 30px; font-weight: 200; display: block;}
.sec5 .img{width: 100%; height: auto; text-align: center; margin: 0 auto; padding: 0;}



.sec2.active .t11,.sec2.active .more,.sec2.active h1,.sec2.active .home-three li{ animation-name: fadeInUp;}
.sec3.active .t11 ,.sec3.active .t12,.sec3.active .t13,.sec3.active .t14,.sec3.active .news-block-two{ animation-name: fadeInUp;}
.sec4.active .aon-step-sectiontwo{ animation-name: fadeInUp;}

.sec5.active .t11 ,.sec5.active .t12,.sec5.active .tit{ animation-name: fadeInUp;}
.sec5.active .img{ animation-name: fadeInUp;}


.sec6.active .t13,.sec6.active .t14,.sec6.active .news-block-three{ animation-name: fadeInUp;}

.sec4 .texd{  width: 100%; height: auto; margin:30px auto; padding: 0;}
.sec4 .texd .title1{  width: 100%; height: auto; margin: 0 auto; padding: 0; font-size: 30px; line-height: 40px; text-align: center; font-weight: 200; color:#093b93; }
.sec4 .texd .title2{  width: 100%; height: auto; margin: 0 auto; padding:10px 0; font-size: 40px; font-family: Hind,Arial; line-height: 40px; text-align: center; color:#093b93;font-weight: 600; }
.sec4 .texd .title3{  width: 100%; height: auto; margin: 0 auto; padding: 0; font-size: 30px; line-height: 40px; text-align: center; font-weight: 200; color:#093b93;}

.sec4.active .texd .title1,.sec4.active .texd .title2,.sec4.active .texd .title3{ animation-name: fadeInUp;}


.sec7{  width: 100%; height: 100%; background: #f7f7f7; }

.sec7 .con{margin: 0 auto; padding: 0; width: 100%; height: auto; display: block;}
.sec7 .con img{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.sec7 .con1{margin: 0 auto; padding: 0; width: 100%; height: auto; display: none;}
.sec7 .con1 img{margin: 0 auto; padding: 0; width: 100%; height: auto;}



/* News Block Two */


.news-section{margin:0 auto; width: 100%; height: auto; position:absolute; bottom: 60px;}

.news-section.alternate{
	padding: 30px 0 40px;
}

.news-block-two{
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
}

.news-block-two .inner-box{ overflow: hidden;
	position: relative;
}

.news-block-two .image-box{
	position: relative;
}

.news-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;transition:all 0.3s ease-in-out;
}

.news-block-two .inner-box:hover .image-box .image img{ 
transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out}

.news-block-two .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #000 padding-box content-box;
	content: "";
	padding: 0;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-block-two .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block-two .overlay-box .ic{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.news-block-two .inner-box:hover .overlay-box .ic{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block-two .overlay-box  i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .overlay-box a:hover i{
	color: #ffffff;
}

.news-block-two .caption-box{
	position: relative;
	padding: 0;
}

.news-block-two .caption-box .inner{
	position: relative;transition:all 0.3s ease-in-out;
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	box-shadow: 0 0 21px rgba(0,0,0,0.21);
}

.news-block-two .caption-box .c1{
	position: relative;
	display: block;;display:block;white-space:nowrap;font-size:60px;line-height:1em;
	margin-bottom: 10px;
}

.news-block-two .caption-box .c1 .txt1{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:rgba(255,255,255,0);-webkit-text-stroke:1px #023692;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s; text-align: center; font-weight: 800;}


.news-block-two .caption-box .c2{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px; text-align: center;
	color: #023692;
	font-weight: 800;
}

.news-block-two .caption-box .c3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px; text-align: center;
	color: #023692;
	font-weight: 500;
}
.news-block-two .inner-box:hover .caption-box .inner{	
	background-color: #023692;transition:all 0.3s ease-in-out;
}

.news-block-two .inner-box:hover .caption-box .c2{
	
	color: #fff;
}
.news-block-two .inner-box:hover .caption-box .c3{
	
	color: #fff;
}
.news-block-two .inner-box:hover .caption-box .c1 .txt1{-webkit-text-stroke:1px #fff;}


.news-section-three{margin:0 auto; width: 100%; height: auto; position:absolute; bottom: 56px;}

.news-section-three.alternate{
	padding: 30px 0 40px;
}

.news-block-three{
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
}

.news-block-three .inner-box{ overflow: hidden;
	position: relative;
}

.news-block-three .image-box{
	position: relative;
}

.news-block-three .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block-three .image-box .image img{
	display: block;
	width: 100%;
	height: auto;transition:all 0.3s ease-in-out;
}

.news-block-three .inner-box:hover .image-box .image img{ 
transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out}

.news-block-three .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #000 padding-box content-box;
	content: "";
	padding: 0;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-block-three .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block-three .overlay-box .ic{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.news-block-three .inner-box:hover .overlay-box .ic{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block-three .overlay-box  i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .overlay-box a:hover i{
	color: #ffffff;
}

.news-block-three .caption-box{
	position: relative;
	padding: 0;
}

.news-block-three .caption-box .inner{
	position: relative;transition:all 0.3s ease-in-out;
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	box-shadow: 0 0 21px rgba(0,0,0,0.21);
}

.news-block-three .caption-box .c1{
	position: relative;
	display: block;text-align: center;
	margin-bottom: 10px;
}



.news-block-three .caption-box .c2{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px; text-align: center;
	color: #023692;
	font-weight: 800;
}

.news-block-three .caption-box .c3{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px; text-align: center;
	color: #888;
	font-weight: 500;
}
.news-block-three .inner-box:hover .caption-box .inner{	
	background-color: #4882b7;transition:all 0.3s ease-in-out;
}

.news-block-three .inner-box:hover .caption-box .c2{	color: #fff;}
.news-block-three .inner-box:hover .caption-box .c3{	color: #fff;}

.aon-step-sectiontwo {
  text-align: center;
}
.aon-step-sectiontwo .aon-step-icon {
  display: inline-block;
  margin-bottom: 30px;
}
.aon-step-sectiontwo .aon-step-icon span {
  display: block;
  background-color: #fff;
	border: 4px solid #003591;
  width: 140px;
  height: 140px;
  border-radius: 50px;
  line-height: 140px;
  transform: rotate(135deg);
  overflow:hidden;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.aon-step-sectiontwo:hover .aon-step-icon span {
  border-radius:100px;
  box-shadow: 0 0 0px 15px rgba(0, 53, 145, 0.17);
}
.aon-step-sectiontwo .aon-step-icon span img {
  transform: rotate(-135deg);
}
.aon-step-sectiontwo .aon-step-info .sf-title {
  color: #022279
}

.aon-step-sectiontwo .aon-step-info .sf-title {
  color: #022279
}

.aon-step-sectiontwo .aon-step-info h4 {
  font-size: 24px; color: #093b93;line-height: 30px; margin: 0; padding: 0;
}
.aon-step-sectiontwo .aon-step-info p {
  font-size: 16px; color: #093b93;line-height: 20px; padding: 10px 0;
}



/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box p{
  font-size: 20px;
  color: #ffd526;
  font-weight: 400;
  line-height: 26px;
  margin: 0px 0 33px;
}
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
.rev_slider_wrapper .slide-content-box .button a{
  padding: 10px 40px 5px;
}

.rev_slider_wrapper .slide-content-box.middle-slide h1{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a{
    margin: 0 7px; 
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a.contact{
    border: 2px solid #fff;
    padding: 8px 40px 3px;
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a.thm-btn:before {
    border: none; 
}

.rev_slider_wrapper .slide-content-box.last-slide h1{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box .cleaning-service{
    position: relative;
    display: block;
}
.rev_slider_wrapper .slide-content-box .cleaning-service h3{
    color: #ffd526;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.tparrows {
    background: #ffd526;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 1000;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:#333333;
}


.w-icon-slider-right:before{content:"\e600"}
.w-icon-slider-left:before{content:"\e601"}
.w-icon-nav-menu:before{content:"\e602"}
.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before{content:"\e603"}
.w-icon-file-upload-remove:before{content:"\e900"}
.w-icon-file-upload-icon:before{content:"\e903"}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html.w-mod-touch *{background-attachment:scroll!important}
.w-block{display:block}
.w-inline-block{max-width:100%;display:inline-block}
.w-clearfix:after,.w-clearfix:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-clearfix:after{clear:both}
.w-hidden{display:none}
.w-button{display:inline-block;padding:9px 15px;background-color:#3898ec;color:#fff;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}
input.w-button{-webkit-appearance:button}
html[data-w-dynpage] [data-w-cloak]{color:transparent!important}
.w-webflow-badge,.w-webflow-badge *{position:static;left:auto;top:auto;right:auto;bottom:auto;z-index:auto;display:block;visibility:visible;overflow:visible;overflow-x:visible;overflow-y:visible;box-sizing:border-box;width:auto;height:auto;max-height:none;max-width:none;min-height:0;min-width:0;margin:0;padding:0;float:none;clear:none;border:0 transparent;border-radius:0;background:0 0;box-shadow:none;opacity:1;transform:none;transition:none;direction:ltr;font-family:inherit;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-variant:inherit;text-align:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:0;text-transform:inherit;list-style-type:disc;text-shadow:none;font-smoothing:auto;vertical-align:baseline;cursor:inherit;white-space:inherit;word-break:normal;word-spacing:normal;word-wrap:normal}
.w-webflow-badge{position:fixed!important;display:inline-block!important;visibility:visible!important;z-index:2147483647!important;top:auto!important;right:12px!important;bottom:12px!important;left:auto!important;color:#aaadb0!important;background-color:#fff!important;border-radius:3px!important;padding:6px 8px 6px 6px!important;font-size:12px!important;opacity:1!important;line-height:14px!important;text-decoration:none!important;transform:none!important;margin:0!important;width:auto!important;height:auto!important;overflow:visible!important;white-space:nowrap;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1);cursor:pointer}
.w-webflow-badge>img{display:inline-block!important;visibility:visible!important;opacity:1!important;vertical-align:middle!important}
h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:10px}
h1{font-size:38px;line-height:44px;margin-top:20px}
h2{font-size:32px;line-height:36px;margin-top:20px}
h3{font-size:24px;line-height:30px;margin-top:20px}
h4{font-size:18px;line-height:24px;margin-top:10px}
h5{font-size:14px;line-height:20px;margin-top:10px}
h6{font-size:12px;line-height:18px;margin-top:10px}
p{margin-top:0;margin-bottom:10px}
blockquote{margin:0 0 10px;padding:10px 20px;border-left:5px solid #e2e2e2;font-size:18px;line-height:22px}
figure{margin:0 0 10px}
figcaption{margin-top:5px;text-align:center}
ol,ul{margin-top:0;margin-bottom:10px;padding-left:40px}
.w-list-unstyled{padding-left:0;list-style:none}
.w-embed:after,.w-embed:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-embed:after{clear:both}
.w-video{width:100%;position:relative;padding:0}
.w-video embed,.w-video iframe,.w-video object{position:absolute;top:0;left:0;width:100%;height:100%}
fieldset{padding:0;margin:0;border:0}
button,html input[type=button],input[type=reset]{-webkit-appearance:button;border:0;cursor:pointer;-webkit-appearance:button}
.w-form{margin:0 0 15px}
.w-form-done{display:none;padding:20px;text-align:center;background-color:#ddd}
.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}
label{display:block;margin-bottom:5px;font-weight:700}
.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.42857143;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ccc}
.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}
.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}
.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}
.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}
.w-input:focus,.w-select:focus{border-color:#3898ec;outline:0}
.w-input[disabled],.w-input[readonly],.w-select[disabled],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eee}
textarea.w-input,textarea.w-select{height:auto}
.w-select{background-color:#f3f3f3}
.w-select[multiple]{height:auto}
.w-form-label{display:inline-block;cursor:pointer;font-weight:400;margin-bottom:0}
.w-radio{display:block;margin-bottom:5px;padding-left:20px}
.w-radio:after,.w-radio:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-radio:after{clear:both}
.w-radio-input{margin:3px 0 0 -20px;line-height:normal;float:left}
.w-file-upload{display:block;margin-bottom:10px}
.w-file-upload-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}
.w-file-upload-default,.w-file-upload-success,.w-file-upload-uploading{display:inline-block;color:#333}
.w-file-upload-error{display:block;margin-top:10px}
.w-file-upload-default.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden,.w-file-upload-uploading.w-hidden{display:none}
.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:400;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #ccc;background-color:#fafafa}
.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #ccc;background-color:#fafafa}
.w-file-upload-file-name{font-size:14px;font-weight:400;display:block}
.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}
.w-icon-file-upload-remove{margin:auto;font-size:10px}
.w-file-upload-error-msg{display:inline-block;color:#ea384c;padding:2px 0}
.w-file-upload-info{display:inline-block;line-height:38px;padding:0 12px}
.w-file-upload-label{display:inline-block;font-size:14px;font-weight:400;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #ccc;background-color:#fafafa}
.w-icon-file-upload-icon,.w-icon-file-upload-uploading{display:inline-block;margin-right:8px;width:20px}
.w-icon-file-upload-uploading{height:20px}
.w-container{margin-left:auto;margin-right:auto;max-width:940px}
.w-container:after,.w-container:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-container:after{clear:both}
.w-container .w-row{margin-left:-10px;margin-right:-10px}
.w-row:after,.w-row:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-row:after{clear:both}
.w-row .w-row{margin-left:0;margin-right:0}
.w-col{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}
.w-col .w-col{padding-left:0;padding-right:0}
.w-col-1{width:8.33333333%}
.w-col-2{width:16.66666667%}
.w-col-3{width:25%}
.w-col-4{width:33.33333333%}
.w-col-5{width:41.66666667%}
.w-col-6{width:50%}
.w-col-7{width:58.33333333%}
.w-col-8{width:66.66666667%}
.w-col-9{width:75%}
.w-col-10{width:83.33333333%}
.w-col-11{width:91.66666667%}
.w-col-12{width:100%}
.w-hidden-main{display:none!important}
@media screen and (max-width:991px){.w-container{max-width:728px}
.w-hidden-main{display:inherit!important}
.w-hidden-medium{display:none!important}
.w-col-medium-1{width:8.33333333%}
.w-col-medium-2{width:16.66666667%}
.w-col-medium-3{width:25%}
.w-col-medium-4{width:33.33333333%}
.w-col-medium-5{width:41.66666667%}
.w-col-medium-6{width:50%}
.w-col-medium-7{width:58.33333333%}
.w-col-medium-8{width:66.66666667%}
.w-col-medium-9{width:75%}
.w-col-medium-10{width:83.33333333%}
.w-col-medium-11{width:91.66666667%}
.w-col-medium-12{width:100%}
.w-col-stack{width:100%;left:auto;right:auto}
}
@media screen and (max-width:767px){.w-hidden-main,.w-hidden-medium{display:inherit!important}
.w-hidden-small{display:none!important}
.w-container .w-row,.w-row{margin-left:0;margin-right:0}
.w-col{width:100%;left:auto;right:auto}
.w-col-small-1{width:8.33333333%}
.w-col-small-2{width:16.66666667%}
.w-col-small-3{width:25%}
.w-col-small-4{width:33.33333333%}
.w-col-small-5{width:41.66666667%}
.w-col-small-6{width:50%}
.w-col-small-7{width:58.33333333%}
.w-col-small-8{width:66.66666667%}
.w-col-small-9{width:75%}
.w-col-small-10{width:83.33333333%}
.w-col-small-11{width:91.66666667%}
.w-col-small-12{width:100%}
}
@media screen and (max-width:479px){.w-container{max-width:none}
.w-hidden-main,.w-hidden-medium,.w-hidden-small{display:inherit!important}
.w-hidden-tiny{display:none!important}
.w-col{width:100%}
.w-col-tiny-1{width:8.33333333%}
.w-col-tiny-2{width:16.66666667%}
.w-col-tiny-3{width:25%}
.w-col-tiny-4{width:33.33333333%}
.w-col-tiny-5{width:41.66666667%}
.w-col-tiny-6{width:50%}
.w-col-tiny-7{width:58.33333333%}
.w-col-tiny-8{width:66.66666667%}
.w-col-tiny-9{width:75%}
.w-col-tiny-10{width:83.33333333%}
.w-col-tiny-11{width:91.66666667%}
.w-col-tiny-12{width:100%}
}
.w-widget{position:relative}
.w-widget-map{width:100%;height:400px}
.w-widget-map label{width:auto;display:inline}
.w-widget-map img{max-width:inherit}
.w-widget-map .gm-style-iw{text-align:center}
.w-widget-map .gm-style-iw>button{display:none!important}
.w-widget-twitter{overflow:hidden}
.w-widget-twitter-count-shim{display:inline-block;vertical-align:top;position:relative;width:28px;height:20px;text-align:center;background:#fff;border:1px solid #758696;border-radius:3px}
.w-widget-twitter-count-shim *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner{position:relative;font-size:15px;line-height:12px;text-align:center;color:#999;font-family:serif}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear{position:relative;display:block}
.w-widget-twitter-count-shim.w--large{width:36px;height:28px}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{font-size:18px;line-height:18px}
.w-widget-twitter-count-shim:not(.w--vertical){margin-left:5px;margin-right:8px}
.w-widget-twitter-count-shim:not(.w--vertical).w--large{margin-left:6px}
.w-widget-twitter-count-shim:not(.w--vertical):after,.w-widget-twitter-count-shim:not(.w--vertical):before{top:50%;left:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
.w-widget-twitter-count-shim:not(.w--vertical):before{border-color:rgba(117,134,150,0);border-right-color:#5d6c7b;border-width:4px;margin-left:-9px;margin-top:-4px}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before{border-width:5px;margin-left:-10px;margin-top:-5px}
.w-widget-twitter-count-shim:not(.w--vertical):after{border-color:rgba(255,255,255,0);border-right-color:#fff;border-width:4px;margin-left:-8px;margin-top:-4px}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after{border-width:5px;margin-left:-9px;margin-top:-5px}
.w-widget-twitter-count-shim.w--vertical{width:61px;height:33px;margin-bottom:8px}
.w-widget-twitter-count-shim.w--vertical:after,.w-widget-twitter-count-shim.w--vertical:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
.w-widget-twitter-count-shim.w--vertical:before{border-color:rgba(117,134,150,0);border-top-color:#5d6c7b;border-width:5px;margin-left:-5px}
.w-widget-twitter-count-shim.w--vertical:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{font-size:18px;line-height:22px}
.w-widget-twitter-count-shim.w--vertical.w--large{width:76px}
.w-widget-gplus{overflow:hidden}
.w-background-video{position:relative;overflow:hidden;height:500px;color:#fff}
.w-background-video>video{background-size:cover;background-position:50% 50%;position:absolute;margin:auto;width:100%;height:100%;right:-100%;bottom:-100%;top:-100%;left:-100%;object-fit:cover;z-index:-100}
.w-background-video>video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}
.w-slider{position:relative;height:300px;text-align:center;background:#ddd;clear:both;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0)}
.w-slider-mask{position:relative;display:block;overflow:hidden;z-index:1;left:0;right:0;height:100%;white-space:nowrap}
.w-slide{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%;white-space:normal;text-align:left}
.w-slider-nav{position:absolute;z-index:2;top:auto;right:0;bottom:0;left:0;margin:auto;padding-top:10px;height:40px;text-align:center;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0)}
.w-slider-nav.w-round>div{border-radius:100%}
.w-slider-nav.w-num>div{width:auto;height:auto;padding:.2em .5em;font-size:inherit;line-height:inherit}
.w-slider-nav.w-shadow>div{box-shadow:0 0 3px rgba(51,51,51,.4)}
.w-slider-nav-invert{color:#fff}
.w-slider-nav-invert>div{background-color:rgba(34,34,34,.4)}
.w-slider-nav-invert>div.w-active{background-color:#222}
.w-slider-dot{position:relative;display:inline-block;width:1em;height:1em;background-color:rgba(255,255,255,.4);cursor:pointer;margin:0 3px .5em;transition:background-color .1s,color .1s}
.w-slider-dot.w-active{background-color:#fff}
.w-slider-dot:focus{outline:0;box-shadow:0 0 0 2px #fff}
.w-slider-dot:focus.w-active{box-shadow:none}
.w-slider-arrow-left,.w-slider-arrow-right{position:absolute;width:80px;top:0;right:0;bottom:0;left:0;margin:auto;cursor:pointer;overflow:hidden;color:#fff;font-size:40px;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w-slider-arrow-left [class*=' w-icon-'],.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class*=' w-icon-'],.w-slider-arrow-right [class^=w-icon-]{position:absolute}
.w-slider-arrow-left:focus,.w-slider-arrow-right:focus{outline:0}
.w-slider-arrow-left{z-index:3;right:auto}
.w-slider-arrow-right{z-index:4;left:auto}
.w-icon-slider-left,.w-icon-slider-right{top:0;right:0;bottom:0;left:0;margin:auto;width:1em;height:1em}
.w-slider-aria-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.w-slider-force-show{display:block!important}
.w-dropdown{display:inline-block;position:relative;text-align:left;margin-left:auto;margin-right:auto;z-index:900}
.w-dropdown-btn,.w-dropdown-link,.w-dropdown-toggle{position:relative;vertical-align:top;text-decoration:none;color:#222;padding:20px;text-align:left;margin-left:auto;margin-right:auto;white-space:nowrap}
.w-dropdown-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;cursor:pointer;padding-right:40px}
.w-dropdown-toggle:focus{outline:0}
.w-icon-dropdown-toggle{position:absolute;top:0;right:0;bottom:0;margin:auto 20px auto auto;width:1em;height:1em}
.w-dropdown-list{position:absolute;background:#ddd;display:none;min-width:100%}
.w-dropdown-list.w--open{display:block}
.w-dropdown-link{padding:10px 20px;display:block;color:#222}
.w-dropdown-link.w--current{color:#0082f3}
.w-dropdown-link:focus{outline:0}
@media screen and (max-width:767px){.w-nav-brand{padding-left:10px}
}
.w-lightbox-backdrop{cursor:auto;font-style:normal;font-variant:normal;letter-spacing:normal;list-style:disc;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;position:fixed;top:0;right:0;bottom:0;left:0;color:#fff;font-family:"Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;font-size:17px;line-height:1.2;font-weight:300;text-align:center;background:rgba(0,0,0,.9);z-index:2000;outline:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transform:translate(0,0)}
.w-lightbox-backdrop,.w-lightbox-container{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}
.w-lightbox-content{position:relative;height:100vh;overflow:hidden}
.w-lightbox-view{position:absolute;width:100vw;height:100vh;opacity:0}
.w-lightbox-view:before{content:"";height:100vh}
.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:86vh}
.w-lightbox-frame,.w-lightbox-view:before{display:inline-block;vertical-align:middle}
.w-lightbox-figure{position:relative;margin:0}
.w-lightbox-group .w-lightbox-figure{cursor:pointer}
.w-lightbox-img{width:auto;height:auto;max-width:none}
.w-lightbox-image{display:block;float:none;max-width:100vw;max-height:100vh}
.w-lightbox-group .w-lightbox-image{max-height:86vh}
.w-lightbox-caption{position:absolute;right:0;bottom:0;left:0;padding:.5em 1em;background:rgba(0,0,0,.4);text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.w-lightbox-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}
.w-lightbox-control{position:absolute;top:0;width:4em;background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:.3s;transition:.3s}
.w-lightbox-left{display:none;bottom:0;left:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")}
.w-lightbox-right{display:none;right:0;bottom:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")}
.w-lightbox-close{right:0;height:2.6em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");background-size:18px}
.w-lightbox-strip{position:absolute;bottom:0;left:0;right:0;padding:0 1vh;line-height:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}
.w-lightbox-item{display:inline-block;width:10vh;padding:2vh 1vh;box-sizing:content-box;cursor:pointer;-webkit-transform:translate3d(0,0,0)}
.w-lightbox-active{opacity:.3}
.w-lightbox-thumbnail{position:relative;height:10vh;background:#222;overflow:hidden}
.w-lightbox-thumbnail-image{position:absolute;top:0;left:0}
.w-lightbox-thumbnail .w-lightbox-tall{top:50%;width:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
.w-lightbox-thumbnail .w-lightbox-wide{left:50%;height:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}
.w-lightbox-spinner{position:absolute;top:50%;left:50%;box-sizing:border-box;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:5px solid rgba(0,0,0,.4);border-radius:50%;-webkit-animation:.8s linear infinite spin;animation:.8s linear infinite spin}
.w-lightbox-spinner:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:3px solid transparent;border-bottom-color:#fff;border-radius:50%}
.w-lightbox-hide{display:none}
.w-lightbox-noscroll{overflow:hidden}
@media (min-width:768px){.w-lightbox-content{height:96vh;margin-top:2vh}
.w-lightbox-view,.w-lightbox-view:before{height:96vh}
.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:84vh}
.w-lightbox-image{max-width:96vw;max-height:96vh}
.w-lightbox-group .w-lightbox-image{max-width:82.3vw;max-height:84vh}
.w-lightbox-left,.w-lightbox-right{display:block;opacity:.5}
.w-lightbox-close{opacity:.8}
.w-lightbox-control:hover{opacity:1}
}
.w-lightbox-inactive,.w-lightbox-inactive:hover{opacity:0}
.w-richtext:after,.w-richtext:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-richtext:after{clear:both}
.w-richtext[contenteditable=true]:after,.w-richtext[contenteditable=true]:before{white-space:initial}
.w-richtext ol,.w-richtext ul{overflow:hidden}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after{outline:#2895f7 solid 2px}
.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after{content:'';position:absolute;display:none;left:0;top:0;right:0;bottom:0}
.w-richtext figure{position:relative;max-width:60%}
.w-richtext figure>div:before{cursor:default!important}
.w-richtext figure img{width:100%}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder{opacity:.6}
.w-richtext figure div{font-size:0;color:transparent}
.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image]{display:table}
.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div{display:inline-block}
.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption{display:table-caption;caption-side:bottom}
.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video]{width:60%;height:0}
.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div{width:100%}
.w-richtext figure.w-richtext-align-center{margin-right:auto;margin-left:auto;clear:both}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div{max-width:100%}
.w-richtext figure.w-richtext-align-normal{clear:both}
.w-richtext figure.w-richtext-align-fullwidth{width:100%;max-width:100%;text-align:center;clear:both;display:block;margin-right:auto;margin-left:auto}
.w-richtext figure.w-richtext-align-fullwidth>div{display:inline-block;padding-bottom:inherit}
.w-richtext figure.w-richtext-align-fullwidth>figcaption{display:block}
.w-richtext figure.w-richtext-align-floatleft{float:left;margin-right:15px;clear:none}
.w-richtext figure.w-richtext-align-floatright{float:right;margin-left:15px;clear:none}
.w-nav{position:relative;background:#ddd;z-index:1000}
.w-nav:after,.w-nav:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-nav:after{clear:both}
.w-nav-brand{position:relative;float:left;text-decoration:none;color:#333}
.w-nav-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;color:#222;padding:20px;text-align:left;margin-left:auto;margin-right:auto}
.w-nav-link.w--current{color:#0082f3}
.w-nav-menu{position:relative;float:right}
[data-nav-menu-open]{display:block!important;position:absolute;top:100%;left:0;right:0;background:#c8c8c8;text-align:center;overflow:visible;min-width:200px}
.w--nav-link-open{display:block;position:relative}
.w-nav-overlay{position:absolute;overflow:hidden;display:none;top:100%;left:0;right:0;width:100%}
.w-nav-overlay [data-nav-menu-open]{top:0}
.w-nav[data-animation=over-left] .w-nav-overlay{width:auto}
.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open]{right:auto;z-index:1;top:0}
.w-nav[data-animation=over-right] .w-nav-overlay{width:auto}
.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open]{left:auto;z-index:1;top:0}
.w-nav-button{position:relative;float:right;padding:18px;font-size:24px;display:none;cursor:pointer;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w-nav-button:focus{outline:0}
.w-nav-button.w--open{background-color:#c8c8c8;color:#fff}
.w-nav[data-collapse=all] .w-nav-menu{display:none}
.w--nav-dropdown-open,.w--nav-dropdown-toggle-open,.w-nav[data-collapse=all] .w-nav-button{display:block}
.w--nav-dropdown-list-open{position:static}
@media screen and (max-width:991px){.w-nav[data-collapse=medium] .w-nav-menu{display:none}
.w-nav[data-collapse=medium] .w-nav-button{display:block}
}
@media screen and (max-width:767px){.w-nav[data-collapse=small] .w-nav-menu{display:none}
.w-nav[data-collapse=small] .w-nav-button{display:block}
.w-nav-brand{padding-left:10px}
}
.w-tabs{position:relative}
.w-tabs:after,.w-tabs:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
.w-tabs:after{clear:both}
.w-tab-menu{position:relative}
.w-tab-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;padding:9px 30px;text-align:left;cursor:pointer;color:#222;background-color:#ddd}
.w-tab-link.w--current{background-color:#c8c8c8}
.w-tab-link:focus{outline:0}
.w-tab-content{position:relative;display:block;overflow:hidden}
.w-tab-pane{position:relative;display:none}
.w--tab-active{display:block}
@media screen and (max-width:479px){.w-nav[data-collapse=tiny] .w-nav-menu{display:none}
.w-nav[data-collapse=tiny] .w-nav-button,.w-tab-link{display:block}
}
.w-ix-emptyfix:after{content:""}
@keyframes spin{0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.w-dyn-empty{padding:10px;background-color:#ddd}
.w-condition-invisible,.w-dyn-bind-empty,.w-dyn-hide{display:none!important}
body{margin:0;min-height:100%;background-color:#fff;color:#333;font-size:14px;line-height:20px}
.global{font-family:Inter,sans-serif;color:#000;font-size:18px;line-height:1.4em;font-weight:400}
.home-hero{position:-webkit-sticky;position:sticky;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#000; background-image: url(../image/banner1.jpg); background-size: 100%; background-repeat: no-repeat; background-position: center center;}
.home-hero.btn-ma{position:fixed;top:0;z-index:0;height:auto;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:1.2em}
.masthead{position:absolute;left:0;top:0;right:0;bottom:auto}
.masthead-logo{padding-top:1em;padding-left:0}
.masthead-nav{padding-top:1em;padding-right:0;padding-left:0}


.main-nav{position:relative;display:inline-block;margin-bottom:0;padding-left:0;list-style-type:none}
.main-nav-link{display:inline-block;padding-bottom:.4em;color:#000;text-decoration:none}
.main-nav-link:hover{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ef4d5099267103695efbda_chevy.svg");background-position:0 100%;background-size:.6em;background-repeat:repeat-x;color:#000;text-decoration:none}
.main-nav-link.w--current{line-height:1.4em}
.main-nav-link.white{color:#fff}
.main-nav-link.white:hover{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ef4fbace0dc26dfc4ed97c_chevy-white.svg")}
.main-nav-link.lba-green{color:#cbe430}
.main-nav-link.lba-green:hover{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ef4fe969abb19b75aa7bff_chevy-lba-green.svg")}
.nav-item{display:inline-block;margin-right:3.2em}
.home-hero-heading{position:relative;z-index:0;margin:0 17.5% .8em 17.5%; font-size:60px;line-height:30px;color: #366cc7; font-weight:800;text-align: center;letter-spacing:0}

@font-face{font-family:"GillSans-Bold";src:url("../fonts/GillSans-Bold.woff2") format("woff2"),url("../fonts/GillSans-Bold.woff") format("woff"),url("../fonts/GillSans-Bold.ttf") format("truetype"),url("../fonts/GillSans-Bold.eot") format("embedded-opentype"),url("../fonts/GillSans-Bold.svg") format("svg")}

.home-hero1 .tt1{margin:0 auto; width: 100%; height: auto; position:absolute; top: 120px;}
.home-hero1 .tt1 .t1{margin:0 auto; width: 100%; height: auto;max-width: 1200px;}
.home-hero1 .tt1 .t1 .t11{margin:0 auto; width: 100%; height: auto; font-size: 30px; line-height: 40px; text-align: left; font-weight: 200;}
.home-hero1 .tt1 .t1 .t12{margin:35px auto 0 auto; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3;}
.home-hero1 .tt1 .t1 .t12 .more a{margin:0; width: 160px; height: 40px;border-radius: 20px; float: left; background: #23439d; color: #fff; display: block; text-align: center; line-height: 40px; margin-top: -20px;}




.home-three{margin:0 auto; width: 100%; height: auto; position:absolute; bottom: 20px;}
.home-three ul{margin:0 auto; padding: 0;width: 100%; height: auto;max-width: 1200px;}
.home-three ul li{margin: 0 auto; padding: 0; width: 33%; height: auto; float: left;display:block;white-space:nowrap;font-size:100px;line-height:1em;}
.home-three ul li .txt1{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:rgba(255,255,255,0);-webkit-text-stroke:1px #c1c1c1;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s; text-align: center; font-weight: 800;}

#canvas {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
}
.home-three ul li .txt2{margin: 15px auto; padding: 0; font-size:18px; font-weight: 300;width: 100%; color: #888;height: auto; text-align: center;}

.link-in-heading{display:inline-block;padding-bottom:.2em;border-bottom:0 #000;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ef57aac2608fe76ce5d0f3_long-bloody-chevs.svg");background-position:0 100%;background-size:6em;background-repeat:no-repeat;color:#000;text-decoration:none}
.link-in-heading:hover{border-bottom-color:#989898;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ef57aac2608fe76ce5d0f3_long-bloody-chevs.svg");background-position:14px 100%;background-repeat:repeat-x;color:#000}
.home-project-container{position:relative;z-index:99999;margin-top:100vh}
.project-hero{position:-webkit-sticky;position:sticky;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100vh}
.project-hero.ma-project-hero{background-color:#fff;background-image:url("../image/banner2.jpg");background-position:0;background-size:100% 100%;background-repeat:no-repeat}
.project-hero.curzon-project-hero{background-color:#fff;}
.project-hero.tig-project-hero{background-image:url("../image/banner4.jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}
.project-hero.lba-project-hero{background-color:#f5f5f5;background-image:url("../image/banner5.jpg");background-position:0 20%;background-repeat:no-repeat;}
.project-hero.eic-project-hero{background-color:#366bc7;}
.project-hero.ff-project-hero{position:-webkit-sticky;position:sticky;z-index:99;background-color:#fff;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/61362d8c07cacb40c4e5c73f_freefaces-logo-short.svg");background-position:90% 50%;background-size:auto 34%;background-repeat:no-repeat}
.project-hero.ff-project-hero.non-sticky{z-index:auto}
.project-hero.ff-21-project-hero{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/61362d8c07cacb40c4e5c73f_freefaces-logo-short.svg");background-position:90% 50%;background-size:auto 34%;background-repeat:no-repeat}
.project-hero.bc-project-hero{background-color:#fff;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/617fc6cd5ecb8ee545224340_oc-hero-illo-6.svg");background-position:100% -30%;background-size:auto 150%;background-repeat:no-repeat}

.home-project-cta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding-bottom:0;padding-left:4%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}

.home-project-summary{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:0;margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#000;font-family: "GillSans-Bold"; font-size:3vw;line-height:1.2em;font-weight:400; text-align: left;text-decoration:none}
.home-project-summary.white{color:#fff}
.home-project-summary.lba-green{color:#cbe430}



.indexnew{margin:0 auto; padding: 100px 0; width: 100%; height: auto; background: #f3f3f3; position: relative;display: block; z-index: 9999999;}

.home-project-title{margin-top:1.6em;color:#000;font-weight:400}
.home-project-title.white{width:100%;color:#fff}
.home-project-title.lba-green{color:#cbe430}
.home-cta-arrow{width:4em;margin-bottom:.8em;margin-left:-6px;padding-top:.8em}
.home-cta-arrow.down{margin-bottom:.8em;margin-left:-16px;padding-top:.8em}
.home-project-cta-link{display:block;margin-top:0;text-decoration:none}

.global-footerindex{position:absolute;z-index:999;display:block;bottom:0;background-color:#fff}


.global-footer{position:relative;z-index:999;display:block;padding-bottom:.8em;background-color:#fff}
.copyright{margin-bottom:0;margin-left:1.2em}
.footer-nav{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:50%;margin-left:50%;padding-top:4em;padding-bottom:4em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.small-heading{max-width:80%;margin-top:0;margin-bottom:0;font-size:1em;line-height:1.8em;font-weight:400}
.small-heading.selected-teaching{margin-bottom:6px;margin-left:18.75%}
.default-vertical-list{max-width:80%;margin-bottom:0;padding-left:0;list-style-type:none}
.footer-nav-item{display:inline;padding-bottom:.4em;color:#989898;font-size:1em;line-height:0;text-decoration:none}
.footer-nav-item:hover{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ef4eee57f5a448cef6625b_chevy-grey.svg");background-position:0 100%;background-size:.6em;background-repeat:repeat-x;text-decoration:none}
.footer-nav-item.w--current{color:#989898;text-decoration:line-through}
.footer-nav-item.w--current:hover{background-image:none}
.top{position:absolute;left:auto;top:4em;right:1.2em;bottom:0;z-index:999;display:inline-block;margin-bottom:1.2em;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}
.top:hover{-webkit-transform:translate(0,-.8em);-ms-transform:translate(0,-.8em);transform:translate(0,-.8em)}
.top.w--current{z-index:999;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}
.top.w--current:hover{-webkit-transform:translate(0,-.8em);-ms-transform:translate(0,-.8em);transform:translate(0,-.8em)}
.image{position:relative;display:block}
.vertical-list-item{max-width:none;color:#989898;line-height:1.8em}
.see-work{position:absolute;left:0;top:auto;right:0;bottom:10px;width:100%;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-align:center}
.see-work:hover{-webkit-transform:translate(0,.8em);-ms-transform:translate(0,.8em);transform:translate(0,.8em)}
.cta-with-arrow{margin-top:3.2em;padding-bottom:2px;padding-left:2em;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60dc79ab28c396424a2ef3ef_arrow-right.svg");background-position:0 50%;background-size:auto 1em;background-repeat:no-repeat;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;color:#000;font-weight:400;text-decoration:none}
.cta-with-arrow:hover{background-position:8px 50%;opacity:1;color:#000}
.project-block{position:-webkit-sticky;position:sticky;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100vh}
.project-block.ma-hero{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60df3315e0f2ed3af25b20c3_ma-hero.jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}
.project-block.grey-bg{background-color:#f0f3f3}
.project-block.grey-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-style:normal;font-weight:400}
.project-block.grey-bg.h-center.v-center,.project-block.grey-bg.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.ma-yellow-bg{background-color:#ffed8c}
.project-block.ma-yellow-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ma-yellow-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.white-bg{background-color:#fff}
.project-block.white-bg.v-center{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.white-bg.v-center.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.white-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.ma-posters{background-image:url("../image/60df32f3954ecc4f0121d740_ma-posters.jpg");background-position:50% 50%;background-size:cover}
.project-block.ma-wireframes{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60e08b77f556c56f83ffb96a_ma-wireframes.svg");background-position:0 0;background-size:cover;background-repeat:no-repeat}
.project-block.ma-ui-bg{background-image:url("../image/60df46ec3067ba9c6d2ddd97_ma-figma.jpg");background-position:50% 50%;background-size:cover}
.project-block.grid-bg{background-color:#f0f0f0;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ede93f854399690a9eb050_background-grid.svg");background-position:50% 50%;background-size:4em;background-attachment:fixed}
.project-block.grid-bg.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.grid-bg.v-center.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.grid-bg.h-center{overflow:hidden;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.h-center.v-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ma-red-bg{background-color:#f15a24}
.project-block.ma-red-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ma-red-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.curzon-hero{background-color:#5cd99e;background-image:url("../image/60f6e059130cd12cc1af62f8_curzon-hero-4.jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}
.project-block.cz-green-bg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#5ed79f}
.project-block.cz-green-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.cz-green-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.cz-lilac-bg{background-color:#ada5ff}
.project-block.cz-lilac-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.cz-lilac-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.cz-blue-bg{background-color:#035eb1}
.project-block.cz-blue-bg.h-center.v-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.tig-hero{background-color:#289dee;background-image:url("../image/60f82f5b18c51a1ad33a2fa5_tig-hero-4.jpg");background-position:50% 50%;background-size:cover}
.project-block.tig-purple-bg{background-color:#9146d9}
.project-block.tig-purple-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.tig-purple-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.tig-blue-bg{background-color:#289dee}
.project-block.tig-blue-bg.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.tig-pink-bg{background-color:#ee42e6}
.project-block.tig-pink-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.tig-pink-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.lba-hero{background-image:url("../image/60f83b7eb570346bc9ebc061_lba-hero-3.jpg");background-position:0 0;background-size:cover}
.project-block.eic-hero{background-image:url("../image/60f875f11126846a5e842d4a_eic-hero.jpg");background-position:0 0;background-size:cover}
.project-block.eic-wireframes{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60f9675389b7b1c32302972d_eic-wireframes.svg");background-position:50% 50%;background-size:cover}
.project-block.ff-hero{background-color:#fff;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60f97f0ef2b58f5ac50d605e_ff-hero.svg");background-position:0 0;background-size:cover}
.project-block.ff-typography-1{background-color:#f6eae3}
.project-block.ff-typography-1.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ff-typography-1.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.ff-typography-2{background-color:#edcaf9}
.project-block.ff-typography-2.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ff-typography-2.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.ff-dark-bg{background-color:#222}
.project-block.ff-dark-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ff-dark-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#222}
.project-block.ff-lilac-bg{background-color:#edcaf9}
.project-block.ff-lilac-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ff-21-hero{background-image:url("../image/61362d466ce8df42824be7f0_ff-21-hero.jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}
.project-block.black-bg{background-color:#000}
.project-block.black-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.black-bg.h-center.v-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.project-block.random-bg-2{background-color:#ff6b6b}
.project-block.random-bg-2.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ff-2-rk-bg{background-color:#f290ef}
.project-block.ff-2-rk-bg.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}
.project-block.random-bg-3.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ff-21-icons{background-image:url("../image/614c836f194a09c90b4392d6_hero-30.jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}
.project-block.ff-21-icons.h-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.ma-components{background-image:url("../image/615cb22a565cd0432ddde00a_ma-components-4.jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}
.project-block.bc-hero{background-image:url("../image/617abf8cbbeb630c4df9c2ac_bc-hero-grid-3.jpg");background-position:0 0;background-size:cover;background-repeat:no-repeat}
.project-block.bc-wireframes{background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/617c23fb7a0a9c3c3c55bb56_bc-wireframes.svg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}
.project-block.bc-guidelines{background-image:url("../image/617eec39d7ed7f755f899f48_bc-guidelines-4.png");background-position:0 0;background-size:cover;background-repeat:no-repeat}
.paragraph{margin-bottom:0;color:#000;font-size:1em;line-height:1.5em}
.triple-columns-images{margin-right:16%;margin-left:16%;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.triple-image-column{padding-right:.8em;padding-left:.8em}
.image-100{width:100%}
.image-100.img-rounded{border-radius:.8em;position:relative}
.ma-graphic-animation{display:block;width:auto;height:100%;-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}
.w50{overflow:hidden;width:50%;padding-right:0;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
.w50.ma-purple{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;background-color:#797791}
.w50.has-animated-svg{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}
.solo-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:38em;margin-right:1.2em;margin-left:1.2em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:1.6em}
.image-h60{width:auto;height:60%}
.ma-elements-animation-2{position:relative;display:inline-block;height:74%}
.image-h70{height:70%}
.image-h70.img-rounded{border-radius:.8em}
.four-columns-images{margin-right:16%;margin-left:16%}
.four-image-column{padding-right:.8em;padding-left:.8em}
.h90-bottom{height:90%;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}
.h90-bottom.rounded-top{border-top-left-radius:8px;border-top-right-radius:8px}
.triple-columns-image-wide{margin-right:4%;margin-left:4%;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
.image-h20{width:auto;height:20%}
.pull-quote{margin-bottom:0;padding:0 0 0 1.6em;border-left-color:#000;opacity:.6;font-family:Inter,sans-serif;font-size:1em;line-height:1.5em;font-style:normal;font-weight:400}
.attribution{margin-top:2.4em;margin-bottom:0;font-size:.8em}
.double-columns-images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:6%;margin-left:6%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.double-image-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:0;padding-left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:transparent}
.image-94{display:block;width:94%;height:auto;padding:1.6em;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background-color:#fff}
.image-w80{width:80%}
.image-w60{width:60%;height:auto}
.utility-page-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100vw;height:100vh;max-height:100%;max-width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.utility-page-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;max-width:24em;padding-right:1.2em;padding-left:1.2em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}
.about-header{margin-top:8em}
.about-columns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.about-columns.extra-padding{padding-top:6.4em;padding-bottom:6.4em}
.about-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:0;padding-left:0}
.about-column.headshot-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.about-column.about-info{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
.headshot{display:block;width:50%;height:auto;margin-right:12.5%;-o-object-fit:contain;object-fit:contain}
.about-info-container{display:block;width:62.5%}
.about-paragraph{width:auto;margin-top:1.6em;line-height:1.6em}
.about-container-left{margin-left:37.5%}
.inner-columns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.inner-columns.magin-bottom{margin-bottom:3.2em}
.teaching{padding-bottom:6.4em}
.teaching-columns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:18.75%;margin-bottom:1.6em;margin-left:18.75%}
.blue-noise{background-image:url("../image/60fae63ff74d787934862e4e_blue-noise-3.jpg");background-position:50% 50%;background-size:auto;background-attachment:fixed}
.vid-3{z-index:99;display:block;height:0;margin-bottom:.4em;padding-bottom:60%}
.teaching-column{padding-right:.8em;padding-left:0;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
.teaching-container{position:relative;display:block;height:0;margin-bottom:.4em;padding-top:60%}
.teaching-container.awwwards-class{background-color:#ffed8c;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60dc8b8d3dc05c6cf009c954_ma-home-animation.svg");background-position:50% 50%;background-size:auto 80%;background-repeat:no-repeat}
.eyes{position:absolute;top:0}
.link-block{display:inline}
.awwwards,.link-block-3{display:block}
.utility-page-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}
.text-field{margin-top:.8em;font-family:Inter,sans-serif}
.submit-button{background-color:#000;font-family:Inter,sans-serif;font-size:14px;line-height:1.6em;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.submit-button:hover{background-color:#289dee}
.error-message{background-color:#f15a24;color:#fff}
.error-image{margin-bottom:.8em}
.linky-link{display:inline-block;padding-bottom:.2em;background-image:url("https://uploads-ssl.webflow.com/60dc79ab28c396d2972ef3e8/60ef4d5099267103695efbda_chevy.svg");background-position:0 100%;background-size:.6em;background-repeat:repeat-x;color:#000;text-decoration:none}
.linky-link:hover{background-position:6px 100%}
.about-heading{font-size:3vw;line-height:1.1em;font-weight:400}
.project-heading{margin-top:0;margin-bottom:.4em;color:#000;font-size:1em;line-height:1.5em;font-weight:700}
.daisie-link{display:inline-block;width:100%;height:0;margin-top:0;padding-top:60%}
.toad{position:absolute;left:20%;top:29%;right:0;bottom:auto;width:60%}
.ff-21-overlay{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.2)}
.oc-video{position:static;display:block;width:100%;height:0;padding-bottom:63.5%}
.oc-vid-container{position:relative;width:60%}
.image-h75{height:75%}




@media screen and (max-width:991px){.home-hero-heading{margin-bottom:3.2em;font-size:7vw}
.project-hero.ma-project-hero{position:-webkit-sticky;position:sticky;background-image:url("../image/banner2.jpg");background-position:50% 20%;background-size:100% 100%}
.project-hero.ma-project-hero.non-sticky{position:relative}
.project-hero.curzon-project-hero{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;background-position:50% 10%;background-size:90%}
.project-hero.curzon-project-hero.non-sticky{position:relative}
.project-hero.tig-project-hero{background-position:90% 50%;background-size:cover}
.project-hero.tig-project-hero.non-sticky{position:relative}
.project-hero.lba-project-hero{background-position:50% 10%;background-size:80%}
.project-hero.eic-project-hero.non-sticky,.project-hero.lba-project-hero.non-sticky{position:relative}
.project-hero.ff-project-hero{background-position:50% 30%;background-size:80% 34%}
.project-hero.ff-project-hero.non-sticky{position:relative}
.project-hero.ff-21-project-hero.non-sticky{position:relative;background-position:50% 30%;background-size:80% 34%}
.project-hero.bc-project-hero{background-position:100% 20%;background-size:50%}
.project-hero.bc-project-hero.non-sticky{position:relative}
.home-project-cta{width:92%;margin-top:0;padding-bottom:8%;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}
.home-project-summary{font-size:5vw}
.home-cta-arrow{width:3.2em}
.home-project-cta-link{margin-top:0}
.copyright{font-size:14px}
.small-heading.selected-teaching{margin-left:0}
.see-work{bottom:16%}
.cta-with-arrow{display:block;margin-top:.8em}
.project-block{position:relative;z-index:99;height:auto}
.project-block.ma-hero{height:30vh}
.project-block.grey-bg.h-center.white-bg-mob{background-color:#fff}
.project-block.grey-bg.no-flex-mobile{display:block}
.project-block.grey-bg.white-bg-mob{background-color:#fff}
.project-block.ma-posters{height:50vh}
.project-block.ma-ui-bg,.project-block.ma-wireframes{height:30vh}
.project-block.grid-bg.v-center.h-center{background-color:transparent;background-size:4em}
.project-block.h-center.v-center.ma-yellow-bg.white-bg-mob{background-color:#fff}
.project-block.curzon-hero{height:40vh;background-attachment:scroll}
.project-block.cz-blue-bg.h-center.v-center.grey-bg-mob,.project-block.cz-green-bg.grey-bg-mob,.project-block.cz-lilac-bg.h-center.v-center.grey-bg-mob{background-color:#f0f3f3}
.project-block.tig-hero{height:40vh}
.project-block.tig-blue-bg.v-center.grey-bg-mob,.project-block.tig-pink-bg.h-center.v-center.grey-bg-mob,.project-block.tig-purple-bg.grey-bg-mob{background-color:#f0f3f3}
.project-block.lba-hero{height:30vh}
.project-block.eic-hero,.project-block.eic-wireframes,.project-block.ff-hero{height:40vh}
.project-block.ff-dark-bg.h-center.v-center.white-bg-mob,.project-block.ff-lilac-bg.h-center.white-bg-mob{background-color:#fff}
.project-block.ff-21-hero{height:40vh}
.project-block.ma-components{height:30vh}
.project-block.bc-guidelines,.project-block.bc-hero,.project-block.bc-wireframes{height:40vh}
.triple-columns-images{margin:8% 2.4em}
.triple-image-column.margin-bottom-tablet{margin-bottom:1.6em}
.image-100.img-rounded{border-radius:.4em}
.ma-graphic-animation{height:auto}
.w50{width:100%}
.w50.ma-purple{display:block}
.w50.has-animated-svg{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.solo-container{display:block;max-width:none;margin:3.2em;font-size:1em}
.image-h60{width:auto;height:auto;margin:0;padding:3.2em}
.ma-elements-animation-2{width:50%;height:auto;margin-top:15%;margin-bottom:15%}
.image-h70{padding:3.2em}
.image-h70.img-rounded{width:auto;height:auto;margin-top:0;margin-bottom:0;border-radius:.4em}
.four-columns-images{margin:8% 2.4em}
.h90-bottom{width:60%;height:auto;margin-top:8%}
.triple-columns-image-wide{margin:8% 2.4em;padding-right:0}
.image-h20{width:80%;height:auto;margin-top:16%;margin-bottom:8%}
.double-columns-images{margin-top:3.2em;margin-right:1.6em;margin-left:1.6em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.double-image-column{margin-bottom:3.1em}
.image-w80{width:84%;margin-top:3.2em;margin-bottom:3.2em}
.image-w60{width:80%;margin-top:4em;margin-bottom:4em}
.about-columns{padding-right:1.2em;padding-left:1.2em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.about-columns.extra-padding{padding-top:2.4em;padding-bottom:2.4em}
.about-columns.swap-order{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.about-column.headshot-column{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}
.headshot{width:auto;margin-top:2.4em;margin-right:0;margin-left:0}
.about-info-container,.about-paragraph{width:100%}
.about-container-left{margin-bottom:3.2em;margin-left:0}
.teaching{padding-right:1.2em;padding-bottom:1.6em;padding-left:1.2em}
.teaching-columns{margin-right:0;margin-bottom:0;margin-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.teaching-column{margin-bottom:1.6em;padding-right:0}
.about-heading{font-size:5vw;line-height:1.1em}
.project-heading{font-size:1em}
.toad{top:26%}
.ff-21-overlay{width:100%}
.oc-vid-container{width:80%;margin-top:0}
.image-h75{width:90%;height:auto;margin-top:3.2em;margin-bottom:3.2em}
}
@media screen and (max-width:767px){.masthead-columns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.home-hero-heading{margin-bottom:3.2em;font-size:8vw}
.project-hero.bc-project-hero{background-position:100% 13%;background-size:50%}
.home-project-cta{padding-bottom:9%;padding-left:1.2em}
.home-project-summary{font-size:6vw;line-height:1.4em}
.footer-nav{width:auto;margin-left:1.2em}
.cta-with-arrow{display:block;margin-top:3.2em}
.cta-with-arrow.teaching-link{margin-top:.8em}
.project-block.ma-posters{height:40vh}
.project-block.ma-ui-bg,.project-block.ma-wireframes{height:20vh}
.project-block.bc-guidelines,.project-block.bc-wireframes,.project-block.eic-wireframes,.project-block.ff-21-hero,.project-block.ff-hero,.project-block.ma-components{height:30vh}
.triple-columns-images{margin:16% 16% 10%}
.triple-image-column{padding-right:0;padding-bottom:2em;padding-left:0}
.triple-image-column.margin-bottom-tablet{margin-bottom:1.6em;padding-bottom:0}
.four-columns-images{margin-top:12%}
.four-image-column{margin-bottom:1.6em}
.about-columns.swap-order{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.headshot{margin-top:0}
.about-paragraph{margin-top:.8em}
.vid-3{z-index:999}
.about-heading{margin-top:.8em;font-size:6vw}
.project-heading{font-size:1em}
.toad{top:27%}
.oc-vid-container{width:90%;margin-top:0;margin-bottom:1.6em}
.image-h75{margin-top:1.6em;margin-bottom:1.6em}
	
.project-hero.tig-project-hero{background-color: #fff; background-image:url("../image/banner4a.jpg");background-position:50% 50%;background-size:90% auto;background-repeat:no-repeat}	
	
	
}
@media screen and (max-width:479px){.masthead-columns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.masthead-nav{padding-right:0;padding-left:1.2em;text-align:left}
.main-nav{text-align:left}
.nav-item{display:inline-block;margin-right:1.2em;margin-bottom:0;text-align:left}
.home-hero-heading{margin-right:7.5%;margin-bottom:4.4em;margin-left:.6em;font-size:8vw;line-height:1.2em}
.project-hero.curzon-project-hero{background-position:50% 16%}
.project-hero.ff-21-project-hero.non-sticky,.project-hero.ff-project-hero,.project-hero.lba-project-hero{background-position:50% 20%}
.project-hero.bc-project-hero{background-position:100% 26%;background-size:50%}
.home-project-cta{padding-bottom:12%}
.home-project-summary{font-size:8vw}
.home-project-title{margin-top:.8em;font-size:18px}
.home-cta-arrow{width:2.4em}
.default-vertical-list{margin-bottom:0}
.vertical-list-item{font-size:18px}
.cta-with-arrow{display:block;margin-top:3.2em;margin-left:0;font-size:18px;line-height:1.8em}
.cta-with-arrow.teaching-link{margin-top:0}
.project-block.ma-hero{height:40vh}
.project-block.grey-bg.h-center,.project-block.white-bg.v-center.h-center{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.project-block.white-bg.h-center.v-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.project-block.white-bg.h-center.v-center.grey-bg-mob{background-color:#f0f3f3}
.project-block.ma-ui-bg,.project-block.ma-wireframes{height:30vh}
.project-block.grid-bg.h-center,.project-block.grid-bg.v-center.h-center{background-size:3em}
.project-block.h-center.v-center.ma-yellow-bg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.project-block.curzon-hero{height:40vh;background-size:cover}
.project-block.cz-blue-bg.h-center.v-center.grey-bg-mob,.project-block.cz-green-bg.grey-bg-mob,.project-block.cz-lilac-bg.h-center.v-center.grey-bg-mob{background-color:#f0f3f3}
.project-block.eic-hero,.project-block.ff-hero,.project-block.lba-hero,.project-block.tig-hero{height:40vh}
.project-block.ff-dark-bg.h-center.v-center.white-bg-mob,.project-block.ff-lilac-bg.h-center.white-bg-mob{background-color:#fff}
.project-block.ff-21-hero,.project-block.ma-components{height:40vh}
.paragraph{font-size:18px}
.triple-columns-images{margin:1.6em 1.2em 0}
.triple-image-column{padding-bottom:1.6em}
.triple-image-column.margin-bottom-tablet{margin-bottom:1.6em}
.image-100.img-rounded{display:block;border-radius:.4em}
.solo-container{margin:2.4em 1.2em}
.solo-container.mob-no-margin-bottom{margin-bottom:0}
.image-h60{width:100%;padding:2.4em 1.2em}
.image-h70.img-rounded{width:100%;padding:1.2em;border-radius:.2em}
.four-columns-images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:2.4em .4em .8em;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.four-image-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}
.h90-bottom{width:80%;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
.triple-columns-image-wide{margin:2.4em 1.2em .8em}
.image-h20{margin-bottom:8%}
.double-columns-images{margin:2.4em 1.2em .8em}
.double-image-column{margin-bottom:1.6em}
.image-94{width:auto}
.image-w60{width:84%;margin-top:2.4em;margin-bottom:2.4em}
.about-container-left{margin-bottom:2.4em}
.inner-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.inner-columns.magin-bottom{margin-bottom:2.4em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.about-heading{width:90%;font-size:8vw}
.project-heading{font-size:1em}
.toad{top:26%}
.oc-vid-container{width:96%;margin-top:0}
.image-h75{margin-top:1.6em;margin-bottom:1.6em}
}
.news_col{padding: 60px 0; background: #f3f3f3;}

.news_col_top{margin-bottom: 30px;}

.news_col_top>ul{margin:0 -22px;padding:0;list-style:none;display:flex;flex-wrap:wrap}



.news_col_top>ul>li{width:33.33%;padding:0 22px;}
.news_col_top>ul>li:nth-of-type(1){width:66.66%}
.news_hot{height:100%;position:relative}
.news_hot a.cate{display:block;width:auto;height:24px;padding: 0 20px; text-align:center;border:2px solid #fff;border-radius:12px;font-size:12px; color:#fff;line-height:24px;position:absolute;right:50px;top:40px;z-index:6;transition:all .5s}
.news_hot .item{display:block;width:100%;height:100%;position:relative}
.news_hot .item:after{content:'';display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.1);position:absolute;left:0;top:0;z-index:4}
.news_hot .item .date{display:block;font-size:14px;line-height:1em;color:#fff;position:absolute;left:50px;top:40px;z-index:5}

.news_hot .item .date em{display:block;font-style:normal;font-size:40px;line-height:1em;}
.news_hot .item .txt{width:100%;padding:0 50px;position:absolute;left:0;bottom:0;z-index:5}

.news_hot .item .txt .t{display:block;font-size:18px;line-height:1.5em;font-weight:normal;color:#fff;transition:all .5s}

.news_hot .item .txt .info{border-top:1px solid rgba(255,255,255,0.4);margin-top:40px;height:80px;color:#fff;display:flex;align-items:center}

.news_hot .item .txt .info .ele{margin:0 15px 0 0;padding:0;border:none;outline:0;background:none;display:flex;align-items:center}
.news_hot .item .txt .info .ele svg{width:18px;height:18px;color:#fff;margin-right:5px}
.news_hot .item .img{width:100%;height:100%;overflow:hidden}
.news_hot .item .img .bg{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;transition:all 1s}
.news_hot .item:hover .txt a.t{color:#009a3a}
.news_hot .item:hover .img .bg{transform:scale(1.1)}


.news_list_slide .arrows .arrow{width:50px;height:50px;border-radius:100%;outline:0;background-color:#989898;position:absolute;top:50%;margin-top:-25px;z-index:5;display:flex;justify-content:center;align-items:center;transition:all .5s}
.news_list_slide .arrows .arrow svg{width:12px;height:12px;color:#fff}
.news_list_slide .arrows .arrow.news_list_prev{left:-100px}
.news_list_slide .arrows .arrow.news_list_next{right:-100px}
.news_list_slide .arrows .arrow:hover{background-color:#004ea2}
.item_news{position:relative;margin: 10px 0; }
.item_news a.cate{display:block;width:auto;height:24px;padding: 0 20px;height:24px;text-align:center;border:2px solid #fff;border-radius:12px;font-size:12px;color:#fff;line-height:24px;position:absolute;right:50px;top:40px;z-index:6;transition:all .5s}

.item_news a.cate:hover{background-color:#004ea2;border-color:#004ea2}
.item_news a.item .img{width:100%;height:240px;overflow:hidden;position:relative}

.item_news a.item .img:after{content:'';display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.1);position:absolute;left:0;top:0;z-index:4}
.item_news a.item .img .date{display:block;font-size:14px;line-height:1em;color:#fff;position:absolute;left:50px;top:40px;z-index:5}

.item_news a.item .img .date em{display:block;font-style:normal;font-size:40px;line-height:1em;}
.item_news a.item .img .bg{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;transition:all 1s}
.item_news a.item .txt{width:100%;padding:20px 20px 0;background-color:#fff}

.item_news a.item .txt .t{display:block;font-size:16px;line-height:20px;height:40px;margin-bottom:10px;font-weight:bold;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#023692;transition:all .5s}
.item_news a.item .txt .e{display:block;font-size:12px;line-height:14px;height:42px;margin-bottom:10px; font-weight:normal;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#023692;transition:all .5s}


.item_news a.item .txt .info{border-top:1px solid rgba(51,51,51,0.4);height:50px;color:#023692;display:flex;align-items:center}



.item_news a.item .txt .info .ele{margin:0 15px 0 0;padding:0;border:none;outline:0;background:none;display:flex;align-items:center}
.item_news a.item .txt .info .ele svg{width:18px;height:18px;color:#023692;margin-right:5px}
.item_news a.item:hover .txt a.t{color:#009a3a}
.item_news a.item:hover .img .bg{transform:scale(1.1)}

@media (max-width: 1681px){.news_col_top>ul{margin:0 -20px}
	.news_col_top>ul>li{padding:0 20px}
.news_list_slide{margin-top:10px}}



@media (max-width: 1440px){
.news_col_top>ul{margin:0 -15px}
.news_col_top>ul>li{padding:0 15px}	
.news_list_slide{margin-top:10px}
	.news_hot .item .txt .info{height:60px}
	.news_hot .item .date{left:30px;top:30px}
.news_hot .item .txt{padding:0 20px}	
.item_news a.cate{right:30px;top:30px}	
.item_news a.item .img{height:200px}
	.news_hot .item .txt .t{font-size:16px}
.item_news a.item .img .date{left:30px;top:30px}	
.item_news a.item .img .date em{font-size:30px}	
	.item_news a.item .txt{padding:30px 30px 0	}
.item_news a.item .txt .info{height:60px}
.item_news a.item .txt .t{font-size:16px}

}
@media (max-width: 1180px){
	
.news_list_slide .arrows .arrow.news_list_prev{left:-25px}	
	.news_list_slide .arrows .arrow.news_list_next{right:-25px}
.item_news a.item .img{height:160px}	
	.item_news a.item .txt{padding:20px 20px 0	}

}
@media (max-width: 1025px){
	.news_list_slide .col-lg-4{width: 33.333%;}



}

@media (max-width: 968px){
	.news_col_top>ul{margin:0 -10px	}
	.news_list_slide{margin-top:10px}
.news_col_top>ul>li{padding:0 10px}
}


@media (max-width: 668px){.news_col_top>ul>li{width:100%}
.news_col_top>ul>li:nth-of-type(1){width:100%}
.news_hot{height:350px;margin-bottom:20px}	
.news_hot .item .date{left:20px;top:20px}	
.news_hot .item .txt{padding:0 20px}
.news_hot .item .txt .t{font-size:14px}	
	.item_news a.item .img{height:130px}
.news_hot .item .txt .info{display: none;}	
.news_list_slide .arrows .arrow{width:40px;height:40px;margin-top:-20px}
.news_list_slide .arrows .arrow.news_list_prev{left:-20px}	
.news_list_slide .arrows .arrow.news_list_next{right:-20px}	
.item_news a.cate{right:20px;top:30px}
.item_news a.item .img .date{left:20px;top:20px}	
.item_news a.item .txt{padding:10px; }	
	
.item_news {margin-top: 15px;}	
.item_news a.item .txt .info{display: none;}	
}


.news__content{padding-top:80px;padding-bottom:80px;background-color:#eee}
@media (max-width: 1440px){.news__content{padding-top:40px;padding-bottom:40px}}
@media (max-width: 1180px){.news__content{padding:20px}}
.news__content-wrap{padding:40px 60px;background-color:#fff}
@media (max-width: 1180px){.news__content-wrap{padding:20px}}
.news__content-title{margin-bottom:0;font-size:22px;text-align:center}
@media (max-width: 169px){
	.news__content-wrap{padding:20px;background-color:#fff}
	.news__content-title{font-size:16px;line-height:30px}}
.news__content-title.color{color:#004098}
.news__content-info{font-size:14px;margin-top:20px;text-align:center;color:#023692}
@media (max-width: 668px){.news__content-info{margin-top:10px;padding-bottom:10px}}
.news__content-txt{margin-top:20px;padding-top:20px;border-top:1px solid #ddd;font-size:16px;line-height:30px}
@media (max-width: 668px){.news__content-txt{margin-top:10px;padding-top:10px;font-size:14px;line-height:26px}}
.news__content-txt p{/*text-indent:2em*/}
.news__content-txt img{/*display:block;*/max-width:100% !important;height:auto !important;margin-bottom:10px}



.wpo-breadcumb-area {
  background: #003591;margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-breadcumb-area {
    min-height: 150px;
  }
	.neitop{display: none;}	
}
.wpo-breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062265;
  content: "";
  z-index: -1;
  opacity: 0.1;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap {
  text-align: left;padding: 80px 0;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
  font-size: 30px;
  color: #fff; display: block;
  line-height: 40px; text-align: left;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap p {
  font-size: 16px;
  color: #fff; display: block;
  line-height: 30px; text-align: left;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap p a{
  font-size: 16px;
  color: #fff; 
  line-height: 30px; text-align: left;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap h3 {
  font-size: 40px;
  color: #fff;font-family:  'MaxPro',Helvetica,Arial,"Microsoft JhengHei",sans-serif;
  line-height: 40px; text-align: left; 
}
@media (max-width: 767px) {
	.wpo-breadcumb-area .wpo-breadcumb-wrap {
  text-align: left;padding: 30px 0;
}
	
	
  .wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: "Futura PT";
}



@media (max-width: 767px) {
  .wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
    font-size: 18px;
  }

	
	
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child:after {
  display: none;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover {
  color: #ffb100;
}


.updown{margin:20px 0;padding:20px 0;font-size:14px;line-height:28px;border-top:1px solid #ddd}
@media (max-width: 1380px){.updown{padding:20px 0 0;font-size:12px;line-height:22px}}
@media (max-width: 1180px){.updown{padding:10px 0 0}}
.updown .inner{width:100%;padding-right:150px;position:relative}
.updown .inner .previous{margin:0; padding: 0;width: 40px;height: 40px; display: block;border: 1px solid #e3e3e3; float: left; margin-right: 15px; text-align: center; line-height: 40px;}
.updown .inner .previous i{font-size: 20px; color: #e3e3e3; font-weight: 300; line-height: 40px; display: block;}
.updown .inner .previous:hover i{background: #ccc;}
.updown .inner .next{margin:0; padding: 0;width: 40px;height: 40px; display: block;border: 1px solid #e3e3e3; float: left; text-align: center; line-height: 40px;}
.updown .inner .next i{font-size: 20px; color: #e3e3e3; font-weight: 300; line-height: 40px; display: block;}
.updown .inner .next:hover i{background: #ccc;}


.updown .btn_back{display:block;padding:0 20px;height:44px;line-height:42px;padding:0 30px;border-radius:40px;border:1px solid #5b5b5b;position:absolute;right:0;top:50%;transition:all .5s}

.updown .btn_back span{display:block;float:right;margin:15px 0 0 5px;width:15px;height:12px;position:relative}
.updown .btn_back span:before,.updown .btn_back span:after{content:'';display:block;width:100%;height:1px;line-height:1px;background:#5b5b5b;position:absolute;left:0;transition:all .5s}
.updown .btn_back span:before{top:0}.updown .btn_back span:after{bottom:0}
.updown .btn_back span i{display:block;width:100%;height:1px;line-height:1px;background:#5b5b5b;position:absolute;left:0;top:50%;transition:all .5s}
.updown .btn_back:hover{background:#004098;border-color:#004098;color:#fff}
.updown .btn_back:hover span:before,.updown .btn_back:hover span:after{width:10px;background:#fff}
.updown .btn_back:hover span:before{top:2px;transform:rotate(-45deg)}
.updown .btn_back:hover span:after{bottom:2px;transform:rotate(45deg)}


.updown .btn_back span{display:block;float:right;margin:15px 0 0 5px;width:15px;height:12px;position:relative}
.updown .btn_back span:before,.updown .btn_back span:after{content:'';display:block;width:100%;height:1px;line-height:1px;background:#5b5b5b;position:absolute;left:0;transition:all .5s}
.updown .btn_back span:before{top:0}
.updown .btn_back span:after{bottom:0}.updown .btn_back span i{display:block;width:100%;height:1px;line-height:1px;background:#5b5b5b;position:absolute;left:0;top:50%;transition:all .5s}
.updown .btn_back:hover{background:#004098;border-color:#004098;color:#fff}
.updown .btn_back:hover span:before,.updown .btn_back:hover span:after{width:10px;background:#fff}
.updown .btn_back:hover span:before{top:2px;transform:rotate(-45deg)}
.updown .btn_back:hover span:after{bottom:2px;transform:rotate(45deg)}
.updown .btn_back:hover span i{opacity:0}.intro_about_num>ul{margin:0;padding:0;display:flex}.intro_about_num>ul>li{list-style-type:none;margin-right:90px}

@media (max-width: 668px){
	.updown .inner{padding:0}
	.updown .btn_back{position: relative;margin:0 auto 0; width: 140px; float: right;}
.updown .btn_back:hover span i{opacity:0}.intro_about_num>ul{margin:0;padding:0;display:flex}.intro_about_num>ul>li{list-style-type:none;margin-right:10px}

}

.one_bottom{position: absolute;height: auto;width:100%;bottom:20%;left:0;box-sizing: border-box;}
.one_bottommain{margin: 0 auto; padding:20px 3%; position: relative; display: block;width: 92%; height: auto; max-width: 1200px; background-color: rgba(54,107,199,0.8);}
.one_bottommain ul{margin: 0 auto; padding: 0; width: 100%; height: 50px; max-width: 1200px;}
.one_bottommain ul li{margin: 0 auto; padding: 15px 1%; width: 25%; border-right: 1px solid #729eea; height: auto; float: left;}
.one_bottommain ul li i{width: 50px; height: 50px; margin: 0; padding: 0; float: left; margin-right: 10px; margin-left: 40px;}
.one_bottommain ul li span{float: left; margin-right: 10px; margin-left: 10px; font-size: 16px; color: #fff; font-weight: 500; line-height: 20px;}



.one_bottommain ul li:nth-child(4){ border-right:0; }


@media screen and (max-width:1400px){
.one_bottommain ul li i{width: 50px; height: 50px; margin: 0; padding: 0; float: left; margin-right: 15px; margin-left: 15px;}

}

.two-project-summary{position: absolute;height: auto;width:50%;top:40%;padding: 20px 3%; left:0;box-sizing: border-box;}
.two-project-summary .title1{font-size: 50px; color: #fff; font-weight: 400;line-height: 60px;color:#fff}
.two-project-summary .title2{font-size: 30px; color: #fff; font-weight: 200;line-height: 50px;color:#fff}
.two-project-summary .title3{font-size: 50px; color: #fff; font-weight: 300;line-height: 50px;}
.two-project-summary .title3 span{font-size:60px; color: #fff; font-weight: bold;line-height: 50px;color:rgba(255,255,255,0.2);-webkit-text-stroke:1px #fff;}
.two-project-summary .title4{font-size: 20px; color: #fff; font-weight: normal;line-height: 30px;}
.two-project-summary .title4 span{font-size: 20px; color: #fff; }

.two-lefttop{position: absolute;height: auto;width:50%;top:10%;left:0;box-sizing: border-box;}
.two-lefttop .txt{width:80%;top:20px;padding: 10px 5%;font-size: 18px; color: #fff; }
.two_bottom{position: absolute;height: auto;width:50%;bottom:10%;left:0;box-sizing: border-box;}
.two_bottommain{margin: 0 auto; padding:40px 3%; position: relative; display: block;width: 100%; height: auto; max-width: 1200px; background-color: rgba(54,107,199,0.8);}
.two_bottommain ul{margin: 0 auto; padding: 0; width: 100%; height: 50px; max-width: 1200px;}
.two_bottommain ul li{margin: 0 auto; padding: 0 1%; width: 25%; height: auto; float: left; text-align: center;font-size: 20px;font-weight: 100; color: #fff; line-height: 50px;}
.two_bottommain ul li:nth-child(4){ border-right:0; }


.home-tt-cta{width:100%;height: 100%;}


.two-left{ width: 50%; height: 100vh; float: left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:0;padding-left:4%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}
.two-right{width: 50%; height: 100vh; float: right; overflow: hidden; background: #333; display: block;}
.two-right1{width: 50%; height: 100vh; float: right; overflow: hidden; background: #f3f3f3; display: block;}

.three-project-country{position: absolute;height: auto;width:50%;top:100px;padding: 10px 5%; left:0;box-sizing: border-box;display:block;white-space:nowrap;}
.three-project-country .title1{opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:rgba(255,255,255,0);-webkit-text-stroke:1px #e3e3e3;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;  font-weight: 800;font-size:80px;line-height:60px; position: relative;}
.three-project-country .title2{font-size: 18px; color: #666; font-weight: normal;line-height: 50px; padding: 0 60px;}


.three-project-summary{position: absolute;height: auto;width:42%;top:40%;padding: 20px 5%; left:0;box-sizing: border-box;}
.three-project-summary .title1{font-size: 40px; color: #000; font-weight: normal;line-height: 50px;}
.three-project-summary .title2{font-size: 16px; color: #888; font-weight: 300;line-height: 30px; padding: 20px 0;}



/*底部*/
.footer_top .left{float: left; margin: 0; padding: 0; width: 80%; height: auto;}
.footer_top dl{float: left;width:20%;}
.section9 .fp-tableCell{vertical-align: top;}
.footer-text{ background: #023692;}
.footer-textindex{ background: #023692; height: 400px;}



.footer_top{padding: 40px 0 40px 0;background: #fff; }
.footer_top dt{color: #023692;margin-bottom: 16px; font-size: 20px;}
.footer_top dt a{color: #023692;margin-bottom: 16px; font-size: 20px;}



.footer_top dd a{color: #023692;line-height: 22px;}
.footer_top dd a:hover{color: #666;}


.dy_shop{text-align: center;}
.dy_shop a{width:48px;height: 48px;display: inline-block;border-radius: 14px;-webkit-border-radius:14px;overflow: hidden;}
.dy_shop .tm{background: url("../image/icon-tmall.jpg") no-repeat;margin-right: 10px; background-size: 100% 100%;}
.dy_shop .tm:hover{background: url("../image/icon-tmall-hover.jpg") no-repeat;background-size: 100% 100%;}
.dy_shop .tb{background: url("../icon-taobao.jpg") no-repeat; background-size: 100% 100%;}
.dy_shop .tb:hover{background: url("../image/icon-taobao-hover.jpg") no-repeat; background-size: 100% 100%;}

.code{width:20%;float: right;text-align: center;}
.code .title1{color: #023692;margin-bottom: 16px; font-size: 20px; text-align: left; font-weight: bold;}
.code .title2{color: #023692;margin-bottom: 16px; font-size: 14px; text-align: left;}

.footer_bot{padding:30px 0; background: #2e3340;}
.bot_l p{line-height: 22px;}
.bot_l p{line-height: 22px;color: #fff;}
.bot_l p a{color: #fff;}
/*.bot_l p a:nth-last-child(2){display: none;}*/
.bot_r p{color: #3c3c3c;}
.bot_r b{color: #3c3c3c;font-size: 18px;}
.bot_r i{float: left;width:42px;height: 36px;background: url("../image/icon-tel.png");margin-right: 12px;margin-top: 2px;}
.weChat{width:48px;height: 48px;background: url(../image/icon-wechat.jpg);border-radius: 14px;margin-top:-10px;position: relative;cursor: pointer;z-index: 17;}
.weChat:hover{background: url(../image/icon-wechat-hover.jpg) no-repeat;background-size: 100% 100%;}
.code_box{position: absolute;bottom:60px;left:50%;margin-left: -68px;width:136px;height:136px;box-sizing: border-box;padding: 7px;border:1px solid #ddd;background: #fff;display: none;}
.code_box img{width:100%;height: 100%;}

.listvr{margin:0 auto; padding:30px 0; width:100%; height:auto; background:#f3f3f3;}
.listvr .title{margin:0 auto; padding:30px 0; width:100%; height:auto; font-size:30px; line-height:30px; font-weight:300px; text-align:center;}



.video-item{margin:10px; background: #fff; padding: 10px;}
.video-item h2, .video-item h2 a{font-size:15px;line-height:1.4;color:#023692;margin:0 0 10px 0;}
.video-item h2 a:hover{}
.video-item h2 a:hover, .video-item h3 a:hover{text-decoration:none;color:#4141a0;}
.video-item .item-thumbnail{position:relative;overflow:hidden;max-height:100%;}
.video-item .item-thumbnail > a{display:block;}
/*video thumb sizing*/
.video-item .item-thumbnail img{max-width:100%;width:100%; position: relative;}
.video-item .item-thumbnail .rating-bar{position:absolute;top:0;left:0;font-size:15px;line-height:30px;padding:0 8px;}

.video-item .item-thumbnail .yuan{display: block;width: 60px;height: 60px;position: absolute;top: 50%;left: 50%;margin: -20px 0 0 -18px;border-radius: 50%;background: transparent;text-align: center;font: 20px/60px 'Font Awesome 5 Pro';transform: scale(1);opacity: 1;text-decoration:none;box-shadow: 0px 0px 0px 2px rgba(255,255,255,.75);color:#fff;}



.video-item .item-thumbnail .link-overlay{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,0);-webkit-transition: background-color 0.2s ease;transition: background-color 0.2s ease;}
.video-item .item-thumbnail .link-overlay:before{display: block;width: 60px;height: 60px;position: absolute;top: 50%;left: 50%;margin: -20px 0 0 -18px;border-radius: 50%;background: transparent;text-align: center;font: 20px/60px 'Font Awesome 5 Pro';transform: scale(0.8);opacity: 0;-webkit-transition: opacity 0.2s ease;transition: opacity 0.2s ease;text-decoration:none;box-shadow: 0px 0px 0px 2px rgba(255,255,255,.75);color:#fff;}

.video-item .txt a{margin:0; background: #fff;width: 100%; height: auto;padding:5px 10px; font-size: 14px; color: #023692; line-height: 20px; text-align: center;}



@media(min-width:768px){.video-item .item-thumbnail:hover .link-overlay{background: rgba(20,22,23,0.75);text-decoration:none;}
.video-item .item-thumbnail:hover .link-overlay:before{-webkit-transform: scale(1);transform: scale(1);opacity: 1;text-decoration:none;}}
.video-item .item-meta{color:#c6c6c6;}
.video-item .item-meta span{line-height:21px;margin-right:20px;}
.video-item .item-meta span > i{margin-right:2px;}



.header-nav-list {
   display: flex; display: -ms-flexbox;  display: -ms-flexbox; justify-content: space-around;  flex-grow: 1.8;
-webkit-flex-grow:  1.8; -webkit-box-flex-group: 1.8; z-index: 5; float: right;position: fixed; right:200px;top:12px; width: 1000px; padding: 0; margin: 0;
}

.header-nav-list ul {
    float: left;
}

.header-nav-list ul li {
    position: relative;
    display: block;
    float: left;
}

.header-nav-list ul li a {
    color: #023692;
    padding: 18px 12px;
    font-size: 18px;
    line-height: 28px;
    background: none;
    position: relative;
    display: block;
}





.header-nav-list ul li a:hover {
    color: #000;
}

.header-nav-list ul li .cur {
    color: #0955a3;
}

.icon-dow {
    width: 13px;
    height: 13px;
    background-size: 13px;
    font-size: 12px;
    margin-left: 2px;
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACEUlEQVRYR+3WMYvUQBgG4Peb6NoJKwgW4llY2Ghhd+LZnY3+ArnCwkKWG2b3Bwgp7JNJthYRFDsF0cbm8E6xs7WQQ+EODq5aS9nMJwO7EGL2MskkcEW23ZnMw/u9TEI45T865T70QN8J9Qn2Cfom4Lu/72CfoG8Cvvv7DvYJ+ibgu7/vYCcJKqWuDIfDozAM//oe4LI/DEMxm82uRlG0X1z/34iVUttEpAEczufze9Pp9IfLIU3XSCkvCyE+EdF1Zn6mtX6af1YZ8D0RPbCLmPk4y7K7XSEtLgiCPQBri/O+a61vVQE3iegjgDNLpBDidhRFP5umVLZvNBpdGgwG33I4ZuatJElenwi0f47H4/sA3uWQR0KIjbaQC9wugGuLEBjAI631y8oOLhd0hayDs5YT78G2kXVxlcBV4yai9TiOf9XppJTyYhAEX13GWtnB4sElSR4Q0YYr0uKEEJ/tVVLVOecOtoX0wTmNOA8tS9IYs56m6UHZuH1xtYFlnQTwO8uyO0XkZDK5YIz50mSstTtYNe4i0uKYeQfAjbqda9xBB+S+MeYxgD9E9JyIbvriGo242ElmfktEZ8s6aN9dq94QrleU9werUmoTwIcisg2cd4LLFIpIi2Pmh0mSvHFNatU67wRzSPuJ9grAOSJ6EsfxC19cawkuIVLK8xaYpulxG7jWgW2hvO/BLiCdd7Ar9D8WDyo4hGgicQAAAABJRU5ErkJggg==');
}

.drop-down:hover .aui-dow-box-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}


.aui-down-menu-list {
    float: left;
    font-size: 0;
}

.aui-down-menu-list-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 239px;
    line-height: 1;
    padding-top: 0;
}

.aui-top-border {
    border-top: 1px solid #f5f5f5;
}

.header-nav-list ul .aui-down-menu-list-item a {
    padding: 0;
    line-height: inherit;
}

.aui-down-menu-list-title {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #616161;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.aui-down-menu-list-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #919191;
    font-size: 14px;
    letter-spacing: 1px;
}

.aui-down-menu-list-title:hover {
    color: #0955a3;
}

.header-nav-list ul li a:hover .icon-dow {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACMElEQVRYR+3Wv0sbYRgH8O9zl0RdChUEqSF1cBDEDkKhd23c7FL/guLQoYODa60JFDJIErr1HyilUOmmIHbpIv44Dint6lCkTaIE3DolmrunvJUrep65H+8dOFzWe997P3yfL++FcMt/dMt9SIGyE0oTTBOUTUB2f9rBNEHZBGT3px1ME5RNQHZ/2sFEEry397pwcneojanKmewBgfZzRSl864w3HtaP3OuvjThvrCwRlHdgHFvET0/02mGgQyIuGjOX86qtfgVokolXm1rtzeVXXQMWjNImQPNiETOfWoTZpJAXuMwegPsXKP7R0Gsz/YFmeY4tfCFCxkEysd7S6z8jhuS5beTg1ehQL2s6OBZxgBZaenWtL1A8HNsvP1OADQcJcNsGF+NCCtxgL7NLoIl/IYCZQC8aevWjbwedBUkhw+CEpe89GDcyLM4XeNO4z4i1tlb/FaaTo99LI9kOjCBj9e2g+2B3kgxunRMXgyIFLtfBjrhK/DoXuINxIWVwgUZ8GeqVpK1Y2vGjty2vccviQgO9O4nfltJ74kbmjcqwgu5+lLGG7qDfuIGrSIEjdLcJNB22c5E76ItkPrJUeqnC/sO28p6AB7K4SCN2d1IlXgco69XBfl+IoFeU9B/Wglmeg81bbmQcOOkEnRTcSIED0/Pm4+rnoEndtE46wf9IozQP0CcwD7BCi02t+kEWF1uCDmTYrNzJ5boD7ZnaaRy42IFxoaTvwSQgiXcwKfRf1Q0jOLZSn+kAAAAASUVORK5CYII=');
}

.aui-about-dow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 200px;
    padding: 8px 10px;
    background: rgba(255,255,255,.8);
    border-radius: 2px;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.drop-down:hover .aui-about-dow {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

.header-nav-list .aui-about-dow li a {
    padding: 0;
    line-height: inherit;
    display: block;
    padding: 8px 0 8px 15px;width:100%;
    color: #023692;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}

.header-nav-list .aui-about-dow li a:hover {
    color: #000;padding-left: 20px;
}

.header-nav-list .aui-about-dow li {
    width: 160px;
}

.header-wrapp.dark .header-nav-list ul li a {
    color: #fff;
}
.header-wrapp.dark .header-nav-list ul li ul li a {
    color: #023692;
}


.header-wrapp.dark .menu-handler {transition: all 0.3s cubic-bezier(255, 255, 255, 1); -webkit-transition: all 0.3s cubic-bezier(255, 255, 255, 1); -moz-transition: all 0.3s cubic-bezier(255, 255, 255, 1); }
.header-wrapp.dark .menu-handler .burger { background: #fff; }
.header-wrapp.dark .menu-handler.active .burger-1 { background: #fff; }
.header-wrapp.dark .menu-handler.active .burger-2 { background: #fff; }
.header-wrapp.dark .menu-handler.active .burger-3 { background: #fff;}

.header-wrapp.dark .menu1-handler {width: 48px; height: 48px; cursor: pointer; position: relative; float: right;z-index: 5; transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); }
.header-wrapp.dark .menu1-handler .burger { width: 32px; height: 3px; background: #fff;}
.header-wrapp.dark .menu1-handler.active .burger-1 { z-index: 5;background: #fff;}
.header-wrapp.dark .menu1-handler.active .burger-2 { z-index: 5;background: #fff; }
.header-wrapp.dark .menu1-handler.active .burger-3 { z-index: 5;background: #fff; }


.header-wrapp.dark .en a{ border-left:1px solid #fff;color: #fff; }


@media (max-width:1400px){
.header-nav-list ul li a {
    padding: 18px 10px;
    font-size: 16px;
}

}
@media (max-width:769px){

	.header-nav-list{display: none;}
	.code{width: 100%;}	
}


@media (max-width:769px){

	
.logo{position: fixed;left: 20px;top:18px;z-index: 999999;}
.logo img{width: 140px; height: auto;}
	

	
	.logo1{position: fixed;left: 20px;top:16px;}
.logo1 img{width: 140px; height: auto;}
	
.menu {width: 100px; height: 48px; z-index: 999999;position: fixed; right: 70px; top: 18px; }	
.home-three ul li .txt1{font-size: 40px; line-height: 30px;}
.home-three ul li .txt2{margin: 0 auto; padding: 0; font-size: 14px; font-weight: 200;width: 100%; color: #888;height: auto; text-align: center;}
.menu p{display:none;}
	
.menu1 {width: 100px; height: 48px; position: fixed; right: 70px; top: 18px; }	
.menu1 p{display:none;}	
	
	
.en a{width: 50px; height: 48px; z-index: 5;position: fixed; right: 10px;padding-left: 10px;}	
	
	
	
.nav-center{width:100%; margin-top: 0;}	
.nav-page{margin-top: 20px;position: relative;}	
	
.nav-list li{float: left;width:100%;text-align: center;}	
.nav-list li.li2{float: left;width:100%;text-align: center;}	
.nav-con span{font-size:18px;color: #fff; font-weight: bold;padding-bottom: 10px;display: block;}	
	
.nav-page{margin-top:10px;position: relative;}
	
	.nav-con p{display:none;}

.nav-close{display: block;margin: 20px auto; width:40px;height: 40px;border-radius: 50%;-webkit-border-radius: 50%;background: url("../image/nav-close1.png");}	
	
.two-lefttop{position: absolute;height: auto;width:100%;top:2%;left:0;box-sizing: border-box;}
.two-lefttop .txt{width:100%;top:20px;padding: 10px 5%;font-size: 14px; color: #fff; line-height: 16px; }	
	
	
.tel_number{font-size:20px;text-align: center;color: #fff;margin-top:50px;font-weight: normal;}
.tel_number1{font-size:14px;text-align: center;color: #fff;margin: 0 auto ;font-weight: normal;}
	
.two_bottommain ul li{margin: 0 auto; padding: 0 1%; width: 25%; border-right: 1px solid #729eea; height: auto; float: left; text-align: center;font-size: 12px; color: #fff; line-height: 30px;}	
.two-project-summary .title1{font-size: 24px; color: #fff; font-weight: normal;text-align: center;line-height: 30px;color:#fff}
.two-project-summary .title2{font-size: 18px; color: #fff; font-weight: normal;text-align: center;line-height: 30px;color:#fff}	
	.two-project-summary .title3{font-size: 34px; line-height: 30px; }	
	
.project-hero.ma-project-hero{position:-webkit-sticky;position:sticky;background-image:url("../image/banner2a.jpg");background-position:50% 20%;background-size:100% 100%}
.project-hero.ma-project-hero.non-sticky{position:relative}	
	
.two-project-summary{position: absolute;height: auto;width:100%;top:15%;padding: 20px 3%; left:0;box-sizing: border-box;}


.two_bottom{position: absolute;height: auto;width:100%;bottom:50%;left:0;box-sizing: border-box;}	
	
.home-project-cta{width:92%;margin-top:0;padding-bottom:8%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}	
.three-project-summary{position: absolute;height: auto;width:100%;top:20%;padding: 20px 5%; left:0;box-sizing: border-box;}	
.three-project-summary .title1{font-size: 20px; color: #000; font-weight: normal;line-height: 20px;}
.three-project-summary .title2{font-size: 12px; color: #888; font-weight: normal;line-height: 20px; padding: 10px 0;}	

	.news_col_top{display:none;}	
	.news_list_slide .col-lg-4{width: 100%;}
.two-left{ width: 100%; height: 50vh;}	
.two-right{width: 100%; height: 50vh; float: left; overflow: hidden; background: #333; display: block;}
.two-right1{width: 100%; height: 50vh; float: left; overflow: hidden; background: #f3f3f3; display: block;}	
	

.sec4 .texd{  width: 100%; height: auto; margin:10px auto; padding: 0;}
.sec4 .texd .title1{ font-size: 16px; line-height: 20px; text-align: center; font-weight: 200; }
.sec4 .texd .title2{  padding:5px 0; font-size: 16px; font-family: Hind,Arial; line-height: 20px; text-align: center; font-weight: 600; }
.sec4 .texd .title3{ font-size: 16px; line-height: 20px; text-align: center; font-weight: 200; }	
	
	
	
.one_bottommain{margin: 0 auto; padding:10px 3%; position: relative; display: block;width: 100%; height: auto; max-width: 1200px; background-color: rgba(54,107,199,0.8);}	
.one_bottommain ul li{margin: 10px auto; padding: 0 1%; width: 50%; border-right: 1px solid #729eea; height: auto; float: left; font-size: 14px; color: #fff; line-height: 50px; text-align: center;}
	.one_bottommain ul li i{ width: 100%; height: auto; float: left; font-size: 14px; color: #fff; line-height: 50px; text-align: center;}
.one_bottommain ul li span{ width: 100%; height: auto; float: left; font-size: 14px; color: #fff; line-height: 20px; text-align: center;}

	
.one_bottommain ul li:nth-child(4){ border-right:0; }	
.one_bottommain ul li:nth-child(2){ border-right:0; }
	
.three-project-country{position: absolute;height: auto;width:100%;top:10px;padding: 20px 0; left:0;box-sizing: border-box;display:block;white-space:nowrap;font-size:50px;line-height:1em; text-align: left;}
.three-project-country .title1{transition:all .5s;color:rgba(255,255,255,0);-webkit-text-stroke:1px #c1c1c1;font-weight: 800;}
.three-project-country .title2{font-size: 28px; color: #666; font-weight: normal;line-height: 50px;}	
	
.footer_top .left{display: none;}	
.code{width:100%;float: right;text-align: center;}	
	}
	
	
	
	
	
	
	
	