﻿@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	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 */
.MainContainer {
}
.MainContainer .TopBar-Wrap {
	background-color: #f5f5f5;
	border-bottom: solid 1px #E1E1E1;
	width: 100%;
	height: 38px;
	background-image: -webkit-linear-gradient(270deg,rgba(245,245,245,1.00) 0.52%,rgba(232,232,232,0.50) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(245,245,245,1.00) 0.52%,rgba(232,232,232,0.50) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(245,245,245,1.00) 0.52%,rgba(232,232,232,0.50) 99.48%);
	background-image: linear-gradient(180deg,rgba(245,245,245,1.00) 0.52%,rgba(232,232,232,0.50) 99.48%);
	position: relative;
	z-index: 999;
}
.TopBar {
	width:1140px;
	height:38px;
	margin:auto;
	position:relative;
}
.TopButtons {
	display: inline-block;
	float: right;
	font-size: 11px;
	text-align: center;
	height: 40px;
	box-sizing: border-box;
	padding-top: 4px;
}
.TopButtons a.Bid {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: #F46D00;
	color: rgba(255,255,255,1.00);
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 600;
}
.TopButtons a.Bid:hover {
	color: #FFF;
	border: none;
	background-color: #DD6300;
	transition-property: all;
	transition-duration: 0.2s;
}
.TopYCLN {
	position: absolute;
	left: -26px;
	z-index: 100;
	top: 0px;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	font-size: 11px;
	font-weight:400;
	color: #787878;
}
.TopPhone {
	height: 38px;
	display: inline-block;
	float: right;
	line-height: 38px;
	padding-left: 15px;
	border-right: solid 1px #DADADA;
	padding-right: 15px;
}
.TopPhone i {
	font-size: 20px;
	color: #27B9C9;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.TopPhone span.Country {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.TopPhone span.Number {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
.MainContainer .Header-Wrap {
	background-color: #FFFFFF;
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 999;
}
.Header {
	max-width:1140px;
	height:70px;
	margin:auto;
	position:relative;
}
.Header .Logo a {
	display: block;
	position: absolute;
	left: -63px;
	top: 15px;
	z-index: 100;
	box-sizing: border-box;
}
.Header .Logo a img {
	height: 70px;
}
.Header .Logo-b a {
	display: block;
	position: absolute;
	right: -80px;
	top: 6px;
	z-index: 100;
	box-sizing: border-box;
}
.Header .Logo-b a img {
	height: 90px;
}
.HeaderMenu {
	height:55px;
	position:absolute;
	right:47px;
	bottom:0px;
	z-index:9999;
}
.MainContainer .Slider-Wrap {
	position:relative;
	z-index: 100;
	background-color: #F7F7F7;
}
.MainContainer .Slider-Wrap:after {
	content:"";
	width: 50%;
	height: 90px;
	position: absolute;
	bottom: -5px;
	background-color: #F7F7F7;
	transform: skewY(5deg);
	left: 0px;
	z-index: 100;
}
.MainContainer .Slider-Wrap:before {
	content:"";
	width: 50%;
	height: 90px;
	position: absolute;
	bottom: -5px;
	background-color: #F7F7F7;
	transform: skewY(-5deg);
	right: 0px;
	z-index: 100;
}
.MainContainer .Slider-Wrap .Slider {
	width: 100%;
	height: auto;
	margin: auto;
}
.MainContainer .PageTitleArea {
	height:400px;
	line-height:400px;
	font-size:42px;
	font-weight:300;
	background-color:#A0A0A0;
	color:#FFFFFF;
	text-align: center;
	position: relative;
	animation: flash ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: bounceInDown ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: bounceInDown ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: bounceInDown ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: bounceInDown ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.MainContainer .PageTitleArea:after {
	content:"";
	width: 50%;
	height: 70px;
	position: absolute;
	bottom: -35px;
	background-color: #F7F7F7;
	transform: skewY(4deg);
	left: 0px;
	z-index: 100;
}
.MainContainer .PageTitleArea:before {
	content:"";
	width: 50%;
	height: 70px;
	position: absolute;
	bottom: -35px;
	background-color: #F7F7F7;
	transform: skewY(-4deg);
	right: 0px;
	z-index: 100;
}
.MainContainer .PageTitleArea.NoBorder {
	border-bottom:none;
}
.MainContainer .PageTitleArea.CC {
	background-position: center center;
}
.MainContainer .PageTitleArea.CB {
	background-position: center bottom;
}
.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 .GoogleMaps {
	height:640px;
	border:solid 5px rgba(193,193,193,0.25);
}
.MainContainer .Content-Wrap {
	min-height:580px;
	padding-top: 30px;
	padding-bottom: 0px;
	background-color: #F7F7F7;
}
.MainContainer .Content-Wrap.YCL {
	background-image: url(../images/YucelenBgLogo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.MainContainer .Content-Wrap .ReferenceArea {
	width: 100%;
	position: relative;
	padding-top: 90px;
	padding-bottom: 30px;
}
.MainContainer .Content-Wrap .ReferenceArea .ReferenceContent {
	width: 1100px;
	margin: auto;
	text-align: center;
	position: relative;
	padding-top: 20px;
}
.MainContainer .Content-Wrap .ServicesArea {
	width: 100%;
	position: relative;
	padding-top: 90px;
	background-color: #EEE;
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #E5E5E5;
}
.MainContainer .Content-Wrap .ServicesArea:after {
	content:"";
	width: 50%;
	height: 70px;
	position: absolute;
	bottom: -35px;
	background-color: #EEE;
	transform: skewY(4deg);
	left: 0px;
	border-bottom: solid 1px #D7D7D7;
	z-index: 100;
}
.MainContainer .Content-Wrap .ServicesArea:before {
	content:"";
	width: 50%;
	height: 70px;
	position: absolute;
	bottom: -35px;
	background-color: #EEE;
	transform: skewY(-4deg);
	right: 0px;
	border-bottom: solid 1px #D7D7D7;
	z-index: 100;
}
.MainContainer .Content-Wrap .ServicesArea .ServicesContent {
	width: 100%;
	min-height: 540px;
	position: relative;
	padding-bottom: 10px;
}
.MainContainer .Content-Wrap .CorporateArea {
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #F7F7F7;
}
.MainContainer .Content-Wrap .CorporateArea:after {
	content:"";
	width: 50%;
	height: 70px;
	position: absolute;
	bottom: -35px;
	background-color: #F7F7F7;
	transform: skewY(4deg);
	left: 0px;
	border-bottom: solid 1px #DBDBDB;
	z-index: 100;
}
.MainContainer .Content-Wrap .CorporateArea:before {
	content:"";
	width: 50%;
	height: 70px;
	position: absolute;
	bottom: -35px;
	background-color: #F7F7F7;
	transform: skewY(-4deg);
	right: 0px;
	border-bottom: solid 1px #DBDBDB;
	z-index: 100;
}
.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: 400;
	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;
	font-weight: 400;
}
.InContent .PageLeft {
	float: left;
	width: 240px;
	position: relative;
}
.InContent .PageLeft .LeftMenuArea {
	padding-bottom: 30px;
	position: relative;
	bottom: 200px;
	z-index: 999;
	-webkit-box-shadow:0px 10px 32px 0px rgba(81,84,86,0.23);
	border-radius: 15px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.InContent .PageLeft .LeftMenuArea .MenuTitle {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
	color: #27B9C9;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 1px #D3D3D3;
}
.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: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
	color: #6A7D8D;
	box-sizing: border-box;
}
.InContent .PageLeft .LeftMenuArea ul li a:hover {
	border-left: solid 4px #27B9C9;
}
.InContent .PageLeft .LeftMenuArea ul li a.Selected {
	border-left: solid 4px #27B9C9;
	color: #424E58;
	font-weight: 700;
}
.InContent .PageLeft .LeftMenuArea ul li a.Selected:hover {
}
.InContent .PageRight {
	float: left;
	width: 900px;
	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 .FranchiseRegisterArea {
	margin-bottom: 20px;
	
}
.InContent .FranchiseRegisterArea .LeftArea {
	width: 49%;
	float: left;
	padding-right: 1%;
	box-sizing: border-box;
}
.InContent .Title {
	font-size: 26px;
	font-weight: 300;
	padding-bottom: 20px;
}
.InContent .FranchiseRegisterArea .LeftArea .RegisterForm {
}
.InContent .FranchiseRegisterArea .RightArea {
	width: 49%;	
	box-sizing: border-box;
	padding-left: 1%;
	float: left;
}
.InContent .FranchiseRegisterArea .RightArea img {
	display: block;
	width: 100%;
	height: auto;
}
.InContent .ContactArea {
	margin-bottom: 20px;
	
}
.InContent .LeftContactArea {
	width: 49%;
	float: left;
	padding-right: 1%;
	box-sizing: border-box;
}
.InContent .LeftContactArea .Block {
	background-color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	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: solid 1px #E8E8E8;
	margin-bottom: 20px;
}
.InContent .LeftContactArea .Block .OfficeTitle {
	height: 40px;
	line-height: 40px;
	font-weight: 600;
}
.InContent .LeftContactArea .Block .OfficeMaps {
	height: 180px;
	margin-bottom: 20px;
}
.InContent .RightContactArea {
	width: 49%;	
	box-sizing: border-box;
	padding-left: 1%;
	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;
	color: #27B9C9;
}
.InContent .ContactArea span {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: solid 1px #E8E8E8;
}
.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.MobilePhone {
}
.InContent .ContactArea span.MobilePhone i {
	font-size: 24px;
}
.InContent .ContactArea span.Fax {
}
.InContent .ContactArea span.Fax i {
	font-size: 16px;
}
.InContent .ContactFormArea {
}
.InContent .SupportFormArea {
}
.InContent .SupportFormArea .FormLeft {
	width: 49%;
	margin-right: 1%;
	box-sizing: border-box;
	float: left;
}
.InContent .SupportFormArea .FormRight {
	width: 49%;
	margin-left: 1%;
	box-sizing: border-box;
	float: left;
}
.FormGroup {
	margin-bottom: 5px;
}
.FormGroup label {
	margin-bottom: 5px;
	display: block;
}
.FormGroup input[type='text'] {
	width: 100%;
	padding: 12px;
	border: 1px solid #27B9C9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.FormGroup input[type='file'] {
	width: 100%;
	padding: 12px;
	border: 1px solid #27B9C9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.FormGroup input[type='submit'], [type='button'] {
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	background-color:#27B9C9;
	color:#FFF;
	box-sizing: border-box;
	border: solid 1px #27B9C9;
	-webkit-appearance: none;
   -moz-appearance:    none;
}
.FormGroup input:hover[type='submit'], [type='button'] {
	background-color:#209AA8;
	border: solid 1px #27B9C9;
	transition-property:all;
	transition-duration:0.2s;
}
.FormGroup select {
	width: 100%;
	padding: 12px;
	border: 1px solid #27B9C9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.FormGroup textarea {
	width: 100%;
	height: 120px;
	padding: 10px;
	border: 1px solid #27B9C9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.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.title {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #27B9C9;
}
.InContent p.large {
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
}
.InContent p.italic {
	font-style: italic;
}
.InContent p.center {
	text-align: center;
}
.InContent p.bold {
	font-weight: 600;
}
.InContent .Clip {
	margin:auto;
	text-align: center;
	margin-bottom: 20px;
}
.InContent .Clip img {
	width: 400px;
}
.MainContainer .Publication-Wrap {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #DFDFDF;
	border-top: solid 1px #CECECE;
}
.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;
}
.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: #27B9C9;
	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: #27B9C9;
	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: #27B9C9;
	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: 400;
	padding-bottom: 5px;
}
.MainContainer .Publication-Wrap .BlockDetail span.PNumber {
	font-weight: 400;
}
.MainContainer .Publication-Wrap .BlockDetail span.PNumber span.Number {
	font-size: 19px;
	display: inline-block;
}
.MainContainer .Footer-Wrap {
	background-color: #e3e3e3;
	border-top: solid 2px #343434;
	position: relative;
	min-height: 260px;
	background-image: -webkit-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(64,64,64,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(64,64,64,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(64,64,64,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(64,64,64,1.00) 0%,rgba(64,64,64,1.00) 100%);
}
.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: 5px;
	display: inline-block;
}
.MainContainer .Footer-Wrap .Social ul li a {
}
.MainContainer .Footer-Wrap .Social ul li a i {
	display: block;
	font-size: 18px;
	color: #C3C3C3;
	border: solid 1px #727272;
	background-color: #727272;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
}
.MainContainer .Footer-Wrap .Social ul li a i:hover {
	color: #CEF1F5;
	transition-property:all;
	transition-duration:0.2s;
	background-color: #27B9C9;
	border: solid 1px #27B9C9;
}
.MainContainer .Footer-Wrap .Footer {
	margin: auto;
	height: auto;
	width: 1140px;
	padding-top: 25px;
	padding-bottom:25px;
	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: 60px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul.FM2 {
	float: left;
	padding-right: 60px;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul.FM3 {
	float: left;
	padding-right: 60px;
}
}
.MainContainer .Footer-Wrap .Footer .FMenu ul.FM4 {
	float: left;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li {
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li.FMTitle {
	display: block;
	color: #DDDDDD;
	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;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	color: #B5B5B5;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li a.noborder {
	border:none;
}
.MainContainer .Footer-Wrap .Footer .FMenu ul li a:hover {
	color: #D7E9FE;
	transition-property:all;
	transition-duration:0.2s;
}

.MainContainer .Copyright-Wrap {
	background-color: #27b9c9;
	border-top:solid 1px #7ADAE5;
	position:relative;
	padding-top:14px;
	padding-bottom:14px;
}
.MainContainer .Copyright-Wrap .Copyright {
	width: 360px;
	margin:auto;
}
.MainContainer .Copyright-Wrap .Copyright span {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
}
.MainContainer .Copyright-Wrap .Copyright span.C1 {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #209AA8;
}
.MainContainer .Copyright-Wrap .Copyright span.C2 {
	padding-left: 10px;
	float: left;
	border-left: 1px solid #42CBDA;
}




.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  {
}


.CertificaresArea {
	
}
.CertificaresArea ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	
}
.CertificaresArea ul li {
	margin-right: 20px;
	display: inline-block;
	
}
.CertificaresArea ul li a {
	display: block;
	width: 400px;
	height: auto;
	
}
.CertificaresArea ul li a img {
	max-width: 100%;
	height: 300px;
	object-fit: cover;
	
}

.ReferLogosArea {
}
.ReferLogosArea ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.ReferLogosArea ul li {
	float: left;
	margin-right: 15.5%;
	margin-bottom: 4.5%;
	width: 30%;
	height: auto;
	text-align: center;
	border: solid 1px #DFDFDF;
	background-color: rgba(255,255,255,0.50);
	box-sizing: border-box;
	position: relative;
transition: all 0.3s ease 0s;
	z-index: 100;
}
.ReferLogosArea ul li img {
	width: 100%;
	height: auto;
	text-align: center;
	
}
.ReferLogosArea ul li:hover {
	border-color: #00C0FF;
box-shadow: 0px 0px 15px #00C0FF;
text-decoration: none;
outline: medium none;
transition: all 0.3s ease 0s;
transform: scale(1.2);
z-index: 999;
}

#Loader-Wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.90);
}
#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 .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#Loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #27B9C9 transparent transparent transparent;
}
#Loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#Loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#Loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@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;
}
#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: #535353;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 28px;
	height: 70px;
	line-height: 70px;
	font-style: normal;
	font-weight: 600;
	box-sizing: border-box;
	border-right: solid 1px #EFEFEF;
}
#Menu-Nav li a.noborder {
	border-right: none;
}
#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: 40px;
}
#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: transparent;
}
#Menu-Nav li a.active {
	background-color: #FFF;
	transition-property:all;
	transition-duration:0.2s;
	color: #27B9C9;
	border-top: solid 2px #27B9C9;
	box-sizing: border-box;
}
#Menu-Nav ul li a.active {
	background-color: #FFF;
	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: #FFF;
	-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:999;
}
#Menu-Nav ul li {
	margin: 0px;
	padding: 0px;
	height: 48px;
	font-size: 11px;
	border-bottom: 1px solid #E3E3E3;
}
#Menu-Nav ul li:hover {
	border-bottom: 1px solid #24ABB9;
}
#Menu-Nav ul li a {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 48px;
	line-height: 48px;
	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: 260px;
	text-shadow: none;
	white-space: nowrap;
	background-color: #FFF;
}
#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: #27b9c9;
}
#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:260px;
	position:absolute;
	left:100%;
	top:0px;
	border-top:none;
}
#Menu-Nav ul li ul li a {
	width:277px;
}
/*Top Menu Code*/




.LineHeading {
	position:relative;
	text-align:center;
	display:block;
	margin-bottom:25px;
}
.LineHeading:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -4%;
	display:block;
	width:8%;
	height:1px;
	border-top:solid 1px #27B9C9;
	content:"";
	z-index:10;
}
.LineHeading:before {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -2%;
	display:block;
	width:4%;
	height:1px;
	border-top:solid 3px #27B9C9;
	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;
}


.TopLanguage {
	float: right;
	padding-left: 15px;
	border-left: solid 1px #FFFFFF;
	height: 40px;
	padding-top: 6px;
}
.TopLanguage a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: hsla(186,68%,47%,1.00);
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.TopSocial {
	float: right;
	padding-left: 15px;
	border-left: solid 1px #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-right: solid 1px #DADADA;
	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: 16px;
	color: #9A9A9A;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.TopSocial ul li a i:hover {
	color: #27B9C9;
	transition-property:all;
	transition-duration:0.2s;
}


.NextButton a {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	border-radius: 6px;
	display: block;
	background-color: #27B9C9;
	border:solid 1px #27B9C9;
	margin: auto;
	width: 50%;
	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 #27B9C9;
	background-color: transparent;
	color: #27B9C9;
	transition-property: all;
	transition-duration: 0.2s;
}
.fblack {
	color: #424E58;
}




#owl-banner .item {
        width: 100%;
	height: 700px;
	position: relative;
	background-size: cover;
    }
#owl-banner .item .Caption {
		width: 50%;
	    height: auto;
	min-height: 100px;
	left: 25%;
	top: 202px;
	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: fadeIn ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: fadeIn ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: fadeIn ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: fadeIn ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    }
#owl-banner .item .Caption .CDetail {
    }
#owl-banner .item .Caption .CDetail p.Title {
		font-size: 38px;
	font-weight: 600;
	padding-bottom: 20px;
    }
#owl-banner .item .Caption .CDetail p.Detail {
		font-size: 20px;
	font-weight: 100;
	line-height: 30px;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 300;
	padding:5px;
	width: 240px;
	margin: auto;
	display: block;
	border: solid 1px rgba(255,255,255,1.00);
	line-height: 30px;
	margin-top: 34px;
	border-radius: 5px;
	color: #FFFFFF;
    }
#owl-banner .item .Caption .CButton a:hover {
		background-color: #27B9C9;
	color: #FFFFFF;
	transition-property:all;
	transition-duration:0.4s;
	border: solid 1px #27B9C9;
    }
	#owl-banner .item img {
		height: auto;
		display: block;
    }
	#owl-banner .owl-prev {
       width: 50px;
		height: 50px;
		background-color: aqua;
		position: absolute;
		left: 30px;
		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: 30px;
		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;
	bottom: 30px;
	z-index: 9999;
	text-align: center;
	width: 100%;
    }




.PersonalItem {
	width: 200px;
	height: auto;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.PersonalItem .Images {
	width: 200px;
	height: 200px;
	overflow: hidden;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	box-sizing: border-box;
}
.PersonalItem .Images:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.PersonalItem .Images img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.PersonalItem .Detail {
	padding-top: 10px;
}
.PersonalItem .Detail span {
	display: block;
	text-align: center;
	padding: 2px;
	white-space: nowrap;
}
.PersonalItem .Detail span.Name {
	font-size: 16px;
	font-weight: 600;
}
.PersonalItem .Detail span.Status {
	font-size: 13px;
	font-weight: 400;
	color: #8E8E8E;
}

.CarrierArea {
}



#owl-reference .item {
            color: #FFF;
	box-sizing: border-box;
	margin-left: 5px;
	margin-right: 5px;
	border: solid 1px #DFDFDF;
	
        }
#owl-reference .item:hover {
            background-color: #27B9C9;
	transition-property:all;
	transition-duration:0.4s;
transition: all 0.3s ease 0s;
	border: solid 1px #00C0FF;
        }
#owl-reference .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#owl-reference .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-reference.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-reference .owl-buttons {
	text-align: center;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: auto;
	top: 50%;
	margin-top: -50px;
	left: 0px;
    }
#owl-reference .owl-prev {
       width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 50%;
		margin: 0px;
		padding: 0px;
		background-color: #d2d2d2;
		background-image: url(../images/BannerLeftArrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.7;
	border: solid 3px #FFF;
	overflow: hidden;
		text-indent: -999px;
		position: absolute;
	z-index: 999;
	left: -60px;
	top: 30%;
    }
#owl-reference .owl-prev:hover {
       background-color: #27B9C9;
    }
	#owl-reference .owl-next {
       width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 50%;
		margin: 0px;
		padding: 0px;
		background-color: #d2d2d2;
		background-image: url(../images/BannerRightArrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.7;
		border: solid 3px #FFF;
		overflow: hidden;
		text-indent: -999px;
		position: absolute;
		z-index: 999;
		right: -60px;
		top: 30%;
    }
#owl-reference.owl-next:hover {
       background-color: #27B9C9;
    }
		#owl-reference .item a {
            display: block;
        }


.ApplicationButton {
	padding-top: 20px;
	padding-bottom: 1px;
}
.ApplicationButton a {
	display: block;
	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;
	
}
.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: 15px;
	top: 7px;
	margin-right: 25px;
	
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
	margin-bottom: 10px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #27B9C9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
	margin-bottom: 10px;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3381DC;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}





#owl-services .item {
            width: 100%;
	height: 540px;
	
        }
#owl-services .item .Sleft {
	width: 540px;
	height: 480px;
	position: absolute;
	left: 50px;
	top: 30px;
	z-index: 110;
	background-color: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0px 0px 56px -7px rgba(0,0,0,0.75);
	border-radius: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(227,227,227,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(227,227,227,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(227,227,227,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(227,227,227,1.00) 100%);	
        }
#owl-services .item .Sleft:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 40px;
    border-color: transparent transparent transparent #E4E4E4;
    left: 100%;
    top: 50%;
    margin-top: -40px;
}
#owl-services .item .Sleft h3 {
            padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: 600;
	color: #464646;
	padding-bottom: 20px;
	
        }
#owl-services .item .Sleft p {
            padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #868686;
	
        }
#owl-services .item .Sleft .Continue {
	padding-top: 20px;
	
        }
#owl-services .item .Sleft .Continue a {
	background-color: #27B9C9;
	border:solid 1px #27B9C9;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: 300;
	border-radius: 10px;
	
        }
#owl-services .item .Sleft .Continue a:hover {
	border: solid 1px #27B9C9;
	background-color: transparent;
	color: #27B9C9;
	transition-property: all;
	transition-duration: 0.2s;
	
        }
#owl-services .item .SRight {
            width: 75%;
	height: 540px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	background-size: cover;
	background-position: center center;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
        }

#owl-services .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#owl-services .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-services .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-services .owl-buttons {
	text-align: center;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: auto;
	top: 50%;
	margin-top: -50px;
	left: 0px;
    }
#owl-services .owl-prev {
       width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 50%;
		margin: 0px;
		padding: 0px;
		background-color: #d2d2d2;
		background-image: url(../images/BannerLeftArrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.7;
	border: solid 3px #FFF;
	overflow: hidden;
		text-indent: -999px;
	top: 140px;
		position: absolute;
	z-index: 999;
	left: 20px;
    }
#owl-services .owl-prev:hover {
       background-color: #27B9C9;
    }
	#owl-services .owl-next {
       width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 50%;
		margin: 0px;
		padding: 0px;
		background-color: #d2d2d2;
		background-image: url(../images/BannerRightArrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.7;
		border: solid 3px #FFF;
		overflow: hidden;
		text-indent: -999px;
		top: 140px;
		position: absolute;
		z-index: 999;
		left: 560px;
    }
#owl-services .owl-next:hover {
       background-color: #27B9C9;
    }

