﻿@charset "UTF-8";
/**
 * Endüstri GM
 * 21.02.2020
 * Author : Arma Digital
 */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", Verdana, Geneva, Tahoma, sans-serif;
  color: #394761;
  font-size: 1em;
  overflow-x: hidden;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 25px 0;
  border-bottom: 3px solid #f0ac3e;
  padding-right: 15px;
  padding-left: 15px;
}

header.bg-home {
  border-color: #fff;
}

header.fixed-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1) !important;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.98);
}

header .canvas-menu ul li.nav-item {
  margin: 0;
  margin: 14px 0;
}

header .canvas-menu ul li.nav-item a.nav-link {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 11;
  color: #fff;
  display: inline-block;
  z-index: 1;
  line-height: 100%;
  margin-left: 20px;
}

header .canvas-menu ul li.nav-item a.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  border-bottom: 3px solid #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: -1;
}

header .canvas-menu ul li.nav-item a.nav-link.active::after, header .canvas-menu ul li.nav-item a.nav-link:hover::after {
  width: 40px;
  opacity: 1;
  visibility: visible;
}

header .canvas-menu .search-lang .search .icon {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  cursor: pointer;
}

header .canvas-menu .search-lang .search .icon::before {
  font-size: 20px;
  color: #fff;
}

header .canvas-menu .search-lang .langs {
  border: 1px solid #fff;
}

header .canvas-menu .search-lang .langs a {
  padding: 3px 6px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

header .canvas-menu .search-lang .langs a:first-child {
  border-right: 1px solid #fff;
}

header .canvas-menu .search-lang .langs a:hover {
  background-color: #fff;
  color: #555;
}

header .search-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
}

header .search-wrapper .search-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 40px;
  z-index: 10;
  cursor: pointer;
  line-height: 100%;
}

header .search-wrapper .search-area {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  min-height: 150px;
  padding: 3%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: default;
}

header .search-wrapper .search-area .search-input .form-control {
  border: 0;
  border-bottom: 1px solid #f0ac3e;
  background-color: transparent;
  padding: 0;
  color: #f0ac3e;
  font-size: 2rem;
  font-weight: 500;
}

header .search-wrapper .search-area .search-input .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .search-wrapper .search-area .icon-search {
  font-size: 40px;
  cursor: pointer;
}

header .search-wrapper .search-area .search-button {
  border: 0;
  background-color: transparent;
  outline: none;
}

header .search-wrapper.show {
  opacity: 1;
  visibility: visible;
}

header .search-wrapper.show .search-area {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

header:not(.bg-home) {
  background-color: rgba(255, 255, 255, 0.98);
}

header:not(.bg-home) .canvas-menu:not(.show) .search .icon::before,
header:not(.bg-home) .canvas-menu:not(.show) .langs a,
header:not(.bg-home) .canvas-menu:not(.show) ul li.nav-item a.nav-link {
  color: #394761;
}

header:not(.bg-home) .canvas-menu:not(.show) ul li.nav-item a.nav-link {
  font-size: 16px;
}

header:not(.bg-home) .canvas-menu:not(.show) ul li.nav-item a.nav-link::after {
  border-color: #394761;
}

header:not(.bg-home) .canvas-menu:not(.show) .langs {
  border-color: #394761;
}

header:not(.bg-home) .canvas-menu:not(.show) .langs a {
  color: #394761;
  border-color: #394761 !important;
}

header:not(.bg-home) .canvas-menu:not(.show) .langs a:hover {
  background-color: #394761;
  color: #fff;
}

header:not(.bg-home) .menu-toggle span, header:not(.bg-home) .menu-toggle::before, header:not(.bg-home) .menu-toggle::after {
  background-color: #394761;
}

section.slide-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  height: 100vh;
}

section.slide-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}

section.slide-wrapper .swiper-slide {
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  overflow: hidden;
}

section.slide-wrapper .swiper-slide .slide-image {
  max-width: 80vw;
}

section.slide-wrapper .swiper-slide .slider-body {
  padding-bottom: 6vw;
}

section.slide-wrapper .swiper-slide .slide-image-abs {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

section.slide-wrapper .swiper-slide .caption {
  font-size: calc(20px + 1.8vw);
  color: #8b8b8b;
  line-height: 100%;
}

section.slide-wrapper .swiper-slide .caption .text {
  margin-bottom: calc(50px + 2.68vw);
}

section.slide-wrapper .swiper-slide .caption .text.white {
  color: #fff;
}

section.slide-wrapper .swiper-slide .caption .big {
  display: inline-block;
  color: #fff;
  font-size: calc(40px + 1.59vw);
  font-weight: 900;
}

section.slide-wrapper .swiper-slide .caption a {
  font-size: 15px;
  border-radius: 20px;
  padding: 10px 25px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 100%;
}

section.slide-wrapper .swiper-slide .caption a:hover {
  color: #555;
  background-color: #fff;
}

section.contents {
  min-height: calc(100vh - 439px);
}

section.contents .home-category {
  position: relative;
}

section.contents .home-category::before, section.contents .home-category::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 50%;
  margin-top: -10px;
  background-color: #555;
  z-index: 0;
}

section.contents .home-category::before {
  background: #ec411b;
  background: linear-gradient(45deg, #ec411b 0%, #7a220e 45%);
}

section.contents .home-category::after {
  left: auto;
  right: 0;
  background: #003258;
  background: linear-gradient(45deg, #003258 67%, #0062af 100%);
}

section.contents .home-category .box {
  z-index: 10;
  height: 6.2vw;
  min-height: 80px;
  font-size: calc(16px + 0.75vw);
  color: #fff;
  position: relative;
  padding-left: 2.60417vw;
}

section.contents .home-category .box.sandblasting {
  background: #9d2b12;
  background: linear-gradient(45deg, #9d2b12 0%, #ec411b 100%);
}

section.contents .home-category .box.painting {
  background: #0063b0;
  background: linear-gradient(45deg, #0063b0 0%, #003258 100%);
}

section.contents .home-category .box.painting::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -15px;
  height: 100%;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 15px solid #005fa9;
  z-index: 9;
}

section.contents .short-corp-info {
  font-size: calc(16px + 0.22vw);
}

section.contents .short-corp-info .photo {
  padding: 35px;
  padding-bottom: 0;
  position: relative;
}

section.contents .short-corp-info .photo img {
  position: relative;
  z-index: 10;
}

section.contents .short-corp-info .photo::before {
  content: "";
  width: 100%;
  height: calc(100% - 10vh);
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #394761;
  z-index: 0;
}

section.contents .short-corp-info .title {
  font-size: calc(18px + 0.53vw);
  font-weight: 700;
}

section.contents .short-corp-info .more {
  font-size: 20px;
}

section.contents .short-corp-info .more .icon {
  font-size: 28px;
}

section.contents .short-corp-info .icons a:first-child {
  margin-right: -9px;
}

section.contents .catalog-news {
  margin-top: 10.41667vw;
  padding-bottom: 10.41667vw;
}

section.contents .catalog-news .catalog {
  position: relative;
  background-color: #fff;
  padding: 30px 50px;
  position: relative;
  width: calc(100% - 240px);
  font-size: 28px;
}

    section.contents .catalog-news .catalog::after {
        pointer-events: none;
        z-index: 0;
        content: "";
        opacity: 0;
        /*background: url(/App_Themes/NetYapi/images/catalog-icon.svg) center right no-repeat;*/
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
    }

section.contents .catalog-news .catalog .catalog-photo {
  position: absolute;
  right: -240px;
  top: -130px;
  max-width: 40vw;
}

section.contents .catalog-news .catalog .desc {
  line-height: 100%;
  position: relative;
  z-index: 10;
  font-size: calc(16px + 1vw);
}

section.contents .catalog-news .catalog a {
  color: #394761;
  line-height: 100%;
}

section.contents .catalog-news .catalog a::before {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

section.contents .catalog-news .catalog a:hover::before {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

section.contents .catalog-news .news {
  margin-top: 7.8125vw;
}

section.contents .catalog-news .news .swiper-container {
  position: relative;
  border-left: 1px solid #394761;
}

section.contents .catalog-news .news .swiper-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 270px);
  height: 100%;
  border: 1px solid #394761;
  border-left: 0;
  z-index: 0;
  pointer-events: none;
}

section.contents .catalog-news .news .swiper-body {
  position: relative;
  padding: 30px 40px;
}

section.contents .catalog-news .news .swiper-body .info {
  height: 350px;
  background-color: #fff;
  padding: 25px;
  font-size: 20px;
}

section.contents .catalog-news .news .swiper-body .img-abs {
  position: absolute;
  right: 0;
  top: -39px;
}

section.contents .catalog-news .news .pagination-all {
  position: absolute;
  left: 360px;
  bottom: 20px;
  z-index: 10;
  width: calc(100% - 655px);
}

section.contents .catalog-news .news .pagination-all .icon-btn {
  cursor: pointer;
  outline: none;
  font-size: 30px;
  display: inline-block;
}

section.contents .catalog-news .news .pagination-all .icon-btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

section.contents .catalog-news .news .pagination-all .icon-btn.swiper-button-disabled {
  opacity: 0.5;
}

section.contents .catalog-news .news .pagination-all .all {
  display: inline-block;
  font-size: 20px;
}

section.contents .catalog-news .news .pagination-all .all .icon {
  font-size: 30px;
}

    section.contents.pages {
        margin-top: 160px;
        /*background: url(/App_Themes/NetYapi/images/hex-bg.svg) no-repeat left bottom;*/
        background-size: contain;
    }

section.contents.pages .page-socials a::after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #394761;
  margin: 0 10px;
}

section.contents.pages .page-socials a .icon:before {
  color: #394761;
}

section.contents.pages .page-socials a:last-child::after {
  display: none;
  margin-right: 0;
}

section.contents.pages .page-title {
  color: #394761;
  font-size: calc(18px + 0.62vw);
  font-weight: 500;
}

section.contents.pages .pages-navigation .box {
  height: 9.1vw;
  min-height: 120px;
  background-color: #c9d0db;
  color: #394761;
  font-size: calc(14px + 0.7vw);
  border-bottom: 3px solid transparent;
}

section.contents.pages .pages-navigation .box.active, section.contents.pages .pages-navigation .box:hover {
  border-color: #394761;
}

section.contents.pages .pages-navigation .box.active {
  background-color: #abb2be;
}

section.contents.pages aside.pages-menu .menu-toggle {
  margin-bottom: 0;
}

section.contents.pages aside.pages-menu .menu-toggle::after {
  content: "";
}

section.contents.pages aside.pages-menu .pm-title {
  border: none;
  background-color: transparent;
  outline: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  pointer-events: none;
  line-height: 100%;
}

section.contents.pages aside.pages-menu ul li {
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}

section.contents.pages aside.pages-menu ul li:first-child {
  padding-top: 0;
}

section.contents.pages aside.pages-menu ul li a {
  line-height: 100%;
  color: #535353;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}

section.contents.pages aside.pages-menu ul li a span {
  font-size: 16px;
  font-weight: 400;
}

section.contents.pages aside.pages-menu ul li a:hover {
  color: #f0ac3e;
}

section.contents.pages .page-category .listing .card .card-photo img {
  width: 100%;
}

section.contents.pages .page-category .listing .card .card-title {
  color: #394761;
  font-size: calc(14px + 0.32vw);
  position: relative;
  z-index: 1;
}

section.contents.pages .page-category .listing .card .card-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #e1eaf6;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section.contents.pages .page-category .listing .card:hover .card-title::after {
  width: 100%;
}

section.contents.pages .page-catalogs .catalog-slides .slide-item .boxes {
  padding: 20px;
  border: 1px solid #737d8f;
}

section.contents.pages .page-catalogs .catalog-slides .slide-item .box .title {
  font-size: 20px;
  font-weight: 700;
}

section.contents.pages .page-catalogs .catalog-slides .slide-item .box .icon {
  line-height: 100%;
  font-size: 65px;
}

section.contents.pages .page-catalogs .catalog-slides .slide-item .box:hover .icon {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

section.contents.pages .page-catalogs .catalog-slides .slide-item .box.catalog-icon {
  padding: 0 5%;
  margin: 0 5%;
  border-left: 1px solid #737d8f;
  border-right: 1px solid #737d8f;
}

section.contents.pages .page-contact .titles {
  color: #fff;
  width: 85px;
  height: 260px;
  margin-right: 10px;
  background-color: #394761;
}

section.contents.pages .page-contact .titles .rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  font-weight: 700;
}

section.contents.pages .page-contact .box {
  min-height: 260px;
  border: 1px solid #e0e0e0;
  position: relative;
}

section.contents.pages .page-contact .box .box-inside {
  padding: 10px;
  padding-left: 0;
}

section.contents.pages .page-contact .box.infos {
  padding: 0 18px;
}

section.contents.pages .page-contact .box.infos::before {
  content: "";
  background-color: #c3c7cf;
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 100%;
  z-index: -1;
}

section.contents.pages .page-contact .box.infos .icon-wrap {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
}

section.contents.pages .page-contact .box.infos .icon-wrap .icon {
  font-size: 22px;
  font-weight: 700;
}

section.contents.pages .page-contact .box.infos .icon-wrap .icon.icon-mail {
  font-size: 16px;
}

section.contents.pages .page-contact .custom-form {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(70, 142, 229, 0.1);
          box-shadow: 0 15px 15px rgba(70, 142, 229, 0.1);
}

section.contents.pages .page-news .news-head {
  border: 1px solid #394761;
  background-size: cover;
  background-repeat: no-repeat;
}

section.contents.pages .page-news .news-head .news-media {
  width: 60px;
  padding: 20px 10px;
  background-color: #fff;
  min-height: 240px;
  height: 17.16vw;
}

section.contents.pages .page-news .news-head .news-media .item {
  text-align: center;
  display: block;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  line-height: 100%;
}

section.contents.pages .page-news .news-head .news-media .item:hover .icon {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

section.contents.pages .page-news .news-head .news-media .share {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

section.contents.pages .page-news .other-news-slides {
  margin: 0 40px;
}

section.contents.pages .page-news .other-news-slides .item {
  border: 4px solid #f0ac3e;
  height: 212px;
}

section.contents.pages .page-news .other-news-slides .icon-btn {
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  font-size: 30px;
  display: inline-block;
}

section.contents.pages .page-news .other-news-slides .icon-btn.swiper-button-disabled {
  opacity: 0.5;
}

section.contents.pages .page-news .other-news-slides .icon-btn.button-next {
  left: auto;
  right: -45px;
}

section.contents.pages .page-news .listing .item {
  border: 1px solid #707070;
}

section.contents.pages .page-news .listing .item .photo img {
  width: 100%;
}

section.contents.pages .page-news .listing .item .title,
section.contents.pages .page-news .listing .item .date {
  padding: 20px 30px;
}

section.contents.pages .page-news .listing .item .title {
  font-size: calc(15px + 0.3vw);
}

section.contents.pages .page-news .listing .item .date {
  color: #f6ce8d;
}

section.contents.pages .page-news .listing .item:hover {
  color: #394761;
  -webkit-box-shadow: 10px 10px 0 #e2e2e2;
          box-shadow: 10px 10px 0 #e2e2e2;
}

section.contents.pages .page-projects .projects-boxes {
  min-height: 300px;
  background-color: #abb2be;
}

section.contents.pages .page-projects .projects-boxes.dark {
  background-color: #8a919f;
}

section.contents.pages .page-projects .projects-boxes .title-wrap {
  border-bottom: 12px solid #f0ac3e;
}

section.contents.pages .page-projects .projects-boxes .title-wrap .title {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  padding: 10px 20%;
}

section.contents.pages .page-projects .projects-boxes .icon-btn {
  left: 15px;
  bottom: 15px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  color: #fff;
  outline: none;
  font-size: 30px;
  font-weight: 700;
}

section.contents.pages .page-projects .projects-boxes .icon-btn.button-next {
  left: auto;
  right: 15px;
}

section.contents.pages .page-projects .projects-boxes .icon-btn.swiper-button-disabled {
  opacity: 0.5;
}

section.contents.pages .page-projects .projects-boxes .project-detail {
  padding: 30px 12%;
  color: #fff;
  position: relative;
}

section.contents.pages .page-projects .projects-boxes .project-detail .project-link {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 7px 20px;
  color: #fff;
  position: absolute;
  right: 15%;
  bottom: 10%;
}

section.contents.pages .page-product-detail .big-text {
  font-size: 20px;
}

section.contents.pages .page-product-detail .osy {
  background-color: #fff;
}

section.contents.pages .page-product-detail .overflow-scrolling {
  max-height: 200px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

section.contents.pages .page-product-detail .overflow-scrolling::-webkit-scrollbar {
  width: 6px;
}

section.contents.pages .page-product-detail .overflow-scrolling::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 5px;
}

section.contents.pages .page-product-detail .overflow-scrolling::-webkit-scrollbar-thumb {
  background: #394761;
  border-radius: 5px;
}

section.contents.pages .page-product-detail .overflow-scrolling::-webkit-scrollbar-thumb:hover {
  background: #1d2431;
}

section.contents.pages .page-product-detail .pages-navigation .item:first-child .box {
  position: relative;
}

section.contents.pages .page-product-detail .pages-navigation .item:first-child .box::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: calc(100% + 3px);
  height: 102%;
  z-index: 1;
  background-color: #c9d0db;
  pointer-events: none;
}

section.contents.pages .page-product-detail .pages-navigation .item:first-child .box.active::after {
  background-color: #abb2be;
  border-bottom: 3px solid #394761;
}

section.contents.pages .page-product-detail .product-title {
  height: 9.1vw;
  min-height: 70px;
}

section.contents.pages .page-product-detail .photo-quote {
  background-color: #d2ddea;
  position: relative;
}

section.contents.pages .page-product-detail .photo-quote::after {
  content: "";
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d2ddea;
  background: linear-gradient(107deg, #d2ddea 20%, #9babc6 100%);
  z-index: 9;
}

section.contents.pages .page-product-detail .photo-quote .photo img {
  max-width: 26vw;
}

section.contents.pages .page-product-detail .photo-quote .photo .swiper-slide {
  min-height: 555px;
}

section.contents.pages .page-product-detail .photo-quote .quote {
  position: absolute;
  right: calc(-50% - 6px);
  top: 0;
  height: 100%;
  width: 100px;
  z-index: 9;
  background-color: #f0ac3e;
  z-index: 15;
}

section.contents.pages .page-product-detail .photo-quote .quote span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}

section.contents.pages .page-product-detail .photo-quote .quote:hover {
  background-color: #e99712;
}

section.contents.pages .page-product-detail .thumbnails {
  position: relative;
  z-index: 100;
  background-color: #fff;
  margin-top: -50px;
}

section.contents.pages .page-product-detail .thumbnails .swiper-slide {
  cursor: pointer;
  min-height: 100px;
  max-width: 160px;
  border: 2px solid transparent;
  overflow: hidden;
}

section.contents.pages .page-product-detail .thumbnails .swiper-slide:hover {
  border-color: #fbe9cc;
}

section.contents.pages .page-product-detail .thumbnails .swiper-slide img {
  max-width: 140px;
}

section.contents.pages .page-product-detail .thumbnails .swiper-slide.swiper-slide-thumb-active {
  border-color: #f0ac3e;
}

section.contents.pages .page-product-detail .thumbnails .swiper-pagination {
  position: relative;
}

section.contents.pages .page-product-detail .thumbnails .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

section.contents.pages .page-about .pages-navigation .item .box {
  min-height: 90px;
  font-size: calc(14px + 0.3vw);
  color: #fff;
}

section.contents.pages .page-about .pages-navigation .item .box span {
  display: block;
  position: relative;
}

section.contents.pages .page-about .pages-navigation .item:nth-child(1) .box {
  background-color: #abb2be;
}

section.contents.pages .page-about .pages-navigation .item:nth-child(2) .box {
  background-color: #9ea5b2;
}

section.contents.pages .page-about .pages-navigation .item:nth-child(3) .box {
  background-color: #8a919f;
}

section.contents.pages .page-about .pages-navigation .item:nth-child(4) .box {
  background-color: #787f8d;
}

footer {
    color: #fff;
    padding: 15px 0;
    background: #96C11F url(/App_Themes/NetYapi/images/footer-bg.svg) no-repeat left bottom;
    background-size: contain;
}

footer .footer-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 60px 0;
}

footer .box {
  line-height: 40px;
}

footer .box a {
  color: #919191;
  display: block;
}

footer .box a:hover {
  color: #fff;
}

footer .box.contact {
  line-height: 20px;
}

footer .box.contact a {
  /*min-width: 250px;*/
}

footer .copy {
  font-size: 13px;
  color: #919191;
  position: absolute;
  right: 15px;
  bottom: 0;
}

/* ################################################################ */
a,
.hvr-a {
  color: #4f4f4f;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none !important;
}

a:hover,
.hvr-a:hover {
  color: #ffde00;
}

.transition i,
.transition button,
.transition input,
.transition,
.transition::before {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

input,
select,
textarea,
button {
  font-family: "Montserrat", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

@-webkit-keyframes infiniteDU {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes infiniteDU {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* custom form */
.custom-form label {
  color: #394761;
  font-weight: 700;
}

.custom-form .form-control {
  border: none;
  border: 1px solid #e0e0e0;
  padding: 6px 15px;
  height: auto;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #acacac;
  font-size: 14px;
  resize: none;
  background: transparent;
  border-radius: 0;
  font-weight: 400;
}

.custom-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #acacac;
  background-color: rgba(57, 71, 97, 0.1);
}

.custom-form .form-control::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.custom-form .form-control:-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.custom-form .form-control::-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.custom-form .form-control::placeholder {
  color: #acacac;
  opacity: 1;
}

.custom-form .form-control:-ms-input-placeholder {
  color: #acacac;
}

.custom-form .form-control::-ms-input-placeholder {
  color: #acacac;
}

.custom-form textarea {
  height: 92px !important;
  resize: none;
}

.custom-form select {
  min-height: 35px;
  padding: 0 15px;
}

.custom-form .cstm-btn {
  border: 0;
  outline: 0;
  background-color: #394761;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.custom-form .cstm-btn:hover {
  background-color: #f0ac3e;
}

.fancybox-container .fancybox-thumbs__list a:before {
  border: 2px solid #000;
}

.menu-toggle {
  width: 45px;
  height: 34px;
  cursor: pointer;
  position: relative;
}

.menu-toggle span {
  display: inline-block;
  background-color: #fff;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}

.menu-toggle::before, .menu-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu-toggle::after {
  top: inherit;
  bottom: 0;
}

.menu-toggle.active span {
  opacity: 0;
}

.menu-toggle.active::before {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  background-color: #555;
}

.menu-toggle.active::after {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  background-color: #555;
}

.menu-toggle:hover:not(.active)::before {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.menu-toggle:hover:not(.active)::after {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

[hidden] {
  display: none;
  visibility: hidden;
}

b {
  font-weight: 700;
}

.pagination {
  position: relative;
}

.pagination::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  width: 100%;
  height: 3px;
  background-color: #394761;
  z-index: -1;
}

.pagination .items {
  background-color: #fff;
  padding: 0 30px;
}

.pagination .items a {
  font-size: 100px;
  line-height: 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #394761;
  border-radius: 100%;
  margin: 0 5px;
}

.pagination .items a:hover {
  background-color: #f0ac3e;
}

.usn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.backface {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.backface * {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.ovh {
  overflow: hidden;
}

.cur-close {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 18 18' fill='%23555'%3e%3cpath d='M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z'/%3e%3c/svg%3e "), pointer;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

hr {
  border-color: #d3d3d3;
}

.zindex-10 {
  z-index: 10;
}

.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 1060;
  overflow: hidden;
}

.loading-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.loading-wrapper.hide .loading-logo {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.loading-wrapper .bounceball {
  position: absolute;
  display: inline-block;
  height: 37px;
  width: 15px;
  left: 20px;
  top: -34px;
  z-index: -1;
}

.loading-wrapper .bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f0ac3e;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
  animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

.socials-qaction {
  width: auto;
  position: fixed;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.socials-qaction .icons a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.socials-qaction .icons a:hover {
  background-color: #fff;
}

.socials-qaction .icons a:hover .icon::before {
  color: #555;
}

.socials {
  left: 0;
  padding-left: 5%;
}

.quick-action {
  padding-right: 5%;
  right: 0;
  width: auto;
}

.quick-action .mouse-scroll-wrap {
  text-align: center;
  z-index: 99;
}

.quick-action .mouse-scroll-wrap::before {
  content: "";
  display: inline-block;
  height: 100px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  margin-bottom: 20px;
}

.quick-action .mouse-scroll-wrap .prdct {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  width: 50px;
  margin-top: 25px;
}

.quick-action .mouse-scroll-wrap .mouse-scroll {
  cursor: pointer;
  display: inline-block;
  height: 35px;
  width: 22px;
  border-radius: 20px;
  border: 2px solid #fff;
  text-align: center;
}

.quick-action .mouse-scroll-wrap .mouse-scroll:after {
  display: inline-block;
  height: 6px;
  width: 2px;
  background-color: #fff;
  border-radius: 20px;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
          animation: scroll 1.3s ease-out infinite forwards;
}

.quick-action .mouse-scroll-wrap .mouse-scroll:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.show-hide-icon {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  background-color: #555;
  padding: 6px;
  cursor: pointer;
}

.show-hide-icon .menu-toggle {
  width: 30px;
  height: 20px;
  padding: 5px;
}

.show-hide-icon .menu-toggle.active::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
  background-color: #fff;
}

.show-hide-icon .menu-toggle.active::after {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
  background-color: #fff;
}

.half-circle {
  position: relative;
  width: 5.72917vw;
  height: 11.45833vw;
  margin-right: 2.60417vw;
}

.half-circle img {
  height: 4.0625vw;
  min-height: 30px;
}

.half-circle::after {
  content: "";
  position: absolute;
  display: block;
  left: -5.20833vw;
  top: 0;
  width: 11.45833vw;
  height: 11.45833vw;
  min-height: 62px;
  min-width: 62px;
  border-radius: 100%;
  border: 8px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.15);
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display:none;
}

.half-circle.hc-download {
  min-width: 60px;
  min-height: 110px;
  font-size: calc(36px + 1.6vw);
}

.half-circle.hc-download::after {
  border-right-color: #ccd4e3;
  border-bottom-color: #ccd4e3;
  min-height: 115px;
  min-width: 115px;
}

.half-circle.small-circle {
  width: 55px;
  height: 110px;
}

.half-circle.small-circle img {
  height: 44px;
}

.half-circle.small-circle::after {
  border-right-color: #707b8e;
  border-bottom-color: #707b8e;
  height: 110px;
  width: 110px;
  left: -50px;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.svg-transparent {
  fill: none;
  stroke: #394761;
}

.hex-icon text {
  font-family: "endustri-icons";
  font-size: 26px;
  fill: #394761;
}

.hex-icon.small text {
  font-size: 17px;
  fill: #fff;
}

.hex-icon.mail text {
  font-size: 13px;
}

.hex-bg {
    background: url(/App_Themes/NetYapi/images/hex-bg.svg) no-repeat left bottom, -webkit-gradient(linear, left bottom, left top, from(white), to(#b5c1d6));
    background: url(/App_Themes/NetYapi/images/hex-bg.svg) no-repeat left bottom, linear-gradient(0deg, white 0%, #b5c1d6 100%);
    background-size: contain;
}

    .hex-bg.only-hex {
        background: url(/App_Themes/NetYapi/images/hex-bg.svg) no-repeat left bottom;
    }

.letter-spacing-1px {
  letter-spacing: 1px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  outline: none;
  background-color: #394761;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  margin-right: 10px;
}

.first-line {
  position: relative;
}

.first-line::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 70%;
  background-color: #f0ac3e;
  z-index: 99;
}

.box-date-title .date {
  font-size: 32px;
  color: #bbbbbb;
  font-weight: 700;
}

.box-date-title .date span:first-child {
  padding-right: 8px;
  border-right: 1px solid #bbb;
}

.box-date-title .title {
  font-size: calc(15px + 0.4vw);
  font-weight: 700;
}

.before-after-line {
  position: relative;
}

.before-after-line::before, .before-after-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -100%;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.before-after-line::after {
  top: auto;
  bottom: -100%;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

.hide-project-desc {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.page-product-detail.page-product-detail2.page-body.referans .photo-quote::after {
    background: unset;
}

.page-product-detail span.button-next.icon.icon-arrow-thin-right {
    right: 15px;
    bottom: 15px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    color: #1D1D1B;
    outline: none;
    font-size: 30px;
    font-weight: 700;
    top: 50%;    
  height: fit-content;
}
.page-product-detail span.button-prev.icon.icon-arrow-thin-left.mr-2 {
    left: 15px;
    bottom: 15px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    color: #1D1D1B;
    outline: none;
    font-size: 30px;
    font-weight: 700;
    top: 50%;    
  height: fit-content;
}
p img {
    padding: 0 15px;
}
span.field-validation-valid {
    color: red;
}
section.contents.pages .page-product-detail .photo-quote::after {
    background: unset!important;
}
section.contents.pages .page-product-detail .thumbnails .swiper-slide.swiper-slide-thumb-active {
    border-color: #96C11F;
}
section.contents.pages .page-product-detail .thumbnails .swiper-slide:hover {
    border-color: #96c11f85;
}
header {
    border-bottom: 3px solid #96c11f85;
}
.footercontainer {
    margin: auto;
    width: 90vw;
}
.transopacity, .transopacity span {
  transform: unset!important;
  opacity: 1!important;
}