* {
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  height: 100%;
  overflow-x: hidden; }

a:focus {
  text-decoration: none; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-color: #00104a; }

.top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  bottom: auto;
  right: auto;
  background: #00104a;
  -webkit-transition: all 0.9s cubic-bezier(0.6, 0.05, 0.4, 1);
  transition: all 0.9s cubic-bezier(0.6, 0.05, 0.4, 1); }

.top-layer.active {
  top: 100%; }

.top-layer--2 {
  background: #062246; }

.top-layer--3 {
  background: #0a0a0a;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.top-layer--4 {
  background: #062246;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.top-layer--5 {
  background: #0d165b;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.main-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -290px; }

footer, .push {
  height: 290px; }

footer {
  background-color: #292929;
  padding: 40px 0; }
  footer .footer-top {
    border-bottom: 1px solid #444444;
    position: relative;
    margin: 0 200px; }
    footer .footer-top .footer-top-item {
      padding: 20px 0;
      text-align: center; }
      footer .footer-top .footer-top-item:first-child {
        text-align: left !important; }
      footer .footer-top .footer-top-item:nth-child(3) {
        text-align: right !important; }
      footer .footer-top .footer-top-item p {
        font-size: 14px;
        color: #adadad;
        font-weight: 500; }
  footer .footer-bottom {
    position: relative;
    margin: 30px 200px 0 200px; }
    footer .footer-bottom .footer-bottom-item {
      margin: 0;
      padding: 0; }
      footer .footer-bottom .footer-bottom-item a, footer .footer-bottom .footer-bottom-item a img {
        display: inline-block; }
      footer .footer-bottom .footer-bottom-item p {
        color: #adadad;
        font-size: 14px;
        line-height: 25px;
        font-weight: 500; }
      footer .footer-bottom .footer-bottom-item:first-child {
        text-align: left; }
      footer .footer-bottom .footer-bottom-item:last-child {
        text-align: right; }

.container-fluid, .container {
  padding: 0; }

.slide-container {
  height: 100%; }

.sl-slide-inner {
  position: absolute;
  bottom: 0;
  left: 0; }

.slider-content-container {
  position: relative;
  height: 100%; }
  .slider-content-container .slider-content {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 999;
    color: #fff; }
    .slider-content-container .slider-content span {
      font-size: 250px;
      font-family: "Oswald", sans-serif;
      position: relative; }
      .slider-content-container .slider-content span:after {
        content: '';
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: #fff; }
    .slider-content-container .slider-content h1 {
      font-weight: 400;
      text-transform: uppercase; }
    .slider-content-container .slider-content p {
      color: #bcbcbe;
      width: 500px;
      font-weight: 300;
      font-size: 17px; }
    .slider-content-container .slider-content a {
      border: 3px solid #fff;
      padding: 6px 15px;
      text-transform: uppercase;
      font-weight: 200;
      font-size: 12pt;
      color: #fff;
      margin-top: 50px;
      display: inline-block;
      position: relative; }
      .slider-content-container .slider-content a:hover {
        text-decoration: none;
        color: #04144d;
        font-weight: 400; }
      .slider-content-container .slider-content a:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        background-color: #fff;
        width: 0;
        height: 107%;
        z-index: -1;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
      .slider-content-container .slider-content a:hover:after {
        width: 100%; }

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%; }

.top-header {
  float: right;
  text-align: right;
  margin-top: 10px; }
  .top-header ul {
    list-style: none; }
    .top-header ul li {
      float: left;
      margin: 0 12px; }
      .top-header ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        border-radius: 100%;
        position: relative;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
        .top-header ul li a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-radius: 100%;
          background-color: #fff;
          z-index: -1;
          -webkit-transition: 300ms all;
          -moz-transition: 300ms all;
          transition: 300ms all;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .top-header ul li a:hover:after {
          width: 40px;
          height: 40px; }
        .top-header ul li a:hover {
          color: #04144d; }
        .top-header ul li a i {
          font-style: normal;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .top-header ul li.dil {
      margin: 0 5px; }
      .top-header ul li.dil:last-child {
        margin-right: 0; }
    .top-header ul .dil-1 a:after {
      background-image: url("../img/tr.png"); }
    .top-header ul .dil-2 a:after {
      background-image: url("../img/en.png"); }
      .top-header ul li.custom-top-menu a{
        width: auto !important;
        height: auto !important;
        line-height: 40px;
        padding: 2px 7px;
        font-size: 12px;
        margin: 0;
        text-transform: uppercase;
      }

      .top-header ul li.custom-top-menu a:hover{
        text-decoration: none;
      }

      .top-header ul li.custom-top-menu a:after{
        border-radius: 5px;
      }

      .top-header ul li.custom-top-menu a:hover:after{
        width: 100%;
      }

.container-fluid {
  padding: 0; }

.main-header-container {
  background-color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 9999; }
  .main-header-container .main-header {
    padding: 15px 0; }
  .main-header-container .menu ul {
    float: right;
    list-style: none;
    margin-top: 15px; }
    .main-header-container .menu ul li {
      float: left;
      margin: 0 25px;
      position: relative; }
      .main-header-container .menu ul li:last-child {
        margin: 0 0 0 25px; }
      .main-header-container .menu ul li a {
        color: #04144d;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        position: relative; }
        .main-header-container .menu ul li a:hover {
          text-decoration: none; }
        .main-header-container .menu ul li a:after {
          content: '';
          position: absolute;
          bottom: -5px;
          border-radius: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 0;
          height: 2px;
          z-index: 9999;
          background-color: #04144d;
          -webkit-transition: 300ms all;
          -moz-transition: 300ms all;
          transition: 300ms all; }
        .main-header-container .menu ul li a:hover:after {
          width: 100%; }
      .main-header-container .menu ul li ul {
        position: absolute;
        top: 30px;
        left: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        width: 300px;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
        -webkit-transition: 500ms all;
        -moz-transition: 500ms all;
        transition: 500ms all; }
        .main-header-container .menu ul li ul li {
          float: none;
          margin: 0;
          padding: 20px;
          background-color: #fff;
          position: relative; }
          .main-header-container .menu ul li ul li:first-child {
            margin-top: 20px;
            padding: 40px 20px 20px 20px; }
          .main-header-container .menu ul li ul li:last-child {
            margin: 0;
            padding: 20px 20px 40px 20px; }
          .main-header-container .menu ul li ul li:hover ul.last-submenu {
            opacity: 1;
            visibility: visible; }
          .main-header-container .menu ul li ul li a {
            display: block;
            width: 100%;
            padding: 0; }
          .main-header-container .menu ul li ul li ul.last-submenu {
            position: absolute;
            top: 0;
            left: 415px;
            background-color: #fff;
            padding: 30px 25px 30px 40px;
            opacity: 0;
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            z-index: 99;
            visibility: hidden; }
            .main-header-container .menu ul li ul li ul.last-submenu li {
              padding: 0;
              margin-bottom: 20px; }
              .main-header-container .menu ul li ul li ul.last-submenu li:first-child {
                margin-top: 0; }
              .main-header-container .menu ul li ul li ul.last-submenu li:last-child {
                margin-bottom: 0; }
              .main-header-container .menu ul li ul li ul.last-submenu li a {
                padding: 10px;
                font-size: 12px;
                font-weight: 300;
                -webkit-transition: 300ms all;
                -moz-transition: 300ms all;
                transition: 300ms all; }
                .main-header-container .menu ul li ul li ul.last-submenu li a:after {
                  height: 0;
                  width: 2px;
                  opacity: 0;
                  visibility: hidden;
                  left: 0;
                  top: 0;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  transform: translateY(-50%); }
                .main-header-container .menu ul li ul li ul.last-submenu li a:hover:after {
                  height: 100%;
                  opacity: 1;
                  visibility: visible; }
                .main-header-container .menu ul li ul li ul.last-submenu li a:hover {
                  font-weight: 600; }
      .main-header-container .menu ul li:hover ul {
        opacity: 1;
        visibility: visible; }
      .main-header-container .menu ul li:hover > a:after {
        width: 100%; }

/* Slider Animations */
.upper-page {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 999; }

.horizontal-stripes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.running-teardrop {
  position: relative;
  width: 20%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.running-teardrop::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  left: -3px;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal; }

.running-teardrop:first-child::before,
.running-teardrop:last-child::before {
  content: "";
  position: absolute;
  right: -2px; }

.running-teardrop:first-child::before {
  top: 0;
  -webkit-animation: teardrop 6s ease-out infinite;
  -moz-animation: teardrop 6s ease-out infinite;
  -ms-animation: teardrop 6s ease-out infinite;
  -o-animation: teardrop 6s ease-out infinite;
  animation: teardrop 6s ease-out infinite;
  background: -webkit-linear-gradient(top, rgba(0, 123, 255, 0), #007bff);
  background: -ms-linear-gradient(top, rgba(0, 123, 255, 0), #007bff);
  background: linear-gradient(top, rgba(0, 123, 255, 0), #007bff); }

.running-teardrop:last-child::before {
  bottom: 0;
  -webkit-animation: teardrop-reverse 6s ease-out infinite;
  -moz-animation: teardrop-reverse 6s ease-out infinite;
  -ms-animation: teardrop-reverse 6s ease-out infinite;
  -o-animation: teardrop-reverse 6s ease-out infinite;
  animation: teardrop-reverse 6s ease-out infinite;
  background: -webkit-linear-gradient(top, #007bff, rgba(0, 123, 255, 0));
  background: -ms-linear-gradient(top, #007bff, rgba(0, 123, 255, 0));
  background: linear-gradient(top, #007bff, rgba(0, 123, 255, 0)); }

@-webkit-keyframes teardrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0; }
  50% {
    opacity: 1; }
  100% {
    top: 100%;
    height: 35%; } }
@-ms-keyframes teardrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0; }
  50% {
    opacity: 1; }
  100% {
    top: 100%;
    height: 35%; } }
@keyframes teardrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0; }
  50% {
    opacity: 1; }
  100% {
    top: 100%;
    height: 35%; } }
@-webkit-keyframes teardrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0; }
  50% {
    opacity: 1; }
  100% {
    bottom: 100%;
    height: 35%; } }
@-ms-keyframes teardrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0; }
  50% {
    opacity: 1; }
  100% {
    bottom: 100%;
    height: 35%; } }
@keyframes teardrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0; }
  50% {
    opacity: 1; }
  100% {
    bottom: 100%;
    height: 35%; } }
.no-teardrop {
  position: relative;
  width: 20%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

/* Slider Animations */
.info {
  background-color: #fff;
  padding: 100px 0; }
  .info .info-item {
    text-align: center; }
    .info .info-item h2 {
      color: #04144d;
      font-size: 23px;
      text-transform: uppercase;
      font-weight: 500;
      position: relative; }
      .info .info-item h2:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80px;
        height: 2px;
        background-color: #04144d; }
    .info .info-item p {
      color: #4f4f4f;
      font-weight: 300;
      margin-top: 40px;
      display: block;
      position: relative;
      padding: 0 30px;
      text-align: justify; }
    .info .info-item:nth-child(2) p {
      padding: 0 30px; }
      .info .info-item:nth-child(2) p:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 130px;
        background-color: #6e6e6e;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
      .info .info-item:nth-child(2) p:before {
        content: '';
        position: absolute;
        left: 0;
        width: 1px;
        height: 130px;
        background-color: #6e6e6e;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }

.trigger {
  background-image: url("../img/backgrounds.jpg");
  margin: 0;
  padding: 40px 0; }
  .trigger h3 {
    text-align: center;
    color: #fff;
    font-weight: 200;
    letter-spacing: 25px;
    font-size: 30px;
    text-transform: uppercase; }

.home-products {
  margin-top: 70px; }
  .home-products .grid-item {
    padding: 0; }
    .home-products .grid-item a {
      display: block;
      position: relative;
      color: #fff; }
      .home-products .grid-item a img {
        width: 100%;
        height: auto; }
      .home-products .grid-item a .title {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 16, 74, 0.8);
        text-align: center;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .home-products .grid-item a .title span {
          position: relative;
          display: block;
          overflow: hidden;
          font-size: 31px;
          text-transform: uppercase;
          font-weight: 500;
          padding: 0 30px 15px 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%); }
          .home-products .grid-item a .title span:after {
            content: '';
            position: absolute;
            bottom: 0;
            border-radius: 20px;
            width: 50%;
            height: 2px;
            background-color: #fff;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%); }
      .home-products .grid-item a:hover .title {
        opacity: 1;
        visibility: visible;
        width: 85%;
        height: 85%; }

.section-1 {
  background-color: #fff; }
  .section-1 .home-project {
    position: relative;
    padding: 100px 0; }
    .section-1 .home-project .home-project-year {
      text-align: right; }
      .section-1 .home-project .home-project-year h4 {
        position: relative;
        display: inline-block;
        border: 5px solid #636363;
        padding: 20px 30px; }
        .section-1 .home-project .home-project-year h4 span {
          text-align: center;
          display: block;
          font-size: 205px;
          margin-top: -40px;
          font-weight: 800;
          color: #5a5a5a;
          position: relative;
          margin-bottom: 120px; }
          .section-1 .home-project .home-project-year h4 span i {
            font-weight: 200;
            color: #fff;
            text-transform: uppercase;
            background-color: #00104a;
            font-style: normal;
            font-size: 25px;
            position: absolute;
            bottom: 0;
            right: 7px;
            padding: 3px 0; }
        .section-1 .home-project .home-project-year h4 p {
          text-align: center;
          font-size: 19px;
          font-weight: 400;
          color: #5a5a5a;
          text-transform: uppercase;
          letter-spacing: 6px; }
          .section-1 .home-project .home-project-year h4 p:last-child {
            letter-spacing: 7px; }
    .section-1 .home-project .home-project-content {
      text-align: left;
      padding-left: 80px; }
      .section-1 .home-project .home-project-content h5 {
        margin-top: 30px;
        font-size: 70px;
        text-transform: uppercase; }
        .section-1 .home-project .home-project-content h5 b {
          color: #00104a;
          display: block;
          font-weight: 800; }
        .section-1 .home-project .home-project-content h5 span {
          font-weight: 200;
          color: #5a5a5a; }
      .section-1 .home-project .home-project-content div {
        position: relative; }
        .section-1 .home-project .home-project-content div b {
          display: inline-block;
          font-size: 70px;
          color: #5a5a5a;
          font-weight: 200;
          text-transform: uppercase;
          position: absolute;
          top: -20px; }
        .section-1 .home-project .home-project-content div p {
          font-size: 15px;
          color: #292929;
          display: inline-block;
          padding: 0 0 0 200px;
          font-weight: 400;
          width: 550px; }

.section-2 {
  background: url("../img/backgrounds2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0; }
  .section-2 .counter-item {
    text-align: center;
    color: #fff; }
    .section-2 .counter-item span, .section-2 .counter-item i {
      display: block; }
    .section-2 .counter-item span {
      font-size: 52px;
      font-weight: 800; }
    .section-2 .counter-item i {
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 4px;
      font-style: normal;
      text-transform: uppercase; }
    .section-2 .counter-item:nth-child(2) {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }

.section-3 {
  background-color: #fff;
  padding: 100px 0; }
  .section-3 .news h6 {
    text-align: center;
    color: #00104a;
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase; }
  .section-3 .news .news-item {
    margin-top: 100px; }
    .section-3 .news .news-item a {
      color: #5a5a5a;
      display: block;
      position: relative; }
      .section-3 .news .news-item a img {
        width: 100%;
        height: auto;
        filter:grayscale(100%);
        -webkit-filter:grayscale(100%);
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all;}
      .section-3 .news .news-item a span {
        font-size: 21px;
        font-weight: 500;
        margin-top: 40px;
        display: block; }
      .section-3 .news .news-item a p {
        color: #292929;
        font-size: 14px;
        font-weight: 300;
        margin-top: 20px; }
      .section-3 .news .news-item a:hover {
        text-decoration: none; }
        .section-3 .news .news-item a:hover img {
          filter:none; }
      .section-3 .news .news-item a .overlay {
        color: #fff;
        font-size: 70px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 16, 74, 0.8);
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
        .section-3 .news .news-item a .overlay i {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%); }
      .section-3 .news .news-item a:hover .overlay {
        width: 100%;
        opacity: 1;
        visibility: visible; }

.page-title {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/slide1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .page-title .page-heading {
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-title .page-heading h1 {
      font-size: 165px;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Oswald", sans-serif;
      position: relative;
      display: inline-block; }
      .page-title .page-heading h1::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 8px;
        width: 200px;
        height: 8px;
        background-color: #fff; }
    .page-title .page-heading h2 {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 17px;
      margin-left: 8px;
      display: block; }

.page-title-v2 {
  height: 400px; }
  .page-title-v2 .page-heading {
    top: 60%; }
    .page-title-v2 .page-heading h1 {
      font-size: 67px; }
      .page-title-v2 .page-heading h1::after {
        width: 100%;
        bottom: -15px;
        left: 0;
        height: 8px; }

.content {
  background-color: #fff;
  padding: 150px 0; }

.about-us {
  position: relative; }
  .about-us .row {
    margin-top: 50px;
    margin-bottom: 50px; }
    .about-us .row:nth-child(1) .about-us-box h3 span::before {
      content: '';
      position: absolute;
      bottom: 47px;
      width: 100%;
      height: 4px;
      left: 7px;
      background-color: #00104a; }
    .about-us .row:nth-child(2) .about-us-box h3 b {
      font-size: 32px;
      left: 95px; }
    .about-us .row:nth-child(2) .about-us-box h3 i {
      top: -5px; }
    .about-us .row:nth-child(3) .about-us-box h3 b {
      font-size: 40px;
      left: 95px; }
    .about-us .row:nth-child(3) .about-us-box h3 i {
      top: -5px; }
  .about-us h3 {
    width: 315px;
    height: 315px;
    display: inline-block;
    text-align: right;
    box-sizing: border-box;
    position: relative;
    border: 5px solid transparent;
    transition: color 0.75s ease-in-out; }
    .about-us h3 img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 250px;
      font-weight: 200;
      color: #00104a;
      left: -45px;
      z-index: 9999; }
    .about-us h3 span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 250px;
      font-weight: 200;
      color: #00104a;
      left: -47px;
      z-index: 9999; }
      .about-us h3 span::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        z-index: -1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff; }
    .about-us h3 b {
      color: #474747;
      font-size: 45px;
      text-transform: uppercase;
      font-weight: 800;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 50px;
      text-align: left; }
      .about-us h3 b i {
        font-style: normal;
        font-weight: 300;
        font-size: 27px;
        position: relative;
        top: -20px; }
      .about-us h3 b a {
        color: #474747; }
@keyframes bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible; }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible; }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible; }
  75% {
    visibility: visible; }
  100% {
    visibility: visible; } }
@keyframes topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden; }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden; }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden; }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible; } }
  .about-us .animated-number::after {
    content: "";
    position: absolute;
    bottom: 0;
    padding-right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #474747;
    border-right: 5px solid #474747;
    visibility: hidden; }
  .about-us .animated-number::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    width: 100%;
    height: 100%;
    border-top: 5px solid #474747;
    border-left: 5px solid #474747;
    visibility: hidden; }
  .about-us .animated-number::before {
    animation: bottomright 1.5s ease-in-out forwards; }
  .about-us .animated-number::after {
    animation: topleft 1.5s ease-in-out forwards; }
  .about-us p {
    font-weight: 300;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 28px;
    padding: 0 100px 0 50px;
    margin-top: 80px; }
  .about-us .about-us-box-right h3 {
    margin-left: 70px; }
  .about-us .about-us-box-left {
    text-align: right; }
    .about-us .about-us-box-left p {
      padding: 0 0 0 100px; }

.certificates {
  background-color: #fff;
  padding: 100px 0; }
  .certificates .certificates-title span, .certificates .certificates-title h4, .certificates .certificates-title i {
    display: block;
    text-transform: uppercase; }
  .certificates .certificates-title span {
    color: #202e60;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 38px;
    margin-left: 7px;
    margin-top: 90px; }
  .certificates .certificates-title h4, .certificates .certificates-title i {
    color: #5a5a5a;
    font-size: 75px;
    font-weight: 800;
    font-style: normal; }
  .certificates .certificates-title i {
    font-weight: 300;
    margin-top: -20px; }

.owl-carousel .owl-prev {
  display: none !important; }
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  padding: 25px;
  z-index: 99; }
.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  padding: 25px;
  z-index: 99; }

.category {
  background-color: #fff;
  padding: 100px 0; }
  .category .category-item {
    margin-bottom: 30px; }
    .category .category-item a {
      display: block;
      position: relative;
      background: #d9d9d9; }
      .category .category-item a img {
        width: 100%;
        height: auto; }
      .category .category-item a i {
        position: absolute;
        bottom: 20px;
        font-style: normal;
        z-index: 999;
        text-transform: uppercase;
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
      .category .category-item a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(0, 36, 93, 0.8);
        -webkit-transition: 400ms all;
        -moz-transition: 400ms all;
        transition: 400ms all; }
      .category .category-item a:hover::after {
        height: 100%; }
      .category .category-item a:hover i {
        opacity: 1;
        visibility: visible;
        letter-spacing: 7px; }
      .category .category-item a:hover h2 {
        opacity: 1;
        visibility: visible; }
      .category .category-item a:hover h2 span {
        animation-delay: -80ms;
        animation-duration: 500ms;
        animation-name: slidein; }
      .category .category-item a:hover h2 b {
        animation-duration: 500ms;
        animation-name: slidein; }
      .category .category-item a h2 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        width: 80%;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
@keyframes slidein {
  from {
    bottom: -50px; }
  to {
    bottom: 0; } }
@keyframes slideout {
  from {
    bottom: 0; }
  to {
    bottom: -50px; } }
        .category .category-item a h2 b, .category .category-item a h2 span {
          display: block;
          font-size: 43px;
          font-weight: 700;
          text-transform: uppercase;
          color: #fff;
          position: relative;
          bottom: 0;
          animation-duration: 300ms;
          animation-name: slideout; }
        .category .category-item a h2 span {
          font-weight: 200; }

.category-v2 h1 {
  color: #142358;
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin: 0 0 100px 0;
  position: relative; }
  .category-v2 h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
    height: 5px;
    background-color: #142358; }
  .category-v2 h1 b {
    font-weight: 700; }
.category-v2 .category-item a h2 b, .category-v2 .category-item a h2 span {
  font-size: 27px; }

.quality {
  margin: 100px 0 200px 0; }
  .quality .text {
    border-bottom: 3px solid #091950;
    position: relative; }
    .quality .text h3 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fff;
      top: -140px;
      text-align: center; }
      .quality .text h3 b, .quality .text h3 span {
        display: block; }
      .quality .text h3 b {
        color: #656565;
        font-size: 70px;
        text-transform: uppercase;
        font-weight: 700; }
      .quality .text h3 span {
        color: #091950;
        font-size: 70px;
        font-weight: 300; }

.others {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0; }
  .others .container {
    border-top: 2px solid #474747;
    padding: 60px 0; }
  .others .certificates-title {
    padding-left: 0; }
    .others .certificates-title span {
      margin-top: 20px; }
  .others .category-item {
    margin-bottom: 30px; }
    .others .category-item a {
      display: block;
      position: relative; }
      .others .category-item a img {
        width: 100%;
        height: auto; }
      .others .category-item a i {
        position: absolute;
        bottom: 20px;
        font-style: normal;
        z-index: 999;
        text-transform: uppercase;
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
      .others .category-item a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(0, 36, 93, 0.8);
        -webkit-transition: 400ms all;
        -moz-transition: 400ms all;
        transition: 400ms all; }
      .others .category-item a:hover::after {
        height: 100%; }
      .others .category-item a:hover i {
        opacity: 1;
        visibility: visible;
        letter-spacing: 7px; }
      .others .category-item a:hover h2 {
        opacity: 1;
        visibility: visible; }
      .others .category-item a:hover h2 span {
        animation-delay: -80ms;
        animation-duration: 500ms;
        animation-name: slidein; }
      .others .category-item a:hover h2 b {
        animation-duration: 500ms;
        animation-name: slidein; }
      .others .category-item a h2 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        width: 80%;
        margin: 10px 0 0 0;
        padding: 0;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
@keyframes slidein {
  from {
    bottom: -50px; }
  to {
    bottom: 0; } }
@keyframes slideout {
  from {
    bottom: 0; }
  to {
    bottom: -50px; } }
        .others .category-item a h2 b, .others .category-item a h2 span {
          display: block;
          font-size: 20px;
          font-weight: 700;
          text-transform: uppercase;
          color: #fff;
          position: relative;
          bottom: 0;
          animation-duration: 300ms;
          animation-name: slideout; }
        .others .category-item a h2 span {
          font-weight: 200; }

.page-title-type2 .page-heading h1 {
  font-size: 100px; }
.page-title-type2 .page-heading h2 {
  font-size: 19px;
  letter-spacing: 2px; }

.product-detail {
  background-color: #fff;
  padding: 150px 0 70px 0; }
  .product-detail .product-detail-left .owl-carousel3 .owl-prev {
    display: block !important;
    left: 30px; }
  .product-detail .product-detail-left .owl-carousel3 .owl-next {
    right: 30px; }
  .product-detail .product-detail-right {
    padding-left: 100px; }
    .product-detail .product-detail-right h3 {
      font-size: 42px;
      color: #081750;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      padding-right: 100px;
      padding-bottom: 40px;
      margin-top: 0;
      border-bottom: 1px solid #606060; }
      .product-detail .product-detail-right h3 b {
        font-weight: 800;
        display: block; }
    .product-detail .product-detail-right .product-content {
      color: #626262;
      margin-top: 30px;
      font-size: 18px; }
      .product-detail .product-detail-right .product-content ol, .product-detail .product-detail-right .product-content ul {
        margin: 0 0 20px 20px;
        padding: 0; }
      .product-detail .product-detail-right .product-content p {
        margin: 0 0 20px 0; }
      .product-detail .product-detail-right .product-content b {
        margin: 0 0 20px 0;
        display: inline-block; }
      .product-detail .product-detail-right .product-content p ol, .product-detail .product-detail-right .product-content p ul {
        margin: 0 0 0 20px; }

.diger-urunler {
  background-color: #fff;
  padding: 100px 0; }
  .diger-urunler .container {
    border-top: 2px solid #474747;
    padding-top: 70px; }
  .diger-urunler h4 {
    font-size: 26px;
    color: #04144d;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300; }
    .diger-urunler h4 b {
      font-weight: 700;
      display: block;
      margin-bottom: 10px; }
  .diger-urunler .owl-carousel4 {
    margin-top: 50px; }
    .diger-urunler .owl-carousel4 .owl-prev {
      display: block !important; }
  .diger-urunler .category-item a {
    display: block;
    position: relative;
    background-color: #d9d9d9; }
    .diger-urunler .category-item a img {
      width: 100%;
      height: auto; }
    .diger-urunler .category-item a i {
      position: absolute;
      bottom: 20px;
      font-style: normal;
      z-index: 999;
      text-transform: uppercase;
      color: #fff;
      font-weight: 300;
      font-size: 14px;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 300ms all;
      -moz-transition: 300ms all;
      transition: 300ms all; }
    .diger-urunler .category-item a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background-color: rgba(0, 36, 93, 0.8);
      -webkit-transition: 400ms all;
      -moz-transition: 400ms all;
      transition: 400ms all; }
    .diger-urunler .category-item a:hover::after {
      height: 100%; }
    .diger-urunler .category-item a:hover i {
      opacity: 1;
      visibility: visible;
      letter-spacing: 7px; }
    .diger-urunler .category-item a:hover h2 {
      opacity: 1;
      visibility: visible; }
    .diger-urunler .category-item a:hover h2 span {
      animation-delay: -80ms;
      animation-duration: 500ms;
      animation-name: slidein; }
    .diger-urunler .category-item a:hover h2 b {
      animation-duration: 500ms;
      animation-name: slidein; }
    .diger-urunler .category-item a h2 {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      width: 80%;
      -webkit-transition: 300ms all;
      -moz-transition: 300ms all;
      transition: 300ms all; }
@keyframes slidein {
  from {
    bottom: -50px; }
  to {
    bottom: 0; } }
@keyframes slideout {
  from {
    bottom: 0; }
  to {
    bottom: -50px; } }
      .diger-urunler .category-item a h2 b, .diger-urunler .category-item a h2 span {
        display: block;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        bottom: 0;
        animation-duration: 300ms;
        animation-name: slideout; }
      .diger-urunler .category-item a h2 span {
        font-weight: 200; }

.col-centered {
  float: none;
  margin: 0 auto; }

.contact-form {
  background-color: #fff;
  padding: 70px 0; }
  .contact-form h2 {
    font-size: 73px;
    color: #0b1b52;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    .contact-form h2::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 170px;
      background-color: #474747;
      height: 2px; }
    .contact-form h2 b {
      font-weight: 800; }
  .contact-form form {
    margin: 50px 0; }
    .contact-form form .row .form-group {
      margin: 0; }
    .contact-form form .form-group {
      margin: 20px 0;
      padding: 0;
      position: relative; }
      .contact-form form .form-group::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #d9d9d9;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
      .contact-form form .form-group:hover:after, .contact-form form .form-group:focus-within:after {
        width: 0; }
      .contact-form form .form-group input, .contact-form form .form-group textarea {
        width: 100%;
        outline: none;
        height: 70px;
        padding: 20px;
        color: #6c6c6c;
        font-size: 23px;
        font-weight: 500;
        position: relative;
        z-index: 999;
        border: 3px solid #d9d9d9;
        background-color: transparent; }
      .contact-form form .form-group textarea {
        height: 200px;
        min-height: 200px;
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        resize: none; }
    .contact-form form .form-buton:after {
      display: none; }
    .contact-form form .form-buton button {
      text-align: center;
      margin: 0 auto;
      display: block;
      width: 190px;
      height: 45px;
      color: #fff;
      outline: none;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 600;
      background-color: transparent;
      border: 2px solid #0c1b52;
      position: relative;
      z-index: 99;
      -webkit-transition: 300ms all;
      -moz-transition: 300ms all;
      transition: 300ms all; }
      .contact-form form .form-buton button::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        background-color: #0c1b52;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all; }
      .contact-form form .form-buton button:hover::after {
        width: 0; }
      .contact-form form .form-buton button:hover {
        color: #0c1b52; }

.contact-info {
  background-color: #fff;
  padding: 50px 0; }
  .contact-info .contact {
    background-color: #d9d9d9;
    padding: 50px 0;
    text-align: center; }
    .contact-info .contact .contact-item:nth-child(1), .contact-info .contact .contact-item:nth-child(2) {
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .contact-info .contact .contact-item i, .contact-info .contact .contact-item b, .contact-info .contact .contact-item p {
      display: block;
      color: #0c1b52; }
    .contact-info .contact .contact-item i {
      font-size: 50px; }
    .contact-info .contact .contact-item b {
      font-size: 18px;
      margin: 20px 0;
      text-transform: uppercase; }
    .contact-info .contact .contact-item p {
      font-size: 14px;
      font-weight: 500;
      line-height: 29px; }

.contact-map {
  padding: 50px 0; }
  .contact-map .map-container {
    border-bottom: 2px solid #919191;
    padding-bottom: 80px; }
  .contact-map #map, .map {
    width: 100%;
    height: 540px; }

.contact-social {
  padding: 0 0 30px 0; }
  .contact-social ul {
    list-style: none;
    text-align: center; }
    .contact-social ul li {
      display: inline-block;
      margin: 0 30px; }
      .contact-social ul li a {
        color: #222221;
        font-size: 40px;
        position: relative;
        width: 100px;
        height: 100px;
        display: block;
        -webkit-transition: 300ms all;
        -moz-transition: 300ms all;
        transition: 300ms all;
        z-index: 999; }
        .contact-social ul li a i {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .contact-social ul li a::after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 0;
          height: 0;
          z-index: -1;
          background-color: #000;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          -webkit-transition: 300ms all;
          -moz-transition: 300ms all;
          transition: 300ms all; }
        .contact-social ul li a:hover::after {
          width: 100px;
          height: 100px; }
        .contact-social ul li a:hover {
          color: #fff; }
        .contact-social ul li a:hover {
          text-decoration: none; }

.swiper-container {
  width: 100%;
  height: 100vh; }
  .swiper-container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.swiper-pagination {
  width: 270px !important;
  bottom: 100px !important;
  right: 0 !important;
  left: auto !important;
  top: auto !important; }

.swiper-pagination-progressbar {
  background-color: #555a67 !important;
  height: 2px !important; }

.swiper-counter, .swiper-control {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 99999;
  width: 270px; }
  .swiper-counter .slide-prev, .swiper-counter .slide-next, .swiper-control .slide-prev, .swiper-control .slide-next {
    font-size: 22px;
    color: #fff;
    position: relative; }
  .swiper-counter .slide-prev, .swiper-control .slide-prev {
    float: left;
    left: -45px;
    top: 14px; }
  .swiper-counter .slide-next, .swiper-control .slide-next {
    float: right;
    right: -45px;
    top: 14px; }
  .swiper-counter span, .swiper-control span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: "Oswald", sans-serif;
    position: relative; }
  .swiper-counter .count, .swiper-control .count {
    float: left;
    left: -25px;
    top: 10px; }
  .swiper-counter .total, .swiper-control .total {
    float: right;
    right: -25px;
    top: 10px; }

.icerik {
  color: #4f4f4f;
  padding: 100px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px; }
  .icerik img {
    margin: 40px 0; }
  .icerik h1, .icerik h2, .icerik h3, .icerik h4, .icerik h5, .icerik h6 {
    margin: 0 0 30px 0; }
  .icerik ol, .icerik ul {
    margin: 0 0 20px 20px;
    padding: 0; }
  .icerik p {
    margin: 0 0 20px 0; }
  .icerik b {
    margin: 0 0 20px 0;
    display: inline-block; }
  .icerik p ol, .icerik p ul {
    margin: 0 0 0 20px; }

@media (max-width: 991px) {
  .row {
    width: 100%;
    max-width: 100%; }

  .top-header {
    float: left;
    width: 100%;
    text-align: center; }
    .top-header ul {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .top-header ul li {
        margin: 0 7px; }

  .main-header-container {
    margin-top: 10px;
    position: static; }
    .main-header-container .logo {
      text-align: center;
      display: block;
      position: relative; }
      .main-header-container .logo a {
        display: inline-block; }
      .main-header-container .logo .activetop {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); }
      .main-header-container .logo .menu-button {
        position: absolute;
        right: 5px;
        z-index: 999999999999;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        .main-header-container .logo .menu-button .menu-open {
          height: 23px;
          width: 35px;
          cursor: pointer;
          transition: opacity .25s ease; }
        .main-header-container .logo .menu-button .menu-open:hover {
          opacity: .7; }
        .main-header-container .logo .menu-button .menu-open.active .top {
          -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
          background: #fff; }
        .main-header-container .logo .menu-button .menu-open.active .middle {
          opacity: 0;
          background: #fff; }
        .main-header-container .logo .menu-button .menu-open.active .bottom {
          -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
          background: #fff; }
        .main-header-container .logo .menu-button .menu-open span {
          background: #00104a;
          border: none;
          height: 0.1em;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: all .35s ease;
          cursor: pointer; }
        .main-header-container .logo .menu-button .menu-open span:nth-of-type(2) {
          top: 10px; }
        .main-header-container .logo .menu-button .menu-open span:nth-of-type(3) {
          top: 20px; }
    .main-header-container .menu-opened {
      opacity: 1 !important;
      visibility: visible !important;
      width: 100% !important; }
    .main-header-container .menu {
      background-color: rgba(0, 16, 74, 0.9);
      position: fixed;
      top: 0;
      left: 0;
      width: 0;
      opacity: 0;
      visibility: hidden;
      height: 100%;
      z-index: 99999999;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 500ms all;
      -moz-transition: 500ms all;
      transition: 500ms all; }
      .main-header-container .menu ul {
        position: absolute;
        margin: 0;
        padding: 0;
        max-height: 90%;
        width: 95%;
        overflow-x: hidden;
        overflow-y: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .main-header-container .menu ul::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: transparent; }
        .main-header-container .menu ul::-webkit-scrollbar {
          width: 4px;
          background-color: transparent; }
        .main-header-container .menu ul::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.5); }
        .main-header-container .menu ul li {
          display: block;
          float: none;
          margin: 0 0 40px 0; }
          .main-header-container .menu ul li:last-child {
            margin: 0; }
          .main-header-container .menu ul li:hover ul {
            max-height: 200px;
            opacity: 1;
            visibility: visible; }
          .main-header-container .menu ul li a {
            font-size: 25px;
            color: #fff;
            font-weight: 700;
            text-align: center;
            display: block; }
            .main-header-container .menu ul li a::after {
              display: none; }
          .main-header-container .menu ul li ul {
            position: relative;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            max-height: 0;
            opacity: 0;
            visibility: hidden;
            overflow-y: scroll;
            overflow-x: hidden;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: 500ms all;
            -moz-transition: 500ms all;
            transition: 500ms all; }
            .main-header-container .menu ul li ul::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px transparent;
              background-color: transparent; }
            .main-header-container .menu ul li ul::-webkit-scrollbar {
              width: 4px;
              background-color: transparent; }
            .main-header-container .menu ul li ul::-webkit-scrollbar-thumb {
              background-color: rgba(0, 0, 0, 0.5); }
            .main-header-container .menu ul li ul li {
              background-color: transparent;
              padding: 10px; }
              .main-header-container .menu ul li ul li:first-child {
                padding: 10px; }
              .main-header-container .menu ul li ul li:last-child {
                padding: 10px 10px 40px 10px; }
              .main-header-container .menu ul li ul li a {
                font-size: 17px;
                font-weight: 400; }
              .main-header-container .menu ul li ul li ul.last-submenu {
                display: none; }
    .main-header-container .open {
      display: block; }

  .upper-page .running-teardrop {
    width: 35% !important; }

  .slider-content-container .slider-content {
    width: 80%;
    left: 50px; }
    .slider-content-container .slider-content span {
      font-size: 60px; }
      .slider-content-container .slider-content span::after {
        bottom: 7px;
        height: 6px; }
    .slider-content-container .slider-content h1 {
      font-size: 20px; }
    .slider-content-container .slider-content p {
      font-size: 13px;
      font-weight: 500;
      width: 100%; }
    .slider-content-container .slider-content a {
      margin-top: 10px;
      font-size: 12px; }

  .swiper-counter, .swiper-control {
    left: 80px;
    bottom: 50px;
    right: auto;
    width: 50%;
    display: none; }

  .slide-prev {
    left: -40px !important;
    top: 14px; }

  .slide-next {
    right: -40px !important;
    top: 14px; }

  .count {
    left: -20px !important;
    top: 10px; }

  .total {
    right: -20px !important;
    top: 10px; }

  .swiper-pagination {
    width: 50% !important;
    bottom: 50px !important;
    right: auto !important;
    left: 80px !important;
    top: auto !important;
    display: none; }

  .info .info-item {
    margin-bottom: 100px; }
    .info .info-item:nth-child(2) {
      padding: 0; }
      .info .info-item:nth-child(2) p::after, .info .info-item:nth-child(2) p::before {
        display: none; }
    .info .info-item:last-child {
      margin-bottom: 0; }

  .trigger {
    padding: 20px 0; }
    .trigger h3 {
      font-size: 18px;
      letter-spacing: 5px;
      line-height: 30px;
      padding: 0 15px; }

  .home-products .grid-item {
    width: 50%; }
    .home-products .grid-item a .title {
      overflow: hidden; }
      .home-products .grid-item a .title span {
        font-size: 15px;
        display: inline-block; }
        .home-products .grid-item a .title span::after {
          width: 30%; }

  .section-1 .home-project .home-project-year {
    text-align: center; }
    .section-1 .home-project .home-project-year h4 span {
      margin-bottom: 100px; }
  .section-1 .home-project-content {
    padding: 0 15px !important;
    text-align: center !important; }
    .section-1 .home-project-content h5 {
      font-size: 50px !important; }
    .section-1 .home-project-content div b {
      font-size: 50px !important;
      position: relative !important; }
    .section-1 .home-project-content div p {
      font-size: 14px !important;
      padding: 0 !important;
      width: 100% !important; }

  .section-2 .counter-item {
    margin-bottom: 70px; }
    .section-2 .counter-item:last-child {
      margin-bottom: 0; }
    .section-2 .counter-item:nth-child(2) {
      border: none; }

  .section-3 .news h6 {
    font-size: 50px; }
  .section-3 .news .news-item {
    margin-top: 100px; }
    .section-3 .news .news-item:nth-child(2) {
      margin-top: 50px; }

  .main-container {
    margin: 0;
    height: auto; }

  footer {
    padding: 15px;
    height: auto; }
    footer .footer-top {
      margin: 0; }
      footer .footer-top .footer-top-item {
        text-align: left !important;
        border-bottom: 1px solid rgba(68, 68, 68, 0.4); }
        footer .footer-top .footer-top-item:nth-child(3) {
          text-align: left !important;
          border-bottom: none; }
    footer .footer-bottom {
      margin: 0; }
      footer .footer-bottom .footer-bottom-item {
        text-align: center !important;
        margin-top: 30px; }

  .push {
    display: none; }

  .page-title .page-heading {
    padding: 0 40px; }
    .page-title .page-heading h1 {
      font-size: 60px; }
      .page-title .page-heading h1::after {
        bottom: -20px;
        height: 5px;
        left: 0;
        width: 100%; }
    .page-title .page-heading h2 {
      margin-top: 25px;
      margin-left: 0;
      font-size: 19px;
      letter-spacing: 10px; }

  .page-title-v2 .page-heading h1 {
    font-size: 40px; }

  .content {
    padding: 100px 0; }

  .about-us .about-us-box-left, .about-us .about-us-box-right {
    text-align: center;
    position: relative; }
    .about-us .about-us-box-left h3, .about-us .about-us-box-right h3 {
      margin: 0 !important;
      width: 220px;
      height: 220px; }
      .about-us .about-us-box-left h3 b, .about-us .about-us-box-right h3 b {
        font-size: 25px;
        display: block;
        right: 30px;
        left: auto; }
        .about-us .about-us-box-left h3 b i, .about-us .about-us-box-right h3 b i {
          font-size: 20px;
          display: block;
          top: 0; }
      .about-us .about-us-box-left h3 span, .about-us .about-us-box-right h3 span {
        font-size: 85px;
        left: -15px;
        font-weight: 200; }
  .about-us p {
    padding: 20px !important;
    margin-top: 40px; }
  .about-us .row {
    margin: 0 0 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .about-us .row:last-child {
      margin-bottom: 0; }
    .about-us .row:nth-child(2) {
      flex-direction: column-reverse; }
    .about-us .row:nth-child(1) .about-us-box h3 span::before {
      bottom: 16px;
      height: 2px;
      left: 0;
      width: 80%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
    .about-us .row:nth-child(2) .about-us-box h3 b {
      font-size: 20px;
      left: auto; }
    .about-us .row:nth-child(2) .about-us-box h3 i {
      font-size: 15px;
      top: 3px; }
    .about-us .row:nth-child(3) .about-us-box h3 b {
      font-size: 23px;
      left: auto; }
    .about-us .row:nth-child(3) .about-us-box h3 i {
      font-size: 18px;
      top: 2px; }

  .certificates {
    padding: 0 0 100px 0; }
    .certificates .certificates-title span {
      letter-spacing: 25px; }
    .certificates .certificates-title h4, .certificates .certificates-title i {
      font-size: 40px; }
    .certificates .owl-carousel1 {
      margin-top: 20px; }

  .owl-carousel .owl-next {
    right: 25px; }

  .category {
    padding: 50px 0; }
    .category .category-item {
      width: 100%; }
      .category .category-item a h2 b, .category .category-item a h2 span {
        font-size: 30px; }

  .quality {
    margin: 100px 0 150px 0; }
    .quality .text h3 {
      top: -90px; }
      .quality .text h3 b, .quality .text h3 span {
        font-size: 40px; }

  .category-v2 h1 {
    font-size: 30px; }
    .category-v2 h1::after {
      height: 3px;
      bottom: -10px; }

  .others {
    margin-top: 100px;
    padding: 50px 0 0 0; }
    .others .certificates-title {
      padding: 15px; }

  .product-detail {
    padding: 70px 0 0 0; }
    .product-detail .product-detail-right {
      padding: 15px;
      margin-top: 30px; }
      .product-detail .product-detail-right h3 {
        display: block;
        font-size: 33px;
        padding: 0 0 20px 0;
        font-weight: 300; }
      .product-detail .product-detail-right .product-content {
        font-size: 15px; }

  .diger-urunler {
    padding: 50px 0 70px 0; }
    .diger-urunler .container {
      padding-top: 40px; }

  .contact-form {
    padding: 70px 0 0 0; }
    .contact-form h2 {
      font-size: 40px; }
    .contact-form form .form-group input, .contact-form form .form-group textarea {
      height: 50px;
      font-size: 18px; }
    .contact-form form .form-buton button {
      font-size: 18px; }
    .contact-form form .row {
      margin: 0;
      padding: 0; }
      .contact-form form .row div {
        margin: 0 0 20px 0;
        padding: 0; }
        .contact-form form .row div:last-child {
          margin: 0; }

  .contact-info .contact .contact-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(55, 55, 55, 0.2); }
    .contact-info .contact .contact-item:nth-child(1), .contact-info .contact .contact-item:nth-child(2) {
      border-left: none;
      border-right: none; }

  .contact-map #map, .map {
    height: 350px; }

  .contact-social ul {
    padding: 0; }
    .contact-social ul li {
      margin: 0 15px; }
      .contact-social ul li a {
        font-size: 25px;
        width: 50px;
        height: 50px; }
        .contact-social ul li a:hover::after {
          width: 50px;
          height: 50px; } }
@media (min-width: 992px) and (max-width: 1536px) {
  .container {
    width: 1140px; }

  .slider-content-container .slider-content {
    bottom: 70px; }
    .slider-content-container .slider-content span {
      font-size: 200px; }
      .slider-content-container .slider-content span::after {
        bottom: 30px; }
    .slider-content-container .slider-content p {
      font-size: 15px; }
    .slider-content-container .slider-content a {
      margin-top: 10px;
      font-size: 14px; }

  .swiper-counter, .swiper-control, .swiper-pagination {
    bottom: 70px !important; }

  .page-title .page-heading h1 {
    font-size: 120px; }
    .page-title .page-heading h1::after {
      height: 6px;
      width: 180px; }
  .page-title .page-heading h2 {
    margin-top: 10px; }

  .page-title-v2 .page-heading h1 {
    font-size: 65px; }

  .about-us p {
    font-size: 14px; }

  .certificates .certificates-title h4, .certificates .certificates-title i {
    font-size: 60px; }

  .category .category-item a h2 {
    margin: 0; }
    .category .category-item a h2 b, .category .category-item a h2 span {
      font-size: 33px; }

  .category-v2 .category-item a h2 {
    margin: 0; }
    .category-v2 .category-item a h2 b, .category-v2 .category-item a h2 span {
      font-size: 24px; }

  .quality .text h3 {
    top: -110px; }
    .quality .text h3 b, .quality .text h3 span {
      font-size: 55px; }

  .others .certificates-title span {
    margin-top: 0; }

  .product-detail {
    padding: 150px 0 0 0; }
    .product-detail .product-detail-right {
      padding-left: 50px; }
      .product-detail .product-detail-right .product-content {
        font-size: 15px; }

  .diger-urunler {
    padding: 50px 0 100px 0; }
    .diger-urunler .category-item a h2 {
      margin: 5px 0 0 0; }
      .diger-urunler .category-item a h2 b, .diger-urunler .category-item a h2 span {
        font-size: 17px; }

  .contact-form h2 {
    font-size: 50px; }
  .contact-form form input, .contact-form form textarea {
    font-size: 18px !important; }
  .contact-form form .form-buton button {
    font-size: 20px; } }
@media (min-width: 992px) and (max-width: 1276px) {
  .container {
    width: 920px; }

  .main-header-container {
    margin: 5px 0 0 0; }
    .main-header-container .main-header .menu {
      margin: 0;
      padding: 0; }

  .menu > ul {
    //width: 100% !important; }

  .menu > ul > li {
    margin: 0 13px !important; }

  .menu ul li a {
    font-size: 12px !important; }

  .menu > ul > li:first-child {
    margin: 0 13px 0 0 !important; }

  .top-header {
    float: left;
    text-align: left; }
    .top-header ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .top-header ul li:first-child {
        margin: 0 12px 0 0; }

  .info .info-item h2 {
    font-size: 18px; }
  .info .info-item p {
    font-size: 13px;
    padding: 0 15px; }

  .trigger h3 {
    letter-spacing: 18px;
    font-size: 23px; }

  .home-products .grid-item a .title span {
    display: block;
    font-size: 25px; }
  .home-products .grid-item a::after {
    overflow: hidden; }
  .home-products .grid-item a:hover::after {
    width: 70%;
    height: 70%; }

  .section-1 .home-project .home-project-content {
    padding-left: 0; }
    .section-1 .home-project .home-project-content h5 {
      margin-top: 0;
      font-size: 60px; }
    .section-1 .home-project .home-project-content div b {
      font-size: 60px; }
    .section-1 .home-project .home-project-content div p {
      font-size: 13px;
      width: 100%;
      padding: 0 0 0 170px; }

  .section-3 .news h6 {
    font-size: 50px; }
  .section-3 .news .news-item {
    margin-top: 50px; }
    .section-3 .news .news-item a span {
      font-size: 17px; }
    .section-3 .news .news-item a p {
      font-size: 14px; }

  .swiper-counter, .swiper-control {
    right: 10px; }

  .swiper-pagination {
    right: 10px !important; }

  .about-us p {
    margin-top: 40px; }

  .certificates .certificates-title span {
    margin-top: 40px; }

  .category .category-item a h2 b, .category .category-item a h2 span {
    font-size: 25px; }

  .category-v2 .category-item a h2 b, .category-v2 .category-item a h2 span {
    font-size: 19px; }

  .others {
    margin-top: 80px; }
    .others .certificates-title span {
      margin-top: 10px;
      letter-spacing: 22px; } }

      .teknik-detaylar{
        display: block;
        margin: 40px 0;
        background-color: #00104a;
        border:2px solid #00104a;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        letter-spacing: 5px;
        padding: 15px;
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.05, 0.4, 1);
        transition: all 0.5s cubic-bezier(0.6, 0.05, 0.4, 1);
      }

      .teknik-detaylar:hover{
        color: #00104a;
        text-decoration: none;
        background-color:transparent;
      }

      .teknik-detaylar:focus{
        color: #fff;
      }

      .news-subtitle{
        letter-spacing: 0 !important;
        font-size: 18px !important;
        text-transform: none !important;
        width: 50%;
      }

      .diger-haber{
        padding: 0 0 100px 0;
      }

      .diger-haber .news .news-item{
        margin-top:30px;
      }

      .diger-haber .news h3{
        text-align: center;
        color: #00104a;
        font-size: 50px;
        font-weight: 800;
        text-transform: uppercase;
      }

      .sirket-table tr{
          border-bottom:1px solid #eee;
      }

      .sirket-table tr td{
          padding:15px;
      }

      @media(max-width:991px){
          .sirket-table tr td{
              display:contents;
          }
      }

/*# sourceMappingURL=style.css.map */
