@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #424E58;
	background-color:#FFFFFF;
}
* {
	outline: none;
}
.fl {
	float:left;
}
p {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #3D454F;
}
a:visited {
	color:inherit;
}
a:hover {
	text-decoration: none;
}
a:active {
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.MainContainer {
	background-color: #f7f9fe;
}
.MainContainer .HomeHeader-Wrap {
	position:fixed;
	z-index: 999999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1);
	box-shadow:  0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-animation: fadeIn 0.5s ease-in-out;
}
.Header {
	max-width:100%;
	height:70px;
	margin:auto;
	position:relative;
}
.Header .Logo a {
	display: block;
	position: absolute;
	left: 20px;
	top: 4px;
	z-index: 100;
	box-sizing: border-box;
}
.Header .Logo a img {
	height: 60px;
}
.Header .Logo a img:hover {
	opacity: 0.6;
	transition-property:all;
	transition-duration:1s;
}
.Header .Language {
	border-left: solid 1px #E9E9E9;
	float:right; 
}
.Header .Language a {
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 16px;
		vertical-align: middle;
	line-height: 70px;
	font-weight: 600;
}
.Header .Language a:hover {
	background-color: #f3f3f3;
	transition-property:all;
	transition-duration:0.2s;
}
.TopSocial {
	float: right;
	padding-left: 15px;
	border-left: solid 1px #FFFFFF;
	height: 70px;
	line-height: 70px;
	padding-right: 10px;
	text-align: center;
}
.TopSocial:hover {
	background-color: #f3f3f3;
	transition-property:all;
	transition-duration:0.2s;
}
.TopSocial ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.TopSocial ul li {
	margin-right: 5px;
	display: inline-block;
}
.TopSocial ul li a {
	
}
.TopSocial ul li a i {
	display: block;
	font-size: 16px;
	color: #424E58;
	width: 26px;
	height: 26px;
}
.TopSocial ul li a i:hover {
	color: #424E58;
	transition-property:all;
	transition-duration:0.2s;
}
.MainContainer .PageTitleArea {
	width: 100%;
	height:600px;
	line-height:500px;
	font-size:42px;
	font-weight:600;
	background-color:#A0A0A0;
	color:#FFFFFF;
	text-align: center;
	position: relative;
	overflow: hidden;
	position: relative;
	z-index: 100;
	box-shadow:  0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 60%, 0% 100%, 0 52%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 50%, 100% 60%, 0% 100%, 0 52%, 0% 0%);
}
.MainContainer .PageTitleArea span {
	display: block;
	width: 100%;
	 -webkit-animation: slideInUp ease-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: slideInUp ease-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: slideInUp ease-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: slideInUp ease-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

.MainContainer .PageTitleArea.CC {
	background-position: center center;
}
.MainContainer .PageTitleArea.CB {
	background-position: center bottom;
}
.MainContainer .PageTitleArea.noshadow {
	box-shadow:none;
}
.MainContainer .PageTitleArea.P1 {
	background-image: url(../images/PageTitleBg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P2 {
	background-image: url(../images/PageTitleBg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P3 {
	background-image: url(../images/PageTitleBg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.MainContainer .PageTitleArea.P4 {
	background-image: url(../images/PageTitleBg4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P5 {
	background-image: url(../images/PageTitleBg5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P6 {
	background-image: url(../images/PageTitleBg6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P7 {
	background-image: url(../images/PageTitleBg7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P8 {
	background-image: url(../images/PageTitleBg8.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P9 {
	background-image: url(../images/PageTitleBg9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P10 {
	background-image: url(../images/PageTitleBg10.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P11 {
	background-image: url(../images/PageTitleBg11.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P12 {
	background-image: url(../images/PageTitleBg12.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P13 {
	background-image: url(../images/PageTitleBg13.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .PageTitleArea.P14 {
	background-image: url(../images/PageTitleBg14.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MainContainer .Slider-Wrap {
	position: absolute;
	z-index: 990;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	animation-duration: 5s;
}
.MainContainer .Slider-Wrap .Slider {
	width: 100%;
	height: auto;
	margin: auto;
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots {
    position: relative;
	bottom: 120px;
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 2px 3px;
      background: transparent;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
	border: solid 1px #FFF;
	box-sizing: border-box;
	
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #FFF; 
	  width: 12px;
      height: 12px;
	  margin: 0px 3px;
}

.MainContainer .HomeContent-Wrap {
	width: 100%;
	height: auto;
	z-index: 100;
	top: 100%;
	left: 0px;
	position: absolute;
	padding-top: 50px;
}
.MainContainer .Content-Wrap {
	min-height:740px;
	border-bottom: solid 1px #efefef;
}
.MainContainer .HomeContent-Wrap .HomeRoomArea {
	width: 100%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7f9fe;
	border-bottom: solid 1px #efefef;
}
.MainContainer .HomeContent-Wrap .HomeRoomArea .RoomDetail {
	width: 92%;
	margin: auto;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}
.MainContainer .HomeContent-Wrap .HomeRoomArea .RoomDetail .owl-theme .owl-dots .owl-dot span {
      width: 14px;
      height: 14px;
      margin: 2px 3px;
      background: none;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
	border: solid 1px #59595c;
	box-sizing: border-box;
}
.MainContainer .HomeContent-Wrap .HomeRoomArea .RoomDetail .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #59595c; 
}

.MainContainer .HomeContent-Wrap .HomeCorporateArea {
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 100px;
	background-image: url(../images/HomeCorporateDrawingBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail {
	width: 90%;
	margin: auto;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}
.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail p {
	padding-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
}
.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateBlock {
	width: 100%;
	height: auto;
}
.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateBlock .CorporateImg {
	width: 55%;
	height: auto;
	padding-right: 40px;
	float: left;
	box-sizing: border-box;
}
.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateBlock .CorporateImg img {
	display: block;
	width: 100%;
	height: auto;
}
.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateText {
	width: 45%;
	float: left;
	position: relative;
}
.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateText:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 180px;
    border-color: transparent #FFF transparent transparent;
    right: 100%;
    top: 50%;
    margin-top: -140px;
	margin-right: 40px;
}
.MainContainer .HomeContent-Wrap .CoverArea {
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/HomeCoverBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: solid 1px #e9e9e9;
	background-size: cover;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
}
.MainContainer .HomeContent-Wrap .CoverArea .CoverContent {
	width: 90%;
	height: 400px;
	margin: auto;
	text-align: center;
	position: relative;
	padding-top: 70px;
	box-sizing: border-box;
}
.MainContainer .HomeContent-Wrap .CoverArea .CoverContent .CoverTitle {
	padding-bottom: 20px;
	padding-top: 30px;
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
}
.MainContainer .HomeContent-Wrap .CoverArea .CoverContent .CoverTitle p {
}
.MainContainer .HomeContent-Wrap .CoverArea .CoverContent p {
	font-weight: 300;
	display: block;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	padding: 15px;
}
.MainContainer .HomeContent-Wrap .HomeNewsArea-Wrap {
	width: 100%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.MainContainer .HomeContent-Wrap .HomeNewsArea {
	width: 70%;
	margin: auto;
}
.MainContainer .Content-Wrap .PageContent {
	padding-top:30px;
	padding-bottom:50px;
	margin:auto;
	width:1400px;
	min-height: 660px;
	font-weight: 500;
}
.InContent {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 24px;
}
.InContent a {
	color: #202844;
	font-weight: 600;
}

.InContent .Title {
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	padding-bottom: 20px;
}

.InContent .Title span {
	font-weight: 600;
}
.InContent .PageLeft {
	float: left;
	width: 200px;
}
.InContent .ContactArea {
	margin-bottom: 20px;
	font-size: 13px;
	
}
.PageProjectArea {
	padding-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	
}
.PageProjectArea .ProjectFilterArea {
	padding-bottom:20px;
	text-align: center;
	
}
.PageProjectArea .ProjectFilterArea ul {
	padding:30px;
	margin: 0px;
	list-style-type: none;
}
.PageProjectArea .ProjectFilterArea ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.PageProjectArea .ProjectFilterArea ul li a {
	display: inline-block;
	padding: 8px 14px;
	border: solid 1px #424E58;
	color: #424E58;
	border-radius: 6px;
	font-size: 13px;
}
.PageProjectArea .ProjectFilterArea ul li a:hover {
	background-color: #424E58;
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.5s;
}
.PageProjectArea .ProjectFilterArea ul li a.Selected {
	background-color: #424E58;
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.5s;
}
.PageProjectArea .ProjectList {
	
}
.PageProjectArea .ProjectList .Box {
	background:#FFF;
		width: 24%;
	margin-left: 0.4%;
	margin-right: 0.4%;
	margin-bottom: 15px;
	display: inline-block;
	
}
.PageProjectArea .ProjectList .Box:hover {
	background:#FFF;
	transition-property:all;
	transition-duration:0.5s;
	
}

.PageProjectArea .ProjectList .Box .BoxImage {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
    -webkit-transform: scale(1);
    -ms-transition: all .3s ease-out;
    -ms-transform: scale(1);   
    -moz-transition: all .3s ease-out;
    -moz-transform: scale(1);
    transition: all .3s ease-out;
    transform: scale(1);
}
.PageProjectArea .ProjectList .Box .BoxImage img {
	-webkit-transition: all .3s ease-out;
    -webkit-transform: scale(1);
    -ms-transition: all .3s ease-out;
    -ms-transform: scale(1);   
    -moz-transition: all .3s ease-out;
    -moz-transform: scale(1);
    transition: all .3s ease-out;
    transform: scale(1);
	width: 100%;
	height: auto;
	display: block;
}
.PageProjectArea .ProjectList .Box .BoxImage:hover img {
	-webkit-transition: all .3s ease-out;
    -webkit-transform: scale(1.10);
    -ms-transition: all .3s ease-out;
    -ms-transform: scale(1.10);   
    -moz-transition: all .3s ease-out;
    -moz-transform: scale(1.10);
    transition: all .3s ease-out;
    transform: scale(1.10);
}
.PageProjectArea .ProjectList .Box .BoxImage .BlackCover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
}
.PageProjectArea .ProjectList .Box .BoxImage:hover .BlackCover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
	transition: all 400ms ease-in;
}
.PageProjectArea .ProjectList .Box .BoxImage img {
	
}
.PageProjectArea .ProjectList .Box span {
	display: block;
	position: absolute;
	left: -10px;
	width: 90%;
	bottom: 10px;
	background-color: #292929;
	border: #1B1B1B;
	z-index: 999;
	padding: 5px;
	padding-left: 20px;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFFFFF;
}
.InContent .LeftCareerArea {
	width: 47%;
	float: left;
	padding-right: 3%;
	box-sizing: border-box;
}
.InContent .RightCareerArea {
	width: 47%;	
	box-sizing: border-box;
	padding-left: 3%;
	float: left;
}
.InContent .CareerTitle {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: solid 1px #D0D0D0;
	margin-bottom: 10px;
}
.InContent .CorporateArea {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.InContent .CorporateArea .CorporateLeft {
	float: left;
	width: 45%;
	padding: 80px;
	box-sizing: border-box;
}
.InContent .CorporateArea .CorporateRight {
	float: left;
	width: 55%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.InContent .CorporateArea .CorporateRight:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 120px;
    border-color: transparent transparent transparent #f7f9fe;
    left: 20px;
    top: 50%;
    margin-top: -120px;
}
.InContent .CorporateArea .CorporateRight img {
	display: block;
	width: 100%;
	height: auto;

}
.InContent .ContactArea span {
	display: block;
	position: relative;
	padding-left: 40px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: solid 1px #E8E8E8;
	font-weight: 500;
}
.InContent .ContactArea span i {
	position: absolute;
	left: 5px;
	top: 2px;
	z-index: 100;
	color: #747474;
}
.InContent .ContactArea span.Address {
}
.InContent .ContactArea span.Address i {
	font-size: 16px;
	background-color: #5b6b7b;
	color: #FFFFFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.InContent .ContactArea span.Phone {
}
.InContent .ContactArea span.Phone i {
	font-size: 16px;
	background-color: #5b6b7b;
	color: #FFFFFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.InContent .ContactArea span.MobilePhone {
}
.InContent .ContactArea span.MobilePhone i {
	font-size: 24px;
}
.InContent .ContactArea span.Fax {
}
.InContent .ContactArea span.Fax i {
	font-size: 11px;
	background-color: #5b6b7b;
	color: #FFFFFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.InContent .ContactArea span.Mail {
}
.InContent .ContactArea span.Mail i {
	font-size: 11px;
	background-color: #5b6b7b;
	color: #FFFFFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.InContent .LeftContactArea {
	width: 49%;
	float: left;
	padding-right: 1%;
	box-sizing: border-box;
}
.InContent .ContactArea .ContactTitle {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #4d5863;
}
.InContent .LeftContactArea .Block {
	background-color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.InContent .LeftContactArea .Block .OfficeTitle {
	height: 40px;
	line-height: 40px;
	font-weight: 600;
}
.InContent .LeftContactArea .Block .OfficeMaps {
	height: auto;
	margin-bottom: 20px;
}
.InContent .RightContactArea {
	width: 49%;	
	box-sizing: border-box;
	padding-left: 1%;
	float: left;
}
.InContent .PageRight {
	float: left;
	width: 980px;
	padding-left: 20px;
	box-sizing: border-box;
}
.InContent .PageRight .LeftContent {
	float: left;
	width: 200px;
	box-sizing: border-box;
}
.InContent .PageRight .RightContent {
	float: left;
	width: 760px;
	box-sizing: border-box;
	padding-left: 20px;
}

.InContent ul {
	margin-bottom:20px;
}
.InContent strong {
	font-weight:600;
}
.InContent p {
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin:0px;
}
.InContent p.large {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}
.InContent p.italic {
	font-style: italic;
}
.InContent p.center {
	text-align: center;
}
.InContent p.bold {
	font-weight: 600;
}
.MainContainer .Footer-Wrap {
	background-color: #f4f4f4;
	position: relative;
	min-height: 100px;
	border-top: solid 5px #FFFFFF;
}
.MainContainer .Footer-Wrap .Social {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 100;
	width: auto;
}
.MainContainer .Footer-Wrap .Social ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 10px;
}
.MainContainer .Footer-Wrap .Social ul li {
	margin-right: 3px;
	display: inline-block;
}
.MainContainer .Footer-Wrap .Social ul li a {
}
.MainContainer .Footer-Wrap .Social ul li a i {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border:solid 1px #59595c;
	background-color:#59595c;
	border-radius: 100px;
	padding: 6px;
}
.MainContainer .Footer-Wrap .Social ul li a i:hover {
	transition-property:all;
	transition-duration:0.2s;
	background-color: transparent;
	color: #2e3349;
}
.MainContainer .Footer-Wrap .Footer {
	margin: auto;
	height: auto;
	width: 1140px;
	padding-top: 40px;
	padding-bottom:40px;
	position: relative;
	min-height: 100px;
}
.MainContainer .Footer-Wrap .Footer .FLogo {
	width:auto;
	height:auto;
	margin-right:100px;
	float:left;
}
.MainContainer .Footer-Wrap .Footer .FLogo img {
	height: 64px;
}
.MainContainer .Footer-Wrap .Footer .FMenu {
	float: left;
	padding-top: 20px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li {
	float: left;
	margin-right: 30px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li a {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: 600;
	
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li a:hover {
	color: #718394;
	transition-property:all;
	transition-duration:0.5s;
}
.MainContainer .Copyright-Wrap {
	background-color: #292929;
	position: relative;
	padding-top: 14px;
	padding-bottom: 14px;
}
.MainContainer .Copyright-Wrap .Copyright {
	width: 320px;
	margin:auto;
}
.MainContainer .Copyright-Wrap .Copyright span {
	display: block;
	color: #76787e;
	font-size: 10px;
	font-weight: 600;
}
.MainContainer .Copyright-Wrap .Copyright span.C1 {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #1D1D1D;
}
.MainContainer .Copyright-Wrap .Copyright span.C2 {
	padding-left: 10px;
	float: left;
	border-left: 1px solid #3C3C3C;
}


/*Top Menu Code*/

#Menu-Nav {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#Menu-Nav li {
	float: left;
	display: block;
	position: relative;
	z-index: 999;
	margin: 0;
	padding: 0px;
	z-index:9999;
}
#Menu-Nav li:hover {
	color: #FFF;
}
#Menu-Nav li a {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	height: 90px;
	font-style: normal;
	font-weight: 600;
	box-sizing: border-box;
	position: relative;
}

#Menu-Nav li a.active {
	transition-property:all;
	transition-duration:0.4s;
	color: #D9D9D9;
}
#Menu-Nav li a.Reservation {
	color: #424E58;
	height: 40px;
	background-color: rgba(255,255,255,1.00);
	top: 40px;
	padding-top: 0px;
	line-height: 40px;
	border-radius: 100px;
	font-size: 12px;
}
#Menu-Nav li a.Reservation:hover {
	background-color: #424E58;
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.4s;
}
#Menu-Nav li a:hover {
}
#Menu-Nav a.selected {

}
#Menu-Nav ul {
	position: absolute;
	left: 0px;
	display: none;
	list-style: none;
	margin: 0;
	top: 90px;
	padding: 0;
	z-index: 990;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.40);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.40);
	z-index:998;
}
#Menu-Nav ul::before {
	position: absolute;
    content: "";
    border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #22343e;
    left: 30px;
    top: -10px;
	z-index: 999999;
}
#Menu-Nav ul li {
	margin: 0px;
	padding: 0px;
	height: 44px;
	font-size: 11px;
	border-bottom: 1px solid #343B54;
}
#Menu-Nav ul li:hover {
}
#Menu-Nav ul li a {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
	color: #c1b5a5;
	background-color: #22343e;
	border-top: 0px !important;
	font-size: 13px;
	font-weight: 600;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 200px;
	text-shadow: none;
	white-space: nowrap;
}
#Menu-Nav ul li a.active {
	transition-property:all;
	transition-duration:0.4s;
	color: #c1b5a5;
}
#Menu-Nav ul li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition-property: all;
	transition-duration: 0.4s;
	color: #22343e;
	background-color: #c1b5a5;
}
#Menu-Nav ul a {
	display:block;
	height:15px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
		
#Menu-Nav ul a:hover {
	color: #333;
}
*html #Menu-Nav ul {
	margin:0 0 0 -2px;
}

#Menu-Nav ul li ul {
	width:400px;
	position:absolute;
	left:210px;
	top:0px;
	border-top:none;
}
#Menu-Nav ul li ul li a {
	width:390px;
}
/*Top Menu Code*/


#owl-faaliyet .item {
            color: #FFF;
	box-sizing: border-box;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
	
}
#owl-faaliyet .item .Box {
	background:#FFF;
    margin:40px auto;
	
}
#owl-faaliyet .item .Box:hover {
	background:#FFF;
	transition-property:all;
	transition-duration:0.5s;
	
}

#owl-faaliyet .item .Box .BoxImage {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
    -webkit-transform: scale(1);
    -ms-transition: all .3s ease-out;
    -ms-transform: scale(1);   
    -moz-transition: all .3s ease-out;
    -moz-transform: scale(1);
    transition: all .3s ease-out;
    transform: scale(1);
}
#owl-faaliyet .item .Box .BoxImage img {
	-webkit-transition: all .3s ease-out;
    -webkit-transform: scale(1);
    -ms-transition: all .3s ease-out;
    -ms-transform: scale(1);   
    -moz-transition: all .3s ease-out;
    -moz-transform: scale(1);
    transition: all .3s ease-out;
    transform: scale(1);
}
#owl-faaliyet .item .Box .BoxImage:hover img {
	-webkit-transition: all .3s ease-out;
    -webkit-transform: scale(1.10);
    -ms-transition: all .3s ease-out;
    -ms-transform: scale(1.10);   
    -moz-transition: all .3s ease-out;
    -moz-transform: scale(1.10);
    transition: all .3s ease-out;
    transform: scale(1.10);
}
#owl-faaliyet .item .Box .BoxImage .BlackCover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
}
#owl-faaliyet .item .Box .BoxImage:hover .BlackCover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
	transition: all 400ms ease-in;
}
#owl-faaliyet .item .Box .BoxImage img {
	
}
#owl-faaliyet .item span {
	display: block;
	position: absolute;
	left: -10px;
	width: 70%;
	bottom: 10px;
	background-color: #292929;
	border: #1B1B1B;
	z-index: 999;
	padding: 5px;
	padding-left: 20px;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#owl-faaliyet .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#owl-faaliyet .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 20px;
	background: none;
	border: solid 1px #BFBFBF;
}

#owl-faaliyet.owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color: #BFBFBF;
}
#owl-faaliyet .owl-buttons {
	text-align: center;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: auto;
	top: 50%;
	margin-top: -50px;
	left: 0px;
    }
#owl-faaliyet .owl-prev {
       width: 50px;
		height: 50px;
		position: absolute;
		left: -40px;
		top: 40%;
		text-align: center;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		font-size: 20px;
    }
#owl-faaliyet .owl-prev span {
	font-size: 60px;
	color: #424E58;
    }
#owl-faaliyet .owl-prev:hover {
       background-color: transparent;
	opacity: 0.6;
	transition-property:all;
	transition-duration:0.4s;
    }
#owl-faaliyet .owl-next {
       width: 50px;
		height: 50px;
		position: absolute;
		right: -40px;
		top: 40%;
		text-align: center;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
    }
#owl-faaliyet .owl-next span {
	font-size: 60px;
	color: #424E58;
    }
#owl-faaliyet.owl-next:hover {
       background-color: transparent;
	opacity: 0.6;
	transition-property:all;
	transition-duration:0.4s;
    }
		#owl-faaliyet .item a {
            display: block;
        }




#owl-banner .item {
        width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
	background-size: cover;
    }
#owl-banner .item .Caption {
	position: absolute;
	left: 10%;
	top: 30%;
	padding: 25px;
	max-width: 1000px;
	width: 70%;
	height: auto;
	z-index: 999;
	font-size: 64px;
	line-height: 44px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	animation-delay: 2s;
	box-sizing: border-box;
	border-left: solid 4px #1B1B1B;
    }
#owl-banner .item .Caption .CDetail {
    }
#owl-banner .item .Caption .CDetail p.Title {
		font-size: 38px;
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 40px;
    }
#owl-banner .item .Caption .CDetail p.Detail {
		font-size: 18px;
	font-weight: 400;
	line-height: 20px;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 600;
	padding:5px;
	width: 400px;
	display: block;
	border: solid 1px #1B1B1B;
	line-height: 30px;
	margin-top: 30px;
	color: rgba(255,255,255,1.00);
	background-color: #292929;
	text-align: center;
    }
#owl-banner .item .Caption .CButton a:hover {
	color: #FFF;
	transition-property:all;
	transition-duration:0.4s;
	background-color: #171717;
	border: solid 1px #000;
    }
	#owl-banner .item img {
		height: auto;
		display: block;
    }
	#owl-banner .owl-prev {
       width: 50px;
		height: 50px;
		background-color: transparent;
		position: absolute;
		left: 30px;
		top: 40%;
		text-align: center;
		margin: 0px;
		padding: 0px;
		font-size: 20px;
    }
#owl-banner .owl-prev span {
	font-size: 60px;
	color: #FFFFFF;
    }
#owl-banner .owl-prev:hover span {
	opacity: 0.6;
	transition-property:all;
	transition-duration:0.4s;
    }
#owl-banner .owl-prev:hover {
	transition-property:all;
	transition-duration:0.4s;
    }
	#owl-banner .owl-next {
       width: 50px;
		height: 50px;
		background-color: transparent;
		position: absolute;
		right: 30px;
		top: 40%;
		text-align: center;
		margin: 0px;
		padding: 0px;
    }
#owl-banner .owl-next span {
	font-size: 60px;
	color: #FFFFFF;
    }
#owl-banner .owl-next:hover span {
	opacity: 0.6;
	transition-property:all;
	transition-duration:0.4s;
    }
#owl-banner .owl-next:hover {
	opacity: 0.6;
	transition-property:all;
	transition-duration:0.4s;
    }
#owl-banner .owl-controls {
	padding: 0px;
	margin: 0px;
    }
#owl-banner .owl-pagination {
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 9999;
	text-align: center;
	width: 100%;
    }




.LineHeading {
	position:relative;
	text-align:center;
	display:block;
	margin-bottom:25px;
}
.LineHeading:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -16%;
	display:block;
	width:32%;
	height:1px;
	border-top:solid 1px #292929;
	content:"";
	z-index:10;
}
.LineHeading:before {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -8%;
	display:block;
	width:16%;
	height:1px;
	border-top:solid 3px #292929;
	content:"";
	z-index:10;
}
.LineHeading span {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 32px;
	font-weight: 600;
	position: relative;
	z-index: 100;
	color: #292929;
}
.effect2
{
  position: relative;
	z-index: 100;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



.NextButton {
	width: 100%;
}
.NextButton a {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	border: solid 1px #1B1B1B;
	background-color: #292929;
	width: 40%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.NextButton a:hover {
	border: solid 1px #22343e;
	background-color: transparent;
	color: #202844;
	transition-property: all;
	transition-duration: 0.4s;
	background-image: none;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 40px;
    height: 40px;
    opacity: 1;
	border: solid 2px #59595c;
	background-color: #59595c;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	z-index: 999999;
}
#toTop i {
    font-size: 16px;
	color: #FFF;
}
#toTop:hover {
    opacity: 1;
	background-color: #3F3F41;
	border: solid 2px #3F3F41;
	transition-property:all;
	transition-duration:0.5s;
}
#toTop:hover i {
    color: #FFF;
}

.FormGroup {
	margin-bottom: 5px;
}
.FormGroup label {
	margin-bottom: 5px;
	display: block;
}
.FormGroup input[type='text'] {
	width: 100%;
	padding: 15px;
	border: solid 1px #d0d0d0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
}
.FormGroup input:focus[type='text'] {
	border:solid 1px #202844;
	transition-property:all;
	transition-duration:0.4s;
}
.FormGroup input[type='file'] {
	width: 100%;
	padding: 12px;
	border: solid 1px #d0d0d0;
	background-color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
}
.FormGroup input[type='submit'], [type='button'] {
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	background-color: #4b4b4b;
	box-sizing: border-box;
	border: solid 1px #2D2D2D;
	-webkit-appearance: none;
	width: 100%;
   -moz-appearance:    none;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
.FormGroup input:hover[type='submit'], [type='button'] {
	background-color: #171717;
	border: solid 1px #000;
	transition-property:all;
	transition-duration:0.4s;
	color: #FFF;
	cursor: pointer;
}
.FormGroup select {
	width: 100%;
	padding: 12px;
	border-width: 0px 0px 1px 0px;
	border-color: #d0d0d0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
	position: relative;
}
.FormGroup textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	border: solid 1px #d0d0d0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
}
.FormGroup textarea:focus {
	border:solid 1px #202844;
	transition-property:all;
	transition-duration:0.4s;
}


.Continue {
	padding: 15px
	
        }
.Continue a {
	border:solid 1px #FFF;
	color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	display: block;
	text-align: center;
	margin: auto;
	background-color: transparent;
	width: 60%;
	
        }
.Continue a:hover {
	border: solid 1px #FFF;
	background-color: #FFF;
	color: #292929;
	transition-property: all;
	transition-duration: 0.4s;
	
        }

.MobileMenu {
		z-index: 999999;
		width: 40px;
		height: auto;
		display: block;
		cursor: pointer;
	color: #424242;
	width: 100px;
	height: 70px;
	border-left: solid 1px #e6eaea;
	float: right;
	}
.MobileMenu:hover {
	transition-property:all;
	transition-duration:0.4s;
	background-color: #f3f3f3;
	}
.MobileMenu.active {
	color: #000000;
	transition-property:all;
	transition-duration:0.3s;
	opacity: 0.4;
	background-color: #f3f3f3;
	}
	.MobileMenu span.active {
	background-color: #000000 !important;
		opacity: 0.9;
	}
.MobileMenu span {
		left: 30%;
	top: 35%;
	position: relative;
	
	
}
.MobileMenu span.L1 {
		display: block;
	width: 40%;
	height: 2px;
	margin-bottom: 5px;
	background-color: #333;
	
}
.MobileMenu span.L2 {
		display: block;
	width: 30%;
	height: 2px;
	margin-bottom: 5px;
	background-color: #333;

}
.MobileMenu span.L3 {
		display: block;
	width: 35%;
	height: 2px;
	margin-bottom: 5px;
	background-color: #333;

}
	
	.MobileListMenu {
		display: none;
		width: 40%;
		height: 100%;
		position: fixed;
		z-index: 999998;
		top: 50px;
		right: 0px;
		padding-top: 80px;
		padding-left: 30px;
		padding-right: 30px;
		background-color: rgba(0,0,0,0.50);
			animation: slideInRight ease-out 0.3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: slideInRight ease-out 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: slideInRight ease-out 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: slideInRight ease-out 0.3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: slideInRight ease-out 0.3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
	}
.MobileListMenu .MenuTitle {
	display: block;
	background-color: #919191;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	border-radius: 10px;
	
}
.MobileListMenu .MenuTitle::before {
	position: absolute;
    content: "";
    border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
	border-top: 10px solid #919191;
    left: 50%;
    top: 100%;
	z-index: 999;
	margin-left: -20px;
}
	.MobileListMenu ul {
		margin: 0px;
		padding: 0px;
		padding-top: 20px;
		list-style: none;
	}
	.MobileListMenu ul li {
	}
	.MobileListMenu ul li ul {
		display: none;
	}
	.MobileListMenu ul li a {
		display: block;
		color: #969696;
		padding-left: 20px;
		padding-right: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
		font-weight: 600;
		box-sizing: border-box;
		border-bottom: solid 1px #525252;
	}
.MobileListMenu ul li a:hover {
	color: #FFF;
	transition-property:all;
	transition-duration:0.4s;
	}
	.MobileListMenu ul li ul li a {
		display: block;
		padding:  10px 10px;
		font-size: 13px;
		font-weight: 400;
		border-bottom: solid 1px #6c6c6c;
		color: #FFF;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		padding-left: 10px;
		border-radius: 0;
		
	}
.MobileListMenu ul li ul li a:hover {
		color: #DDDDDD;
	transition-property: all;
	transition-duration: 0.2s;
	border-bottom: solid 1px #3f3f3f;
	opacity: 0.6;
	}
.MobileListMenu ul li ul {
	padding: 0px;
	}



#Loader-Wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: rgba(255,255,255,1.00);
	background-image: url(../images/LoadingBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#Loader {
    position: relative;
    left: 50%;
    top: 50%;
    width: 240px;
    height: auto;
    margin: -120px 0 0 -120px;
	text-align: center;
	z-index: 9998;
	
}

#Loader .Loading {
	width: 240px;
	height: auto;
	position: relative;
	z-index: 9999;
	padding: 0px;
	background-color: #c1b5a5;
	text-align: center;
}
#Loader .Loading img {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

.Black {
	background-color: rgba(0,0,0,0.60);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999997;
	left: 0px;
	top: 0px;
	display: none;
	backdrop-filter: blur(8px);
	transition-property:all;
	transition-duration:0.8s;
}

.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
	position: relative;
	top: 20px;
	left: 0px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #22343e #a19b9a #22343e #a19b9a;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
	  opacity: 0.6;
  }
  100% {
    transform: rotate(360deg);
	  opacity: 1;
  }
		
}


@media screen and (max-width:1440px) {
	.InContent .Title {
	font-size: 24px;
		white-space: nowrap;
}
	.InContent .CorporateArea {
	width: 100%;
	padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
}
	.InContent .CorporateArea .CorporateLeft {
	float: none;
	width: 100%;
	padding: 0px;
		padding-bottom: 30px;
}
.InContent .CorporateArea .CorporateRight {
	float: none;
	width: 100%;
	padding: 0px;
}
	.InContent .CorporateArea .CorporateRight:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 120px;
    border-color: #f7f9fe transparent transparent transparent;
    left: 50%;
    top: 0%;
    margin-top: 0px;
		margin-left: -120px;
}
	
}



@media screen and (max-width:1280px) {
	
	.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateText:before {
    margin-right: 39px;
}
	.PageProjectArea .ProjectList .Box {
	width: 32.2%;
	margin-bottom: 20px;
}
	.MainContainer .Content-Wrap .PageContent {
	width:100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
}
	
}


@media screen and (max-width:1152px) {
	
	.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateBlock .CorporateImg {
	width: 100%;
	padding-right: 0px;
	float: none;
}
	.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateText {
	width: 100%;
	float: none;
		padding-top: 30px;
}
	.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateText:before {
    border-width: 180px;
    border-color: transparent transparent #FFF transparent;
    right: 50%;
    top:auto;
		bottom: 100%;
    margin-top: 0px;
    margin-right: -180px;
}
	.NextButton {
	width: 100%;
		margin: auto;
}
	
	.PageProjectArea .ProjectList .Box span {
	font-size: 12px;
}
	
}


@media screen and (max-width:1024px) {
	
	.MainContainer .Footer-Wrap .Footer {
	width: 100%;
}
	.MainContainer .Footer-Wrap .Footer .FMenu {
	display: none;
}
	.MainContainer .Footer-Wrap .Footer .FLogo {
	width:200px;
	height:auto;
	margin-right:0px;
	float:none;
		margin: auto;
}
	.MainContainer .Footer-Wrap .Social {
	position: relative;
	right: 0px;
	top: 0px;
		margin: auto;
		text-align: center;
}
	#owl-faaliyet .owl-prev {
      display: none;
    }
	#owl-faaliyet .owl-next {
      display: none;
    }
	.PageProjectArea .ProjectList .Box {
	width: 49%;
}
	.PageProjectArea .ProjectList .Box span {
	font-size: 13px;
}
}


@media screen and (max-width:968px) {
	
	
	.MainContainer .HomeContent-Wrap .CoverArea .CoverContent .CoverTitle {
	padding-bottom: 20px;
	padding-top: 30px;
	font-size: 32px;
	font-weight: 700;
	color: #FFFFFF;
}
	.InContent .LeftContactArea {
	width: 100%;
	float: none;
	padding-right: 0;
		padding-bottom: 60px;
}
	.InContent .RightContactArea {
	width: 100%;	
	padding-left: 0;
	float: none;
}
	.InContent .LeftCareerArea {
	width: 100%;
	float: none;
	padding-right: 0;
		padding-bottom: 40px;
}
.InContent .RightCareerArea {
	width: 100%;	
	padding-left: 0%;
	float: none;
}
}



@media screen and (max-width:768px) {
	
	.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateText:before {
    border-width: 120px;
    border-color: transparent transparent #FFF transparent;
    right: 50%;
    top:auto;
		bottom: 100%;
    margin-top: 0px;
    margin-right: -120px;
}
	.PageProjectArea .ProjectList .Box {
	width: 100%;
		margin-left: 0;
		margin-right: 0;
}
	.PageProjectArea .ProjectList .Box span {
	left: -10px;
	width: 90%;
	bottom: 10px;
	padding: 10px;
	padding-left: 20px;
	font-size: 13px;
}
	.InContent .Title {
	font-size: 18px;
}
	.PageProjectArea .ProjectList .Box {
		margin-bottom: 40px;
	
}
	
}


@media screen and (max-width:640px) {
	
	#owl-banner .item .Caption .CDetail p.Title {
		font-size: 32px;
		}
	.LineHeading span {
	font-size: 26px;
}
	.MainContainer .PageTitleArea {
	height: 500px;
	line-height:380px;
	font-size:36px;
}
	.InContent .CorporateArea .CorporateRight:before {
    border-width: 80px;
		margin-left: -80px;
}
	.PageProjectArea {
	padding-left: 20px;
	padding-right: 20px;
}
	
}



@media screen and (max-width:440px) {
	
	.MobileListMenu {
		width: 70%;
		box-sizing: border-box;
	}
	#owl-banner .owl-prev {
		display: none;
    }
	#owl-banner .owl-next {
		display: none;
    }
	.Header .Logo a {
	left: 10px;
	top: 8px;
}
	.Header .Logo a img {
	height: 48px;
}
	.Header .Language a {
	width: 60px;
	height: 70px;
	line-height: 70px;
}
	.TopSocial {
	padding-left: 10px;
	line-height: 70px;
	padding-right: 5px;
}
	.MobileMenu {
		width: 80px;
	}
	#owl-banner .item .Caption {
	position: absolute;
	left: 5%;
	top: 30%;
	padding: 20px;
	max-width: 1000px;
	width: 80%;
	height: auto;
	z-index: 999;
	font-size: 60px;
	line-height: 44px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	animation-delay: 2s;
	box-sizing: border-box;
	border-left: solid 4px #1B1B1B;
    }
	#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 600;
	padding:5px;
	width: 200px;
	display: block;
	border: solid 1px #1B1B1B;
	line-height: 30px;
	margin-top: 30px;
	color: rgba(255,255,255,1.00);
	background-color: #292929;
	text-align: center;
    }
	.MainContainer .HomeContent-Wrap .CoverArea .CoverContent .CoverTitle {
	padding-bottom: 20px;
	padding-top: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
}
	.MainContainer .HomeContent-Wrap .CoverArea .CoverContent p {
	font-weight: 300;
	display: block;
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
	color: #FFFFFF;
	padding: 15px;
}
	.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail .CorporateText:before {
    border-width: 60px;
    border-color: transparent transparent #FFF transparent;
    right: 50%;
    top:auto;
		bottom: 100%;
    margin-top: 0px;
    margin-right: -60px;
}
	.MainContainer .HomeContent-Wrap .HomeCorporateArea .CorporateDetail p {
	font-size: 14px;
}
	.PageProjectArea .ProjectList .Box span {
	left: -10px;
	width: 90%;
	padding: 5px;
	padding-left: 20px;
	font-size: 12px;
}
	.PageProjectArea .ProjectFilterArea ul li {
	display: block;
		margin-bottom: 10px;
}
	.PageProjectArea .ProjectFilterArea ul li a {
	display: block;
		box-sizing: border-box;
		width: 100%;
	font-size: 13px;
}
	.InContent .CorporateArea .CorporateRight:before {
    border-width: 50px;
		margin-left: -50px;
}
	.PageProjectArea .ProjectList .Box {
		margin-bottom: 30px;
	
}
	
	.MobileListMenu ul li a {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 14px;
	}
	
}
