@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;
  overflow-x: hidden;
  font-family: arial;
  background: url("../imgs/background_img.jpg");
  background-attachment: fixed;
  background-size: 130%;
}

html {
  scroll-behavior: smooth;
}

/*ol, ul {s
		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
}

.clear {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  clear: both
}

#cursor {
  position: fixed;
  width: 25px;
  height: 25px;
  border: 2px solid #000;
  box-sizing: border-box;
  transition: all 0.1s;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 999999999999;
  pointer-events: none;
  cursor: none;
}

.mobileSelect {
  display: none;
}

.header div ul li:nth-child(1) {
  display: inline-block;
  vertical-align: middle;
}

.header div ul li:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
}

.header div ul li:nth-child(3) {
  display: inline-block;
  vertical-align: middle;
}

.header div ul li:nth-child(1) {
  width: 12.4%;
  text-align: left;
}

.header div ul li:nth-child(1) img {
  transform: scale(1.3);
  width: 100%;
  position: relative;
  left: 29px;
  z-index: 9;
}

.header div ul li:nth-child(2) {
  width: 81%;
  text-align: center;
}

.header div ul li:nth-child(3) {
  width: 6%;
  background: #002970;
  padding: 16px 0px 26px;
  text-align: center;
}

.header div ul li:nth-child(2) div {
  display: inline-block;
  vertical-align: top;
  font-family: 'Jost', sans-serif;
  cursor: pointer;
  padding: 18px;
  transition: all 0.8s;
  margin: 0px 7px;
}

.header div ul li:nth-child(2) div:hover {
  background: #e6f4fc;
}

.header div ul li:nth-child(2) a {
  color: black;
}

.header div ul li:nth-child(3) .divOpenmenu div {
  background: white;
  width: 41px;
  height: 5px;
  margin-top: 10px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 8px;
}

.header {
  margin-bottom: -8px;
  position: relative;
}

.d {
  transition: all 0.7s;
  position: relative;
}

.section_center {
  background: #FFF;
  padding: 28px;
}

.sliderD {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.sliderD {
  position: relative;
  width: 100%;
}

.sliderD div img {
  width: 100%;
}

.shadowImg {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.textSlider_div {
  border: 3px solid white;
  width: max-content !important;
  position: absolute !important;
  top: 49%;
  padding: 20px 30px 20px 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

.textSlider_div h3 {
  font-family: 'Jost', sans-serif;
  font-size: 48px;
}

.textSlider_div h3 b {
  font-family: 'Montserrat', sans-serif;
}

.owl-theme .owl-nav [class*=owl-] {
  background: unset !important;
  border: unset !important;
}

.owl-theme .owl-nav [class*=owl-] button {
  border: unset !important;
  background: unset;
  width: 100% !important;
}

.ow-next {
  cursor: pointer;
  position: relative;
  left: 0;
  transition: all 0.6s;
}

.ow-prev {
  cursor: pointer;
  position: relative;
  right: 0;
  transition: all 0.6s;
  top: 0;
}

.ow-next:hover {
  opacity: 0.5;
  left: -15px;
  transform: scale(1.1);
}

.loadingTop {
  position: relative;
  top: 25px;
  transition: all 1.3s;
  opacity: 0;
}

.divOpenmenu {
  transition: all 0.7s;
}

.dropdown .divOpenmenu {
  transition: all 0.8s;
  position: relative;
}

.dropdown {
  cursor: pointer;
}

.scrollAnim {
  position: relative;
  top: 150px;
  transition: all 1.2s;
  opacity: 0;
}

.ow-prev:hover {
  opacity: 0.5;
  transform: scale(1.1);
  right: -15px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
  position: absolute !important;
  top: 45% !important;
  width: 1400px !important;
  text-align: left !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  z-index: 1 !important;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 0px;
  width: 1400px;
  margin: 0 auto;
  text-align: left !important;
  left: 0;
  right: 0;
  top: 49%;
}

.owl-next {
  float: right;
}

.owl3 .owl-nav .owl-prev {
  width: au !important;
  border: unset;
  cursor: pointer;
  padding: 10px !important;
  border-radius: 60px !important;
}

.owl3 .owl-nav .owl-next {
  width: auto;
  border: unset solid #ededed !important;
  cursor: pointer;
  padding: 10px !important;
  border-radius: 60px !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.buttonsSliderD {
  position: fixed;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
}

.buttonsSliderD div ul li {
  display: inline-block;
  vertical-align: top;
  background: #FFCC00;
  padding: 19px;
  margin: 0px -1px;
  cursor: pointer;
  color: #FFF;
  text-shadow: 1px 1px 10px #4f4f4f;
  font-family: 'Montserrat', sans-serif;
}

.buttonsSliderD div ul li:hover {
  background: white;
  color: #FFCC00;
}

.centerContainer {
  max-width: 1200px;
  margin: 0 auto;
  background: #E7F4FC;
  margin-bottom: 40px;
}

.centerContainerGaleri {
  max-width: 1200px;
  margin: 0 auto;
}

.centerContainer:nth-child(2) {
  background: unset;
}

.centerContainer div ul li {
  width: 46.4%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.centerContainer div ul li h3 {
  color: #6584C2;
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  padding-left: 0;
}

.centerContainer div ul li h6 {
  margin-top: 25px;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.centerContainer div ul li:nth-child(1) {
  margin-right: 73px;
  margin-left: 0px;
}

.margin-left {
  margin-right: 0px;
  margin-left: 0px;
}

.centerContainer div ul li img {
  width: 100%;
}

.centerContainer div ul li p {
  margin-top: 30px;
  line-height: 22px;
  font-family: 'Jost', sans-serif;
}

.containerDivAll {
  margin-top: 60px;
  margin-bottom: 60px;
}

.bgDivContent {
  position: relative;
}

.bgDivContent img {
  width: 100%;
}

.boxInput i {
  opacity: 0;
}

.textBgPosition {
  position: absolute;
  top: 0;
  width: 74%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.textBgPosition h5 {
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}

.textBgPosition_content {
  margin-top: 19px;
  line-height: 23px;
  font-family: 'Jost', sans-serif;
}

.heightDiv {
  height: 416px;
  display: table-cell;
  vertical-align: middle;
}

.detayliBilgi {
  margin-top: 20px;
  padding: 10px 20px 10px 20px;
  background: unset;
  border: 2px solid black;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.7s;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}

.detayliBilgi:hover {
  background: #002970;
  border: 2px solid #002970;
  color: #FFF;
}

.fullPagediv {
  background: #E7F4FC;
  width: 100%;
  padding: 50px 0px 50px;
}

.centerContainerGaleri div ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  margin-right: 25px;
  transition: all 0.7s;
  cursor: pointer;
  color: #B3D7ED;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.galeriDiv {
  margin-top: 40px;
}

.galeriDiv div {
  width: 23.8%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.galeriDiv div img {
  width: 100%;
}

.galeriDiv {
  position: relative;
  left: -100px;
  transition: all 0.8s;
  opacity: 0;
  display: none;
  overflow: hidden;
  text-align: center;
}

.noBgcolor {
  background: unset;
}

.iframeD {
  float: left;
  width: 64%;
}

.iframeD img {
  width: 100% !important;
  height: 507px;
}

.iframeD iframe {
  height: 502px;
}

.iframeRightImg {
  float: right;
  width: 35%;
}

.iframeRightImg div {
  width: 100%;
}

.iframeRightImg div img {
  width: 100%;
}

.yoltarifi button {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  background: #2375BB;
  border: unset;
  border: 2px solid #2375BB;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.6s;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.yoltarifi button:hover {
  background: unset;
  color: #2375BB;
}

.rightTop {
  width: 30px !important;
  position: absolute;
  top: -80px;
  right: 0;
}

.rightBottom {
  width: 30px !important;
  position: absolute;
  bottom: -80px;
  right: 0;
}

.text_h {
  text-align: center;
}

.text_h>img {
  width: 100%;
}

.text_h h1 {
  font-size: 60px;
  background: -webkit-linear-gradient(#c1c1c1, #37a9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.divIletisimInfoTop {
  margin-top: 24px !important;
}

.bgImg {
  width: 100%;
  margin-top: 40px;
}

.footer {
  margin-top: 40px;
}

.footer_center {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.footer_center_bg {
  background: #E7F4FC;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 26px;
}

.footer_center_bg div ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 30px;
  font-family: 'Jost', sans-serif;
}

.footer_center_bg div ul a {
  color: black;
}

.footer_logo {
  width: 170px;
}

.footer_center div ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px;
  cursor: pointer;
}

.follow_us {
  margin-top: 20px;
  text-align: center;
  font-family: 'Jost', sans-serif;
}

.textCenter {
  margin-top: 25px;
  font-family: 'Jost', sans-serif;
}

.openMenu {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: #012970;
  height: 0vh;
  top: 73px;
  transition: all 1.3s;
  overflow: hidden;
}

.menuContent {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
}

.menuContent div {
  text-align: center;
  font-size: 44px;
  margin-top: 32px;
  margin-bottom: 30px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  top: 80px;
  opacity: 0;
  transition: all 0.5s;
}

.buttonS {
  text-align: center;
}

.buttonS button {
  cursor: pointer;
  background: #002970;
  padding: 12px 22px 12px 22px;
  border: 2px solid #002970;
  margin: 0 auto;
  color: #FFF;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 18px;
  transition: all 0.7s;
}

.buttonS button:hover {
  background: unset;
  color: #002970;
}

.positionShadow {
  background: #002970d4;
  width: 100% !important;
  color: #FFF;
  text-align: center;
  top: -10px;
  position: absolute !important;
  height: 100%;
  z-index: 999;
  left: 0;
  padding-top: 66px;
}

.positionShadow h3 {
  font-size: 46px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.positionShadow p {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.centerPageLeftDiv {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.centerPageLeftDiv h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #012970;
  line-height: 43px;
}

.centerPageLeftDiv p {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  font-family: 'Jost', sans-serif;
  line-height: 24px;
}

.centerPageLeftDiv img {
  width: 100%;
}

.iletisimCenter {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.iletisimInfo {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 0px 16px;
}

.iletisimInfo h3 {
  color: #012970;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.divIletisimInfo {
  margin-top: 30px;
  font-family: 'Jost', sans-serif;
  width: 90%;
  line-height: 23px;
}

.divIletisimInfo i {
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 60px;
  border: 1px solid #bdcfda;
  padding: 7px;
}

.divIletisimInfo input {
  width: 100%;
  padding: 7px;
  background: unset;
  font-family: 'Jost', sans-serif;
  border: unset;
  border-bottom: 1px solid #012970;
}

.divIletisimInfo input::placeholder {
  font-family: 'Jost', sans-serif;
}

.divIletisimInfo textarea {
  width: 100%;
  padding: 7px;
  background: unset;
  font-family: 'Jost', sans-serif;
  border: unset;
  border-bottom: 1px solid #012970;
  height: 50px;
}

.divIletisimInfo button {
  width: 130px;
  padding: 12px;
  background: unset;
  border: unset;
  background: #012970;
  transition: all 0.6s;
  color: #FFF;
  border: 2px solid #012970;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.divIletisimInfo button:hover {
  background-color: unset;
  color: #012970;
}

.loading {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  overflow: hidden;
  transition: all 1.5s;
}

.boxLoading {
  background: #002970;
  width: 0px;
  overflow: hidden;
  transition: all 0.7s;
  height: 70px;
  margin: 0 auto;
  border: 2px solid white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}

.logoL {
  position: absolute;
  right: 0;
  width: 169px;
  left: 0;
  top: 20px;
  margin-left: 15px;
  margin-top: 40px;
  opacity: 0;
}

.logoN {
  position: absolute;
  width: 39px;
  top: 6px;
  right: 0;
  opacity: 0;
  margin-right: 18px;
  margin-top: 40px;
}

.animationTop {
  transition: all 0.7s;
  bottom: 150px;
}

.ayricaklarr {
  margin-top: 0;
  padding-top: 50px;
}

.divIletisimInfo iframe {
  width: 100%;
  height: 300px;
}

.textCenter img {
  width: 120px;
}

.form-btn {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 2;
  width: 220px;
  cursor: pointer;
  padding: 15px 28px 15px 28px;
  background: #012970;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.form-btn2 {
  position: fixed;
  right: 0;
  top: 83%;
  z-index: 2;
  width: 220px;
  cursor: pointer;
  padding: 15px 28px 15px 28px;
  background: #ffcc00;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.form-btn a {
  color: #ffcc00;
}

.form-btn2 a {
  color: #012970;
}

/* FORM CSS */
.form_content li p {
  font-size: 10px;
  text-align: left;
  margin-left: 20px;
}

.form ul {
  margin: 0;
  padding: 0;
}

.form li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  position: relative;
  color: #444;
}

.form .form-text,
.form .form-textarea,
.form select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 35px;
  line-height: 32px;
  padding-left: 11px;
  background-color: transparent;
  color: #444;
  font-size: 12px;
  border-bottom: 2px solid #224088;
}

.form .form-textarea {
  height: 65px;
  resize: none;
}

.form-submit {
  width: 100%;
  height: 45px;
  background-color: #224088;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: auto;
  margin-top: 10px;
  border: 0;
}

.form-submit:hover {
  opacity: 0.7;
  cursor: pointer;
}

INPUT.inputError,
SELECT.inputError {
  border: 1px solid red !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 4px;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #444;
}

:-moz-placeholder {
  color: #444;
  opacity: 1;
}

::-moz-placeholder {
  color: #444;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #444;
}

.input-group-addon {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #484848;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="checkbox"]:not(old) {
  float: left;
  background-image: url(../imgs/checks.png);
  z-index: 55;
  position: relative;
}

input[type="radio"]:not(old) {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 1px;
}

input[type="checkbox"]:not(old)+label,
input[type="radio"]:not(old)+label {
  display: inline-block;
  padding-left: 22px;
  background: url(../imgs/checks.png) no-repeat 0 0;
  line-height: 15px;
  cursor: pointer;
}

input[type="checkbox"]:not(old):checked+label {
  background-position: 0 -15px;
}

input[type="radio"]:not(old):checked+label {
  background-position: 0 -15px;
}

.ajaxloader {
  width: 80px;
  text-align: center;
  margin: auto;
}

.bubblingG {
  text-align: center;
  width: 80px;
  height: 50px;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #173c6e;
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1.3s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1.3s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1.3s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1.3s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

#bubblingG_2 {
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

#bubblingG_3 {
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

.radiovalidate {
  position: ABSOLUTE;
  right: -16px;
  top: 6px;
}

.izin {
  margin: 5px auto;
  width: 140px;
}

@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -moz-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -moz-transform: translateY(-21px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -webkit-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -webkit-transform: translateY(-21px);
  }
}

@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -ms-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -ms-transform: translateY(-21px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -o-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -o-transform: translateY(-21px);
  }
}

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    transform: translateY(-21px);
  }
}

.projeRow {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #234088;
}

.projeRow label {
  width: 55px;
  display: inline-block;
  margin-left: 0;
  color: #444;
}

.projeRow span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #444;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.okudum {
  width: initial;
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

#kampanya {
  left: 0;
  top: -4px;
}

#kampanya1 {
  left: 0;
  top: -4px;
}

#kampanya2 {
  left: 0;
  top: -4px;
}

.form-title {
  display: table;
  margin: 0 auto;
  font-size: 22px;
  color: #224088;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}

.form_content {
  width: 100%;
  color: #224088;
  font-family: "PFDinTextPro";
}

.form {
  width: 500px;
}

.form .form-text,
.form .form-textarea {
  font-family: 'Montserrat', sans-serif;
}

.form .form-text,
.form .form-textarea::placeholder {
  font-family: 'Montserrat', sans-serif;
}

.bilgi {
  width: 80%;
  height: 600px;
}

.inputsIlgilendiginiz div {
  display: inline-block;
  vertical-align: top;
}

.boxInput {
  border: 1px solid #282828;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.ihlasHolding {
  width: 120px !important;
}

.sanaltur {
  text-align: center;
}

.sanaltur iframe {
  width: 100%;
}

.centerContainerIframe iframe {
  width: 100%;
  height: 600px;
}

.header>div>ul>li>div>select {
  background-color: unset;
  color: black;
  padding: 3px;
  border: 1px solid black;
  border-radius: 5px;
  outline: unset;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
}

#language {
  background: unset;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  padding: 5px;
  width: 40px;
  cursor: pointer;
}

.trans>button {
  border: 1px solid #fff !important;
  color: #fff !important;
}