/*--------------------------------------------------
File : main.css Domain : ---- Author : Serhat Zirhli / serhat@trios.com.tr Date : 20.12.2019
--------------------------------------------------*/
@import "font.css";
@import "icon.css";

html,
body {
  font-family: "Khand Regular", sans-serif;
  scroll-behavior: smooth;
}

.pz {
  padding: 0;
}

.plz {
  padding-left: 0;
}

.prz {
  padding-right: 0;
}

.mz {
  margin: 0;
}

img {
  align-self: flex-start;
}

.clearfix {
  clear: both;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:active:focus {
  text-decoration: none;
  outline: 0;
}

.item:focus,
.item:active:focus,
.item:active {
  outline: 0;
}

a,
button,
i {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

input:hover,
input:focus,
input:active {
  outline: 0;
}

*:focus {
  outline: 0 !important;
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.not-found-content {
  position: relative;
  top: 80px;
}

.not-found-content .intro {
  padding: 4.5000000001rem 90px 3.6818181819rem;
  text-align: center;
}

.not-found-content .intro-content {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.intro-content .intro-head {
  font-size: 4.5454545455rem;
  margin-bottom: 40px;
  color: #fff;
}

.intro-content .intro-head span {
  color: #d2ab67;
}

.intro-explain p {
  font-size: 21px;
  max-width: 990px;
  margin: 30px auto;
  line-height: 1.3;
  color: #fff;
}

.intro-explain a {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding: 25px 45px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #d2ab67;
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  margin: 0 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.intro-explain a:hover {
  background-color: #444;
  border: 1px solid #444;
  color: #fff;
  text-decoration: none;
}

.not-found-container {
  height: 100vh;
  background-size: 100%;
}

.not-found-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

/*ROOT START*/
:root {
  --primary-color: #01264f;
  --second-color: #e5262f;
  --white-color: #fff;
  --black-color: #444444;
  --dark-black-color: #212121;
  --red-color: #e5004e;
  --grey-color: #dcdcdc;
  --semi-grey-color: #6a6767;
  --light-grey-color: #f2f3f3;
  --green-color: #4bb543;
  --list-orange-color: #f59c17;
  --list-red-color: #e94c07;
  --list-brown-color: #b86004;
  --list-dark-orange-color: #867456;
  --list-light-orange-color: #ad9370;
  --oxygen-font: "Oxygen Regular", sans-serif;
  --oxygen-font-bold: "Oxygen Bold", sans-serif;
  --oxygen-font-light: "Oxygen Light", sans-serif;
  --khand-font: "Khand Regular", sans-serif;
  --khand-font-medium: "Khand Medium", sans-serif;
  --khand-font-light: "Khand Light", sans-serif;
  --khand-font-bold: "Khand Bold", sans-serif;
  --khand-font-semibold: "Khand Semi  Bold", sans-serif;

  --white-filter-color: invert(100%) sepia(0%) saturate(7494%) hue-rotate(211deg) brightness(101%) contrast(101%);
  --primary-filter-color: invert(9%) sepia(41%) saturate(5047%) hue-rotate(201deg) brightness(96%) contrast(99%);
  --second-filter-color: invert(20%) sepia(55%) saturate(4466%) hue-rotate(345deg) brightness(98%) contrast(94%);
  --black-filter-color: invert(25%) sepia(0%) saturate(2279%) hue-rotate(283deg) brightness(84%) contrast(80%);
  --dark-black-filter-color: invert(6%) sepia(3%) saturate(29%) hue-rotate(314deg) brightness(102%) contrast(84%);
  --red-filter-color: invert(18%) sepia(86%) saturate(7237%) hue-rotate(332deg) brightness(86%) contrast(110%);
  --grey-filter-color: invert(100%) sepia(0%) saturate(505%) hue-rotate(211deg) brightness(110%) contrast(73%);
  --light-grey-filter-color: invert(100%) sepia(1%) saturate(1246%) hue-rotate(170deg) brightness(100%) contrast(90%);
  --icon-grey-filter-color: invert(36%) sepia(6%) saturate(0%) hue-rotate(0deg) brightness(92%) contrast(80%);
  --green-filter-color: invert(63%) sepia(11%) saturate(6607%) hue-rotate(72deg) brightness(103%) contrast(58%);

  --list-filter-orange-color: invert(76%) sepia(27%) saturate(7253%) hue-rotate(352deg) brightness(105%) contrast(92%);
  --list-filter-red-color: invert(50%) sepia(43%) saturate(6002%) hue-rotate(351deg) brightness(87%) contrast(111%);
  --list-filter-brown-color: invert(41%) sepia(27%) saturate(7498%) hue-rotate(21deg) brightness(91%) contrast(97%);
  --list-filter-dark-orange-color: invert(42%) sepia(40%) saturate(318%) hue-rotate(359deg) brightness(99%) contrast(85%);
  --list-filter-light-orange-color: invert(69%) sepia(34%) saturate(343%) hue-rotate(355deg) brightness(81%) contrast(86%);
}

.main-container {
  max-width: 1600px;
  margin: 0 auto;
}

/*ROOT END*/

/*---------------------- GENERAL CSS ----------------------*/
.iframe-loading {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.iframe-loading.disable {
  opacity: 0;
  visibility: hidden;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ff3d00 transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

div#first-section {
  scroll-margin-top: 115px;

}

.news-page-content {
  margin-bottom: 120px;
}

.about-us-content {
  background-image: url(../img/corporate_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.full-width {
  max-width: 100% !important;
}

.nice-select .list {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px 0 #fff;
  border: 1px solid var(--second-color);
  color: var(--second-color);
  max-height: 300px;
  overflow-y: scroll;
  width: 100%;
}

.nice-select .option.selected {
  display: none;
}

.nice-select .list li {
  padding: 5px 20px;
  font-weight: 600;
}

.nice-select .list li:hover {
  background-color: var(--second-color);
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.fp-table {
  justify-content: unset;
}

.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--second-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.back-to-top i {
  filter: var(--white-filter-color);
}

.back-to-top.show {
  bottom: 120px;
  right: 30px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.detail-banner-bottom-box {
  position: absolute;
  bottom: 5px;
  right: 0;
  transition: all 0.5s;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.detail-banner-bottom {
  text-align: left;
  padding: 0 5%;
  display: inline-flex;
}

.detail-banner-bottom a {
  display: flex;
}

.detail-banner-bottom i {
  filter: var(--white-filter-color);
}

.animate-bouncy {
  -webkit-animation: bouncy 2s ease infinite;
  animation: bouncy 2s ease infinite;
}

.right-animate-bouncy {
  -webkit-animation: rightBouncy 2s ease infinite;
  animation: rightBouncy 2s ease infinite;
}

@keyframes bouncy {

  0%,
  100%,
  11.11111%,
  27.77778%,
  44.44444% {
    transform: translateY(0);
  }

  22.22222% {
    transform: translateY(-15px);
  }

  33.33333% {
    transform: translateY(-15px);
  }
}

@keyframes rightBouncy {

  0%,
  100%,
  11.11111%,
  27.77778%,
  44.44444% {
    transform: translateX(0);
  }

  22.22222% {
    transform: translateX(-15px);
  }

  33.33333% {
    transform: translateX(-15px);
  }
}

.scroll-box {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.dots {
  display: flex;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  animation: downtoup 1s ease-in-out infinite;
  top: 0;
  transition: all 0.5s;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@keyframes downtoup {
  0% {
    top: 0;
  }

  50% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

.line {
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin: 10px auto;
  display: flex;
}

.label-text {
  transform: rotate(-90deg);
  margin: 0 15px;
  display: flex;
  position: relative;
  top: -20px;
  color: #fff;
  display: none;
}

.scroll-label {
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  position: relative;
  top: -40px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.scroll-dots {
  position: relative;
  top: -40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.scroll-box:hover .scroll-dots {
  top: 0px;
}

.scroll-box:hover .scroll-label {
  top: -30px;
}

.fancybox-button {
  width: 72px;
  height: 72px;
  background-color: var(--second-color);
  opacity: 1;
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: transparent;
  color: var(--primary-color);
  cursor: pointer;
  vertical-align: middle;
  margin: 0 10px 0 0 !important;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  z-index: 1;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
}

.option-input:hover {
  background: #fff;
  border: 1px solid var(--primary-color);
}

.option-input:checked {
  background: transparent;
  border: 1px solid var(--primary-color);
}

.option-input:checked::before {
  height: 18px;
  width: 18px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

/*---------------------- GENERAL CSS ----------------------*/

/*MENU START*/

.dropdown-sub-menu-list ol li {
  margin-bottom: 0;
}

.dropdown-sub-menu-list ol li:last-child {
  margin-bottom: 0;
}

.dropdown-sub-menu-list ol li a {
  font-size: 17px;
  color: var(--white-color);
  position: relative;
  display: flex;
  padding: 5px 20px;
}

.dropdown-sub-menu-list ol li a:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.dropdown-sub-menu-list ol li a:hover:before {
  opacity: 1;
}

body:has(.detail-banner-right.fullscreen) .site-menu {
  opacity: 0;
  pointer-events: none;
}

.site-menu {
  position: fixed;
  background-color: #fff;
  z-index: 90;
  right: 0;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fp-viewing-Footer .site-menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.section.p1 {
  padding-top: 132px;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: none;
}

.site-menu .navbar-brand {
  height: unset;
  float: unset;
  line-height: unset;
  font-size: 0;
  padding: 0;
}

.site-menu .navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.site-menu .navbar-default:hover {
  background-color: #fff;
}

.social-list ul li a {
  display: flex;
  align-items: center;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-right,
.site-menu.active .navbar-right {
  margin: 0 0 5px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-header,
.site-menu.active .navbar-header {
  display: flex;
  align-items: center;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .site-menu,
.site-menu.active {
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0px 20px 30px -40px #000;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .site-menu .navbar-default,
.site-menu.active .navbar-default {
  margin-bottom: 0;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .site-menu .navbar-collapse.collapse,
.site-menu.active .navbar-collapse.collapse {
  justify-content: flex-end;
}

body.fp-scroll-mac:not(.fp-viewing-Main) input,
.site-menu.active input {
  padding: 9px;
  font-size: 13px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) input::placeholder,
.site-menu.active input::placeholder {
  font-size: 13px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .menu-catalogue a,
.site-menu.active .menu-catalogue a {
  padding: 10px;
  font-size: 15px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .site-menu .navbar-nav>li>a,
.site-menu.active .navbar-nav>li>a {
  font-size: 20px;
  padding: 10px 25px 20px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) li.search-li a i,
.site-menu.active li.search-li a i {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-nav>li,
.site-menu.active .navbar-nav>li {
  margin-left: 10px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .site-menu .navbar-nav>li.dropdown-link>a,
.site-menu.active .navbar-nav>li.dropdown-link>a {
  padding: 10px 45px 20px 15px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .site-menu .navbar-nav>li.dropdown-link>a:before,
.site-menu.active .navbar-nav>li.dropdown-link>a:before {
  top: 24%;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-brand img,
.site-menu.active .navbar-brand img {
  max-width: 280px;
  margin-top: 0;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-brand,
.site-menu.active .navbar-brand {
  margin-left: 0 !important;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-nav>.language-li,
.site-menu.active .navbar-nav>.language-li {
  margin-bottom: 4px;
  padding: 10px 0 10px 10px;
  height: 50px;
  position: relative;
  border-left: 1px solid transparent;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-nav>.language-li:Before,
.site-menu.active .navbar-nav>.language-li:before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 18px;
  left: 0px;
  width: 1px;
  background-color: #ccc;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .navbar-nav>.language-li .nice-select,
.site-menu.active .navbar-nav>.language-li .nice-select {
  font-size: 20px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .menu-nsn-search,
.site-menu.active .menu-nsn-search {
  max-width: 320px;
  margin-right: 82px;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .menu-nsn-search input,
.site-menu.active .menu-nsn-search input {
  min-width: 320px;
  padding: 13px;
  font-size: 16px;
}

.menu-nsn-search input::placeholder {
  font-size: 16px !important;
}

.navbar-brand img {
  max-width: 320px;
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.site-menu .navbar-default .container-fluid {
  display: flex;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.site-menu .navbar-default .container-fluid:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
}

.site-menu .navbar-collapse {
  width: 100%;
}

.site-menu .navbar-collapse.collapse {
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
  transition: all 0.5s;
  z-index: 4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.site-menu .navbar-collapse.collapse .navbar-nav {
  float: unset;
  height: 50px;
}

.site-menu .navbar-nav {
  display: flex;
  align-items: center;
}

.site-menu .navbar-nav>li>a {
  padding: 10px 25px 20px;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--dark-black-color);
  font-family: "Khand Bold", sans-serif;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.site-menu .navbar-nav>li.dropdown-link>a {
  position: relative;
  padding: 10px 45px 20px 15px;
}

.site-menu .navbar-nav>li.dropdown-link>a:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 28%;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

.language-li {
  padding-left: 40px;
  border-left: 1px solid #c8c8c8;
  height: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.language-li .nice-select {
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color: var(--dark-black-color);
  height: 25px;
  line-height: 25px;
  font-family: "Khand Bold", sans-serif;
}

.language-li .nice-select:after {
  width: 8px;
  height: 8px;
  top: 44%;
  border-bottom: 2px solid var(--dark-black-color);
  border-right: 2px solid var(--dark-black-color);
}

.site-menu.active .language-li .nice-select {
  font-size: 18px;
}

.navbar-header {
  display: flex;
  align-items: center;
  padding-left: 15px;
  z-index: 4;
}

.menu-nsn-search {
  position: relative;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-right: 175px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.menu-nsn-search input {
  min-width: 400px;
  width: 100%;
  border: none;
  display: flex;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 13px;
  font-size: 17px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.menu-nsn-search input::placeholder {
  color: var(--white-color);
  font-size: 17px;
}

.navbar-nav>li {
  float: unset;
  margin-left: 30px;
  transition: all 0.5s;
  position: unset;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.navbar-right>li {
  float: unset;
  margin: 0 !important;
}

.navbar-right {
  float: unset !important;
  width: 100%;
  justify-content: flex-end;
  margin: 12px 0 20px;
}

.menu-nsn-search a {
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-nsn-search a i {
  filter: var(--white-filter-color);
}

.menu-catalogue a {
  display: flex;
  padding: 10px 25px;
  background-color: var(--second-color);
  border: 1px solid var(--second-color);
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--khand-font-medium);
}

.menu-catalogue a:hover {
  background-color: transparent;
  color: var(--second-color);
}

.menu-catalogue a:hover i {
  filter: var(--second-filter-color);
}

.social-list ul li a:hover i {
  filter: var(--second-filter-color);
}

.menu-catalogue a i {
  margin-right: 25px;
  filter: var(--white-filter-color);
}

.menu-catalogue {
  margin: 0 25px;
}

.social-list ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.social-list ul li {
  margin-left: 20px;
}

.dropdown-sub-menu {
  position: absolute;
  max-width: 100%;
  left: 17.2%;
  margin: 0 auto;
  right: 0;
  top: 100%;
  background-color: rgb(229 38 47 / 95%);
  border: 1px solid rgb(199 199 199 / 70%);
  border-top: none;
  /*box-shadow: -10px 15px 20px -12px #fff;*/
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.dropdown-link.active .dropdown-sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown-sub-menu-box {
  display: flex;
  padding: 0;
  min-height: 420px;
}

.dropdown-sub-menu-image {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.dropdown-sub-menu-left {
  max-width: 420px;
  width: 100%;
}

.dropdown-sub-menu-content {
  padding: 25px 35px;
}

.dropdown-sub-menu-head {
  font-size: 18px;
  color: var(--white-color);
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 21px;
  display: flex;
  align-items: center;
}

.dropdown-sub-menu-head:before {
  /*content: "";*/
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
}

.dropdown-sub-menu-list ol {
  padding: 0;
  list-style: none;
  border-left: 1px solid rgb(255 255 255 / 30%);
}

.site-menu .navbar-default:hover {
  background-color: #fff;
}

.navbar-default li.dropdown-link.active>a:active,
.navbar-default li.dropdown-link.active>a:focus,
.navbar-default li.dropdown-link.active>a,
.navbar-default li.dropdown-link>a:hover,
.navbar-default li.dropdown-link.active>a:hover,
.navbar-default li.dropdown-link>a:active,
.navbar-default li.dropdown-link>a:focus {
  background-color: transparent;
  color: var(--second-color);
}

.navbar-default li.dropdown-link>a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: var(--second-color);
  transition: all 0.5s;
  width: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.navbar-default li.dropdown-link>a:hover:after,
.navbar-default li.dropdown-link.active>a:after {
  width: 79%;
}

.navbar-default li>a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 25px;
  right: 25px;
  height: 2px;
  background-color: var(--second-color);
  transition: all 0.5s;
  width: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
  color: var(--second-color);
}

.navbar-default .navbar-nav>li>a:hover:after {
  width: 53%;
}

.site-menu .navbar-nav>li.search-li>a:after {
  display: none;
}

.site-menu .navbar-nav>li.search-li>a:hover i {
  filter: var(--second-filter-color);
}

.navbar-default li.dropdown-link>a:hover {
  background-color: transparent !important;
}

.navbar-default li.dropdown-link.active>a:before,
.navbar-default li.dropdown-link>a:hover:before {
  border-color: var(--second-color);
}

.dropdown-sub-menu-list-head {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.dropdown-sub-menu-list-box {
  display: flex;
  width: 100%;
}

.dropdown-sub-menu-list {
  max-width: 20%;
  width: 100%;
}

.dropdown-sub-menu-right {
  width: 100%;
}

.dropdown-sub-menu-head a {
  color: var(--white-color);
  position: relative;
}

.dropdown-sub-menu-list-head a {
  color: #fff;
  position: relative;
}

.dropdown-sub-menu-list-head a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--white-color);
  transition: all 0.5s;
  width: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.dropdown-sub-menu-list-head a:hover:before {
  width: 100%;
}

.dropdown-sub-menu-head a i {
  margin-left: 15px;
  filter: var(--white-filter-color);
  position: relative;
  top: -2px;
}

.dropdown-sub-menu-head a:hover i {
  margin-left: 30px;
}

.dropdown-sub-menu-head a {
  display: flex;
  align-content: center;
  margin-left: 15px;
  font-size: 14px;
  text-transform: capitalize;
}

/*MENU END*/

/*SLIDER START*/
.landing-slider .slick-dots {
  left: 7%;
  width: unset;
  display: flex;
  bottom: 15%;
}

.landing-slider .slick-dots li button,
.subsystems-detail-slider .slick-dots li button {
  background-color: #676c7a;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.landing-slider .slick-dots li button:before,
.subsystems-detail-slider .slick-dots li button:before {
  display: none;
}

.landing-slider .slick-dots li.slick-active,
.subsystems-detail-slider .slick-dots li.slick-active {
  border: 1px solid #676c7a;
}

.landing-slider .slick-dots li,
.subsystems-detail-slider .slick-dots li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.main-slider-box {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.landing-slider-caption {
  position: relative;
}

.landing-slider-caption-image {
  width: 100%;
  height: 720px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.main-slider-content .capabilities-banner .detail-banner-caption {
  left: 8%;
  right: 7%;
  max-width: 100%;
}

.landing-slider-caption-text {
  position: absolute;
  top: 15%;
  left: 8%;
  max-width: 410px;
}

.landing-slider-caption-text a {
  display: flex;
  flex-direction: column;
}

span.landing-slider-caption-head-text {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--khand-font-bold);
}

.landing-slider-caption-text a {
  color: var(--white-color);
}

.navbar.navbar-default.main-container,
.main-slider-box.main-container {
  max-width: 95%;
}

span.landing-slider-caption-explain-text {
  font-size: 17px;
  line-height: 2;
  margin-top: 15px;
  text-align: justify;
  font-family: var(--khand-font-medium);
}

.landing-slider-caption-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: var(--oxygen-font);
}

.link-button {
  display: inline-flex;
  padding: 10px 25px;
  background-color: #f3f4f5;
  border: 1px solid rgb(253 253 253 / 50%);
  color: var(--black-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.link-button i {
  margin-left: 35px;
}

a:hover .link-button {
  background-color: var(--red-color);
  color: #fff;
}

a:hover .link-button i {
  filter: var(--white-filter-color);
}

span.landing-slider-caption-link hr {
  margin: 0 15px 0 0;
  width: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.landing-slider-caption-text a:hover span.landing-slider-caption-link hr {
  width: 90px;
}

.landing-slider .slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  background-size: 48px;
  filter: var(--white-filter-color);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.slick-disabled {
  opacity: 0;
}

.landing-slider:hover .slick-arrow {
  opacity: 1;
}

.landing-slider .slider-right-arrow {
  right: 15px;
}

.landing-slider .slider-left-arrow {
  left: 30px;
}

/*SLIDER END*/
/*BANNER BOTTOM START*/
.landing-about-us-content {
  margin: 0;
  background-color: #f3f4f5;
  scroll-margin-top: 30px;
  min-height: 100vh;
}

.landing-about-us-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.about-us-left-box {
  max-width: 60%;
  padding-right: 45px;
}

.landing-about-us-content .about-us-right-content {
  margin-bottom: 65px;
}

.about-us-right-box {
  max-width: 40%;
  width: 100%;
}

.about-us-left-box-head {
  font-size: 32px;
  font-weight: 600;
  padding-right: 15%;
  margin-bottom: 25px;
}

.landing-about-us-content .about-us-left-box-head {
  font-size: 24px;
}

.landing-about-us-content .about-us-left-box-explain {
  font-size: 15px;
}

.about-us-left-box-head b,
.about-us-left-box-explain span {
  color: var(--second-color);
}

.about-us-left-box-explain {
  text-align: justify;
  font-size: 17px;
  line-height: 2;
  font-weight: 600;
  padding-right: 12%;
  font-family: var(--oxygen-font);
}

.about-us-left-box-link a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--second-color);
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--oxygen-font);
}

.about-us-left-box-link a hr {
  margin: 0 15px 0 0;
  width: 50px;
  height: 2px;
  background-color: var(--second-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.about-us-left-box-link a:hover hr {
  width: 90px;
}

.about-us-left-box-link {
  margin-top: 35px;
}

.about-us-right-image {
  position: relative;
  display: inline-flex;
}

.about-us-right-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 72px;
  background-image: url(../img/icon/oynat-ikon.png);
  filter: var(--white-filter-color);
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.chairman-image:before {
  display: none;
}

.about-us-right-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 25%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.about-us-right-content span {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  color: var(--second-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.about-us-right-content a:hover span {
  color: var(--primary-color);
}

.about-us-right-content a:hover .about-us-right-image:after {
  background-color: rgb(0 0 0 / 50%);
}

/*BANNER BOTTOM END*/
/*OUR CAPABILITIES START*/

span.detail-right-list-image img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.detail-right-list a:hover img {
  transform: scale(1.2);
}

.landing-our-capabilities-content {
  margin: 0;
  padding: 160px 0 0;
}

.landing-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--dark-black-color);
  text-transform: uppercase;
}

.landing-head hr {
  margin: 0;
  width: 75px;
  height: 2px;
  background: var(--second-color);
}

.landing-our-capabilities-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: -5%;
}

.landing-our-capabilities-list:last-child,
.landing-our-capabilities-list:nth-last-child(2) {
  margin-bottom: 0;
}

.landing-our-capabilities-list {
  max-width: 47%;
  width: 100%;
  margin-bottom: 3%;
}

.list-image {
  width: 100%;
  height: 260px;
  background-size: 100%;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.landing-our-capabilities-list a:hover .list-image {
  background-size: 110%;
}

.landing-our-capabilities-list a {
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  position: relative;
}

.landing-our-capabilities-list a:hover {
  border: 1px solid var(--second-color);
}

.landing-our-capabilities-list .list-text {
  position: absolute;
  left: 35px;
  top: 15px;
}

.landing-our-capabilities-list .list-head-text {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.landing-our-capabilities-list .list-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark-black-color);
  margin-top: 15px;
}

.landing-our-capabilities-list .list-link hr {
  width: 35px;
  height: 2px;
  background-color: var(--second-color);
  margin: 0 15px 0 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.landing-our-capabilities-list a:hover hr {
  width: 55px;
}

.landing-our-capabilities-list a:hover .list-head-text {
  color: var(--second-color);
}

/*OUR CAPABILITIES END*/
/*NEWS & EVENT START*/
.news-page-list-content .landing-news-list a span.landing-news-text-content,
.news-detail-other-new .landing-news-list a span.landing-news-text-content {
  background-color: #f0f0f0;
}

.news-page-list-content .landing-news-list a,
.news-detail-other-new .landing-news-list a {
  color: var(--primary-color);
}

.landing-news-content {
  padding: 50px 0;
  background-color: #f3f4f5;
  min-height: 100vh;
}

.landing-news-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding-top: 30px;
}

.landing-insight-head {
  display: flex;
  font-size: 19px;
  font-weight: 600;
  color: var(--dark-black-color);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.landing-insight-head hr {
  margin: 0 15px 0 0;
  border: none;
  width: 1px;
  height: 55px;
  background-color: var(--second-color);
}

.landing-news-list-wrap {
  display: flex;
  justify-content: space-between;
}

.landing-news-list-box {
  max-width: 60%;
  width: 100%;
}

.landing-insight-box {
  display: flex;
  margin-top: 25px;
}

.landing-event-list-box {
  max-width: 40%;
  width: 100%;
  padding-left: 70px;
}

.landing-news-list {
  max-width: 48%;
  width: 100%;
}

span.landing-news-text-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  margin-top: 5px;
}

.landing-news-list a:hover span.landing-news-text-content {
  background-color: var(--second-color);
}

.landing-news-list a:hover span.landing-news-head hr {
  background-color: var(--white-color);
}

span.landing-news-head {
  font-size: 18px;
  font-weight: 600;
}

.landing-news-list a {
  color: var(--white-color);
}

span.landing-news-head hr {
  margin: 5px 0;
  width: 50px;
  height: 4px;
  border: none;
  background-color: var(--second-color);
  transition: all 0.5s;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.news-detail-page-right span.landing-news-head hr {
  margin: 5px 0;
  width: 4px;
  height: 4px;
  border: none;
  background-color: var(--second-color);
  transition: all 0.5s;
  border-radius: 6px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

span.landing-news-explain {
  font-size: 14px;
  margin: 10px 0 15px;
  min-height: 48px;
  font-family: var(--oxygen-font);
}

span.landing-news-date {
  margin-top: 5px;
  font-weight: 600;
  font-size: 15px;
}

.landing-event-list a {
  display: flex;
  flex-direction: column;
  padding: 34px 0;
  border-bottom: 2px solid #ccc;
}

span.landing-event-list-head {
  font-size: 18px;
  font-weight: 600;
  color: var(--second-color);
  margin-bottom: 10px;
  padding-left: 35px;
  transition: all 0.5s;
  font-family: var(--oxygen-font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

span.landing-event-list-date,
span.landing-event-list-place {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-black-color);
  font-family: var(--oxygen-font);
}

span.landing-event-list-date span,
span.landing-event-list-place span {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

span.landing-event-list-date i,
span.landing-event-list-place i {
  margin-right: 15px;
}

span.landing-event-list-date {
  margin-bottom: 25px;
}

.landing-event-list a:hover span.landing-event-list-date i,
.landing-event-list a:hover span.landing-event-list-place i {
  filter: var(--second-filter-color);
}

.landing-event-list a:hover span.landing-event-list-date span,
.landing-event-list a:hover span.landing-event-list-place span {
  color: var(--second-color);
}

.all-link {
  display: flex;
}

.all-link hr {
  border: none;
  margin: 0;
  width: 50px;
  height: 1px;
  background-color: var(--second-color);
}

.all-link a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}

.all-link a span {
  margin-left: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.landing-news-content .all-link a {
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
}

.landing-news-content .all-link a:hover span {
  color: var(--second-color);
}

.landing-event-list-wrap {
  margin-top: -20px;
  min-height: 529px;
}

/*NEWS & EVENT END*/
/*CAREER START*/
.landing-career-content {
  padding: 160px 0 70px;
  background-color: #f3f4f5;
}

.landing-career-image {
  width: 100%;
  height: 505px;
}

.landing-career-wrap {
  position: relative;
}

.landing-career-text {
  position: absolute;
  top: 80px;
  left: 80px;
  color: var(--white-color);
}

.landing-career-head-text span {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.landing-career-head-text hr {
  width: 50px;
  height: 2px;
  border: none;
  margin: 0;
  background-color: var(--second-color);
}

.landing-career-head-text {
  margin-bottom: 35px;
}

.landing-career-explain-text {
  max-width: 600px;
  font-size: 18px;
  line-height: 2;
  font-family: var(--khand-font-medium);
}

.landing-career-link {
  margin-top: 55px;
}

.landing-career-link a {
  display: flex;
  align-items: center;
  font-family: var(--khand-font-medium);
}

.landing-career-link a hr {
  border: none;
  margin: 0 15px 0 0;
  width: 50px;
  height: 1px;
  background-color: var(--white-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.landing-career-link a:hover hr {
  width: 90px;
}

.landing-career-link a {
  color: var(--white-color);
  font-size: 0;
  text-transform: uppercase;
}

.landing-career-link a span {
  font-size: 18px;
}

/*CAREER END*/
/*SUBSCRIBE START*/
.subscribe-content {
  padding: 10px 0;
  background-color: #f3f4f5;
}

.p5 {
  background-color: #f3f4f5;
}

.subscribe-box.main-container {
  max-width: 1024px;
}

.subscribe-form-head {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 2px;
}

.subscribe-form {
  display: flex;
}

.subscribe-left {
  max-width: 40%;
  width: 100%;
}

.subscribe-right {
  max-width: 60%;
  width: 100%;
  padding-left: 35px;
}

.subscribe-right-up {
  display: flex;
  justify-content: space-between;
}

.subscribe-right-up input {
  width: 100%;
  max-width: 90%;
  padding: 15px;
  border: 1px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.subscribe-right-up input:focus,
.subscribe-right-up input:hover {
  border: 1px solid var(--second-color);
}

.subscribe-right-up a {
  display: flex;
  padding: 10px 35px;
  background-color: var(--second-color);
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  margin-left: 15px;
  border: 1px solid transparent;
}

.subscribe-right-up a:hover {
  background-color: transparent;
  color: var(--second-color);
  border: 1px solid var(--second-color);
}

.form-checkbox-content label a:hover {
  color: var(--second-color);
}

.subscribe-checkbox {
  margin-top: 15px;
}

.form-checkbox-content label {
  margin: 0;
  font-weight: 400;
}

.form-checkbox-content label input {
  background-color: #fff;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .form-checkbox-content input {
  padding: 0;
  border: 1px solid var(--primary-color);
}

.form-checkbox-content label a {
  color: var(--dark-black-color);
  border-bottom: 1px solid;
}

/*SUBSCRIBE END*/

/*FOOTER START*/
.footer {
  padding: 60px 0 70px;
  background-color: var(--primary-color);
  z-index: 3;
  background-image: url(../img/footer-bg.png);
  height: 100%;
}

.p6 {
  background-color: var(--primary-color);
}

.fp-watermark {
  display: none;
}

.footer-up {
  display: flex;
}

.footer-up-list {
  max-width: 20%;
  width: 100%;
}

.footer-up-list-head {
  color: var(--white-color);
  font-size: 21px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--khand-font-bold);
}

.footer-up-list-head:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--white-color);
}

.footer-up-list-head a {
  color: var(--white-color);
  font-size: 21px;
  position: relative;
}

.footer-up-list ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-up-list ul li {
  margin-bottom: 10px;
}

.footer-up-list ul li a {
  font-size: 15px;
  color: var(--white-color);
  position: relative;
  font-family: var(--oxygen-font);
}

.footer-up-list ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--white-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer-up-list ul li a:hover:before {
  width: 100%;
}

.footer-up-list .social-list ul li a:before {
  display: none;
}

.footer-up-list-head+.footer-up-list-head {
  margin-top: 55px;
}

.footer-up-list .social-list i {
  filter: var(--white-filter-color);
}

.footer-up-list .social-list ul li {
  margin-left: 0;
  margin-right: 25px;
}

.footer-up-list .menu-catalogue {
  margin: 30px 0 0;
}

.footer-center {
  margin: 85px 0;
  display: flex;
  align-items: center;
}

.footer-cage-code {
  width: 100%;
  display: flex;
  color: var(--white-color);
  font-size: 16px;
  max-width: 60%;
  font-family: var(--oxygen-font);
}

.footer-logo {
  max-width: 40%;
  width: 100%;
}

.footer-logo img {
  max-width: 300px;
}

.footer-cage-code span {
  border-bottom: 1px solid;
  color: var(--second-color);
  margin: 0 5px;
}

.footer-bottom {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  position: relative;
  font-family: var(--oxygen-font);
}

.copyright {
  color: var(--white-color);
  font-size: 17px;
  max-width: 40%;
  width: 100%;
  position: absolute;
}

.footer-bottom-link {
  width: 100%;
  display: flex;
  padding-left: 40%;
}

.footer-bottom-link ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}

.footer-bottom-link ul li a {
  font-size: 17px;
  color: var(--white-color);
  padding: 0 50px 0 0;
  position: relative;
}

.footer-bottom-link ul li a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -23px;
  width: 1px;
  height: 20px;
  background-color: var(--white-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer-bottom-link ul li a:hover {
  color: var(--second-color);
}

.footer-bottom-link ul li:first-child a:before {
  display: none;
}

.footer-up-contact-list {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Oxygen Regular";
  color: #fff;
}

.footer-up-contact-list:last-child {
  align-items: flex-start;
}

.footer-up-contact-list i {
  margin-right: 15px;
  filter: var(--white-filter-color);
}

.footer-up-contact-list a {
  color: #fff;
  border-bottom: 1px dashed rgb(255 255 255 / 15%);
  padding-bottom: 5px;
}

.footer-up-contact-list a:hover {
  border-bottom-color: #fff;
}

.footer-up-list-content {
  margin-bottom: 30px;
}

/*FOOTER END*/

/* DETAIL BANNER START*/
.site-menu-padding {
  height: 132px;
}

.detail-banner-image {
  width: 100%;
  height: 720px;
  max-width: 100%;
  background-size: cover;
}

.detail-banner-box.main-container {
  max-width: 94%;
  position: relative;
}

.detail-banner-caption {
  position: absolute;
  top: 20%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
  right: 0;
}

.detail-banner-category {
  font-size: 18px;
  text-transform: uppercase;
}

.detail-banner-head {
  font-size: 48px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.detail-banner-head:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: rgb(255 255 255 / 35%);
}

.detail-banner-explain {
  margin-top: 25px;
  font-size: 19px;
  max-width: 40%;
  line-height: 1.75;
  font-family: var(--khand-font-medium);
}

.detail-banner-text-content {
  color: #fff;
  width: 100%;
}

.detail-banner-catalog a {
  display: flex;
  padding: 8px 30px 8px 15px;
  background-color: var(--second-color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.detail-banner-catalog a i {
  filter: var(--white-filter-color);
  margin-right: 25px;
}

.detail-banner-catalog {
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
  right: -153px;
  top: 50%;
}

.detail-banner-catalog a:hover {
  background-color: var(--primary-color);
}

/* DETAIL BANNER END*/
/* BREADCRUMB START*/

.breadcrumb-box.main-container {
  max-width: 85%;
}

.breadcrumb-box ul {
  display: flex;
  padding: 15px 0;
  list-style: none;
  margin: 0;
}

.breadcrumb-box ul li {
  margin-right: 15px;
  font-size: 16px;
}

.breadcrumb-box ul li a {
  color: #867d7d;
}

.breadcrumb-box ul li span {
  color: #403c3c;
}

.breadcrumb-box ul li.active span {
  text-transform: uppercase;
}

/* BREADCRUMB END*/
/*ABOUT US START*/
.about-us-content .landing-about-us-box {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 50px;
  margin-bottom: 150px;
}

.about-us-content .about-us-right-box {
  max-width: 40%;
}

.about-us-content .about-us-left-box-head {
  margin-bottom: 45px;
}

.about-us-content .about-us-left-box-explain {
  font-size: 20px;
  font-weight: unset;
}

.about-us-list-box {
  display: flex;
  justify-content: space-between;
  margin: 0 -2.5%;
}

.about-us-list {
  margin: 0 2.5%;
}

.about-us-list a {
  display: flex;
  flex-direction: column;
  color: var(--primary-color);
}

.about-us-list-text {
  padding: 20px 0;
}

.about-us-list-head-text {
  font-size: 20px;
  font-weight: 600;
}

.about-us-list-link hr {
  margin: 0;
  border: none;
  width: 30px;
  height: 1px;
  background-color: var(--second-color);
}

.about-us-list-link {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.about-us-list-link span {
  font-size: 16px;
  margin-left: 15px;
  text-transform: uppercase;
  line-height: 1;
}

.about-us-list-image img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.about-us-list a:hover {
  color: var(--second-color);
}

.about-us-list a:hover img {
  transform: scale(1.1);
}

.about-us-list-image {
  overflow: hidden;
}

.about-us-list-content {
  margin-bottom: 120px;
}

.about-us-download-content {
  padding: 70px;
  background-color: #f3f4f5;
  margin-bottom: 135px;
}

.about-us-download-category {
  color: var(--second-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.about-us-download-head {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
  color: var(--primary-color);
}

.about-us-download-link a {
  display: flex;
  align-items: center;
  padding: 15px 35px;
  background-color: var(--primary-color);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.about-us-download-link {
  display: flex;
}

.about-us-download-link a i {
  margin-right: 25px;
  filter: var(--white-filter-color);
}

.about-us-download-link a:hover {
  background-color: var(--second-color);
}

/*ABOUT US END*/
/*BUILD TO  PRINT START*/
.detail-banner-right {
  max-width: 60%;
  width: 100%;
  position: relative;
}

.detail-right-overlay-content {
  position: absolute;
  right: 20px;
  left: 0;
  top: 20px;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(222 222 222 / 40%);
  z-index: 2;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fullscreen-click {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 60px;
  filter: var(--red-filter-color);
  transition: all 0.5s;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fullscreen-click.active {
  opacity: 1;
}

.fullscreen .fullscreen-click {
  bottom: unset;
  top: 50px;
  left: 60px;
}

.detail-banner-right.fullscreen .fullscreen-click i {
  background-image: url(../img/icon/iframe-kapatma-ikonu.png);
}

.detail-banner-right.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 75px;
}

.detail-banner-right.fullscreen iframe {
  top: 0;
  bottom: 0;
  height: 100%;
}

.detail-right-overlay-content.remove {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.buildtoprint .detail-banner-box {
  border: 1px solid #ededed;
  display: flex;
  margin-bottom: 30px;
}

.detail-banner-content {
  padding-top: 132px;
}

.detail-banner-left {
  max-width: 40%;
  width: 100%;
  padding: 12% 5% 12% 102px;
}

.detail-banner-left hr {
  margin: 12px 0 0;
  border: none;
  width: 130px;
  height: 2px;
  background-color: var(--primary-color);
}

.detail-banner-left .detail-banner-explain {
  max-width: 100%;
  color: var(--primary-color);
}

.detail-banner-left .detail-banner-head {
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--khand-font-bold);
}

.detail-banner-link a {
  display: flex;
  justify-content: flex-end;
  font-size: 21px;
  color: var(--red-color);
  font-weight: 600;
  align-items: center;
}

.detail-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.detail-banner-link a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}

.detail-banner-link a i {
  margin-left: 25px;
  filter: var(--red-filter-color);
}

.detail-banner-right iframe {
  width: 100%;
  height: 85%;
  position: absolute;
  right: 40px;
  top: 20px;
}

.buildtoprint-banner-bottom {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 3%;
}

.buildtoprint-banner-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  height: 41px;
  width: 100%;
}

.buildtoprint-banner-bottom-left a {
  display: flex;
  padding: 25px 45px 25px 35px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.bottom-left-more {
  display: flex;
  align-items: center;
  margin-left: 15%;
}

.bottom-left-more hr {
  margin: 0 15px;
  border: none;
  width: 70px;
  height: 1px;
  background-color: var(--white-color);
}

.buildtoprint-banner-bottom-left a:before {
  content: "";
  position: absolute;
  right: -20px;
  top: -7px;
  bottom: 0px;
  background-color: #fff;
  width: 40px;
  height: 95px;
  transform: rotate(25deg);
}

.buildtoprint-banner-bottom-right a {
  display: flex;
  align-items: center;
  padding: 19px 35px 20px 75px;
  background-color: var(--second-color);
  color: var(--white-color);
  font-size: 18px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.buildtoprint-banner-bottom-right a i {
  filter: var(--white-filter-color);
  margin-right: 35px;
}

.buildtoprint-banner-bottom-right a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -7px;
  bottom: 0px;
  background-color: #fff;
  width: 40px;
  height: 95px;
  transform: rotate(-25deg);
}

.buildtoprint-banner-bottom-left {
  max-width: 45%;
  width: 100%;
}

.buildtoprint-banner-bottom-right {
  max-width: 45%;
  width: 100%;
}

.capabilities-category-content .about-us-left-box {
  max-width: 100%;
  padding: 0;
}

.capabilities-category-content .about-us-left-box-head {
  padding: 50px 15% 50px 0;
  max-width: 1600px;
  margin: 0 auto;
}

.capabilites-category-list-content {
  max-width: 1600px;
  margin: 55px auto 0;
}

.capabilites-category-list-head {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: var(--primary-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.capabilites-category-list-head span {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
}

.capabilites-category-list-head span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  background-color: var(--second-color);
  margin: 0 auto;
}

.capabilites-category-list-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}

.capabilites-category-list {
  max-width: 20%;
  margin: 0 2.5% 4.5%;
}

.capabilites-category-list a {
  display: flex;
  flex-direction: column;
}

.capabilites-category-list-image {
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.capabilites-category-list-text {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
}

.capabilites-category-list-text hr {
  margin: 10px 0 0;
  border: none;
  width: 50px;
  height: 2px;
  background-color: var(--second-color);
}

.capabilities-category-content {
  margin-bottom: 115px;
}

.capabilites-category-list a:hover .capabilites-category-list-head {
  color: var(--second-color);
}

.capabilites-category-list-image img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.capabilites-category-list a:hover .capabilites-category-list-image img {
  transform: scale(1.1);
}

/*BUILD TO  PRINT END*/
/*CAPABILITIES START*/
.detail-right-list-box {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.detail-right-list {
  max-width: 30%;
}

.detail-right-list a {
  display: flex;
  flex-direction: column;
}

.detail-right-list a .detail-right-list-image {
  border: 1px solid rgb(255 255 255 / 20%);
  box-shadow: 0 0 20px 0px rgb(255 255 255 / 30%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

span.detail-right-list-text {
  font-size: 22px;
  font-weight: 600;
  color: var(--white-color);
  text-align: center;
  padding-top: 20px;
}

span.detail-right-list-text span {
  color: var(--red-color);
}

.detail-right-list a:hover span.detail-right-list-image {
  box-shadow: 0 0 20px 0 #fff;
}

.capabilities-banner .detail-banner-caption {
  top: 15%;
  right: 0;
  left: 0;
  bottom: 10%;
}

.capabilities-banner .detail-right-list-box {
  margin-top: 0;
}

.capabilities-banner .detail-banner-left {
  padding: 5% 10% 5% 0;
  position: relative;
  top: 0;
}

.landing-slider-caption .capabilities-banner .detail-banner-left {
  padding-top: 0;
}

.landing-slider-caption .capabilities-banner .detail-banner-left .detail-banner-head {
  font-size: 34px;
}

.landing-slider-caption .capabilities-banner .detail-banner-left .detail-banner-head+hr {
  display: none;
}

.career-banner-page .detail-banner-content {
  padding-top: 0;
}

.capabilities-banner .detail-banner-left .detail-banner-head {
  color: var(--white-color);
}

.capabilities-banner .detail-banner-left .detail-banner-head:before {
  display: none;
}

.capabilities-banner .detail-banner-left hr {
  background-color: rgb(255 255 255 / 40%);
}

.capabilities-banner .detail-banner-left .detail-banner-explain {
  color: #fff;
  margin-top: 15px;
}

.capabilities-banner .detail-banner-right {
  position: unset;
}

.detail-banner-search span {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

.detail-banner-search {
  position: absolute;
  bottom: 30px;
  display: flex;
  right: 11%;
  left: 40%;
  align-items: center;
}

.detail-banner-search-form {
  margin-left: 45px;
  position: relative;
  max-width: 77%;
  width: 100%;
}

.detail-banner-search-form input {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 16px;
}

.detail-banner-search-form a {
  position: absolute;
  right: 20px;
  top: 12px;
}

.capabilities-content .about-us-left-box {
  max-width: 100%;
  padding: 45px 0;
}

.capabilities-page-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 155px;
  position: relative;
}

.capabilities-page-list::before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 20px;
  height: 1px;
  background-color: #e9e9e9;
}

.capabilities-page-list:last-child:before {
  display: none;
}

.capabilities-page-list-image,
.capabilities-page-list-text {
  max-width: 48%;
  width: 100%;
}

.capabilities-page-list-text {
  padding: 35px;
  border: 1px solid #e9e9e9;
}

.capabilities-page-list-head-text a {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  display: flex;
}

.capabilities-page-list-head-text a:hover {
  color: var(--second-color);
}

.capabilities-page-list-explain-text {
  font-size: 18px;
  max-width: 80%;
  text-align: justify;
  line-height: 1.6;
  font-family: var(--oxygen-font);
}

.capabilites-page-list-link {
  display: flex;
  margin-top: 35px;
  font-family: var(--oxygen-font);
}

.capabilites-page-list-link hr {
  margin: 0;
  border: none;
  width: 50px;
  height: 1px;
  background-color: var(--second-color);
  margin-right: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.capabilites-page-list-link a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

.capabilites-page-list-link a:hover {
  color: var(--second-color);
}

.capabilites-page-list-link a:hover hr {
  width: 75px;
}

.capabilities-page-list-image {
  overflow: hidden;
}

.capabilities-box .capabilities-page-list-image a {
  margin: 0;
}

.capabilities-page-list-image img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.capabilities-page-list-image a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.capabilities-page-list-content {
  margin-bottom: 115px;
}

/*CAPABILITIES END*/
/*DESIGN TO SPEC START*/
.capabilities-list-page-content {
  padding: 50px 0;
}

.capabilities-list-page-content .about-us-left-box {
  margin-bottom: 80px;
  max-width: 100%;
}

.capabilities-page-list-left .capabilities-page-list-image {
  max-width: 100%;
  padding: 0;
  border: 1px solid #e9e9e9;
}

.capabilities-page-list-image a {
  display: flex;
  margin: 15px;
  overflow: hidden;
}

.capabilities-page-list-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 10%;
  max-width: 60%;
  width: 100%;
  position: relative;
}

.capabilities-page-list.image-top .capabilities-page-list-right {
  margin-top: -40px;
}

.capabilities-page-list-left {
  max-width: 40%;
  width: 100%;
}

.capabilities-page-list-head {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-right: 75px;
}

.capabilities-page-list-logo {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.capabilities-page-list-explain {
  font-size: 17px;
  font-weight: 600;
  padding: 25px 75px 0 0;
  text-align: right;
}

.capabilities-page-list-right:before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 20px;
  width: 1px;
  height: 90%;
  background-color: #ccc;
}

.capabilities-page-list-ul {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 80px 0 0;
  text-align: right;
  margin-top: 25px;
  max-width: 400px;
  width: 100%;
}

.capabilities-page-list-ul ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.capabilities-page-list-ul ul li {
  margin-bottom: 10px;
  color: var(--second-color);
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

.capabilities-page-list-ul ul li a {
  color: var(--second-color);
}

.capabilities-page-list-bottom {
  display: flex;
  padding-right: 80px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.capabilities-page-list-download a {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 22px;
  background-color: var(--second-color);
  color: #fff;
  font-size: 16px;
}

.capabilities-page-list-download a span {
  margin-left: 25px;
  font-weight: 600;
}

.capabilities-page-list-download a i {
  filter: var(--white-filter-color);
}

.capabilities-page-list-download a:hover {
  background-color: var(--primary-color);
}

.capabilities-page-list-more a {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 18px;
}

.capabilities-page-list-more a hr {
  margin: 0 15px 0 0;
  border: none;
  width: 50px;
  height: 2px;
  background-color: var(--second-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.capabilities-page-list-more a:hover hr {
  width: 75px;
}

.capabilities-page-list-more a:hover {
  color: var(--second-color);
}

/*DESIGN TO SPEC END*/

/*FAIR EVENT START*/
.fair-events-page-content .about-us-left-box {
  max-width: 100%;
  padding: 35px 0;
}

.fair-events-page-list a {
  display: flex;
  padding: 30px 70px;
  background-color: var(--second-color);
  color: var(--white-color);
}

.fair-events-page-list a:hover {
  background-color: #fb525a;
}

.fair-events-page-list.non-pointer a {
  pointer-events: none;
}

.fair-events-page-list {
  margin-bottom: 55px;
}

.fair-events-page-list.deactive a {
  background-color: var(--primary-color);
  color: #fff;
}

.fair-events-page-list.deactive a i {
  filter: var(--white-filter-color);
}

.fair-events-page-list.deactive a hr {
  background-color: var(--white-color);
}

.fair-events-page-list.deactive a:hover {
  background-color: #325b87;
}

.fair-events-page-list.deactive a:hover i {
  filter: var(--white-filter-color);
}

.fair-events-page-list.deactive a:hover hr {
  background-color: var(--white-color);
}

.fair-events-page-list-head {
  font-size: 24px;
  font-weight: 600;
  max-width: 40%;
  width: 100%;
  display: flex;
  align-items: center;
}

.fair-events-page-list .fair-events-page-list-info {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 40%;
  width: 100%;
}

.fair-events-page-list-info-item i {
  filter: var(--white-filter-color);
  margin-right: 15px;
}

.fair-events-page-list-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.fair-events-page-list-info-item:last-child {
  margin-bottom: 0;
}

.fair-events-page-list-more {
  display: flex;
  align-items: center;
  font-size: 21px;
  text-transform: uppercase;
  max-width: 20%;
  width: 100%;
}

.fair-events-page-list-more hr {
  margin: 0 15px 0 0;
  border: none;
  width: 50px;
  height: 2px;
  background-color: var(--white-color);
}

.fair-events-page-list-box {
  margin-bottom: 165px;
}

/*FAIR EVENT END*/

/*NEWS START*/
.news-page-list-content .landing-news-list a:hover,
.news-detail-other-new .landing-news-list a:hover {
  color: var(--white-color);
}

.news-page-content .about-us-left-box {
  padding: 45px 0;
}

.news-page-list-content .landing-news-list-wrap,
.news-detail-other-new .landing-news-list-wrap {
  flex-wrap: wrap;
  justify-content: unset;
  margin: 0 -1.5%;
}

.news-page-list-content .all-link {
  justify-content: center;
}

.news-page-list-content .all-link a {
  padding: 15px 35px;
  background-color: var(--second-color);
  color: #fff;
  font-size: 18px;
}

.news-page-list-content .landing-news-list,
.news-detail-other-new .landing-news-list {
  max-width: 30%;
  margin: 0 1.5% 75px;
}

.news-page-list-content {
  margin-bottom: 0;
}

.news-detail-page-right .landing-news-list {
  max-width: 100%;
  margin-bottom: 5%;
}

.news-detail-page-right .landing-news-list a {
  display: flex;
}

.news-detail-page-right .landing-news-list a span.landing-news-image {
  display: none;
}

.news-detail-page-right .landing-news-list a span.landing-news-text-content {
  max-width: 100%;
  margin-top: 0;
  padding: 10px 10px 10px 25px !important;
  width: 100%;
  position: relative;
}

.news-detail-page-right .landing-news-list {
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}

.news-detail-page-right .landing-news-list:last-child {
  border-bottom: none;
}

.news-detail-page-right .landing-news-list a span.landing-news-explain {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
}

.news-detail-page-right .landing-news-list a span.landing-news-date {
  margin-top: 10px;
}

/*NEWS END*/
/*NEWS DETAIL START*/
.short-detail-banner-content {
  padding-top: 132px;
}

.short-detail-banner-content .breadcrumb-box.main-container {
  max-width: 95%;
}

.short-detail-banner-content .breadcrumb-box ul {
  padding: 0;
}

.short-detail-banner-content .short-detail-banner-box {
  max-width: 95%;
  margin: 10px auto 35px;
  background-color: #f3f4f5;
  display: flex;
}

.short-detail-banner-text {
  padding: 30px 0;
  color: var(--primary-color);
  max-width: 40%;
  margin: 0 auto;
  width: 100%;
}

.short-detail-banner-right {
  max-width: 48%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: right;
  padding-right: 5.5%;
  margin-bottom: 35px;
}

.short-detail-banner-category {
  font-size: 18px;
  text-transform: uppercase;
}

.short-detail-banner-head {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}

.short-detail-banner-date {
  font-size: 17px;
  font-weight: 600;
}

.news-detail-page-text {
  margin: 0 auto 5%;
  display: flex;
  max-width: 85%;
  padding: 0;
  flex-wrap: wrap;
}

.news-detail-page-left {
  max-width: 70%;
  width: 100%;
  font-size: 17px;
  line-height: 2;
  padding-right: 125px;
  font-family: var(--oxygen-font);
}

.news-detail-page-head {
  font-size: 24px;
  font-weight: 600;
  color: var(--second-color);
}

.news-detail-page-explain {
  margin: 20px 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

.news-detail-page-left>span {
  color: var(--second-color);
  font-weight: 600;
}

.news-detail-page-right {
  max-width: 30%;
  width: 100%;
}

.news-detail-page-gallery-head,
.news-detail-other-new-head {
  display: flex;
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news-detail-other-new-head {
  font-size: 24px;
  margin-bottom: 25px;
  align-items: center;
  line-height: 1.5;
}

.news-detail-page-gallery-head hr,
.news-detail-other-new-head hr {
  margin: 0 15px 0 0;
  border: none;
  width: 1px;
  height: 35px;
  background-color: var(--second-color);
}

.news-detail-page-gallery {
  margin-top: 100px;
}

.news-detail-page-gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-detail-page-gallery-item {
  max-width: 45%;
  width: 100%;
  margin-bottom: 35px;
}

.news-detail-page-gallery-item a {
  display: flex;
  position: relative;
}

.news-detail-page-gallery-item a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-image: url(../img/icon/arama-ikonu.png);
  filter: var(--white-filter-color);
  z-index: 1;
}

.news-detail-page-gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.news-detail-page-gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-detail-page-gallery-item {
  max-width: 45%;
  width: 100%;
  margin-bottom: 35px;
}

.news-detail-page-gallery-item a {
  display: flex;
  position: relative;
}

.fancybox-button--zoom,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 15%;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 15%;
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
  width: 72px;
  height: 72px;
  color: #fff;
}

.news-detail-other-new {
  margin-top: 105px;
}

.short-detail-banner-right .social-list {
  display: flex;
  align-items: center;
}

.short-detail-banner-right .social-list ul {
  margin-bottom: 0;
}

.social-list-head {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

/*NEWS DETAIL END*/
/*CAPABILITIES START*/
.capabilities-detail-banner-content {
  max-width: 95%;
  margin: 0 auto;
  padding-top: 132px;
  background-color: var(--primary-color);
}

.capabilities-detail-banner-box {
  padding: 50px;
  display: flex;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}

.capabilities-detail-banner-left-box {
  max-width: 50%;
  width: 100%;
}

.capabilities-detail-banner-right-box {
  max-width: 45%;
  width: 100%;
  z-index: 2;
}

.capabilities-detail-banner-left-text {
  padding: 50px 50px 0 0;
  color: #fff;
}

.capabilities-detail-banner-left-explain {
  font-size: 17px;
  font-family: var(--oxygen-font);
}

.capabilities-detail-banner-left-list {
  margin: 35px 0;
  font-family: var(--oxygen-font);
}

.capabilities-detail-banner-left-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.capabilities-detail-banner-left-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.capabilities-detail-banner-left-list ul li:before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--second-color);
  display: flex;
  border-radius: 100%;
  margin-right: 15px;
}

.banner-make-enquiry {
  margin-top: 65px;
}

.banner-make-enquiry-head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: var(--oxygen-font);
}

.banner-make-enquiry-explain {
  font-size: 16px;
  font-family: var(--oxygen-font);
}

.banner-make-enquiry-link {
  display: flex;
  margin-top: 25px;
}

.banner-make-enquiry-link a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  min-width: 260px;
  justify-content: space-between;
  background-color: var(--second-color);
  color: var(--white-color);
  font-size: 17px;
}

.banner-make-enquiry-link a i {
  filter: var(--white-filter-color);
}

.capabilities-detail-banner-right-thumbnail-slider {
  max-width: 50%;
  margin-top: 25px;
}

.capabilities-detail-banner-right-thumbnail-slider .item {
  margin-right: 15px;
}

.capabilities-detail-banner-right-thumbnail-slider .item img {
  transition: all 0.5s;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.capabilities-detail-banner-right-thumbnail-slider .item.slick-current img {
  border: 2px solid #e5262f;
}

.capabilities-detail-box {
  padding: 50px 0;
}

.capabilities-detail-list-head {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
}

.capabilities-detail-list-head hr {
  margin: 10px 0 30px;
  border: none;
  max-width: 60px;
  width: 100%;
  height: 2px;
  background-color: var(--second-color);
}

.capabilities-detail-list {
  margin-bottom: 85px;
}

.capabilities-detail-list-explain {
  max-width: 60%;
  font-size: 17px;
  line-height: 1.8;
  font-family: var(--oxygen-font);
}

.capabilities-detail-text-list-head {
  display: flex;
  align-items: center;
  color: var(--second-color);
  font-size: 18px;
  font-weight: 600;
}

.capabilities-detail-text-list-head hr {
  margin: 0 15px 0 0;
  border: none;
  width: 50px;
  height: 1px;
  background-color: var(--second-color);
}

.capabilities-detail-text-list-explain {
  padding-left: 65px;
  max-width: 60%;
  text-align: justify;
  font-size: 16px;
  margin: 10px 0;
  font-family: var(--oxygen-font);
}

.capabilities-detail-text-list {
  margin-bottom: 55px;
}

.capabilities-detail-text-list:last-child {
  margin-bottom: 0;
}

.capabilities-detail-text-list-box {
  margin-top: 65px;
}

.capabilities-detail-list:last-child {
  margin-bottom: 0;
}

.document-content {
  margin-top: 55px;
  margin-bottom: 95px;
}

.document-box {
  max-width: 95%;
  margin: 0 auto;
  padding: 70px;
  background-color: #f3f3f3;
}

.document-head {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
}

.document-head hr {
  margin: 10px 0 30px;
  border: none;
  max-width: 60px;
  width: 100%;
  height: 2px;
  background-color: var(--second-color);
}

.document-list-box {
  display: flex;
  margin-top: 55px;
}

.document-list {
  max-width: 25%;
  width: 100%;
  margin-right: 8%;
}

.document-list a {
  display: flex;
}

.document-list-image {
  max-width: 35%;
}

.document-list-text {
  padding-left: 25px;
}

.document-list-category {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
}

.document-list-head {
  font-size: 18px;
  font-weight: 600;
  color: var(--second-color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.document-list a:hover .document-list-head {
  color: var(--primary-color);
}

.document-list-image img {
  border: 1px solid #ccc;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.document-list a:hover .document-list-image img {
  border: 1px solid var(--primary-color);
}

/*CAPABILITIES END*/
/*SUBSYSTEMS START*/
.subsystems-page-content .about-us-left-box {
  padding: 50px 0;
}

.subsystems-page-content .capabilites-category-list-box {
  margin: 0 -40px 150px;
}

/*SUBSYSTEMS END*/

/*SUBSYSTEMS ALT START*/
.capabilites-category-list-box.three-list .capabilites-category-list {
  max-width: 28%;
}

/*SUBSYSTEMS ALT END*/
/*TEST START*/
.test-units-list {
  display: flex;
  margin-bottom: 75px;
}

.test-units-list-image {
  max-width: 35%;
  width: 100%;
}

.test-units-list-text {
  max-width: 65%;
  width: 100%;
  padding-left: 5%;
}

.test-units-list-head {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.test-units-list-explain {
  font-size: 17px;
  line-height: 2;
  font-family: var(--oxygen-font);
}

.test-units-list-explain ul {
  padding-left: 20px;
}

.test-units-list-explain ul li {
  margin-bottom: 10px;
}

.test-units-list-content {
  padding: 50px 0;
  margin-bottom: 150px;
}

.test-units-list:last-child {
  margin-bottom: 0;
}

/*TEST END*/
/*CONTACT START*/
.contact-box,
.contact-map-box {
  max-width: 85%;
  margin: 0 auto;
}

.contact-map-box {
  margin: 70px auto;
}

.contact-box {
  display: flex;
  margin-top: 35px;
}

.contact-left,
.contact-right {
  max-width: 50%;
  width: 100%;
}

.contact-left-head {
  font-size: 32px;
  color: var(--second-color);
  font-weight: 600;
  position: relative;
}

.contact-left-head:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--second-color);
}

.icon-box {
  padding: 8px;
  border: 1px solid var(--second-color);
  font-size: 0;
  border-radius: 100%;
  margin-right: 15px;
}

.icon-box {
  padding: 8px;
  border: 1px solid var(--second-color);
  font-size: 0;
  border-radius: 100%;
  margin-right: 15px;
}

.contact-left-list {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  font-weight: 500;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.7;
}

.phone-information {
  margin-bottom: 45px;
}

.phone-information .contact-left-list {
  margin-bottom: 10px;
}

.contact-left-list>span.address {
  font-weight: 500;
  display: flex;
}

.contact-left-list-content {
  margin-top: 25px;
  font-family: var(--oxygen-font);
}

.contact-left .subscribe-form {
  flex-direction: column;
  max-width: 80%;
}

.contact-left .subscribe-form .subscribe-left {
  max-width: 100%;
}

.contact-left .subscribe-form-head {
  font-size: 21px;
  margin-bottom: 10px;
}

.contact-left .subscribe-right {
  max-width: 100%;
  padding: 0;
}

.contact-left .subscribe-content {
  margin-top: 65px;
}

.contact-left {
  padding-right: 5%;
}

.contact-left-list a {
  color: var(--second-color);
  border-bottom: 1px dashed transparent;
}

.contact-left-list a:hover {
  border-bottom: 1px dashed;
}

.contact-form-head {
  font-size: 32px;
  color: var(--second-color);
  font-weight: 600;
}

.contact-form {
  margin-top: 0;
  padding: 50px 60px;
  border: 1px solid #e1e1e1;
}

.contact-form-box {
  margin-top: 25px;
}

.career-form-content .contact-form-box {
  margin-bottom: 150px;
  max-width: 1024px;
  margin: 0 auto 150px;
  padding: 45px;
  background-color: #f9f9f9;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
}

.career-form-content .main-container {
  max-width: 95%;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 19px;
}

.form-checkbox-content>label>input~span {
  max-width: 90%;
  text-align: justify;
}

.form-group>label>span,
.form-group>.form-half>label>span {
  color: red;
}

.form-group input:not(.option-input),
.form-group textarea {
  width: 100%;
  max-width: 420px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  transition: all 0.5s;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.form-group input[disabled] {
  font-weight: 500;
  padding-left: 15px;
}

.full-input input {
  max-width: 94.5% !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  font-size: 12px;
}

.form-half {
  max-width: 45%;
  width: 100%;
}

.form-half:last-child {
  margin-bottom: 0;
}

.form-group.inline-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 720px;
}

.form-group input:focus {
  border: 1px solid var(--primary-color);
}

.form-group .nice-select {
  float: unset;
  max-width: 420px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  padding: 10px;
  height: unset;
  line-height: unset;
  font-size: 17px;
  font-weight: 600;
}

.form-group .nice-select:after {
  width: 8px;
  height: 8px;
  border-color: #333;
}

.form-group {
  margin-bottom: 25px;
}

.contact-form .nice-select.open .list {
  right: 0;
  border-radius: 0;
  margin-top: 10px;
  max-height: 300px;
  overflow-y: scroll;
}

.contact-form .nice-select.open .list li {
  border-bottom: 1px solid #ebebeb;
}

.form-group textarea {
  max-width: 100%;
  min-height: 150px;
}

.form-checkbox-content label {
  font-size: 12px;
  font-weight: 500;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-button {
  margin-top: 15px;
  display: flex;
}

.form-button a {
  display: flex;
  padding: 8px 25px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
}

.form-button a:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.form-checkbox-content label {
  font-size: 12px;
  font-weight: 500;
}

.form-checkbox-content input {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.form-checkbox-content label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
}

body.fp-scroll-mac:not(.fp-viewing-Main) .subscribe-right-up input {
  font-size: 16px !important;
}

.subscribe-right-up input::placeholder {
  font-size: 16px !important;
}

.form-checkbox-content label a {
  color: var(--primary-color);
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.form-checkbox-content label:last-child {
  margin-bottom: 0;
}

.contact-left-list>span {
  font-weight: 600;
  margin-right: 5px;
}

.contact-left-list-head {
  display: flex;
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}

.contact-left-list-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--second-color);
}

.contact-content .subscribe-content {
  margin-bottom: 80px;
  background-color: transparent;
}

.contact-content .subscribe-right-up input {
  border: 1px solid #e1e1e1;
}

/*CONTACT END*/
/*SUBSYSTEMS ALT START*/
.subsystems-detail-box {
  display: flex;
  margin-bottom: 150px;
}

.subsystems-detail-left {
  max-width: 50%;
  width: 100%;
}

.subsystems-detail-right {
  max-width: 50%;
  width: 100%;
  padding-left: 15%;
}

.subsystems-detail-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background-size: 48px;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.subsystems-detail-slider .slider-left-arrow {
  left: -80px;
}

.subsystems-detail-slider .slider-right-arrow {
  right: -80px;
}

.subsystems-detail-slider .slick-arrow:hover {
  filter: var(--second-filter-color);
}

.subsystems-detail-explain {
  margin: 75px 0 35px;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
  font-family: var(--oxygen-font);
}

.subsystems-detail-slider .slick-list {
  border: 1px solid #f5f5f5;
}

.subsystems-detail-navigation {
  display: inline-block;
}

.subsystems-detail-navigation-head {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  padding-bottom: 0;
  margin-bottom: 35px;
  text-align: right;
}

.subsystems-detail-navigation-head:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: var(--second-color);
}

.subsystems-detail-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
  text-align: right;
  min-width: 150px;
}

.subsystems-detail-navigation ul li {
  margin-bottom: 15px;
}

.subsystems-detail-navigation ul li a {
  font-size: 18px;
  color: var(--dark-grey-color);
  display: inline-flex;
  border-right: 3px solid var(--second-color);
  align-items: center;
  padding-right: 10px;
  margin-left: 0;
}

.subsystems-detail-navigation ul li.active a,
.subsystems-detail-navigation ul li a:hover {
  border-right: 10px solid var(--second-color);
  color: var(--second-color);
}

.subsystems-detail-navigation ul li.active a {
  font-weight: 600;
}

.subsystems-detail-slider ul.slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
}

/*SUBSYSTEMS ALT END*/
/*SEARCH BY NSN START*/

div#DataTables_Table_0_info {
  display: none;
}

.paginate_button.previous a,
.paginate_button.next a {
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 0 !important;
  border: 1px solid var(--second-color);
  color: var(--second-color);
  font-weight: 600;
}

.pagination>.paginate_button>a {
  padding: 10px 15px;
  display: flex;
  font-size: 16px;
  border: 1px solid var(--second-color) !important;
  background-color: transparent !important;
  color: var(--second-color) !important;
  font-weight: 600;
}

.pagination>.paginate_button.active>a,
.pagination>.paginate_button>a:hover {
  background-color: var(--second-color) !important;
  color: var(--white-color) !important;
}

.pagination>.paginate_button.disabled>a {
  pointer-events: none !important;
}

.search-table tbody tr td>a {
  color: #5c5c5c;
  border-bottom: 1px dashed transparent;
}

.search-table tbody tr td>a:hover {
  border-bottom: 1px dashed;
  color: var(--second-color);
}

.search-detail-form .contact-form-box {
  max-width: 960px;
  padding: 40px;
  background-color: #f5f5f5;
}

.search-detail-form input[disabled] {
  background-color: #ededed;
}

.search-detail-form input {
  font-size: 16px;
}

.search-detail-form {
  margin-bottom: 180px;
}

.flex-group {
  justify-content: space-between;
  display: flex;
}

.search-table-filter {
  display: flex;
  justify-content: flex-end;
}

.search-table-form span {
  font-size: 18px;
  font-weight: 600;
  margin-right: 25px;
  text-transform: uppercase;
  color: var(--second-color);
}

.search-table-form input {
  max-width: 480px;
  width: 100%;
  border: 1px solid #919191;
  padding: 12px;
  font-size: 16px;
}

.search-table-form {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

.search-table thead tr th {
  background-color: var(--second-color);
  color: var(--white-color);
  font-size: 17px;
  padding: 15px !important;
  text-transform: uppercase;
  padding-left: 40px;
}

.search-table tbody tr td {
  padding: 12px 15px;
  font-size: 17px;
  vertical-align: baseline;
  font-weight: 600;
}

.search-table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

table.nsnTable {
  margin-bottom: 25px !important;
}

.table-button a {
  padding: 6px 10px;
  display: flex;
  min-width: 150px;
  justify-content: center;
  font-size: 18px;
  background-color: var(--second-color);
  color: var(--white-color);
  font-weight: 600;
}

.table-button {
  display: flex;
}

.table-button.rfq a {
  background-color: var(--primary-color);
}

.table-button a:hover {
  background-color: var(--dark-black-color);
}

.search-table {
  margin-bottom: 150px;
}

.modal-dialog {
  max-width: 800px;
  width: 100%;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

button.close {
  font-size: 72px;
  font-weight: 100;
  color: var(--primary-color);
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 9;
}

button.close:hover,
button.close:focus,
button.close:active {
  color: var(--second-color);
  opacity: 1;
}

.modal-body {
  padding: 0;
}

.modal-form .contact-form-box {
  margin-top: 0;
  padding: 45px;
}

.modal-form-head {
  font-size: 24px;
  font-weight: 600;
  color: var(--second-color);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.modal-form-head:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--second-color);
}

/*SEARCH BY NSN END*/

/*SEARCH BY NSN DETAIL START*/
.search-detail-right {
  max-width: 30%;
  width: 100%;
}

.search-detail-right-box {
  width: 100%;
  padding: 35px 45px;
  border: 1px solid #ebebeb;
}

.search-detail-right-head {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 35px;
}

.search-detail-right-head:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
}

.search-detail-right-list {
  margin-bottom: 35px;
}

.search-detail-right-list-head {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--second-color);
}

.search-detail-right-list-text {
  font-size: 18px;
  font-weight: 600;
}

.search-detail-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  margin-top: 65px;
}

.search-detail-left {
  max-width: 55%;
  width: 100%;
}

.search-detail-left-image {
  margin-bottom: 45px;
}

.search-detail-explain {
  font-size: 17px;
  text-align: justify;
  line-height: 2;
  font-family: var(--oxygen-font);
}

/*SEARCH BY NSN DETAIL END*/
/*MENU SEARCH AREA START*/
.search-content {
  position: absolute;
  right: 0;
  top: 73px;
  background-color: var(--white-color);
  color: #fff;
  z-index: 11;
  transform: translateX(125%);
  transition: all 0.5s;
  border-left: 1px solid rgb(255 255 255 / 10%);
  max-width: 480px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.search-content.active {
  transform: translateX(0);
}

.close-icon {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}

.search-content .close-icon {
  background-image: none;
}

.close-icon img {
  width: 34px;
  transition: all 0.5s;
  filter: var(--red-filter-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.close-icon:hover img {
  filter: var(--primary-filter-color);
}

.search-form {
  position: relative;
  margin-right: 55px;
}

.search-input input {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 15%);
  padding: 12px 55px 12px 15px;
  background-color: #f7f7f7;
  color: var(--primary-color);
  border-radius: 30px;
}

.search-input input::placeholder {
  color: #9b9b9b;
}

.search-button {
  position: absolute;
  right: 0;
  top: 0;
}

.search-button a {
  display: inline-block;
  padding: 11px 14px 11px 11px;
  background-color: var(--primary-color);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.search-button a:hover {
  background-color: var(--red-color);
}

.search-button a img {
  filter: var(--white-filter-color);
  width: 24px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.search-button a:hover img {
  filter: var(--white-filter-color);
}

/*MENU SEARCH AREA END*/
/*CAREER START*/
.career-fullpage.section.p1 .detail-banner-content {
  padding: 0;
}

.career-fullpage .p5 {
  background-color: var(--primary-color);
}

.career-vision-policy {
  display: flex;
  flex-wrap: wrap;
  padding: 16% 15% 0;
  align-items: center;
}

.career-vision-policy-head {
  font-size: 42px;
  color: var(--primary-color);
  font-weight: 600;
}

.career-vision-policy-box {
  display: flex;
  margin-top: 45px;
}

.career-vision {
  max-width: 50%;
  width: 100%;
  padding-right: 5%;
}

.career-policy {
  max-width: 50%;
  width: 100%;
  font-size: 17px;
  line-height: 2;
  padding-left: 5%;
  text-align: justify;
}

.career-vision-policy-sub-head {
  font-size: 25px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  line-height: 1;
}

.career-fullpage .p2 {
  background-color: #f3f3f3;
  background-image: url(../img/corporate_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.career-vision ul {
  padding-left: 20px;
  margin: 0;
}

.career-vision ul li {
  margin-bottom: 25px;
  font-size: 17px;
}

.career-current-job-image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.career-current-text-content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  flex-direction: column;
  color: #fff;
}

.career-current-text-head {
  font-size: 54px;
  font-weight: 600;
}

.career-current-job-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 40%);
}

.career-current-text-explain {
  font-size: 18px;
}

.career-current-text-logos {
  display: flex;
  margin-top: 35px;
}

.career-current-text-logo-list {
  margin: 0 45px;
}

.career-current-text-logo-list img {
  max-width: 85%;
  margin: 0 auto;
}

.career-current-button {
  margin-top: 75px;
  display: flex;
}

.career-current-button-list a {
  display: flex;
  padding: 12px 25px;
  background-color: var(--second-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  border: 1px solid var(--second-color);
}

.career-current-button-list {
  margin: 0 35px;
}

.career-current-button-list a:hover {
  background-color: #fff;
  color: var(--second-color);
}

.career-fullpage .p3 {
  background-color: #f5f5f5;
}

.career-recruitment-content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
  background-image: url(../img/corporate_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.career-recruitment-text-content-head {
  font-size: 38px;
  font-weight: 600;
  color: var(--second-color);
  position: relative;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.career-recruitment-text-content-head:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 70px;
  height: 2px;
  background-color: var(--second-color);
  display: flex;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.career-recruitment-text-content {
  max-width: 1200px;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}

.career-recruitment-text-content ul {
  margin: 35px 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

.career-recruitment-text-content ul li {
  margin-bottom: 10px;
  font-weight: 600;
}

.career-recruitment-text-content b {
  font-weight: 600;
}

.career-recruitment-text-content b a {
  color: var(--second-color);
}

.career-recruitment-text-content b a:hover {
  color: var(--primary-color);
}

.career-work-environment-content {
  padding-top: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url(../img/corporate_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.career-work-environment-list {
  display: flex;
  max-width: 1600px;
}

.career-work-environment-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.career-work-environment-head {
  font-size: 32px;
  color: var(--second-color);
  font-weight: 600;
  margin-bottom: 45px;
}

.career-work-environment-item {
  max-width: 30%;
  margin: 0 1.5%;
}

.career-work-environment-item a {
  display: flex;
  position: relative;
}

.career-work-environment-item a:before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon/arama-ikonu.png);
  filter: var(--white-filter-color);
  background-size: 32px;
  display: flex;
  z-index: 1;
}

.career-work-environment-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.career-work-environment-item a:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.detail-banner-button {
  margin-top: 105px;
  display: flex;
}

.detail-banner-button-list a {
  display: flex;
  padding: 15px 35px;
  background-color: var(--white-color);
  font-weight: 600;
  color: var(--second-color);
  font-size: 18px;
  border: 1px solid var(--white-color);
}

.detail-banner-button-list {
  margin-right: 35px;
}

.detail-banner-button-list a:hover {
  background-color: var(--second-color);
  color: var(--white-color);
  border: 1px solid var(--second-color);
}

/*CAREER END*/
/*CAREER FORM START*/
.form-group input[type="file"]~label,
.form-group input[type="file"]:focus~label {
  margin-top: 0;
  bottom: 70px;
}

input[type="file"]::-webkit-file-upload-button {
  padding: 5px 10px;
  margin: 0 10px 0 0;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form-group input[type="file"] {
  box-shadow: none;
  height: unset;
}

.contact-form-box input[type="file"] {
  border-radius: 0;
  box-shadow: none;
  height: unset;
}

/*CAREER FORM END*/
/*PROGRESS START*/
.progress {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 94%;
  z-index: 9;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25%;
  align-items: center;
  display: none;
}

.bar {
  background-color: var(--second-color);
  width: 0;
  height: 25px;
  border-radius: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

/*PROGRESS END*/
/*Milestones START*/
.history .about-us-left-box {
  max-width: 100%;
  margin-bottom: 65px;
}

.milestones-list {
  display: flex;
  margin-bottom: 105px;
}

.milestones-list-left {
  max-width: 40%;
}

.milestones-list-box {
  max-width: 1280px;
  margin-bottom: 120px;
}

.milestones-list-right {
  max-width: 70%;
  width: 100%;
}

.milestones-list-year {
  font-size: 42px;
  font-weight: 600;
  color: var(--second-color);
  margin-bottom: 5px;
}

.milestones-list-head {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 25px;
}

.milestones-list-head:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
}

.milestones-list-explain {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  font-family: var(--oxygen-font);
}

/*Milestones END*/

.menu-nsn-search,
div.language-li {
  display: none;
}

li .menu-nsn-search {
  display: inline-flex;
}

.subsystems-detail-content .main-container {
  max-width: 85%;
}

/* COOKIE CONTENT START */
.cookie-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 100px;
  background-color: rgb(229 38 47 / 85%);
  color: #fff;
  display: inline-flex;
  width: 100%;
  align-items: center;
  transition: all 0.5s;
  -webkit-box-shadow: 0px -1px 20px 0px rgb(229, 38, 47 / 25%);
  -moz-box-shadow: 0px -1px 20px 0px rgb(229, 38, 47 / 25%);
  box-shadow: 0px -1px 20px 0px rgb(229, 38, 47 / 25%);
  z-index: 9;
  font-family: var(--oxygen-font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cookie-content.disabled {
  opacity: 0;
  visibility: hidden;
}

.cookie-content-text {
  max-width: 65%;
  width: 100%;
  font-size: 14px;
}

.cookie-content-text p {
  margin-bottom: 0;
}

.cookie-content-action {
  margin-left: 95px;
  display: flex;
  flex-direction: row-reverse;
}

.cookie-content-action .cancel {
  background-color: rgb(118 118 118 / 90%);
  color: #ffff;
  margin-right: 25px;
  border: 1px solid transparent;
}

.cookie-content-action .cancel:hover {
  border: 1px solid #7e7e7e;
  color: #7e7e7e;
  background-color: #fff;
}

.cookie-content-action a {
  display: inline-block;
  background-color: #fff;
  color: var(--second-color);
  padding: 10px 35px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px dashed transparent;
  border-radius: 6px;
  font-family: var(--khand-font-medium);
}

.cookie-content-action a:hover {
  background-color: transparent;
  border: 1px dashed #fff;
  color: #fff;
}

.cookie-content-text a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px dashed;
}

.cookie-content-text a:hover {
  color: var(--primary-color);
}

.cookie-box {
  max-width: 1440px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
}

/* COOKIE CONTENT END */

/* LOADER START */
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #141526;
  z-index: 9999;
  font-size: 65px;
  text-align: center;
  padding-top: 200px;
  color: #fff;
  font-family: var(--oxygen-font);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* LOADER END */

/* MODAL SENDING MESSAGE START */
.send-comment-box i {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-size: 64px;
  display: block;
  filter: var(--red-filter-color);
}

.send-comment-text-content {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.send-comment-text-content b {
  display: block;
  font-size: 21px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: var(--red-color);
  text-transform: uppercase;
}

.modal-form .send-comment-content {
  padding: 65px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MODAL SENDING MESSAGE END */

.pagination-box ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.pagination-box ul li {
  margin-right: 25px;
}

.pagination-box ul li span {
  display: flex;
  padding: 10px 15px;
  background-color: #b50109;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
}

.pagination-box ul li a {
  display: flex;
  padding: 10px 15px;
  background-color: #f5f5f5;
  color: var(--black-color);
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
}

.pagination-box ul li a:hover {
  background-color: var(--red-color);
  color: var(--white-color);
}

.pagination-box ul li a:hover i {
  filter: var(--white-filter-color);
}

.news-page-content .pagination-box {
  margin-bottom: 95px;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  font-size: 24px;
  opacity: 0.5;
  left: 10px;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
  opacity: 1;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  top: 60%;
}

.search-table .pagination {
  margin: 0;
  display: none;
}

.policy-content {
  padding: 0;
  max-width: 95%;
  margin: 0 auto 100px;
}

.policy-text-box {
  padding: 35px;
  background-color: #f5f5f5;
  font-family: var(--oxygen-font);
}

.policy-text-box p strong {
  font-size: 21px;
}

.policy-text-box p a strong {
  font-size: 16px;
  color: var(--red-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  border: none;
}

.section-block {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.section-block.show {
  opacity: 1;
  transform: scale(1);
}

.section-block i {
  filter: var(--white-filter-color);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}

.responsive-link-overlay-image,
.responsive-landing-slider-caption-image {
  display: none;
}


.detail-text-box {
  padding: 25px 40px;
  background-color: #f5f5f5;
  font-size: 16px;
}

.our-values-page .main-container {
  max-width: 85%;
}

.detail-text-box h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
}

.detail-text-box b {
  font-weight: 600;
}

.detail-text-box ul {
  padding-left: 15px;
}

.detail-text-box ul li {
  margin-bottom: 10px;
}

.detail-text-box ul li:last-child {
  margin-bottom: 0;
}

.our-values-page .detail-text-content {
  margin-bottom: 100px;
}

.news-page-content .main-container {
  max-width: 85%;
}

/* TEAM START */


.team-list-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5% 5%;
}

.team-list a {
  display: flex;
  flex-direction: column;
  color: var(--primary-color);
}

.team-list.deactive a {
  pointer-events: none;
}

.team-list {
  margin: 0 2.5% 2.5%;
  max-width: 20%;
  width: 100%;
}

.team-list-content {
  max-width: 85%;
  margin: 15px auto 150px;
}

.crew-name {
  font-size: 24px;
  font-weight: 600;
}

.crew-title {
  font-size: 18px;
}

.crew-list-text {
  padding: 25px;
}

.crew-list-image {
  position: relative;
}

.crew-list-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 100%;
  background-color: rgb(229 38 47 / 40%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a:hover .crew-list-image:before {
  right: 40px;
}

.team-list a:hover {
  color: var(--second-color);
}

.team-banner {
  position: relative;
}

.team-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(1 38 79 / 60%);
}

.team-list-box-head {
  font-size: 36px;
  font-weight: 600;
  color: var(--second-color);
  margin-bottom: 25px;
  position: relative;
}

.team-list-box-head:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: var(--second-color);
}

.team-list-content~.about-us-list-content {
  max-width: 85%;
  margin: 0 auto 120px;
}

/* TEAM END */

/* TEAM DETAIL START */
.team-detail-banner-box {
  padding: 65px;
  display: flex;
  margin-bottom: 110px;
}

.team-detail-banner-image {
  max-width: 300px;
  width: 100%;
}

.team-detail-banner-text {
  margin-left: 55px;
  max-width: 75%;
}

.team-detail-banner-text-head {
  font-size: 36px;
  color: var(--second-color);
  font-weight: 600;
}

.team-detail-banner-text-title {
  font-size: 21px;
}

.team-detail-text-content {
  margin-top: 20px;
  font-weight: 500;
  font-size: 17px;
  text-align: justify;
  max-width: 85%;
  line-height: 1.8;
}

/* TEAM DETAIL END */

.capabilities-detail-banner-right-thumbnail-slider .slick-track {
  margin-left: 0;
}

.slider-image img {
  max-width: 75%;
}

.slider-image video {
  max-width: 55%;
}

form#aspnetForm {
  height: unset !important;
  position: unset !important;
}

.section {
  height: 100vh;
}

.swal2-popup .swal2-styled {
  margin-bottom: 25px !important;
}

.swal2-popup {
  font-family: "Khand Regular" !important;
}

form[action="./modernizasyon-ve-lokalizasyon"] .detail-banner-text-content,
form[action="./modernization-and-localization"] .detail-banner-text-content {
  padding-right: 66%;
}

form[action="./modernizasyon-ve-lokalizasyon"] .detail-banner-explain {
  max-width: unset;
}

.trios a img {
  max-width: 60px;
}

div#ctl00_ContentPlaceHolder1_KurumsalAltMenu_DivEkibimiz {
  display: none;
}