@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0
}
:focus {
	outline: 0
}
* {
	list-style: none;
	text-decoration: none;
}
body {
	line-height: 1;
	transition: all 0.8s;
	overflow-x: hidden;
}
/*ol, ul {
		list-style: none
	}*/
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, th, td {
	font-weight: 400;
	text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}
blockquote, q {
	quotes: "" ""
}
header, nav, article, section, footer, figure, aside {
	display: block;
}
input, select, textarea {
	-webkit-border-radius: 0;
	border-radius: 0
}
img{
	width: 100%;
}

@font-face {
	font-family: 'Gotham-Black';
	src: url("../fonts/Gotham-Black.eot");
	src: url("../fonts/Gotham-Black.svg");
	src: url("../fonts/Gotham-Black.ttf");
	src: url("../fonts/Gotham-Black.woff");
    font-display: swap;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url("../fonts/Gotham-Bold.eot");
	src: url("../fonts/Gotham-Bold.svg");
	src: url("../fonts/Gotham-Bold.ttf");
	src: url("../fonts/Gotham-Bold.woff");
    font-display: swap;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url("../fonts/Gotham-Book.eot");
	src: url("../fonts/Gotham-Book.svg");
	src: url("../fonts/Gotham-Book.ttf");
	src: url("../fonts/Gotham-Book.woff");
    font-display: swap;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url("../fonts/Gotham-Light.eot");
	src: url("../fonts/Gotham-Light.svg");
	src: url("../fonts/Gotham-Light.ttf");
	src: url("../fonts/Gotham-Light.woff");
    font-display: swap;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url("../fonts/Gotham-Medium.eot");
	src: url("../fonts/Gotham-Medium.svg");
	src: url("../fonts/Gotham-Medium.ttf");
	src: url("../fonts/Gotham-Medium.woff");
    font-display: swap;
}
@font-face {
	font-family: 'Gotham-Thin';
	src: url("../fonts/Gotham-Thin.eot");
	src: url("../fonts/Gotham-Thin.svg");
	src: url("../fonts/Gotham-Thin.ttf");
	src: url("../fonts/Gotham-Thin.woff");
    font-display: swap;
}


.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	clear: both
}
.fancybox-content {
    width: 100%;
    max-width: 100%;
    height: 87vh !important;
} 
#navbar {
	width: 100%;
	margin-bottom: 5px;
	position: absolute;
	z-index: 11;
	padding: 30px 0 0 0;
}


.navbarContainer {
	width: 80%;
	margin: 0 auto;
}
.logobar{
	width: fit-content;
	float: left;
}
.logo {
    width: 200px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -8px;
    left: 0px;
}
.evrytop {
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 44px;
    transition: all 0.3s;
    border-bottom: 1px solid #bbb0;
    padding-top: 15px;
    line-height: 0;
}
video[poster]{
   object-fit: cover; /*to cover all the box*/
	width: 100%;
}
.containerMenu {
    width: fit-content;
    float: right;
    margin-top: 0px;
    padding-bottom: 5px;
    text-align: end;
}

.menu2 {
	width: 100px;
	text-align: right;
	display: block;
	color: #eee;
	position: absolute;
	top: -18px;
	right: 10%;
	font-size: 13px;
}
#img1Mouse {
	transition: all 3.7s;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-family: "Gotham-Book", sans-serif;
}

ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120%;
  margin: 0 auto;
  padding: 0.5em 0;
  list-style: none;
}

.menu-item {
  background: transparent;
  padding: 0 20px;
  position: relative;
  margin: 0 0.1em;
  transition: border-bottom 0.23s ease-in-out, background 0.23s linear;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-family: 'Gotham-Book';
  border-right: 1px solid #FFF;
}
.menu-item[aria-haspopup=true] {
  /* border-bottom-color: #fc9b1b; */
}
.menu-item:hover, .menu-item:focus-within {
  /* background: #EEE; */
}
.menu-item:hover .sub-menu, .menu-item:hover .sub-menu:hover, .menu-item:focus-within .sub-menu, .menu-item:focus-within .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.menu-item:last-child{
	 border-right: none;
}
.menu-item a{
	color:#FFF;
}
.menu-item a:hover {
    color: #3451a3;
}
.slideric {
    height: 380px;
    overflow: hidden;
}

.sub-menu {
  /* flex-direction: row; */
  /* align-items: flex-start; */
  position: absolute;
  left: 20px;
  padding: 1em;
  visibility: hidden;
  display: none;
  opacity: 0;
  text-align: left;
  width: 200px;
  margin-left:-17px;
}
.sub-menu .menu-item {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  width: 10em;
  text-align: left;
  z-index: 2;
  width: 100%;
  border-right: none;
}

a {
  color: #414141;
  text-decoration: none;
  /* text-transform: uppercase; */
}
a:focus {
  outline: none;
}

@media (max-width: 690px) {
  .menu {
    width: 95%;
    font-size: 16px;
  }

  .menu-item {
    margin: 0.1em;
  }
  .menu-item:nth-child(1) {
    order: 0;
  }
  .menu-item:nth-child(2) {
    order: 1;
  }
  .menu-item:nth-child(3) {
    order: 3;
  }
  .menu-item:nth-child(4) {
    order: 4;
  }
  .menu-item:nth-child(5) {
    order: 2;
  }
}
@media (max-width: 480px) {
  .menu {
    font-size: 12px;
  }
}
.headeric{
	position: relative !important;
}
.headeric .menu .menu-item a{
	color: #000 !important;
}
.headeric .menu .menu-item a:hover {
    color: #3451a3 !important;
}
.headeric .sub-menu {
  width: 200px;
  background: #FFF;
  margin-left: -17px;
}

.memamenugorsel{
	width: 200px;
	border-right: 2px solid #f67523;
}
.memamenumenu ul li span {
    color: #f67523;
}
.memamenumenu ul li a {
    font-size: 13px;
}
.memamenumenu{
	display: inline-flex;
	background: #FFF;
	box-shadow: 0px 0px 10px #AAA;
	height: 217px;
}
.altok{
	width: 15px;
	padding-right: 3px;
}

.habercontetntwidth {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.number {
	font-weight: 100;
	font-family: 'HelveticaNeue-Light';
	color: #888888;
}

.languages div {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-family: 'HelveticaNeue-Light';
	font-weight: 100;
}
.languages div:nth-child(1) {
}

.socialMedia {
	display: inline-block;
	vertical-align: middle;
}
.socialMedia div {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	text-align: center;
	height: 35px;
	border-radius: 60px;
	cursor: pointer;
	color: #FFF;
	transition: all 0.7s;
	border: 1px solid #FFF;
	margin: 0 5px;
}
.socialMedia div i {
	margin-top: 7px;
	font-size: 22px;
}
.socialMedia div:hover {
	background: #FFF;
	color:#121c2b;
	box-shadow: 1px 1px 8px #7b7b7b;
}

.mobileMenuIcons {
	display: none;
}
.mobilemenuContainer {
    display: none;
}
.shadowOpenMenu {
    position: fixed;
    background: #0000006b;
    width: 0%;
    height: 100vh;
    top: 0;
    z-index: 9999;
    right: 0;
    transition: all 0.6s;
}
.menuOpenMenu {
    background: #000000bd;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 43%;
    right: -110%;
    transition: all 0.9s;
}
.menuCenterMobile_1 {
    width: 340PX;
    margin: 0 auto;
}
.menuCenterMobile {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    height: 450px;
    display: table-cell;
    vertical-align: middle;
}
.mobileMenuDivsContents {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 30px;
}
.mobileMenuDivsContents div ul li {
    color: #f6f6f6;
    width: 100%;
    text-align: right;
    font-size: 19px;
    width: 100%;
    height: 39px;
    overflow: hidden;
    font-family: 'HelveticaNeue-Bold';
}
.mobileMenuDivsContents div ul li a {
	color: #FFF;
}
.iconHeight {
    margin-top: 60px;
}
.mobileCloseIcons img {
    width: 6%;
    margin-bottom: 50px;
}
.socialMediaMenu {
    margin-top: 20px;
}
.socialMediaMenu div ul li i {
    margin-top: 11px;
}
.socialMediaMenu div ul li {
    background: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    margin: 0px 1px;
}
.socialMediaMenu div ul a {
	color:#000;
}

.mobileB {
    position: fixed;
    bottom: 0;
    lefht: 2px;
    /* transform: rotate(-90deg); */
    z-index: 10;
}

.mobileB {
	display: none;
}
.desktopslide {
	display: block !important;
}
.mobilslide {
	display: none !important;
}

.slider {
    height: 100vh;
    overflow: hidden;
}
.bold {
	font-weight: 1000;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 3%;
    width: 100%;
    background: none;
    width: fit-content;
    padding: 4px;
    border-radius: 60px;
    margin: -70px auto;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px !important;
	height: 16px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #af855b !important;
}

.sliderContent{
	position: absolute;
	top: 35%;
	color: #FFF;
	left: 23%;
}

.sliderContent h1 {
    font-size: 200px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Gotham-Thin', sans-serif;
    font-weight: 600;
    color: #FFF;
}

.sliderContent h2 {
    padding-top: 10px;
	text-align: end;
	font-size: 25px;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 400;
}
.sliderContent span {
    display: inline-block;
    vertical-align: middle;
}
.sliderContent img{
	width: 100px !important;
}
.sliderContent p {padding: 50px 0 0 30px;font-size: 20px;font-family: 'HelveticaNeue-Thin';}

.sliderContentic{
	position: absolute;
	bottom: 2%;
	color: #FFF;
	font-family: "HelveticaNeue-Light";
	right: 5%;
}
.sliderContentic span {
    display: inline-block;
    vertical-align: middle;
}
.sliderContentic img{
	width: 100px !important;
}
.sliderContentic p {padding: 50px 0 0 30px;font-size: 20px;font-family: 'HelveticaNeue-Thin';}

.sliderDetail {
    right: 20%;
    color: #BBB;
    bottom: 4%;
    position: absolute;
    padding: 20px;
}

.sliderDetail a{
	color: #BBB;
	font-family: "HelveticaNeue-Thin";
	padding: 20px 40px;
	font-size: 25px;
	border: 1px solid #BBB;
	transition: all 0.5s;
}
.sliderDetail a:hover{
	color: #FFF;
	border: 1px solid #FFF;
	transition: all 0.5s;
}

.contentPageWidth {
    max-width: 1200px;
    margin: 0 auto;
    vertical-align: top;
}

.uygulamaContent{
	position: absolute;
	bottom: 5%;
	color: #FFF;
	font-family: "HelveticaNeue-Light";
	left: 50%;
	text-align: end;
}
.uygulamaContent h1 {
    font-size: 50px;
    text-align: end;
    letter-spacing: 2px;
    line-height: 60px;
    padding-bottom: 10px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
}

.uygulamaContent img {
	width: 200px !important;
	display: inline-block !important;
	padding-bottom: 30px;
}

.uygulama{
	width: 100%;
	background: #FFF;
}
.uygulamagorsel{
	display: inline-block;
	width: 46%;
	padding-top: 55px;
}
.uygulamayazi{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0px 0px 0 40px;
}
.uygulamayazi p{
	font-size: 16px;
	font-family: 'komet_prolight';
	/* padding-bottom: 30px; */
	/* padding-right: 30px; */
	line-height: 22px;
}
.materyaller{
	background: url("../images/materyalzemin.jpg") center;
	padding: 100px 0;
}
.uygulamaalturun h1 {
    position: relative;
    color: #fc7e2f;
    font-size: 20px;
    font-family: 'komet_probold';
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    padding: 20px 0;
}







/* Models */

.models{
	margin-top: -5px;
	background: url("../images/model-zemim.jpg") center;
	padding-top: 20px;
}
.models h3{
}
.modelBox {
	padding: 10px 0 30px 0;
	display: flex;
}
.modelBox li{
	width: 48%;
	display: inline-block;
	/* background: #FFF; */
	position: relative;
	margin: 10px;
	transition: all 2s;
	/* box-shadow: 0px 0px 4px #AAA; */
}
.modelBox li:hover {
    transform: scale3d(1.01, 1.01, 1.01) !important;
    transition: all 2s;
}
.modelBoxLogo {
    width: 100%;
    position: relative;
    top: -10px;
    text-align: left;
}
.modelBoxLogo h1 {
    font-size: 25px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    color: #fc7e2f;
    border-bottom: 2px solid #ffffff;
    width: 90%;
    margin: 0 auto;
    line-height: 40px;
}

.modelBoxText{
	width: 100%;
	position: relative;
	top: 20px;
	left: 20px;
	color: #394044;
	padding-bottom: 50px;
}

.modelBoxText h3{
	font-size: 18px;
	font-family: 'komet_promedium';
	padding-bottom: 10px;
}
.modelBoxText p{
	font-size: 14px;
	font-family: 'komet_prolight';
	padding-bottom: 10px;
	padding-right: 30px;
	line-height: 20px;
}
.modelBoxText a{
	font-size: 18px;
	font-family: 'komet_proregular';
	color: #fc7e2f;
	font-style: italic;
	border: 2px solid #fc7e2f;
	width: 200px;
	margin: 0;
	display: block;
	padding: 10px 0;
	text-align: center;
}


.technology1 {
	position: relative;
	margin-bottom: 50px;
	height: 380px;
	overflow: hidden;
}
.technology1 h1 {
    position: absolute;
    top: 50%;
    left: 20%;
    font-size: 60px;
    color: #FFF;
    font-family: 'gotham-bold';
    line-height: 40px;
}
.technology1 h1 a {
    font-size: 15px;
    background: #FFF;
    padding: 5px 10px;
    margin-top: 20px;
    display: block;
    width: fit-content;
}
.technology1 p {
    font-family: 'komet_prolight';
    font-size: 36px;
}

.technology {
	position: relative;
}
.technology h1 {
    position: absolute;
    top: 40%;
    left: 20%;
    font-size: 36px;
    color: #FFF;
    font-family: 'komet_probold';
    line-height: 40px;
}
.technology p {
    font-family: 'komet_prolight';
    font-size: 36px;
}

.uygulamalar {
	padding: 0px 0 30px 0;
}
.projebaslik{
	font-size: 25px;
	color: #ffffff;
	font-family: 'Gotham-Bold';
	line-height: 60px;
	text-align: center;
	width: 100%;
	background: #004c83;
	margin-top: -4px;
}
.uygulamalar h3{
	font-size: 25px;
	color: #ffffff;
	font-family: 'Gotham-Book';
	line-height: 60px;
	text-align: center;
	width: 100%;
}
.uygulamaBox li{
	width: 48%;
	display: inline-block;
	/* background: #FFF; */
	position: relative;
	margin: 30px 10px 10px 10px;
	transition: all 2s;
	/* box-shadow: 0px 0px 4px #AAA; */
}
.uygulamaBox li:hover {
    transform: scale3d(1.01, 1.01, 1.01) !important;
    transition: all 2s;
}
.uygulamaBoxLogo {
    width: 100%;
    position: absolute;
    top: 20px;
    text-align: center;
}
.uygulamaBoxLogo h1 {
    font-size: 25px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    color: #394044;
    border-bottom: 2px solid #7d7d7d;
    width: 90%;
    margin: 0 auto;
    line-height: 40px;
}

.uygulamaBoxText{
	width: 100%;
	position: relative;
	/* top: 20px; */
	/* left: 20px; */
	color: #394044;
	text-align: center;
}

.uygulamaBoxText h3{
	font-size: 25px;
	font-family: 'Gotham-book';
	padding: 10px 0 20px;
	text-align: left !important;!i;!;
	color: #2f4ba0;
	width: 100%;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
}
.uygulamaBoxText p{
	font-size: 14px;
	font-family: 'komet_prolight';
	padding-bottom: 10px;
	padding-right: 30px;
}
.uygulamaBoxText a{
	font-size: 18px;
	font-family: 'komet_proregular';
	color: #fc7e2f;
	font-style: italic;
	border: 2px solid #fc7e2f;
	width: 90%;
	margin: 0px auto;
	display: block;
	padding: 10px 0;
}

/* Haber*/

.haberler {
	padding: 10px 0 30px 0;
}
.haberler h3{
	font-size: 25px;
	color: #2f4ba0;
	font-family: 'Gotham-Book';
	line-height: 40px;
	padding-left: 0px;
	width: 100%;
}
.haberBox li{
	width: 23%;
	display: inline-block;
	background: #FFF;
	position: relative;
	margin: 10px;
	transition: all 2s;
	vertical-align: top;
}
.haberBox li:hover {
    transform: scale3d(1.01, 1.01, 1.01) !important;
    transition: all 2s;
}
.haberBoxLogo {
    width: 100%;
    position: absolute;
    top: 20px;
    text-align: center;
}
.haberBoxLogo h1 {
    font-size: 25px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    color: #394044;
    border-bottom: 2px solid #7d7d7d;
    width: 90%;
    margin: 0 auto;
    line-height: 40px;
}

.haberBoxText{
	width: 100%;
	position: relative;
	/* top: 20px; */
	/* left: 20px; */
	color: #394044;
	padding-bottom: 50px;
	text-align: center;
}

.haberBoxText h3{
	font-size: 18px;
	font-family: 'Gotham-Book';
	padding-bottom: 10px;
	text-align: left;
}
.haberBoxText p{
	font-size: 14px;
	font-family: 'Gotham-Book';
	padding-bottom: 10px;
	padding-right: 0px;
	line-height: 20px;
	color: #000;
	height: 70px;
	text-align: left;
}
.haberBoxText a{
	font-size: 15px;
	font-family: 'gotham-book';
	color: #2f4ba0;
	font-style: italic;
	border: 1px solid #2f4ba0;
	width: 100%;
	margin: 0px auto;
	display: block;
	padding: 10px 0;
}


/* İç sayfa */

.slideric h1 {
    font-size: 50px;
    text-align: left;
    letter-spacing: 2px;
    font-family: 'komet_proregular', sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 100px;
    color: #FFF;
    left: 13%;
}
.album{
	background: url("../images/urunzemin.jpg") center no-repeat;
	background-size:100%;
	margin-top: -30px;
}
.album-ul {
  display: flex;
  font-family: 'komet_proregular';
  font-size: 14px;
}

.album-ul li{
  list-style: none;
  padding: 8px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}

.album-ul li.active{
  background-color: white;
  color: black;
}

.album-items{
  display: flex;
  flex-wrap: wrap;
  /* margin-left: 5%; */
  cursor: pointer;
}

.album-items .itemBox{
  position: relative;
  width: 22%;
  height: auto;
  margin: 14px;
  box-shadow: 0 0 5px #CCC;
  background: #FFF;
}
.container {
    /* background: #fc7e2f; */
}
.owl-dots {
    margin-top: -40px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
}

.urundetay{
	background: url("../images/urunzemin.jpg") center no-repeat;
	background-size: cover;
	margin-top: -10px;
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display:inline-block;
}
.fulltablink{
	background: #fc7e2f;
    height: 50px;
    font-family: 'komet_proregular';
	padding-top: 10px;
}
.tab-links {
    max-width: 1340px;
	margin: 0 auto;
}
/*----- Tab Links -----*/
.tab-links:after {
	display:block;
	clear:both;
	content:'';
}  
.tab-links li {
    margin: 0;
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    padding: 5px 0;
}
.tab-links li:nth-last-child(1) {
	border-right: none;
}
.tab-links a {
	padding:9px 30px 5px 30px;
	display:inline-block;
	border-radius:2px 2px 0px 0px;
	font-size:16px;
	font-weight:600;
	color: #ffffff;
	transition:all linear 0.3s;
	width: 150px;
	text-align: center;
	text-decoration:none;
}
.tab-links a:hover {
	color: #333;
	text-decoration:none;
}
li.active a, li.active a:hover {
	/* background: #FFF; */
	color: #000000;
}
.tab-content {
	width: 100%;
	border-radius:3px;
	/* box-shadow:0px 10px 10px rgba(0,0,0,0.45); */
	margin-top: 20px;
	padding:15px;
}
.tab {
	display:none;
	text-align: right;
	margin: 0 auto;
	max-width: 1340px;
	min-height: 500px;
}

.tab img {
	width: 800px;
}
.tab.active {
	display:block;
}
.urundetayContent{
	text-align: left;
	position: absolute;
}
.urundetayContent h1 {
    color: #fc7e2f;
    font-size: 35px;
    font-family: 'komet_prolight';
    line-height: 40px;
	padding-bottom: 50px;
}
.urundetayContent h6{
	color:#000;
	font-size: 16px;
	font-family: 'komet_proregular';
	padding-bottom: 20px;
}
.urundetayContent p{
	color:#000;
	font-size: 16px;
	font-family: 'komet_prolight';
	width: 30%;
	line-height: 22px;
}
.genelbakis{
	width: 100%;
	text-align: left;
	padding-bottom: 50px;
}
.genelbakis h3 {
    color: #fc7e2f;
    font-size: 20px;
    font-family: 'komet_probold';
    width: 100%;
    border-bottom: 2px solid #fc7e2f;
    line-height: 40px;
    margin-bottom: 20px;
}
.genelbakis p{
	color: #000;
    font-size: 18px;
    font-family: 'komet_prolight';
	width: 49%;
	display: inline-flex;
}

.geridonurun{
	width: 100%;
	text-align: left;
}

.geridonurun h3 {
    color: #fc7e2f;
    font-size: 20px;
    font-family: 'komet_probold';
    width: 100%;
    border-bottom: 2px solid #fc7e2f;
    line-height: 40px;
    margin-bottom: 20px;
}
.geridonurun ul li {
	width: 23%;
	display: inline-block;
	padding: 10px;
}
.geridonurun ul li img{
	width: 100%;
	position: relative;
	border-radius: 50%;
	border: 1px solid #fc7e2f;
}
.geridonurun ul li h4{
	position: relative;
	color: #fc7e2f;
	font-size: 16px;
	font-family: 'komet_probold';
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 0;
}


/* Kurumsal */

.kurumsalcontetntwidth {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.kurumsalyazi h1 {
    color: #3451a3;
    font-size: 35px;
    font-family: 'Gotham-bold';
    width: 100%;
    line-height: 40px;
    margin-bottom: 25px;
}
.kurumsalyazi p {
    color: #000;
    font-size: 18px;
    font-family: 'Gotham-book';
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
}


/* Yonetim*/
.yonetimyazi .uclugorsel{
	padding: 0;
}
.yonetimyazi h1 {
    color: #3451a3;
    font-size: 30px;
    font-family: 'gotham-bold';
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
}
.yonetimcontent img{
	max-width: 300px;
}
.yonetimcontent {
    position: relative;
    bottom: 60px;
	width: 300px;
}
.yonetimcontent h6 {
    position: relative;
    bottom: 47px;
    color: #FFF;
    font-size: 30px;
    font-family: 'komet_probold';
    width: 100%;
    text-align: end;
    right: 10px;
}
.yonetimgorsel{
	width: 300px;
	height: 394px;
}
.yonetimgorseller{
	width: 300px;
	margin: 0 auto;
	height: 450px;
}
.uclugorsel .yonetimgorseller {
	display: inline-block;
	margin: 0 20px;
}
.uclugorsel{
	text-align: center;
}

.iletisimsol{
    font-size: 20px;
    font-family: 'gotham-Book';
    width: 100%;
    color: #414141;
    line-height: 30px;
}

.iletisimmap{
	padding-top: 70px;
}









.gallery{padding: 20px;}
.galleryin{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.galleryframe{
	width: 50%;
	margin: 0 auto;
	padding: 5%;
	background: url(../images/gallery-frame.png) center no-repeat;
	background-size:100%;
	position: absolute;
	top: 0;
	left: 50%;
	height: 500px;
	margin-left: -25%;
}
.ow-prev, .ow-next {
    background: unset;
    border: unset;
}
.ow-next img {
    width: 58px;
    margin-left: -4px;
    margin-top: 2px;
}
.ow-prev img {
    width: 58px;
    margin-left: -1px;
    margin-top: 2px;
}
.owl-prev {
    background: none !important;
    position: absolute;
    left: 20%;
    top: 46%;
    transition: all 0.3s;
}
.owl-prev:hover {
	left: 19.5%;
	transition: all 0.3s;
}
.owl-next {
    background: none !important;
    position: absolute;
    right: 20%;
    top: 46%;
    transition: all 0.3s;
}
.owl-next:hover {
	right: 19.8%;
	transition: all 0.3s;
}







.environment{
	margin-top: -3px;
}

.email{
	width: 100%;
	background: #8b8e8f;
	padding: 60px 0;
	margin-top: -9px;
}
.emailin{
	width: 75%;
	margin: 0 auto;
}

.emailText {
    width: 68%;
    display: inline-block;
    font-family: "HelveticaNeue-Light";
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
}
.emailForm{
	width: 30%;
	display: inline-block;
	text-align: center;
}
.emailForm .inputarea {
    width: 300px;
    background: #979a9a;
    border: none;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
}
.emailForm .buttonarea {
    width: 40px;
    background: url("../images/rightArroww.png") center no-repeat;
    border: none;
    height: 33px;
    border-radius: 3px;
    background-size: 60%;
    margin-left: -44px;
    background-color: #a2a4a4;
    position: absolute;
    margin-top: 3px;
}


#footer {
	background: #ffffff;
	padding: 20px 0 40px 0;
	margin-top: -3px;
}
.footerCenter {
	max-width: 1500px;
	margin: 30px auto 0 auto;
	border-top: 1px solid #000;
	padding-top: 20px;
	text-align: center;
}
.footerCenter div ul li {
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
	width: 13%;
	color: #2f4ba0;
	font-family: 'Gotham-book';
	/* vertical-align: top; */
	text-align: center;
}
.footerCenter div ul li:nth-child(1) {
	/* width: 12%; */
	/* text-align: left; */
}
.footerCenter div ul li:nth-child(2) {
	/* width: 7%; */
}
.footerCenter div ul li:nth-child(3) {
	/* width: 14%; */
}
.footerCenter div ul li:nth-child(4) {
	/* width: 16%; */
}
.footerCenter div ul li:nth-child(5) {
	/* width: 13%; */
}
.footerCenter div ul li:nth-child(6) {
	/* width: 19%; */
}
.footerCenter div ul li h3{
	padding-bottom: 20px;
}
.footerCenter div ul li p {
    font-size: 12px;
    padding-top: 20px;
}
.footerCenter div ul li a{
	width: 100%;
	color: #000000;
	font-family: 'gotham-book';
	display: block;
	padding-bottom: 10px;
	font-size: 13px;
}
.socialMedia a {color:#FFF;}.socialMedia a:hover {color:#333;}

.footerBottom {
	width: 100%;
	margin: 0 auto;
	background: url("../images/footer-map.jpg") no-repeat top;
	height: 300px;
	background-size: cover;
}
.footerBottom ul {
    max-width: 1500px;
    margin: 0 auto;
}
.footerBottom div ul li {
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
}
.footerBottom div ul li:nth-child(1) {
	width: 49%;
}
.footerBottom div ul li:nth-child(2) {
	width: 49%;
	text-align: end;
}
.footerBottom div ul li:nth-child(3) {
	width: 23%;
	text-align: right;
}
.footorButtons a {
    display: inline-block;
    padding: 0 8px;
}
.footorButtons {
    padding: 22px 0 0 0;
}

.footerLogo {
	width: 100px;
}
.footetTumHaklariSaklidir {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-family: 'HelveticaNeue-Light';
	padding: 20px 0;
}
.divsFooterContent {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	border-right: 1px solid #b0855b;
	height: 91px;
	padding-left: 11px;
}
.footerContent {
	font-size: 16px;
	font-size: 14px;
	margin-bottom: 0;
	cursor: pointer;
	color: #ffffff;
	font-family: 'HelveticaNeue-Light';
}
.footerNumber {
	font-size: 15px;
	color: #ffffff;
	font-family: 'komet_proregular';
}
.lineContent {
	margin-top: 15px;
}
.lineFooter {
	background: #121c2b;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	margin-right: 10px;
}


/* Corporate */

.corporate{
	width: 100%;
	position: relative;
}
.corporateText {
    position: absolute;
    top: 70%;
    text-align: center;
    color: #FFF;
    font-family: 'HelveticaNeue-Thin';
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px;
}
.corporateTextButton {
	position: absolute;
	bottom: 50px;
    text-align: center;
    font-family: 'HelveticaNeue-Thin';
    margin: 0 auto;
    left: 0;
    right: 0;
    
}
.corporateTextButton a {
	background: #FFF;
	color: #8b8e8f;
	font-size: 25px;
    letter-spacing: 1px;
	padding: 15px 30px;
	border: 1px solid #8b8e8f;
}
.corporateSub1{
	width: 100%;
	background: url("../images/corporate-back5.jpg") top no-repeat;
	margin-top: -3px;
	padding: 60px 0;
}
.corporateSub2{
	width: 100%;
	background: url("../images/corporate-back2.jpg") top no-repeat;
	margin-top: -3px;
}
.corporateSub3{
	width: 100%;
	background: url("../images/corporate-back6.jpg") top no-repeat;
	margin-top: -3px;
	padding: 60px 0;
}
.corporateSubtext{
	width: 100%;
	background: url("../images/corporate-back4.jpg") top no-repeat;
	margin-top: -3px;
	padding: 60px 0;
}
.corporateSubtextalt{
	width: 80%;
	margin: 0 auto;
}
.genissub {
	width: 80% !important;
	position: relative;
	margin-left: 10%;
}
.corporateSubtextText{
	width: 100%;
    display: inline-block;
    font-family: "HelveticaNeue-Light";
    color: #FFF;
    font-size: 20px;
    vertical-align: top;
	text-align: center;
}
.corporateSubtextText span{
	font-size: 40px;
	padding: 50px 0;
	text-align: center;
}
.corporateSubtextText span img {
    width: 200px;
    text-align: center;
    padding: 50px 0;
}
.corporateSubtextText p {
    line-height: 30px;
    padding-bottom: 50px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.corporateSub1alt{
	width: 80%;
	margin: 0 auto;
}
.corporateSub1Text {
    width: 48%;
    display: inline-block;
    font-family: "HelveticaNeue-Light";
    color: #FFF;
    font-size: 20px;
    vertical-align: top;
}
.corporateSub1Text h1{
	font-size: 50px;
	padding: 50px 0;
}
.corporateSub1alt .baslik{
	font-size: 30px;
	padding: 50px 0;
	font-family: "HelveticaNeue-Light";
	color: #FFF;
}
.corporateSub1Text h1 span {
    position: absolute;
    right: 0;
}
.corporateSub1Text p{
	line-height: 35px;
	padding-bottom:50px;
	font-size: 30px;
	font-family: "HelveticaNeue-Light";
	color: #DDD;
}
.corporateSub1Image{
	width: 50%;
	display: inline-block;
	text-align: center;
	text-align: left;
	margin-top: -120px;
}
.corporateSub2Image{
	width: 50%;
	display: inline-block;
	text-align: center;
	text-align: left;
}
.corporateSub2Image img {
    width: 550px;
    position: absolute;
    margin-top: -120px;
}
.corporateSub3Image {
    width: 40%;
    display: inline-block;
    text-align: left;
}
.corporateSub3Image img {
    width: 550px;
    /* position: absolute; */
    /* margin-top: -120px; */
}
.media{
	background: #FFF;
}
.mediain{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.mediain h1{
	font-size: 40px;
	padding: 50px 0;
	font-family: "HelveticaNeue-Light";
	color: #8b8e8f;
}
.mediain .item {
    box-shadow: 0px 0px 10px #cecece;
    margin: 10px;
    border-radius: 10px;
}
.mediain .item h3{
	font-size: 25px;
	padding: 20px 10px;
	font-family: "HelveticaNeue-Light";
	color: #8b8e8f;
}
.mediain .item p{
	font-size: 15px;
	padding: 0 10px 20px 10px;
	font-family: "HelveticaNeue-Light";
	color: #8b8e8f;
	line-height: 20px;
}
.mediain .item img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.mediain .owl-nav{
	display: block !important;
}

.mediain .owl-prev {
    background: none !important;
    position: absolute;
    left: -5%;
    top: 43%;
    transition: all 0.3s;
}
.mediain .owl-prev:hover {
	left: -5.9%;
	transition: all 0.3s;
}
.mediain .owl-next {
    background: none !important;
    position: absolute;
    right: -5%;
    top: 43%;
    transition: all 0.3s;
}
.mediain .owl-next:hover {
	right: -5.9%;
	transition: all 0.3s;
}
.ow4-prev, .ow4-next {
    background: unset;
    border: unset;
	display: block;
}
.ow4-next img {
    width: 58px;
    margin-left: -4px;
    margin-top: 2px;
}
.ow4-prev img {
    width: 58px;
    margin-left: -1px;
    margin-top: 2px;
}

.carsum{
	width: 100%;
	background: url("../images/carsum.jpg") top no-repeat;
	margin-top: -10px;
	padding: 60px 0;
}
.carsumin{
	width: 70%;
	margin: 0 auto 100px auto;
	color: #FFF;
	font-family: "HelveticaNeue-Thin";
}
.carsumin h1{
	font-size: 35px;
	padding: 40px 0;
	font-family: 'HelveticaNeue-light';
}
.carsumin ul li{
	display: block;
	width: auto;
	vertical-align: top;
	flex: auto;
}
.carsumin li h3{
	width: 100%;
	font-size: 50px;
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Bold";
}
.carsumin li p{
	width: 100%;
	font-size: 18px;
}
.carsumin ul{
	display: flex;
}


.carbox{
	width: 100%;
	background: url("../images/carsum2.jpg") top no-repeat;
	margin-top: -3px;
	padding: 100px 0;
}
.carboxin{
	width: 80%;
	margin: 0 auto 0px auto;
	color: #8b8e8f;
	font-family: "HelveticaNeue-Thin";
}
.carboxin ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
}
.carboxin li h3{
	width: 100%;
	font-size: 50px;
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Bold";
}
.carboxin li p {
    width: 100%;
    font-size: 16px;
    font-family: 'HelveticaNeue-Light';
	line-height: 24px;
}
.carboxin li h6 {
    width: 100%;
    font-size: 22px;
    font-family: 'HelveticaNeue-Light';
	padding: 5px 0;
}
.carboxin li img{
	width: 130px;
	font-size: 18px;
}
.carboximg {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}
.carboxText{
	width: 67%;
	display: inline-block;
	vertical-align: top;
}
.ikilibox img{
	width: 240px !important;
}
.ikiliboxp{
	width: 50%;
	padding-left: 20%;
}
.carcolor{
	background: #74889c;
}
.carcolorin{
	width: 70%;
	margin: 0 auto;
	padding: 80px 0 120px 0;
}
.carcolorin h1{
	font-size: 40px;
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Regular";
	color: #FFF;
}
.carcolorin img {
	width: 80%;
}
.carcolorin .owl-nav{
	display: block !important;
}

.carcolorin .owl-prev {
    background: none !important;
    position: absolute;
    left: 40%;
    top: 100%;
    transition: all 0.3s;
}
.carcolorin .owl-prev:hover {
	left: 39.8%;
	transition: all 0.3s;
}
.carcolorin .owl-next {
    background: none !important;
    position: absolute;
    right: 40%;
    top: 100%;
    transition: all 0.3s;
}
.carcolorin .owl-next:hover {
	right: 39.8%;
	transition: all 0.3s;
}
.ow5-prev, .ow5-next {
    background: unset;
    border: unset;
	display: none;
}
.ow5-next img {
    width: 58px;
    margin-left: -4px;
    margin-top: 2px;
}
.ow5-prev img {
    width: 58px;
    margin-left: -1px;
    margin-top: 2px;
}
.carcolorin .owl-dots {
    margin-top: 50px;
}
.carcolorin .owl-dot img {
    width: 60px;
    padding: 5px;
}


.carinterior{
	background: #FFF;
}
.carinteriorin{
	width: 70%;
	margin: 0 auto;
	padding: 80px 0 30px 0;
}
.carinteriorin h1{
	font-size: 40px;
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Regular";
	color: #8b8e8f;
}
.carinteriorin p{
	font-size: 20px;
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Light";
	color: #8b8e8f;
}
.carinteriorin img {
    width: 100%;
    box-shadow: 0px 0px 30px #ccc;
    border: 1px solid #FFF;
}
.carintText{
	width: 70%;
	display: inline-block;
	vertical-align: top;
}
.carintimg{
	width: 28%;
	display: inline-block;
}

.carinterior2{
	width: 100%;
	background: url("../images/evry-int-back.jpg") top no-repeat;
	margin-top: -3px;
	padding: 30px 0 0px 0;
	background-size: cover;
}
.carinterior2delivery{
	width: 100%;
	background: url("../images/delivery-int-back.jpg") top no-repeat !important;
	margin-top: -3px;
	padding: 30px 0 0px 0;
	background-size: cover !important;
}
.carinteriorin2{
	width: 70%;
	margin: 0 auto;
	padding: 0px 0 10px 0;
}
.carinterior2 .carintText{
	width: 70%;
	display: inline-block;
	vertical-align: top;
}
.carinterior2 .carintimg{
	width: 28%;
	display: inline-block;
	padding-bottom: 30px;
}
.carinterior2 img {
    width: 100%;
    box-shadow: 0px 0px 30px #ccc;
    border: 1px solid #FFF;
}
.margint30{
	margin-top: 30px;
}

.carteknik{
	background: #8a8f90;
}
.carteknikin{
	width: 70%;
	margin: 0 auto;
	padding: 80px 0 30px 0;
}
.carteknikin h1{
	font-size: 40px;
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Regular";
	color: #FFF;
}
.carteknikin p{
	font-size: 20px;
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Light";
	color: #8b8e8f;
}
.carteknikin img {
    width: 100%;
    /* box-shadow: 0px 0px 30px #ccc; */
    /* border: 1px solid #FFF; */
}

 table{
	width: 100%;
	padding: 30px;
}
td {
    font-family: "HelveticaNeue-Light";
    color: #000;
    font-size: 15px;
    line-height: 27px;
    border-bottom: 1px solid #AAA;
    padding: 5px;
}
.renkli{
	background: #7e7e7e;
}

.pc-tab > input, .pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red;
}

/* Visual Styles */

$activeColor: #ffffff;
$unactiveColor: #eeeeee;
$unactiveHoverColor: #dddddd;

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pc-tab { 
  width: 95%;
    max-width: 100%;
    margin: 0 auto;
	margin-left: 0;
}

.pc-tab ul {
    list-style: none;
    margin: 0;
	padding: 0;
}
.pc-tab ul li label {
	font-family: "HelveticaNeue-Light";
	float: left;
	padding: 15px 25px;
	border: 1px solid #aaa;
	border-bottom: 0;
	background: #EEE;
	color: #444;
	font-size: 20px;
}
.pc-tab ul li label:hover {
	background: #DDD;
}
.pc-tab ul li label:active {
	 background: #FFF;
}
.pc-tab li :not(:last-child) label {
	 border-right-width: 0; 
}
.pc-tab section {
    font-family: "HelveticaNeue-Light";
	clear: both;
}

.pc-tab section div {
	padding: 20px; 
	width: 100%;
	border: 1px solid #ddd;
	background: #8a8f90;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: #444;
}

.pc-tab section div h2 {
	margin: 0;
	font-family: "HelveticaNeue-Light";
	letter-spacing: 1px;
	color: #34495e;
}

#tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label, #tab3:checked ~ nav .tab3 label {
    background: #4b4f50;
    color: #fff;
    position: relative;
    font-size: 20px;
    &:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #FFF;
      left: 0;
      bottom: -1px;
    }
  }
}




#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  label {
    background: #4b4f50;
    color: #fff;
    position: relative;
    font-size: 20px;
    &:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #FFF;
      left: 0;
      bottom: -1px;
    }
  }
}



.yuzde30{
	width: 30%;
}	

.patentBox{
	
}
.patentBox {
	padding: 0 0 100px 0;
}
.patentBox li{
	width: 22.5%;
	display: inline-block;
	background: url(../images/sub-models-back.png) top no-repeat;
	background-size: 100%;
	position: relative;
	margin: 10px;
	transition: all 2s;
}
.patentBox li:hover {
    transform: scale3d(1.01, 1.01, 1.01) !important;
    transition: all 2s;
}
.patentBox li img {
    box-shadow: 0px 0px 25px #666;
}
.patentBoxLogo{
	width: 320px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.patentBoxText{
	width: 100%;
	position: relative;
	top: 20px;
	font-family: "HelveticaNeue-Light";
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
}
.patentBoxButtons{
	width: auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: "HelveticaNeue-Thin";
}
.patentBoxButtons a{
	color: #FFF;
	padding: 15px;
	font-size: 20px;
	border:1px solid #8b8e8f;
	display:inline-block;
	margin-left: 20px;	
	transition: all 0.3s;
	border-radius: 3px;
}
.patentBoxButtons a:hover{
	background: #8b8e8f;
	transition: all 0.3s;
}
.kvkkSubtext {
    background: #b0b2b1;
    margin-top: -5px;
    padding-top: 10px;
}
.kvkkSubtextin {
	width: 80%;
	margin: 0 auto;
}
.kvkkSubText{
	font-family: "HelveticaNeue-Light";
	color: #FFF;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
}
.kvkkSubText h1{
	padding-bottom: 20px;
	font-family: "HelveticaNeue-Light";
	font-size: 25px;
}
.kvkkSubText p{
	padding-bottom: 20px;
}
.kvkkSubText p span {
	font-size: 18px;
}

.proje-detay-icerik {
    color: #0d2441;
    display: flex;
    font-family: 'Gotham-Book';
    font-size: 14px;
}
.proje-detay-icerik .hk-text {
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 350px;
}
.proje-detay-icerik h1 {
    font-size: 24px;
    color: #41519f;
}
.projedetay{
	width: 75%;
	margin: 100px auto 0 auto;
}
.pd-sol{
	width: 25%;
}
.pd-sag{
	width: 74%;
}
.projegaleri .item{
	width: 24.7%;
	display: inline-flex;
}
.galeribaslik h1 {
    font-family: 'Gotham-Book';
    color: #41519f;
    padding: 50px 0 0 0;
}

.deprojeler {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.deprojeler li {
    display: inline-block;
    width: 25%;
    margin: -0.3%;
    padding: 50px 10px;
    text-align: left;
	vertical-align: top;
}
.deprojeler li p {
    color: #000;
    font-size: 15px;
    padding: 10px 0 10px 0px;
    margin: 0;
    text-align: left;
    font-family: 'Gotham-Book';
}
.deprojeler li h6 {
    color: #000;
    font-size: 14px;
    padding: 0px 0 0 0px;
    height: 30px;
     font-family: 'Gotham-Book';
    text-align: left;
}
.deprojeler .devam {
    color: #FFF;
    font-size: 13px;
    padding: 5px 10px;
    background: #0084bb;
}

/*Form*/
.formContent{
	padding: 20px;
}	
.ilgilendiginizofis {
	margin-top: 10px;
	color: #FFF;
}
.radioButtons {
	margin-top: 10px;
	color: #000;
}
.radioDiv {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
}
.radioDiv label{
	color: #FFF;
}
.radioDiv input{
	color: #000;
}
radio {
	background: unset;
}

.gonderbutton {
	background: #fffcf8;
	color: #121c46;
	padding: 10px 0px 10px 0;
	border: unset;
	margin-top: 10px;
	font-weight: revert;
	width: 130px;
	border-radius: 1px;
	font-size: 15px;
	border: 1px solid #121c46;
}

.formContent h2{color:#fff; font-size: 17px; font-weight: normal; font-family: 'GothamNarrow-Light'; margin-bottom: 15px; text-align: center; margin-top: 15px;}
.formContent h2 strong{font-family: 'GothamNarrow-Bold';color:#b38e3e; display: block; fobnt-weight: normal;}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	padding: 0 4px;
	color: #696d6d;
	border: unset;
	border: 1px solid #282828;
	margin: 16px 0 3px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	padding: 6px 0px 6px;
	background: #f8fbf2;
	border-radius: 1px;
}
textarea.form-control {
	padding-top: 10px;
	height: 30px;
	min-height: 80px;
	margin-top: 0;
	width: 100%;
	padding: 5px;
	font-size: 14px;
}

.disclaimer {
	font-size: 12px;
	color: #FFF;
	margin: 10px 0px;
	display: block;
	line-height: normal;
	width: 100%;
}								
.disclaimer label {
	color: #012b48;
	display: block;
	margin-top: -20px;
	margin-left: 20px;
}
.disclaimer label input {
	margin-right: 5px;
	display: block;
}
.formContent input[type="radio"]+label, .formContent input[type="checkbox"]+label {
	position: relative;
	margin-left: 1.75em;
	line-height: 1.5em;
}

.dikLine { width: 1px; background: none; margin: 0 auto; margin-bottom: 5px;}
.formContent > h1 {
	font-size: 23px;
	color: #012b48;
	text-align: left;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
#countryCode {
    width: 101.4%;
}
textarea.form-control {
	height: 30px;
}

.formContent > p {
	font-size: 17px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFF;
}
.form-text {
	padding: 5px;
	height: 30px;
	margin: 10px 0;
	line-height: normal;
	font-size: 14px;
	width: 100%;
	border: 1px solid #004c84;
}			
form#form1 {
    width: 90%;
}
.aydinlatma-metni {text-decoration: underline;color: #121c46;font-weight: bold;}
.int .text {width: 67.49%;margin:0 auto;display:block;position: absolute;z-index: 1;top: 10.7%;left: 16.25%;}

.gonderbutton {
    background: #fffcf8;
    color: #121c46;
    padding: 10px 0px 10px 0;
    border: unset;
    margin-top: 10px;
    font-weight: revert;
    width: 130px;
    border-radius: 1px;
    font-size: 15px;
    border: 1px solid #121c46;
}
.video-container {
    height: 85vh;
    overflow: hidden;
}
	.video-container video{
		margin-top: -50px;
	}