@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Open Sans";
	font-size: 14px;
	color: #424E58;
	background-color:#FFFFFF;
	height: 100%;
}
html {
	height: 100%;
}
* {
	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 */
.PageLogo {
	width: 1000px;
	height: 968px;
	background-image: url(../images/PageLogo.png);
	background-repeat: no-repeat;
	position: fixed;
	left: 50px;
	bottom:0px;
	z-index: 1;
	pointer-events: none;
	-webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.MainContainer {
}
.MainContainer .TopBar-Wrap {
	background-color:#f5f5f5;
	border-bottom:solid 1px #E1E1E1;
	width: 100%;
	height: 38px;
}
.TopBar {
	width:1140px;
	height:30px;
	margin:auto;
	position:relative;
}
.TopPhone {
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 10px;
}
.TopPhone i {
	font-size: 20px;
	color: #1AA29B;
	margin-right: 5px;
}
.TopPhone span {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	top: -2px;
}
.MainContainer .Header-Wrap {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9999;
	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);
}
.Header {
	max-width:1140px;
	height:70px;
	margin:auto;
	position:relative;
}
.Header .Logo a {
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 100;
	box-sizing: border-box;
}
.Header .Logo a img {
	height: 50px;
}
.HeaderMenu {
	height:70px;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:9999;
}
.MainContainer .Slider-Wrap {
	position:relative;
	z-index: 999;
	-webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 80%, 0% 100%, 0 52%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 50%, 100% 80%, 0% 100%, 0 52%, 0% 0%);
}
.MainContainer .Slider-Wrap .Slider {
	width: 100%;
	height: auto;
	background-color: #E7E7E7;
	margin: auto;
}
.MainContainer .PageTitleArea {
	height:360px;
	line-height:360px;
	font-size:42px;
	font-weight:300;
	background-color:#404041;
	color:#FFFFFF;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	border-bottom:solid 1px #CCCCCC;
	text-align: center;
	-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.NoBorder {
	border-bottom:none;
}
.MainContainer .PageTitleArea.CC {
	background-position: center center;
}
.MainContainer .PageTitleArea.NOPath {
	-webkit-clip-path: none;
	clip-path: none;
}
.MainContainer .PageTitleArea.P1 {
	background-image: url(../images/PageTitleBg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height:220px;
	line-height:220px;
}
.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 .GoogleMaps {
	height:360px;
	box-shadow:0 2px 4px rgba(0,0,0,0.1);
	border-bottom:solid 1px #C1C1C1;
}
.MainContainer .Content-Wrap {
	min-height:580px;
}
.MainContainer .Content-Wrap .GroupCompanyCarousel {
	width: 70%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}
.MainContainer .Content-Wrap .ServicesArea {
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F7F7F7;
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #DBDBDB;
}
.MainContainer .Content-Wrap .ServicesArea .ServicesContent {
	width: 96%;
	min-height: 100px;
	margin: auto;
}
.MainContainer .Content-Wrap .ServicesArea .ServicesContent p {
	padding-bottom: 20px;
}
.MainContainer .Content-Wrap .ServicesArea .ServicesContent p.Title {
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 24px;
	padding-bottom: 50px;
}
.ServicesItem {
	width: 24%;
	height: auto;
	position: relative;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.ServicesItem:hover .Image img {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.10);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.10);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.10);
    transition: all 200ms ease-in;
    transform: scale(1.10);
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
}
.ServicesItem a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.ServicesItem .Image {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.ServicesItem .Image img {
	object-fit:cover;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.00);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.00);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.00);
    transition: all 200ms ease-in;
    transform: scale(1.00);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.ServicesItem .Image .CoverDiv {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: block;
	background-color: rgba(0,0,0,0.30);
}
.ServicesItem .Image .CoverDiv span {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 45px;
}
.ServicesItem .Image .CoverDiv span h1 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}
.ServicesItem .Image .CoverDiv span p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.ServicesItem .Image .CoverDiv span:before {
	position: absolute;
	z-index: 100;
	width: 30%;
	height: 4px;
	left: 50%;
	top: 80px;
	margin-left: -15%;
	background-color: #27A59B;
	content:"";
}
.ServicesItem .Icon {
	position: absolute;
	z-index: 100;
	width: 90px;
	height: 90px;
	left: 50%;
	top: -45px;
	margin-left: -45px;
	 -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ServicesItem .Icon span {
	display: none;
	position: absolute;
	top: -20px;
	left: 0px;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	font-weight: 100;
	color: #FFFFFF;
	width: 90px;
	box-sizing: border-box;
}
.ServicesItem:hover .Icon span {
	display: block;
	transition-property:all;
	transition-duration:0.4s;
}
.ServicesItem .Icon img {
	border: solid 5px rgba(0,0,0,0.20);
	border-radius: 50%;
}
.ServicesItem:hover .Icon {
	top: 200px;
	 -webkit-animation: jump 1.5s ease 0s infinite normal ;
 animation: jump 1.5s ease 0s infinite normal ;
	transition-property:all;
	transition-duration:0.4s;
}
.MainContainer .Content-Wrap .NewsArea {
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F1F1F1;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent {
	width: 980px;
	margin: auto;
	text-align: center;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent .NewsItem {
	width: 300px;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-grid;
	background-color:#FFFFFF;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent .NewsItem:hover {
	background-color:#27A59B;
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.4s;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent .NewsItem .NImage {
	width: 100%;
	height: 200px;
	min-height: 100px;
	overflow: hidden;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent .NewsItem .NImage img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 200px;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent .NewsItem .NDetail {
	width: 100%;
	height: auto;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-left: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
	border-bottom: solid 2px #E8E8E8;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent .NewsItem .NDetail h3 {
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 10px;
}
.MainContainer .Content-Wrap .NewsArea .NewsContent .NewsItem .NDetail p {
	font-size: 13px;
	font-weight: 400;
	display: block;
	text-align: center;
	padding: 5px;
}





.MainContainer .Content-Wrap .StationItem {
	width: 360px;
	height: auto;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 20px;
	display: inline-grid;
	background-color:#FFFFFF;
}
.MainContainer .Content-Wrap .StationItem:hover {
	background-color:#27A59B;
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.4s;
}
.MainContainer .Content-Wrap .StationItem .SImage {
	width: 100%;
	height: 200px;
	min-height: 100px;
	overflow: hidden;
}
.MainContainer .Content-Wrap .StationItem .SImage img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 200px;
}
.MainContainer .Content-Wrap .StationItem .SDetail {
	width: 100%;
	height: auto;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-left: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
	border-bottom: solid 2px #E8E8E8;
}
.MainContainer .Content-Wrap .StationItem .SDetail h3 {
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #EBEBEB;
	border-bottom: solid 1px #D7D7D7;
}
.MainContainer .Content-Wrap .StationItem:hover .SDetail h3 {
	color: #424E58;
}
.MainContainer .Content-Wrap .StationItem:hover .SDetail span i {
	color: #FFFFFF;
}
.MainContainer .Content-Wrap .StationItem .SDetail span {
	display: block;
	box-sizing: border-box;
	padding: 5px;
	padding-left: 35px;
	position: relative;
}
.MainContainer .Content-Wrap .StationItem .SDetail span i {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 100;
	color: #747474;
	font-size: 18px;
}
.MainContainer .Content-Wrap .StationItem .SDetail span.Location {
	border-bottom: solid 1px #E3E3E3;
}
.MainContainer .Content-Wrap .StationItem .SDetail span.Phone {
	border-bottom: solid 1px #E3E3E3;
}
.MainContainer .Content-Wrap .StationItem .SDetail span.Fax {
}
.MainContainer .Content-Wrap .CorporateArea {
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.MainContainer .Content-Wrap .CorporateArea .CorporateDetail {
	width: 60%;
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.MainContainer .Content-Wrap .CorporateArea .CorporateDetail p {
	padding-bottom: 20px;
}
.MainContainer .Content-Wrap .CorporateArea .CorporateDetail p.Title {
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 24px;
	padding-bottom: 20px;
}
.MainContainer .Content-Wrap .PageContent {
	padding-top:30px;
	padding-bottom:50px;
	margin:auto;
	width:1140px;
	min-height: 500px;
}
.InContent {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 24px;
}
.InContent .PageLeft {
	float: left;
	width: 200px;
}
.InContent .PageLeft .LeftMenuArea {
	padding-bottom: 100px;
	background-color: #1AA29B;
	border-bottom-left-radius: 80px;
	border-bottom-right-radius: 80px;
}
.InContent .PageLeft .LeftMenuArea .MenuTitle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #1aa29b;
	border-bottom: solid 1px #168A84;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	background-image: -webkit-linear-gradient(270deg,rgba(26,162,155,1.00) 0%,rgba(22,141,135,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(26,162,155,1.00) 0%,rgba(22,141,135,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(26,162,155,1.00) 0%,rgba(22,141,135,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(26,162,155,1.00) 0%,rgba(22,141,135,1.00) 100%);
}
.InContent .PageLeft .LeftMenuArea ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.InContent .PageLeft .LeftMenuArea ul li {
}
.InContent .PageLeft .LeftMenuArea ul li a {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #1DB8B0;
	display: block;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	color: #FFFFFF;
}
.InContent .PageLeft .LeftMenuArea ul li a:hover {
	background-color: #1a5855;
	transition-property:all;
	transition-duration:0.4s;
	border-bottom: solid 1px #168D87;
}
.InContent .PageLeft .LeftMenuArea ul li a.Selected {
	border-bottom: solid 1px #28c7bf;
	background-color: #1a5855;
	margin-left: -5px;
}
.InContent .PageLeft .LeftMenuArea ul li a.Selected:hover {
	background-color: #164B48;
}
.InContent .PageRight {
	float: left;
	width: 940px;
	padding-left: 30px;
	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 .ContactArea {
	margin-bottom: 20px;
	
}
.InContent .LeftContactArea {
	width: 47%;
	float: left;
	padding-right: 3%;
	box-sizing: border-box;
}
.InContent .RightContactArea {
	width: 47%;	
	box-sizing: border-box;
	padding-left: 3%;
	float: left;
}
.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 .ContactArea .ContactTitle {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: solid 1px #D0D0D0;
	margin-bottom: 10px;
}
.InContent .ContactArea span {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: dotted 1px #C6C6C6;
}
.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: 22px;
}
.InContent .ContactArea span.Phone {
}
.InContent .ContactArea span.Phone i {
	font-size: 20px;
}
.InContent .ContactArea span.Fax {
}
.InContent .ContactArea span.Fax i {
	font-size: 16px;
}
.InContent .ContactFormArea {
}
.FormGroup {
	margin-bottom: 20px;
	position: relative;
}
.FormGroup label {
	display: block;
	position: absolute;
	height: 20px;
	line-height: 20px;
	z-index: 999;
	left: 10px;
	top: -10px;
	background-color: #F2F5F6;
	text-align: center;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: solid 1px #CAD9DC;
}
.FormGroup input[type='text'] {
	width: 100%;
	padding: 15px;
	border: 1px solid #CAD9DC;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	background-color: #edf2f3;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.FormGroup input:focus[type='text'] {
	border: 1px solid #CAD9DC;
	color: #52626E;
	background-color: #FFFFFF;
}
.FormGroup input[type='submit'], [type='button'] {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #424E58;
	border-radius: 6px;
	background-color: #FCB72C;
	border-bottom: solid 2px #c69536;
	border-left: none;
	border-top: none;
	border-right: none;
	box-sizing: border-box;
	-webkit-appearance: none;
   -moz-appearance:    none;
	width: 100%;
	box-sizing: border-box;
}
.FormGroup input:hover[type='submit'], [type='button'] {
	background-color: #F4A403;
	border-bottom: solid 2px #B08430;
	transition-property:all;
	transition-duration:0.2s;
}
.FormGroup select {
	width: 100%;
	padding: 15px;
	border: 1px solid #CAD9DC;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
	border-radius: 6px;
   -moz-appearance:    none;
	background-color: #edf2f3;
}
.FormGroup select:focus {
	border: 1px solid #CAD9DC;
	color: #52626E;
	background-color: #FFFFFF;
}
.FormGroup textarea {
	width: 100%;
	height: 120px;
	padding: 15px;
	border: 1px solid #CAD9DC;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	background-color: #edf2f3;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.FormGroup textarea:focus {
	border: 1px solid #CAD9DC;
	color: #52626E;
	background-color: #FFFFFF;
}
.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: 24px;
	font-weight: 400;
	line-height: 32px;
}
.InContent p.italic {
	font-style: italic;
}
.InContent p.center {
	text-align: center;
}
.InContent p.bold {
	font-weight: 600;
}
.InContent .Clip {
	margin-top: 50px;
}
.InContent .Clip img {
	width: 200px;
}
.MainContainer .Publication-Wrap {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EBEBEB;
	border-top: solid 1px #DCDCDC;
}
.MainContainer .Publication-Wrap .Publication {
	width: 1180px;
	margin: auto;
}
.MainContainer .Publication-Wrap .ContactBlock {
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
.MainContainer .Publication-Wrap .MaillistBlock {
	width: 460px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	float: left;
}
.MainContainer .Publication-Wrap .MaillistBlock .Form {
	position: relative;
}
.MainContainer .Publication-Wrap .MaillistBlock .Form input.MaillistTextField {
	border: none;
	border-radius: 100px;
	height: 36px;
	line-height: 36px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #C4C4C4;
	padding-left: 20px;
}
.MainContainer .Publication-Wrap .MaillistBlock .Form input[type='submit'], [type='button'] {
	border: none;
	border-radius: 100px;
	height: 36px;
	line-height: 36px;
	width: 80px;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: #585858;
	color: #C7C7C7;
	font-size: 13px;
	cursor: pointer;
	-webkit-appearance:none;
}
.MainContainer .Publication-Wrap .MaillistBlock .Form input:hover[type='submit'], [type='button'] {
	background-color:#2C9BA7;
	transition-property:all;
	transition-duration:0.2s;
	color: rgba(255,255,255,1.00);
}
.MainContainer .Publication-Wrap .WebBlock {
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	float: left;
}
.MainContainer .Publication-Wrap .BlockDetail .Webs {
	width: 100%;
	height: auto;
	position: relative;
}
.MainContainer .Publication-Wrap .BlockDetail .Webs .WebSites {
	position: absolute;
	width: 100%;
	min-height: 100px;
	z-index: 100;
	bottom: 40px;
	left: 0px;
	display: none;
	border:solid 1px #CFCFCF;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3); 
box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
}
.MainContainer .Publication-Wrap .BlockDetail .Webs .WebSites ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #FFFFFF;
}
.MainContainer .Publication-Wrap .BlockDetail .Webs .WebSites ul li {
}
.MainContainer .Publication-Wrap .BlockDetail .Webs .WebSites ul li a {
	display: block;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #E4E4E4;
	font-size: 12px;
	font-weight: 400;
}
.MainContainer .Publication-Wrap .BlockDetail .Webs .WebSites ul li a:hover {
	border-bottom: solid 1px #79D1DB;
	background-color: #1aa29b;
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.2s;
}
.MainContainer .Publication-Wrap .BlockDetail .Webs .Links {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-radius: 100px;
	text-align: center;
	border-bottom: solid 1px #C4C4C4;
	background-color: #FFFFFF;
	cursor: pointer;
}
.MainContainer .Publication-Wrap .BlockDetail .Webs .Links.Active {
	border-bottom: solid 1px #29A7A1;
	background-color: #1aa29b;
	color: #FFFFFF;
}
.MainContainer .Publication-Wrap .BlockIcon {
	padding-top: 5px;
	float: left;
}
.MainContainer .Publication-Wrap .BlockIcon i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #38828b;
	font-size: 34px;
	margin-right: 15px;
	padding: 0px;
	margin: 0px;
}
.MainContainer .Publication-Wrap .BlockDetail {
	padding-left: 60px;
	border-right: solid 1px #B0B0B0;
	padding-right: 50px;
	height: 60px;
}
.MainContainer .Publication-Wrap .BlockDetail.noborder {
	border: none;
}
.MainContainer .Publication-Wrap .BlockDetail span {
	display: block;
}
.MainContainer .Publication-Wrap .BlockDetail span.BlockTitle {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 5px;
}
.MainContainer .Publication-Wrap .BlockDetail span.PNumber {
	font-weight: 400;
}
.MainContainer .Publication-Wrap .BlockDetail span.PNumber span.Number {
	font-size: 32px;
	display: inline-block;
}
.MainContainer .Footer-Wrap {
	background-color: #27a59b;
	border-top: solid 2px #249C92;
	position: relative;
	min-height: 200px;
}
.MainContainer .Footer-Wrap .Social {
	float: right;
	padding-left: 20px;
}
.MainContainer .Footer-Wrap .Social ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 10px;
}
.MainContainer .Footer-Wrap .Social ul li {
	margin-right: 2px;
	display: inline-block;
}
.MainContainer .Footer-Wrap .Social ul li a {
}
.MainContainer .Footer-Wrap .Social ul li a i {
	display: block;
	font-size: 22px;
	color: #9afdf5;
	padding: 5px;
}
.MainContainer .Footer-Wrap .Social ul li a i:hover {
	color: #45D3C7;
	transition-property:all;
	transition-duration:0.2s;
}
.MainContainer .Footer-Wrap .Footer {
	margin: auto;
	height: auto;
	width: 1180px;
	padding-top: 15px;
	padding-bottom:10px;
	position: relative;
	min-height: 120px;
}
.MainContainer .Footer-Wrap .Footer .FLogo {
	width:auto;
	height:auto;
	margin-right:50px;
	float:left;
}
.MainContainer .Footer-Wrap .Footer .FMenu {
	float: left;
	margin-top: 5px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul.FM1 {
	float: left;
	padding-right: 70px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul.FM2 {
	float: left;
	padding-right: 70px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul.FM3 {
	float: left;
	padding-right: 70px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li {
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li.FMTitle {
	display: block;
	color: #D2F5F2;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	white-space:nowrap;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li a {
	display: block;
	color: #D2F5F2;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	color: #C1F0EC;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li a.noborder {
	border:none;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li a:hover {
	color: #9FE8E2;
	transition-property:all;
	transition-duration:0.2s;
}

.MainContainer .Copyright-Wrap {
	background-color: #1F847C;
	border-top:solid 1px #2BBAAF;
	position:relative;
	padding-top:14px;
	padding-bottom:14px;
}
.MainContainer .Copyright-Wrap .Copyright {
	width: 360px;
	margin:auto;
}
.MainContainer .Copyright-Wrap .Copyright span {
	display: block;
	color: #7ADFD7;
	font-size: 10px;
}
.MainContainer .Copyright-Wrap .Copyright span.C1 {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #186B64;
}
.MainContainer .Copyright-Wrap .Copyright span.C2 {
	padding-left: 10px;
	float: left;
	border-left: 1px solid #22968C;
}

.GroupCompanyArea {
	width: 100%;
	min-height: 200px;
	border: solid 1px #E5E5E5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.GroupCompanyArea .LeftColumn {
	width: 49%;
	float: left;
	margin-right: 1%;
}
.GroupCompanyArea .RightColumn  {
	width: 49%;
	float: left;
	margin-left: 1%;
}
.GroupCompanyArea .Company  {
	width: 100%;
	box-sizing: border-box;
}
.GroupCompanyArea .Company .Logos  {
	width: 25%;
	float:left; 
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.GroupCompanyArea .Company .Logos img  {
	display: block;
	width: 90%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
}
.GroupCompanyArea .Company .Detail  {
	width: 75%;
	float:left; 
	box-sizing: border-box;
	padding-top: 10px;
}
.GroupCompanyArea .Company .Detail .Title  {
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.GroupCompanyArea .Company .Detail .Title span  {
}
.GroupCompanyArea .Company .Detail .Title span.Turkuaz  {
	color: #38828b;
}
.GroupCompanyArea .Company .Detail .TextArea  {
}
.MobileAppButton {
	display: none;
}

#Loader-Wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255,255,255,0.75);
}
#Loader {
    position: relative;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
	text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}
#Loader .dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1AA29B;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#Loader .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

 
@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


@keyframes DesktopButton {
  from {
    right: -240px;
  }
  to {
    right: 0px;
  }
}

@keyframes ItemAnimation {
  0% {
    opacity:0;
    transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes ItemAnimation {
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes ItemAnimation {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes ItemAnimation {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes ItemAnimation {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


/*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: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	color: #161616;
	padding-top: 28px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 17px;
	height: 70px;
	font-style: normal;
	font-weight: 600;
	box-sizing: border-box;
}
#Menu-Nav li a.Home {
	box-sizing: border-box;
	background-image: url(../images/HomeIcon.png);
	background-position: center 28px ;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 20px;
}
#Menu-Nav li a.Home.active {
	background-image: url(../images/HomeIcon.png);
	background-position: center 28px ;
	background-repeat: no-repeat;
	border-top: 0px;
	opacity: 0.8;
	background-color: #FFFFFF;
}
#Menu-Nav li a.active {
	background-color: #1AA29B;
	transition-property:all;
	transition-duration:0.2s;
	color: rgba(255,255,255,1.00);
}
#Menu-Nav ul li a.active {
	background-color: rgba(255,255,255,1.00);
	transition-property:all;
	transition-duration:0.2s;
	color: #424E58;
}
#Menu-Nav li a:hover {
}
#Menu-Nav a.selected {

}
#Menu-Nav ul {
	position: absolute;
	left: 0px;
	display: none;
	list-style: none;
	margin: 0;
	top: 70px;
	padding: 0;
	background-color: rgba(255,255,255,1.00);
	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:99999;
	border-top: solid 5px #17918B;
}
#Menu-Nav ul li {
	margin: 0px;
	padding: 0px;
	height: 40px;
	font-size: 11px;
	border-bottom: 1px solid rgba(211,211,211,1.00);
}
#Menu-Nav ul li:hover {
	border-bottom: 1px solid #2B9AA7;
}
#Menu-Nav ul li a {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	border-top: 0px !important;
	font-size: 13px;
	font-weight: 400;
	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:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	transition-property: all;
	transition-duration: 0.2s;
	background-color: #1aa29b;
}
#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*/





.LineHeading {
	position:relative;
	text-align:center;
	display:block;
	margin-bottom:25px;
}
.LineHeading:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -8%;
	display:block;
	width:16%;
	height:1px;
	border-top:solid 1px #1AA29B;
	content:"";
	z-index:10;
}
.LineHeading:before {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -4%;
	display:block;
	width:8%;
	height:1px;
	border-top:solid 3px #1AA29B;
	content:"";
	z-index:10;
}
.LineHeading span {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 26px;
	font-weight: 400;
	position: relative;
	z-index: 100;
	color: #424E58;
}


.TopSocial {
	position: absolute;
	right: 130px;
	z-index: 100;
	top: 5px;
	border-right: solid 1px #C5C5C5;
	padding-right: 10px;
}
.TopSocial ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.TopSocial ul li {
	margin-right: 2px;
	display: inline-block;
}
.TopSocial ul li a {
}
.TopSocial ul li a i {
	display: block;
	font-size: 14px;
	color: #EDEDED;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #6A6A6A;
	border-radius: 50%;
}
.TopSocial ul li a i:hover {
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.2s;
	background-color: #38828B;
}


.NextButton a {
	font-size: 14px;
	font-weight: 600;
	color: #1aa29b;
	border-radius: 6px;
	display: block;
	background:none;
	border:solid 1px #1aa29b;
	margin: auto;
	width: 25%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 10px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.NextButton a:hover {
	border: solid 1px #1aa29b;
	background-color: #1aa29b;
	color: #FFFFFF;
	transition-property: all;
	transition-duration: 0.2s;
}
.fblack {
	color: #424E58;
}
.fyg {
	color: #38828b;
}
.MobileMenu {
	display: none;
}
.MobileListMenu {
	display: none;
}
.OtobilMobileMenuArea {
	display: none;
}




#owl-banner .item {
        width: 100%;
	height: 700px;
	background-position: center center;
	position: relative;
	background-size: cover;
    }
#owl-banner .item a {
        display: block;
	width: 100%;
	height: 700px;
    }
#owl-banner .item .Caption {
		width: 60%;
	    height: auto;
	min-height: 100px;
	left: 20%;
	bottom: 100px;
	position: absolute;
	z-index: 200;
	text-align: center;
	color: #FFFFFF;
	animation: ItemAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ItemAnimation ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ItemAnimation ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ItemAnimation ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ItemAnimation ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 300;
	padding:5px;
	width: 240px;
	margin: auto;
	display: block;
	line-height: 30px;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #FCB72C;
	border-bottom: solid 2px #B08430;
	color: #3B3B3B;
	font-weight: 600;
    }
#owl-banner .item .Caption .CButton a:hover {
		background-color: rgba(255,255,255,1.00);
	color: #424E58;
	transition-property:all;
	transition-duration:0.4s;
    }
	#owl-banner .item img {
		height: auto;
		display: block;
    }
	#owl-banner .owl-prev {
       width: 50px;
		height: 50px;
		background-color: aqua;
		position: absolute;
		left: 15px;
		top: 40%;
		text-align: center;
		border-radius: 50%;
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: url(../images/BannerLeftArrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.7;
    }
	#owl-banner .owl-next {
       width: 50px;
		height: 50px;
		background-color: aqua;
		position: absolute;
		right: 15px;
		top: 40%;
		text-align: center;
		border-radius: 50%;
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: url(../images/BannerRightArrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.7;
    }
#owl-banner .owl-controls {
	padding: 0px;
	margin: 0px;
    }
#owl-banner .owl-pagination {
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 9999;
	text-align: center;
	width: 100%;
    }



        #owl-demo .item {
            margin: 10px;
            color: #FFF;
            text-align: center;
            position: relative;
			border:solid 1px #E9E9E9;
			background-color: #E7E7E7;
        }
        #owl-demo .item img {
            width: 100%;
            display: block;
			-webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
        }
		#owl-demo .item img:hover {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
			transition-property:all;
			transition-duration:0.5s;
        }
.ApplicationFormArea {
	width: 100%;
	height: auto;
	margin: 0px;
	box-sizing: border-box;
}
.ApplicationFormArea .Image {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.ApplicationFormArea .Image img {
	display: block;
}
.ApplicationFormArea .FormGroup-Wrap {
	padding: 15px;
}
.ApplicationFormArea p {
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin:0px;
}
.ApplicationButton {
	padding-top: 20px;
	padding-bottom: 1px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.ApplicationButton a {
	display: block;
	width: auto;
	min-width: 180px;
	max-width: 260px;
	height: 60px;
	background-color: #FCB72C;
	border-bottom: solid 2px #c69536;
	color: #3B3B3B;
	line-height: 60px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	margin: auto;
	-webkit-animation: jump 1.5s ease 1s infinite normal ;
    animation: jump 1.5s ease 1s infinite normal ;
	transition-property:all;
	transition-duration:0.4s;
	text-align: center;
	
}
.ApplicationButton a:hover {
	background-color: #F4A403;
	border-bottom: solid 2px #B08430;
	transition-property:all;
	transition-duration:0.4s;
}
.ApplicationButton a i {
	color: #3B3B3B;
	font-size: 28px;
	position: relative;
	left: 5px;
	top: 7px;
	margin-right: 10px;
	
}
.BoxContent {
	padding: 10px;
}
.BoxContent .Box {
	display:inline-table;
	width: 28%;
	min-height: 60px;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 10px;
}
.BoxContent .Box i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius:50%;
	background-color: #3f827e;
	color: rgba(255,255,255,1.00);
	line-height: 60px;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}
.BoxContent .Box span.BTitle {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	display: block;
}
.BoxContent .Box span.BDetail {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	display: block;
}
#AppForm {
display: none;
}

.DesktopAppButton {
	width: 260px;
	margin: auto;
	display: block;
	position: absolute;
	z-index: 9999;
	right: 0px;
	top: 100px;
	animation:  DesktopButton 1s ease;
}
.DesktopAppButton a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #FCB72C;
	border-bottom: solid 1px #c69536;
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	-webkit-animation: jump 1.5s ease 1s infinite normal ;
    animation: jump 1.5s ease 1s infinite normal ;
	transition-property:all;
	transition-duration:0.4s;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
} 
.DesktopAppButton a:hover {
	background-color: #F4A403;
	border-bottom: solid 2px #B08430;
	transition-property:all;
	transition-duration:0.4s;
}
.DesktopAppButton a i {
	color: #3B3B3B;
	font-size: 24px;
	position: relative;
	left: 5px;
	top: 5px;
	margin-right: 10px;
	
}

 @-webkit-keyframes flip {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  80% {
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  transform: perspective(400px) scale3d(.95, .95, .95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  }
  @keyframes flip {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  80% {
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  transform: perspective(400px) scale3d(.95, .95, .95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  } 





@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  20%{
	transform: translateY(0);
  }
  40%{
	transform: translateY(-30px);
  }
  50%{
	transform: translateY(0);
  }
  60%{
	transform: translateY(-15px);
  }
  80%{
	transform: translateY(0);
  }
  100%{
	transform: translateY(0);
  }
}

.AccordionArea {
	
}
.AccordionArea .AccordionButton {	
	width: 100%;
	float: left;
	cursor: pointer;
	background-color: #F1F1F1;
	background-image: -webkit-linear-gradient(270deg,rgba(249,249,249,1.00) 0%,rgba(239,239,239,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(249,249,249,1.00) 0%,rgba(239,239,239,1.00) 100%);
	border:solid 1px #DDDEDE;
	padding:8px;
	box-sizing:border-box;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}
.AccordionArea .AccordionButton:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-color: rgba(26,162,155,1.00);
	border: solid 1px #147D77;
	transition-property: all;
	transition-duration: 0.3s;
	color: #FFFFFF;
}
.AccordionArea .AccordionButton.active {
	background-image: -webkit-linear-gradient(270deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(26,162,155,1.00) 1.55%,rgba(21,132,126,1.00) 100%);
	background-color: rgba(26,162,155,1.00);
	border: solid 1px #147D77;
	transition-property:all;
	transition-duration:0.3s;
	color:#FFFFFF;
}
	
.AccordionArea .AccordionContent {	
	width: 100%;
	float: left;
	box-sizing:border-box;
	padding:15px;
	display: none;
	text-align: justify;
}

.WhatsAppButton {
	position: fixed;
	right: 10px;
	bottom: 70px;
	z-index: 999999;
	text-align: center;
}
.WhatsAppButton a {
	display: block;
}
.WhatsAppButton a i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius:50%;
	background-color: #4dc247;
	color: rgba(255,255,255,1.00);
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
}
.WhatsAppButton a span {
	display: block;
	background-color: #075e54;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 50px;
}


.uttsmobil {
	display: none;
}
.FaaliyetList {
	
}
.FaaliyetList ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}
.FaaliyetList ul li {
	margin-bottom: 5px;
	
}
.FaaliyetList ul li a {
	display: block;
padding: 10px;
	background-color: rgba(219,239,238,1.00);
	color: rgba(26,162,155,1.00);
	border-left: solid 2px rgba(26,162,155,1.00);
	border-bottom: solid 1px rgba(189,225,223,1.00);
	font-weight: 400;
	
}
.FaaliyetList ul li a:hover {
	display: block;
padding: 10px;
	background-color: rgba(194,228,226,1.00);
	color: rgba(26,162,155,1.00);
	border-left: solid 2px rgba(26,162,155,1.00);
	border-bottom: solid 1px rgba(189,225,223,1.00);
	font-weight: 400;
	
}






@media screen and (max-width:1024px) {
#AppForm {
display: block;
}
.DesktopAppButton {
	display: none;
}
.MobileAppButton {
	width: 90%;
	margin: auto;
	display: block;
}
.MobileAppButton span {
	padding: 15px;
	font-size: 15px;
	text-align: center;
	display: block;
	font-weight: 400;
	line-height: 24px;
	animation: flash 3.5s ease infinite normal; 
}
.MobileAppButton a {
	display: block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	background-color: #FCB72C;
	border-bottom: solid 1px #c69536;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
	box-sizing: border-box;
	margin: auto;
	border-radius: 10px;
	text-align: center;
	-webkit-animation: jump 1.5s ease 1s infinite normal ;
    animation: jump 1.5s ease 1s infinite normal ;
	transition-property:all;
	transition-duration:0.4s;
	
} 
.MobileAppButton a i {
	color: #3B3B3B;
	font-size: 24px;
	position: relative;
	left: 5px;
	top: 5px;
	margin-right: 10px;
	
}
	
.MainContainer .Slider-Wrap {
	position:relative;
	z-index: 999;
	-webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 90%, 0% 100%, 0 52%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 50%, 100% 90%, 0% 100%, 0 52%, 0% 0%);
}
.MainContainer .PageTitleArea {
	height:360px;
	line-height:360px;
	font-size:28px;
	font-weight:300;
	background-color:#404041;
	color:#FFFFFF;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	border-bottom:solid 1px #CCCCCC;
	text-align: center;
	-webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 90%, 0% 100%, 0 52%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 50%, 100% 90%, 0% 100%, 0 52%, 0% 0%);
}
	.MainContainer .Content-Wrap .StationItem {
	width: 47%;
	height: auto;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	display: inline-grid;
	background-color:#FFFFFF;
}
.HeaderMenu {
	display: none;
}
	.Header .Logo a {
	display: block;
	position: absolute;
	left: 50%;
	top: 12px;
	z-index: 100;
	box-sizing: border-box;
	margin-left: -50px;
}
	.TopBar {
	width:100%;
	height:30px;
	margin:auto;
	position:relative;
}
.TopPhone {
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 10px;
}
.TopPhone i {
	font-size: 20px;
	color: #1AA29B;
	margin-right: 5px;
}
.TopPhone span {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	top: -2px;
}
	.TopSocial {
	position: absolute;
	left: 10px;
	z-index: 100;
	top: 5px;
	border-right: none;
	padding-right: 10px;
}
	.MainContainer .Content-Wrap .CorporateArea .CorporateDetail {
	width: 100%;
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
}
	.MainContainer .Content-Wrap .CorporateArea .CorporateDetail p.Title {
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 22px;
	padding-bottom: 20px;
}
		.MainContainer .Content-Wrap .PageContent {
	padding-top:30px;
	padding-bottom:50px;
	margin:auto;
	width:100%;
	min-height: 660px;
}
		.InContent {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 24px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
}
		.InContent .PageLeft {
	display: none;
}
	.InContent .PageRight {
	float: none;
	width: 100%;
	padding-left: 0px;
	box-sizing: border-box;
}
	.InContent .LeftContactArea {
	width: 100%;
	float: none;
	padding-right: 0%;
	box-sizing: border-box;
		margin-bottom: 40px;
}
.InContent .RightContactArea {
	width: 100%;	
	box-sizing: border-box;
	padding-left: 0%;
	float: none;
}
	.MainContainer .Publication-Wrap .Publication {
	width: 100%;
	margin: auto;
}
	.MainContainer .Content-Wrap .NewsArea .NewsContent {
	width: 100%;
	margin: auto;
	text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
}
	.MainContainer .Publication-Wrap .BlockDetail {
	padding-left: 60px;
	border-right: none;
	padding-right: 0px;
	height: 60px;
}
	.MainContainer .Publication-Wrap .BlockDetail span.BlockTitle {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 5px;
}
.MainContainer .Publication-Wrap .ContactBlock {
	width: 90%;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	float: none;
}
.MainContainer .Publication-Wrap .MaillistBlock {
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: none;
	margin: auto;
}
	.MainContainer .Publication-Wrap .WebBlock {
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: none;
		margin: auto;
}
	.InContent {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 24px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
}
	.MainContainer .Footer-Wrap .Footer {
	margin: auto;
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom:10px;
	position: relative;
	min-height: 120px;
}
	.MainContainer .Footer-Wrap .Footer .FLogo {
	width:auto;
	height:auto;
	margin-right:0px;
		margin: auto;
	float:none;
		text-align: center;
}
.MainContainer .Footer-Wrap .Footer .FMenu {
	display: none;
}
	.MainContainer .Footer-Wrap .Social {
	float: none;
	padding-left: 0px;
		text-align: center;
		padding-top: 5px;
}
.MainContainer .Footer-Wrap .Social span {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
	padding-left: 1px;
	color: #FFF;
}
.MainContainer .Footer-Wrap .Social span.Title {
	display: none;
}
	.MainContainer .Footer-Wrap .Social ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 10px;
}
.MainContainer .Footer-Wrap .Social ul li {
	margin-right: 4px;
	display: inline-block;
}
.MainContainer .Footer-Wrap .Social ul li a {
}
.MainContainer .Footer-Wrap .Social ul li a i {
	display: block;
	font-size: 24px;
	color: #9afdf5;
	padding: 5px;
}
.MainContainer .Footer-Wrap .Social ul li a i:hover {
	color: #45D3C7;
	transition-property:all;
	transition-duration:0.2s;
}
	.OtobilMobileMenuArea {
	padding-bottom: 50px;
	background-color: #1AA29B;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
		display: block;
		margin-bottom: 30px;
}
.OtobilMobileMenuArea ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.OtobilMobileMenuArea ul li {
}
.OtobilMobileMenuArea ul li a {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #1DB8B0;
	display: block;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	color: #FFFFFF;
}
.OtobilMobileMenuArea ul li a:hover {
	background-color: #1a5855;
	transition-property:all;
	transition-duration:0.4s;
	border-bottom: solid 1px #168D87;
}
.OtobilMobileMenuArea ul li a.Selected {
	border-bottom: solid 1px #28c7bf;
	background-color: #1a5855;
	margin-left: -5px;
}
.OtobilMobileMenuArea ul li a.Selected:hover {
	background-color: #164B48;
}
	.GroupCompanyArea {
	width: 100%;
	min-height: 200px;
	border: solid 1px #E5E5E5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.GroupCompanyArea .LeftColumn {
	width: 100%;
	float: none;
	margin-right: 0%;
}
.GroupCompanyArea .RightColumn  {
	width: 100%;
	float: none;
	margin-left: 0%;
}
.ServicesItem {
	width: 49%;
	height: auto;
	position: relative;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}
	.MobileMenu {
		position: absolute;
		right: 10px;
		top: 22px;
		z-index: 999;
		width: 30px;
		height: 30px;
		display: block;
	}
	.MobileMenu i {
		font-size: 28px;
		color: #585858;
	}
	.MobileListMenu {
		display: none;
		width: 100%;
		position: absolute;
		z-index: 999999;
		top: 70px;
		left: 0px;
		background-color: #FFFFFF;
		box-shadow: 0 3px 8px 0 rgba(0,0,0,0.20), 0 1px 0px 0 rgba(0,0,0,0.02);
	}
	.MobileListMenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.MobileListMenu ul li {
	}
	.MobileListMenu ul li ul {
		display: none;
	}
	.MobileListMenu ul li a {
		display: block;
		padding: 10px;
		font-size: 14px;
		font-weight: 400;
		border-bottom: solid 1px #288C98;
		text-align: center;
		color: #FFF;
		background-color: #2A96A3;
	}
	.MobileListMenu ul li ul li a {
		display: block;
		padding: 10px;
		font-size: 14px;
		font-weight: 400;
		border-bottom: solid 1px #29929E;
		text-align: center;
		color: #FFF;
		background-color: #2FA5B3;
	}

	
	.NextButton a {
	font-size: 14px;
	font-weight: 600;
	color: #53c4d1;
	border-radius: 6px;
	display: block;
	background:none;
	border:solid 1px #53c4d1;
	margin: auto;
	width: 90%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 10px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.NextButton a:hover {
	border: solid 1px #53c4d1;
	background-color: #53c4d1;
	color: #FFFFFF;
	transition-property: all;
	transition-duration: 0.2s;
}
.ApplicationButton {
	padding-top: 20px;
	padding-bottom: 1px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.ApplicationButton a {
	display: block;
	width: 100%;
	height: 60px;
	background-color: #FCB72C;
	border-bottom: solid 2px #c69536;
	color: #3B3B3B;
	line-height: 60px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	margin: auto;
	-webkit-animation: jump 1.5s ease 4s infinite normal ;
    animation: jump 1.5s ease 4s infinite normal ;
	transition-property:all;
	transition-duration:0.4s;
	text-align: center;
	
}
	
#owl-banner .item {
        width: 100%;
	height: 600px;
	background-position: center center;
	position: relative;
	background-size: cover;
    }
#owl-banner .item .Caption {
		width: 60%;
	    height: auto;
	min-height: 100px;
	left: 20%;
	bottom: 60px;
	position: absolute;
	z-index: 200;
	text-align: center;
	color: #FFFFFF;
	animation: ItemAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ItemAnimation ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ItemAnimation ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ItemAnimation ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ItemAnimation ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 300;
	padding:5px;
	width: 240px;
	margin: auto;
	display: block;
	line-height: 30px;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #FCB72C;
	border-bottom: solid 2px #B08430;
	color: #3B3B3B;
	font-weight: 600;
    }
.uttsmobil {
		display: block;
		color: #ff910e;
		font-size: 20px;
		font-weight: 600;
		line-height: 18px;
		letter-spacing: 2px;
		position: absolute;
		right: 55px;
		top: 27px;
	}
	.uttsmobil a {
		display: block;
		color: #ff910e;
	}

}


@media screen and (max-width:980px) {

.ServicesItem {
	width: 99%;
	height: auto;
	position: relative;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}
	.ServicesItem:hover .Icon {
	top: -45px;
	 -webkit-animation: jump 1.5s ease 0s infinite normal ;
 animation: jump 1.5s ease 0s infinite normal ;
	transition-property:all;
	transition-duration:0.4s;
}

	#owl-banner .item {
        width: 100%;
	height: 500px;
	background-position: center center;
	position: relative;
	background-size: cover;
    }
#owl-banner .item .Caption {
		width: 60%;
	    height: auto;
	min-height: 100px;
	left: 20%;
	bottom: 20px;
	position: absolute;
	z-index: 200;
	text-align: center;
	color: #FFFFFF;
	animation: ItemAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ItemAnimation ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ItemAnimation ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ItemAnimation ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ItemAnimation ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 300;
	padding:5px;
	width: 240px;
	margin: auto;
	display: block;
	line-height: 30px;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #FCB72C;
	border-bottom: solid 2px #B08430;
	color: #3B3B3B;
	font-weight: 600;
    }
	#owl-banner .owl-prev {
       display: none;
    }
	#owl-banner .owl-next {
       display: none;
    }
	.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 #1AA29B;
	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 #1AA29B;
	content:"";
	z-index:10;
}
.LineHeading span {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 22px;
	font-weight: 400;
	position: relative;
	z-index: 100;
	color: #424E58;
}
	.BoxContent .Box {
	display:inline-table;
	width: 44%;
	min-height: 60px;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 10px;
}


}




@media screen and (max-width:760px) {

.ServicesItem {
	width: 99%;
	height: auto;
	position: relative;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}

	#owl-banner .item {
        width: 100%;
	height: 380px;
	background-position: center center;
	position: relative;
	background-size: cover;
    }
#owl-banner .item .Caption {
		width: 60%;
	    height: auto;
	min-height: 100px;
	left: 20%;
	bottom: 10px;
	position: absolute;
	z-index: 200;
	text-align: center;
	color: #FFFFFF;
	animation: ItemAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ItemAnimation ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ItemAnimation ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ItemAnimation ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ItemAnimation ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 300;
	padding:2px;
	width: 240px;
	margin: auto;
	display: block;
	line-height: 30px;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #FCB72C;
	border-bottom: solid 2px #B08430;
	color: #3B3B3B;
	font-weight: 600;
    }
	#owl-banner .owl-prev {
       display: none;
    }
	#owl-banner .owl-next {
       display: none;
    }

}


@media screen and (max-width:480px) {

.ServicesItem {
	width: 99%;
	height: auto;
	position: relative;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}

	#owl-banner .item {
        width: 100%;
	height: 270px;
	background-position: center center;
	position: relative;
	background-size: cover;
    }
#owl-banner .item .Caption {
		width: 60%;
	    height: auto;
	min-height: 100px;
	left: 20%;
	bottom: 0px;
	position: absolute;
	z-index: 200;
	text-align: center;
	color: #FFFFFF;
	animation: ItemAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ItemAnimation ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ItemAnimation ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ItemAnimation ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ItemAnimation ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 300;
	padding:2px;
	width: 240px;
	margin: auto;
	display: block;
	line-height: 30px;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #FCB72C;
	border-bottom: solid 2px #B08430;
	color: #3B3B3B;
	font-weight: 600;
    }
	#owl-banner .owl-prev {
       display: none;
    }
	#owl-banner .owl-next {
       display: none;
    }

}




