@font-face {
  font-family: "Montserrat-extra-bold";
  src: url("./font/Montserrat-ExtraBold.ttf");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("./font/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("./font/Montserrat-Light.ttf");
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

header nav {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  transition: 0.3s;
}

header .fixed-menu {
  position: fixed;
  background: #fff;
  color: #052e59;
  -webkit-box-shadow: 0px 8px 5px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 5px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 5px -10px rgba(0, 0, 0, 0.75);
}

header .fixed-menu .menu {
  padding-bottom: 10px;
}

header nav .menu {
  padding-top: 16px;
}

header nav .menu .navbar {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  flex-direction: column;
  cursor: pointer;
}

header .navbar-mobile .logo-field {
  max-width: 100%;
}

header .navbar-mobile .navbar .toggle-icon-1 {
  width: 36px;
  height: 3px;
  background-color: #fca300;
  margin-bottom: 5px;
  transition: 0.3s;
}

header .navbar-mobile .navbar .toggle-icon-2 {
  width: 49px;
  height: 3px;
  background-color: #fca300;
  margin-bottom: 5px;
  transition: 0.3s;
}

.mobile-main-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 90;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  color: #fff;
  padding-top: 25px;
}

.mobile-main-menu.active {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  top: 0px;
  color: #052e59;
  height: 75vh;
  -webkit-box-shadow: 0px 9px 26px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 26px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 26px -6px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-main-menu.active {
    height: 35vh;
  }

  .kartela-field-margin {
    right: 13vw;
  }
}

.mobile-main-menu.active .mobile-navbar-logo {
  max-width: 100%;
}

.mobile-main-menu.active .mobile-navbar-close-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile-main-menu.active .mobile-main-list {
  padding-top: 50px;
  margin-left: 15px;
}

.mobile-main-menu.active .mobile-main-list .mobile-list-item {
  margin-bottom: 15px;
}

.mobile-main-menu.active .mobile-main-list .mobile-list-item a {
  text-decoration: none;
  color: #052e59;
  font-family: "Montserrat-Bold";
  font-size: 20px;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu {
  margin-left: 15px !important;
  border: 2px solid #052e59;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.dropdown-menu .dropdown-menu-list {
  list-style-type: none;
  padding: 15px;
  margin-bottom: 0px;
}

.dropdown-menu .dropdown-menu-list li a {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
}

.mobile-main-menu.active .mobile-main-list .mobile-list-item h3 {
  font-size: 20px;
  font-family: "Montserrat-Bold", sans-serif;
}

header .navbar-mobile .navbar .toggle-icon-3 {
  width: 19px;
  height: 3px;
  background-color: #fca300;
  margin-bottom: 5px;
  transition: 0.3s;
}

header .navbar-mobile {
  padding-top: 25px;
  padding-bottom: 15px;
}

header .navbar-mobile .navbar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
}

header nav .menu .navbar .toggle-icon-1 {
  width: 36px;
  height: 3px;
  background-color: #fca300;
  margin-bottom: 5px;
  transition: 0.3s;
}

header nav .menu .navbar .toggle-icon-2 {
  width: 49px;
  height: 3px;
  background-color: #fca300;
  margin-bottom: 5px;
  transition: 0.3s;
}

header nav .menu .navbar .toggle-icon-3 {
  width: 19px;
  height: 3px;
  background-color: #fca300;
  margin-bottom: 5px;
  transition: 0.3s;
}

header nav .menu .navbar:hover .toggle-icon-1 {
  width: 49px;
}

header nav .menu .navbar:hover .toggle-icon-2 {
  width: 30px;
}

header nav .menu .navbar:hover .toggle-icon-3 {
  width: 39px;
}

header nav .menu .search-field {
  display: flex;
  align-self: center;
  justify-content: center;
}

header nav .menu .search-field .search-icon img {
  transition: 0.3s;
  cursor: pointer;
}

header nav .menu .search-field .search-icon img:hover {
  transform: rotate(360deg);
}

header nav .menu .search-field .language-variable {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}

header nav .menu .search-field .language-variable i {
  margin-left: 5px;
}

header nav .menu .navbar-field {
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav .menu .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header nav .menu .logo a {
  text-decoration: none;
}

header nav .menu .logo a .logo-content {
  color: #fca300;
  font-size: 14px;
  margin-top: 4px;
}

.logo-content-not-showing {
  display: none;
}

header nav .menu .logo img {
  width: 127px;
  height: 69px;
  fill: aquamarine;
}

.big-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 90;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  color: #fff;
}

.search-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 90;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  color: #fff;
}

body.big-search-active .search-menu {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  top: 0px;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.search-menu .search-menu-field {
  background-color: #fff;
  height: 35vh;
}

.search-menu .search-menu-field .close-button-search {
  transition: 0.3s;
  cursor: pointer;
}

.search-menu .search-menu-field .close-button-search:hover {
  transform: rotate(360deg);
}

.search-menu .search-menu-field .search-menu-content {
  margin-top: 16px;
}

.search-menu
  .search-menu-field
  .search-menu-content
  .search-menu-content-field {
  border-top: 2px solid #f5f5f5;
  margin-top: 23px;
  padding-top: 23px;
  text-align: center;
  margin-bottom: 50px;
}

.search-menu
  .search-menu-field
  .search-menu-content
  .search-menu-content-field
  h4 {
  color: #052e59;
  font-family: "Montserrat-Bold", sans-serif;
}

.search-menu
  .search-menu-field
  .search-menu-content
  .search-menu-content-field
  .search-menu-content-input
  input {
  border: none;
  border-radius: 0px;
  background: transparent;
}

.search-menu
  .search-menu-field
  .search-menu-content
  .search-menu-content-field
  .search-menu-content-input
  span {
  color: #052e59;
  font-size: 25px;
}

.search-menu
  .search-menu-field
  .search-menu-content
  .search-menu-content-field
  .search-menu-content-input
  i {
  color: #052e59;
  font-size: 25px;
  margin-left: 8px;
}

.search-menu
  .search-menu-field
  .search-menu-content
  .search-menu-content-field
  .search-menu-content-input {
  background: #f5f5f5;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-menu
  .search-menu-field
  .search-menu-content
  .search-menu-content-field
  .search-menu-content-input
  input:focus {
  outline: none;
}

body.big-menu-active .big-menu {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  top: 0px;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.big-menu .big-menu-field {
  background-color: transparent;
  height: 65vh;
}

@media (min-width: 1366px) and (max-width: 1400px) {
  .big-menu .big-menu-field {
    height: 75vh;
  }
}

.big-menu .big-menu-field .big-menu-content {
  height: 65vh;
  background-color: #fff;
}

.big-menu .big-menu-field .big-menu-content .big-menu-header {
  padding-top: 20px;
  color: #052e59;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.big-menu .big-menu-field .big-menu-content .big-menu-header .big-menu-search {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-header
  .big-menu-search
  img {
  transition: 0.3s;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-header
  .big-menu-search
  img:hover {
  transform: rotate(360deg);
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-header
  .big-menu-search
  img {
  margin-right: 15px;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-header
  .big-menu-close-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-header
  .big-menu-close-btn
  img {
  transition: 0.3s;
  cursor: pointer;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-header
  .big-menu-close-btn
  img:hover {
  transform: rotate(180deg);
}

.big-menu .big-menu-field .big-menu-content .big-menu-list {
  color: #212529;
  padding-top: 20px;
}

.big-menu .big-menu-field .big-menu-content .big-list-title {
  font-weight: bold;
}

.big-menu .big-menu-field .big-menu-content .big-list-title .decoration {
  height: 4px;
  width: 30px;
  background: #052e59;
  margin-top: 10px;
}

.big-menu .big-menu-field .big-menu-content .big-list ul {
  padding-top: 10px;
  list-style-type: none;
  padding-left: 0px;
  line-height: 1.8;
}

.big-menu .big-menu-field .big-menu-content .big-list ul li a {
  text-decoration: none;
  color: #212529;
  transition: all 500ms;
  margin-left: -10px;
}

.big-menu .big-menu-field .big-menu-content .big-list ul li a:hover {
  color: #052e59;
}

.big-menu .big-menu-field .big-menu-content .big-list ul li a::before {
  content: url("../img/left-arrow-navy-blue.png");
  opacity: 0;
  transition: all 0.2s;
}

.big-menu .big-menu-field .big-menu-content .big-list ul li a:hover::before {
  opacity: 1;
  padding-left: 5px;
  margin-left: 11px;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-list
  .big-list-product
  .big-list-product-item {
  height: 60px;
  background: #052e59;
  margin-bottom: 5px;
  padding: 16px 15px;
  transition: 0.3s;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-list
  .big-list-product
  .big-list-product-item:hover {
  opacity: 0.9;
  background: url("../img/epoxy-kaplama-background.png");
  transition: 0.3s;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-list
  .big-list-product
  .big-list-product-item
  a {
  color: #fff;
  text-decoration: none;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-list
  .big-list-product
  .big-list-product-item
  a::before {
  content: url("../img/arrow-left-white.png");
  opacity: 0;
  transition: all 0.2s;
  margin-right: 10px;
}

.big-menu
  .big-menu-field
  .big-menu-content
  .big-menu-list
  .big-list-product
  .big-list-product-item
  a:hover::before {
  opacity: 1;
  padding-left: 5px;
  margin-left: 11px;
}

.slider {
  height: 100vh;
  font-family: "Montserrat", sans-serif;
}

.slider .slider-overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background: url("../img/sios-overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .carousel-inner {
  height: 100vh;
}

.slider .carousel-inner .scroll-down {
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 9;
  width: 100%;
  color: #fff;
}

.slider .carousel-inner .scroll-down a {
  float: center;
}

.slider .carousel-inner .scroll-down a .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 70%;
  }

  50% {
    opacity: 0;
    top: 70%;
  }

  to {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 70%;
  }

  50% {
    opacity: 0;
    top: 70%;
  }

  to {
    opacity: 0;
    top: 29%;
  }
}

.slider .carousel-inner .scroll-down a .mouse span {
  position: relative;
  display: block;
  top: 29%;
  left: 60%;
  width: 3px;
  height: 11px;
  margin: -5px 0 0 -3.5px;
  background: #fba300;
  border-radius: 30%;
  -webkit-animation: ani-mouse 2s linear infinite;
  animation: ani-mouse 2s linear infinite;
}

.slider .carousel-inner .carousel-item {
  height: 100vh;
}

.slider .carousel-inner .carousel-item .slider-field {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 35%;
  left: 15%;
}

.slider .carousel-inner .carousel-item .slider-field .slider-content::before {
  content: url("../img/group-1.png");
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position {
  margin-top: -40px;
  margin-left: 50px;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  span {
  font-size: 25px;
  font-weight: 400;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  h1 {
  font-family: "Montserrat-extra-bold", sans-serif;
  font-size: 70px;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  p {
  font-size: 15px;
}

@media (max-width: 768px) {
  .slider
    .carousel-inner
    .carousel-item
    .slider-field
    .slider-content
    .slider-content-position {
    margin-top: -25px;
    margin-left: 0px;
  }

  .slider .carousel-inner .carousel-item .slider-field .slider-content::before {
    content: "";
  }

  .slider
    .carousel-inner
    .carousel-item
    .slider-field
    .slider-content
    .slider-content-position
    span {
    font-size: 18px;
  }

  .slider
    .carousel-inner
    .carousel-item
    .slider-field
    .slider-content
    .slider-content-position
    h1 {
    font-size: 50px;
  }

  .slider
    .carousel-inner
    .carousel-item
    .slider-field
    .slider-content
    .slider-content-position
    p {
    font-size: 15px;
  }
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  .button-main-slider::before {
  content: url("../img/btn-deactive.png");
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  .button-main-slider {
  margin-top: 20px;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  .button-main-slider
  a {
  position: relative;
  top: -24px;
  right: 35px;
  text-decoration: none;
  transition: 0.3s;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  .button-main-slider
  a
  i {
  color: #fba300;
  transition: 0.3s;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  .button-main-slider
  a
  span {
  color: #fff;
  margin-left: 8px;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  .button-main-slider
  a:hover {
  margin-left: 15px;
}

.slider
  .carousel-inner
  .carousel-item
  .slider-field
  .slider-content
  .slider-content-position
  .button-main-slider
  a:hover
  i {
  transform: rotate(-180deg);
}

.section-title-field {
  height: 50vh;
  background: url("../img/title-field.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title-field .section-title-content {
  color: #fff;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.section-title-field .section-title-content .section-title-content-breadcrumb {
  display: flex;
}

.section-title-field
  .section-title-content
  .section-title-content-breadcrumb
  span:nth-child(2) {
  color: #fca300;
  padding: 0px 5px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title-field
  .section-title-content
  .section-title-content-breadcrumb
  span:nth-child(4) {
  color: #fca300;
  padding: 0px 5px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title-field
  .section-title-content
  .section-title-content-breadcrumb
  span:nth-child(6) {
  color: #fca300;
  padding: 0px 5px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-field {
  margin-top: 54px;
}

@media (max-width: 768px) {
  .section-about-field .section-about-field-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.section-about-field .section-about-field-content {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .section-about-field .section-about-field-content {
    padding-right: 0px;
  }
}

.section-about-field
  .section-about-field-content
  .section-about-field-image
  img {
  max-width: 100%;
}

.section-about-field .section-about-field-content .section-about-field-image {
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-about-field .section-about-field-content .section-about-field-circle {
  background: #052e59;
  color: #fff;
  padding: 40px 30px;
}

.section-about-field
  .section-about-field-content
  .section-about-field-circle
  .section-about-field-circle-content {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #1e3965;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 20px;
}

@media (min-width: 1366px) and (max-width: 1440) {
  .section-about-field
    .section-about-field-content
    .section-about-field-circle {
    position: relative;
    top: -80px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .section-about-field
    .section-about-field-content
    .section-about-field-circle
    .section-about-field-circle-content {
    font-size: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .section-about-field
    .section-about-field-content
    .section-about-field-circle {
    position: relative;
    top: -80px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .section-about-field
    .section-about-field-content
    .section-about-field-circle
    .section-about-field-circle-content {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-about-field
    .section-about-field-content
    .section-about-field-circle {
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    top: -90px;
  }

  .section-about-field
    .section-about-field-content
    .section-about-field-circle
    .section-about-field-circle-content {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-about-field
    .section-about-field-content
    .section-about-field-circle
    .section-about-field-circle-content {
    width: 150px;
    margin-bottom: 10px;
  }
}

.section-about-field
  .section-about-field-content
  .section-about-field-circle
  .section-about-field-circle-content
  span {
  font-family: "Montserrat-Bold", sans-serif;
}

.section-about-field
  .section-about-field-content
  .section-about-field-photo-gallery {
  margin-top: 30px;
}

.section-about-field
  .section-about-field-content
  .section-about-field-photo-gallery
  a
  img {
  margin-bottom: 30px;
  object-fit: cover;
  width: 100%;
}

.section-about-field .documents-field-item {
  border: 2px solid #f7fafb;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 300px;
  margin-top: 30px;
  transition: 0.3s;
}

.section-about-field .documents-field-item:hover {
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.section-blog-field {
  margin-top: 60px;
}

.section-blog-field .section-blog-field-content {
  height: 300px;
  border: 2px solid #f7fafb;
  padding: 28px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .section-blog-field .section-blog-field-content {
    height: 100%;
  }

  .section-blog-field .section-blog-field-content h2 {
    margin-top: 15px;
  }

  .section-blog-field .section-blog-field-content p {
    margin-top: 15px;
  }

  .section-blog-field .section-blog-field-content {
    margin-top: 15px;
  }
}

.section-blog-field .section-blog-field-content:hover {
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.section-blog-field .section-blog-field-content .section-blog-field-position {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.section-blog-field .section-blog-field-content img {
  max-width: 100%;
}

.section-blog-detail-field {
  margin-top: 60px;
}

.section-blog-detail-field .section-blog-detail-social {
  padding-bottom: 10px;
}

.section-blog-detail-field .section-blog-detail-social a {
  text-decoration: none;
  color: #4d4f5c;
  margin-left: 10px;
  font-size: 18px;
  transition: 0.3s;
}

.section-blog-detail-field .section-blog-detail-social a:hover {
  color: #052e59;
}

.section-blog-detail-field .section-blog-detail-content {
  border-top: 2px solid #f7fafb;

  padding-top: 20px;
  padding-bottom: 20px;
}

.section-blog-detail-field .section-blog-detail-content img {
  max-width: 100%;
}

.section-blog-detail-field
  .section-blog-detail-content
  .section-blog-detail-paragraph {
  margin-top: 20px;
}

.section-blog-detail-field
  .section-blog-detail-content
  .section-blog-detail-paragraph
  p {
  font-family: "Montserrat", sans-serif;
  color: rgb(77, 79, 92);
}

.section-files-field {
  margin-top: 60px;
}

.section-files-field .section-files-content {
  border: 2px solid #f7fafb;
  padding: 15px 10px;
  transition: 0.3s;
  margin-top: 25px;
}

.section-files-field .section-files-content:hover {
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.section-files-field .section-files-content .section-files-content-icon {
  content: "";
  background: url(../img/group-7.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-files-field .section-files-content .section-files-content-icon {
    display: block;
    justify-content: normal;
    align-items: normal;
  }
}

.section-files-field .section-files-content .section-files-content-paragraph,
.section-files-content-download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section-files-field
  .section-files-content
  .section-files-content-paragraph
  h2 {
  font-size: 20px;
  color: #052e59;
  margin-bottom: 0px;
}

.section-files-field .section-files-content .section-files-content-download {
  justify-content: flex-end;
}

.section-product-detail-field {
  margin-top: 60px;
}

.section-product-detail-field .section-product-detail-photo-gallery {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  padding: 70px 0px;
}

.section-product-detail-field .section-product-detail-photo-gallery img {
  width: 240px;
  height: auto;
}

.section-product-detail-field .section-product-detail-field-content {
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-product-detail-field .section-product-detail-field-content {
    padding-right: 13px;
    margin-top: 25px;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .section-product-detail-field .section-product-detail-field-content {
    padding-right: 13px;
    margin-top: 25px;
  }
}

.section-product-detail-field .section-product-detail-field-content h2 {
  color: #052e59;
  font-size: 35px;
  font-family: "Montserrat-Bold", sans-serif;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons {
  margin: 30px 0px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .section-product-detail-field
    .section-product-detail-field-content
    .section-product-detail-field-buttons {
    width: 100%;
  }
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  a {
  text-decoration: none;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  color: #052e59;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  .section-product-detail-field-button-1,
.section-product-detail-field-button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  .section-product-detail-field-button-1 {
  background: #f6fafb;
  padding: 15px 25px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .section-product-detail-field
    .section-product-detail-field-content
    .section-product-detail-field-buttons
    .section-product-detail-field-button-1 {
    margin-bottom: 10px;
  }
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  .section-product-detail-field-button-1:hover {
  background: #052e59;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  .section-product-detail-field-button-1:hover
  a {
  color: #fff;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  .section-product-detail-field-button-2 {
  background: #fca301;
  padding: 15px 25px;
  transition: 0.3s;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  .section-product-detail-field-button-2:hover {
  background: #052e59;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  .section-product-detail-field-button-2
  a {
  color: #fff;
}

.section-product-detail-field
  .section-product-detail-field-content
  .section-product-detail-field-buttons
  img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.section-product-detail-field-main-content {
  margin-top: 60px;
}

.section-product-detail-field-main-content h3 {
  font-family: "Montserrat-Bold", sans-serif;
  color: #052e59;
  font-size: 23px;
}

.section-product-detail-field-main-content .decoration {
  width: 40px;
  height: 5px;
  background: #052e59;
  margin-bottom: 15px;
  transition: 0.3s;
}

.section-product-detail-field-main-content h3:hover .decoration {
  width: 100px;
}

.section-about-field .section-product-item {
  background: #f7fafb;
  padding: 42px 74px;
  margin-top: 50px;
  transition: 0.3s;
}
.section-product-img img {
  width: 120%;
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .section-about-field .section-product-item .section-product-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-about-field .section-product-item {
    padding: 30px 20px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-about-field .section-product-item .section-product-img {
    text-align: center;
  }
}

.section-about-field .section-product-item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.section-about-field .section-product-item .section-product-item-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.section-about-field .section-product-item .section-product-item-content h2 {
  color: #052e59;
  font-size: 20px;
  font-family: "Montserrat-Bold", sans-serif;
}
.full-section .product-for-item .button-field-one .product-detail-button span {
  color: #fff;
}

@media (max-width: 768px) {
  .page-menu-position {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -80px;
  }

  .section-about-field .section-product-item .section-product-item-content h2 {
    margin-top: 15px;
  }
}

.page-menu {
  position: relative;
  top: -128px;
  background: #f7fafb;
  width: 257px;
  padding: 30px 25px;
}

.page-menu ul {
  list-style-type: none;
}

.page-menu ul li {
  line-height: 1.8;
}

.page-menu ul li a {
  font-family: "Montserrat-Light", sans-serif;
  text-decoration: none;
  color: #052e59;
  font-size: 17px;
}

.page-menu ul li a::before {
  content: "";
  border-left: 7px solid #052e59;
  opacity: 0;
  transition: 0.3s;
}

.page-menu ul li a:hover::before {
  opacity: 1;
  padding-right: 5px;
}

.section-content {
  padding-top: 145px;
}

.section-content .section-title {
  text-align: center;
  background: url("../img/group-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-content .section-title h2 {
  color: 052e59;
  font-family: "Montserrat-Bold", sans-serif;
}

.section-content .section-paragraph {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-content .section-slide {
  margin-top: 70px;
}

.section-content .section-slide .section-slide-img {
  text-align: center;
}

.section-content .section-slide .section-slide-img img {
  max-width: 100%;
}

.section-content .section-slide .section-slide-content {
  margin: 50px 200px;
  background: #052e59;
  padding: 40px 77px;
  position: relative;
  bottom: 120px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .section-content .section-slide .section-slide-content {
    margin: 35px 100px;
  }
}

.section-content
  .section-slide
  .section-slide-content
  .section-slide-content-position {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-content .section-slide .section-slide-content {
    margin: 60px 0px;
    bottom: 0px;
  }

  .section-content
    .section-slide
    .section-slide-content
    .section-slide-content-position {
    justify-content: normal;
    margin-bottom: 25px;
  }
}

.section-content
  .section-slide
  .section-slide-content
  .section-slide-content-position
  .section-slide-paragraph {
  padding-left: 13px;
  margin-left: 13px;
  color: #fff;
  font-size: 25px;
  line-height: 0.6;
  border-left: 1px solid #203a66;
}

.section-content
  .section-slide
  .section-slide-content
  .section-slide-content-position
  .section-slide-paragraph
  p:nth-child(1) {
  font-family: "Montserrat-Light", sans-serif;
}

.section-content
  .section-slide
  .section-slide-content
  .section-slide-content-position
  .section-slide-paragraph
  p:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-content
    .section-slide
    .section-slide-content
    .section-slide-content-position
    .section-slide-paragraph {
    font-size: 16px;
  }

  .section-content
    .section-slide
    .section-slide-content
    .section-slide-content-position
    .section-slide-paragraph
    p:nth-child(1) {
    margin-bottom: 10px;
  }

  .section-content
    .section-slide
    .section-slide-content
    .section-slide-content-position
    .section-slide-paragraph
    p:nth-child(2) {
    margin-bottom: 0px;
  }
}

.section-content .section-paragraph p {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 35px;
}

.button-field-one::before {
  content: url("../img/btn-deactive.png");
}

.button-field-one a {
  position: relative;
  top: -24px;
  right: 35px;
  text-decoration: none;
  transition: 0.3s;
}

.button-field-one a i {
  color: #fba300;
  transition: 0.3s;
}

.button-field-one a span {
  color: #052e59;
  margin-left: 8px;
  font-family: "Montserrat", sans-serif;
}

.button-field-one a:hover {
  margin-left: 15px;
}

.button-field-one a:hover i {
  transform: rotate(-180deg);
}

.button-field-two::before {
  content: url("../img/btn-deactive-2.png");
}

.button-field-two a {
  position: relative;
  top: -24px;
  right: 35px;
  text-decoration: none;
  transition: 0.3s;
}

.button-field-two a i {
  color: #052e59;
  transition: 0.3s;
}

.button-field-two a span {
  color: #fff;
  margin-left: 8px;
  font-family: "Montserrat", sans-serif;
}

.button-field-two a:hover {
  margin-left: 15px;
}

.button-field-two a:hover i {
  transform: rotate(-180deg);
}

.full-section {
  height: 690px;

  color: #fff;
  /*nursaı değişicek*/
}

.full-section .section-title {
  height: 100px;
  background: url("../img/group-3.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.full-section .section-title h2 {
  font-size: 50px;

  text-align: center;
}

.full-section h3 {
  margin-top: 125px;
  font-size: 35px;
}

.full-section p {
  color: #c4cdd7;
  font-size: 17px;
}

.full-section-slider {
  position: relative;
  top: -75px;
}

.full-section-slider a {
  text-decoration: none;
  outline: none;
  color: #052e59;
  transition: 0.2s;
}

.full-section-slider a:hover {
  color: #fca300;
}

.full-section-slider .table-field {
  border: 1px solid transparent;
  padding: 45px 50px;
  /* margin-bottom     : 30px; */
  text-align: center;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 22px;
  -webkit-box-shadow: 0px 15px 25px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 25px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 25px -16px rgba(0, 0, 0, 0.75);
  background: #fff;
  width: 18rem !important;
  height: 11rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .full-section-slider .table-field {
    width: 29vw !important;
  }
}

@media (max-width: 767px) {
  .full-section-slider .table-field {
    width: 80vw !important;
  }
}

.full-section-slider a::after {
  position: relative;
  display: block;
  width: 100%;
  left: 50%;
  content: "";
  height: 0.6rem;
  background-color: #fca300;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0) translateZ(0);
  -ms-transform: translateX(-50%) scaleX(0) translateZ(0);
  transform: translateX(-50%) scaleX(0) translateZ(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.91, 0.2, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.91, 0.2, 0.25, 1);
  z-index: 9;
}

.full-section-slider a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1) translateZ(0);
  -ms-transform: translateX(-50%) scaleX(1) translateZ(0);
  transform: translateX(-50%) scaleX(1) translateZ(0);
}

.section-references {
  margin-bottom: 250px;
}

.section-references .section-title {
  text-align: center;
  background: url(../img/group-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}

.section-references .section-title h2 {
  color: 052e59;
  font-family: "Montserrat-Bold", sans-serif;
}

.section-references .section-reference-item {
  width: 150px;
  height: 165px;
  border: 1px solid #ecedee;
  /* margin-bottom  : 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-references .section-reference-item {
    margin-bottom: 15px;
  }
}

.section-references .reference-bid-field {
  background-color: #fba300;
}

@media (max-width: 768px) {
  .section-references .reference-bid-field {
    margin-top: 50px;
  }

  .section-references .reference-bid-field .reference-arrow {
    display: none;
  }
}

.section-references .reference-bid-field .reference-bid-content-position {
  height: 100%;
  display: flex;
  align-items: center;
}

.section-references .reference-bid-content-position .reference-next-prev {
  position: relative;
  display: flex;
  justify-content: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: #f2f5f6;
  right: 86%;
}

@media (max-width: 768px) {
  .section-references .reference-bid-content-position .reference-next-prev {
    right: -142px;
    top: -167px;
  }
}

.section-references
  .reference-bid-content-position
  .reference-next-prev
  div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-references
  .reference-bid-content-position
  .reference-next-prev
  div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-references
  .reference-bid-content-position
  .reference-next-prev
  div:nth-child(1)
  i {
  margin-right: 10px;
  color: #fba300;
}

.section-references
  .reference-bid-content-position
  .reference-next-prev
  div:nth-child(1)
  i:hover {
  color: #052e59;
  transition: 0.3s;
}

.section-references
  .reference-bid-content-position
  .reference-next-prev
  div:nth-child(2)
  i {
  color: #fba300;
  transition: 0.3s;
}

.section-references
  .reference-bid-content-position
  .reference-next-prev
  div:nth-child(2)
  i:hover {
  color: #052e59;
}

.section-references .reference-bid-field .reference-bid-field-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 336px;
}

@media (max-width: 768px) {
  .section-references .reference-bid-field .reference-bid-field-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-references .reference-bid-field .reference-bid-field-content h3 {
  color: #fff;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 30px;
}

.section-references .reference-bid-field .reference-bid-field-content h4 {
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 45px;
}

.section-references .reference-bid-field .reference-bid-field-content p {
  color: #fff;
  padding-right: 25px;
}

.section-project {
  margin-bottom: 100px;
}

.section-project .section-title {
  text-align: center;
  background: url(../img/group-4.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-project .section-project-content {
  position: relative;
  top: -50px;
  left: 9px;
  background: #f7fafb;
  height: 555px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 45px;
}

.section-project .section-project-content h3 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 35px;
  color: #052e59;
}

.section-project .section-project-content p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.section-project .section-project-title {
  height: 100px;
  background: url(../img/group-5.png);
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: -75px;
}

.section-project .section-project-title h3 {
  font-size: 45px;
  float: right;
  font-family: "Montserrat-Bold", sans-serif;
  color: #052e59;
}

.section-project .section-project-slider {
  position: relative;
  top: -50px;
  left: -80px;
}

.section-project .section-project-slider img {
  max-width: 100%;
}

.section-project .section-project-content .section-project-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 20px;
  position: relative;
  top: 45px;
}

.section-project .section-project-content .section-project-circle span {
  height: 16px;
  width: 16px;
  background-color: #dee1e1;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.section-project .section-project-content .section-project-circle span:hover {
  width: 22px;
  height: 22px;
  background: #fba300;
}

.section-references-field {
  margin-top: 60px;
}

.section-references-field .section-references-field-item {
  margin-bottom: 30px;
  border: 2px solid #ecedee;

  @media (max-width: 768px) {
    .section-references-field .section-references-field-item {
      width: 250px;
    }
  }

  .section-references-field .section-references-field-item img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: 0.3s;
    opacity: 0.8;
  }
  .section-references-field .section-references-field-item img:hover {
    filter: unset;
    opacity: 1;
  }
}

.section-about-field .section-about-field-content .section-values-field {
  margin-top: 80px;
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item {
  background: #f7fafb;
  padding: 75px;
  transition: 0.3s;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .section-about-field
    .section-about-field-content
    .section-values-field
    .section-values-field-item {
    padding: 25px;
  }
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item
  .section-values-field-item-image {
  background: url("../img/group-9.png");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  transition: 0.3s;
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item
  .section-values-field-item-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-about-field
    .section-about-field-content
    .section-values-field
    .section-values-field-item
    .section-values-field-item-content {
    text-align: center;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item
  .section-values-field-item-content
  .decoration {
  background: #fff;
  width: 50px;
  height: 5px;
  margin-bottom: 5px;
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item:hover
  .section-values-field-item-image {
  background: url("../img/group-8.png");
  background-repeat: no-repeat;
  background-position: center;

  padding: 25px;
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item:hover
  .section-values-field-item-content
  .decoration {
  background: #f7fafb;
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item
  img {
  max-width: 100%;
}

.section-about-field
  .section-about-field-content
  .section-values-field
  .section-values-field-item
  h2 {
  color: #052e59;
  font-size: 20px;
  font-family: "Montserrat-Bold", sans-serif;
}

.section-contact {
  margin-top: 60px;
}

.section-contact .section-contact-information {
  background: #f7fafb;
  padding: 168px 25px;
}

@media (max-width: 768px) {
  .section-contact .section-contact-information {
    padding: 60px 25px 168px 25px;
  }
}

.section-contact .section-contact-information .contact-information-address {
  margin-bottom: 25px;
}

.section-contact .section-contact-information .contact-information-address h2 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  color: #052e59;
}

.section-contact .section-contact-information .contact-information-address a {
  text-decoration: none;
  color: #212529;
  transition: 0.3s;
}

.section-contact .section-contact-information .contact-information-address a i {
  color: #fca301;
  transition: 0.3s;
}

.section-contact
  .section-contact-information
  .contact-information-address
  a:hover
  i {
  color: #052e59;
}

.section-contact .section-contact-information .contact-information-mail a {
  font-family: "Montserrat-Bold", sans-serif;
  text-decoration: none;
  color: #052e59;
}

.section-contact .section-contact-maps {
  position: relative;
  height: 100%;
  padding: 110px 0px;
  width: 36vw;
  right: 200px;
}

@media (min-width: 1366px) and (max-width: 1440px) {
  .section-contact .section-contact-maps {
    width: 50vw;
    right: 160px;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .section-contact .section-contact-maps {
    width: 50vw;
    right: 66px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact .section-contact-maps {
    width: 100%;
    right: 0px;
    padding: 0px;
    top: -80px;
    padding-left: 30px;
    padding-right: 30px;
    height: 275px;
  }
}

@media (max-width: 767px) {
  .section-contact .section-contact-maps {
    width: 100%;
    right: 0px;
    padding: 0px;
    top: -80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-contact .section-contact-maps iframe {
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
}

.section-contact-form {
  margin-top: 150px;
}

.section-contact-form .section-contact-form-title {
  background: #052e59;
  color: #fff;
  position: relative;
  height: 80%;
  padding: 110px 65px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  left: 90px;
}

@media (max-width: 768px) {
  .section-contact-form .section-contact-form-title {
    left: 0px;
  }
}

.section-contact-form .section-contact-form-title h4 {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 25px;
}

.section-contact-form .section-contact-form-title h3 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 30px;
}

.section-contact-form .section-contact-form-title p {
}

.section-contact-form .section-contact-form-field {
  background: #f7fafb;

  padding-left: 95px;
  padding-right: 62px;
  padding-top: 45px;
}

@media (max-width: 768px) {
  .section-contact-form .section-contact-form-field {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section-contact-form .section-contact-form-field input {
  height: 47px;
  border: none;
  border-radius: 0;
}

.section-contact-form .section-contact-form-field .section-contact-form-button {
  margin-top: 25px;
  text-align: center;
  padding-bottom: 45px;
}

.contact-us {
  position: fixed;
  width: 90px;
  height: 140px;
  bottom: 100px;
  right: 0px;
  z-index: 99999;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  font-family: "Montserrat", sans-serif;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  cursor: pointer;
}

.contact-us img {
  margin-bottom: 5px;
}

.contact-us span {
  font-family: "Montserrat-Bold", sans-serif;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 9999999;
  text-align: center;
  color: #052e59;
  background: transparent;
  font-size: 35px;
  display: none;
  padding: 0;
  box-shadow: none;
  text-decoration: none;
  border: none;
  transition: 0.3s;
}

.scroll-top:focus {
  outline: none;
}

.scroll-top:hover {
  margin-bottom: 5px !important;
  color: #fba300;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
}

footer .footer-feed-field {
  position: relative;
  bottom: -130px;
}

@media (max-width: 768px) {
  footer .footer-feed-field {
    bottom: 0px;
  }
}

footer .footer-feed-field .footer-title {
  text-align: center;
  background: url(../img/group-6.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-feed-field .footer-social-media {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  footer .footer-feed-field .footer-social-media {
    justify-content: center;
  }
}

footer .footer-feed-field .footer-social-media p {
  font-family: "Montserrat", sans-serif;
}

footer .footer-feed-field .footer-social-media a {
  padding-left: 20px;
  color: #909294;
  transition: 0.3s;
}

footer .footer-feed-field .footer-social-media a:hover {
  color: #fba300;
}

footer .footer-feed-field .footer-contact {
  position: relative;
  top: -44px;
  left: -6px;
  background: url(../img/footer-contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
}

footer .footer-feed-field .footer-contact span:nth-child(1) {
  font-family: "Montserrat-Light", sans-serif;
}

footer .footer-feed-field .footer-contact span:nth-child(2) {
  font-family: "Montserrat-Bold", sans-serif;
}

footer .footer-feed-field .footer-contact .footer-contact-input {
  height: 50px;
  width: 370px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

footer .footer-feed-field .footer-contact .footer-contact-input input {
  border-radius: 50px;
  height: 50px;
  width: 310px;
  border: none;
}

@media (max-width: 768px) {
  footer .footer-feed-field .footer-contact {
    top: 0px;
    left: 0px;
  }

  footer .footer-feed-field .footer-contact .footer-contact-input {
    width: 335px;
  }

  footer .footer-feed-field .footer-contact .footer-contact-input input {
    width: 283px;
  }
}

footer .footer-feed-field .footer-contact .footer-contact-input input:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer .footer-feed-field .footer-contact .footer-contact-input a {
  height: 40px;
  width: 40px;
  background: #052e59;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: #fff;
}

footer .footer-feed-field .footer-contact .footer-contact-input a i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

footer .footer-feed-field .footer-contact .footer-contact-input a:hover {
  background: #fba300;
  color: #052e59;
}

footer .footer-detail {
  background: #f7fafb;
  color: #212529;
}

footer .footer-detail .footer-logo {
  margin-top: 30px;
}

footer .footer-detail .address-1 {
  margin-top: 30px;
}

footer .footer-detail .address-1 p:nth-child(1) {
  font-family: "Montserrat-Bold", sans-serif;
  color: #052e59;
}

footer .footer-detail .address-1 p:nth-child(2) {
  font-family: "Montserrat", sans-serif;
}

footer .footer-detail .address-1 a {
  text-decoration: none;
  color: #052e59;
  transition: 0.3s;
}

footer .footer-detail .address-1 a i {
  color: #fca300;
  transition: 0.3s;
}

footer .footer-detail .address-1 a:hover {
  color: #fca300;
}

footer .footer-detail .address-1 a:hover i {
  color: #052e59;
}

footer .footer-detail .address-2 {
  margin-top: 30px;
}

footer .footer-detail .address-2 p:nth-child(1) {
  font-family: "Montserrat-Bold", sans-serif;
  color: #052e59;
}

footer .footer-detail .address-2 p:nth-child(2) {
  font-family: "Montserrat", sans-serif;
}

footer .footer-detail .address-2 a {
  text-decoration: none;
  color: #052e59;
  transition: 0.3s;
}

footer .footer-detail .address-2 a i {
  color: #fca300;
  transition: 0.3s;
}

footer .footer-detail .address-2 a:hover {
  color: #fca300;
}

footer .footer-detail .address-2 a:hover i {
  color: #052e59;
}

@media (max-width: 768px) {
  footer .footer-detail .footer-page {
    margin-top: 25px;
  }
}

footer .footer-detail .footer-page .footer-page-title {
  font-family: "Montserrat-Bold", sans-serif;
  color: #052e59;
  height: 24px;
}

footer .footer-detail .footer-page a {
  text-decoration: none;
  color: #052e59;
  transition: 0.3s;
  cursor: pointer;
}

footer .footer-detail .footer-page a p {
  font-family: "Montserrat", sans-serif;
  line-height: 0.9;
}

footer .footer-detail .footer-page a:hover {
  color: #fca300;
}

footer .section-copyright {
  margin-top: 45px;
  border-top: 1px solid #f3f4f5;
  padding: 25px 0px;
  color: #052e59;
}

footer .section-copyright .section-copyright-paragraph {
  font-family: "Montserrat", sans-serif;
}

footer .section-copyright .section-copyright-babel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  footer .section-copyright .section-copyright-paragraph {
    text-align: center;
  }

  footer .section-copyright .section-copyright-babel {
    margin-top: 10px;
    justify-content: center;
  }
}

footer .section-copyright .section-copyright-babel span:nth-child(1) {
  font-family: "Montserrat", sans-serif;
}

footer .section-copyright .section-copyright-babel span:nth-child(2) {
  margin-left: 5px;
  font-family: "Montserrat-Bold", sans-serif;
}

footer .section-copyright .section-copyright-babel span:nth-child(2) a {
  text-decoration: none;
  font-family: "Montserrat-Bold", sans-serif;
  color: #052e59;
  transition: 0.3s;
}

footer .section-copyright .section-copyright-babel span:nth-child(2) a:hover {
  text-decoration: none;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fca300;
}

.popup-content img {
  max-width: 100%;
}

.popup-content .popup-body {
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.popup-content .popup-body .popup-body-content {
  font-size: 27px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #052e59;
}

.popup-content .popup-body .popup-body-image {
  text-align: end;
}

@media (max-width: 768px) {
  .popup-content .popup-body .popup-body-image {
    display: none;
  }
}

.popup-content .popup-content-field {
  background: #f7fafb;
  padding-left: 20px;
  padding-right: 20px;
}

.popup-content .popup-content-field .popup-content-phone {
  position: relative;
  bottom: 25px;
  font-family: "Montserrat-Light", sans-serif;
  background: #052e59;
  color: #fff;
  padding: 15px 30px;
  width: 260px;
  font-size: 20px;
}

.popup-content .popup-content-field .popup-content-title {
  font-family: "Montserrat-Light", sans-serif;
  color: #000;
  margin-bottom: 5px;
}

.popup-content .popup-content-field .popup-content-paragraph {
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.popup-content .popup-content-field .popup-content-form input {
  border: none;
  margin-bottom: 17px;
  border-radius: 0px;
  height: 45px;
}

.popup-content .popup-content-field .popup-content-form textarea {
  border: none;
  border-radius: 0px;
}

.popup-content
  .popup-content-field
  .popup-content-form
  .popup-content-form-submit {
  margin-top: 25px;
  margin-bottom: 25px;
}

.popup-content
  .popup-content-field
  .popup-content-form
  .popup-content-form-submit
  div:nth-child(2) {
  text-align: end;
}

@media (max-width: 768px) {
  .popup-content
    .popup-content-field
    .popup-content-form
    .popup-content-form-submit
    div:nth-child(2) {
    text-align: center;
    margin-top: 25px;
  }
}

.modal-footer {
  border-top: 0px !important;
  background: #f7fafb;
  justify-content: center !important;
}

.modal-footer a {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 18px;
  color: #052e59;
  transition: 0.3s;
  cursor: pointer;
}

.modal-footer a:hover {
  color: #fba300;
}

.kartela-field {
  color: #fff;
  background: #052e59;
  width: 122px;
  border-radius: 50px;
  padding: 5px 25px;
  position: absolute;
}

@media (min-width: 1445px) {
  .kartela-field-margin {
    right: 18vw;
  }
}

@media (min-width: 1366px) and (max-width: 1444px) {
  .kartela-field-margin {
    right: 12vw;
  }
}

.kartela-field .kartela-field-content a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .mobile-not-show {
    display: none;
  }

  .footer-page-not-show {
    display: none;
  }
}
