body {
  font-size: 15px;
  display: block;
  margin: 0px;
  padding: 0px;
  font-family: "open sans", sans-serif;
  color: #000;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.a-center {
  text-align: center;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.box {
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.bgd {
  background: #ddd;
}

.bgc {
  background: #fcfcfc;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
  display: block;
}

.row.mb {
  margin-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt50 {
  padding-top: 50px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.fr {
  float: right;
}

.p-left {
  padding-left: 0px;
}

.p-right {
  padding-right: 0px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

#formiletisim input:focus,
#formkariyer input:focus {
  outline: none;
}

.mg-image img {
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
  max-width: 100%;
}
.mg-image:hover img {
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -moz-transform: scale(1.2); /* Firefox */
  -ms-transform: scale(1.2); /* IE 9 */
  -o-transform: scale(1.2); /* Opera */
  transform: scale(1.2);
}
.mg-image {
  overflow: hidden;
}
.mg-image span {
  z-index: 100;
}
/* just apply some height and width to the wrapper.*/

#footer {
  margin-top: 50px;
}

#social a {
  display: inline-block;
  margin: 0px 13px;
}

#social a img {
  max-width: 24px;
  max-height: 26px;
  width: auto;
  height: auto;
}

.footerMain {
  background: #f9d505;
  padding: 50px 0px;
}

.footerMain ul {
  float: left;
  width: 100%;
  margin: 50px 0px;
  text-align: center;
}

.footerMain ul li {
  display: inline-block;
  margin: 0px 8px;
}

.footerMain ul li a {
  padding: 0px 0px 0px 0px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footerMain ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.footerMain ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footerBottom {
  padding: 30px 0px;
  background: #fff;
}

.footerBottom img {
  float: right;
}

#headermain {
  background: #fafafa;
}

.logo a {
  float: left;
  width: 100%;
  background: #fafafa;
  box-sizing: border-box;
  padding: 25px 0px;
  text-align: center;
  max-width: 400px;
  max-height: 100px;
}

.logo img {
  max-width: 200px;
  box-sizing: border-box;
}

.mainCont {
  overflow: hidden;
}

.mainCont img {
}

.mainCont h1 {
  font-size: 32px;
  margin-bottom: 70px;
  margin-top: 140px;
}

.mainCont p {
  max-width: 500px;
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 16px;
}

.mainCont a {
  line-height: 35px;
  padding-left: 10px;
  font-size: 17px;
  color: #707070;
  font-family: "montserrat", sans-serif;
}

.mainCont a:before {
  content: "";
  background: url(images/rightarrow.svg) no-repeat center;
  background-size: 19px;
  border: 1px solid #3a3a3a;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 100%;
}

.productlist {
  margin-bottom: 40px;
  margin-top: 50px;
}

#productL {
  padding: 25px;
}

#productL .proimg {
  float: left;
  position: relative;
}

#productL .proimg span {
  position: absolute;
  right: 0;
  top: 0;
  background: #f9d505;
  padding: 10px;
  font-size: 14px;
}

#productL .Proinfo {
  box-sizing: border-box;
  padding: 30px 20px 45px 30px;
  box-shadow: 0px 3px 15px -6px #969696;
}

#productL .Proinfo a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#productL .Proinfo a:before {
  content: "";
  width: 35px;
  height: 3px;
  background: #f9d505;
  display: block;
  margin-bottom: 10px;
  border-radius: 50px;
}

#productL .Proinfo ul {
  padding: 0px 20px;
}
#productL .Proinfo h2 {
  font-size: 20px;
}

#productL .Proinfo ul li {
  list-style-type: disc;
  float: left;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
}

#Proref {
}

#Proref h2 {
  text-align: center;
  color: #212121;
  font-size: 32px;
  font-weight: 300;
  font-family: "montserrat", sans-serif;
  margin-top: 20px;
}

#Proref h2:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 5px;
  background: #f9d505;
  margin-bottom: 20px;
}

#Proref h2 p {
  margin: 0px;
}

#Proref table tr:nth-child(1) td {
  color: #bdbdbd;
  font-size: 18px;
  height: 60px;
  border-bottom: 1px solid #d4d4d4;
}
#Proref table tr:last-child td {
  border-bottom: none;
}
#Proref table tr td:nth-child(2) {
  width: 30%;
  padding-left: 0px;
}
#Proref table tr td {
  height: 60px;
  width: 20%;
  color: #000;
  font-size: 15px;
  vertical-align: top;
  padding-top: 20px;
  text-align: left;
}

#menu {
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0;
  top: -100%;
  opacity: 0;
  height: 0px;
  background: #f9d608;
  z-index: 334;
  padding: 40px 20px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#menu.active {
  top: 0px;
  opacity: 1;
  height: 100%;
  overflow: auto;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
}

#menu .closemenu {
  padding: 5px 20px;
  margin-bottom: 110px;
}

#menu .closemenu img {
  width: 24px;
}

#menu .fl.col-11 {
  margin-top: 15%;
}

#menu .fl.col-1 {
  margin-top: 13%;
  position: absolute;
  right: 10%;
}

#menu .fl.col-11 ul li a {
  font-size: 48px;
  font-family: "montserrat", sans-serif;
  line-height: 64px;
}

#menu .fl.col-1 a {
  display: inline-block;
  float: left;
  width: 100%;
}

#menu .fl.col-1 a img {
  max-width: 24px;
  display: block;
  margin-bottom: 48px;
  max-height: 24px;
  width: auto;
  float: right;
  margin-right: 20px;
}

#menu .fl.col-12 span {
  margin-top: 100px;
}

#menu .fl.col-11 #about-sub {
  display: none;
  padding: 5px 5px 5px 15px;
}

#menu .fl.col-11 #about-sub a {
  font-size: 24px;
  font-family: "montserrat", sans-serif;
  line-height: 32px;
  color: #000;
  display: block;
  margin-right: 10px;
}

.tablehide {
}

#tables {
  max-height: 500px;
  overflow: hidden;
}
#tables a {
  color: #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

#tables.tablehideshow {
  max-height: 100%;
}

#productlist h2 {
  font-weight: 300;
  font-size: 33px;
}

#productlist h2:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 4px;
  background: #f9d505;
}

#productlist h2 p {
  margin-top: 10px;
  margin-bottom: 41px;
}

#productdetail #Proref table tr:nth-child(1) td {
  color: #000;
  font-weight: 600;
}

.mantolama {
  background: url(images/mantolamabg.png) no-repeat;
  background-size: 100%;
  min-height: 557px;
  background-attachment: fixed;
}

.mainCont .mantolama h1 {
  font-family: "montserrat", sans-serif;
  font-size: 54px;
  line-height: 34px;
  margin-bottom: 70px;
  margin-top: 140px;
  font-weight: 400;
}

.mainCont .mantolama p {
  font-family: "open sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.suyalitimi {
  background: url(images/suyalitimibg.png) no-repeat;
  background-size: 100%;
  min-height: 557px;
  background-attachment: fixed;
}

.mainCont .mantolama h1 {
  font-family: "montserrat", sans-serif;
  font-size: 54px;
  line-height: 34px;
  margin-bottom: 70px;
  margin-top: 140px;
  font-weight: 400;
}

.mainCont .mantolama p {
  font-family: "open sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.vitHak {
  margin-bottom: 100px;
  background: url(images/hakkimizda.jpg) no-repeat center top;
  min-height: 565px;
  background-size: 100%;
}

.vitconHak {
  position: absolute;
  background: #f9d505;
  width: 30%;
  max-width: 450px;
  margin-top: 250px;
  height: 375px;
  max-height: 375px;
  right: 22.5%;
  box-sizing: border-box;
  padding: 39px;
}

.vitconHak p {
  font-family: "montserrat", sans-serif;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 80px;
}

.vitconHak span {
  font-family: "montserrat", sans-serif;
  font-size: 15px;
}

.vitHak a {
  margin-top: 586px;
  position: absolute;
  color: #565656;
  line-height: 28px;
}

.vitHak a:after {
  content: "";
  background: url(images/rightarrow.svg) no-repeat center;
  width: 26px;
  height: 26px;
  background-size: 15px;
  float: right;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  margin-left: 16px;
}

.hakkimizda {
}

.hakkimizda h2 {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
}

.hakkimizda .col.col-6.col-sm-12 {
  font-size: 15px;
  line-height: 23px;
  color: #444;
}

.tablehs {
  text-decoration: underline;
  color: #bdbdbd;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 600;
}

.leftsupport {
}

.leftsupport p {
  font-family: "montserrat", sans-serif;
  font-size: 29px;
  font-weight: 400;
  margin-top: 0px;
}

.leftsupport span {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  line-height: 23px;
}

.leftsupport span b {
  font-weight: 600;
}

.leftsupport a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  float: left;
  width: 100%;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  color: #969696;
  text-transform: capitalize;
  line-height: 28px;
}

.form-group input {
  border: 1px solid #e0e0e0;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-indent: 13px;
  color: #616161;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  outline: none;
}

.form-group textarea {
  border: 1px solid #e0e0e0;
  width: 100%;
  float: left;
  min-height: 150px;
  color: #616161;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
}

form button {
  line-height: 50px;
  float: right;
  box-sizing: border-box;
  padding: 1px 60px;
  background: #fff;
  border: 1px solid #e0e0e0;
  /*border-bottom: 2px solid #f9d505;*/
  outline: none;
  border-radius: 0px;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.rightsupport {
}

.rightsupport a {
  font-size: 16px;
  float: left;
  margin-bottom: 30px;
  color: #bdbdbd;
  margin-right: 20px;
  line-height: 30px;
}

.rightsupport a.active {
  color: #000;
  font-weight: 600;
  cursor: context-menu;
}

.rightsupport a.active:after {
  content: "";
  float: left;
  width: 100%;
  height: 2px;
  background: #f9d505;
}

form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cvupload {
  font-weight: 600;
  line-height: 45px;
}

.cvupload span {
  text-decoration: underline;
}

.cvupload strong {
  font-weight: 300;
  color: #bdbdbd;
  margin-left: 17px;
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
}

.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer;
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0;
}

.mainVitrin {
  max-height: 620px;
  overflow: hidden;
}

.yellowback {
  position: absolute;
  margin-left: 50%;
  margin-top: -25%;
  background: #f9d505;
  width: 40%;
  max-width: 465px;
  min-height: 450px;
  bottom: 1;
  z-index: 333;
}

.yellowback h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  line-height: 44px;
  margin: 100px 45px 0px 40px;
}
.yellowback ul {
  box-sizing: border-box;
  margin: 36px 45px 0px 20px;
}

.yellowback ul li {
  list-style-type: disc;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  line-height: 32px;
  font-size: 20px;
  margin-left: 40px;
}
.yellowback a {
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  margin-bottom: 40px;
}

.yellowback a:before {
  content: "";
  background: url(images/rightarrow.svg) no-repeat center;
  background-size: 17px;
  border: 1px solid #000;
  height: 25px;
  width: 25px;
  float: left;
  border-radius: 100%;
  margin-right: 10px;
}
.yellowback-alt {
  display: none;
}

.w3-display-right {
  height: 55px;
  border: 0px;
  background: url(images/rightarrow.svg) no-repeat center;
  background-size: 21px;
  z-index: 1;
  padding: 0px;
  width: 40px;
  cursor: pointer;
  float: right;
  margin-right: 25px;
}

.w3-display-left {
  height: 55px;
  border: 0px;
  background: url(images/leftarrow.svg) no-repeat center;
  background-size: 21px;
  z-index: 1;
  padding: 0px;
  width: 40px;
  cursor: pointer;
  float: right;
}

.rippon1 {
}

.rippon1 span {
}

.rippon1 span.ractive {
}

.w3-badge {
  height: 10px;
  width: 10px;
  padding: 0;
  background: #f9d505;
  position: relative;
  float: left;
  margin-left: 12px;
  border-radius: 100%;
  margin-top: 19px;
  border: 1px solid #000000;
}
.w3-badge:first-child {
  margin-left: 30px;
}

.w3-white {
  background: #000000;
  height: 12px;
  width: 12px;
  border: 0;
}

#Proref {
  margin-top: 85px;
}
#Proref h1 {
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  font-family: "montserrat", sans-serif;
  margin: 0px 0px 10px 0px;
}
#Proref p {
  text-align: center;
  margin: 0px;
}
#Proref p span {
  color: #bdbdbd;
  padding-right: 3px;
}

#markalar {
  padding: 100px 0px;
}
#markalar h2 {
  text-align: center;
  color: #212121;
  font-size: 32px;
  font-weight: 300;
  font-family: "montserrat", sans-serif;
  margin-top: 20px;
}

#markalar h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #fad506;
  margin-bottom: 3rem;
}

#markalar .markcont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-left: 25%;
}

#markalar .markcont > a {
  width: 150px;
  margin: 20px;
}

#markalar a.sbref {
  padding: 15px 25px;
  display: inline-block;
  border: 1px solid #ddd;
  /*border-bottom: 2px solid #FAD506;*/
  font-size: 17px;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .forMobile {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .yellowback {
    display: none;
  }
  .yellowback-alt {
    margin-left: 30px;
    display: inline-block;
  }
  .yellowback-alt h2 {
    font-size: 24px;
    font-family: "montserrat", sans-serif;
    font-weight: 300;
    line-height: 24px;
  }
  .yellowback-alt ul {
    box-sizing: border-box;
    margin: 30px 45px 25px 30px;
  }

  .yellowback-alt ul li {
    list-style-type: disc;
    font-family: "montserrat", sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
  }
  .yellowback-alt a {
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    position: relative;
    bottom: 0;
  }

  .yellowback-alt a:before {
    content: "";
    background: url(images/rightarrow.svg) no-repeat center;
    background-size: 15px;
    border: 1px solid #000;
    height: 25px;
    width: 25px;
    float: left;
    border-radius: 100%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .yellowback {
    display: none;
  }
  .yellowback-alt {
    margin-left: 30px;
    display: inline-block;
  }
  .yellowback-alt h2 {
    font-size: 24px;
    font-family: "montserrat", sans-serif;
    font-weight: 300;
    line-height: 24px;
  }
  .yellowback-alt ul {
    box-sizing: border-box;
    margin: 30px 45px 25px 30px;
  }

  .yellowback-alt ul li {
    list-style-type: disc;
    font-family: "montserrat", sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
  }
  .yellowback-alt a {
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    position: relative;
    bottom: 0;
  }

  .yellowback-alt a:before {
    content: "";
    background: url(images/rightarrow.svg) no-repeat center;
    background-size: 15px;
    border: 1px solid #000;
    height: 25px;
    width: 25px;
    float: left;
    border-radius: 100%;
    margin-right: 10px;
  }
  .inner {
    width: 85%;
    margin: 0 auto;
  }
  .bgd {
    background: transparent;
  }
  .bgc {
    background: transparent;
  }
  .bgcf {
    background: #fcfcfc;
  }
  .forDesktop {
    display: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  #menu .fl.col-11 {
    margin-top: 35%;
  }
  #menu .fl.col-12 {
    margin-top: 50px;
  }
  #menu .fl.col-12 span {
    margin-top: 20px;
  }
  #menu .fl.col-1 {
    margin-top: 30%;
    position: absolute;
    right: 10%;
  }
  #menu .fl.col-11 ul li a {
    font-size: 32px;
    line-height: 48px;
  }
  #menu .fl.col-1 a img {
    max-width: 20px;
    display: block;
    margin-bottom: 32px;
    max-height: 20px;
    width: auto;
    float: right;
    margin-right: 20px;
  }
  .logo {
    width: 66.66666667%;
  }
  .logo a {
    float: left;
    width: 100%;
    background: #f9d505;
    box-sizing: border-box;
    padding: 20px 0px;
    text-align: center;
    max-width: 100%;
    max-height: 80px;
    padding-right: 50px;
  }
  .logo img {
    max-width: 155px;
    box-sizing: border-box;
  }

  .w3-badge {
    height: 9px;
    width: 9px;
    padding: 0;
    background: #ffffff;
    position: relative;
    float: none;
    margin-left: 11px;
    border-radius: 100%;
    margin-top: 7px;
    border: 1px solid #000000;
    display: inline-block;
  }
  .w3-white {
    background: #000000;
    height: 11px;
    width: 11px;
    border: 0;
  }
  .w3-display-right {
    display: none !important;
  }
  .w3-display-left {
    display: none !important;
  }

  .mainCont h1 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-weight: 400;
  }
  .mainCont p {
    max-width: 700px;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 15px;
  }
  .mainCont a {
    line-height: 25px;
    padding-left: 10px;
    font-size: 16px;
    color: #707070;
    font-family: "montserrat", sans-serif;
  }
  .mainCont a:before {
    content: "";
    background: url(images/rightarrow.svg) no-repeat center;
    background-size: 19px;
    border: 1px solid #3a3a3a;
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 100%;
  }

  .fotLog a img {
    max-width: 150px;
  }
  .footerMain ul li a {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .footerMain ul li {
    display: inline-block;
    margin: 0px 8px;
    width: 100%;
    line-height: 31px;
  }

  .footerBottom {
    padding: 30px 0px;
    background: #fff;
    text-align: center;
  }
  .footerBottom span {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .footerBottom img {
    float: none;
    display: inline-block;
  }
  .mainVitrin {
    max-height: 100%;
    overflow: hidden;
    position: relative;
  }

  #Proref table tr:nth-child(1) td {
    color: #000000;
    font-size: 15px;
    height: auto;
  }

  #Proref #tables ul li .refclick p {
    background: url(images/plus.svg) no-repeat right;
    height: 50px;
    background-size: 23px;
    line-height: 50px;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
    margin: 0px;
  }
  #Proref #tables ul li .refclick .refmob {
    height: 0px;
    overflow: hidden;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #Proref #tables ul li .refclick .refmob.xactive {
    height: auto;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #tables {
    max-height: 1000px;
    overflow: hidden;
  }
  .accordion {
    width: 100%;
  }
  .accordion .link {
    cursor: pointer;
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url(images/plus.svg) no-repeat right center;
    background-size: 25px;
    height: 50px;
    line-height: 50px;
  }
  .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .accordion li.open .link {
    background: url(images/minus.svg) no-repeat right center;
    background-size: 25px;
  }
  .accordion li.default .submenu {
    display: block;
  }
  .submenu {
    display: none;
    margin: 10px 0px 25px 0px;
  }
  .submenu li {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
  .submenu a {
    text-decoration: none;
    width: 65%;
    display: inline-block;
  }
  .submenu span {
    float: right;
    width: 20%;
  }
  #Proref h1 {
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    font-family: "montserrat", sans-serif;
    margin: 0px 0px 10px 0px;
  }
  #Proref p {
    text-align: center;
    margin: 0px;
  }
  #Proref p span {
    color: #bdbdbd;
    padding-right: 3px;
  }

  #Proref ul li strong {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  #Proref ul li span {
    font-size: 14px;
  }
  .mainCont .mantolama h1 {
    font-size: 26px;
    margin-bottom: 140px;
    margin-top: 62px !important;
    font-weight: 400;
    font-family: "montserrat", sans-serif;
  }
  .mainCont .mantolama p {
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 15px;
  }
  .mantolama {
    background: url(images/mantolamabg.png) no-repeat;
    background-size: 100%;
    min-height: 100%;
    padding-bottom: 0px;
  }
  .mainCont .suyalitimi h1 {
    font-size: 26px;
    margin-bottom: 140px;
    margin-top: 62px !important;
    font-weight: 400;
    font-family: "montserrat", sans-serif;
  }
  .mainCont .suyalitimi p {
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 15px;
  }
  .suyalitimi {
    background: url(images/suyalitimibg.png) no-repeat;
    background-size: 100%;
    min-height: 100%;
    padding-bottom: 0px;
  }
  .mainCont h1 {
    font-weight: 300;
    margin-top: 15px !important;
  }
  .mainCont .fl.col-6.col-sm-12.a-center {
    padding: 50px 0px !important;
  }
  .vitHak {
    margin-bottom: 0px;
    background: url(images/hakkimizda.jpg) no-repeat center top;
    min-height: 100%;
    background-size: 100%;
  }
  .vitconHak {
    position: relative;
    background: transparent;
    width: 100%;
    margin-top: 60%;
    height: auto;
    max-height: 100%;
    right: 0px;
    padding: 20px 0px;
  }

  .vitconHak.ilet {
    position: relative;
    background: transparent;
    width: 100%;
    top: 0;
    margin-top: 20px;
    right: 0px;
    margin-bottom: 50px;
    text-align: left;
  }
  .vitconHak.ilet p {
    font-family: "montserrat", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    position: absolute;
  }

  #iletisim .form-group {
    padding: 0px;
  }
}

@media screen and (min-width: 1600px) {
  .inner {
    width: 80%;
    margin: 0 auto;
  }
}
