@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap");
*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  background: #FEFFF8;
  font-family: 'Poppins', sans-serif; }
  body a {
    text-decoration: none; }
    body a:hover {
      text-decoration: none; }
  body .form-control:focus {
    outline: none;
    box-shadow: none !important; }
  body button:focus {
    outline: none;
    box-shadow: none; }
  body p {
    margin-bottom: 0 !important; }

/*VARİABLES*/
/*Temanın genelinde kullanılan yazılar için verilen renk tonudur.*/
/*Temanın genelinde kullanılan renk tonudur.*/
/*MİXİN*/
.pagetitle {
  margin-top: 35px;
  margin-bottom: 75px;
  text-align: center; }
  .pagetitle h1 {
    font-size: 34px;
    margin-left: 25px;
    position: relative;
    letter-spacing: 5px;
    font-weight: 600;
    color: #635e5e;
    margin-top: -35px; }
  .pagetitle span {
    font-size: 80px;
    font-weight: 700;
    line-height: 99px;
    letter-spacing: -5px;
    color: #ddd;
    opacity: 0.2; }

.fixednav {
  position: fixed;
  background: #ffff;
  width: 100%;
  top: 0;
  transition: all .5s ease;
  z-index: 999;
  box-shadow: 0px 13px 12px -8px rgba(0, 0, 0, 0.15);
  height: 110px;
  padding: 0; }

/*JS GİZLE GÖSTER*/
.show {
  display: block !important; }

.hide {
  display: none !important; }

.showopacity {
  opacity: 1; }

.hideopacity {
  opacity: 0; }

/*RESPONSİVE*/
@media (max-width: 577.98px) {
  /*GENEL*/
  .menu {
    display: none; }
  .main .aboutpage__pagetitle,
  .main .productspage__pagetitle,
  .main .referencepage__pagetitle,
  .main .contactpage__pagetitle {
    margin-bottom: 25px !important; }
  .main .aboutpage__pagetitle span,
  .main .productspage__pagetitle span,
  .main .referencepage__pagetitle span,
  .main .contactpage__pagetitle span {
    font-size: 40px !important; }
  /*ANASAYFA*/
  .slogan, .main .about__images, .slogan-common {
    width: 100% !important; }
  .main .about {
    margin-bottom: 30px !important; }
  .main .about__title h2,
  .main .products__desc h3 {
    text-align: left; }
  .main .about__title h2 {
    margin-top: 25px; }
  .main .about__title h2:before,
  .main .about__title h2:after,
  .main .products__desc h3:before,
  .main .products__desc h3:after {
    display: none; }
  .main .about__desc .aboutbtn {
    margin: 15px auto; }
  .main .products__desc {
    margin-top: 0 !important;
    margin-bottom: 25px; }
  .main .products__card {
    margin-bottom: 30px;
    margin-top: 0 !important; }
  .footer {
    margin-top: 0 !important; }
  .footer .referansowl {
    padding: 1.5rem !important; }
  /*About Page*/
  .main .aboutpage__title p {
    width: 100% !important;
    font-size: 35px !important; }
  /*Product Page*/
  .main .productspage__title p {
    width: 100% !important;
    font-size: 35px !important;
    margin-bottom: 25px !important; }
  /*Product Detail*/
  .main .productdetailpage__desc {
    width: 100% !important;
    margin-top: 35px !important; }
  /*Reference Page*/
  .main .referencepage {
    margin-bottom: 200px !important; }
  .main .referencepage__title p {
    width: 100% !important;
    font-size: 35px !important;
    margin-bottom: 25px !important; }
  .main .referencepage__logo {
    width: 100% !important; }
  /*Career Page*/
  .main .careerpage {
    margin-bottom: 100px !important; }
  .main .careerpage__desc .title p {
    margin-top: 35px;
    font-size: 20px !important; }
  .main .careerpage__form {
    width: 100% !important; }
  /*Contact Page*/
  .main .contactpage__form {
    width: 100% !important; }
  .main .contactpage__contacthead {
    margin-top: 30px !important;
    margin-bottom: 30px; }
  .main .contactpage__contacthead p:after {
    display: none; }
  .main .contactpage__card p, .main .contactpage__card a {
    width: 100% !important; }
  .main .contactpage__card {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
    justify-content: center;
    align-items: center; } }

@media (min-width: 578px) and (max-width: 767.98px) {
  .menu {
    display: none; }
  .main .aboutpage__pagetitle,
  .main .productspage__pagetitle,
  .main .referencepage__pagetitle,
  .main .contactpage__pagetitle {
    margin-bottom: 25px !important; }
  .main .aboutpage__pagetitle span,
  .main .productspage__pagetitle span,
  .main .referencepage__pagetitle span,
  .main .contactpage__pagetitle span {
    font-size: 40px !important; }
  .slogan, .main .about__images, .slogan-common {
    width: 100% !important; }
  .main .about {
    margin-bottom: 30px !important; }
  .main .about__title h2,
  .main .products__desc h3 {
    text-align: left; }
  .main .about__title h2 {
    margin-top: 25px; }
  .main .about__title h2:before,
  .main .about__title h2:after,
  .main .products__desc h3:before,
  .main .products__desc h3:after {
    display: none; }
  .main .about__desc .aboutbtn {
    margin: 15px auto; }
  .main .products__desc {
    margin-top: 0 !important;
    margin-bottom: 25px; }
  .main .products__card {
    margin-bottom: 30px;
    margin-top: 0 !important;
    text-align: center !important; }
  .main .products__card .images::before {
    display: none !important; }
  .main .products__card .info {
    position: static !important; }
  .main .products__card:hover .info p,
  .main .products__card:hover .info p::before {
    color: #bb2024 !important; }
  .footer {
    margin-top: 0 !important; }
  .footer .referansowl {
    padding: 1.5rem !important; }
  /*REFERANCE PAGE*/
  .main .referencepage__title p {
    text-align: center; }
  .main .referencepage__logo {
    width: 100%; }
  /*PRODUCT PAGE*/
  .main .productspage__card {
    margin-bottom: 30px;
    margin-top: 0 !important;
    text-align: center !important; }
  .main .productspage__card .images::before {
    display: none !important; }
  .main .productspage__card .info {
    position: static !important; }
  .main .productspage__card :hover .info p,
  .main .productspage__card :hover .info p::before {
    color: #bb2024 !important; }
  /*Career Page*/
  .main .careerpage {
    margin-bottom: 100px !important; }
  .main .careerpage__desc .title p {
    margin-top: 35px;
    font-size: 20px !important; }
  .main .careerpage__form {
    width: 100% !important; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu,
  .main .about__title h2:before,
  .main .about__title h2:after,
  .main .products__desc h3:before,
  .main .products__desc h3:after {
    display: none; }
  .about__title {
    margin-top: 20px; }
  .main .about {
    margin-bottom: 0 !important; }
  .main .products__desc {
    margin-top: 30px !important;
    margin-bottom: 35px !important; }
  .main .referencepage__title p {
    font-size: 32px !important; }
  .main .contactpage__form {
    width: 100% !important; }
  .main .contactpage__card {
    display: block !important;
    text-align: center !important;
    width: 100% !important; }
  .main .contactpage__card p, .main .contactpage__card a {
    width: 100% !important;
    padding-left: 0 !important;
    text-align: center !important; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mobilelogo,
  .mobilemenu,
  .main .about__title h2:before,
  .main .about__title h2:after,
  .main .products__desc h3:before,
  .main .products__desc h3:after {
    display: none; }
  .main .products__desc {
    margin-top: 0 !important; }
  .main .products__card .info p:after,
  .main .productspage__card .info p:after {
    left: 0 !important; } }

@media (min-width: 1200px) {
  .mobilelogo,
  .mobilemenu {
    display: none; } }

.wrapper {
  height: 100vh;
  background-image: url("images/banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.wrapper-common .menu {
  background: #ffff;
  border-bottom: solid 1px #f2f2f2; }

/*MENÜ*/
.menu {
  padding: 5px; }
  .menu .navbar-light .navbar-nav .nav-item {
    margin-left: 15px;
    position: relative; }
    .menu .navbar-light .navbar-nav .nav-item:first-child {
      margin-left: 0; }
    .menu .navbar-light .navbar-nav .nav-item .nav-link {
      font-size: 15px;
      color: #000;
      font-weight: 600;
      display: block;
      transition: all .5s ease;
      letter-spacing: -0.4px;
      position: relative; }
      .menu .navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #bb2024; }
      .menu .navbar-light .navbar-nav .nav-item .nav-link:hover::after {
        color: #000; }
      .menu .navbar-light .navbar-nav .nav-item .nav-link:hover::before {
        color: #bb2024; }
      .menu .navbar-light .navbar-nav .nav-item .nav-link:before {
        position: absolute;
        bottom: -15px;
        left: 35%;
        color: transparent;
        font-family: 'Font Awesome 5 Free';
        content: '\f0d8';
        text-shadow: 0 0 transparent;
        font-size: 1.2em;
        transition: all .5s ease;
        transform: translateX(-50%);
        pointer-events: none; }
      .menu .navbar-light .navbar-nav .nav-item .nav-link::after {
        position: absolute;
        bottom: -15px;
        left: 55%;
        color: transparent;
        font-family: 'Font Awesome 5 Free';
        content: '\f0d7';
        text-shadow: 0 0 transparent;
        font-size: 1.2em;
        transition: all .5s ease;
        transform: translateX(-50%);
        pointer-events: none; }

/*MOBİL MENÜ*/
.mobilemenu__hamburger {
  text-align: right; }

.mobilemenu__burger {
  margin: 20px auto;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 19px;
  width: 30px;
  position: relative; }
  .mobilemenu__burger:after {
    content: '';
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    left: -14px;
    top: -13px; }
  .mobilemenu__burger:focus {
    outline: none; }
  .mobilemenu__burger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 0 auto 5px;
    transform-origin: 50% 50%;
    transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    position: absolute; }
    .mobilemenu__burger span:nth-child(1) {
      top: 0px;
      animation: burger-close-top 400ms ease-out forwards; }
    .mobilemenu__burger span:nth-child(2) {
      top: 8px;
      width: 16px;
      opacity: 1;
      transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
      transition: all 400ms ease-out, opacity 0ms linear 200ms;
      transition: all 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out; }
    .mobilemenu__burger span:nth-child(3) {
      top: 16px;
      animation: burger-close-bot 400ms ease-out forwards; }
  .mobilemenu__burger:hover span {
    width: 30px; }

.mobilemenu__navbar {
  width: 100%;
  background: #ffff;
  z-index: 999;
  width: 100%;
  padding: 4rem;
  display: none;
  border-bottom: solid 1px #bb2024;
  position: absolute;
  top: 0;
  left: 0; }
  .mobilemenu__navbar ul {
    list-style: none;
    text-align: center; }
    .mobilemenu__navbar ul li {
      margin-bottom: 25px; }
      .mobilemenu__navbar ul li a {
        color: #333;
        font-size: 16px;
        font-weight: 800; }

.mobilemenushow {
  display: block !important; }

.hamburgershow:nth-child(1) {
  top: 10px !important;
  transform: rotate(45deg); }

.hamburgershow:nth-child(2) {
  opacity: 0 !important; }

.hamburgershow:nth-child(3) {
  top: 10px !important;
  transform: rotate(-45deg); }

/*SLOGAN*/
.slogan {
  width: 500px;
  text-align: center;
  margin: auto;
  margin-top: 100px; }
  .slogan h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #bb2024; }
  .slogan p {
    margin-top: 35px;
    font-size: 13.5px; }

/*MAİN*/
.main {
  /*HOME START*/
  /*About*/
  /*Products*/
  /*HOME END*/
  /*About Page*/
  /*Products Page*/
  /*Product Detail Page*/
  /*Referans Page*/
  /*Career Page*/
  /*Contact Page*/
  /*MAİN SON*/ }
  .main .about {
    margin-top: 50px;
    margin-bottom: 150px; }
    .main .about__title h2 {
      font-size: 25px;
      font-weight: 600;
      letter-spacing: 2px;
      color: #bb2024;
      margin-bottom: 20px;
      position: relative; }
      .main .about__title h2:before {
        position: absolute;
        bottom: -15px;
        left: 28%;
        color: #bb2024;
        font-family: 'Font Awesome 5 Free';
        content: '\f0d7';
        transition: all .5s ease;
        transform: translateX(-50%); }
      .main .about__title h2:after {
        position: absolute;
        top: -23px;
        left: -12px;
        color: #000;
        font-family: 'Font Awesome 5 Free';
        content: '\f0d8';
        transition: all .5s ease;
        transform: translateX(-50%); }
      .main .about__title h2::before {
        left: 25%; }
    .main .about__desc p {
      font-size: 15px;
      margin-bottom: 15px !important;
      font-weight: 400; }
    .main .about__btn {
      margin-top: 35px;
      position: relative;
      width: 180px;
      background: #bb2024;
      border-radius: 20px; }
      .main .about__btn a {
        font-size: 13px;
        color: #ffff;
        padding: 13px 50px;
        font-weight: 600;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        display: block; }
      .main .about__btn span {
        width: 30px;
        height: 20px;
        position: absolute;
        right: 30px;
        display: block;
        top: 35%;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transform: translateX(80px);
        color: #ffff;
        opacity: 0; }
      .main .about__btn:hover a {
        transform: translateX(-10px); }
      .main .about__btn:hover span {
        opacity: 1;
        transform: translateX(20px); }
    .main .about__images {
      width: 450px; }
      .main .about__images img {
        border-radius: 50px;
        box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.17); }
  .main .products {
    margin-bottom: 150px; }
    .main .products__desc {
      margin-top: 70px; }
      .main .products__desc h3 {
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #bb2024;
        margin-bottom: 20px;
        position: relative; }
        .main .products__desc h3:before {
          position: absolute;
          bottom: -15px;
          left: 28%;
          color: #bb2024;
          font-family: 'Font Awesome 5 Free';
          content: '\f0d7';
          transition: all .5s ease;
          transform: translateX(-50%); }
        .main .products__desc h3:after {
          position: absolute;
          top: -23px;
          left: -12px;
          color: #000;
          font-family: 'Font Awesome 5 Free';
          content: '\f0d8';
          transition: all .5s ease;
          transform: translateX(-50%); }
        .main .products__desc h3:before {
          left: 55%; }
    .main .products__card {
      position: relative;
      transition: all .5s ease; }
      .main .products__card:hover {
        transform: translateY(-15px); }
      .main .products__card:hover .info {
        transform: translateX(-50px);
        background: transparent;
        bottom: 30px; }
        .main .products__card:hover .info p {
          color: #ffff; }
          .main .products__card:hover .info p::after {
            display: none; }
          .main .products__card:hover .info p::before {
            font-family: 'Font Awesome 5 Free';
            content: '\f30b';
            position: absolute;
            color: white;
            right: 0;
            top: 0;
            font-size: 25px;
            margin-top: -5px; }
      .main .products__card .images img {
        box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.17);
        border-radius: 45px; }
      .main .products__card .images:hover::before {
        opacity: 0.8; }
      .main .products__card .images::before {
        content: '';
        background: #bb2024;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        border-radius: 45px;
        opacity: 0;
        transition: all .5s ease; }
      .main .products__card .info {
        background: white;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        text-align: center;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px; }
        .main .products__card .info p {
          color: #bb2024;
          font-size: 16px;
          font-weight: 600;
          position: relative;
          transition: all .5s ease; }
          .main .products__card .info p:after {
            content: '';
            position: absolute;
            left: 18px;
            top: 50%;
            width: 25px;
            height: 3px;
            background: #bb2024; }
  .main .aboutpage {
    margin-bottom: 150px; }
    .main .aboutpage__title {
      margin-top: 25px; }
      .main .aboutpage__title p {
        width: 400px;
        font-size: 40px;
        font-weight: 600;
        color: #bb2024;
        letter-spacing: 2px; }
    .main .aboutpage__desc {
      margin-top: 25px; }
      .main .aboutpage__desc p {
        color: #333;
        max-width: 530px;
        font-size: 18px;
        text-align: left;
        color: #808080;
        margin-bottom: 0; }
    .main .aboutpage__slogan {
      background: #bb2024;
      padding: 3rem;
      border-bottom-right-radius: 100px; }
    .main .aboutpage__img {
      margin-top: 50px;
      text-align: center; }
    .main .aboutpage__misyon {
      background: #bb2024;
      padding: 3rem; }
      .main .aboutpage__misyon .title {
        font-weight: 600;
        color: #ffff;
        font-size: 30px;
        margin-bottom: 25px !important; }
      .main .aboutpage__misyon p {
        color: #e2e8c9;
        font-size: 14px;
        font-weight: 400; }
    .main .aboutpage__vizyon {
      background: #bb2024;
      padding: 3rem;
      border-bottom-right-radius: 100px; }
      .main .aboutpage__vizyon .title {
        font-weight: 600;
        color: #ffff;
        font-size: 30px;
        margin-bottom: 25px !important; }
      .main .aboutpage__vizyon p {
        color: #e2e8c9;
        font-size: 14px;
        font-weight: 400; }
  .main .productspage {
    margin-bottom: 100px; }
    .main .productspage__title {
      margin-top: 25px; }
      .main .productspage__title p {
        width: 400px;
        font-size: 40px;
        font-weight: 600;
        color: #bb2024;
        letter-spacing: 2px; }
    .main .productspage__card {
      margin-bottom: 45px;
      position: relative;
      transition: all .5s ease; }
      .main .productspage__card:hover {
        transform: translateY(-15px); }
      .main .productspage__card:hover .info {
        transform: translateX(-50px);
        background: transparent;
        bottom: 30px; }
        .main .productspage__card:hover .info p {
          color: #ffff; }
          .main .productspage__card:hover .info p::after {
            display: none; }
          .main .productspage__card:hover .info p::before {
            font-family: 'Font Awesome 5 Free';
            content: '\f30b';
            position: absolute;
            color: white;
            right: 0;
            top: 0;
            font-size: 25px;
            margin-top: -5px; }
      .main .productspage__card .images img {
        box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.17);
        border-radius: 45px; }
      .main .productspage__card .images:hover::before {
        opacity: 0.8; }
      .main .productspage__card .images::before {
        content: '';
        background: #bb2024;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        border-radius: 45px;
        opacity: 0;
        transition: all .5s ease; }
      .main .productspage__card .info {
        background: white;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        text-align: center;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px; }
        .main .productspage__card .info p {
          color: #bb2024;
          font-size: 16px;
          font-weight: 600;
          position: relative;
          transition: all .5s ease; }
          .main .productspage__card .info p:after {
            content: '';
            position: absolute;
            left: 18px;
            top: 50%;
            width: 25px;
            height: 3px;
            background: #bb2024; }
  .main .productdetailpage {
    margin-bottom: 150px; }
    .main .productdetailpage__img img {
      border-radius: 25px;
      box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.17); }
    .main .productdetailpage__desc {
      width: 600px;
      margin: 0 auto; }
      .main .productdetailpage__desc .presentation {
        margin-bottom: 25px; }
        .main .productdetailpage__desc .presentation p {
          font-size: 15px;
          color: #808080; }
      .main .productdetailpage__desc .properties {
        margin-bottom: 25px; }
        .main .productdetailpage__desc .properties p {
          margin-bottom: 5px !important;
          font-size: 15px;
          color: #808080; }
          .main .productdetailpage__desc .properties p span {
            color: #bb2024;
            margin-right: 15px; }
      .main .productdetailpage__desc .demobtn {
        margin-top: 50px;
        position: relative;
        width: 200px;
        background: #bb2024;
        border-radius: 20px; }
        .main .productdetailpage__desc .demobtn a {
          font-size: 13px;
          color: #ffff;
          padding: 13px 50px;
          font-weight: 600;
          transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
          display: block;
          text-align: center; }
        .main .productdetailpage__desc .demobtn span {
          width: 30px;
          height: 20px;
          position: absolute;
          right: 30px;
          display: block;
          top: 35%;
          transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
          transform: translateX(80px);
          color: #ffff;
          opacity: 0; }
        .main .productdetailpage__desc .demobtn:hover a {
          transform: translateX(-10px); }
        .main .productdetailpage__desc .demobtn:hover span {
          opacity: 1;
          transform: translateX(20px); }
  .main .referencepage {
    margin-bottom: 450px; }
    .main .referencepage__title {
      margin-top: 25px; }
      .main .referencepage__title p {
        font-size: 40px;
        font-weight: 600;
        color: #bb2024;
        letter-spacing: 2px; }
    .main .referencepage__logo {
      width: 600px;
      margin: 0 auto; }
    .main .referencepage__card {
      border: solid 1px #f2f2f2;
      padding: 1rem;
      margin-top: 25px;
      margin-bottom: 15px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 35px; }
      .main .referencepage__card img {
        transition: all .5s ease;
        filter: grayscale(1);
        width: 110px; }
      .main .referencepage__card:hover img {
        filter: grayscale(0); }
    .main .referencepage .carousel-indicators {
      bottom: -75px !important; }
      .main .referencepage .carousel-indicators li {
        background: #bb2024;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-left: 5px;
        border: solid 1px #fff; }
  .main .careerpage__images {
    text-align: center; }
    .main .careerpage__images img {
      height: 650px;
      margin: 0 auto;
      border-radius: 25px;
      box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.17); }
  .main .careerpage__desc .title {
    text-align: center;
    margin-bottom: 25px; }
    .main .careerpage__desc .title p {
      font-size: 35px;
      letter-spacing: 1px;
      font-weight: 600;
      color: #333; }
  .main .careerpage__desc p {
    font-size: 18px;
    text-align: left;
    color: #808080; }
  .main .careerpage__form {
    width: 750px;
    margin: auto;
    margin-top: 50px; }
    .main .careerpage__form .formtitle {
      text-align: center;
      margin-bottom: 25px; }
      .main .careerpage__form .formtitle p {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #333; }
    .main .careerpage__form form .form-control {
      margin-bottom: 0;
      background-color: #fff;
      border: 1px solid #ddd;
      padding-left: 20px;
      -webkit-appearance: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      color: #333;
      height: 50px;
      width: 100%;
      margin-bottom: 30px; }
    .main .careerpage__form form textarea {
      height: auto !important; }
    .main .careerpage__form form p {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px; }
    .main .careerpage__form form button {
      background: #bb2024;
      padding: 10px 30px;
      color: #ffff;
      font-size: 16px; }
    .main .careerpage__form form .uploadlabel {
      height: 50px;
      text-align: right;
      background: white;
      border: 1px solid #AFBCBF;
      width: 100%; }
    .main .careerpage__form form .upload-btn {
      margin-top: 5px; }
      .main .careerpage__form form .upload-btn i {
        color: #bb2024; }
  .main .contactpage {
    margin-bottom: 150px; }
    .main .contactpage__form {
      width: 500px;
      margin: 0 auto; }
      .main .contactpage__form .title {
        margin-bottom: 45px; }
        .main .contactpage__form .title p {
          font-size: 30px;
          font-weight: 600;
          color: #bb2024; }
      .main .contactpage__form .form-icon {
        width: 40px;
        height: 40px;
        border: 2px solid #bb2024;
        border-radius: 100%;
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; }
      .main .contactpage__form .form-control {
        border: 0;
        box-shadow: none;
        border-bottom: solid 1px #ddd;
        border-radius: 0;
        font-weight: 600;
        position: relative; }
      .main .contactpage__form .submit {
        width: 180px;
        margin-left: auto;
        cursor: pointer; }
      .main .contactpage__form button {
        cursor: pointer;
        margin-top: 35px;
        position: relative;
        background: #bb2024;
        border-radius: 20px;
        padding: 10px 50px;
        font-weight: 600;
        border: 0;
        outline: none;
        color: white;
        margin: 0 auto; }
    .main .contactpage__contacthead {
      margin-top: 110px;
      margin-left: 25px; }
      .main .contactpage__contacthead p {
        font-size: 20px;
        font-weight: 600;
        color: #bb2024;
        letter-spacing: 2px;
        opacity: 0.8;
        position: relative; }
        .main .contactpage__contacthead p:after {
          content: '';
          position: absolute;
          right: -20px;
          width: 40px;
          height: 2px;
          background: #ddd; }
    .main .contactpage__card {
      text-align: center;
      display: flex;
      width: 250px;
      margin: auto;
      margin-top: 100px;
      margin-bottom: 50px; }
      .main .contactpage__card svg {
        fill: #bb2024;
        width: 50px;
        height: 50px; }
      .main .contactpage__card p,
      .main .contactpage__card a {
        font-size: 16px;
        font-weight: 500;
        width: 250px;
        margin: 25px auto;
        color: #333;
        display: block;
        text-align: left;
        padding-left: 25px; }

.footer {
  margin-top: 200px;
  background-color: #2c2b2b;
  padding-bottom: 15px; }
  .footer .referansowl {
    background: white;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-top: -85px;
    box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.17); }
    .footer .referansowl .item {
      text-align: center; }
      .footer .referansowl .item img {
        filter: grayscale(1);
        transition: all .5s ease; }
      .footer .referansowl .item:hover img {
        filter: grayscale(0); }
  .footer .owl-carousel .owl-stage-outer {
    margin-top: 30px; }
  .footer .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -5%;
    top: 30%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    width: 30px;
    border-radius: 0;
    background: none;
    color: black; }
    .footer .owl-carousel .owl-nav button.owl-next:focus {
      outline: none;
      background: none; }
    .footer .owl-carousel .owl-nav button.owl-next:hover {
      outline: none;
      background: none; }
  .footer .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -5%;
    top: 30%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    width: 30px;
    border-radius: 0;
    background: none;
    color: black; }
    .footer .owl-carousel .owl-nav button.owl-prev:focus {
      outline: none;
      background: none; }
    .footer .owl-carousel .owl-nav button.owl-prev:hover {
      outline: none;
      background: none; }
  .footer__logo {
    margin-top: 50px;
    text-align: center; }
  .footer__social {
    margin-top: 35px;
    text-align: center; }
    .footer__social ul {
      list-style-type: none; }
      .footer__social ul li {
        margin-left: 10px;
        display: inline-block; }
        .footer__social ul li a {
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          display: inline-block;
          font-size: 16px;
          border-radius: 50%;
          background-color: #ffff;
          color: #1a202c;
          border: solid 1px #1a202c;
          transition: all .5s ease; }
  .footer__content {
    text-align: center; }
    .footer__content:first-child {
      margin-top: 50px; }
    .footer__content p,
    .footer__content a {
      font-size: 14px;
      color: #ffff;
      font-weight: 600;
      margin-bottom: 15px; }
  .footer__copyright {
    margin-top: 50px;
    text-align: center; }
    .footer__copyright p {
      font-size: 13px;
      font-weight: 600;
      color: #ffff; }
