@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #424E58;
	background-color:#000;
}
body.Home {
	height: 100%;
	overflow: hidden !important;
}
body.PageBg {
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
body.PageBg.BG1 {
	background-image: url(../images/PageContentBg1.jpg);
}
body.PageBg.BG2 {
	background-image: url(../images/PageContentBg2.jpg);
}
body.PageBg.BG3 {
	background-image: url(../images/PageContentBg3.jpg);
}
body.PageBg.BG4 {
	background-image: url(../images/PageContentBg4.jpg);
}
* {
	outline: none;
}
html {
	height: 100%;
}
.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 .HomeHeader-Wrap {
	position: fixed;
	background-color: rgba(255,255,255,0.90);
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	box-shadow:  0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}
.MainContainer .HomeHeader-Wrap:hover {
	background-color: rgba(255,255,255,0.90);
	transition-property:all;
	transition-duration:0.8s;
}
.Header {
	width:100%;
	height:70px;
	margin:auto;
	position:relative;
}
.Header .Logo a {
	display: block;
	position: absolute;
	left: 10px;
	top: 7px;
	z-index: 100;
	box-sizing: border-box;
}
.Header .Logo a img {
	height: 56px;
}
.HeaderMenu {
	width: 970px;
	height:90px;
	margin: auto;
}

.Content-Wrap {
	padding-top: 120px;
	padding-bottom: 50px;
}
.Content-Wrap .Content {
	width: 80%;
	height: auto;
	margin: auto;
}
.Content-Wrap .Content .PageTitle {
	margin-bottom: 80px;
}
.Content-Wrap .Content .PageContentTitle {
	padding-top: 30px;
	padding-bottom: 30px;

}
.Content-Wrap .Content .ContentBlock {
	width: 100%;
	margin-bottom: 100px;
	color: rgba(255,255,255,1.00);
	font-size: 15px;
	line-height: 26px;
}
.Content-Wrap .Content .ContentBlock p {
	padding-bottom: 25px;
}
.Content-Wrap .Content .ContentBlock .Contact {
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 80%;
	margin: auto;
	text-align: center;
}
.Content-Wrap .Content .ContentBlock .Contact span {
	display: inline-flex;
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
	align-items: center;
	color: rgba(192,192,192,1.00);
	
}
.Content-Wrap .Content .ContentBlock .Contact span a {
	color: rgba(192,192,192,1.00);
	
}
.Content-Wrap .Content .ContentBlock .Contact span i {
	font-size: 28px;
	background-color: #FFF;
	color: #424E58;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-right: 15px;
}
.LineHeading {
	position:relative;
	text-align:center;
	display:block;
	margin-bottom:25px;
}
.LineHeading:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -12%;
	display:block;
	width:24%;
	height:1px;
	border-top:solid 1px #848484;
	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 #848484;
	content:"";
	z-index:10;
}
.LineHeading span {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 44px;
	font-weight: 800;
	position: relative;
	z-index: 100;
	color: #FFF;
}





.ContentLineHeading {
	position:relative;
	text-align:center;
	display:block;
	margin-bottom:25px;
}
.ContentLineHeading:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -12%;
	display:block;
	width:24%;
	height:1px;
	content:"";
	z-index:10;
}
.ContentLineHeading:before {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -4%;
	display:block;
	width:8%;
	height:1px;
	content:"";
	z-index:10;
}
.ContentLineHeading span {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 32px;
	font-weight: 700;
	position: relative;
	z-index: 100;
	color: #e1e1e1;
}

.MainContainer .Slider-Wrap {
	position: absolute;
	z-index: 998;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.MainContainer .Slider-Wrap .Slider {
	width: 100%;
	height: auto;
	margin: auto;
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots {
    position: relative;
	bottom: 50px;
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 1px 2px;
      background: none;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
	border: solid 1px #FFF;
	box-sizing: border-box;
}
.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #FFF; }



/*Top Menu Code*/

#Menu-Nav {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#Menu-Nav li {
	float: left;
	display: block;
	position: relative;
	z-index: 999;
	margin: 0;
	padding: 0px;
	z-index:9999;
}
#Menu-Nav li:hover {
	color: #FFF;
}
#Menu-Nav li a {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	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 30px ;
	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 30px ;
	background-repeat: no-repeat;
	border-top: 0px;
	opacity: 0.8;
	border-top: solid 3px #0d6cac;
}
#Menu-Nav li a.active {
	border-top: solid 3px #0d6cac;
	transition-property:all;
	transition-duration:0.2s;
	color: #0d6cac;
}
#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-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 990;
	z-index:99999;
	border-top: solid 1px #D4D4D4;
	background-color: rgba(255,255,255,1.00);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Menu-Nav ul::before {
	position: absolute;
    content: "";
    border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
    left: 30px;
    top: -10px;
	z-index: 999;
}
#Menu-Nav ul li {
	margin: 0px;
	padding: 0px;
	height: 44px;
	font-size: 11px;
	border-bottom: 1px solid #D3D3D3;
}
#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: 44px;
	color: #424E58 !important;
	line-height: 44px;
	border-top: 0px !important;
	font-size: 12px;
	font-weight: 600;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 200px;
	text-shadow: none;
	white-space: nowrap;
}
#Menu-Nav ul li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF !important;
	transition-property: all;
	transition-duration: 0.5s;
	background-color: #0d6cac;
}
#Menu-Nav ul a {
	display:block;
	height:15px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
		
#Menu-Nav ul a:hover {
	color: #333;
}
*html #Menu-Nav ul {
	margin:0 0 0 -2px;
}

#Menu-Nav ul li ul {
	width:400px;
	position:absolute;
	left:210px;
	top:0px;
	border-top:none;
}
#Menu-Nav ul li ul li a {
	width:390px;
}
/*Top Menu Code*/





#owl-banner .item {
        width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
	background-size: cover;
	opacity: 0;
    }
#owl-banner .item .ImgBG {
	position: static;
	left: 100%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.35);
    }
#owl-banner .item .Caption {
	border-left: solid 4px #0d6cac;
	position: absolute;
	left: 2%;
	bottom: 80px;
	padding: 15px 35px;
	width: auto;
	height: auto;
	z-index: 999;
	font-size: 54px;
	line-height: 44px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.70);
	animation: flipInX ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: flipInX ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: flipInX ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: flipInX ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: flipInX ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    }
#owl-banner .item .Caption:before {
	width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0d6cac;
	content:"";
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	
    }
#owl-banner .item .Caption p.Title {
	margin: 0px;
	font-size: 28px;
	font-weight: 200;
	padding-bottom: 15px;
	line-height: 32px;
    }
#owl-banner .item .Caption p.Detail {
		font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	color: #ababab;
    }
#owl-banner .item .Caption .CButton a {
		font-size: 14px;
	font-weight: 600;
	padding:5px;
	width: 240px;
	margin: auto;
	display: block;
	border: solid 1px rgba(255,255,255,1.00);
	line-height: 30px;
	margin-top: 30px;
	border-radius: 100px;
	color: rgba(255,255,255,1.00);
    }
#owl-banner .item .Caption .CButton a:hover {
	color: #FFF;
	transition-property:all;
	transition-duration:0.4s;
	background-color: #0d6cac;
	border: solid 1px #0d6cac;
   }
	#owl-banner .item img {
		height: auto;
		display: block;
    }
	#owl-banner .owl-prev {
       width: 50px;
		height: 50px;
		position: absolute;
		left: 30px;
		top: 40%;
		text-align: center;
		margin: 0px;
		padding: 0px;
		background-color: #161616;
		font-size: 20px;
    }
#owl-banner .owl-prev span {
	font-size: 40px;
	line-height: 40px;
    }
#owl-banner .owl-prev:hover span {
	color: #5A5A5A;
    }
#owl-banner .owl-prev:hover {
		background-color: rgba(255,255,255,0.70);
	transition-property:all;
	transition-duration:0.4s;
    }
	#owl-banner .owl-next {
       width: 50px;
		height: 50px;
		position: absolute;
		right: 30px;
		top: 40%;
		text-align: center;
		margin: 0px;
		padding: 0px;
		background-color: #161616;
    }
#owl-banner .owl-next span {
	font-size: 40px;
	line-height: 40px;
    }
#owl-banner .owl-next:hover span {
	color: #5A5A5A
    }
#owl-banner .owl-next:hover {
		background-color: rgba(255,255,255,0.70);
	transition-property:all;
	transition-duration:0.4s;
    }
#owl-banner .owl-controls {
	padding: 0px;
	margin: 0px;
    }
#owl-banner .owl-pagination {
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 9999;
	text-align: center;
	width: 100%;
    }


.TopSocial {
	padding-left: 25px;
	padding-right: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	z-index: 100;
	right: 140px;
	top: 22px;
	border-right: solid 1px #5d7183;
}
.TopSocial ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.TopSocial ul li {
	margin-right: 1px;
	display: inline-block;
}
.TopSocial ul li a {
}
.TopSocial ul li a i {
	display: block;
	font-size: 15px;
	color: #686161;
	width: 20px;
	height: 20px;
}
.TopSocial ul li a i:hover {
	color: #5C5454;
	transition-property:all;
	transition-duration:0.5s;
}

.TopLanguage {
	width: auto;
	height: auto;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
	text-align: center;
	display: block;
}
.TopLanguage a.TR {
	display: inline-block;
	width: 40px;
	height: 25px;
	line-height: 25px;
	border: solid 1px #CCCCCC;
}
.TopLanguage a.EN {
	display: inline-block;
	width: 40px;
	height: 25px;
	line-height: 25px;
	border: solid 1px #a9a9a9;
}
.TopLanguage a.Selected {
	background-color: #6E6E6E;
	color: rgba(255,255,255,1.00);
	border: solid 1px #6E6E6E;
}
.TopLanguage a:hover {
	opacity: 0.8;
	transition-property:all;
	transition-duration:0.2s;
}

.FormGroup {
	margin-bottom: 5px;
}
.FormGroup label {
	margin-bottom: 5px;
	display: block;
}
.FormGroup  ::placeholder {
	color: #FFFFFF;
	font-size: 14px;
	opacity: 0.5;
}

.ContactArea .FormGroup input[type='text'] {
	width: 100%;
	padding: 12px;
	border: none;
	border: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	box-sizing:border-box;
	color: #424E58;
	-webkit-appearance: none;
   -moz-appearance:    none;
	background-color: #F3F3F3;
	border:solid 1px #F3F3F3;
}
.ContactArea .FormGroup input:focus[type='text'] {
	border: 1px solid #e42a29;
	transition-property:all;
	transition-duration:0.5s;
}
.ContactArea .FormGroup textarea {
	width: 99%;
	height: 120px;
	padding: 10px;
	border: none;
	border: solid 1px #F3F3F3;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #424E58;
	-webkit-appearance: none;
   -moz-appearance:    none;
	background-color: #F3F3F3;
}
.ContactArea .FormGroup textarea:focus {
	border: 1px solid #e42a29;
	transition-property:all;
	transition-duration:0.5s;
}
.ContactArea .FormGroup  ::placeholder {
	color: #424E58;
	font-size: 14px;
	opacity: 0.5;
}
.ContactArea .ContactFormArea p {
	text-align: center;
}
.ApplicationFormArea {
	width: 70%;
	margin: auto;
	
}
.ApplicationFormArea .Row {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.ApplicationFormArea .Row .C1 {
	width: 49%;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
	box-sizing: border-box;
	
}
.FormGroup input[type='text'] {
	width: 100%;
	padding: 12px;
	border: none;
	border-bottom: solid 1px #4e4e4e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	box-sizing:border-box;
	color: #FFF;
	-webkit-appearance: none;
   -moz-appearance:    none;
	background-color: transparent;
}
.FormGroup input:focus[type='text'] {
	border-bottom: 1px solid #0d6cac;
	transition-property:all;
	transition-duration:0.5s;
}
.FormGroup input[type='file'] {
	width: 100%;
	padding: 12px;
	border: 1px solid #cbcbcb;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.FormGroup input[type='submit'], [type='button'] {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	background-color:transparent;
	color:#FFF;
	box-sizing: border-box;
	border: solid 1px #FFF;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 50px;
}
.FormGroup input:hover[type='submit'], [type='button'] {
	background-color:#0d6cac;
	border: solid 1px #0d6cac;
	transition-property:all;
	transition-duration:0.2s;
	cursor: pointer;
}
.FormGroup select {
	width: 100%;
	padding: 12px;
	border: 1px solid #cbcbcb;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #52626E;
	-webkit-appearance: none;
   -moz-appearance:    none;
	border-radius: 6px;
}
.FormGroup textarea {
	width: 99%;
	height: 120px;
	padding: 10px;
	border: none;
	border-bottom: solid 1px #4e4e4e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	color: #FFF;
	-webkit-appearance: none;
   -moz-appearance:    none;
	background-color: transparent;
}
.FormGroup textarea:focus {
	border-bottom: 1px solid #0d6cac;
	transition-property:all;
	transition-duration:0.5s;
}
.CatalogButton a {
		font-size: 14px;
	font-weight: 600;
	padding:10px;
	width: 340px;
	margin: auto;
	display: block;
	border: solid 1px rgba(255,255,255,1.00);
	line-height: 30px;
	margin-top: 30px;
	border-radius: 100px;
	color: rgba(255,255,255,1.00);
	text-align: center;
    }
.CatalogButton a:hover {
	color: #FFF;
	transition-property:all;
	transition-duration:0.4s;
	background-color: #0d6cac;
	border: solid 1px #0d6cac;
    }

.MobileMenu {
	display: none;
}
.MobileListMenu {
	display: none;
}

#Loader-Wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: rgba(0,0,0,0.90);
}

.AdvertListArea {
	width: 100%;
	margin: auto;
}
.AdvertList {
	width: 32%;
	float: left;
	position: relative;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 20px;
	padding-bottom: 3px;
	background-color: #FFF;
	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 5px #FFF;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.AdvertList:hover {
	background-color: #446183;
	transition-property:all;
	transition-duration:0.4s;
}
.AdvertList:hover .AImage img {
	-webkit-transition: all 400ms ease-out;
    -webkit-transform: scale(1.10);
    -ms-transition: all 400ms ease-out;
    -ms-transform: scale(1.10);   
    -moz-transition: all 400ms ease-out;
    -moz-transform: scale(1.10);
    transition: all 400ms ease-out;
    transform: scale(1.10);
}
.AdvertList .AImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.AdvertList .AImage img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	-webkit-transition: all 400ms ease-out;
    -webkit-transform: scale(1.00);
    -ms-transition: all 400ms ease-out;
    -ms-transform: scale(1.00);   
    -moz-transition: all 400ms ease-out;
    -moz-transform: scale(1.00);
    transition: all 400ms ease-out;
    transform: scale(1.00);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.AdvertList .AImageContent {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 998;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
}
.AdvertList:hover .AImageContent {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.40);
	transition-property:all;
	transition-duration:0.4s;
}
.AdvertList .AImageContent .HomeSale2 {
    position: absolute;
	z-index: 100;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	right: 10px;
	top: 10px;
	background-color: #0d6cac;
	color: #FFFFFF;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
 }
.AdvertList .ABottomContent {
	min-height: 100px;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	padding: 10px;
	box-sizing: border-box;
}
.AdvertList .ABottomContent span {
	display: block;
	padding: 3px;
	box-sizing: border-box;
}
.AdvertList .ABottomContent span.AName {
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	color: #3D454F;
}
.AdvertList .ABottomContent span.ALocation {
	font-size: 15px;
	font-weight: 400;
	color: #868686;
}
.AdvertList .ABottomContent span.ALocation i {
	color: #0d6cac;
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}
.AdvertList .ABottomContent .Properties {
	text-align: center;
	padding-top: 10px;
	border-top: solid 1px #D5D5D5;
	margin-top: 10px;
}
.AdvertList .ABottomContent .Properties span {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 13px;
	font-weight: 600;
	color: #A6A6A6;
}

.CertificaresArea {
	text-align: center;
	
}
.CertificaresArea ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}
.CertificaresArea ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
	
}
.CertificaresArea ul li a {
	display: block;
	width: auto;
	height: auto;
	
}
.CertificaresArea ul li a img {
	max-width: 100%;
	height: 220px;
	width: auto;
	border: solid 1px #E1E1E1;
	
}
.PageServicesArea {
	width: 70%;
	margin: auto;
	
}
.PageServicesArea p.Title {
	font-size: 16px;
	font-weight: 600;
}
.AdvertList .ABottomContent .Properties span i {
	font-size: 15px;
	color: #A6A6A6;
	margin-right: 6px;
	vertical-align: middle;
}
#Loader {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
	text-align: center;
	z-index: 9998;
	
}

#Loader .Loading {
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 9999;
	border-radius: 100px;
	padding: 10px;
}

.lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
	position: relative;
	top: -120px;
	left: -00px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #a9a9a9 transparent #0d6cac transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
	
	@keyframes ItemAnimation {
  0% {
    opacity:0;
    transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes ItemAnimation {
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes ItemAnimation {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes ItemAnimation {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes ItemAnimation {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}





@media screen and (max-width:1440px) {
	
	.HeaderMenu {
	width: 740px;
}
	#Menu-Nav li a {
	padding-right: 15px;
	padding-left: 15px;
}

	
}

@media screen and (max-width:1280px) {
	
	
	.Header .Logo a {
	left: 5px;
	top: 10px;
}
	.Header .Logo a img {
	height: 50px;
}
	
	.HeaderMenu {
	width: 680px;
}
	#Menu-Nav li a {
	font-size: 12px;
	padding-top: 30px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	height: 70px;
}
	.Content-Wrap .Content .ContentBlock .Contact span {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
		flex-direction: column;
	
}
	.Content-Wrap .Content .ContentBlock .Contact span i {
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-right: 0px;
		margin-bottom: 20px;
		margin-top: 20px;
}
	.ApplicationFormArea {
	width: 80%;
	
}
	.AdvertList .AImage img {
	height: 200px;
}
.AdvertList .ABottomContent span.AName {
	font-size: 15px;
}
	.AdvertList .ABottomContent span.ALocation {
	font-size: 14px;
}
	
}

@media screen and (max-width:1152px) {

	.HeaderMenu {
	display: none;
}
	.Header .Logo a {
	left: 50%;
	margin-left: -150px;
}
		.MobileMenu {
		position: absolute;
	right: 20px;
	top: 25px;
		z-index: 999;
		width: 35px;
		height: auto;
		display: block;
		cursor: pointer;
	color: #424242;
	}
.MobileMenu:hover {
	transition-property:all;
	transition-duration:0.2s;
	}
.MobileMenu.active {
	color: #D10003;
	transition-property:all;
	transition-duration:0.3s;
	opacity: 0.4;
	}
.MobileMenu span.L1 {
		display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 8px;
	background-color: rgba(18,18,18,1.00);
}
.MobileMenu span.L2 {
		display: block;
	width: 80%;
	height: 3px;
	margin-bottom: 8px;
	background-color: rgba(18,18,18,1.00);

}
.MobileMenu span.L3 {
		display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 8px;
	background-color: rgba(18,18,18,1.00);

}
	
	.MobileListMenu {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		top: 70px;
		right: 0px;
		overflow-x: auto;
		background-color: rgba(0,0,0,0.85);
			animation: slideInRight ease-out 0.3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: slideInRight ease-out 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: slideInRight ease-out 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: slideInRight ease-out 0.3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: slideInRight ease-out 0.3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
	}
	.MobileListMenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.MobileListMenu ul li {
	}
	.MobileListMenu ul li ul {
		display: none;
	}
	.MobileListMenu ul li a {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 14px;
		font-weight: 400;
		color: #FFF;
		box-sizing: border-box;
		border-bottom: solid 1px #1b1616;
		text-align: center;
	}
.MobileListMenu ul li a:hover {
	background-color: rgba(255,255,255,1.00);
	color: #2b2e34;
	transition-property:all;
	transition-duration:0.4s;
	}
	.MobileListMenu ul li ul li a {
		display: block;
		padding:  10px 8px;
		font-size: 13px;
		font-weight: 400;
		border-bottom: solid 1px #383838;
		color: #FFF;
		background-color: #484848;
		padding-left: 0px;
	}
.MobileListMenu ul li ul li a:hover {
		color: #DCDCDC;
	transition-property: all;
	transition-duration: 0.2s;
	background-color: #434343;
	}
	.MobileListMenu .LanguageArea {
		width: 100%;
		height: auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 10px;
		display: block;
		font-size: 13px;
		font-weight: 400;
	}
	.MobileListMenu .LanguageArea a:hover {
		border: solid 1px #FFF;
		color: #000 !important;
		background-color: #FFF;
		transition-property:all;
		transition-duration:0.8s;
		
	}
	.MobileListMenu .LanguageArea a.TR {
		display: inline-block;
		width: 25%;
		height: 30px;
		line-height: 30px;
		border: solid 1px #FFF;
		margin-right: 1%;
		margin-left: 1%;
		color: #FFF;
		
	}
	.MobileListMenu .LanguageArea a.EN {
		display: inline-block;
		width: 25%;
		height: 30px;
		line-height: 30px;
		border: solid 1px #FFF;
		color: #FFF;
		margin-right: 1%;
		margin-left: 1%;
		
	}
		.TopLanguage {
	display: none;
}
	.TopSocial {
	display: none;
}
	.Content-Wrap .Content {
	width: 90%;
}
	
}

@media screen and (max-width:1024px) {
	
	
	.LineHeading span {
	font-size: 38px;
}
	.LineHeading:after {
	left: 50%;
	margin-left: -24%;
	width:48%;
	height:1px;
}
.LineHeading:before {
	margin-left: -8%;
	width:16%;
}
	.AdvertList .AImage img {
	height: 170px;
}
	.PageServicesArea {
	width: 90%;
	
	.PageServicesArea p.Title {
	font-size: 14px;
		padding-bottom: 15px !important;
}
	.PageServicesArea ul li {
	font-size: 13px;
}


	
}

@media screen and (max-width:968px) {
	
	.AdvertList {
	width: 46%;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
	.AdvertList .AImage img {
	height: 260px;
}
	.AdvertList .ABottomContent span.AName {
	font-size: 18px;
}
	.AdvertList .ABottomContent span.ALocation {
	font-size: 15px;
}
	.AdvertList .ABottomContent .Properties span {
	font-size: 14px;
	
	
	
}

@media screen and (max-width:768px) {
	
	.LineHeading span {
	font-size: 38px;
}
	.LineHeading:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -24%;
	display:block;
	width:48%;
	height:1px;
	border-top:solid 1px #848484;
	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 #848484;
	content:"";
	z-index:10;
}
	
	.Content-Wrap .Content {
	width: 90%;
}
	.AdvertList .AImage img {
	height: 200px;
}

	.AdvertList .ABottomContent span.AName {
	font-size: 15px;
}
	.AdvertList .ABottomContent span.ALocation {
	font-size: 14px;
}
	.AdvertList .ABottomContent .Properties span {
	font-size: 13px;
	
	
	
}
	
}

@media screen and (max-width:640px) {
	
	#owl-banner .item .Caption p.Title {
	font-size: 20px;
	padding-bottom: 15px;
	line-height: 28px;
    }
#owl-banner .item .Caption p.Detail {
		font-size: 16px;
	font-weight: 400;
	line-height: 20px;
    }
.AdvertList {
	width: 100%;
	float: none;
	position: relative;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 30px;
}
	.AdvertList .AImage img {
	height: 350px;
}
	
}


@media screen and (max-width:440px) {
	
		.Content-Wrap .Content .ContentBlock .Contact span i {
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.ApplicationFormArea {
	width: 94%;
	
}
	.ApplicationFormArea .Row .C1 {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-left: 0;
	
}
	.FormGroup input[type='submit'], [type='button'] {
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 50px;
}
.LineHeading span {
	font-size: 28px;
}
	.MainContainer .Slider-Wrap .Slider .owl-theme .owl-dots .owl-dot span {
      width: 7px;
      height: 7px;
      margin: 1px 1px;
}
	#owl-banner .owl-next {
       display: none;
    }
	#owl-banner .owl-prev {
       display: none;
    }
	.AdvertList .ABottomContent span.AName {
	font-size: 16px;
}
	.AdvertList .ABottomContent span.ALocation {
	font-size: 15px;
}
	.AdvertList .ABottomContent .Properties span {
	font-size: 14px;
	
	
	
}
	
}





