@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600&family=Open+Sans:wght@300;400;500;700&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input {
  -webkit-appearance: none;
}

a {
  text-decoration: none !important;
  background-color: transparent;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  display: block;
}

form {
  margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dd, pre, fieldset, ul, ol, menu, form {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, ul, ol, button, menu, td {
  padding: 0;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
  top: -0.5em;
}

button, fieldset, iframe {
  border: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input[type="text"], input[type="password"], textarea {
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
}

/* Transation */
/* ClearFix */
/* Margin Auto */
/* Flex Center */
/* @mixin res($res_min: 0px,$res_max: 1420px) {
  @media only screen and (min-width: $res_min) and (max-width: $res_max) {
    @content;
  }
} */
/* Responsive  */
/* Responsive V2  */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-family: "Khand", sans-serif;
  font-size: 25px;
}

a {
  color: #444;
}

a:hover {
  color: #c0030f;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 19px -9px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 19px -9px rgba(0, 0, 0, 0.27);
}

.d-none {
  display: none;
}

.d-iblock {
  display: inline-block;
}

.d-block {
  display: block;
}

.btn-standart {
  padding: 10px 40px;
  border: 2px solid #000;
  font-weight: bold;
  color: #000;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.btn-standart:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* MOBILE MENU */
.mm-page {
  display: inline;
}

.mobile-menu {
  display: none;
  /*  */
}

@media (max-width: 1340px) {
  .mobile-menu {
    display: block;
    margin-right: 7px !important;
  }
}

#mmenu {
  z-index: 7;
  background: #fff;
  color: #000;
}

#mmenu.mm-menu .mm-navbar a,
#mmenu .mm-menu .mm-navbar > * {
  color: #000;
}

#mmenu.mm-menu .mm-btn:after,
#mmenu.mm-menu .mm-btn:before {
  border-color: #000;
}

#mmenu .mm-listitem a {
  font-family: "Khand", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#mmenu .mm-listitem:after {
  left: 0;
}

.mm-navbar__title > span {
  font-family: "Khand", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #c0030f;
}

.mm-page__blocker.mm-slideout {
  background: rgba(0, 0, 0, 0.7);
  z-index: 6 !important;
}

.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #000;
}

.mm-iconbar__top img {
  width: 30px;
}

/* HEADER */
body {
  letter-spacing: 1px;
}

header {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 650px) {
  header {
    height: 210px;
  }
}

header > div {
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
  background-color: #000;
}

@media (max-width: 650px) {
  header > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 210px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
  }
}

@media (max-width: 970px) {
  header > div {
    background-color: black;
  }
}

header > div > .logo a img {
  padding-left: 100px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 650px) {
  header > div > .logo a img {
    padding-left: 0;
  }
}

@media (max-width: 1340px) {
  header > div > nav {
    display: none;
  }
}

header > div > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header > div > nav > ul > li {
  margin-left: 60px;
}

@media (max-width: 1650px) {
  header > div > nav > ul > li {
    margin-left: 30px;
  }
}

header > div > nav > ul > li > a {
  font-family: "Khand", sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 130px;
  display: block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

header > div > nav > ul > li ul {
  position: absolute;
  margin-left: -15px;
  visibility: hidden;
  display: none;
}

header > div > nav > ul > li ul > li {
  background-color: black;
}

header > div > nav > ul > li ul > li a {
  font-family: "Khand", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  display: block;
  padding: 10px 25px;
  border-top: 1px solid #e8e8e8;
}

header > div > nav > ul > li ul > li:hover > a {
  color: #e72723;
}

header > div > nav > ul > li ul > li:hover > ul {
  display: block;
  visibility: visible;
}

header > div > nav > ul > li:hover > a {
  color: #e72723;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

header > div > nav > ul > li:hover > ul {
  display: block;
  visibility: visible;
}

@media (max-width: 670px) {
  .mobitop {
    position: fixed;
    background: #000;
    top: 0;
    width: 100%;
  }
}

.right {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right > a {
  font-family: "Khand", sans-serif;
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 1500px) {
  .right > a {
    margin-right: 0px;
  }
}

.right > a > span {
  padding-left: 5px;
}

@media (max-width: 1500px) {
  .right > a > span {
    display: none;
  }
}

.right > a i {
  font-size: 18px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 6px;
}

.right > a i:before {
  color: #fff;
}

.right > a:hover {
  color: #c0030f;
}

.right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 100px;
}

@media (max-width: 650px) {
  .right > ul {
    margin-right: 0;
  }
}

.right > ul > li.lang > a {
  background-color: #c0030f !important;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.right > ul > li.lang > a:hover {
  color: #fff !important;
  background-color: #000;
}

.right > ul > li > a, .right > ul li.lang a {
  width: 33px;
  height: 33px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.right > ul li.lang li a {
  background: rgba(0, 0, 0, 0.4);
}

.right > ul li.lang li a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.right > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.right > ul > li > a > span, .right > ul li.lang a > span {
  font-size: 12px;
}

.right > ul li.lang ul li {
  margin-top: 7px;
}

.right > ul > li.lang > ul {
  position: absolute;
  z-index: 2;
  top: 100%;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.right > ul > li.lang:hover > ul {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media (max-width: 650px) {
  .right > ul > li > a > span, .right > ul li.lang a > span {
    margin-right: 0;
  }
}

.right > ul > li > a > i:before, .right > ul li.lang a > i:before {
  color: #fff;
}

main {
  /* GROUP PANEL */
  /* ABOUT US */
  /* ALTEKMA SK */
  /* ALTEKMA İK */
  /* NEWS */
}

main .btn-red {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #c0030f;
  padding: 12px 26px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

main .btn-red:hover {
  background-color: #000;
}

main .btn-black {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #000;
  padding: 12px 26px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

main .btn-black:hover {
  background-color: #c0030f;
}

main #slider-container {
  height: 780px;
  position: relative;
  /*  top: -130px; */
  overflow-x: hidden;
  overflow-y: hidden;
  left: 0;
  margin-bottom: 50px;
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1500px) {
  main #slider-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 970px) {
  main #slider-container {
    height: auto;
    top: 0;
    margin-bottom: 0px;
  }
}

main #slider-container > div {
  position: relative;
  width: 16.666%;
  background-color: #000;
  border-right: 3px solid #fff;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  /*     @include res($res: 1500px) {
        &:nth-child(1),&:nth-child(4){
          width: 37%;
        }
        &:nth-child(2),&:nth-child(5){
          width: 35%;
        }
        &:nth-child(3),&:nth-child(6){
          width: 38%;
          margin-right: -90px;

          > .slider-inner {
            padding-right: 60px;
            padding-left: 10px;
          }
        }
        &:nth-child(4){
          margin-left: -65px;

          @include res($res: 970px) {
            margin-left:0;
          }
        }
      } */
}

@media (max-width: 970px) {
  main #slider-container > div {
    -webkit-transform: none;
            transform: none;
    width: 100% !important;
    border: none;
    border-bottom: 3px solid #FFF;
  }
}

@media (max-width: 1500px) {
  main #slider-container > div {
    -webkit-transform: none;
            transform: none;
  }
}

main #slider-container > div:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  /*  transform: skewX(-10deg) scale(1.01); */
}

@media (max-width: 970px) {
  main #slider-container > div:hover {
    -webkit-transform: none;
            transform: none;
  }
}

main #slider-container > div:hover > img {
  opacity: 60%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: none;
          filter: none;
}

main #slider-container > div:hover > .slider-inner {
  top: 70%;
  /*    transform: translateY(-70%); */
}

@media (max-width: 1500px) {
  main #slider-container > div:hover > .slider-inner {
    top: 32%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media (max-width: 1500px) and (min-width: 971px) {
  main #slider-container > div:nth-child(3n) {
    border-right: 0;
    width: 33.4% !important;
  }
}

@media (max-width: 970px) {
  main #slider-container > div:hover > .slider-inner {
    top: 20%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

main #slider-container > div:hover > .slider-inner > p {
  opacity: 1;
  /*  display: block; */
}

main #slider-container > div:hover > .slider-inner > .btn-red {
  opacity: 1;
}

@media (max-width: 1500px) {
  main #slider-container > div {
    margin-left: 0 !important;
    width: 33.3% !important;
    border-bottom: 3px solid #FFF;
  }
}

@media (max-width: 970px) {
  main #slider-container > div {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

main #slider-container > div:first-child {
  margin-left: -70px;
  width: 23%;
}

main #slider-container > div:first-child > .slider-inner {
  padding-left: 100px;
}

@media (max-width: 1500px) {
  main #slider-container > div:first-child > .slider-inner {
    padding-left: 0;
  }
}

@media (max-width: 970px) {
  main #slider-container > div:first-child {
    margin-left: 0;
  }
}

main #slider-container > div:last-child {
  width: 22%;
  margin-right: -75px;
}

@media (max-width: 1500px) {
  main #slider-container > div:last-child {
    margin-right: 0;
  }
}

@media (max-width: 970px) {
  main #slider-container > div:last-child {
    margin-right: 0;
  }
}

main #slider-container > div:last-child > .slider-inner {
  padding-right: 50px;
}

@media (max-width: 1500px) {
  main #slider-container > div:last-child > .slider-inner {
    padding-right: 0;
  }
}

main #slider-container > div > img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 60%;
  width: 100%;
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (max-width: 1500px) {
  main #slider-container > div > img {
    height: 390px;
  }
}

@media (max-width: 970px) {
  main #slider-container > div > img {
    height: 200px;
  }
}

main #slider-container > div > .slider-inner {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: absolute;
  min-height: 400px;
  width: 90%;
  top: 90%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  padding-left: 20px;
  /*   @include res($res: 1130px) {
          padding-left: 100px;
        } */
}

@media (max-width: 1500px) {
  main #slider-container > div > .slider-inner {
    top: 37%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-left: 0px;
    width: 100%;
  }
}

@media (max-width: 970px) {
  main #slider-container > div > .slider-inner {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    top: 15%;
    right: 50px;
  }
}

main #slider-container > div > .slider-inner > p {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  /*  display: none; */
  opacity: 0;
  color: #fff;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.74);
}

@media (max-width: 1500px) {
  main #slider-container > div > .slider-inner > p {
    display: none;
  }
}

main #slider-container > div > .slider-inner > .btn-red {
  opacity: 0;
  float: right;
  margin-top: 20px;
  padding: 7px 20px;
}

@media (max-width: 1500px) {
  main #slider-container > div > .slider-inner > .btn-red {
    display: none;
  }
}

main #slider-container > div > .slider-inner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1500px) {
  main #slider-container > div > .slider-inner > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 970px) {
  main #slider-container > div > .slider-inner > a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

main #about {
  overflow-x: hidden;
  position: relative;
  padding: 50px 0px 50px 0px;
  z-index: 0;
  background: url("../images/altekma-logo-bg.png") right no-repeat, url("../images/bg-pattern-line.png") left center no-repeat;
}

@media (max-width: 1000px) {
  main #about > .container {
    padding: 0px;
    margin: 0px;
  }
}

@media (max-width: 1200px) {
  main #about {
    padding: 25px 0px 25px 0px;
  }
}

@media (max-width: 970px) {
  main #about {
    padding: 50px 0px 25px 0px;
  }
}

@media (max-width: 1000px) {
  main #about {
    background: url("../images/altekma-logo-bg.png") left center no-repeat;
  }
}

main #about .img-contanier {
  position: relative;
}

@media (max-width: 1000px) {
  main #about .img-contanier {
    display: none;
  }
}

main #about img {
  padding-left: 50px;
}

main #about .border-line {
  background: #c0030f;
  position: absolute;
  height: 100%;
  width: 30%;
  margin-left: 30px;
  top: -20px;
  padding: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: -1;
}

main #about .border-line::after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  height: 50%;
  bottom: 0;
  width: 100%;
  background: #000;
}

main #about .text {
  z-index: 1;
  padding-left: 50px;
  padding-right: 150px;
}

@media (max-width: 1400px) {
  main #about .text {
    padding-right: 50px;
  }
}

@media (max-width: 1000px) {
  main #about .text {
    padding: 50px;
    margin: 0px;
  }
}

main #about .text h1 {
  font-family: "Khand", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #444;
}

main #about .text h1 span {
  color: #c0030f;
}

main #about .text h2 {
  font-size: 22px;
  color: #444;
  margin-bottom: 30px;
}

main #about .text p {
  font-size: 18px;
  font-weight: 300;
}

main #about .text .btn-black {
  display: block;
  margin-top: 30px;
  float: right;
}

main #altekma-sk > .container-fluid {
  padding: 50px 0px 50px 0px;
  overflow-x: hidden;
}

main #altekma-sk > .container-fluid > .row {
  background-color: #000;
  background: url("../images/altekma-logo-bg.png") right no-repeat, #000;
  min-height: 520px;
}

main #altekma-sk > .container-fluid > .row .img-contanier {
  position: relative;
}

@media (max-width: 1000px) {
  main #altekma-sk > .container-fluid > .row .img-contanier {
    width: 100%;
  }
}

main #altekma-sk > .container-fluid > .row .img-contanier .sk {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 520px;
  width: 100%;
}

@media (max-width: 1000px) {
  main #altekma-sk > .container-fluid > .row .img-contanier .sk {
    height: auto;
    min-height: 0;
    opacity: 50%;
    width: 100%;
  }
}

main #altekma-sk > .container-fluid > .row .img-contanier > .altekma-sk-logo {
  position: absolute;
  right: -96.5px;
  width: 219px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1000px) {
  main #altekma-sk > .container-fluid > .row .img-contanier > .altekma-sk-logo {
    left: 50%;
    margin-left: -105px;
  }
}

@media (max-width: 480px) {
  main #altekma-sk > .container-fluid > .row .img-contanier > .altekma-sk-logo {
    width: 140px;
    left: 57%;
  }
}

main #altekma-sk > .container-fluid > .row > .text {
  padding-left: 100px;
  padding-right: 350px;
  padding-top: 30px;
}

@media (max-width: 1700px) {
  main #altekma-sk > .container-fluid > .row > .text {
    padding-top: 30px;
    padding-right: 75px;
  }
}

@media (max-width: 1000px) {
  main #altekma-sk > .container-fluid > .row > .text {
    width: 100%;
    padding: 50px;
  }
}

main #altekma-sk > .container-fluid > .row > .text h1 {
  font-family: "Khand", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #666;
}

main #altekma-sk > .container-fluid > .row > .text h1 span {
  color: #fff;
}

main #altekma-sk > .container-fluid > .row > .text p {
  font-size: 18px;
  font-weight: 300;
  color: #f2f2f2;
}

main #altekma-sk > .container-fluid > .row > .text .btn-red {
  display: block;
  margin-top: 30px;
  float: right;
}

main #altekma-ik > .container-fluid {
  padding: 25px 0px 50px 0px;
  overflow-x: hidden;
}

@media (max-width: 1000px) {
  main #altekma-ik > .container-fluid {
    padding: 25px 0px 25px 0px;
  }
}

main #altekma-ik > .container-fluid > .row .img-contanier {
  position: relative;
  padding-right: 368px;
  padding-left: 0;
}

@media (max-width: 1800px) {
  main #altekma-ik > .container-fluid > .row .img-contanier {
    padding-right: 250px;
  }
}

@media (max-width: 1600px) {
  main #altekma-ik > .container-fluid > .row .img-contanier {
    padding-right: 150px;
  }
}

@media (max-width: 1300px) {
  main #altekma-ik > .container-fluid > .row .img-contanier {
    padding-right: 50px;
  }
}

@media (max-width: 1000px) {
  main #altekma-ik > .container-fluid > .row .img-contanier {
    display: none;
  }
}

main #altekma-ik > .container-fluid > .row > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../images/altekma-logo-bg.png") left no-repeat, #f7f7f7;
  min-height: 597px;
  padding-right: 100px;
  padding-left: 350px;
}

@media (max-width: 1800px) {
  main #altekma-ik > .container-fluid > .row > .text {
    padding-left: 250px;
  }
}

@media (max-width: 1600px) {
  main #altekma-ik > .container-fluid > .row > .text {
    padding-left: 150px;
  }
}

@media (max-width: 1300px) {
  main #altekma-ik > .container-fluid > .row > .text {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1055px) {
  main #altekma-ik > .container-fluid > .row > .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

main #altekma-ik > .container-fluid > .row > .text h1 {
  font-family: "Khand", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #666;
}

main #altekma-ik > .container-fluid > .row > .text h1 span {
  color: #444;
}

main #altekma-ik > .container-fluid > .row > .text h2 {
  color: #c0030f;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

main #altekma-ik > .container-fluid > .row > .text p {
  font-size: 18px;
  font-weight: 300;
  color: #444;
}

main #altekma-ik > .container-fluid > .row > .text .btn-red,
main #altekma-ik > .container-fluid > .row > .text .btn-black {
  display: block;
  margin-top: 30px;
  float: right;
  margin-left: 20px;
}

@media (max-width: 1055px) {
  main #altekma-ik > .container-fluid > .row > .text .btn-red,
  main #altekma-ik > .container-fluid > .row > .text .btn-black {
    padding: 11px 15px;
  }
}

@media (max-width: 430px) {
  main #altekma-ik > .container-fluid > .row > .text .btn-red,
  main #altekma-ik > .container-fluid > .row > .text .btn-black {
    margin-left: 4px;
    padding: 11px 10px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  main #altekma-ik > .container-fluid > .row > .text .btn-red,
  main #altekma-ik > .container-fluid > .row > .text .btn-black {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

main #news {
  padding: 55px 0px 70px 0px;
  overflow-x: hidden;
  min-height: 626px;
  background: url("../images/media/altekma-haberler-bg.png") center no-repeat;
  background-size: cover;
}

main #news > .container > .row h1 {
  font-family: "Khand", sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
  position: relative;
  padding-top: 30px;
}

main #news > .container > .row a {
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 16px;
  float: right;
  margin-right: 40px;
  margin-bottom: 20px;
}

main #news > .container > .row a > i:before {
  color: #fff;
  font-size: 24px;
  position: absolute;
}

main #news > .container > .carousel .slick-slide {
  margin: 0 20px;
}

main #news > .container > .carousel .slick-arrow {
  padding: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  font-size: 36px;
}

main #news > .container > .carousel .slick-arrow::before {
  color: #fff;
}

main #news > .container > .carousel .slide-prev {
  left: -60px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

main #news > .container > .carousel .slide-next {
  right: -60px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

main #news > .container > .carousel .item {
  width: 371px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
  /*  margin-right:30px; */
}

main #news > .container > .carousel .item a img {
  width: 100%;
  margin-bottom: 20px;
}

main #news > .container > .carousel .item a span {
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
}

main #news > .container > .carousel .item a span > i {
  position: absolute;
  margin-left: -25px;
  margin-top: 5px;
  font-size: 16px;
}

main #news > .container > .carousel .item a span > i:before {
  color: #fff;
}

main #news > .container > .carousel .item a h3 {
  font-family: "Khand", sans-serif;
  color: #fff;
  margin-top: 15px;
}

main #contact-info {
  overflow-x: hidden;
}

main #contact-info > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

main #contact-info > .container-fluid > .row > .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

main #contact-info > .container-fluid .contact-form {
  /*height: 620px;*/
  padding: 40px 100px 60px 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
}

main #contact-info > .container-fluid .contact-form > div {
  /*max-width: 400px;*/
}

/*@media (max-width: 400px) {
  main #contact-info > .container-fluid .contact-form > div {
    max-width: 300px;
  }
}*/

main #contact-info > .container-fluid .contact-form h1 {
  font-family: "Khand", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #666;
}

main #contact-info > .container-fluid .contact-form h1 span {
  color: #c0030f;
}

main #contact-info > .container-fluid .contact-form textarea, main #contact-info > .container-fluid .contact-form input {
  width: 100%;
  display: block;
  margin-top: 10px;
  border: 1px solid #e3e2e2;
  color: #000;
  background-color: #FFF;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 30px;
  resize: none;
  -webkit-box-shadow: 1px 2px 3px -2px rgba(0, 0, 0, 0.41);
          box-shadow: 1px 2px 3px -2px rgba(0, 0, 0, 0.41);
}

main #contact-info > .container-fluid .contact-form .btn-red {
  display: block;
  margin-top: 30px;
  float: right;
  margin-left: 20px;
}

main #contact-info .iti {
  display: block;
  margin-top: 10px;
}

main #contact-info .captcha-row .col-md-7 {
  margin-top: 10px;
}

main #contact-info .iti input {
  padding: 10px 30px 10px 50px !important;
}

main #contact-info .map {
  min-height: 350px;
}

main #page-header {
  height: 400px;
  position: relative;
  left: 0;
  z-index: 0;
  width: 100%;
  background: #000;
}

@media (max-width: 1200px) {
  main #page-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}

main #page-header > div {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #page-header > div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-filter: saturate(0.9) brightness(0.9) contrast(0.9) grayscale(0.34);
          filter: saturate(0.9) brightness(0.9) contrast(0.9) grayscale(0.34);
  opacity: 80%;
}

main #page-header > div > .title {
  z-index: 0;
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding-top: 150px;
}

main #page-header > div > .title h1 {
  color: #FFF;
  font-size: 55px;
  font-weight: bold;
  display: inline-block;
  padding-right: 50px;
  border-bottom: 6px solid #c0030f;
}

@media (max-width: 480px) {
  main #page-header > div > .title h1 {
    font-size: 35px;
  }
}

main #page-header > div > .title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

main #page-header > div > .title ul li {
  position: relative;
  padding: 0 25px 0px 10px;
}

main #page-header > div > .title ul li i {
  position: absolute;
  right: 0px;
  top: 50%;
  line-height: 0;
  width: 20px;
  text-align: center;
  font-size: 22px;
}

main #page-header > div > .title ul li i:before {
  color: #FFF;
}

main #page-header > div > .title ul li:first-child {
  padding-left: 0;
}

main #page-header > div > .title ul li:last-child {
  padding-right: 0;
}

main #page-header > div > .title ul li:last-child::after {
  content: none;
}

main #page-header > div > .title ul li a {
  color: #FFF;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 480px) {
  main #page-header > div > .title ul li a {
    font-size: 12px;
  }
}

main #page-header > div > .title ul li a:hover {
  color: #c0030f;
}

main #page-content {
  padding-top: 75px;
  background-color: #f8f8f8;
  padding-bottom: 120px;
  background: url("../images/altekma-logo-bg.png") right no-repeat, url("../images/bg-pattern-line.png") left center no-repeat;
}

@media (max-width: 1000px) {
  main #page-content {
    background: url("../images/altekma-logo-bg.png") left center no-repeat;
  }
}

main #page-content > .container {
  max-width: 1140px;
}

main #page-content .page-inner {
  background-color: #FFF;
  padding: 50px;
  -webkit-box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.12);
}

main #page-content .page-inner {
  padding: 70px;
  background-color: #FFF;
}

@media (max-width: 760px) {
  main #page-content .page-inner {
    padding: 30px;
  }
}

main #page-content .page-inner .about-cover {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 382px;
}

@media (max-width: 1000px) {
  main #page-content .page-inner .about-cover {
    width: 100%;
  }
}

main #page-content .page-inner h1 {
  font-family: "Khand", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #c0030f;
  margin-bottom: 20px;
}

main #page-content .page-inner h1 span {
  color: #444;
}

main #page-content .page-inner h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #444;
  padding-bottom: 20px;
}

main #page-content .page-inner p {
  padding-bottom: 20px;
  font-size: 18px;
  color: #444;
  font-weight: 300;
}

main #page-content .page-inner .page-cover {
  margin-bottom: 30px;
}

main #page-content .page-inner ul {
  list-style: disc;
  padding-bottom: 30px;
  padding-left: 20px;
}

main #page-content .page-inner ul li {
  line-height: 40px;
}

main .news-inner {
  padding: 70px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 760px) {
  main .news-inner {
    padding: 30px;
  }
}

@media (max-width: 990px) {
  main .news-inner {
    margin-bottom: 20px;
  }
}

main .news-inner span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 20px;
}

main .news-inner span i {
  position: absolute;
  margin-top: 2px;
  padding-left: -20px;
}

main .news-inner span i::before {
  font-size: 16px;
  margin-left: -20px;
  color: #444;
}

main .news-inner h1 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #c0030f;
}

main .news-inner h2 {
  padding-bottom: 10px;
}

main .news-inner p {
  padding-bottom: 20px;
  font-size: 16px;
  color: #444;
}

main .news-inner .page-cover {
  margin-bottom: 30px;
  width: 100%;
}

main .news-inner ul {
  list-style: disc;
  padding-bottom: 30px;
  padding-left: 20px;
}

main .news-inner ul li {
  line-height: 40px;
}

main .news-inner .gallery {
  padding: 0;
  list-style: none;
}

main .news-inner .gallery > li {
  padding: 6px;
}

main .news-inner .gallery > li a {
  position: relative;
  display: block;
  height: 100%;
}

main .news-inner .gallery > li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .widget-title {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px;
  background: #000;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
}

main .widget-title h2 {
  font-family: "Khand", sans-serif;
  color: #FFF;
}

main .widget-archive {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 30px;
}

main .widget-archive .other-news {
  margin-top: 10px;
}

main .widget-archive .other-news span {
  font-size: 14px;
}

main .widget-archive .other-news p {
  font-family: "Khand", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

main .widget-archive .other-news > .container {
  padding: 0;
}

main .widget-archive .other-news > .container > .row > .col-lg-3 {
  height: 80px;
  padding: 0;
}

@media (max-width: 990px) {
  main .widget-archive .other-news > .container > .row > .col-lg-3 {
    height: 200px;
  }
}

main .widget-archive .other-news > .container > .row > .col-lg-3 img {
  -o-object-fit: cover;
     object-fit: cover;
}

main .widget-archive .other-news > .container > .row > .col-lg-9 {
  padding-right: 0;
}

main .widget-archive ul {
  margin-top: 15px;
}

main .widget-archive ul li a {
  font-size: 20px;
  margin-right: 10px;
  font-family: "Khand", sans-serif;
  color: #000;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

main .widget-archive ul li a:hover {
  color: #c0030f;
}

main .widget-archive ul li a i {
  padding-right: 15px;
  margin-top: 3px;
  position: absolute;
}

main .widget-archive ul li a span {
  padding-left: 30px;
  font-weight: bold;
}

main .widget-archive h2 {
  text-align: center;
  font-size: 26px;
  position: relative;
  padding-bottom: 25px;
  font-weight: bold;
}

main .widget-archive h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
}

main #news-list {
  padding-top: 75px;
  background-color: #f8f8f8;
  padding-bottom: 75px;
}

main #news-list > .container {
  max-width: 1140px;
}

@media (max-width: 760px) {
  main #news-list {
    padding-bottom: 50px;
  }
}

main #news-list h1 {
  font-family: "Khand", sans-serif;
  font-size: 45px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

main #news-list h1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 15px;
  height: 5px;
  width: 80px;
  margin-left: -40px;
  background-color: #c0030f;
}

main #news-list h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
}

main #news-list .item {
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
}

main #news-list .item .img {
  position: relative;
}

main #news-list .item .img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

main #news-list .item .img span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 15px 25px 10px 25px;
}

main #news-list .item .info {
  padding: 25px;
  padding-top: 0;
}

main #news-list .item .info h3 {
  font-size: 20px;
}

main #news-list .item .info p {
  color: #666;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}

main #news-list .item .info a {
  color: #c0030f;
  float: right;
  font-family: "Khand", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 3px solid #c0030f;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

main #news-list .item .info a:hover {
  color: #444;
}

main .pager {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

main .pager li {
  display: inline-block;
  padding: 5px;
}

main .pager li a,
main .pager li span {
  display: inline-block;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  min-width: 35px;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

main .pager li a i::before,
main .pager li span i::before {
  font-size: 16px;
  color: #444;
}

main .pager li a:hover,
main .pager li span:hover {
  background-color: #cfcfcf;
}

main .pager li span {
  color: #FFF;
  background: #000;
}

/* FOOTER */
footer {
  margin-top: -40px;
}

@media (max-width: 760px) {
  footer {
    margin-top: 0px;
  }
}

footer .top {
  overflow: hidden;
}

@media (max-width: 760px) {
  footer .top .container {
    width: 100%;
  }
}

footer .top > div {
  position: relative;
  padding: 30px 15px 30px 250px;
}

@media (max-width: 767px) {
  footer .top > div {
    padding: 0;
  }
}

footer .top .logo {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -30px;
  bottom: -30px;
  width: 220px;
  text-align: center;
}

@media (max-width: 767px) {
  footer .top .logo {
    position: unset;
    text-align: center;
    width: 100%;
    padding: 15px;
  }
}

footer .top .logo a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  footer .top .logo a {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

footer .top .logo a img {
  max-width: 229px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .top .logo:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  background: #070707;
  width: 10000px;
}

footer .top .marks {
  position: relative;
}

footer .top .marks ul {
  position: relative;
  display: table;
  width: 100%;
  background: #fff;
}

@media (max-width: 1000px) {
  footer .top .marks ul {
    display: inline-block;
    font-size: 0;
    padding: 15px 0;
    text-align: center;
  }
}

footer .top .marks ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 15px;
}

@media (max-width: 1000px) {
  footer .top .marks ul li {
    padding: 15px;
    display: inline-block;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  footer .top .marks ul li {
    width: 50%;
  }
}

footer .top .marks ul li img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .top .marks:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  background: #FFF;
  width: 100000px;
  margin-left: -50000px;
}

footer .center {
  margin-top: -30px;
  background: url("../images/altekma-logo-bg.png") left no-repeat, #222;
}

footer .center .region {
  padding: 60px 15px 65px;
  height: inherit !important;
}

@media (max-width: 425px) {
  footer .center .region {
    margin-left:20px;
  }
}

footer .center .region strong {
  position: relative;
  display: block;
  font-family: "Khand", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  padding-bottom: 20px;
}

footer .center .region strong:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 80px;
  height: 1px;
  background: #666;
  max-width: 50%;
}

footer .center .region p {
  display: block;
  font-size: 14px;
  color: #FFF;
  padding-bottom:30px;
}

footer .center .region ul {
  padding-top: 15px;
  position: absolute;
  bottom:20px
}

footer .center .region ul li {
  padding-top: 5px;
}

footer .center .region ul li a,
footer .center .region ul li span {
  position: relative;
  font-size: 15px;
  color: #FFF;
  padding-left: 30px;
}

footer .center .region ul li a i,
footer .center .region ul li span i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  width: 20px;
  text-align: center;
  font-size: 20px;
}

footer .center .region ul li a i:before,
footer .center .region ul li span i:before {
  color: #FFF;
}

footer .center .region ul li a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

footer .center .region ul li a:hover {
  color: #FFF;
}

footer .center .region:nth-child(even) {
  background: #444;
}

footer .center .contact {
  text-align: left;
}

footer .center .contact > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 50px;
}

@media (max-width: 1200px) {
  footer .center .contact > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1023px) {
  main #contact-info > .container-fluid > .row > .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  footer .center .contact > div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main #contact-info > .container-fluid .contact-form {
    padding: 40px 40px 60px 40px;
  }

  main #news > .container > .carousel .slide-prev {
    left: -30px;
    top: 30%;
  }

  main #news > .container > .carousel .slide-next {
    right: -30px;
    top: 30%;
  }

  main #news > .container > .carousel .slick-arrow {
    font-size: 25px;
  }
}

footer .center .contact > div > a {
  color: #FFF;
  font-family: "Khand", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

footer .center .contact > div > a i {
  margin-right: 15px;
}

footer .center .contact > div > a i::before {
  color: #FFF;
}

footer .center .contact > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

footer .center .contact > div > ul li a {
  font-size: 35px;
  margin-right: 10px;
}

footer .center .contact > div > ul li a i:before {
  color: #fff;
  font-size: 27px;
}

footer .bottom {
  background: #FFF;
  padding: 12px 0;
}

footer .bottom p {
  font-size: 13px;
  color: #444;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/************************************************/
/*** 	Front-End-Developer: Mustafa GÜNEY    ***/
/*** 	Web: mustafaguney.com                 ***/
/*** 	Mail:mail@mustafaguney.com            ***/
/************************************************/
/*# sourceMappingURL=style.css.map */
