@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #192026;
  color: #fff;
}

@media all and (max-width: 575px) {
  p {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
}

.color-main {
  color: #F26450 !important;
}

.color-default {
  color: #fff !important;
}

.bg-main {
  background-color: #F26450 !important;
}

.hr-line {
  width: 100%;
  height: 1px;
  background-color: #BCBEC2;
}

#header {
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #BCBEC2;
  background-color: transparent;
  z-index: 50;
  transition: background 0.3s ease;
}
#header.sticky {
  /*background-color: #192026;*/
  background-color: #f26450;
  position: fixed;
}
#header.sticky .menu-button {
  background-color: #fff;
  cursor: pointer;
}
#header.sticky .menu-button path {
  fill: #505359;
}
#header .logo {
  display: block;
  margin-left: auto;
}
#header .menu-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 100px;
  border-left: 1px solid #BCBEC2;
  height: 100%;
  background-color: transparent;
  transition: background 0.3s ease;
  cursor: pointer;
}
#header .menu-button path {
  transition-duration: 300ms;
}
#header .menu-button #Path_220 {
  transition-delay: 150ms;
}
#header .menu-button #Path_221 {
  transition-delay: 250ms;
}
#header .menu-button #Path_641 {
  transition-delay: 350ms;
}
#header .menu-button #Path_219 {
  transition-delay: 450ms;
}
#header .menu-button:hover path {
  fill: #F26450;
}
@media all and (max-width: 373px) {
  #header .menu-button {
    width: 55px;
  }
}

.burger-menu {
  background-color: #192026;
  position: fixed;
  z-index: 120;
  width: 100%;
  height: 100vh;
  top: 0;
  transform: translateX(100%);
  transition: all 0.6s ease;
  overflow-x: hidden;
}
.burger-menu::before, .burger-menu::after {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.6s ease;
  width: 621px;
  height: 100%;
}
@media all and (max-width: 1300px) {
  .burger-menu::before, .burger-menu::after {
    height: 100%;
    top: -150px;
  }
}
.burger-menu::before {
  background: url("../images/menu-bg-5.png") no-repeat;
  z-index: -8;
  transform: translateX(-300px);
}
.burger-menu::after {
  content: "";
  background: url("../images/menu-bg-5.png") no-repeat;
  z-index: -8;
  transform: translateX(-546px);
}
.burger-menu.active {
  transform: translateX(0%);
  transition: all 0.6s ease;
}
@media all and (max-width: 767px) {
  .burger-menu.active {
    overflow-y: auto;
  }
}
.burger-menu.active::before, .burger-menu.active::after {
  visibility: visible;
  opacity: 1;
  transition-duration: 1s;
}
.burger-menu.active::before {
  content: "";
  transform: translateX(0px);
  transition-delay: 0.4s;
}
@media all and (max-width: 1400px) {
  .burger-menu.active::before {
    transform: translateX(-150px);
  }
}
.burger-menu.active::after {
  content: "";
  transform: translateX(-245px);
  transition-delay: 0.65s;
}
@media all and (max-width: 1400px) {
  .burger-menu.active::after {
    transform: translateX(-395px);
  }
}
.burger-menu .burger-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #BCBEC2;
}
@media all and (max-width: 475px) {
  .burger-menu .burger-header {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
.burger-menu .burger-header::after {
  content: "";
  position: absolute;
  right: 35.5px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #BCBEC2;
}
.burger-menu .burger-header .burger-close {
  position: absolute;
  right: 23.5px;
  font-size: 15px;
  font-weight: 300;
  z-index: 2;
  background-color: #192026;
  padding: 6px 0;
  padding-right: 16px;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  cursor: pointer;
}
.burger-menu .burger-header .burger-close::after {
  content: url("../images/icons/close-icon.png");
  margin-top: 6px;
}
.burger-menu .inside {
  padding: 180px 0 175px;
  position: relative;
  display: flex;
}
@media all and (max-width: 1600px) {
  .burger-menu .inside {
    padding: 250px 60px 100px;
  }
}
@media all and (max-width: 1300px) {
  .burger-menu .inside {
    gap: 25px;
    padding: 100px 60px;
    justify-content: space-around;
  }
}
@media all and (max-width: 992px) {
  .burger-menu .inside {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .burger-menu .inside {
    padding: 50px 0px 10px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu .inside::before, .burger-menu .inside::after {
    display: none;
  }
}
.burger-menu .inside::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 200px;
  width: 1px;
  background-color: #BCBEC2;
  display: none;
}
@media all and (max-width: 1250px) {
  .burger-menu .inside::before {
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu .inside::before {
    content: "";
    position: absolute;
    left: -20px;
    height: 150px;
    transform: rotate(315deg);
    transform-origin: left top;
  }
}
.burger-menu .inside::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  height: 175px;
  width: 1px;
  background-color: #BCBEC2;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .burger-menu .inside::after {
    visibility: visible;
    content: "";
    position: absolute;
    right: -20px;
    height: 175px;
    transform: rotate(315deg);
    transform-origin: right bottom;
  }
}


/* ESKİ LEFT */

/*@media all and (max-width: 767px) {*/
/*  .burger-menu .inside .left ul {*/
/*    text-align: center;*/
/*  }*/
/*}*/
/*@media all and (max-width: 575px) {*/
/*  .burger-menu .inside .left{*/
/*    width: 100%;*/
/*    justify-content: flex-start;*/
/*  }*/
/*}*/
/*.burger-menu .inside .left ul li {*/
/*  margin-bottom: 10px;*/
/*  position: relative;*/
/*}*/
/*@media all and (max-width: 992px) {*/
/*  .burger-menu .inside .left ul li {*/
/*    display: flex;*/
/*  }*/
/*}*/
/*.burger-menu .inside .left ul li span a {*/
/*  font-size: 47px;*/
/*  font-family: "Roboto Condensed", sans-serif;*/
/*  font-weight: 300;*/
/*  letter-spacing: -0.35px;*/
/*  line-height: 42px;*/
/*  transition: 0.2s ease;*/
/*}*/
/*@media all and (max-width: 1400px) {*/
/*  .burger-menu .inside .left ul li span a {*/
/*    font-size: 38px;*/
/*  }*/
/*}*/
/*@media all and (max-width: 992px) {*/
/*  .burger-menu .inside .left ul li span a {*/
/*    font-size: 35px;*/
/*    margin-bottom: 20px;*/
/*  }*/
/*}*/
/*@media all and (max-width: 450px) {*/
/*  .burger-menu .inside .left ul li span a {*/
/*    font-size: 25px;*/
/*    line-height: 32px;*/
/*    margin-bottom: 10px;*/
/*  }*/
/*}*/
/*.burger-menu .inside .left ul li:hover span a {*/
/*  font-weight: bold;*/
/*}*/
/* ESKİ LEFT */

.burger-menu .inside .left {
  display: flex;
  align-items: center;
  width: 465px;
}
@media all and (max-width: 1366px) {
  .burger-menu .inside .left {
    justify-content: center;
    width: 350px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu .inside .left > ul {
    text-align: left;
  }
}
.burger-menu .inside .left > ul > li {
  margin-bottom: 10px;
  position: relative;
  font-size: 47px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: -0.35px;
  line-height: 42px;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media all and (max-width: 1366px) {
  .burger-menu .inside .left > ul > li {
    font-size: 38px;
  }
}
@media all and (max-width: 992px) {
  .burger-menu .inside .left > ul > li {
    font-size: 35px;
    margin-bottom: 20px;
    display: flex;
  }
}
@media all and (max-width: 450px) {
  .burger-menu .inside .left > ul > li {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.burger-menu .inside .left > ul > li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -12px;
  width: 4px;
  background-color: #F26450;
  height: 0;
  transition: all 0.2s linear;
}
.burger-menu .inside .left > ul > li .burger-list-opened {
  margin-left: 23px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
  column-gap: 30px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.2s ease;
  margin-bottom: 0;
}
.burger-menu .inside .left > ul > li .burger-list-opened li {
  position: relative;
  font-size: 16px;
  width: 150px;
  display: inline-block;
  letter-spacing: -0.33px;
}
.burger-menu .inside .left > ul > li .burger-list-opened li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 15px;
  margin-left: -12px;
  background: url(../images/icons/list-before-v3.png) no-repeat;
}
.burger-menu .inside .left > ul > li:hover span {
  font-weight: bold;
}
.burger-menu .inside .left > ul > li.active::before {
  height: calc(100% + 12px);
  transition: all 0.5s ease;
}
.burger-menu .inside .left > ul > li.active .burger-list-opened {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  height: auto;
  margin-bottom: 30px;
}
.burger-menu .inside .left > ul > li.active .burger-list-opened li {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  width: 190px;
  display: inline-block;
  letter-spacing: -0.33px;
  transition: all 0.3s ease;
}
.burger-menu .inside .left > ul > li.active .burger-list-opened li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 12px;
  margin-left: -12px;
  background: url(../images/icons/list-before-v3.png) no-repeat;
}
.burger-menu .inside .left > ul > li.active .burger-list-opened li:hover {
  text-decoration: underline;
}
.burger-menu .inside .left > ul > li.active span {
  font-weight: bold;
}







.burger-menu .inside .right {
  display: flex;
  gap: 85px;
}
@media all and (max-width: 1400px) {
  .burger-menu .inside .right {
    justify-content: space-around;
    gap: 20px;
  }
}
@media all and (max-width: 1300px) {
  .burger-menu .inside .right {
    flex-direction: column;
    gap: 50px;
  }
}
@media all and (max-width: 575px) {
  .burger-menu .inside .right {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.burger-menu .inside .right .link.device {
  background: url("../images/cihaz.png") no-repeat;
  background-position: center bottom;
}
@media all and (max-width: 767px) {
  .burger-menu .inside .right .link.device {
    background-image: none;
  }
}
.burger-menu .inside .right .link.system {
  background: url("../images/sistem.png") no-repeat;
  background-position: center bottom;
}
@media all and (max-width: 767px) {
  .burger-menu .inside .right .link.system {
    background-image: none;
  }
}
@media all and (max-width: 575px) {
  .burger-menu .inside .right .link {
    margin-bottom: 25px !important;
  }
}
.burger-menu .inside .right .link h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 25px;
  color: #F26450;
  margin-bottom: 21px;
  letter-spacing: -0.35px;
  text-align: center;
}
@media all and (max-width: 575px) {
  .burger-menu .inside .right .link h5 {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 450px) {
  .burger-menu .inside .right .link h5 {
    font-size: 28px;
  }
}
.burger-menu .inside .right .link .list-items {
  display: flex;
  gap: 35px;
}
@media all and (max-width: 1366px) {
  .burger-menu .inside .right .link .list-items {
    gap: 25px;
  }
}
@media all and (max-width: 450px) {
  .burger-menu .inside .right .link .list-items {
    gap: 0px;
    flex-direction: column;
    justify-content: center;
  }
}
.burger-menu .inside .right .link .list-items .list-item {
  padding: 0;
  padding-left: 13px;
  list-style: none;
}
@media all and (max-width: 450px) {
  .burger-menu .inside .right .link .list-items .list-item {
    margin-bottom: 0;
  }
}
.burger-menu .inside .right .link .list-items .list-item li {
  position: relative;
}
.burger-menu .inside .right .link .list-items .list-item li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  margin-left: -12px;
  background: url("../images/icons/list-before-v3.png") no-repeat;
}
.burger-menu .inside .right .link .list-items .list-item li a {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  transition: 0.2s ease;
  padding-left: 3px;
}
.burger-menu .inside .right .link .list-items .list-item li a:hover {
  color: #F26450;
}
.burger-menu .inside .right .link .btn-3 {
  font-size: 16px;
  font-weight: 400;
  color: #F26450 !important;
}
@media all and (max-width: 575px) {
  .burger-menu .inside .right .link .btn-3 {
    margin-top: 0;
  }
}
.burger-menu .inside .right .link .btn-3::before {
  content: url("../images/icons/long-arrow-orange.png");
}
.burger-menu .inside .right .link .btn-3:hover::before {
  content: url("../images/icons/middle-arrow-white.png");
}
@media all and (max-width: 992px) {
  .burger-menu .menu-shorts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
  }
}
.burger-menu .menu-shorts .banner-social {
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .burger-menu .menu-shorts .banner-social {
    position: static;
    flex-direction: row;
    transform: translateY(0);
  }
}
.burger-menu .menu-shorts #lang {
  position: absolute;
  bottom: 23px;
  right: 44px;
}
@media all and (max-width: 1300px) {
  .burger-menu .menu-shorts #lang {
    bottom: 150px;
    right: 15px;
  }
}
@media all and (max-width: 992px) {
  .burger-menu .menu-shorts #lang {
    position: static;
    display: block !important;
  }
}
.burger-menu .menu-shorts #lang svg {
  width: 10px;
  height: 12px;
  margin-bottom: 2px;
}
.burger-menu .menu-shorts #lang select {
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  border: none;
  outline: none;
}
.burger-menu .menu-shorts #lang select option {
  color: #000;
}
.burger-menu .menu-shorts #lang select option::after {
  font-family: "Font Awesome 6 Brands";
  font-size: 10px;
  color: #000;
  font-weight: bold;
}
.burger-menu .menu-footer {
  padding-top: 75px;
  padding-bottom: 60px;
  position: relative;
}
@media all and (max-width: 767px) {
  .burger-menu .menu-footer {
    padding: 25px 0;
  }
}
.burger-menu .menu-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 120px;
  width: 1px;
  background-color: #BCBEC2;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .burger-menu .menu-footer::after {
    display: none;
  }
}
.burger-menu .menu-footer .btn-6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 25px;
}
@media all and (max-width: 992px) {
  .burger-menu .menu-footer .btn-6 {
    margin: 0 auto !important;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu .menu-footer .btn-6 {
    font-size: 16px;
  }
}
.burger-menu .menu-footer .footer-links {
  margin-left: 115px;
  display: flex;
  width: max-content;
  position: relative;
}
.burger-menu .menu-footer .footer-links::before {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F16450;
  display: none;
}
.burger-menu .menu-footer .footer-links.auth-1::before {
 display:none;
}

@media all and (max-width: 992px) {
  .burger-menu .menu-footer .footer-links {
    margin-left: 25px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu .menu-footer .footer-links {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.burger-menu .menu-footer .footer-links .account-action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  position: relative;
  padding-right: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: -1px;
}

@media all and (max-width: 992px) {
  .burger-menu .menu-footer .footer-links .account-action {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu .menu-footer .footer-links .account-action {
    font-size: 16px;
  }
}
.burger-menu .menu-footer .footer-links .account-action span {
  color: #F26450;
  margin-right: 15px;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .burger-menu .menu-footer .footer-links .account-action span {
    font-size: 16px;
  }
}
.burger-menu .menu-footer .footer-links .account-action:not(:last-child) {
  margin-right: 25px;
  border-right: 1px solid #F16450;
}

.scroll-down {
  display: block;
  width: 22px;
  height: 195px;
  position: absolute;
  z-index: 20;
  left: 261px;
  bottom: 32px;
  animation: loop 3s ease-out infinite;
  cursor: pointer;
}
@media all and (max-width: 1450px) {
  .scroll-down {
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    height: auto;

  }
}
@media all and (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down .text {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  font-size: 15px;
  color: #F26450;
  font-weight: 300;
}
@media all and (max-width: 1450px) {
  .scroll-down .text {
    display: none;
  }
}

.banner-arrows {
  position: absolute;
  top: 413px;
  left: -9px;
  transform: rotate(-90deg);
  background-color: transparent;
  z-index: 11;
  display: flex;
  align-items: center;
  padding: 0 30px 0 17px;
}
@media all and (max-width: 992px) {
  .banner-arrows {
    top: 537px;
  }
}
@media all and (max-width: 767px) {
  .banner-arrows {
    display: none;
  }
}
.banner-arrows .banner-prev {
  margin-right: 15px;
}
.banner-arrows .banner-next,
.banner-arrows .banner-prev {
  cursor: pointer;
  position: relative;
}
.banner-arrows .banner-next::after,
.banner-arrows .banner-prev::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #F26450;
  width: 0;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.banner-arrows .banner-next:hover::after,
.banner-arrows .banner-prev:hover::after {
  width: 100%;
}
.banner-arrows .numbers {
  display: flex;
}
.banner-arrows .numbers .current {
  font-size: 30px;
  line-height: 25px;
  font-weight: 600;
  writing-mode: vertical-lr;
  color: #F26450;
  margin-left: 17px;
}
@media all and (max-width: 420px) {
  .banner-arrows .numbers .current {
    font-size: 22px !important;
  }
}

.banner-social {
  position: absolute;
  z-index: 20;
  right: 44px;
  bottom: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .banner-social {
    flex-direction: row;
    bottom: 20px;
  }
}
.banner-social .social-link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 100;
  color: #fff;
}
.banner-social .social-link:hover {
  border: 1px solid #F26450;
  color: #F26450;
  font-weight: 300;
}

.banner-section {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 100px;
  height: 246px;
  background-color: #BCBEC2;
  width: 1px;
  left: 75.5px;
  z-index: 10;
}
@media all and (max-width: 992px) {
  .banner-section::before {
    height: 380px;
  }
}
.banner-section::after {
  content: "";
  position: absolute;
  top: 546px;
  height: 100%;
  background-color: #BCBEC2;
  width: 1px;
  left: 75.5px;
  z-index: 10;
}
@media all and (max-width: 992px) {
  .banner-section::after {
    top: 645px;
  }
}
@media all and (max-width: 767px) {
  .banner-section::before, .banner-section::after {
    display: none;
  }
}
.banner-section .items {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-section .items .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-section .items .item::before, .banner-section .items .item::after {
  opacity: 0;
  transform: translateX(-200px);
  transition-duration: 600ms;
}
@media all and (max-width: 992px) {
  .banner-section .items .item::before, .banner-section .items .item::after {
    background-position: top 30% left !important;
  }
}
@media all and (max-width: 767px) {
  .banner-section .items .item::before, .banner-section .items .item::after {
    display: none;
  }
}
.banner-section .items .item::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 8px;
  left: -200px;
  background: url("../images/banner/polygon-right.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1100px) {
  .banner-section .items .item::after {
    left: -340px;
  }
}
.banner-section .items .item::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 40px;
  background: url("../images/banner/polygon-right.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1100px) {
  .banner-section .items .item::before {
    left: -160px;
  }
}
.banner-section .items .item img{
  object-fit:cover;
}
.banner-section .items .item img, .banner-section .items .item source {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

@media all and (max-width: 1450px) {
  .banner-section .items .item img, .banner-section .items .item source {
    width: auto;
  }
}
@media all and (max-width: 1200px) {
  .banner-section .items .item img, .banner-section .items .item source {
    width: 100%;
    height: 100vh;
  }
}
@media all and (max-width: 992px) {
  .banner-section .items .item img, .banner-section .items .item source {
    object-fit: cover;
  }
}
.banner-section .items .item .content {
  position: absolute;
  z-index: 10;
  top: 52%;
  left: 260px;
  transform: translateY(-50%);
  width: 100%;
  /*max-width: 500px;*/
  overflow: hidden;
  max-width: 675px;

}
@media all and (max-width: 1450px) {
  .banner-section .items .item .content {
    top: 65%;
    left: 150px;
  }
}
@media all and (max-width: 992px) {
  .banner-section .items .item .content {
    max-width: none;
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  .banner-section .items .item .content {
    left: 85px;
    width: 70%;
    bottom: 0;
    top: auto;
  }
}
@media all and (max-width: 575px) {
  .banner-section .items .item .content {
    width: 85%;
    left: 35px;
    /*left: 70px;*/
    /*width: 75%;*/
  }
}
@media all and (max-width: 420px) {
  .banner-section .items .item .content {
    left: 35px;
  }
}
.banner-section .items .item .content h1.title-1,
.banner-section .items .item .content h1.title-2 {
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 87px;
  font-weight: bold;
  /*line-height: 115px;*/
  line-height: 80px;
  letter-spacing: -1px;
  position: relative;
  transform: translateX(-100%);
}
@media all and (max-width: 1200px) {
  .banner-section .items .item .content h1.title-1,
  .banner-section .items .item .content h1.title-2 {
    font-size: 60px;
    /*line-height: 85px;*/
    line-height: 60px;
  }
}
@media all and (max-width: 992px) {
  .banner-section .items .item .content h1.title-1,
  .banner-section .items .item .content h1.title-2 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media all and (max-width: 575px) {
  .banner-section .items .item .content h1.title-1,
  .banner-section .items .item .content h1.title-2 {
    font-size: 35px;
    line-height: 32px;
  }
}
@media all and (max-width: 450px) {
  .banner-section .items .item .content h1.title-1,
  .banner-section .items .item .content h1.title-2 {
    font-size: 38px;
    line-height: 38px;
  }
}

.banner-section .items .item .content h1.title-2 {
  position: relative;
  /*margin-top: -30px;*/
  margin-top: 0;
  margin-bottom: 25px;
  color: #F26450;
  /*margin-bottom: 8px;*/
}
@media all and (max-width: 1200px) {
  .banner-section .items .item .content h1.title-2 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .banner-section .items .item .content h1.title-2 {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 575px) {
  .banner-section .items .item .content h1.title-2 {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.banner-section .items .item .content p {
  font-size: 18px;
  margin-bottom: 25px;
  transform: translateX(-100%);
}
@media all and (max-width: 575px) {
  .banner-section .items .item .content p {
    font-size: 14px;
  }
}

@keyframes slickSlidePolygon {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slickSlidePolygon {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.banner-section .items .slick-slide.slick-active .item::before, .banner-section .items .slick-slide.slick-active .item::after {
  animation-name: slickSlidePolygon;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.banner-section .items .slick-slide.slick-active .item::after {
  animation-delay: 700ms;
}
.banner-section .items .slick-slide.slick-active .item::before {
  animation-delay: 500ms;
}
.banner-section .items .slick-slide.slick-active .item .content .title-1 {
  animation-delay: 900ms;
}
@media all and (max-width: 767px) {
  .banner-section .items .slick-slide.slick-active .item .content .title-1 {
    animation-delay: 500ms;
  }
}
.banner-section .items .slick-slide.slick-active .item .content .title-2 {
  animation-delay: 1050ms;
}
@media all and (max-width: 767px) {
  .banner-section .items .slick-slide.slick-active .item .content .title-2 {
    animation-delay: 650ms;
  }
}
.banner-section .items .slick-slide.slick-active .item .content p {
  animation-delay: 1300ms;
}
@media all and (max-width: 767px) {
  .banner-section .items .slick-slide.slick-active .item .content p {
    animation-delay: 900ms;
  }
}
.banner-section .items .slick-slide.slick-active .item .content .title-1,
.banner-section .items .slick-slide.slick-active .item .content .title-2,
.banner-section .items .slick-slide.slick-active .item .content p {
  animation-name: slickSlidePolygon;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.banner-section .banner-social {
  position: absolute;
  z-index: 20;
  right: 44px;
  bottom: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .banner-section .banner-social {
    flex-direction: row;
    bottom: 20px;
  }
}
.banner-section .banner-social .social-link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 100;
  color: #fff;
}
.banner-section .banner-social .social-link:hover {
  border: 1px solid #F26450;
  color: #F26450;
  font-weight: 300;
}
.banner-section #lang {
  position: absolute;
  bottom: 23px;
  right: 44px;
}
@media all and (max-width: 767px) {
  .banner-section #lang {
    display: none;
  }
}
.banner-section #lang svg {
  width: 10px;
  height: 12px;
  margin-bottom: 2px;
}
.banner-section #lang select {
  color: #D69E9E;
  font-weight: bold;
  background-color: transparent;
  border: none;
  outline: none;
}
.banner-section #lang select option::after {
  font-family: "Font Awesome 6 Brands";
  font-size: 10px;
  color: #D69E9E;
  font-weight: bold;
}

#lang {
  position: absolute;
  bottom: 23px;
  right: 44px;
}
@media all and (max-width: 767px) {
  #lang {
    display: none;
  }
}
#lang svg {
  width: 10px;
  height: 12px;
  margin-bottom: 2px;
}
#lang select {
  color: #D69E9E;
  font-weight: bold;
  background-color: transparent;
  border: none;
  outline: none;
}
#lang select option::after {
  font-family: "Font Awesome 6 Brands";
  font-size: 10px;
  color: #D69E9E;
  font-weight: bold;
}

.banner {
  width: 100%;
  position: relative;
}
@media all and (max-width: 992px) {
  .banner {
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .banner.banner-line-v1::before, .banner.banner-line-v1::after {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .banner.banner-line-v1 img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .banner.banner-line-v2::before, .banner.banner-line-v2::after {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .banner.banner-line-v2 img {
    width: 100%;
    height: 100% !important;
  }
}
@media all and (max-width: 767px) {
  .banner.banner-line-v3::before, .banner.banner-line-v3::after {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .banner.banner-line-v3 img {
    width: 100%;
  }
}
.banner .banner-img {
  width: 100%;
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
@media all and (max-width: 1200px) {
  .banner .banner-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .banner .banner-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .banner .banner-img img {
    padding-top: 100px;
  }
}
.banner .banner-title-v1 {
  position: absolute;
  font-size: 93px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  line-height: 122px;
  left: 60px;
  bottom: 50px;
}
.banner .banner-title-v1 span {
  color: #F26450;
}
@media all and (max-width: 1366px) {
  .banner .banner-title-v1 {
    font-size: 65px;
    line-height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .banner .banner-title-v1 {
    font-size: 55px;
  }
}
@media all and (max-width: 992px) {
  .banner .banner-title-v1 {
    font-size: 45px;
    line-height: 50px;
    bottom: 35px;
    left: 70px;
  }
}
@media all and (max-width: 767px) {
  .banner .banner-title-v1 {
    line-height: 50px;
    bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .banner .banner-title-v1 {
    font-size: 35px;
    left: 30px;
    bottom: 30px;
  }
}
@media all and (max-width: 450px) {
  .banner .banner-title-v1 {
    font-size: 25px;
    left: 20px;
    bottom: 20px;
    line-height: 25px;
  }
}
.banner .banner-title-v2 {
  position: absolute;
  font-size: 63px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1px;
  line-height: 65px;
  left: 75px;
  bottom: 70px;
}
.banner .banner-title-v2 span {
  color: #F26450;
  font-weight: bold;
}
@media all and (max-width: 1366px) {
  .banner .banner-title-v2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 1100px) {
  .banner .banner-title-v2 {
    font-size: 30px;
    line-height: 33px;
    bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .banner .banner-title-v2 {
    left: 30px;
  }
}
@media all and (max-width: 450px) {
  .banner .banner-title-v2 {
    bottom: 15px;
    left: 20px;
    font-size: 20px;
    line-height: 21px;
  }
}
.banner .banner-title-v3 {
  position: absolute;
  font-size: 93px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  line-height: 122px;
  left: 60px;
  bottom: 70px;
}
.banner .banner-title-v3 span {
  color: #F26450;
}
@media all and (max-width: 1366px) {
  .banner .banner-title-v3 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 1100px) {
  .banner .banner-title-v3 {
    font-size: 30px;
    line-height: 33px;
    bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .banner .banner-title-v3 {
    left: 30px;
  }
}
@media all and (max-width: 450px) {
  .banner .banner-title-v3 {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
.banner .scroll-down {
  left: auto;
  bottom: 32px;
  right: 40px;
}

.banner-line-v1::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 285px);
  z-index: 1;
  left: 75.5px;
  top: 100px;
  background-color: #BCBEC2;
}
@media all and (max-width: 1366px) {
  .banner-line-v1::before {
    top: auto;
    bottom: 150px;
    height: calc(100% - 250px);
  }
}
@media all and (max-width: 992px) {
  .banner-line-v1::before {
    top: auto;
    bottom: 95px;
    height: calc(100% - 195px);
  }
}
.banner-line-v1::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  z-index: 1;
  left: 75.5px;
  bottom: 0;
  background-color: #BCBEC2;
}
@media all and (max-width: 992px) {
  .banner-line-v1::after {
    height: 30px;
  }
}

.banner-line-v2 {
  height: 100% !important;
}
.banner-line-v2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 325px);
  z-index: 1;
  left: 75.5px;
  top: 100px;
  background-color: #BCBEC2;
}
@media all and (max-width: 1366px) {
  .banner-line-v2::before {
    height: calc(100% - 280px);
  }
}
@media all and (max-width: 1100px) {
  .banner-line-v2::before {
    height: calc(100% - 190px);
  }
}
.banner-line-v2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  z-index: 1;
  left: 75.5px;
  bottom: 0;
  background-color: #BCBEC2;
}
@media all and (max-width: 1100px) {
  .banner-line-v2::after {
    height: 20px;
  }
}

.banner-line-v3 {
  height: 100% !important;
}
.banner-line-v3::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 300px);
  z-index: 1;
  left: 75.5px;
  top: 100px;
  background-color: #BCBEC2;
}
@media all and (max-width: 1366px) {
  .banner-line-v3::before {
    height: calc(100% - 240px);
  }
}
@media all and (max-width: 1100px) {
  .banner-line-v3::before {
    height: calc(100% - 160px);
  }
}
.banner-line-v3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  z-index: 1;
  left: 75.5px;
  bottom: 0;
  background-color: #BCBEC2;
}
@media all and (max-width: 1100px) {
  .banner-line-v3::after {
    height: 15px;
  }
}
.banner-line-v3 .banner-img img {
  height: 100% !important;
}

@keyframes loop {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: -25px;
  }
  100% {
    margin-bottom: 0px;
  }
}
@media all and (min-width: 2000px) {
  section .me-auto,
  section .me-md-auto,
  section .me-lg-auto,
  section .me-xl-auto,
  section .me-xxl-auto .ms-auto,
  section .ms-md-auto,
  section .ms-lg-auto,
  section .ms-xl-auto,
  section .ms-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.container-1625 {
  max-width: 1665px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1500 {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1460 {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1420 {
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1400 {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1325 {
  max-width: 1365px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1270 {
  max-width: 1310px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1250 {
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1165 {
  max-width: 1205px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1140 {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1105 {
  max-width: 1145px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1050 {
  max-width: 1090px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1000 {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-825 {
  max-width: 865px;
  padding: 0 20px;
  margin: 0 auto;
}
.container-870 {
  max-width: 910px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-630 {
  max-width: 670px;
  padding: 0 20px;
  margin: 0 auto;
}

.kriko-200 {
  height: 200px;
  width: 100%;
}

.kriko-180 {
  height: 180px;
  width: 100%;
}

.kriko-150 {
  height: 150px;
  width: 100%;
}

.kriko-120 {
  height: 120px;
  width: 100%;
}

.kriko {
  height: 100px;
  width: 100%;
}

.kriko-h50 {
  height: 50px;
}

.kriko-h75 {
  height: 75px;
}

@media all and (max-width: 1600px) {
  .kriko {
    height: 83px;
  }
  .kriko-120 {
    height: 100px;
  }
  .kriko-90 {
    height: 70px;
  }
  .kriko-150 {
    height: 100px;
  }
  .kriko-180,
  .kriko-200 {
    height: 150px;
  }
}
@media all and (max-width: 1366px) {
  .kriko,
  .kriko-120,
  .kriko-150 {
    height: 71px;
  }
  kriko-90{
    height:70px;
  }
  .kriko-120,
  .kriko-150,
  .kriko-180,
  .kriko-200 {
    height: 100px;
  }
}
@media all and (max-width: 992px) {
  .kriko-h50 {
    height: 40px;
  }
  .kriko-h75 {
    height: 55px;
  }
  kriko-90{
    height:60px;
  }
  .kriko {
    height: 60px;
  }
  .kriko-120,
  .kriko-90,
  .kriko-150,
  .kriko-180,
  .kriko-200 {
    height: 80px;
  }
}
@media all and (max-width: 768px) {
  .kriko,
  .kriko-120,
  .kriko-150,
  .kriko-180,
  .kriko-200 {
    height: 50px;
  }
  .kriko-90{
    height: 45px;
  }
  .kriko-h75 {
    height: 40px;
  }
  .kriko-h50 {
    height: 25px;
  }
}

@media all and (max-width: 575px) {
  .kriko-h75,
  .kriko,
  .kriko-120,
  .kriko-90,
  .kriko-150,
  .kriko-180,
  .kriko-200 {
    height: 30px;
  }
}
.btn-1 {
  height: 50px;
  border: 1px solid #F26450;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 6px 25px;
  width: 240px;
  border-radius: 50px;
  transition: all 0.4s ease;
}
.btn-1 span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #F26450;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.btn-1:hover {
  width: 300px;
  border: 1px solid #fff;
}
.btn-1:hover span {
  background-color: #732C22;
}
@media all and (max-width: 575px) {
  .btn-1 {
    width: 200px;
    font-size: 15px;
  }
  .btn-1:hover {
    width: 235px;
  }
}

.btn-2 {
  border-radius: 50px;
  border: 2px solid #F26450;
  color: #F26450;
  margin-top: 24px;
  padding: 0 46px;
  width: max-content;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 400;
}
.btn-404 {
  border-radius: 50px;
  border: 2px solid #F26450;
  color: #F26450;
  margin-top: 24px;
  padding: 0 46px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 400;
}
@media all and (max-width: 992px) {
  .btn-2 {
    margin-top: 45px;
  }
}
@media all and (max-width: 767px) {
  .btn-2 {
    margin-top: 30px;
  }
}
@media all and (max-width: 575px) {
  .btn-2 {
    font-size: 15px;
  }
}
.btn-2.white {
  border: 2px solid #fff;
  color: #fff;
}
.btn-2:hover {
  color: #fff;
  border: 2px solid #F26450;
  background-color: #F26450;
  box-shadow: 3px 0px 33px rgba(242, 100, 80, 0.8);
}

.btn-3 {
  display: inline-block;
  margin-top: 25px;
  position: relative;
  padding: 0 16px 0 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  height: 30px;
}
.btn-3::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  bottom: 10px;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8.061' viewBox='0 0 80 8.061'%3E%3Cg id='Group_64' data-name='Group 64' transform='translate(-233 -701.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='80' height='2' rx='1' transform='translate(233 708)' fill='%23fff'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(306.636 701.939) rotate(45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  transition: all 0.3s ease;
}
.btn-3:hover {
  color: #F26450;
}
.btn-3:hover::before {
  transition: all 0.3s ease;
  transform: translateX(10px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8.061' viewBox='0 0 80 8.061'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-233 -701.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='80' height='2' rx='1' transform='translate(233 708)' fill='%23f26450'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(306.636 701.939) rotate(45)' fill='%23f26450'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.btn-4 {
  height: 50px;
  width: 445px;
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1882352941);
  font-size: 18px;
  font-weight: 800;
  border-radius: 50px;
  margin-top: 45px;
  overflow: hidden;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .btn-4 {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .btn-4 {
    margin-top: 28px;
    max-width: 250px;
    height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
}
@media all and (max-width: 400px) {
  .btn-4 {
    height: 35px;
    font-size: 14px;
    margin-top: 18px;
  }
}
.btn-4 span {
  position: absolute;
  margin-right: -150px;
  z-index: -1;
}
.btn-4::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5019607843);
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  z-index: -2;
}
.btn-4::before {
  content: "";
  background: url("../images/icons/arrow-mini-orange.png") no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-51%);
}
@media all and (max-width: 767px) {
  .btn-4::before {
    top: 52%;
  }
}
.btn-4:hover {
  transition-delay: 0.9s;
  transition-duration: 0.4s;
  color: #F26450;
  border: 1px solid #F26450;
}
.btn-4:hover span {
  transition: all 0.4s ease;
  transform: translateX(900%);
}
.btn-4:hover::after {
  width: 100%;
}
.btn-4:hover::before {
  transition-delay: 0.3s;
  transition-duration: 0.4s;
  left: 65%;
}
@media all and (max-width: 767px) {
  .btn-4:hover::before {
    left: 76%;
  }
}

.btn-4-v2 {
  height: 50px;
  width: 290px;
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1882352941);
  font-size: 18px;
  font-weight: 800;
  border-radius: 50px;
  padding: 0 39px;
  overflow: hidden;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .btn-4-v2 {
    height: 35px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .btn-4-v2 {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .btn-4-v2 {
    margin-top: 18px;
    max-width: 250px;
    height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
}
.btn-4-v2 span {
  margin-left: 20px;
}
.btn-4-v2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5019607843);
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  z-index: -2;
}
.btn-4-v2:hover {
  transition-delay: 0.6s;
  transition-duration: 0.4s;
  color: #F26450;
  border: 1px solid #F26450;
}
.btn-4-v2:hover span {
  transition: all 0.4s ease;
  transform: translateX(900%);
}
.btn-4-v2:hover::after {
  width: 100%;
}

.btn-5 {
  height: 50px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid transparent;
  background-color: #F26450;
  font-size: 18px;
  font-weight: 800;
  border-radius: 50px;
  margin-top: 45px;
  padding: 0 39px;
  overflow: hidden;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .btn-5 {
    height: 35px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .btn-5 {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .btn-5 {
    margin-top: 18px;
    max-width: 250px;
    height: 35px;
    font-weight: 400;
  }
}
.btn-5 span {
  margin-left: 20px;
}
.btn-5::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5019607843);
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  z-index: -2;
}
.btn-5:hover {
  transition-delay: 0.6s;
  transition-duration: 0.4s;
  color: #F26450;
  border: 1px solid #F26450;
}
.btn-5:hover span {
  transition: all 0.4s ease;
  transform: translateX(900%);
}
.btn-5:hover::after {
  width: 100%;
}

.btn-6 {
  width: 310px;
  height: 50px;
  margin: 0 auto;
  background-color: #F26450;
  border: 1px solid #F26450;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  transition: all 0.3s ease;
}
@media all and (max-width: 575px) {
  .btn-6 {
    width: 90%;
    height: 40px;
    font-size: 15px;
  }
}
.btn-6:hover {
  background-color: #262C32;
  border: 1px solid #6e6e6e;
  color: #F26450;
}

.doc-btn {
  padding-left: 34px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: max-content;
}
.doc-btn::before {
  content: "";
  position: absolute;
  background: url("../images/icons/download.png") no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 20px;
}
.doc-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  transition: all 0.3s ease;
  height: 1px;
  background-color: #fff;
}
.doc-btn:hover::after {
  width: 100%;
}

.main-title {
  font-size: 63px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 72px;
  margin-bottom: 22px;
}
@media all and (max-width: 1100px) {
  .main-title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media all and (max-width: 767px) {
  .main-title {
    font-size: 35px;
    line-height: 38px;
  }
}

.main-small-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #F26450;
  line-height: 25px;
}

.main-small-title-2 {
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #F26450;
  line-height: 25px;
}

.title-large,
.title-large-light {
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.55px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
@media all and (max-width: 992px) {
  .title-large,
  .title-large-light {
    font-size: 2.2rem;
    line-height: 2.3rem;
  }
}
@media all and (max-width: 767px) {
  .title-large,
  .title-large-light {
    font-size: 2rem;
    line-height: 2.1rem;
    letter-spacing: -0.35px;
  }
}
@media all and (max-width: 575px) {
  .title-large,
  .title-large-light {
    font-size: 1.5rem;
    line-height: 29px;
  }
}

.title-large-light {
  font-weight: 300;
}

.container-1325 .row .col-lg-6 h3.title-medium{
  font-size: 25px!important;
}


.title-medium,
.title-medium-light {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: -0.35px;
  color: #F26450;
}
@media all and (max-width: 992px) {
  .title-medium,
  .title-medium-light {
    font-size: 28px;
    line-height: 37px;
  }
}
@media all and (max-width: 767px) {
  .title-medium,
  .title-medium-light {
    font-size: 25px;
    line-height: 33px;
  }
}
@media all and (max-width: 575px) {
  .title-medium,
  .title-medium-light {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
  }
}
@media all and (max-width: 400px) {
  .title-medium,
  .title-medium-light {
    font-size: 18px;
    line-height: 26px;
  }
}

.title-medium-light {
  font-weight: 300;
}

.title-medium-35,
.title-medium-light-35 {
  font-size: 35px;
  font-weight: bold;
  line-height: 41px;
  color: #F26450;
}
@media all and (max-width: 992px) {
  .title-medium-35,
  .title-medium-light-35 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media all and (max-width: 767px) {
  .title-medium-35,
  .title-medium-light-35 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  .title-medium-35,
  .title-medium-light-35 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
  }
}

.title-medium-light-35 {
  font-weight: 300;
}

.title-regular,
.title-regular-light {
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
  color: #F26450;
}
@media all and (max-width: 992px) {
  .title-regular,
  .title-regular-light {
    font-size: 25px;
    line-height: 33px;
  }
}
@media all and (max-width: 767px) {
  .title-regular,
  .title-regular-light {
    font-size: 23px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .title-regular,
  .title-regular-light {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
  }
}

.title-regular {
  font-weight: bold;
}

.bg-before-56 {
  position: relative;
}
.bg-before-56::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 32, 38, 0.337254902);
  transition: all 0.5s ease;
  opacity: 0;
}
.bg-before-56:hover::before {
  opacity: 1;
  transition: all 0.5s ease;
}

.bg-before-half {
  position: relative;
}
.bg-before-half::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 357px;
  background-color: transparent;
  border-top: 1px solid #C1594A;
  border-left: 1px solid #C1594A;
}
@media all and (max-width: 768px) {
  .bg-before-half::before {
    width: 85%;
    height: 60%;
  }
}

.bg-after-half {
  position: relative;
}
.bg-after-half::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 357px;
  background-color: transparent;
  border-top: 1px solid #C1594A;
  border-left: 1px solid #C1594A;
}
@media all and (max-width: 768px) {
  .bg-after-half::after {
    width: 85%;
    height: 60%;
  }
}

.line-before {
  position: relative;
}
.line-before::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 75.5px;
  height: 100%;
  width: 1px;
  background-color: #BCBEC2;
}
@media all and (max-width: 767px) {
  .line-before::before {
    left: 15px;
  }
}

.line-manuel-v1 {
  position: relative;
  overflow-y: hidden;
}
.line-manuel-v1::before, .line-manuel-v1::after {
  content: "";
  left: 75.5px;
  width: 1px;
  background-color: #BCBEC2;
  position: absolute;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .line-manuel-v1::before, .line-manuel-v1::after {
    left: 15px;
  }
}
.line-manuel-v1::before {
  top: 0;
  height: 175px;
}
@media all and (max-width: 767px) {
  .line-manuel-v1::before {
    height: 70px;
  }
}
.line-manuel-v1::after {
  top: 300px;
  height: 100%;
}
@media all and (max-width: 767px) {
  .line-manuel-v1::after {
    top: 175px;
  }
}

.line-text-v1,
.line-text-v2,
.line-text-v3,
.line-text-manuel {
  position: absolute;
  display: inline-block;
  background-color: #192026;
  color: #F26450;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
  width: max-content;
  padding: 25px 0;
  left: 64px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}
@media all and (max-width: 767px) {
  .line-text-v1,
  .line-text-v2,
  .line-text-v3,
  .line-text-manuel {
    font-size: 14px;
    left: 7px;
  }
}

.line-text-v1,
.line-text2-v1 {
  top: 200px;
}

.line-text-v2 {
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}

.line-text2-v2 {
  top: 50%;
  transform: translateY(-50%);
}

.line-text-v3,
.line-text2-v3 {
  bottom: 200px;
}

.line-text-manuel {
  background-color: transparent;
  top: 180px;
}
@media all and (max-width: 767px) {
  .line-text-manuel {
    top: 70px;
  }
}

.line-text2-v1,
.line-text2-v2,
.line-text2-v3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #192026;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
  width: max-content;
  padding: 25px 0;
  left: 64px;
}
@media all and (max-width: 767px) {
  .line-text2-v1,
  .line-text2-v2,
  .line-text2-v3 {
    font-size: 14px;
    left: 7px;
  }
}
.line-text2-v1 span,
.line-text2-v2 span,
.line-text2-v3 span {
  color: #fff;
  background-color: #192026;
  /* KONTROL EDİLEBİLİR. */
}

.border-line::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 75.5px;
  height: 1px;
  width: 740px;
  background-color: #BCBEC2;
}
@media all and (max-width: 992px) {
  .border-line::after {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .border-line::after {
    left: 15px;
  }
}

.breadcrumb {
  position: absolute;
  top: 115px;
  right: 300px;
  z-index: 1;
}
@media all and (max-width: 1150px) {
  .breadcrumb {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
}
.breadcrumb ul {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.breadcrumb ul li {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  position: relative;
}
@media all and (max-width: 575px) {
  .breadcrumb ul li {
    margin-right: 15px;
    font-size: 12px;
  }
}
@media all and (max-width: 450px) {
  .breadcrumb ul li {
    margin-right: 15px;
    font-size: 11px;
    line-height: 12px;
  }
}
/*.breadcrumb ul li.current-page {
  color: #F26450;
}*/
.breadcrumb ul li:hover ::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  margin-left: 35px;
  margin-right: 35px;
  font-weight: 600;
  font-style: normal;
}
@media all and (max-width: 575px) {
  .breadcrumb ul li:not(:last-child)::after {
    margin-right: 15px;
    font-size: 10px;
  }
}
@media all and (max-width: 450px) {
  .breadcrumb ul li:not(:last-child)::after {
    margin-right: 0px;
    font-size: 9px;
    margin-left: 12px;
  }
}

#main {
  overflow: hidden;
  position: relative;
}
#main.no-banner {
  padding-top: 100px;
}
@media all and (max-width: 767px) {
  #main.no-banner {
    padding-top: 150px;
  }
}
#main.unlined-mobile p {
  /* font-size: 18px; */
  font-size: 16px;
}
@media all and (max-width: 575px) {
  #main.unlined-mobile p {
    font-size: 16px;
  }
}
@media all and (max-width: 475px) {
  #main.unlined-mobile p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  #main.unlined-mobile .line-before::before {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #main.unlined-mobile .border-line::after {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #main.unlined-mobile .line-text2-v1,
  #main.unlined-mobile .line-text2-v2,
  #main.unlined-mobile .line-text2-v3,
  #main.unlined-mobile .line-text2-v1 {
    display: none;
  }
}
@media all and (max-width: 1850px) {
  #main.unlined-mobile section.not-big {
    padding-left: 90px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #main.unlined-mobile section.not-big {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media all and (max-width: 1850px) {
  #main.unlined-mobile section {
    padding-left: 185px;
  }
}
@media all and (max-width: 767px) {
  #main.unlined-mobile section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#main section {
  position: relative;
}
@media all and (max-width: 1850px) {
  #main section {
    padding-left: 120px;
  }
}
@media all and (max-width: 767px) {
  #main section {
    padding-left: 30px !important;
    padding-right: 0 !important;
  }
}

.popup-contact_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -200;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
@media all and (max-width: 1500px) {
  .popup-contact_form {
    padding: 0 100px;
  }
}
@media all and (max-width: 992px) {
  .popup-contact_form {
    padding: 0 50px;
  }
}
@media all and (max-width: 767px) {
  .popup-contact_form {
    padding: 30px 25px;
  }
}
@media all and (max-width: 577px) {
  .popup-contact_form {
    padding: 20px;
  }
}
@media all and (max-width: 450px) {
  .popup-contact_form {
    padding: 20px 15px;
  }
}
.popup-contact_form::before, .popup-contact_form::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 1060px;
  background-size: cover;
  transition-duration: 1s;
  visibility: hidden;
  opacity: 0;
}
.popup-contact_form::before {
  background: url("../images/contact-polygon-right.png") no-repeat;
  left: -370px;
  top: -25px;
  z-index: 2;
}
.popup-contact_form::after {
  background: url("../images/contact-polygon-right.png") no-repeat;
  left: -123px;
  top: -25px;
  z-index: 2;
}
.popup-contact_form.active {
  transition: all 0.6s ease;
  visibility: visible;
  opacity: 1;
  z-index: 200;
  background: #192026;
}
.popup-contact_form.active::before, .popup-contact_form.active::after {
  visibility: visible;
  opacity: 1;
  transition-duration: 1s;
}
.popup-contact_form.active::before {
  transition-delay: 400ms;
  left: -270px;
}
.popup-contact_form.active::after {
  transition-delay: 700ms;
  left: -23px;
}
.popup-contact_form .inside {
  border: 1px solid #BCBEC2;
  background-color: #192026;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1310px;
  padding: 115px 0 110px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1300px) {
  .popup-contact_form .inside {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media all and (max-width: 992px) {
  .popup-contact_form .inside {
    padding: 70px 50px;
  }
}
@media all and (max-width: 767px) {
  .popup-contact_form .inside {
    transform: translateY(0);
    top: auto;
    margin: 0;
    margin-bottom: 30px;
    overflow-y: auto;
    height: 100%;
    padding-top: 85px;
    justify-content: flex-start;
  }
}
@media all and (max-width: 575px) {
  .popup-contact_form .inside {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.popup-contact_form .inside .bg-form {
  position: absolute;
  top: 0;
  right: 82.5px;
  height: 100%;
  width: 1px;
  background-color: #BCBEC2;
  z-index: -2;
}
@media all and (max-width: 992px) {
  .popup-contact_form .inside .bg-form {
    right: 30px;
  }
}
@media all and (max-width: 575px) {
  .popup-contact_form .inside .bg-form {
    height: 116px;
  }
}
@media all and (max-width: 400px) {
  .popup-contact_form .inside .bg-form {
    right: 18px;
    height: 60px;
  }
}
.popup-contact_form .inside .form-close {
  position: absolute;
  top: 23px;
  right: 70px;
  font-size: 15px;
  font-weight: 300;
  z-index: 2;
  background-color: #192026;
  padding: 6px 0;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  cursor: pointer;
}
@media all and (max-width: 992px) {
  .popup-contact_form .inside .form-close {
    right: 20px;
  }
}
@media all and (max-width: 400px) {
  .popup-contact_form .inside .form-close {
    right: 8px;
  }
}
.popup-contact_form .inside .form-close::after {
  content: url("../images/icons/close-icon.png");
  margin-top: 6px;
}
.popup-contact_form .inside .logo {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .popup-contact_form .inside .logo {
    margin-bottom: 30px;
  }
}
.popup-contact_form .inside form {
  max-width: 870px;
  padding: 0 15px;
}
.popup-contact_form .inside form .input-wrapper input,
.popup-contact_form .inside form .input-wrapper textarea,
.popup-contact_form .inside form .input-wrapper select,
.inside form .input-wrapper select {
  width: 100%;
  background: transparent;
  outline: none;
  border: 0.6px solid rgba(242, 100, 80, 0.5);
  height: 60px;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7058823529);
  font-weight: 300;
}
@media all and (max-width: 420px) {
  .popup-contact_form .inside form .input-wrapper input,
  .popup-contact_form .inside form .input-wrapper textarea,
  .popup-contact_form .inside form .input-wrapper select,
  .inside form .input-wrapper select {
    height: 50px;
    margin-bottom: 23px;
  }
}
.popup-contact_form .inside form .input-wrapper input::placeholder,
.popup-contact_form .inside form .input-wrapper textarea::placeholder,
.popup-contact_form .inside form .input-wrapper select::placeholder,
.inside form .input-wrapper select::placeholder {
  font-style: italic;
  font-size: 16px;
  color: #F26450;
  font-weight: 300;
  opacity: 0.5;
}
.popup-contact_form .inside form .input-wrapper textarea {
  height: 130px;
  margin-bottom: 25px;
}
.popup-contact_form .inside form .input-wrapper select {
  color: #F26450;
}
@media all and (max-width: 420px) {
  .popup-contact_form .inside form .input-wrapper select {
    font-size: 14px;
    font-style: italic;
  }
}
.popup-contact_form .inside form .form-allow-page {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0.5px solid #C1C1C1;
  background-color: transparent;
}
.popup-contact_form .inside form .form-allow-page:focus {
  outline: 0;
  box-shadow: none;
}
.popup-contact_form .inside form .form-allow-page:checked {
  border: 1px solid #F26450;
}
.popup-contact_form .inside form .form-check-label {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3764705882);
  line-height: 19px;
  padding-top: 3px;
}
.popup-contact_form .inside form .btn-send {
  margin: 0 auto;
  height: 40px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #F26450;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #F26450;
  transition: all 0.4s ease;
}
.popup-contact_form .inside form .btn-send:hover {
  background-color: #b24737;
  border: 1px solid #fff;
}

.categories {
  padding: 0 67px;
}
@media all and (max-width: 992px) {
  .categories {
    padding-right: 15px;
  }
}
.categories .left {
  margin-top: 88px;
}
@media all and (max-width: 1200px) {
  .categories .left {
    margin-top: 0px;
  }
}
@media all and (max-width: 1200px) {
  .categories .right {
    margin-top: 30px;
  }
}
.categories .right .items {
  padding: 10px 0 0 10px;
  position: relative;
}
.categories .slick-list .slick-track {
  display: flex !important;
}
@media all and (max-width: 767px) {
  .categories .right .items {
    padding: 0;
  }
}
.categories .right .items .item {
  display: inline-block;
  max-width: 501px;
}
.categories .right .items .item .pic {
  margin-bottom: 30px;
  padding: 7px;
}
.categories .right .items .item .pic.bg-after-half:after {
  opacity: 0;
}
/* .categories .right .items .item .pic:hover.bg-after-half:after {
  opacity: 1;
  transition: all 0.3s ease;
} */
.categories .right .items .item .pic img {
  width: 100%;
  object-fit: cover;
}
.categories .right .items .item .content {
  max-width: 330px;
  min-height: 190px;
}
.categories .right .items .item:hover .btn-3{
  color: #F26450;
  display: block !important;
}
.categories .right .items .item:hover .btn-3::before{
  transition: all 0.3s ease;
  transform: translateX(10px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8.061' viewBox='0 0 80 8.061'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-233 -701.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='80' height='2' rx='1' transform='translate(233 708)' fill='%23f26450'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(306.636 701.939) rotate(45)' fill='%23f26450'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.categories .right .items .slick-prev {
  display: none !important;
}
.categories .right .items .slick-next {
  top: 35%;
  width: 62px !important;
  height: 62px !important;
  right: -19px !important;
}
@media all and (max-width: 768px) {
  .categories .right .items .slick-next {
    top: 31% !important;
  }
}
.categories .right .items .slick-next::before {
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.738' height='18.747' viewBox='0 0 25.738 18.747'%3E%3Cg id='Group_213' data-name='Group 213' transform='translate(-325 -700.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='23.029' height='2.709' transform='translate(325 709.149)' fill='%23fff'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='12.192' height='2.709' transform='translate(342.117 700.939) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_41' data-name='Rectangle 41' width='12.192' height='2.709' transform='translate(340.201 717.77) rotate(-45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 62px !important;
  height: 62px !important;
  border-radius: 50%;
  background-color: #F26450;
}

.home-about .left p {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -0.35px;
  line-height: 45px;
}
@media all and (max-width: 992px) {
  .home-about .left p {
    font-size: 28px;
    line-height: 33px;
  }
}
@media all and (max-width: 768px) {
  .home-about .left p {
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
  }
}
@media all and (max-width: 575px) {
  .home-about .left p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 1200px) {
  .home-about .right {
    margin-top: 70px;
  }
}
@media all and (max-width: 992px) {
  .home-about .right {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .home-about .right {
    margin-top: 30px;
  }
}
.home-about .right .quote-text {
  text-align: right;
}
@media all and (max-width: 1200px) {
  .home-about .right .quote-text {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .home-about .right .quote-text figure img {
    width: 40px;
  }
}
.home-about .right .quote-text p {
  font-size: 30px;
  font-weight: 300;
  line-height: 39px;
}
@media all and (max-width: 992px) {
  .home-about .right .quote-text p {
    font-size: 27px;
    line-height: 37px;
  }
}
@media all and (max-width: 767px) {
  .home-about .right .quote-text p {
    font-size: 20px;
    line-height: 29px;
  }
}
.home-about .home-partners {
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding: 20px 0px;
}
.home-about .home-partners .img-div {
  padding: 0 15px;
}
.home-about .home-partners .img-div img {
  object-fit: cover;
}
@media all and (max-width: 1200px) {
  .home-about .home-partners {
    margin-top: 80px;
  }
}
@media all and (max-width: 992px) {
  .home-about .home-partners {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .home-about .home-partners {
    margin-top: 30px;
    border: none;
  }
}

.product .right {
  position: relative;
  margin-top: -100px;
}
@media all and (max-width: 1200px) {
  .product .right {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .product .right {
    margin-top: 30px;
  }
}
.product .right .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
}
.product .right .swiper-slide:hover .btn-3{
  color: #F26450;
}
.product .right .swiper-slide:hover .btn-3::before{
  transition: all 0.3s ease;
  transform: translateX(10px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8.061' viewBox='0 0 80 8.061'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-233 -701.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='80' height='2' rx='1' transform='translate(233 708)' fill='%23f26450'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(306.636 701.939) rotate(45)' fill='%23f26450'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media all and (max-width: 1200px) {
  .product .right .swiper-slide {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .product .right .swiper-slide {
    max-width: none;
    max-height: none;
  }
}
@media all and (max-width: 1200px) {
  .product .right .swiper-slide img {
    height: 300px;
    width: 310px;
  }
}
.product .right .swiper-slide h5 {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 25px;
  text-align: center;
  color: #F26450;
}
.product .right .swiper-slide .btn-3 {
  margin-top: 20px;
}
.product .slide-materials {
  max-width: 1520px;
  margin-left: auto;
}
.product .slide-materials .custom-scrollbar {
  height: 4px;
  background: rgba(242, 100, 80, 0.2235294118);
  margin-top: 50px;
}
.product .slide-materials .custom-scrollbar .swiper-scrollbar-drag {
  height: 6px;
  top: -1px;
  background-color: #F26450;
}
.product .slide-materials .custom-pagination {
  margin-top: 16px;
  color: #F26450;
  font-size: 17px;
  pointer-events: none;
}

.blog .title-container .title-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media all and (max-width: 575px) {
  .blog .title-container .title-box {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.blog .title-container .title-box .btn-3 {
  padding-left: 0;
}
@media all and (max-width: 575px) {
  .blog .title-container .title-box .btn-3 {
    margin-top: 10px;
  }
}
.blog .title-container .title-box .btn-3::before {
  content: url("data:image/svg+xml,%3Csvg id='Group_156' data-name='Group 156' xmlns='http://www.w3.org/2000/svg' width='178' height='8.061' viewBox='0 0 178 8.061'%3E%3Cpath id='Path_282' data-name='Path 282' d='M-73,0H103a1,1,0,0,1,0,2H-73a1,1,0,0,1-1-1A1,1,0,0,1-73,0Z' transform='translate(74 6.061)' fill='%23fff'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(171.636) rotate(45)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.blog .blog-inside .content {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 15px 0 15px 25px;
  position: relative;
}
@media all and (max-width: 575px) {
  .blog .blog-inside .content {
    padding-left: 14px;
  }
}
.blog .blog-inside .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
.blog .blog-inside .content span.date {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 300;
}
.blog .blog-inside .content h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog .blog-inside .content .btn-3 {
  margin-top: 60px;
}
@media all and (max-width: 575px) {
  .blog .blog-inside .content .btn-3 {
    margin-top: 20px;
  }
}

.our-impact .layout .list .item {
  padding-bottom: 38px;
}
@media all and (max-width: 768px) {
  .our-impact .layout .list .item {
    padding-left: 15px;
  }
}
@media all and (max-width: 450px) {
  .our-impact .layout .list .item {
    padding-bottom: 16px;
  }
}
.our-impact .layout .list .item:not(:last-child) {
  border-bottom: 1px solid #F26450;
}
.our-impact .layout .list .item:not(:first-child) {
  padding-top: 80px;
}
@media all and (max-width: 767px) {
  .our-impact .layout .list .item:not(:first-child) {
    padding-top: 40px;
  }
}
@media all and (max-width: 450px) {
  .our-impact .layout .list .item:not(:first-child) {
    padding-top: 23px;
  }
}
.our-impact .layout .list .item span {
  line-height: 30px;
  letter-spacing: -1px;
}
@media all and (max-width: 450px) {
  .our-impact .layout .list .item span {
    line-height: 33px;
  }
}
.our-impact .layout .list .item span.number {
  font-size: 106px;
  color: #F26450;
  font-weight: 800;
}
@media all and (max-width: 1200px) {
  .our-impact .layout .list .item span.number {
    font-size: 65px;
  }
}
@media all and (max-width: 992px) {
  .our-impact .layout .list .item span.number {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .our-impact .layout .list .item span.number {
    font-size: 38px;
  }
}
@media all and (max-width: 450px) {
  .our-impact .layout .list .item span.number {
    font-size: 32px;
  }
}
.our-impact .layout .list .item span.name {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 992px) {
  .our-impact .layout .list .item span.name {
    font-size: 29px;
  }
}
@media all and (max-width: 767px) {
  .our-impact .layout .list .item span.name {
    font-size: 28px;
  }
}
@media all and (max-width: 450px) {
  .our-impact .layout .list .item span.name {
    font-size: 20px;
  }
}
@media all and (max-width: 450px) {
  .our-impact .layout .list .item span br.mobile-gone {
    display: none;
  }
}

.human-resources {
  overflow: hidden;
}
.human-resources .inside {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1165px;
}
@media all and (max-width: 1300px) {
  .human-resources .inside {
    flex-direction: column;
  }
}
@media all and (max-width: 992px) {
  .human-resources .inside {
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .human-resources .inside {
    gap: 15px;
  }
}
.human-resources .inside .image-div {
  display: inline-block;
}
@media all and (max-width: 992px) {
  .human-resources .inside .image-div {
    width: 70%;
    margin-right: auto;
  }
}
@media all and (max-width: 575px) {
  .human-resources .inside .image-div {
    width: 100%;
    margin-right: auto;
  }
}
@media all and (max-width: 992px) {
  .human-resources .inside .image-div img {
    width: 100%;
  }
}
.human-resources .inside .content h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: -1px;
}
@media all and (max-width: 992px) {
  .human-resources .inside .content h3 {
    font-size: 28px;
    line-height: 37px;
  }
}
@media all and (max-width: 767px) {
  .human-resources .inside .content h3 {
    font-size: 28px;
    line-height: 37px;
  }
}
@media all and (max-width: 575px) {
  .human-resources .inside .content h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media all and (max-width: 450px) {
  .human-resources .inside .content h3 {
    font-size: 15px;
  }
}
.human-resources .inside .content h3.text-first {
  color: #F26450;
}
.human-resources .inside .content .btn-2 {
  margin-top: 25px;
}

.circle-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translate(240px, -50%);
  animation: home-circle 120s linear infinite;
}
@media all and (max-width: 992px) {
  .circle-bg {
    top: 62%;
    transform: translate(400px, -50%);
    animation: home-circle-mobile 60s linear infinite;
  }
}
@media all and (max-width: 575px) {
  .circle-bg {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .circle-bg svg {
    width: 50%;
  }
}
.circle-bg svg .path-star {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: home-circle-1 4s ease-in-out infinite;
}
.circle-bg svg #Path_1 {
  animation: home-circle-1-bg 10s ease-in-out 5s infinite;
}
.circle-bg svg .cls-2 {
  animation: home-circle-2 20s ease-in-out infinite;
}

@keyframes home-circle-mobile {
  0% {
    transform: translate(400px, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(200px, -50%) rotate(180deg) scale(0.5);
  }
  100% {
    transform: translate(400px, -50%) rotate(360deg) scale(1);
  }
}
@keyframes home-circle {
  0% {
    transform: translate(240px, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(0px, -50%) rotate(180deg) scale(0.5);
  }
  100% {
    transform: translate(240px, -50%) rotate(360deg) scale(1);
  }
}
@keyframes home-circle-1 {
  0% {
    fill: #393F44;
    opacity: 1;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 10000;
    fill: #fff;
    opacity: 0.5;
  }
  100% {
    fill: #393F44;
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes home-circle-1-bg {
  0% {
    fill: #393F44;
  }
  50% {
    fill: rgba(57, 63, 68, 0.3137254902);
  }
  100% {
    fill: #393F44;
  }
}
.home-big-picture {
  position: relative;
  z-index: 30;
  padding: 0 40px;
}
.home-big-picture.big-picture {
  padding: 0;
  text-align: center;
}
.home-big-picture.big-picture .middle-cont {
  width: 100%;
  max-width: 1325px;
}
@media all and (max-width: 1365px) {
  .home-big-picture.big-picture .middle-cont {
    padding: 0 50px;
  }
}
@media all and (max-width: 767px) {
  .home-big-picture.big-picture .middle-cont {
    padding: 0 15px;
  }
}
.home-big-picture.big-picture .middle-cont p {
  font-size: 34px !important;
  font-weight: 400;
  line-height: 37px;
  margin-top: 20px;
}
@media all and (max-width: 1200px) {
  .home-big-picture.big-picture .middle-cont p {
    font-size: 27px !important;
    line-height: 32px;
  }
}
@media all and (max-width: 992px) {
  .home-big-picture.big-picture .middle-cont p {
    font-size: 20px !important;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .home-big-picture.big-picture .middle-cont p {
    font-size: 16px !important;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
  }
}
@media all and (max-width: 575px) {
  .home-big-picture.big-picture .middle-cont p {
    font-size: 14px !important;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
  }
}
@media all and (max-width: 575px) {
  .home-big-picture.big-picture .middle-cont p {
    font-size: 14px;
  }
}
@media all and (max-width: 992px) {
  .home-big-picture.big-picture .middle-cont .btn-4 {
    margin-top: 10px;
  }
}
.home-big-picture.big-picture .middle-cont .btn-4:hover::before {
  left: 75%;
}
.home-big-picture:hover .picture img {
  transition: all 3.5s ease-in-out;
  transform: rotate(-3deg) scale(1.3);
}
.home-big-picture .picture {
  overflow: hidden;
}
.home-big-picture .picture img {
  transition: all 3.5s ease-in-out;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .home-big-picture {
    padding: 0 10px;
  }
}
@media all and (max-width: 767px) {
  .home-big-picture .picture img {
    object-position: 65% 50%;
    height: 285px;
  }
}
.home-big-picture .middle-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 1365px) {
  .home-big-picture .middle-cont {
    transform: translate(-50%,-45%);
  }
}
.home-big-picture .middle-cont h3 {
  text-align: center;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 5.4vw;
  line-height: 5.2vw;
  letter-spacing: -4.16px;
}
@media all and (max-width: 1365px) {
  .home-big-picture .middle-cont h3 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 992px) {
  .home-big-picture .middle-cont h3 {
    font-size: 45px!important;
    line-height: 50px!important;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 767px) {
  .home-big-picture .middle-cont h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
  }
}
@media all and (max-width: 400px) {
  .home-big-picture .middle-cont h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media all and (max-width: 400px) {
  .home-big-picture .middle-cont h3.text-first {
    font-size: 30px;
  }
}
@media all and (max-width: 992px) {
  .home-big-picture .middle-cont h3 br {
    display: none;
  }
}
.home-big-picture .middle-cont h3.text-first {
  color: #F26450;
  font-size: 2.5vw;
  line-height: 3.5vw;
}
.home-big-picture .middle-cont h3.text-second {
  font-size: 3.5vw;
  line-height: 3.5vw;
}

.contact-us {
  width: 100%;
  height: 100vh;
  /* background-image: url("../images/contact-us-bg.webp"); */
  background-image: url("/public/media/uploads/editor/services.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 992px) {
  .contact-us {
    height: 50vh;
  }
}
.contact-us .inside {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .contact-us .inside {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.contact-us .inside h2 {
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -1px;
}
.contact-us .inside h2.text-first {
  color: #F26450;
}
@media all and (max-width: 1400px) {
  .contact-us .inside h2 {
    font-size: 4vw;
    line-height: 4vw;
  }
}
@media all and (max-width: 767px) {
  .contact-us .inside h2 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media all and (max-width: 575px) {
  .contact-us .inside h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (max-width: 992px) {
  .contact-us .inside a {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .contact-us .inside a span {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .contact-us .inside a {
    justify-content: center;
  }
}

@keyframes normalRotate {
  0% {
    transform: rotate(0deg) scale(1);
    filter: brightness(1) invert(0);
  }
  20% {
    filter: brightness(0) invert(1);
  }
  30% {
    filter: brightness(1) invert(0);
  }
  50% {
    transform: rotate(180deg) scale(0.7);
  }
  70% {
    filter: brightness(0) invert(1);
  }
  80% {
    filter: brightness(1) invert(0);
  }
  100% {
    transform: rotate(360deg) scale(1);
    filter: brightness(1) invert(0);
  }
}

.circle-bg-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  animation: normalRotate 80s linear infinite;
}

.circle-bg-2.pos-v2 {
  margin-top: 150px;
  margin-left: -100px;
}
.circle-bg-2.pos-v3 {
  left: auto;
  right: -200px;
}
.circle-bg-2.pos-v4 {
  left: -200px;
}
.circle-bg-2.pos-v5 {
  left: auto;
  right: -200px;
  transform: translateY(100%);
}
.circle-bg-2.pos-v6 {
  top: 470px;
  left: auto;
  right: -470px;
  transform: translateY(100%);
}
@media all and (max-width: 1100px) {
  .circle-bg-2.pos-v6 {
    right: -200px;
  }
}
@media all and (max-width: 1200px) {
  .circle-bg-2 {
    left: 50px;
  }
}
@media all and (max-width: 1100px) {
  .circle-bg-2 {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .circle-bg-2 {
    display: none;
  }
}

.our-story {
  overflow: hidden;
}
.our-story .content {
  max-width: 665px;
  margin-left: auto;
}
@media all and (max-width: 1100px) {
  .our-story .content {
    margin: 0 auto;
  }
}

.directors .inside {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1165px;
}
@media all and (max-width: 1300px) {
  .directors .inside {
    flex-direction: column;
  }
}
@media all and (max-width: 992px) {
  .directors .inside {
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .directors .inside {
    gap: 15px;
  }
}
.directors .inside .image-div {
  display: inline-block;
}
@media all and (max-width: 992px) {
  .directors .inside .image-div {
    width: 70%;
    margin-right: auto;
  }
}
@media all and (max-width: 575px) {
  .directors .inside .image-div {
    width: 100%;
    margin-right: auto;
  }
}
@media all and (max-width: 992px) {
  .directors .inside .image-div img {
    width: 100%;
  }
}
.directors .inside .content h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 24px;
}
@media all and (max-width: 992px) {
  .directors .inside .content h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .directors .inside .content h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 575px) {
  .directors .inside .content h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.directors .inside .content h3.text-first {
  color: #F26450;
}
.directors .inside .content .btn-2 {
  margin-top: 25px;
}

.our-principle {
  text-align: center;
  position: relative;
  overflow-y: hidden;
}
.our-principle .principle-bg {
  width: 100%;
  height: 100%;
}
.our-principle .principle-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/principle-left.png");
  background-size: 868px 230px;
  width: 868px;
  height: 230px;
  z-index: -2;
}
@media all and (max-width: 1400px) {
  .our-principle .principle-bg::before {
    background: url("../images/principle-full.png");
    width: 100%;
    background-size: cover;
  }
}
.our-principle .principle-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../images/principle-right.png");
  background-size: 868px 230px;
  width: 661px;
  height: 230px;
  z-index: -2;
}
@media all and (max-width: 1400px) {
  .our-principle .principle-bg::after {
    display: none;
  }
}
.our-principle h2 {
  font-size: 48px;
  line-height: 25px;
  font-weight: 100;
  margin-bottom: 30px;
}
.our-principle h2.title-1 {
  color: #F26450;
}
@media all and (max-width: 1400px) {
  .our-principle h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 992px) {
  .our-principle h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .our-principle h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .our-principle h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.our-principle h1 {
  font-size: 75px;
  line-height: 25px;
  letter-spacing: -1px;
  font-weight: 900;
  color: #F26450;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media all and (max-width: 1400px) {
  .our-principle h1 {
    font-size: 55px;
  }
}
@media all and (max-width: 992px) {
  .our-principle h1 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 48px;
  }
}
@media all and (max-width: 767px) {
  .our-principle h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .our-principle h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.our-principle h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .our-principle h3 {
    font-size: 16px;
  }
}

.human-resources-aboutus .inside {
  display: flex;
  align-items: center;
  gap: 65px;
  max-width: 1460px;
}
@media all and (max-width: 1300px) {
  .human-resources-aboutus .inside {
    flex-direction: column;
  }
}
@media all and (max-width: 992px) {
  .human-resources-aboutus .inside {
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .human-resources-aboutus .inside {
    gap: 15px;
    text-align: center;
  }
}
.human-resources-aboutus .inside .image-div {
  display: inline-block;
}
@media all and (max-width: 992px) {
  .human-resources-aboutus .inside .image-div {
    width: 70%;
    margin: auto;
  }
}
@media all and (max-width: 575px) {
  .human-resources-aboutus .inside .image-div {
    width: 100%;
  }
}
@media all and (max-width: 1366px) {
  .human-resources-aboutus .inside .image-div img {
    width: 100%;
  }
}
.human-resources-aboutus .inside .content h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 24px;
}
@media all and (max-width: 992px) {
  .human-resources-aboutus .inside .content h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .human-resources-aboutus .inside .content h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 575px) {
  .human-resources-aboutus .inside .content h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.human-resources-aboutus .inside .content h3.text-first {
  color: #F26450;
}
.human-resources-aboutus .inside .content .btn-2 {
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  .human-resources-aboutus .inside .content .btn-2 {
    margin: auto;
  }
}

.innovation-dual .inside {
  display: flex;
  align-items: center;
  gap: 65px;
  max-width: 1620px;
}
@media all and (max-width: 1300px) {
  .innovation-dual .inside {
    flex-direction: column;
    padding: 0 15px;
  }
}
@media all and (max-width: 992px) {
  .innovation-dual .inside {
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .innovation-dual .inside {
    gap: 15px;
    padding: 0;
  }
}
.innovation-dual .inside .box-div {
  width: 100%;
  height: 780px;
  background-color: #F26450;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 130px;
}
@media all and (max-width: 1575px) {
  .innovation-dual .inside .box-div {
    padding: 80px 50px;
    height: auto;
  }
}
@media all and (max-width: 1300px) {
  .innovation-dual .inside .box-div {
    order: 1;
  }
}
@media all and (max-width: 767px) {
  .innovation-dual .inside .box-div {
    padding: 50px 35px;
  }
}
@media all and (max-width: 575px) {
  .innovation-dual .inside .box-div {
    padding: 35px 15px;
  }
}
.innovation-dual .inside .box-div .text-area {
  text-align: right;
  max-width: 480px;
  font-size: 30px;
  line-height: 39px;
}
@media all and (max-width: 1300px) {
  .innovation-dual .inside .box-div .text-area {
    max-width: none;
  }
}
@media all and (max-width: 1100px) {
  .innovation-dual .inside .box-div .text-area {
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .innovation-dual .inside .box-div .text-area {
    font-size: 20px;
    line-height: 29px;
  }
}
@media all and (max-width: 575px) {
  .innovation-dual .inside .box-div .text-area {
    font-size: 18px;
  }
}
.innovation-dual .inside .box-div .text-area img {
  width: 40px;
}
.innovation-dual .inside .content {
  max-width: 660px;
}
@media all and (max-width: 1575px) {
  .innovation-dual .inside .content {
    max-width: 550px;
  }
}
@media all and (max-width: 1300px) {
  .innovation-dual .inside .content {
    order: 2;
    max-width: none;
  }
}
.innovation-dual .inside .content h3 {
  letter-spacing: -0.35px;
}
.innovation-dual .inside .content h3.second {
  font-size: 39px;
  line-height: 45px;
}
@media all and (max-width: 992px) {
  .innovation-dual .inside .content h3.second {
    font-size: 28px;
    line-height: 37px;
  }
}
@media all and (max-width: 767px) {
  .innovation-dual .inside .content h3.second {
    font-size: 25px;
    line-height: 33px;
  }
}
@media all and (max-width: 575px) {
  .innovation-dual .inside .content h3.second {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
  }
}

.sustainability-dual .inside {
  display: flex;
  justify-content: space-between;
  max-width: 1620px;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media all and (max-width: 1800px) {
  .sustainability-dual .inside {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sustainability-dual .inside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6E6E6E;
  width: 720px;
  height: 1080px;
  z-index: -1;
}
@media all and (max-width: 1800px) {
  .sustainability-dual .inside::before {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .sustainability-dual .inside {
    flex-direction: column;
    padding: 50px 15px;
  }
}
@media all and (max-width: 767px) {
  .sustainability-dual .inside {
    padding: 0;
  }
}
.sustainability-dual .inside .box-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 80px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1800px) {
  .sustainability-dual .inside .box-div {
    background-color: #6E6E6E;
  }
}
@media all and (max-width: 1575px) {
  .sustainability-dual .inside .box-div {
    padding: 80px 85px;
    height: auto;
  }
}
@media all and (max-width: 1300px) {
  .sustainability-dual .inside .box-div {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .sustainability-dual .inside .box-div {
    padding: 50px 35px;
  }
}
@media all and (max-width: 575px) {
  .sustainability-dual .inside .box-div {
    padding: 35px 15px;
  }
}
.sustainability-dual .inside .box-div .text-area {
  max-width: 480px;
  font-size: 30px;
  line-height: 39px;
}
@media all and (max-width: 1300px) {
  .sustainability-dual .inside .box-div .text-area {
    max-width: none;
  }
}
.sustainability-dual .inside .box-div .text-area h3 {
  font-size: 32px;
  font-weight: 100;
  line-height: 38px;
  margin-bottom: 50px;
}
@media all and (max-width: 1400px) {
  .sustainability-dual .inside .box-div .text-area h3 {
    font-size: 28px;
  }
}
@media all and (max-width: 992px) {
  .sustainability-dual .inside .box-div .text-area h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .sustainability-dual .inside .box-div .text-area h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.sustainability-dual .inside .box-div .text-area h4 {
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .sustainability-dual .inside .box-div .text-area h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 1300px) {
  .sustainability-dual .inside .img-div {
    order: 1;
  }
}

.img-with-quote .content {
  max-width: 1000px;
  margin: 0 auto;
}
.img-with-quote .content img {
  margin: 43px 0;
}
@media all and (max-width: 992px) {
  .img-with-quote .content img {
    margin: 25px 0;
    width: 40px;
  }
}
.img-with-quote .content h5 {
  font-style: italic;
  font-weight: 300;
  font-size: 25px;
  color: #F26450;
  line-height: 38px;
}
@media all and (max-width: 992px) {
  .img-with-quote .content h5 {
    font-size: 22px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .img-with-quote .content h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

/* -----------------------------------------------------------*/

footer {
  position: relative;
}
@media all and (max-width: 767px) {
  footer {
    overflow: hidden;
    padding-bottom: 70px;
  }
}
footer::after {
  content: "";
  position: absolute;
  background: url("../images/footer-polygon.png");
  width: 684px;
  height: 859px;
  top: 0px;
  right: 0;
  z-index: -1;
}
@media all and (max-width: 992px) {
  footer::after {
    width: 430px;
  }
}
@media all and (max-width: 767px) {
  footer::after {
    top: -164px;
  }
}
@media all and (max-width: 575px) {
  footer::after {
    top: 50px;
    width: 328px;
    height: 505px;
    background-size: contain;
  }
}
footer .outside {
  position: relative;
  border-top: 1px solid #BCBEC2;
  border-bottom: 1px solid #BCBEC2;
}
@media all and (max-width: 1600px) {
  footer .outside {
    padding-left: 70px;
  }
}
@media all and (max-width: 992px) {
  footer .outside {
    padding: 0 25px;
  }
}
@media all and (max-width: 768px) {
  footer .outside {
    padding: 0 10px;
  }
}
@media all and (max-width: 767px) {
  footer .outside {
    padding: 65px 31px 0px;
    padding-bottom: 25px;
  }
}
@media all and (max-width: 575px) {
  footer .outside {
    border-bottom: none;
    padding-bottom: 0;
  }
}
footer .outside .inside {
  padding-top: 115px;
  padding-bottom: 185px;
  position: relative;
}
@media all and (max-width: 1200px) {
  footer .outside .inside {
    padding-bottom: 145px;
  }
}
@media all and (max-width: 1100px) {
  footer .outside .inside {
    padding-top: 75px;
  }
}
@media all and (max-width: 992px) {
  footer .outside .inside {
    padding-top: 55px;
  }
}
@media all and (max-width: 767px) {
  footer .outside .inside {
    padding: 0;
  }
}
@media all and (max-width: 575px) {
  footer .outside .inside .links .link {
    margin-bottom: 25px !important;
  }
}
footer .outside .inside .links .link:not(:last-child) {
  margin-right: 75px;
}
@media all and (max-width: 992px) {
  footer .outside .inside .links .link:not(:last-child) {
    margin: 0;
  }
}
footer .outside .inside .links .link .link-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #F26450;
  margin-bottom: 16px;
  display: block;
  font-family: "Roboto", sans-serif;
}
@media all and (max-width: 992px) {
  footer .outside .inside .links .link .link-title {
    font-size: 18px;
  }
}
footer .outside .inside .links .link .link-small-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #F26450;
  margin-bottom: 16px;
  display: block;
  font-family: "Roboto", sans-serif;
}
@media all and (max-width: 992px) {
  footer .outside .inside .links .link .link-small-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
footer .outside .inside .links .link .link-title,
footer .outside .inside .links .link .link-small-title {
  transition: all 0.25s ease;
}
footer .outside .inside .links .link .link-title:hover,
footer .outside .inside .links .link .link-small-title:hover {
  margin-left: 5px;
}
footer .outside .inside .links .link .list-item {
  padding: 0;
  padding-left: 13px;
  list-style: none;
}
footer .outside .inside .links .link .list-item > li {
  position: relative;
  cursor: pointer;
}
footer .outside .inside .links .link .list-item > li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  margin-left: -12px;
  background: url("../images/icons/list-before-v3.png") no-repeat;
}
footer .outside .inside .links .link .list-item > li a {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  transition: 0.2s ease;
  padding-left: 3px;
  font-family: "Roboto Condensed", sans-serif;
}
footer .outside .inside .links .link .list-item > li a:hover {
  color: #F26450;
}
footer .outside .inside .links .link .list-item > li .footer-if-opened {
  position: relative;
  margin-left: 13px;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
footer .outside .inside .links .link .list-item > li .footer-if-opened::before {
  content: "";
  position: absolute;
  left: -13px;
  width: 1px;
  height: 100%;
  background-color: rgba(139, 68, 60, 0.5);
}
footer .outside .inside .links .link .list-item > li .footer-if-opened li {
  position: relative;
}
footer .outside .inside .links .link .list-item > li .footer-if-opened li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  margin-left: -12px;
  background: url("../images/icons/list-before-v3.png") no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
footer .outside .inside .links .link .list-item > li .footer-if-opened li a {
  color: #898989;
}
footer .outside .inside .links .link .list-item > li .footer-if-opened li:hover::before {
  visibility: visible;
  opacity: 1;
}
footer .outside .inside .links .link .list-item > li.active .footer-if-opened {
  transition-duration: 0.6s;
  opacity: 1;
  visibility: visible;
  height: auto;
}
footer .outside .inside .links .link .btn-3 {
  font-size: 16px;
  font-weight: 400;
  color: #F26450 !important;
}
@media all and (max-width: 575px) {
  footer .outside .inside .links .link .btn-3 {
    margin-top: 0;
  }
}
footer .outside .inside .links .link .btn-3::before {
  content: url("../images/icons/long-arrow-orange.png");
}
footer .outside .inside .links .link .btn-3:hover::before {
  content: url("../images/icons/middle-arrow-white.png");
}
@media all and (max-width: 1366px) {
  footer .outside .inside .inside-right {
    padding-left: 50px;
  }
}
@media all and (max-width: 1200px) {
  footer .outside .inside .inside-right {
    padding-left: 0px;
  }
}
footer .outside .inside .media {
  position: absolute;
  bottom: 95px;
  left: 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1201px) {
  footer .outside .inside .media {
    bottom: 95px;
    left: auto;
    right: 50px;
  }
}
@media all and (max-width: 1100px) {
  footer .outside .inside .media {
    bottom: 105px;
    right: 0;
  }
}
@media all and (max-width: 992px) {
  footer .outside .inside .media {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  footer .outside .inside .media {
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
footer .outside .inside .media form {
  width: 480px;
  height: 60px;
  background-color: transparent;
  border: 1px solid #BCBEC2;
  border-radius: 60px;
  padding-left: 30px;
  padding-right: 7px;
}
@media all and (max-width: 575px) {
  footer .outside .inside .media form {
    width: 100%;
  }
}
footer .outside .inside .media form .newsletter {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
}
footer .outside .inside .media form .newsletter .newsletter-input {
  width: 90%;
  height: 100%;
  height: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  color: #989898;
}
footer .outside .inside .media form .newsletter .newsletter-input::placeholder {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.36px;
}
footer .outside .inside .media form .newsletter #form-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #F26450;
  color: #fff;
  border: none;
}
footer .outside .inside .media form .form-checkbox {
  margin-top: 13px;
  display: flex;
  cursor: pointer;
}
footer .outside .inside .media form .form-checkbox .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
footer .outside .inside .media form .form-checkbox .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
footer .outside .inside .media form .form-checkbox .form-check-input:checked {
  border: 1px solid #F26450;
}
footer .outside .inside .media form .form-checkbox label {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
}
footer .outside .inside .media .social {
  position: relative;
  margin-top: 100px;
  margin-right: auto;
}
@media all and (max-width: 1200px) {
  footer .outside .inside .media .social {
    margin-top: 70px;
    margin-left: 35px;
  }
}
@media all and (max-width: 767px) {
  footer .outside .inside .media .social {
    margin: 0;
    margin-top: 80px;
  }
}
footer .outside .inside .media .social .social-links {
  display: flex;
  gap: 10px;
  position: relative;
}
@media all and (max-width: 1400px) {
  footer .outside .inside .media .social .social-links {
    margin-left: 0;
  }
}
footer .outside .inside .media .social .social-links a {
  color: #ACACAC;
  font-size: 22px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #F26450;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
footer .outside .inside .media .social .social-links a:hover {
  color: #fff;
  border: 1px solid #fff;
}
footer .outside .inside .footer-lang {
  margin-top: 70px;
}
@media all and (max-width: 1200px) {
  footer .outside .inside .footer-lang {
    margin-top: 50px;
    margin-left: 35px;
  }
}
@media all and (max-width: 767px) {
  footer .outside .inside .footer-lang {
    display: none;
  }
}
footer .outside .inside .footer-lang #lang {
  bottom: inherit;
  right: inherit;
  position: static;
}
footer .outside .inside .footer-lang #lang button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
}
footer .outside .inside .footer-lang #lang .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
footer .outside .inside .footer-lang #lang .dropdown-item {
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: #000;
  color: #fff;
}
footer .outside .symbol {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 46px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  footer .outside .symbol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 37px;
  }
}
footer .outside .symbol:hover #Path_127,
footer .outside .symbol:hover #Path_128 {
  animation: flush 1.5s linear infinite;
}
footer .outside .scroll-top {
  display: block;
  width: 22px;
  position: absolute;
  z-index: 20;
  left: 28px;
  bottom: 303px;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  footer .outside .scroll-top {
    left: 50px;
    bottom: 50px;
  }
}
@media all and (max-width: 992px) {
  footer .outside .scroll-top {
    left: auto;
    right: 50px;
    bottom: 150px;
  }
}
footer .outside .scroll-top img {
  transform: rotate(180deg);
}
footer .outside .scroll-top span {
  writing-mode: vertical-lr;
  font-size: 15px;
  margin-bottom: 7px;
  color: #F26450;
  font-weight: 300;
  transform: rotate(180deg);
}
@media all and (max-width: 767px) {
  footer .outside .footer-lang,
  footer .outside .scroll-top {
    display: none;
  }
}
footer .copyright-area {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  footer .copyright-area {
    margin-top: 32px;
    padding: 0 31px;
  }
}
footer .copyright-area .policy-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 42px;
}
@media all and (max-width: 992px) {
  footer .copyright-area .policy-links {
    gap: 25px;
    flex-wrap: wrap;
  }
}
/*@media all and (max-width: 575px) {*/
/*  footer .copyright-area .policy-links {*/
/*    display: none;*/
/*  }*/
/*}*/
footer .copyright-area .policy-links a {
  font-size: 14px;
  text-decoration: underline;
}
footer .policy-links-solo {
  display: none;
}
@media all and (max-width: 575px) {
  footer .policy-links-solo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F26450;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 22px;
  }
}
footer .copyright {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 31px;
  text-align:center;
}
footer .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  footer .logos {
    margin-bottom: 30px;
  }
}
footer .logos .plus {
  font-size: 22px;
  margin: 0;
  line-height: 1;
  position: relative;
  top: 7px;
}

@media all and (max-width: 767px) {
  .mopad-none {
    padding: 0 !important;
  }
}


.certificate-area .title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 36px;
}
@media all and (max-width: 767px) {
  .certificate-area .title {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .certificate-area .btn-2 {
    text-align: center;
    margin: 0 auto;
  }
}

.m-v .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .m-v .box {
    max-width: none;
  }
}
.m-v .box h5 {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 33px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 22px;
}
@media all and (max-width: 992px) {
  .m-v .box h5 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .m-v .box h5 {
    font-size: 20px;
  }
}
@media all and (max-width: 575px) {
  .m-v .box h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
}

.why-elektron {
  padding: 0 75.5px !important;
}
@media all and (max-width: 767px) {
  .why-elektron {
    padding: 0;
  }
}

.our-values .box {
  position: relative;
  max-width: 525px;
  margin-bottom: 100px;
}
.our-values .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 178px;
  background: url("../images/value-before.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
.our-values .box .content {
  padding-top: 37px;
  padding-left: 85px;
}
.our-values .inside {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  gap: 20px;
}
@media all and (max-width: 1100px) {
  .our-values .inside .box {
    max-width: 350px;
  }
}
.our-values .inside-slider {
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  .our-values .inside-slider {
    padding: 0;
  }
}
.our-values .inside-slider .box {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .our-values .inside-slider .box .content {
    padding-left: 50px;
  }
}
.our-values .inside-slider .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 178px;
  background: url("../images/value-before.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .our-values .inside-slider .box::before {
    width: 100px;
    height: 120px;
    left: 50px;
  }
}
@media all and (max-width: 767px) {
  .our-values .inside-slider .box::before {
    width: 100px;
    height: 120px;
    left: 10px;
  }
}

.fullwidth {
  background: url("../images/triangle-wp.png") no-repeat #383C43;
  background-position: center;
  height: 900px;
}
@media all and (max-width: 1100px) {
  .fullwidth {
    height: 500px;
    background-size: contain;
  }
}
@media all and (max-width: 575px) {
  .fullwidth {
    height: 400px;
    background-size: contain;
  }
}
.fullwidth .content {
  margin: 0 auto;
  text-align: center;
  max-width: 820px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 767px) {
  .fullwidth .content {
    width: 90%;
    margin: 0 auto;
  }
}
.fullwidth .content h3 {
  font-size: 48px;
  font-weight: 100;
  line-height: 25px;
  margin-bottom: 35px;
}
@media all and (max-width: 1366px) {
  .fullwidth .content h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .fullwidth .content h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 992px) {
  .fullwidth .content h3 {
    font-size: 29px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .fullwidth .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.fullwidth .content h2 {
  color: #F26450;
  font-size: 45px;
  line-height: 47px;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
  padding: 0 70px;
}
@media all and (max-width: 1366px) {
  .fullwidth .content h2 {
    font-size: 38px;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  .fullwidth .content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (max-width: 992px) {
  .fullwidth .content h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 575px) {
  .fullwidth .content h2 {
    font-size: 19px;
    line-height: 25px;
  }
}
.fullwidth .content h5 {
  font-size: 29px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 40px;
}
.fullwidth .content h5 span {
  font-weight: 500;
}
@media all and (max-width: 1366px) {
  .fullwidth .content h5 {
    font-size: 26px;
  }
}
@media all and (max-width: 1200px) {
  .fullwidth .content h5 {
    font-size: 21px;
    line-height: 32px;
  }
}
@media all and (max-width: 992px) {
  .fullwidth .content h5 {
    font-size: 18px;
  }
}
@media all and (max-width: 575px) {
  .fullwidth .content h5 {
    font-size: 16px;
    line-height: 25px;
  }
}

#human-res-2 .inside {
  max-width: 1620px;
  gap: 30px;
}
@media all and (max-width: 1700px) {
  #human-res-2 .inside {
    flex-direction: column;
    max-width: 1165px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  #human-res-2 .inside {
    flex-direction: column;
    max-width: 1165px;
    padding-right: 0;
    margin: 0 auto;
  }
}
#human-res-2 .inside .image-div {
  width: 100% !important;
}
@media all and (max-width: 1700px) {
  #human-res-2 .inside .image-div img {
    width: 100%;
  }
}
#human-res-2 .inside .content {
  text-align: right;
}
@media all and (max-width: 1700px) {
  #human-res-2 .inside .content {
    text-align: left;
    order: 2;
    padding: 0 15px;
  }
}
@media all and (max-width: 992px) {
  #human-res-2 .inside .content {
    text-align: left;
    order: 2;
    padding: 0;
  }
}
#human-res-2 .inside .content h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  line-height: 53px;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0;
}
@media all and (max-width: 1700px) {
  #human-res-2 .inside .content h3 br {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  #human-res-2 .inside .content h3 {
    font-size: 40px;
  }
}
@media all and (max-width: 575px) {
  #human-res-2 .inside .content h3 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.5px;
  }
}
#human-res-2 .inside .content h5 {
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 19px;
}
@media all and (max-width: 1200px) {
  #human-res-2 .inside .content h5 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 575px) {
  #human-res-2 .inside .content h5 {
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 992px) {
  .quality-pol .title-medium {
    font-size: 25px;
    line-height: 33px;
  }
}
@media all and (max-width: 572px) {
  .quality-pol .title-medium {
    font-size: 20px;
    line-height: 29px;
  }
}
@media all and (max-width: 1100px) {
  .quality-pol .content {
    margin: 0;
  }
}
.quality-pol .our-values .inside .box {
  max-width: 605px;
}

.picture-and-text .bg-manuel {
  position: absolute;
  bottom: 0;
  left: 22px;
  width: calc(100% - 44px);
}
@media all and (max-width: 575px) {
  .picture-and-text .bg-manuel {
    display: none;
  }
}
.picture-and-text .inside .content .text-first {
  font-weight: 300;
  margin-bottom: 40px;
}
@media all and (max-width: 992px) {
  .picture-and-text .inside .content .text-first {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .picture-and-text .inside .content .text-first {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.picture-and-text .inside .content h4 {
  font-size: 29px;
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 38px;
}
@media all and (max-width: 992px) {
  .picture-and-text .inside .content h4 {
    font-size: 22px;
    line-height: 31px;
  }
}
@media all and (max-width: 767px) {
  .picture-and-text .inside .content h4 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media all and (max-width: 575px) {
  .picture-and-text .inside .content h4 {
    font-size: 18px;
  }
}
.picture-and-text .inside .content p {
  font-size: 18px;
}
.picture-and-text .inside .content .btn-2 {
  margin-top: 60px;
}
@media all and (max-width: 992px) {
  .picture-and-text .inside .content .btn-2 {
    margin-top: 35px;
  }
}
@media all and (max-width: 767px) {
  .picture-and-text .inside .content .btn-2 {
    margin-top: 25px;
  }
}
@media all and (max-width: 992px) {
  .picture-and-text.if-big-text .image-div {
    max-width: 450px;
  }
}
@media all and (max-width: 767px) {
  .picture-and-text.if-big-text .image-div {
    margin: 0 auto;
  }
}

.two-box .first {
  display: inline-block;
}
.two-box .second {
  position: relative;
  padding: 70px 60px 65px;
  background-color: #F26450;
  margin-left: auto;
  margin-top: -240px;
  max-width: 550px;
}
@media all and (max-width: 1100px) {
  .two-box .second {
    max-width: none;
    margin-top: 0;
    padding: 50px 30px;
  }
}
@media all and (max-width: 575px) {
  .two-box .second {
    padding: 30px 15px;
  }
}
.two-box .second h3 {
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .two-box .second h3 {
    margin-bottom: 10px;
  }
}
.two-box .second .btn-2 {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 50px;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .two-box .second .btn-2 {
    margin-top: 25px;
  }
}
.two-box .second .btn-2:hover {
  color: #F26450;
  box-shadow: none;
  background-color: #fff;
}
.two-box.version-2 .inside {
  padding: 0 25px;
}
@media all and (max-width: 992px) {
  .two-box.version-2 .inside {
    padding: 0;
  }
}
.two-box.version-2 .inside .first {
  display: block;
}
.two-box.version-2 .inside .first img {
  display: block;
  margin-left: auto;
}
@media all and (max-width: 1100px) {
  .two-box.version-2 .inside .first img {
    width: 100%;
  }
}
.two-box.version-2 .inside .second {
  margin-left: 0;
  margin-right: auto;
  margin-top: -365px;
  background-color: #989EA1;
}
@media all and (max-width: 1100px) {
  .two-box.version-2 .inside .second {
    margin-top: 0;
  }
}
.two-box.version-2 .inside .second .btn-2 {
  font-weight: 400;
}
.two-box.version-2 .inside .second .btn-2:hover {
  color: #989EA1;
}
.two-box.version-3 .inside {
  padding: 0 25px;
  position: relative;
}
@media all and (max-width: 992px) {
  .two-box.version-3 .inside {
    padding: 0;
  }
}
.two-box.version-3 .inside .first {
  display: block;
}
.two-box.version-3 .inside .first img {
  display: block;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .two-box.version-3 .inside .first img {
    width: 100%;
  }
}
.two-box.version-3 .inside .second {
  position: absolute;
  left: 0;
  bottom: 130px;
}
@media all and (max-width: 1200px) {
  .two-box.version-3 .inside .second {
    position: static;
    margin-top: 0;
  }
}
.two-box.version-3 .inside .second .btn-2 {
  font-weight: 400;
}
.two-box.version-3 .inside .second .btn-2:hover {
  color: #989EA1;
}
.two-box.version-3 article {
  padding: 0 25px;
}
@media all and (max-width: 992px) {
  .two-box.version-3 article {
    padding: 0;
  }
}

.horizontal .inside {
  display: flex;
  padding: 0 75.5px;
}
@media all and (max-width: 1450px) {
  .horizontal .inside {
    flex-direction: column;
    padding: 0 15px;
  }
}
.horizontal .inside .img-div img {
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1450px) {
  .horizontal .inside .img-div img {
    width: 100%;
    height: auto;
  }
}
.horizontal .inside .box {
  background-color: #1F272E;
  padding: 35px 30px;
  width: 100%;
}
.horizontal .inside .box h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 19px;
}
.horizontal .inside .box .btn-2 {
  margin-top: 24px;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 400;
}
.horizontal .inside .box .btn-2:hover {
  box-shadow: none;
  background-color: #fff;
  color: #1F272E;
}

.big-pic-manuel {
  position: relative;
  z-index: 30;
}
.big-pic-manuel .picture {
  overflow: hidden;
}
.big-pic-manuel .picture img {
  transition: all 3.5s ease-in-out;
  object-fit: cover;
}
@media all and (max-width: 525px) {
  .big-pic-manuel .picture img  {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .big-pic-manuel {
    padding: 0 10px;
  }
}
.big-pic-manuel .middle-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 800px;
}
@media all and (max-width: 767px) {
  .big-pic-manuel .middle-cont {
    left: 0;
    transform: translate(0, -50%);
    padding: 0 30px;
  }
}
@media all and (max-width: 575px) {
  .big-pic-manuel .middle-cont {
    padding: 0 15px;
  }
}
@media all and (max-width: 475px) {
  .big-pic-manuel .middle-cont {
    padding: 0 10px;
  }
}
.big-pic-manuel .middle-cont h3 {
  letter-spacing: -1px;
}
.big-pic-manuel .middle-cont h3.text-first {
  font-size: 6rem;
  line-height: 5.7rem;
  color: #F26450;
}
@media all and (max-width: 1400px) {
  .big-pic-manuel .middle-cont h3.text-first {
    font-size: 4.75rem;
    line-height: 4.75rem;
  }
}
@media all and (max-width: 1200px) {
  .big-pic-manuel .middle-cont h3.text-first {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media all and (max-width: 992px) {
  .big-pic-manuel .middle-cont h3.text-first {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media all and (max-width: 768px) {
  .big-pic-manuel .middle-cont h3.text-first {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media all and (max-width: 600px) {
  .big-pic-manuel .middle-cont h3.text-first {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
.big-pic-manuel .middle-cont h3.text-second {
  font-size: 4.75rem;
  line-height: 4.5rem;
}
@media all and (max-width: 1400px) {
  .big-pic-manuel .middle-cont h3.text-second {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media all and (max-width: 1200px) {
  .big-pic-manuel .middle-cont h3.text-second {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media all and (max-width: 992px) {
  .big-pic-manuel .middle-cont h3.text-second {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
@media all and (max-width: 600px) {
  .big-pic-manuel .middle-cont h3.text-second {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 575px) {
  .big-pic-manuel .middle-cont h3.text-second {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media all and (max-width: 992px) {
  .big-pic-manuel .middle-cont h3.text-second br {
    display: none;
  }
}
.big-pic-manuel .middle-cont a {
  display: inline-block;
  padding: 15px 70px;
  color: #fff;
  font-weight: 800;
  background-color: #F26450;
  border: 1px solid #F26450;
  border-radius: 50px;
  transition: all 0.4s ease;
}
.big-pic-manuel .middle-cont a:hover {
  background-color: #b24737;
  border: 1px solid #fff;
}
@media all and (max-width: 767px) {
  .big-pic-manuel .middle-cont a {
    padding: 5px 60px;
    font-size: 15px;
  }
}

.double-box .box {
  padding: 55px 40px 80px 80px;
  height: 430px;
  position: relative;
  background-image: url("../images/bg-right.png");
  background-size: 280px 325px;
  background-position: center right;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .double-box .box {
    padding: 55px 30px;
  }
}
@media all and (max-width: 767px) {
  .double-box .box {
    height: auto;
  }
}
@media all and (max-width: 575px) {
  .double-box .box {
    padding: 30px 20px;
  }
}
.double-box .box.left {
  background-color: #F26450;
}
.double-box .box.right {
  background-color: #FFA556;
  background-image: url("../images/bg-right-2.png");
}
.double-box .box .up .title {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.6px;
  margin-bottom: 24px;
}
@media all and (max-width: 1200px) {
  .double-box .box .up .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media all and (max-width: 992px) {
  .double-box .box .up .title {
    font-size: 32px;
    line-height: 35px;
  }
}
.double-box .box .btn-1 {
  border: 1px solid #fff;
  margin-top: 35px;
}
.double-box .box .btn-1 span {
  background-color: #fff;
}

@media all and (min-width: 1600px) {
  .page-em-jo .inside .content {
    margin-left: 80px;
  }
}
@media all and (min-width: 1200px) {
  .page-em-jo .inside .content {
    margin-bottom: 120px;
  }
}
@media all and (min-width: 1600px) {
  .page-em-jo .inside .content .title-medium {
    font-size: 38px;
  }
}
.page-em-jo .inside .content h4 {
  font-weight: 300;
}
@media all and (min-width: 1600px) {
  .page-em-jo .inside .content h4 {
    font-size: 2.2rem;
    line-height: 42px;
  }
}

.per-eva .image-div {
  position: relative;
}
.per-eva .image-div img {
  display: block;
  margin-left: auto;
}
@media all and (max-width: 1450px) {
  .per-eva .image-div img {
    width: 100%;
  }
}
.per-eva .image-div .content-div {
  background-color: #1F272E;
  position: absolute;
  width: 800px;
  height: 620px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1735px) {
  .per-eva .image-div .content-div {
    z-index: 1;
  }
}
@media all and (max-width: 1450px) {
  .per-eva .image-div .content-div {
    position: static;
    transform: translateY(0);
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.per-eva .image-div .content-div .content {
  max-width: 475px;
}
@media all and (max-width: 1450px) {
  .per-eva .image-div .content-div .content {
    max-width: none;
    padding: 100px 70px;
  }
}
@media all and (max-width: 992px) {
  .per-eva .image-div .content-div .content {
    padding: 50px 35px;
  }
}
@media all and (max-width: 575px) {
  .per-eva .image-div .content-div .content {
    padding: 25px 15px;
  }
}
@media all and (min-width: 768px) {
  .per-eva .image-div .content-div .content p {
    font-weight: 100;
    font-size: 22px;
    line-height: 31px;
  }
}
.per-eva article {
  padding: 0 45px;
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  .per-eva article {
    padding: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .per-eva article {
    margin-top: 30px;
  }
}

.social-life .image-div {
  position: relative;
}
.social-life .image-div img {
  display: block;
  margin-left: auto;
}
@media all and (max-width: 1450px) {
  .social-life .image-div img {
    width: 100%;
  }
}
.social-life .image-div .content-div {
  position: absolute;
  width: 500px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1450px) {
  .social-life .image-div .content-div {
    padding:0 65px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media all and (max-width: 1100px) {
  .social-life .image-div .content-div {
    position: static;
    transform: translateY(0);
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 35px;
    padding:0;
    background-color: transparent;
  }
}
@media all and (max-width: 768px) {
  .social-life .image-div .content-div {
    margin-top: 20px;
  }
}
.social-life .image-div .content-div .content {
  max-width: 500px;
  text-align: right;
}
@media all and (max-width: 1450px) {
  .social-life .image-div .content-div .content {
    max-width: none;
    text-align: left;
  }
}
.social-life .image-div .content-div .content h2 {
  font-size: 75px;
  line-height: 80px;
  color: #F26450;
  font-weight: 300;
}
@media all and (max-width: 1250px) {
  .social-life .image-div .content-div .content h2 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media all and (max-width: 992px) {
  .social-life .image-div .content-div .content h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media all and (max-width: 767px) {
  .social-life .image-div .content-div .content h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (max-width: 1250px) {
  .social-life .image-div .content-div .content h2 br {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .social-life .image-div .content-div .content p {
    font-weight: 100;
    font-size: 22px;
    line-height: 31px;
  }
}

@media all and (min-width: 992px) {
  .content-and-two-box .content {
    margin-top: 60px;
  }
}
.content-and-two-box .boxes {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .content-and-two-box .boxes {
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .content-and-two-box .boxes {
    flex-direction: column;
    gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .content-and-two-box .boxes {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.content-and-two-box .boxes .box-2 {
  margin-top: 125px;
}
@media all and (max-width: 1200px) {
  .content-and-two-box .boxes .box-2 {
    margin-top: 0px;
  }
}

@media all and (min-width: 1600px) {
  .polygon-between .inside-2 {
    padding: 0 50px;
  }
}
.polygon-between .inside-2 .box {
  height: 291px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='252.899' height='291.953' viewBox='0 0 252.899 291.953'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' y1='0.135' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2355211a'/%3E%3Cstop offset='1' stop-color='%23f26450'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_450' data-name='Path 450' d='M321.922,267.722l145.864-252.9L613.875,267.59Z' transform='translate(267.722 -321.922) rotate(90)' opacity='0.25' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 252px 290px;
  background-position: left center;
  transition: background 0.4s ease;
}
.polygon-between .inside-2 .box:hover:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='252.899' height='291.953' viewBox='0 0 252.899 291.953'%3E%3Cpath id='Path_676' data-name='Path 676' d='M321.922,267.722l145.864-252.9L613.875,267.59Z' transform='translate(267.722 -321.922) rotate(90)' fill='rgba(242,100,80,0.89)' opacity='0.8'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 768px) {
  .polygon-between .inside-2 .box {
    height: 200px;
    background-size: 175px 200px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .polygon-between .inside-2 .box {
    background-image: none !important;
    height: auto;
    margin-bottom: 15px;
    flex-direction: column !important;
    text-align: left !important;
    align-items: flex-start;
  }
}
.polygon-between .inside-2 .box.box-reverse {
  flex-direction: row-reverse;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='252.899' height='291.953' viewBox='0 0 252.899 291.953'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' y1='0.865' x2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2355211a'/%3E%3Cstop offset='1' stop-color='%23f26450'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_454' data-name='Path 454' d='M0,0,145.864,252.9,291.953.132Z' transform='translate(252.899) rotate(90)' opacity='0.25' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}
.polygon-between .inside-2 .box.box-reverse:hover:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='252.899' height='291.953' viewBox='0 0 252.899 291.953'%3E%3Cpath id='Path_677' data-name='Path 677' d='M0,0,145.864,252.9,291.953.132Z' transform='translate(252.899) rotate(90)' fill='rgba(242,100,80,0.89)' opacity='0.8'/%3E%3C/svg%3E%0A");
}
.polygon-between .inside-2 .box.box-reverse .content {
  text-align: right;
}
.polygon-between .inside-2 .box.box-reverse .content .number {
  margin-left: 43px;
  margin-right: 37px;
}
@media all and (max-width: 768px) {
  .polygon-between .inside-2 .box.box-reverse .content .number {
    margin-right: 35px;
    margin-left: 25px;
  }
}
@media all and (max-width: 575px) {
  .polygon-between .inside-2 .box.box-reverse .content {
    text-align: left;
  }
}
.polygon-between .inside-2 .box.polygon-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='252.899' height='291.953' viewBox='0 0 252.899 291.953'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='gray'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_452' data-name='Path 452' d='M321.922,267.722l145.864-252.9L613.875,267.59Z' transform='translate(267.722 -321.922) rotate(90)' opacity='0.08' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}
.polygon-between .inside-2 .box .number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 55px;
  font-weight: bold;
  line-height: 41px;
  color: #F26450;
  margin-right: 43px;
  margin-left: 37px;
}
@media all and (max-width: 768px) {
  .polygon-between .inside-2 .box .number {
    font-size: 45px;
    line-height: 36px;
    margin-right: 25px;
    margin-left: 35px;
  }
}
@media all and (max-width: 575px) {
  .polygon-between .inside-2 .box .number {
    font-size: 25px;
    line-height: 30px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.polygon-between .inside-2 .box .content h5 {
  color: #F26450;
  font-size: 35px;
  font-weight: 300;
  line-height: 41px;
  margin-bottom: 14px;
}
@media all and (max-width: 768px) {
  .polygon-between .inside-2 .box .content h5 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 36px;
  }
}
@media all and (max-width: 575px) {
  .polygon-between .inside-2 .box .content h5 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
@media all and (max-width: 575px) {
  .polygon-between .inside-2 .box .content p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}

.career-ladder .inside {
  padding-top: 120px;
  padding-bottom: 300px;
  position: relative;
}
@media all and (max-width: 992px) {
  .career-ladder .inside {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .career-ladder .inside {
    padding: 0 15px;
  }
}
.career-ladder .inside::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #BCBEC2;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .career-ladder .inside::before {
    display: none;
  }
}
.career-ladder .inside .box {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin-bottom: 160px;
}
.career-ladder .inside .box:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .career-ladder .inside .box {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .career-ladder .inside .box {
    gap: 20px;
    flex-direction: column !important;
    margin-bottom: 30px;
  }
}
.career-ladder .inside .box.to-right .img-box {
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .career-ladder .inside .box.to-right .img-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.career-ladder .inside .box.to-right .img-box img {
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .career-ladder .inside .box.to-right .img-box img {
    margin-left: 0;
    margin-right: 0;
  }
}
.career-ladder .inside .box.to-left {
  flex-direction: row-reverse;
}
@media all and (max-width: 992px) {
  .career-ladder .inside .box.to-left {
    flex-direction: row;
  }
}
.career-ladder .inside .box.to-left .img-box {
  margin-right: auto;
}
@media all and (max-width: 992px) {
  .career-ladder .inside .box.to-left .img-box {
    margin-right: 0;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .career-ladder .inside .box.to-left .img-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.career-ladder .inside .box.to-left .img-box img {
  margin-right: auto;
}
@media all and (max-width: 992px) {
  .career-ladder .inside .box.to-left .img-box img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .career-ladder .inside .box.to-left .img-box img {
    margin-left: 0;
    margin-right: 0;
  }
}
.career-ladder .inside .box.to-left .content {
  text-align: right;
}
@media all and (max-width: 992px) {
  .career-ladder .inside .box.to-left .content {
    text-align: left;
  }
}
.career-ladder .inside .box img {
  display: block;
}
@media all and (max-width: 992px) {
  .career-ladder .inside .box img {
    width: 170px;
    object-fit: cover;
  }
}
@media all and (max-width: 575px) {
  .career-ladder .inside .box img {
    width: 150px;
  }
}
.career-ladder .inside .box .content {
  max-width: 550px;
}
@media all and (max-width: 1320px) {
  .career-ladder .inside .box .content {
    width: 46%;
  }
}
@media all and (max-width: 992px) {
  .career-ladder .inside .box .content {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .career-ladder .inside .box .content {
    max-width: none;
  }
}
.career-ladder .inside .box .content h3 {
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .career-ladder .inside .box .content h3 {
    margin-bottom: 10px;
  }
}

.author-comment .quote-content {
  max-width: 770px;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .author-comment .quote-content img {
    width: 40px;
  }
}
.author-comment .quote-content h3 {
  font-size: 32px;
  letter-spacing: -0.35px;
  font-weight: 500;
  color: #F26450;
  margin-top: 20px;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .author-comment .quote-content h3 {
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .author-comment .quote-content h3 {
    font-size: 22px;
    line-height: 29px;
    margin-top: 10px;
  }
}
.author-comment .quote-content h3.title {
  font-weight: 100;
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .author-comment .quote-content h3.title {
    margin-bottom: 10px;
  }
}
.author-comment .quote-content h4 {
  font-size: 39px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: -1px;
}
@media all and (max-width: 992px) {
  .author-comment .quote-content h4 {
    font-size: 29px;
    line-height: 39px;
  }
}
@media all and (max-width: 767px) {
  .author-comment .quote-content h4 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media all and (max-width: 575px) {
  .author-comment .quote-content h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0px;
  }
}

.innovation-together h5 {
  font-weight: 100;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media all and (max-width: 992px) {
  .innovation-together h5 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .innovation-together h5 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 0px;
  }
}

.y-visible-200 {
  z-index: 14;
  margin-top: -200px;
}
@media all and (max-width: 992px) {
  .y-visible-200 {
    margin-top: 0;
  }
}
.y-visible-200 .content {
  margin-top: 315px;
}
@media all and (max-width: 992px) {
  .y-visible-200 .content {
    margin-top: 0;
    max-width: none;
  }
}

.three-col article {
  max-width: 750px;
}
.three-col .inside {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
  gap: 30px;
}
@media all and (max-width: 1500px) {
  .three-col .inside {
    flex-direction: column;
    padding: 0;
  }
}
@media all and (max-width: 992px) {
  .three-col .inside {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.three-col .inside .content {
  max-width: 390px;
}
@media all and (max-width: 1500px) {
  .three-col .inside .content {
    max-width: none;
  }
}
.three-col .inside .box-container {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 992px) {
  .three-col .inside .box-container {
    flex-direction: column;
  }
}
@media all and (max-width: 575px) {
  .three-col .inside .box-container {
    width: 100%;
  }
}
.three-col .inside .box-container .box {
  width: 395px;
  height: 230px;
  padding: 57px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F26450;
  background-image: url("../images/bg-right.png");
  background-size: 195px 228px;
  background-position: center right;
  background-repeat: no-repeat;
}
.three-col .inside .box-container .box:hover .doc-btn::after{
  width: 100%;
}
@media all and (max-width: 575px) {
  .three-col .inside .box-container .box {
    width: 100%;
  }
}
.three-col .inside .box-container .box h5 {
  letter-spacing: -0.35px;
}
.three-col .inside .box-container .box .btn-3 {
  padding-left: 0;
}
.three-col .inside .box-container .box .btn-3::before {
  content: url("data:image/svg+xml,%3Csvg id='Group_156' data-name='Group 156' xmlns='http://www.w3.org/2000/svg' width='178' height='8.061' viewBox='0 0 178 8.061'%3E%3Cpath id='Path_282' data-name='Path 282' d='M-73,0H103a1,1,0,0,1,0,2H-73a1,1,0,0,1-1-1A1,1,0,0,1-73,0Z' transform='translate(74 6.061)' fill='%23fff'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(171.636) rotate(45)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.three-col .inside .box-container .box .btn-3:hover {
  color: #fff;
}

.polygon-with-reverse .bg-polygon-dual {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/bg-polygon-dual-right.png") no-repeat;
  width: 708px;
  height: 1078px;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .polygon-with-reverse .bg-polygon-dual {
    width: 500px;
    height: 870px;
    background-size: contain;
  }
}
@media all and (max-width: 767px) {
  .polygon-with-reverse .bg-polygon-dual {
    width: 350px;
    height: 720px;
  }
}
@media all and (max-width: 575px) {
  .polygon-with-reverse .bg-polygon-dual {
    display: none;
  }
}
.polygon-with-reverse .bg-polygon-dual-reverse {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/bg-polygon-dual-left.png") no-repeat;
  width: 792px;
  height: 1131px;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .polygon-with-reverse .bg-polygon-dual-reverse {
    width: 584px;
    height: 923px;
    background-size: contain;
  }
}
@media all and (max-width: 767px) {
  .polygon-with-reverse .bg-polygon-dual-reverse {
    width: 350px;
    height: 720px;
  }
}
@media all and (max-width: 575px) {
  .polygon-with-reverse .bg-polygon-dual-reverse {
    display: none;
  }
}
.polygon-with-reverse h3 {
  letter-spacing: -0.35px;
  font-size: 33px;
  font-weight: 300;
  line-height: 44px;
  margin-bottom: 60px;
  color: #F26450;
}
@media all and (max-width: 1200px) {
  .polygon-with-reverse h3 {
    font-size: 29px;
  }
}
@media all and (max-width: 992px) {
  .polygon-with-reverse h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .polygon-with-reverse h3 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
.polygon-with-reverse .inside {
  display: flex;
  gap: 150px;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .polygon-with-reverse .inside {
    gap: 100px;
  }
}
@media all and (max-width: 992px) {
  .polygon-with-reverse .inside {
    gap: 50px;
  }
}
@media all and (max-width: 767px) {
  .polygon-with-reverse .inside {
    gap: 25px;
  }
}
.polygon-with-reverse .inside .content-first,
.polygon-with-reverse .inside .content-second {
  max-width: 740px;
}
.polygon-with-reverse .inside .title {
  font-weight: 500;
  line-height: 28px;
  font-size: 50px;
  margin-bottom: 20px;
  color: #F26450;
}
@media all and (max-width: 1200px) {
  .polygon-with-reverse .inside .title {
    font-size: 42px;
  }
}
@media all and (max-width: 992px) {
  .polygon-with-reverse .inside .title {
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  .polygon-with-reverse .inside .title {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.polygon-with-reverse .inside h4 {
  font-weight: 100;
  letter-spacing: -0.35px;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .polygon-with-reverse .inside h4 {
    font-size: 23px;
  }
}
@media all and (max-width: 992px) {
  .polygon-with-reverse .inside h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .polygon-with-reverse .inside h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
  }
}
.polygon-with-reverse .inside .content-second {
  text-align: right;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .polygon-with-reverse .inside .content-second {
    text-align: left;
    margin-left: 0;
  }
}

.compatible .img-div {
  position: relative;
}
.compatible .img-div img {
  display: block;
  margin-left: auto;
}
@media all and (max-width: 1366px) {
  .compatible .img-div img {
    width: 100%;
  }
}
.compatible .img-div .content {
  text-align: right;
  position: absolute;
  bottom: 68px;
  left: 36%;
  transform: translateX(-50%);
  font-size: 75px;
  line-height: 80px;
  font-weight: 300;
  color: #F26450;
}
@media all and (max-width: 1366px) {
  .compatible .img-div .content {
    text-align: center;
    font-size: 60px;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
  }
}
@media all and (max-width: 992px) {
  .compatible .img-div .content {
    font-size: 45px;
    line-height: 56px;
  }
}
@media all and (max-width: 768px) {
  .compatible .img-div .content {
    font-size: 35px;
    line-height: 44px;
  }
}
@media all and (max-width: 575px) {
  .compatible .img-div .content {
    font-size: 23px;
    line-height: 31px;
  }
}

.article-text h5 {
  font-size: 27px;
  font-weight: 100;
  line-height: 33px;
}
@media all and (max-width: 992px) {
  .article-text h5 {
    font-size: 23px;
    line-height: 29px;
  }
}
@media all and (max-width: 767px) {
  .article-text h5 {
    font-size: 20px;
    line-height: 27px;
  }
}

.contact-address .inside {
  display: flex;
  gap: 140px;
}
@media all and (max-width: 1200px) {
  .contact-address .inside {
    gap: 100px;
  }
}
@media all and (max-width: 992px) {
  .contact-address .inside {
    gap: 50px;
  }
}
@media all and (max-width: 900px) {
  .contact-address .inside {
    flex-direction: column;
  }
}
.contact-address .inside .left form {
  max-width: 500px;
}
.contact-address .inside .left form .input-wrapper {
  display: flex;
  flex-direction: column;
}
.contact-address .inside .left form .input-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .contact-address .inside .left form .input-wrapper:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contact-address .inside .left form .input-wrapper label {
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  color: #D87F73;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .contact-address .inside .left form .input-wrapper label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.contact-address .inside .left form .input-wrapper input, .contact-address .inside .left form .input-wrapper textarea, .contact-address .inside .left form .input-wrapper select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
}
@media all and (max-width: 575px) {
  .contact-address .inside .left form .input-wrapper input, .contact-address .inside .left form .input-wrapper textarea, .contact-address .inside .left form .input-wrapper select {
    height: 50px;
  }
}
.contact-address .inside .left form .input-wrapper.with-textarea {
  margin-bottom: 10px;
}
.contact-address .inside .left form .input-wrapper.with-textarea textarea {
  padding-top: 15px;
  height: 150px;
}
@media all and (max-width: 575px) {
  .contact-address .inside .left form .input-wrapper.with-textarea textarea {
    height: 130px;
  }
}
.contact-address .inside .left form .form-allow-page {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  background-color: transparent;
}
.contact-address .inside .left form .form-allow-page:focus {
  outline: 0;
  box-shadow: none;
}
.contact-address .inside .left form .form-allow-page:checked {
  border: 1px solid #F26450;
}
.contact-address .inside .left form .form-check-label {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 19px;
  padding-top: 3px;
}
.btn-send-big,
.contact-address .inside .left form .btn-send {
  margin: 0 auto;
  height: 40px;
  width: 100%;
  max-width: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #F26450;
  border-radius: 50px;
  color: #ffffff;
  border: 1px solid #F26450;
  transition: all 0.4s ease;
}
.btn-send-big:hover,
.contact-address .inside .left form .btn-send:hover {
  background-color: #b24737;
  border: 1px solid #b24737;
}
.contact-address .inside .right .title-medium {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media all and (max-width: 992px) {
  .contact-address .inside .right .title-medium {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .contact-address .inside .right .title-medium {
    margin-top: 15px;
  }
}
.contact-address .inside .right .address-text {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color:  #F26450;
}
@media all and (max-width: 992px) {
  .contact-address .inside .right .address-text {
    font-size: 22px;
    line-height: 30px;
  }
}
.contact-address .inside .right a {
  font-size: 29px;
  font-weight: 300;
  line-height: 25px;
  color:  #F26450;
}
@media all and (max-width: 992px) {
  .contact-address .inside .right a {
    font-size: 22px;
  }
}
.contact-address .inside .right .social .social-links {
  display: flex;
  gap: 10px;
}
@media all and (max-width: 1400px) {
  .contact-address .inside .right .social .social-links {
    margin-left: 0;
  }
}
.contact-address .inside .right .social .social-links a {
  color: #192026;
  background-color: #F26450;
  font-size: 22px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #F26450;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
@media all and (max-width: 575px) {
  .contact-address .inside .right .social .social-links a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.contact-address .inside .right .social .social-links a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.our-location .inside .boxes {
  display: flex;
  gap: 30px;
  padding: 0 64px;
}
@media all and (max-width: 1500px) {
  .our-location .inside .boxes {
    padding: 0;
  }
}
@media all and (max-width: 1300px) {
  .our-location .inside .boxes {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.our-location .inside .boxes .box {
  padding: 50px 0px 50px 38px;
  width: 583px;
  height: 350px;
  background-color: #F26450;
  background-image: url("../images/bg-right.png");
  background-size: 280px 325px;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .our-location .inside .boxes .box {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 530px) {
  .our-location .inside .boxes .box {
    padding: 50px 30px;
  }
}
@media all and (max-width: 450px) {
  .our-location .inside .boxes .box {
    padding: 30px 15px;
  }
}
.our-location .inside .boxes .box .title {
  display: flex;
  gap: 25px;
  align-items: center;
}
.our-location .inside .boxes .box .title h3 {
  padding-top: 10px;
}
.our-location .inside .boxes .box .address-text {
  font-size: 18px;
  letter-spacing: -0.35px;
  line-height: 28px;
}
@media all and (max-width: 768px) {
  .our-location .inside .boxes .box .address-text {
    margin: 20px 0px;
  }
}
.our-location .inside .boxes .box .getintouch {
  position: relative;
  display: flex;
}
@media all and (max-width: 530px) {
  .our-location .inside .boxes .box .getintouch {
    flex-direction: column;
  }
}
.our-location .inside .boxes .box .getintouch .phone {
  padding-right: 28px;
  border-right: 1px solid #fff;
}
@media all and (max-width: 530px) {
  .our-location .inside .boxes .box .getintouch .phone {
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    display: inline;
  }
}
.our-location .inside .boxes .box .getintouch .mail {
  padding-left: 27px;
}
@media all and (max-width: 530px) {
  .our-location .inside .boxes .box .getintouch .mail {
    padding-left: 0;
    margin-top: 20px;
  }
}
.our-location .inside .boxes .box .getintouch .getin {
  display: block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.35px;
}
.our-location .inside .boxes .box .getintouch .getin .up {
  margin-bottom: 20px;
  font-size: 16px;
}
.our-location .inside .boxes .box .getintouch .getin .up img {
  margin-right: 9px;
}

.global-location .part-of-us {
  width: 100%;
  max-width: 1060px;
  height: 382px;
  margin: 0 auto;
/*   background: url("../images/our-distributors.webp") no-repeat;
 */
   background: url("/public/media/uploads/editor/iletisim-partners.webp") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1500px) {
  .global-location .part-of-us {
    margin-top: 60px;
  }
}
@media all and (max-width: 1366px) {
  .global-location .part-of-us {
    max-width: 800px;
  }
}
@media all and (max-width: 1250px) {
  .global-location .part-of-us {
    max-width: 600px;
  }
}
@media all and (max-width: 1000px) {
  .global-location .part-of-us {
    margin-top: 150px;
    max-width: none;
    background-position: center;
  }
}
@media all and (max-width: 767px) {
  .global-location .part-of-us {
    margin-top: 0px;
  }
}
.global-location .part-of-us .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.global-location .part-of-us .content .h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.33px;
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  .global-location .part-of-us .content .h3 {
    font-size: 24px;
  }
}
.global-location .part-of-us .content h5 {
  color: #F26450;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .global-location .part-of-us .content h5 {
    font-size: 20px;
  }
}
.global-location .part-of-us .content h5 a {
  color: #F26450;
}
@media all and (max-width: 575px) {
  .global-location .part-of-us .content h5 br {
    display: none;
  }
}
.global-location .part-of-us .content .btn-2 {
  margin-top: 35px;
}

.our-strengths .inside .box {
  height: 482px;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1200px) {
  .our-strengths .inside .box {
    height: 300px;
  }
}
@media all and (max-width: 575px) {
  .our-strengths .inside .box {
    padding: 0 !important;
  }
}
.our-strengths .inside .box .box-content {
  max-width: 486px;
  height: 125px;
}
@media all and (max-width: 575px) {
  .our-strengths .inside .box .box-content {
    height: auto;
  }
}
.our-strengths .inside .box .box-content .title {
  color: #F26450;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.33px;
}
@media all and (max-width: 992px) {
  .our-strengths .inside .box .box-content .title {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .our-strengths .inside .box .box-content .title {
    font-size: 20px;
  }
}
.our-strengths .inside .box.box-left {
  padding-left: 80px;
}
.our-strengths .inside .box.box-left .box-bg-1,
.our-strengths .inside .box.box-left .box-bg-2 {
  position: absolute;
  width: 328px;
  height: 482px;
  background: url("../images/polygon-vol-998.webp") no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.our-strengths .inside .box.box-left .box-bg-1 {
  margin-left: 117px;
}
.our-strengths .inside .box.box-right {
  padding-right: 80px;
  text-align: right;
}
.our-strengths .inside .box.box-right .box-bg-1,
.our-strengths .inside .box.box-right .box-bg-2 {
  content: "";
  position: absolute;
  width: 328px;
  height: 482px;
  background: url("../images/polygon-vol-999.webp") no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}
.our-strengths .inside .box.box-right .box-bg-1 {
  margin-right: 117px;
}
@media all and (max-width: 575px) {
  .our-strengths .inside .box.box-right .box-bg-1 {
    margin-right: -90px;
  }
}
.our-strengths .inside .box.box-right .box-content {
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .our-strengths .inside .box .box-bg-1,
  .our-strengths .inside .box .box-bg-2 {
    height: 100% !important;
    background-size: contain;
  }
}
@media all and (max-width: 575px) {
  .our-strengths .inside .box .box-bg-1,
  .our-strengths .inside .box .box-bg-2 {
    width: 300px !important;
    height: 300px !important;
  }
}

.ffq {
  margin-top: 100px;
  display: flex;
  gap: 100px;
}
@media all and (max-width: 1200px) {
  .ffq {
    flex-direction: column;
    gap: 0;
  }
}
.ffq .accordion-item {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 525px;
  margin-bottom: 60px;
}
.ffq .accordion-item .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 25px;
  padding: 12px 45px 12px 60px;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #192026, #F26450) 1;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 575px) {
  .ffq .accordion-item .title {
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ffq .accordion-item .title::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='59.877' height='67.362' viewBox='0 0 59.877 67.362'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1.749' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f26450'/%3E%3Cstop offset='1' stop-color='%23692c24'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_668' data-name='Path 668' d='M420.135,66.99,386.428,7.144l67.362-.031Z' transform='translate(-7.113 453.79) rotate(-90)' opacity='0.437' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 60px;
  height: 67px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ffq .accordion-item .title::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.553' height='17.196' viewBox='0 0 16.553 17.196'%3E%3Cpath id='Path_728' data-name='Path 728' d='M13.336,0V6.448H7.128v4.3h6.207V17.2h4.138V10.747h6.207v-4.3H17.474V0Z' transform='translate(-7.128 0)' fill='%23f16450'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16.5px;
  height: 17px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.ffq .accordion-item .title.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.946' height='5.438' viewBox='0 0 14.946 5.438'%3E%3Cpath id='Path_736' data-name='Path 736' d='M1.4,11.977,0,17.415H14.945V11.977Z' transform='translate(0 -11.977)' fill='%23f16450'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 5.5px;
  transition: all 0.3s ease;
}
.ffq .accordion-item .title.active + .content {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 28px;
}
.ffq .accordion-item .title + .content {
  padding: 0 28px;
  font-size: 17px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}
@media all and (max-width: 575px) {
  .ffq .accordion-item .title + .content {
    font-size: 15px;
  }
}
.ffq .accordion-item .title + .content .contact-box {
  width: 100%;
  max-width: 315px;
  height: 40px;
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84534C;
}
.ffq .accordion-item .title + .content .contact-box:first-child {
  margin-top: 20px;
}

.blog-categories {
  padding-top: 60px;
}
.blog-categories .categorie-titles {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #BCBEC2;
  border-bottom: 1px solid #BCBEC2;
  height: 60px;
}
@media all and (max-width: 992px) {
  .blog-categories .categorie-titles {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.blog-categories .categorie-titles .cat-title {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 992px) {
  .blog-categories .categorie-titles .cat-title {
    min-width: 170px;
    margin-right: 15px;
    justify-content: center;
  }
}
.blog-categories .categorie-titles .cat-title a {
  color: #62666E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.blog-categories .categorie-titles .cat-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.5px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #BCBEC2;
}
.blog-categories .categorie-titles .cat-title.active::before {
  content: "";
  background: url("../images/icons/lit-pol.png") no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 14px;
  width: 16px;
  border-radius: 0;
}
.blog-categories .categorie-titles .cat-title.active a {
  color: #F26450;
}
.blog-categories .blog-list {
  margin: 70px 20px;
}
@media all and (max-width: 768px) {
  .blog-categories .blog-list {
    margin: 40px 0px;
  }
}
.blog-categories .blog-list .blog-inside {
  display: flex;
  flex-wrap: wrap;
}
.blog-categories .blog-list .blog-inside .blog-box {
  width: 100%;
  max-width: 420px;
  display: block;
  cursor: pointer;
  padding: 10px;
  transition: all 0.6s ease;
  margin-bottom: 150px;
}
@media all and (max-width: 1050px) {
  .blog-categories .blog-list .blog-inside .blog-box {
    max-width: 550px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 460px) {
  .blog-categories .blog-list .blog-inside .blog-box {
    padding: 0;
    background-color: rgba(203, 182, 179, 0.06);
  }
}
.blog-categories .blog-list .blog-inside .blog-box .img-div {
  overflow: hidden;
  height: 250px;
}
@media all and (max-width: 768px) {
  .blog-categories .blog-list .blog-inside .blog-box .img-div {
    height: auto;
  }
}
.blog-categories .blog-list .blog-inside .blog-box .img-div img {
  transition: all 1.3s linear;
  object-fit: cover;
}
.blog-categories .blog-list .blog-inside .blog-box .content {
  margin-top: 37px;
  padding: 0;
  position: relative;
}
@media all and (max-width: 460px) {
  .blog-categories .blog-list .blog-inside .blog-box .content {
    padding: 10px;
    margin-top: 20px;
  }
}
.blog-categories .blog-list .blog-inside .blog-box .content .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 460px) {
  .blog-categories .blog-list .blog-inside .blog-box .content .title {
    flex-direction: column;
  }
}
.blog-categories .blog-list .blog-inside .blog-box .content .title .date {
  width: 90px;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 300;
  text-align: right;
}
@media all and (max-width: 460px) {
  .blog-categories .blog-list .blog-inside .blog-box .content .title .date {
    order: 1;
    text-align: left;
  }
}
.blog-categories .blog-list .blog-inside .blog-box .content .title h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 280px;
}
@media all and (max-width: 460px) {
  .blog-categories .blog-list .blog-inside .blog-box .content .title h5 {
    order: 2;
    max-width: none;
  }
}
.blog-categories .blog-list .blog-inside .blog-box .content p {
  margin-bottom: 0;
}
.blog-categories .blog-list .blog-inside .blog-box .content .btn-3 {
  margin-top: 30px;
  padding: 0;
}
@media all and (max-width: 575px) {
  .blog-categories .blog-list .blog-inside .blog-box .content .btn-3 {
    margin-top: 20px;
  }
}
.blog-categories .blog-list .blog-inside .blog-box:hover {
  background-color: rgba(203, 182, 179, 0.06);
}
.blog-categories .blog-list .blog-inside .blog-box:hover .btn-3 {
  color: #F26450;
}
.blog-categories .blog-list .blog-inside .blog-box:hover .btn-3::before {
  transition: all 0.3s ease;
  transform: translateX(10px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8.061' viewBox='0 0 80 8.061'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-233 -701.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='80' height='2' rx='1' transform='translate(233 708)' fill='%23f26450'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(306.636 701.939) rotate(45)' fill='%23f26450'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.blog-categories .blog-list .blog-inside .blog-box:hover .img-div img {
  transition: all 1.3s linear;
  transform: scale(1.1) rotate(2deg);
}
 .blog-pagination {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
 .blog-pagination .page-number {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #62666E;
  color: #fff;
  font-size: 15px;
  margin: 0 5px;
}
 .blog-pagination .page-number.current {
  background-color: #F26450;
}
 .blog-pagination .page-float {
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  color: #62666E;
  font-size: 15px;
  display: none;
}
.blog-pagination .page-float.active {
  display: flex;
}

.document-section {
  padding-top: 60px;
}
.document-section .categorie-titles {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #BCBEC2;
  border-bottom: 1px solid #BCBEC2;
  height: 60px;
}
@media all and (max-width: 992px) {
  .document-section .categorie-titles {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.document-section .categorie-titles .cat-title {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
  line-height: 20px;
  text-align: center;
}
@media all and (max-width: 992px) {
  .document-section .categorie-titles .cat-title {
    min-width: 170px;
    margin-right: 15px;
    justify-content: center;
  }
}
.document-section .categorie-titles .cat-title a {
  color: #62666E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.document-section .categorie-titles .cat-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.5px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #BCBEC2;
}
.document-section .categorie-titles .cat-title.active::before {
  content: "";
  background: url("../images/icons/lit-pol.png") no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 14px;
  width: 16px;
  border-radius: 0;
}
.document-section .categorie-titles .cat-title.active a {
  color: #F26450;
}
.document-section .download-files .file-cat {
  margin-bottom: 130px;
}
@media all and (max-width: 1366px) {
  .document-section .download-files .file-cat {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 768px) {
  .document-section .download-files .file-cat {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .document-section .download-files .file-cat {
    margin-bottom: 40px;
  }
}
.document-section .download-files .file-cat .cat-name {
  font-size: 22px;
  font-weight: 500;
  color: #F26450;
  margin-bottom: 45px;
}
@media all and (max-width: 768px) {
  .document-section .download-files .file-cat .cat-name {
    margin-bottom: 25px;
  }
}
.document-section .download-files .file-cat .files {
  display: flex;
  flex-wrap: wrap;
}
.document-section .download-files .file-cat .files .box {
  padding: 43px 0 43px 29px;
  width: 395px;
  height: 227px;
  background-color: #f26450;
  background-image: url("../images/document-polygon.png");
  background-size: 193px 227px;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.document-section .download-files .file-cat .files .box:not(:last-of-type) {
  margin-right: 20px;
}
@media all and (max-width: 575px) {
  .document-section .download-files .file-cat .files .box:not(:last-of-type) {
    margin-right: 0;
  }
}
.document-section .download-files .file-cat .files .box .box-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 8px;
  letter-spacing: -0.33px;
}
.document-section .download-files .file-cat .files .box .box-content {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.33px;
  margin-bottom: 45px;
}

.blog-detail .inside {
  display: flex;
  align-items: center;
  gap: 65px;
  max-width: 1620px;
}
@media all and (max-width: 1675px) {
  .blog-detail .inside {
    gap: 20px;
  }
}
@media all and (max-width: 1100px) {
  .blog-detail .inside {
    flex-direction: column;
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .blog-detail .inside {
    gap: 15px;
  }
}
.blog-detail .inside .box-div {
  width: 100%;
}
@media all and (max-width: 1100px) {
  .blog-detail .inside .box-div {
    height: 450px;
  }
}
@media all and (max-width: 575px) {
  .blog-detail .inside .box-div {
    height: auto;
  }
}
.blog-detail .inside .box-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .inside .blog-summary {
  width: 100%;
  max-width: 700px;
}
@media all and (max-width: 1675px) {
  .blog-detail .inside .blog-summary {
    padding-left: 55px;
  }
}
@media all and (max-width: 1400px) {
  .blog-detail .inside .blog-summary {
    padding-left: 20px;
    max-width: 600px;
  }
}
@media all and (max-width: 1100px) {
  .blog-detail .inside .blog-summary {
    max-width: none;
    padding: 0;
  }
}
.blog-detail .inside .blog-summary .blog-date {
  font-size: 14px;
  margin-bottom: 9px;
}
.blog-detail .inside .blog-summary .title-medium {
  margin: 0;
}
.blog-detail .inside .blog-summary .title-large {
  margin-bottom: 45px;
  margin-top: 5px;
}
@media all and (max-width: 1366px) {
  .blog-detail .inside .blog-summary .title-large {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .blog-detail .inside .blog-summary .title-large {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .blog-detail .inside .blog-summary .title-large {
    margin-bottom: 16px;
  }
}

.blog-component-2 .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-component-2 .blog-list {
  margin: 70px 20px;
}
@media all and (max-width: 768px) {
  .blog-component-2 .blog-list {
    margin: 40px 0px;
  }
}
.blog-component-2 .blog-list .title-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media all and (max-width: 450px) {
  .blog-component-2 .blog-list .title-box {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.blog-component-2 .blog-list .title-box .btn-3 {
  padding-left: 0;
}
.blog-component-2 .blog-list .title-box .btn-3::before {
  content: url("data:image/svg+xml,%3Csvg id='Group_156' data-name='Group 156' xmlns='http://www.w3.org/2000/svg' width='178' height='8.061' viewBox='0 0 178 8.061'%3E%3Cpath id='Path_282' data-name='Path 282' d='M-73,0H103a1,1,0,0,1,0,2H-73a1,1,0,0,1-1-1A1,1,0,0,1-73,0Z' transform='translate(74 6.061)' fill='%23fff'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(171.636) rotate(45)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 400px) {
  .blog-component-2 .blog-list .title-box .btn-3 {
    font-size: 14px;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 10px;
  transition: all 0.6s ease;
}
@media all and (max-width: 1050px) {
  .blog-component-2 .blog-list .blog-inside .blog-box {
    max-width: 550px;
  }
}
@media all and (max-width: 767px) {
  .blog-component-2 .blog-list .blog-inside .blog-box {
    padding: 0;
    background-color: rgba(203, 182, 179, 0.06);
    margin: 0 auto;
    max-width: none;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box .img-div {
  overflow: hidden;
  height: 250px;
}
@media all and (max-width: 768px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .img-div {
    height: auto;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box .img-div img {
  transition: all 1.3s linear;
  object-fit: cover;
}
.blog-component-2 .blog-list .blog-inside .blog-box .content {
  margin-top: 37px;
  padding: 0;
  position: relative;
}
@media all and (max-width: 800px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content {
    padding: 10px;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content {
    padding: 25px;
  }
}
@media all and (max-width: 575px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content {
    padding: 20px 10px;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box .content .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 800px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content .title {
    flex-direction: column;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box .content .title .date {
  width: 90px;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 300;
  text-align: right;
}
@media all and (max-width: 800px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content .title .date {
    order: 1;
    text-align: left;
    margin-bottom: 5px;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box .content .title h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 280px;
}
@media all and (max-width: 800px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content .title h5 {
    order: 2;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content .title h5 {
    margin-bottom: 12px;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box .content p {
  margin-bottom: 0;
}
.blog-component-2 .blog-list .blog-inside .blog-box .content .btn-3 {
  margin-top: 30px;
  padding: 0;
}
@media all and (max-width: 575px) {
  .blog-component-2 .blog-list .blog-inside .blog-box .content .btn-3 {
    margin-top: 20px;
    font-size: 14px;
  }
}
.blog-component-2 .blog-list .blog-inside .blog-box:hover {
  background-color: rgba(203, 182, 179, 0.06);
}
.blog-component-2 .blog-list .blog-inside .blog-box:hover .btn-3 {
  color: #F26450;
}
.blog-component-2 .blog-list .blog-inside .blog-box:hover .btn-3::before {
  transition: all 0.3s ease;
  transform: translateX(10px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8.061' viewBox='0 0 80 8.061'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-233 -701.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='80' height='2' rx='1' transform='translate(233 708)' fill='%23f26450'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(306.636 701.939) rotate(45)' fill='%23f26450'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.blog-component-2 .blog-list .blog-inside .blog-box:hover .img-div img {
  transition: all 1.3s linear;
  transform: scale(1.1) rotate(2deg);
}

.line-horizon {
  width: 100%;
  height: 1px;
  background-color: #BCBEC2;
}

.box-text .right {
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F26450;
  background-image: url("../images/polygonval1263782163.png");
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (max-width: 992px) {
  .box-text .right {
    height: 250px;
    background-size: contain;
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .box-text .right {
    height: auto;
  }
}
.box-text .right .box-orange {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  font-style: italic;
  max-width: 332px;
}
@media all and (max-width: 992px) {
  .box-text .right .box-orange {
    max-width: none;
  }
}
@media all and (max-width: 992px) {
  .box-text .right .box-orange img {
    width: 40px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 767px) {
  .box-text .right .box-orange img {
    margin-bottom: 12px;
  }
}
.box-text .right .box-orange .content {
  font-weight: 100;
  letter-spacing: -0.3px;
  font-size: 28px;
  line-height: 45px;
}
@media all and (max-width: 992px) {
  .box-text .right .box-orange .content {
    font-size: 23px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .box-text .right .box-orange .content {
    font-size: 19px;
    line-height: 30px;
  }
}

.cv-send {
  width: 100%;
  max-width: 550px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F26450;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.35px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.cv-send:hover {
  background-color: #b64a3b;
}
@media all and (max-width: 992px) {
  .cv-send {
    font-size: 18px;
  }
}
@media all and (max-width: 575px) {
  .cv-send {
    font-size: 16px;
  }
}

.social-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 800px) {
  .social-buttons {
    flex-direction: column;
  }
}
.social-buttons .follow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  height: 130px;
  margin: 10px;
  text-decoration: underline;
}
.social-buttons .follow.kariyernet {
  background-color: #8316B5;
}
.social-buttons .follow.linkedin {
  background-color: #0573B1;
}

.iframe-wrap #iframe-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1411764706);
  cursor: pointer;
  transition-duration: 0.3s;
  z-index: 3;
}
.iframe-wrap #iframe-play i {
  font-size: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.iframe-wrap .image-box {
  position: relative;
}
.iframe-wrap .image-box::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.61);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.iframe-wrap .ratio-16x9 {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 11px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------------------- */
#projx-logo {
  padding: 10px 0;
}

.projx-logos {
  width: 100px;
  height: 39px;
  position: relative;
  text-align: center;
  bottom: 3px;
  display: inline-block;
  margin-bottom: -22px;
}
@media all and (max-width: 1300px) {
  .projx-logos {
    margin-left: auto !important;
  }
}

.projx-logos * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.projx-logos > .projx-logos-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.projx-logos-card {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -o-perspective: 100px;
  perspective: 100px;
}

.projx-logos-card figure {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.projx-logos-card figure > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.projx-logos-card .back > div {
  font-size: 12px;
  padding-top: 10px;
  color: #fff;
}

.projx-logos .projx-logos-card .back,
.projx-logos:hover .projx-logos-card .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.projx-logos:hover .projx-logos-card .back {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.tooltip-projx-logos {
  display: block;
  position: relative;
  z-index: 999;
}

.tooltip-projx-logos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.projx-logos:hover .tooltip-projx-logos::after {
  pointer-events: auto;
}

.logo-equal {
  top: 5px;
  position: relative;
}
.tooltip-projx-logos-content {
  position: absolute;
  z-index: 9999;
  width: 140px;
  left: 50%;
  bottom: 100%;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 10px -70px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: transparent;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.tooltip-projx-logos-content span {
  display: block;
}

.tooltip-projx-logos-text {
  border-bottom: 2px solid #fffaf0;
  overflow: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tooltip-projx-logos-text-inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 10px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  color: #fff;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tooltip-projx-logos-content:after {
  content: "";
  bottom: -14px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fffaf0;
  border-width: 7px;
  margin-left: -7px;
}

/*--------------------------------------------------------------------------- */
.burger-menu .inside .right .link {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 800ms;
}
.burger-menu .inside .left li {
  visibility: hidden;
  opacity: 0;
  transition-duration: 600ms;
  position: relative;
  transform: translateX(-40px);
}
.burger-menu .banner-social span {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition-duration: 600ms;
}
.burger-menu.active .inside .right .link {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.burger-menu.active .inside .right .link:nth-child(2) {
  transition-delay: 2.5s;
}
.burger-menu.active .inside .right .link:nth-child(1) {
  transition-delay: 2.3s;
}
.burger-menu.active .inside .left li {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 1.2s;
}
.burger-menu.active .inside .left li:nth-child(2) {
  transition-delay: 1.35s;
}
.burger-menu.active .inside .left li:nth-child(3) {
  transition-delay: 1.5s;
}
.burger-menu.active .inside .left li:nth-child(4) {
  transition-delay: 1.65s;
}
.burger-menu.active .inside .left li:nth-child(5) {
  transition-delay: 1.8s;
}
.burger-menu.active .inside .left li:nth-child(6) {
  transition-delay: 1.95s;
}
.burger-menu.active .inside .left li:nth-child(7) {
  transition-delay: 2.1s;
}
.burger-menu.active .banner-social span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.burger-menu.active .banner-social span:nth-child(1) {
  transition-delay: 3.4s;
}
.burger-menu.active .banner-social span:nth-child(2) {
  transition-delay: 3.6s;
}
.burger-menu.active .banner-social span:nth-child(3) {
  transition-delay: 3.8s;
}
.burger-menu.active .banner-social span:nth-child(4) {
  transition-delay: 4s;
}

@keyframes flush {
  0% {
    fill: #F16450;
  }
  50% {
    fill: #D2D2D2;
  }
  100% {
    fill: #F16450;
  }
}

/*# sourceMappingURL=style.css.map */
.error-banner{
  min-height: calc(100vh - 50px);
  padding: 50px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-banner::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(#000, transparent);
  opacity: .37;
}
.error-banner .content{
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 960px;
  align-items: center;
  justify-content:center;
  color: white;
  gap: 60px;
  margin-bottom: 0;
}
.error-banner .content .right{
  text-align: center;
}
.error-banner .content h1{
  font-size: 220px;
  font-weight: 900;
  line-height: 1;
}
.error-banner .content h2{
  font-size: 68px;
  opacity: .29;
  margin-bottom: 0;
  font-weight: 300;
  line-height: .6;
}
.error-banner .content h3{
  font-size: 27px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.1;
}
.error-banner .content p{
  margin-bottom: 77px;
  font-weight: 300;
}
@media all and (max-width: 1400px) {
  .error-banner .content h1{
    font-size: 150px;
  }
  .error-banner .content h2{
    font-size: 50px;
    line-height: .8;
  }
  .error-banner .content h3{
    font-size: 25px;
  }
  .error-banner .content p{
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  .error-banner .content{
    gap: 30px;
  }
  .error-banner .content h1{
    font-size: 100px;
  }
  .error-banner .content h2{
    font-size: 40px;
  }
  .error-banner .content h3{
    font-size: 23px;
  }
  .error-banner .content p{
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .error-banner .content h1{
    font-size: 75px;
  }
  .error-banner .content h2{
    font-size: 35px;
  }
  .error-banner .content h3{
    font-size: 20px;
  }
  .error-banner .content p{
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .error-banner .content{
    grid-template-columns: 1fr;
    text-align: center;
  }
  .error-banner .content img{
    max-width: 250px;
  }
  .error-banner .content p{
    margin-bottom: 20px;
  }
}
.bg-dark-blue{
  background-color: #192026 !important;
}

.search_list ul li a{
  background-color: #32373b!important;
  color: #fff!important;
}
.search_list ul li a:hover{
  background-color: #F26450!important;
}
#home-blog .blog-inside a:hover .btn-3{
  color: #F26450;
}
#home-blog .blog-inside a:hover .btn-3::before{
  transition: all 0.3s ease;
  transform: translateX(10px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8.061' viewBox='0 0 80 8.061'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-233 -701.939)'%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='80' height='2' rx='1' transform='translate(233 708)' fill='%23f26450'/%3E%3Crect id='Rectangle_40' data-name='Rectangle 40' width='9' height='2' rx='1' transform='translate(306.636 701.939) rotate(45)' fill='%23f26450'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.document-section .download-files .file-cat .files .box:hover .doc-btn::after {
  width: 100%;
}

.footer-lang button{
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
}
#lang button{
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
}

#lang .dropdown-item {
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: #000;
  color: #fff;
}
#lang .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
}

.custom-popup .modal-content {
  padding: 0 !important;
  border-radius: 0 !important;
}
.custom-popup .modal-content p {
  margin-bottom: 0;
}

footer .inside {
  height: auto;
  padding-top: 100px;
  border-top: 1px solid #bcbec2;
  border-bottom: 1px solid #bcbec2;
  border: none;
  position: relative;
}

footer .inside .links .link .list-item > li {
  position: relative;
  cursor: pointer;
}
footer .inside .links .link .list-item > li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  margin-left: -12px;
  background: url("../images/icons/list-before-v3.png") no-repeat;
}
footer .inside .links .link .list-item > li a {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  transition: 0.2s ease;
  padding-left: 3px;
}
footer .inside .links .link .list-item > li a:hover {
  color: #F26450;
}
footer .inside .links .link .list-item > li .footer-if-opened {
  position: relative;
  margin-left: 13px;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
/*footer .inside .links .link .list-item > li .footer-if-opened::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -13px;*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  background-color: rgba(139, 68, 60, 0.5);*/
/*}*/
footer .inside .links .link .list-item > li .footer-if-opened li {
  position: relative;
}
footer .inside .links .link .list-item > li .footer-if-opened li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  margin-left: -12px;
  background: url("../images/icons/list-before-v3.png") no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
footer .inside .links .link .list-item > li .footer-if-opened li a {
  color: #898989;
}
footer .inside .links .link .list-item > li .footer-if-opened li:hover::before {
  visibility: visible;
  opacity: 1;
}
footer .inside .links .link .list-item > li.active .footer-if-opened {
  transition-duration: 0.6s;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.burger-menu .inside .left > ul > li {
  visibility: hidden;
  opacity: 0;
  transition-duration: 600ms;
  position: relative;
  transform: translateX(-40px);
}

.circle-bg-2-new {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.circle-bg-2-new img{
 width: 65%;
}

@media all and (max-width: 1100px) {
  .circle-bg-2-new {
    display:none;
  }
}
.mail-orange{
  color:#F26450;
}
