@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700');
@import url('https://fonts.googleapis.com/css?family=Mukta');
* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: Titillium;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Titillium_Web/TitilliumWeb-Regular.ttf') format('truetype');
}
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Comfortaa', 'cursive', 'ubuntu';
  overflow-x: hidden;
  font-size: 14px !important;
  line-height: 18px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body {
    font-size: 9px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  body {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  body {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  body {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 14px !important;
  }
}
#menu,
#slider,
#content,
#footer,
#corporate,
#contact,
#uretim,
#ik,
#kalite {
  width: 100%;
  float: left;
  position: relative;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px) {
  #slider {
    margin-top: 18%;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  #slider {
    margin-top: 15%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  #corporate img {
    padding: 7px;
  }
}
#menu {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 50px;
  z-index: 5;
  background: #000000;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  #menu {
    position: fixed !important;
    top: 0px !important;
    z-index: 9999;
  }
}
#content {
  margin-top: 1%;
}
#footer {
  background: black;
  margin-top: 1%;
  padding: 35px;
  padding-left: 0px;
  padding-right: 0px;
}
#loading {
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: black;
  z-index: 9999;
}
#maps {
  height: 400px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  #maps {
    height: 200px;
  }
}
.logo div img {
  max-width: 280px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .logo div img {
    max-width: 100%;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .logo div img {
    max-width: 100%;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .logo div img {
    max-width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .logo div img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .logo div img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .logo div img {
    max-width: 250px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  nav > .menu {
    height: 51em;
  }
}
.menu ul,
.menu li {
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu ul,
  .menu li {
    position: relative;
    overflow: hidden;
  }
}
.menu li.find,
.menu li.nofind {
  width: auto;
  float: left;
  position: relative;
  padding: 25px;
  display: inline-block;
  margin: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.menu li.find:hover,
.menu li.nofind:hover {
  background: #67141c;
  cursor: pointer;
}
.menu li.find:nth-child(1),
.menu li.nofind:nth-child(1) {
  background: #67141c;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find,
  .menu li.nofind {
    padding: 10px;
    width: 100%;
    margin: 0px !important;
    position: static !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu li.find,
  .menu li.nofind {
    padding: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu li.find,
  .menu li.nofind {
    padding: 15px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .menu li.find,
  .menu li.nofind {
    padding: 20px;
  }
}
.menu li.find a,
.menu li.nofind a {
  text-decoration: none;
  color: white;
  display: block;
  font-family: 'Mukta', 'Titillium', 'Arial';
  font-weight: normal;
  font-size: 16px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find a,
  .menu li.nofind a {
    padding-left: 5%;
    font-size: 22px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 320px) and (max-width : 480px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 20px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 360px) and (max-width : 640px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 20px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 20px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 19px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1300px) and (max-width: 1400px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 21px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1400px) and (max-width: 1600px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 22px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1600px) and (max-width: 1680px) {
  .menu li.find a,
  .menu li.nofind a {
    font-size: 22px !important;
  }
}
.menu li.find a i,
.menu li.nofind a i {
  font-size: 19px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .menu li.find a i,
  .menu li.nofind a i {
    font-size: 19px !important;
  }
}
.menu li.find .submenu,
.menu li.nofind .submenu {
  position: absolute;
  top: 100%;
  width: 35em;
  display: none;
  opacity: 0;
  z-index: 99;
  overflow: hidden;
  margin-top: 3px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find .submenu,
  .menu li.nofind .submenu {
    height: 100%;
    margin-left: 0px;
    right: -110%;
    transition: all 250ms ease-in-out;
    background: transparent;
    width: 100%;
    top: 0px !important;
    height: 50em;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.9399999999999999);
    display: block !important;
    opacity: 1 !important;
    box-shadow: 6px 10px 10px 11px rgba(93, 93, 93, 0.28);
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width: 1680px) {
  .menu li.find .submenu,
  .menu li.nofind .submenu {
    left: -2px;
  }
}
.menu li.find .submenu li,
.menu li.nofind .submenu li {
  padding: 8px;
  width: auto;
  position: relative;
  float: left;
  justify-content: flex-start !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find .submenu li,
  .menu li.nofind .submenu li {
    padding: 5px;
    width: 100%;
    margin-left: 15px;
  }
}
.menu li.find .submenu li:hover,
.menu li.nofind .submenu li:hover {
  background: #000000;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find .submenu li:hover,
  .menu li.nofind .submenu li:hover {
    background: transparent;
  }
}
.menu li.find .submenu li:hover .line,
.menu li.nofind .submenu li:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.menu li.find .submenu li a,
.menu li.nofind .submenu li a {
  font-size: 15px !important;
  color: #ffffff;
  padding: 7px;
  font-family: 'Mukta';
  font-weight: normal;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 320px) and (max-width : 480px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 360px) and (max-width : 640px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1300px) and (max-width: 1400px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1400px) and (max-width: 1600px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1600px) and (max-width: 1680px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    font-size: 17px !important;
  }
}
.menu li.find .submenu li a:before,
.menu li.nofind .submenu li a:before {
  position: absolute;
  height: 2px;
  background: white;
  width: 100%;
  z-index: 99;
  content: "";
  bottom: 0px;
  left: 0px;
  -webkit-transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
  transition: -webkit-transform 0.3s;
  transition: -ms-transform 0.3s;
  transition: -moz-transform 0.3s;
  transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.menu li.find .submenu li a:hover,
.menu li.nofind .submenu li a:hover {
  color: white;
}
.menu li.find .submenu li a:hover:before,
.menu li.nofind .submenu li a:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .menu li.find .submenu li a,
  .menu li.nofind .submenu li a {
    width: 100%;
    color: white;
    text-transform: uppercase;
  }
}
.variable {
  position: relative;
  width: auto;
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .free-div {
    width: 100%;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .free-div {
    width: 100%;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .free-div {
    width: 100%;
  }
}
.new-center {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .new-center {
    flex-flow: wrap;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .new-center {
    flex-flow: wrap;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .new-center {
    flex-flow: wrap;
  }
}
.navbar-collapse {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar-toggle {
  z-index: 9999;
  padding: 0px !important;
}
.navbar-toggle .icon-bar {
  background: white;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.open {
  transform: rotate(0deg) !important;
  margin-top: -2px;
}
.open .icon-bar {
  width: 25px;
  height: 3px !important;
  background: #67141c;
  z-index: 999;
  position: relative;
  clear: both;
  color: red;
  display: block;
  margin: 5px;
}
.open .icon-bar:nth-child(1) {
  transform: rotate(-45deg) !important;
}
.open .icon-bar:nth-child(2) {
  transform: rotate(45deg) !important;
  margin-top: -8px !important;
}
.open .icon-bar:nth-child(3) {
  display: none;
}
.owl-controls {
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .owl-controls {
    top: 20%;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .owl-controls {
    top: 20%;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .owl-controls {
    top: 20%;
  }
}
.owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: -7px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 6px !important;
  background: rgba(0, 0, 0, 0.58) !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-right: -7px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .owl-controls .owl-buttons .owl-prev {
    width: 50px;
    height: 50px;
  }
}
.owl-controls .owl-buttons .owl-prev:hover {
  background: #000000 !important;
}
.owl-controls .owl-buttons .owl-prev:before {
  font: normal normal normal 14px/1 FontAwesome;
  color: white;
  border-radius: 50%;
  content: "";
  font-size: 32px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 29px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 31px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .owl-controls .owl-buttons .owl-prev:before {
    font-size: 32px !important;
  }
}
.owl-controls .owl-buttons .owl-prev:before {
  content: "\f104";
}
.owl-controls .owl-buttons .owl-next {
  float: right;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 6px !important;
  background: rgba(0, 0, 0, 0.58) !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .owl-controls .owl-buttons .owl-next {
    width: 50px;
    height: 50px;
  }
}
.owl-controls .owl-buttons .owl-next:hover {
  background: #000000 !important;
}
.owl-controls .owl-buttons .owl-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  color: white;
  border-radius: 50%;
  content: "";
  font-size: 32px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 29px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 31px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .owl-controls .owl-buttons .owl-next:before {
    font-size: 32px !important;
  }
}
.owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
}
.navi {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 6px !important;
  background: rgba(0, 0, 0, 0.58) !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .navi {
    width: 50px;
    height: 50px;
  }
}
.navi:hover {
  background: #000000 !important;
}
.navi:before {
  font: normal normal normal 14px/1 FontAwesome;
  color: white;
  border-radius: 50%;
  content: "";
  font-size: 32px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .navi:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .navi:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .navi:before {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .navi:before {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .navi:before {
    font-size: 29px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .navi:before {
    font-size: 31px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .navi:before {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .navi:before {
    font-size: 32px !important;
  }
}
.content {
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content {
    flex-flow: column;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content {
    flex-flow: column;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content {
    flex-flow: column;
  }
}
.content .free-div {
  margin: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div {
    padding: 7px;
  }
}
.content .free-div:nth-child(1) {
  width: 60%;
}
.content .free-div:nth-child(2) {
  width: 40%;
  flex-flow: wrap;
  display: flex;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div:nth-child(2) {
    min-height: 500px;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div:nth-child(2) {
    min-height: 500px;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div:nth-child(2) {
    min-height: 500px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.content .free-div figure.border:before {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid white;
  transition: all 250ms ease-in-out;
  margin: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div figure.border:before {
    margin: 5px;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div figure.border:before {
    margin: 5px;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div figure.border:before {
    margin: 5px;
  }
}
.content .free-div figure.border:hover:before {
  border-color: #a5a5a5;
  cursor: pointer;
}
.content .free-div figcaption.one {
  background: rgba(0, 0, 0, 0.47);
  margin: 55px;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 50%;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div figcaption.one {
    width: 85%;
    margin: 20px;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div figcaption.one {
    width: 85%;
    margin: 20px;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div figcaption.one {
    width: 85%;
    margin: 20px;
  }
}
.content .free-div figcaption.one .title {
  font-family: 'Titillium', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 27px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div figcaption.one .title {
    font-size: 25px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div figcaption.one .title {
    font-size: 25px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div figcaption.one .title {
    font-size: 25px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .content .free-div figcaption.one .title {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .content .free-div figcaption.one .title {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .content .free-div figcaption.one .title {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .content .free-div figcaption.one .title {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .content .free-div figcaption.one .title {
    font-size: 27px !important;
  }
}
.content .free-div figcaption.one .text {
  color: white;
  font-family: 'Mukta';
  font-size: 13px !important;
  line-height: 16px !important;
  word-break: break-word;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div figcaption.one .text {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div figcaption.one .text {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div figcaption.one .text {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .content .free-div figcaption.one .text {
    font-size: 8px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .content .free-div figcaption.one .text {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .content .free-div figcaption.one .text {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .content .free-div figcaption.one .text {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .content .free-div figcaption.one .text {
    font-size: 13px !important;
  }
}
.content .free-div figcaption.two {
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div figcaption.two {
    width: 85%;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div figcaption.two {
    width: 85%;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div figcaption.two {
    width: 85%;
  }
}
.content .free-div figcaption.two .title {
  font-family: 'Titillium', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 32px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div figcaption.two .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div figcaption.two .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div figcaption.two .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .content .free-div figcaption.two .title {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .content .free-div figcaption.two .title {
    font-size: 29px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .content .free-div figcaption.two .title {
    font-size: 31px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .content .free-div figcaption.two .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .content .free-div figcaption.two .title {
    font-size: 32px !important;
  }
}
.content .free-div figcaption.two .text {
  color: white;
  font-family: 'Mukta';
  font-size: 13px !important;
  line-height: 16px !important;
  word-break: break-word;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div figcaption.two .text {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div figcaption.two .text {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div figcaption.two .text {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .content .free-div figcaption.two .text {
    font-size: 8px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .content .free-div figcaption.two .text {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .content .free-div figcaption.two .text {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .content .free-div figcaption.two .text {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .content .free-div figcaption.two .text {
    font-size: 13px !important;
  }
}
.content .free-div .box {
  position: relative;
  display: block;
}
.content .free-div .box:nth-child(1) {
  background: #ab212e;
}
.content .free-div .box:nth-child(2) {
  margin-top: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .content .free-div .box:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .content .free-div .box:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .content .free-div .box:nth-child(2) {
    margin-top: 10px;
  }
}
.content .free-div .back-image {
  background: url("../image/content/uretim.jpg");
}
.left_to_right {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  font-size: 14px !important;
  color: white;
  font-family: 'Comfortaa';
  display: inline-block;
  width: auto;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .copyright {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .copyright {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .copyright {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .copyright {
    font-size: 9px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .copyright {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .copyright {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .copyright {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .copyright {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .copyright {
    text-align: center;
    text-align: -webkit-center;
  }
}
.top {
  margin-top: 3.3%;
}
.bigTitle {
  background: #000000;
  padding: 40px;
  padding-left: 0px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .bigTitle {
    padding: 20px;
  }
}
.bigTitle span {
  font-family: 'Comfortaa';
  font-size: 32px !important;
  color: #b9b9b9;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .bigTitle span {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .bigTitle span {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .bigTitle span {
    font-size: 30px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .bigTitle span {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .bigTitle span {
    font-size: 29px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .bigTitle span {
    font-size: 31px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bigTitle span {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .bigTitle span {
    font-size: 32px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .bigTitle span {
    font-size: 25px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 320px) and (max-width : 480px) {
  .bigTitle span {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 360px) and (max-width : 640px) {
  .bigTitle span {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 414px) and (max-width : 760px) {
  .bigTitle span {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width : 768px) and (max-width : 1024px) {
  .bigTitle span {
    font-size: 20px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1024px) and (max-width: 1300px) {
  .bigTitle span {
    font-size: 22px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1300px) and (max-width: 1400px) {
  .bigTitle span {
    font-size: 24px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bigTitle span {
    font-size: 25px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) and only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width : 360px) and (max-width : 640px) and only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width : 414px) and (max-width : 760px) and only screen and (min-width: 1600px) and (max-width: 1680px) {
  .bigTitle span {
    font-size: 25px !important;
  }
}
.back {
  background: #67141c;
  position: absolute;
  right: 0px;
  left: 0px;
  display: block;
  z-index: 99;
  height: 68px;
  top: 0px;
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .back {
    display: none !important;
  }
}
.back:hover {
  cursor: pointer;
}
.social {
  width: 15%;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .social {
    width: auto;
  }
}
.social .social-media ul,
.social .social-media li {
  margin: 0px;
  padding: 0px;
}
.social .social-media ul {
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .social .social-media ul {
    justify-content: center;
  }
}
.social .social-media ul li {
  float: left;
  width: auto;
  padding: 5px;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .social .social-media ul li {
    padding: 15px;
  }
}
.social .social-media ul li a {
  color: white;
  font-size: 25px !important;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .social .social-media ul li a {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .social .social-media ul li a {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .social .social-media ul li a {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .social .social-media ul li a {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .social .social-media ul li a {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .social .social-media ul li a {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .social .social-media ul li a {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .social .social-media ul li a {
    font-size: 25px !important;
  }
}
.social .social-media ul li a:hover {
  color: #6f6f6f;
}
.social .ajans {
  position: absolute;
  right: 5px;
  padding: 5px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .social .ajans {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
  }
}
.social .ajans astajans a {
  color: white;
  font-family: 'Mukta';
  font-size: 14px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .social .ajans astajans a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .social .ajans astajans a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .social .ajans astajans a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .social .ajans astajans a {
    font-size: 9px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .social .ajans astajans a {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .social .ajans astajans a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .social .ajans astajans a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .social .ajans astajans a {
    font-size: 14px !important;
  }
}
.line {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: -webkit-transform 0.3s;
  transition: -ms-transform 0.3s;
  transition: -moz-transform 0.3s;
  transition: -o-transform 0.3s;
  transition: transform 0.3s;
  z-index: 99999;
  width: 100%;
  height: 2px;
  background: white;
  bottom: -10px;
  float: left;
}
.num {
  opacity: 0;
  padding: 10px;
  padding-top: 0px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .select {
    padding: 15px;
  }
}
.select .text {
  font-size: 16px !important;
  color: #000000;
  font-family: 'Titillium', sans-serif;
  line-height: 26px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .select .text {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .select .text {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .select .text {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .select .text {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .select .text {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .select .text {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .select .text {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .select .text {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width : 768px) and (max-width : 1024px) {
  .select .text {
    line-height: 20px;
  }
}
.select .pad {
  padding: 15px;
  padding-left: 0px;
}
.contactInformation .title span {
  font-size: 25px !important;
  color: #67141c;
  font-family: 'Mukta';
  position: relative;
  padding: 10px;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .contactInformation .title span {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .contactInformation .title span {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .title span {
    font-size: 23px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contactInformation .title span {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contactInformation .title span {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .contactInformation .title span {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contactInformation .title span {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .contactInformation .title span {
    font-size: 25px !important;
  }
}
.contactInformation .title span:after {
  width: 100px;
  background: #67141c;
  height: 1px;
  content: "";
  position: relative;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}
.contactInformation .listContact {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-around;
}
.contactInformation .listContact li {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .listContact li {
    width: 100%;
    padding: 10px;
  }
}
.contactInformation .listContact li:hover {
  cursor: pointer;
}
.contactInformation .listContact li:hover .icon {
  background: #901b27;
  border: none;
}
.contactInformation .listContact li:hover .icon i {
  color: white;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .listContact {
    flex-flow: row wrap;
  }
}
.contactInformation .listContact .title {
  font-size: 18px !important;
  color: #000000;
  font-family: 'Mukta';
  margin-top: 15px;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .contactInformation .listContact .title {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .contactInformation .listContact .title {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .listContact .title {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contactInformation .listContact .title {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contactInformation .listContact .title {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .contactInformation .listContact .title {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contactInformation .listContact .title {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .contactInformation .listContact .title {
    font-size: 18px !important;
  }
}
.contactInformation .listContact .content {
  font-size: 16px !important;
  color: #564b4c;
  font-family: 'Titillium', sans-serif;
  margin-top: 15px;
  display: block;
  word-break: keep-all;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .contactInformation .listContact .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .contactInformation .listContact .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .listContact .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contactInformation .listContact .content {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contactInformation .listContact .content {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .contactInformation .listContact .content {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contactInformation .listContact .content {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .contactInformation .listContact .content {
    font-size: 16px !important;
  }
}
.contactInformation .listContact .content a {
  color: #564b4c;
}
.contactInformation .select form .left_to_right {
  padding-left: 5px;
  padding-right: 5px;
  display: block !important;
}
.contactInformation .select form .spe_input {
  border-radius: 1px;
  padding: 12px;
  height: auto;
  background: white;
  border: 1px solid #b7b7b7;
  font-family: 'Titillium', sans-serif;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  font-size: 15px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .contactInformation .select form .spe_input {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .contactInformation .select form .spe_input {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .select form .spe_input {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contactInformation .select form .spe_input {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contactInformation .select form .spe_input {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .contactInformation .select form .spe_input {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contactInformation .select form .spe_input {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .contactInformation .select form .spe_input {
    font-size: 15px !important;
  }
}
.contactInformation .select form .spe_input:focus {
  border-color: #6b6868 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #67141c !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent !important;
}
.contactInformation .select form .spe_input::placeholder {
  font-size: 13px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 8px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .contactInformation .select form .spe_input::placeholder {
    font-size: 13px !important;
  }
}
.contactInformation .select form select {
  padding: 11px !important;
}
.contactInformation .select form .spe_btn {
  color: #ffffff;
  border-radius: 2px;
  padding: 10px;
  height: auto;
  background: #67141c;
  font-family: 'Titillium', sans-serif;
  border: 1px solid transparent;
  font-size: 15px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .contactInformation .select form .spe_btn {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .contactInformation .select form .spe_btn {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .select form .spe_btn {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contactInformation .select form .spe_btn {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contactInformation .select form .spe_btn {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .contactInformation .select form .spe_btn {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contactInformation .select form .spe_btn {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .contactInformation .select form .spe_btn {
    font-size: 15px !important;
  }
}
.contactInformation .select form .spe_btn:hover {
  background: transparent;
  border: 1px solid #67141c;
  color: #67141c;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .select form .mobileTop {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInformation .select form .form-group {
    margin-bottom: 0px;
  }
}
.contactInformation .select form input[type="textarea"] {
  padding-bottom: 80px;
}
.contactInfo .icon {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  transition: all 0.3s ease 0s;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.contactInfo .icon i {
  font-size: 20px !important;
  color: #000000;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .contactInfo .icon i {
    font-size: 18px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .contactInfo .icon i {
    font-size: 18px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .contactInfo .icon i {
    font-size: 18px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contactInfo .icon i {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contactInfo .icon i {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .contactInfo .icon i {
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contactInfo .icon i {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .contactInfo .icon i {
    font-size: 20px !important;
  }
}
.invalid {
  border: 1px solid #b92424 !important;
}
.success {
  font-size: 19px !important;
  color: #089800;
  font-family: 'Mukta';
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .success {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .success {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .success {
    font-size: 17px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .success {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .success {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .success {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .success {
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .success {
    font-size: 19px !important;
  }
}
.uretim .select .title {
  font-size: 35px !important;
  font-family: 'Comfortaa', 'Titillium', 'Mukta', serif;
  color: #2f0d10;
  font-weight: bold;
  padding: 10px;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .uretim .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .uretim .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .uretim .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .uretim .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .uretim .select .title {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .uretim .select .title {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .uretim .select .title {
    font-size: 35px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select .title {
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px) {
  .uretim .select .title {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .uretim .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 320px) and (max-width : 480px) {
  .uretim .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 360px) and (max-width : 640px) {
  .uretim .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 768px) and (max-width : 1024px) {
  .uretim .select .title {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1024px) and (max-width: 1300px) {
  .uretim .select .title {
    font-size: 29px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1300px) and (max-width: 1400px) {
  .uretim .select .title {
    font-size: 31px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1400px) and (max-width: 1600px) {
  .uretim .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1600px) and (max-width: 1680px) {
  .uretim .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px), only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width: 1680px) {
  .uretim .select .title {
    line-height: 30px;
  }
}
.uretim .select .content {
  font-size: 16px !important;
  font-family: 'Titillium';
  color: #000000;
  display: block !important;
  line-height: 25px;
  float: left;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .uretim .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .uretim .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .uretim .select .content {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .uretim .select .content {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .uretim .select .content {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .uretim .select .content {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .uretim .select .content {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select .content {
    line-height: 20px;
  }
}
.uretim .select ul {
  margin: 0px !important;
}
.uretim .select ul li {
  display: block;
  position: relative;
  margin-left: 20px;
}
.uretim .select ul li:before {
  position: relative;
  content: "";
  float: left;
  border: solid 5px transparent;
  border-left-color: #000000;
  visibility: inherit;
  z-index: 9999;
  left: 0px;
  margin: 10px -15px 0px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select ul li:before {
    margin: 10px -10px 0px;
  }
}
.uretim .select .flex {
  display: flex;
  justify-content: space-around;
  flex-flow: row;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select .flex {
    flex-flow: row wrap;
    justify-content: space-between !important;
    padding: 7px;
  }
}
.uretim .select .flex .s-4 {
  flex: 1;
  margin: 4px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .uretim .select .flex .s-4 {
    width: 100% !important;
    margin: 0px 0px 6px 0px !important;
    flex: none !important;
    margin-bottom: 5px;
    position: relative;
  }
}
.uretim .select .flex .s-4:hover .effect {
  background: transparent !important;
}
.uretim .select .flex .s-4 .effect {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(6, 6, 6, 0.3);
  transition: all 0.3s ease 0s;
}
.kalite .select .title {
  font-size: 35px !important;
  font-family: 'Comfortaa', 'Titillium', 'Mukta', serif;
  color: #2f0d10;
  font-weight: bold;
  padding: 10px;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .kalite .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .kalite .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .kalite .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .kalite .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .kalite .select .title {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .kalite .select .title {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .kalite .select .title {
    font-size: 35px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select .title {
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px) {
  .kalite .select .title {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .kalite .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 320px) and (max-width : 480px) {
  .kalite .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 360px) and (max-width : 640px) {
  .kalite .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width : 768px) and (max-width : 1024px) {
  .kalite .select .title {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1024px) and (max-width: 1300px) {
  .kalite .select .title {
    font-size: 29px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1300px) and (max-width: 1400px) {
  .kalite .select .title {
    font-size: 31px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1400px) and (max-width: 1600px) {
  .kalite .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) and only screen and (min-width: 1600px) and (max-width: 1680px) {
  .kalite .select .title {
    font-size: 32px !important;
  }
}
.kalite .select .content {
  font-size: 16px !important;
  font-family: 'Titillium';
  color: #000000;
  display: block !important;
  line-height: 25px;
  float: left;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .kalite .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .kalite .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .kalite .select .content {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .kalite .select .content {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .kalite .select .content {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .kalite .select .content {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .kalite .select .content {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select .content {
    line-height: 20px;
  }
}
.kalite .select ul {
  margin: 0px !important;
}
.kalite .select ul li {
  display: block;
  position: relative;
  margin-left: 20px;
}
.kalite .select ul li:before {
  position: relative;
  content: "";
  float: left;
  border: solid 5px transparent;
  border-left-color: #000000;
  visibility: inherit;
  z-index: 9999;
  left: 0px;
  margin: 10px -15px 0px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select ul li:before {
    margin: 10px -10px 0px;
  }
}
.kalite .select .flex {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select .flex {
    padding: 0px;
    display: block;
  }
}
.kalite .select .flex:nth-child(2) ._e {
  width: 32.5%;
}
.kalite .select .flex ._e {
  margin: 4px;
  padding-left: 1px !important;
  padding-right: 1px !important;
  padding: 1px;
  background: rgba(70, 70, 70, 0.34);
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .kalite .select .flex ._e {
    position: relative !important;
    margin-left: 0px !important;
    width: 100% !important;
    margin: 0px;
    margin-bottom: 5px;
  }
}
.kalite .select .flex ._e:hover {
  cursor: pointer;
}
.kalite .select .flex ._e:hover .effect {
  background: transparent !important;
}
.kalite .select .flex ._e .effect {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(6, 6, 6, 0.2);
  transition: all 0.3s ease 0s;
}
.kalite .strip {
  padding: 15px;
  background: #f8f8f8;
  margin-top: 3.3%;
  margin-bottom: 20px;
}
.surdurebilirlik .select .title {
  font-size: 35px !important;
  font-family: 'Comfortaa', 'Titillium', 'Mukta', serif;
  color: #2f0d10;
  font-weight: bold;
  padding: 10px;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .surdurebilirlik .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .surdurebilirlik .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .surdurebilirlik .select .title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .surdurebilirlik .select .title {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .surdurebilirlik .select .title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .surdurebilirlik .select .title {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .surdurebilirlik .select .title {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .surdurebilirlik .select .title {
    font-size: 35px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .surdurebilirlik .select .title {
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px) {
  .surdurebilirlik .select .title {
    line-height: 30px;
  }
}
.surdurebilirlik .select .content {
  font-size: 16px !important;
  font-family: 'Titillium';
  color: #000000;
  display: block !important;
  line-height: 25px;
  float: left;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .surdurebilirlik .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .surdurebilirlik .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .surdurebilirlik .select .content {
    font-size: 14px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .surdurebilirlik .select .content {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .surdurebilirlik .select .content {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .surdurebilirlik .select .content {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .surdurebilirlik .select .content {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .surdurebilirlik .select .content {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .surdurebilirlik .select .content {
    line-height: 20px;
  }
}
.surdurebilirlik .select .flex {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .surdurebilirlik .select .flex {
    padding: 0px;
    display: block;
  }
}
.surdurebilirlik .select .flex:nth-child(2) ._e {
  width: 32.5%;
}
.surdurebilirlik .select .flex ._e {
  margin: 4px;
  padding-left: 1px !important;
  padding-right: 1px !important;
  padding: 1px;
  background: rgba(70, 70, 70, 0.34);
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .surdurebilirlik .select .flex ._e {
    position: relative !important;
    margin-left: 0px !important;
    width: 100% !important;
    margin: 0px;
    margin-bottom: 5px;
  }
}
.surdurebilirlik .select .flex ._e:hover {
  cursor: pointer;
}
.surdurebilirlik .select .flex ._e:hover .effect {
  background: transparent !important;
}
.surdurebilirlik .select .flex ._e .effect {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(6, 6, 6, 0.2);
  transition: all 0.3s ease 0s;
}
.surdurebilirlik .strip {
  padding: 15px;
  background: #f8f8f8;
  margin-top: 3.3%;
  margin-bottom: 20px;
}
.tab-menu {
  background: #f1efee;
  background: linear-gradient(#f1efee, #ffffff);
  padding: 0px;
  margin: 0px;
  min-height: 350px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .tab-menu {
    min-height: 150px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tab-menu {
    min-height: 250px;
  }
}
.tab-menu li {
  padding: 0px;
}
.tab-menu li:last-child a {
  border: none;
}
.tab-menu li a {
  border-radius: 0px !important;
  font-size: 15px !important;
  font-family: 'Comfortaa', 'Titillium', 'Mukta', serif;
  padding: 19px !important;
  color: #67141c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  text-indent: 45%;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .tab-menu li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .tab-menu li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .tab-menu li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .tab-menu li a {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .tab-menu li a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .tab-menu li a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tab-menu li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .tab-menu li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .tab-menu li a {
    text-indent: 0px;
    text-align: center;
    text-align: -webkit-center;
  }
}
.tab-menu li a:hover {
  background: rgba(0, 0, 0, 0.21) !important;
  color: white;
}
.tab-menu li.active:after {
  position: absolute;
  content: "";
  left: -6px;
  z-index: 9;
  top: 24px;
  border-top: 8px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(-90deg);
}
.tab-menu li.active a {
  background: #000000 !important;
}
.tab-content .active {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}
.disableClass {
  background: #d8d8d8 !important;
}
.val2 {
  background: #67141c;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .imgPad {
    padding: 7px;
  }
}
.noLine {
  background: black;
}
.noLine a:before {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .owl-theme .owl-controls .owl-page span {
    margin: 0px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  p {
    padding-bottom: 6px;
    padding-left: 15px;
  }
}
.no_left {
  padding-left: 0px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .no_left {
    padding-left: 15px !important;
  }
}
.lang {
  position: absolute;
  z-index: 99;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .lang {
    position: relative !important;
    float: left;
    display: block;
    right: -10px;
    float: left !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1600px) and (max-width: 1680px), only screen and (min-width: 1680px) {
  .lang {
    right: 20px;
  }
}
.lang li {
  float: left;
  width: auto;
  padding: 5px;
}
.lang li:nth-child(2) a:after {
  display: none;
}
.lang li a {
  color: white;
  font-size: 13px !important;
  font-family: 'Comfortaa', 'Titillium', 'Mukta', serif;
  font-weight: bold;
  overflow: hidden;
  padding-left: 0px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .lang li a {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .lang li a {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .lang li a {
    font-size: 11px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .lang li a {
    font-size: 8px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .lang li a {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .lang li a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .lang li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .lang li a {
    font-size: 13px !important;
  }
}
.lang li a:after {
  position: relative;
  content: "";
  margin-left: 10px;
  border: 1px solid #fdfafa;
}
.flex {
  display: flex;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .flex {
    display: block !important;
  }
}
.flex .svg_top {
  top: 80px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .flex .svg_top {
    top: 0px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px) {
  .flex .svg_top {
    top: 10px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .flex .svg_top {
    top: 50px;
  }
}
.flex .title_top {
  top: 20%;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .flex .title_top {
    top: 15%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .flex .title_top {
    top: 15%;
  }
}
.flex svg {
  width: 310px;
}
@media only screen and (min-width : 320px) and (max-width : 480px), only screen and (min-width : 360px) and (max-width : 640px), only screen and (min-width : 414px) and (max-width : 760px) {
  .flex svg {
    width: 200px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px), only screen and (min-width: 1024px) and (max-width: 1300px) {
  .flex svg {
    width: 200px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1600px) and (max-width: 1680px) {
  .flex svg {
    width: 250px;
  }
}
.s-Size {
  width: 76%;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .s-Size {
    width: 100%;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .s-Size {
    width: 100%;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .s-Size {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .s-Size {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .s-Size {
    width: 91%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .s-Size {
    width: 91%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .s-Size {
    width: 91%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .s-Size {
    width: 84%;
  }
}
.s-1 {
  width: 8.33333333%;
}
.s-2 {
  width: 16.66666667%;
}
.s-3 {
  width: 25% !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .s-3 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .s-3 {
    width: 33.33333333% !important;
  }
}
.s-3-offset {
  width: 25%;
}
.s-4 {
  width: 33.33333333%;
}
.s-5 {
  width: 42%;
}
.s-6 {
  width: 50%;
}
.s-7 {
  width: 58%;
}
.s-8 {
  width: 66.66666667%;
}
.s-9 {
  width: 75% !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .s-9 {
    width: 66.66666667% !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .s-9 {
    width: 66.66666667% !important;
  }
}
.s-10 {
  width: 83.33333333%;
}
.s-11 {
  width: 91.74311926999999%;
}
.s-12 {
  width: 100%;
}
.no_left_right {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .no_left_right_mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .no_left_right_mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .no_left_right_mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.centerMobile {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .centerMobile {
    display: block !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .centerMobile {
    display: block !important;
  }
}
.centerMargin {
  margin: 0 auto !important;
  float: none !important;
  position: relative !important;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .centerMargin {
    display: block !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  .centerMargin {
    display: block !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  .centerMargin {
    display: block !important;
  }
}
.default {
  width: 100%;
  float: left;
  position: relative;
  display: block;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[class^="s-"] {
  position: relative;
  float: left;
  min-height: 1px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  [class^="s-"] {
    width: 100% !important;
  }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
  [class^="s-"] {
    width: 100% !important;
  }
}
@media only screen and (min-width : 414px) and (max-width : 760px) {
  [class^="s-"] {
    width: 100% !important;
  }
}
:focus {
  text-decoration: none !important;
  outline: none !important;
}
li {
  list-style-type: none !important;
}
a {
  text-decoration: none !important;
}
