/* 
	=-=-= Defaults =-=-=
*/

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #545454;
	/* margin-top: -20px; -- Remarketing only */ 
}

.section,
section {
	width: 100%;
	padding: 10px 0;
}
.section-title {
	margin-bottom: 40px;
}

.margin-auto {
	margin: 0 auto; 
}
ul {
	padding-left: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
a { text-decoration: none !important }
.no-padding { padding: 0 !important }

/* Font Colors */ 
p, h1, h2, h3, h4, h5, h6  { color: #030577 }
a:hover, a:focus { color: #02027a }
span { color: #858482 }

/* Primary Color */
.primary-color, .nav-tabs li a:hover, .btn-primary, .lesson-calendar-buttons .lesson-calendar-month, .header,
.lesson-calendar-content .card-header, .lesson-calendar-content .card-header.active {
	background-color: #02027a !important;
}

/* Transitions */
header nav ul li a, .form-section .basvuru-form .form-gonder, a.link-btn, .placement-test-wrap .placement-test-btn, .lesson-calendar-content .card-header, 
.galeri-slider-nav .galeri-item {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Link Button */ 
a.link-btn {
	padding: 7px 15px;
	color: #FFF !important;
	border-radius: 25px;
	opacity: 0.9;
	font-size: 18px;
}
a.link-btn.navy {
	background-color: #24325d;
}
a.link-btn-icon {
	margin-left: 10px;
}
a.link-btn:hover {
	opacity: 1;
}
a.link-btn .svg-inline--fa {
    margin-left: 5px;
}

/* Google Map */
.gMap,
.gMap #maps {
	width: 100%;
	height: 300px;
}
.gMap {
	padding: 0;
}

/* Footer Phone */
.footer-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    z-index: 9999;
    background: #fe8528;
    height: 40px;
    text-align: center;
    line-height: 35px;
    display: none;
}
.footer-phone a {
	color: #FFF;
	font-size: 18px; 
}

/* 
	=-=-= Header =-=-=
*/
header {
	width: 100%;
	position: relative;
}
header nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: center;
}

.header{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	height: 110px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.header-menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.header-menu li {
	padding: 0 30px;
}

.header-menu li a {
	display: inline-block;
	font-size: 1rem;
	color: #f3f3f3;
}
.header-menu li a:hover {
	color: #e60000;
}
.menu-btn {
	width: 36px;
	height: 34px;
	padding: 1px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
	line-height: 32px;
	text-align: center;
	color: #FFF; 
	display: none;
}
.menu-btn i {
	font-size: 32px;
	color: #FFF;
}
.d-flex-mobile {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.d-flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sidr > img {
	padding: 20px 40px;
}
.sidr .close-sidr {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #7d7d7d;
}

.sticky-wrapper {
	width: 100%;
	height: auto;
	z-index: 1000;
	transition: all .3s ease-in-out
}
.sticky-wrapper.is-sticky .sticky-header {
	width: 100% !important;
	z-index: 9999 !important;
}

.footer ,p,a,li{
	color:#333;
}

#contacts p,h1{
	color:#f3f3f3;
}

#contacts a{
	color:#DDD;
}
#contacts {
	text-align:center
}

footer {
	background-color:#030476;
	width: 100%;
	padding: 30px;

}

hr.solid {
    border-top: 2px solid #fff;
}

footer .row:first-child {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
footer .footer-social {
	width: 100%;
}
footer .footer-social a {
	color: #21409a !important;
	margin-left: 7px;
	font-size: 28px;
}
footer .newsletter-form {
	margin-bottom: 1rem;
}
footer .form-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .form-wrap p,
footer .form-wrap .newsletter-form,
footer .form-wrap .footer-social {
	width: 100%;
}

.form-group p{
	margin: 20px 0 0 10px;
}

footer .form-wrap .newsletter-form .send-form {
	border: 0;
	outline: 0;
	padding: 5px 20px;
	border-radius: 7px;
	background-color: #e60000;
	cursor: pointer;
	color: #FFF;
}


/* 
	=-=-= Form =-=-=
*/

.form-section {
	/*background: url('../images/form-bg.jpg') center top no-repeat;*/
	background-size: cover;
	margin-top: 20px;
}
.form-section h4 {
	width: 100%;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #212121;
}
.form-section h4 span {
	color: #ffd10c
}
.form-section .form-wrapper {
	/*margin: 60px auto 40px;*/
}
.form-section .form-wrapper p {
	color: #212121;
}
.form-section.thanks {
	padding: 70px 0;
}
.form-section.thanks .form-wrapper p {
	color: #FFF !important;
	margin-left: 40px;
}
.form-section .basvuru-form .form-control {
	background-color: #FFF;
	border-radius: 40px;
	min-height: 45px;
	box-shadow: none;
	border: 0;
	font-size: 14px;
}
textarea.form-control  {
	border-radius:10px;
}

.form-control {
	border-radius: 40px;
	min-height: 45px;
	box-shadow: none;
	border: 0;
	font-size: 14px;
}
.form-section .basvuru-form .form-control:focus,
.form-section .basvuru-form .form-control:hover {
	box-shadow: none;
}
.form-section .basvuru-form .hasError em.error {
	color: #24325d;
	font-size: 16px;
}
.form-section .basvuru-form .form-gonder {
	width: 50%;
	padding: 10px 120px;	
	color: #FFF;
	border-radius: 5px;
	font-weight: 700;
	outline: none;
	outline: 0;
	border: 0;
	cursor: pointer;
	background-color: #e60000;
}
.form-section .basvuru-form .form-gonder:hover {
	background-color: #c70c00;
}
.basvuru-form input[type=text]:placeholder,
.basvuru-form input[type=email]:placeholder{
	color: #212121;
}


.bannerRight {
	color: white;
	font-size:25px;
	margin-top:30px;
	margin:20px;
	text-align:center;
}

.bannerRight img{
	width:70%;

}

.inlinebox {
	text-align:center;
	display:inline-block;
}

.subform {
	display:inline-block;
	width: 45%;
}

.formImg {
}

.formImg img {

	max-width:100%;
}

.submitBtn {
	width: 100%;
	background: #030577;
	border:none;
	border-radius: 50px;
}

.formBgImg{
}

.formBgImgC{
	width:100%;
}

.blueLine{
	background-color: #24325d;
	width: 100%;
	height: 12px;
	z-index: 10;
}

.egitimC{
	background-color: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}

.egitimTitle{
	color: #b3271a;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.egitimDesc{
	font-size: 12px;
	color: #848387;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.egitimContinue{
	font-size: 16px;
	color: #24325d;
	text-align: center;
}

#subeSlider {
	margin-top: 20px;
	margin-bottom: 20px;
}

.subeC {
	background-color: #f6f6f6;
	min-height: 260px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;

	display: flex;
	flex-direction: column;
	align-items: center;

	border: 1px solid #B2B2B2;
}
.subeImgC {
	width: 250px;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;

	display: flex;
    justify-content: center;
    align-items: center;
}
.subeImg {
	width: 250px;
	align-items: center;
	border-radius: 5px;
	padding-bottom: 10px;
}
.subeTitle {
	font-size: 20px;
	color: #b3271a;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.subeDetail {
	font-size: 12px;
	color: #24325d;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.videoTitle1 {
		text-align: center;
		margin-top: 10px;
	}
	.videoTitle2 {
		text-align: center;
	}
	.videoDesc {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

}

.bulten-wrap {
	width: 100%;
	padding: 40px 0 60px;
	position: relative;
	background: url(../images/v2/bulten-bg.jpg) right top no-repeat;
	background-size: cover;
}
.newsletter-form {
	margin-bottom: 1rem;
}
.newsletter-form {
	width: 100%;
}
.newsletter-form .send-form {
	border: 0;
	outline: 0;
	padding: 5px 20px;
	border-radius: 7px;
	background-color: #b52c23;
	cursor: pointer;
	color: #FFF;
}
.newsletter-form input{
	border-width: 1px;
	border-color: #fff;
	background-color: transparent;
}
.newsletter-form input:placeholder{
	color: #fff;
}
.newsletter-form .form-row {
	justify-content: center;
}

footer ul{
	margin-top: 5px;
}

footer ul li {
	margin-bottom: 5px;
}

.yorumSlider {
	display: flex;
}

.yorumC {
	background-color: #f6f6f6;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	justify-content: center;
	align-items: center;
}
.yorumDesc{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.yorumPersonImgV {
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.yorumPersonImgC {
	background-color: #f6f6f6;
	width: 75px;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 5px;

}
.yorumPersonImgC2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.yorumPersonImg {
	height: 75px;
}
.yorumPersonImgArrow {
	height: 13px;
	vertical-align: top;
}
.yorumPersonTitle {
	color: #f6f6f6;
	margin-left: 10px;
}
.yorumPersonSubTitle {
	color: #f6f6f6;
	margin-left: 10px;
	font-size: 14px;
}
.yorumPersonDesc {
	align-self: flex-end;
}

.subeDetayBtn {
	background: #A7281D;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
}


.button {
	border-radius: 20px;
	background: #DDD;
	margin: 10px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.tabcontainer {
	margin: 20px auto;
	padding: 20px;
	border-radius: 20px;
	background: #eee;
}

.active a {
	background: #00f;
}

.nav-pills .nav-link {
	border-radius: 60px;
}

.nav-pills .nav-link.active {
	background: #D00;
}

.mytab-content {
	padding:20px;
	border-radius:0px 0px 20px 20px;
	background:#EEE;
}

nav .nav-link {
	border-radius: 30px 30px 0px 0px !important;
}

.form-tabs.active {
	background:#EEE !important;
	border-color: #EEE !important;
	background-color:#EEE !important; 
}

.card-header {
	background-color: #FFF;
}

.card-header {
	border-radius: 20px;
	border-bottom: none;
}
.card-header:first-child {
	border-radius: 20px;

}
.btn-link {
	color: #F00;
}

.btn-link:hover {
	color: #F00;
}
.card {
	margin:20px;
	border-radius:20px;
}

.mobile-exclusive {
	display:none
}

@media only screen and (max-device-width: 991px) {
	.mobile-exclusive {
		display:block;
	}

}

@media only screen and (max-device-width: 991px) {
	.desktop-exclusive {
		display:none;
	}

}
  @media (min-width: 768px) {
    .col {
      display: inline-block; /* Align columns side by side on larger screens */
    }
  }

.formBody {
	border-radius:0 20px 20px 20px;
}

.formBody p{
	color: #333 !important;
}

.formBlock {
	background: #f3f3f3;
	margin:0;
	padding:10px;
}

.formTitle {
	text-align:center;
	background-color: #F4F4F4 !important;
	border-radius:20px 20px 0 0;
	padding-left:10px;
	width:40%;
}

.graybox {
	background:#f3f3f3;
	border-radius:20px;
	padding:20px;
}

.gray {
	background:#f3f3f3;
	padding:20px;
}

.servicediv {
	background:#f3f3f3;
	text-align:center;
	margin:10px;
	padding:20px;
}


#blubanner-wrapper {
  background-image:  url(../images/bg-element.png), url(../images/gasturbine-bg.jpg);
  background-position: left bottom, right bottom;
  background-repeat:  no-repeat, no-repeat;
}

.bg-element {
  background-image: url(../images/bg-element.png);
  background-position:  left top;
  background-repeat:  no-repeat ;
  background-size:  cover ;
}

#footer {
  background-image: url(../images/bg-element.png);
  background-position:  right top;
  background-repeat:  no-repeat;
  background-size:  30em ;
}

.btn-primary{
	border-radius:20px;
	border:none;
}

#videowrapper {
	text-align:center;
}
.graybox li {
	list-style-type: disc;
}

#blubanner-wrapper p{
	color: #f3f3f3 !important;
}

.formBody p {
	margin-left:20px;
}

.formBody textarea{
	margin-bottom:30px;
	min-height:130px;
}

.serviceimg {	
	border-radius:20px 20px 0px 0px;
}
.servicetext {	
	border-radius:0 0px 20px 20px;
}

@media (min-width: 992px) { 
	.serviceimg {	
		border-radius:20px 0px 0px 20px;
	}

	.servicetext {	
		border-radius:0 20px 20px 0px;
	}
}


@media (max-device-width: 1024px) {

	.formBody {
	  border-radius: 0 0px 20px 20px;
	}
	.formTitle {
	     width:100% !important;
	}
	#blubanner-wrapper {
		background:#040389;
	}
	#index-img-desktop {
		width:80%;
	}
}

h2 {
	font-weight:700;
}
.rounded {
	border-radius: 20px !important;
}
.logo img {
	width:250px;
}

.disced li{
	list-style-type: disc;
}
.quickfix li{
	margin-left:20px;
	font-size:0.90em
}
.video {
	width:100%
}
.overhaul_list li{
	color:#030476
}

.experiencebox {
	min-height:7.5em;
}

