html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  font-display: swap;
}

.container {
  width: 77%;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .container {
    width: 100%;
  }
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading .loading-animation {
  margin: 0 auto;
  height: 400px;
  background: white;
  border-radius: 10px;
}

.btn {
  background-color: #002F87;
  border-radius: 0;
}

.btn.btn-white-outline {
  background: none;
  color: #F9F9F9;
  border: 2px solid #F9F9F9;
  padding: 10px 15px;
}

.btn.btn-white-outline:hover {
  background-color: #D6006D;
  border: 2px solid transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Header */
.headroom {
  top: 0;
  position: fixed !important;
  width: 100%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

@media screen and (max-width: 959px) {
  .headroom {
    display: none;
  }
}

.headroom.subhover {
  background: #002F87;
}

.headroom.subhover .hamburger {
  color: #F9F9F9 !important;
}

.headroom.subhover .logo {
  -webkit-filter: invert(1) brightness(5) grayscale(1) !important;
          filter: invert(1) brightness(5) grayscale(1) !important;
}

.headroom.subhover .menu .main-menu > ul > li a {
  color: #F9F9F9 !important;
}

@media screen and (max-width: 959px) {
  .headroom.subhover .menu .main-menu > ul > li a {
    color: #002F87 !important;
  }
}

.headroom.subhover .menu .main-menu > ul > li.active a, .headroom.subhover .menu .main-menu > ul > li:hover a {
  -webkit-box-shadow: inset 0px 7px 0px 0px #F9F9F9 !important;
          box-shadow: inset 0px 7px 0px 0px #F9F9F9 !important;
}

.headroom.subhover .top-menu .seperator {
  background: #F9F9F9 !important;
}

.headroom.subhover .top-menu a {
  color: #F9F9F9 !important;
}

.headroom.subhover .top-menu a:hover {
  color: #F9F9F9;
}

.headroom.sub {
  background: #F9F9F9;
}

.headroom.sub .logo {
  -webkit-filter: none !important;
          filter: none !important;
}

.headroom.sub .hamburger {
  color: #002F87;
}

.headroom.sub .menu .main-menu > ul > li.active a, .headroom.sub .menu .main-menu > ul > li:hover a {
  -webkit-box-shadow: inset 0px 7px 0px 0px #002F87 !important;
          box-shadow: inset 0px 7px 0px 0px #002F87 !important;
}

.headroom.sub .menu .main-menu > ul > li > a {
  color: #002F87;
}

.headroom.sub .menu .top-menu a {
  color: #002F87;
}

.headroom.sub .menu .top-menu .seperator {
  background: #002F87;
}

@media screen and (max-width: 959px) {
  .headroom {
    padding: 0 10px;
  }
}

.headroom--not-top {
  background: #F9F9F9;
}

.headroom--not-top .hamburger {
  color: #002F87 !important;
}

.headroom--not-top .logo {
  -webkit-filter: invert(0) brightness(1) grayscale(0) !important;
          filter: invert(0) brightness(1) grayscale(0) !important;
}

.headroom--not-top .main-menu > ul > li a {
  color: #002F87 !important;
}

.headroom--not-top .main-menu > ul > li.active a, .headroom--not-top .main-menu > ul > li:hover a {
  -webkit-box-shadow: inset 0px 7px 0px 0px #002F87 !important;
          box-shadow: inset 0px 7px 0px 0px #002F87 !important;
}

.headroom--not-top .top-menu a {
  color: #002F87 !important;
}

.headroom--not-top .top-menu a:hover {
  color: #002F87;
}

.headroom--unpinned {
  top: 0;
  background: white;
}

.headroom .logo {
  width: 200px;
  height: 60px;
  margin: 10px 0;
  background: url("/assets/frontend/img/arti-proje-logo.svg") no-repeat center left;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: invert(1) brightness(5) grayscale(1);
          filter: invert(1) brightness(5) grayscale(1);
}

@media screen and (max-width: 959px) {
  .headroom .logo {
    width: 130px;
    height: 50px;
  }
}

.headroom .menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headroom .menu .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .headroom .menu .top-menu {
    padding: 22px 40px 0 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.headroom .menu .top-menu .seperator {
  margin: 0 7px;
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #fff;
}

.headroom .menu .top-menu a {
  color: #F9F9F9;
  cursor: pointer;
  display: inline-block;
  padding: 7px;
}

@media screen and (max-width: 959px) {
  .headroom .menu .top-menu a {
    padding: 5px;
  }
}

.headroom .menu .top-menu .search-area {
  position: absolute;
  background: #F9F9F9;
  padding: 20px;
  right: 0;
  top: 80px;
  width: 400px;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 959px) {
  .headroom .menu .top-menu .search-area {
    width: 100%;
    top: 65px;
    bottom: 0;
    background: white;
    padding: 5px;
    z-index: 1;
    height: 55px;
  }
}

.headroom .menu .top-menu .search-area .btn {
  color: #F9F9F9;
}

.headroom .menu .top-menu .search-area.open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.headroom .menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #F9F9F9;
    top: 60px;
  }
}

.headroom .menu .main-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu > ul {
    padding: 20px;
  }
}

.headroom .menu .main-menu > ul > li {
  padding: 0 0;
  margin: 0 15px;
  display: inline-block;
  overflow: hidden;
}

.headroom .menu .main-menu > ul > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu > ul > li {
    display: block;
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 1279px) {
  .headroom .menu .main-menu > ul > li {
    margin: 0 14px;
  }
}

.headroom .menu .main-menu > ul > li.active a, .headroom .menu .main-menu > ul > li:hover a {
  -webkit-box-shadow: inset 0px 7px 0px 0px #F9F9F9;
          box-shadow: inset 0px 7px 0px 0px #F9F9F9;
}

.headroom .menu .main-menu > ul > li > a {
  padding: 10px 0 0 0;
  color: #F9F9F9;
  font-weight: 400;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu > ul > li > a {
    color: #002F87;
  }
}

.headroom .menu .main-menu .top-right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headroom .menu .main-menu .top-right-menu .language,
.headroom .menu .main-menu .top-right-menu .search {
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu .top-right-menu .language,
  .headroom .menu .main-menu .top-right-menu .search {
    width: 50%;
    background: #F9F9F9;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu .top-right-menu .language a,
  .headroom .menu .main-menu .top-right-menu .search a {
    height: auto;
    padding: 10px;
  }
}

.headroom .menu .main-menu .top-right-menu a {
  color: #F9F9F9;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu .top-right-menu a {
    text-align: center;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    color: #002F87;
  }
}

.headroom .menu .main-menu .top-right-menu a:hover {
  color: #F9F9F9;
}

@media screen and (max-width: 959px) {
  .headroom .menu .main-menu .top-right-menu {
    text-align: center;
  }
}

.submenu {
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 80px;
  right: 0;
  max-height: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  margin: 0 auto;
  color: #2C2C2C;
  width: 400px;
}

.submenu .wrapper {
  padding: 10px;
}

.submenu#markets-submenu {
  right: 160px;
}

.submenu#services-submenu {
  right: 75px;
}

@media screen and (max-width: 959px) {
  .submenu {
    width: 100%;
    top: 0;
    background: #F9F9F9;
  }
}

.submenu h3 {
  color: #D6006D;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .submenu h3 {
    padding: 0 25px;
  }
}

.submenu .nav {
  border-right: 2px solid #2C2C2C;
  padding-right: 20px;
  width: 50%;
}

@media screen and (max-width: 959px) {
  .submenu .nav {
    width: 100%;
    border: 0;
    padding: 10px 30px;
    height: 100vh;
  }
}

.submenu .nav .nav-link {
  color: #2C2C2C;
  font-weight: 500;
  text-align: left;
  padding: 5px 0;
  font-weight: 500;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  font-size: 13px;
}

@media screen and (max-width: 959px) {
  .submenu .nav .nav-link {
    font-size: 13px;
    padding: 5px 0;
  }
}

.submenu .nav .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  top: calc(50% - 2px);
  background: #D6006D;
  width: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
}

.submenu .nav .nav-link.active, .submenu .nav .nav-link:hover {
  background: none;
  color: #D6006D;
}

@media screen and (max-width: 959px) {
  .submenu .nav .nav-link.active, .submenu .nav .nav-link:hover {
    padding-left: 15px;
  }
}

.submenu.open {
  visibility: visible;
  display: block;
  max-height: 500px;
}

@media screen and (max-width: 959px) {
  .submenu.open {
    max-height: 270px;
  }
}

.submenu .tab-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 959px) {
  .submenu .tab-content {
    display: none;
  }
}

.submenu .tab-content .tab-pane .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding: 0;
}

.submenu .tab-content .tab-pane .wrapper > div {
  width: 100%;
  padding: 5px 0;
}

@media screen and (max-width: 959px) {
  .submenu .tab-content .tab-pane .wrapper {
    font-size: 90%;
  }
}

.submenu .tab-content .tab-pane .wrapper a {
  width: 50%;
  padding: 10px;
  color: #2C2C2C;
  font-weight: 500;
}

.main-slider-wrapper {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .main-slider-wrapper {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .main-slider-wrapper {
    top: 80px;
  }
}

.main-slider {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.main-slider .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.main-slider .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.main-slider .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 15%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 959px) {
  .main-slider .text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 20%;
  }
}

.main-slider .text div {
  padding: 3px 20px;
  font-size: 40px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}

@media screen and (max-width: 959px) {
  .main-slider .text div {
    font-size: 30px;
    padding: 5px 10px;
  }
}

.main-slider .text div p {
  margin: 0;
}

.main-slider .text div.blue {
  background: #002F87;
  color: #F9F9F9;
}

.main-slider .text div.white {
  background: #F9F9F9;
  color: #002F87;
}

.bg-video.mobile {
  display: none;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .bg-video.mobile {
    display: block;
  }
}

.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .bg-video {
    display: none;
  }
}

.bg-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
}

.mobile-main {
  position: relative;
  display: none;
  height: 100vh;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .mobile-main {
    display: block;
  }
}

.mobile-main .bg-video {
  position: absolute;
}

.mobile-main .bg-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.mobile-main .bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  color: #F9F9F9 !important;
}

.swiper-button-prev {
  left: 100px;
}

@media screen and (max-width: 959px) {
  .swiper-button-prev {
    left: 50px;
  }
}

.swiper-button-next {
  right: 100px;
}

@media screen and (max-width: 959px) {
  .swiper-button-next {
    right: 50px;
  }
}

.main {
  position: relative;
  margin: 75px auto;
  background: #002F87;
  color: #F9F9F9;
  width: 100%;
  padding: 0 200px 30px 200px;
  background: #002F87;
}

@media screen and (max-width: 1279px) {
  .main {
    padding: 0 60px 90px 60px;
  }
}

@media screen and (max-width: 959px) {
  .main {
    margin-top: 100px;
    padding: 0 10px;
  }
}

.main .main-wrapper {
  position: relative;
  top: -38px;
}

@media screen and (max-width: 959px) {
  .main .main-wrapper {
    top: -30px;
  }
}

.main .big-title {
  margin-bottom: 50px;
}

.main .big-title br {
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .main div.text-center {
    font-size: 13px;
    padding-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .main {
    width: 100%;
  }
}

section.services-main {
  margin-bottom: 50px;
  padding: 0 200px 100px 200px;
}

@media screen and (max-width: 1279px) {
  section.services-main {
    padding: 0 46px;
  }
}

@media screen and (max-width: 959px) {
  section.services-main {
    padding: 0 10px;
  }
}

section.services-main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px;
}

@media screen and (max-width: 959px) {
  section.services-main .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

section.services-main .item {
  text-align: center;
  width: 130px;
  height: 130px;
  margin: 0 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(239, 239, 239, 0.8);
          box-shadow: inset 0px 0px 0px 2px rgba(239, 239, 239, 0.8);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1279px) {
  section.services-main .item {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 959px) {
  section.services-main .item {
    width: 100px;
    height: 100px;
    margin: 5px 5px 60px 5px;
  }
}

section.services-main .item:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #D6006D;
          box-shadow: inset 0px 0px 0px 2px #D6006D;
}

section.services-main .item:hover img {
  -webkit-filter: invert(19%) sepia(91%) saturate(5217%) hue-rotate(318deg) brightness(80%) contrast(112%);
          filter: invert(19%) sepia(91%) saturate(5217%) hue-rotate(318deg) brightness(80%) contrast(112%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

section.services-main .item img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

@media screen and (max-width: 959px) {
  section.services-main .item img {
    width: 30px;
    height: 30px;
  }
}

section.services-main .item .title {
  font-weight: 500;
  padding: 0 10px;
  font-size: 13px;
  margin-top: 0;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #2C2C2C;
  width: 110px;
}

section.services-main .item .title .dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #D6006D;
}

@media screen and (max-width: 959px) {
  section.services-main .item .title {
    font-size: 11px;
    bottom: 0;
    width: 90%;
    position: relative;
    line-height: 12px;
  }
}

section.services-main .line.blue {
  bottom: 0 !important;
  right: 100px;
  left: auto;
}

@media screen and (max-width: 959px) {
  section.services-main .line.blue {
    right: 40px;
    left: auto;
  }
}

section.featured-projects {
  width: 100%;
  position: relative;
}

section.featured-projects .line {
  top: 20px;
}

section.featured-projects .line.purple {
  top: 30px;
  left: 25%;
  bottom: auto;
}

@media screen and (max-width: 959px) {
  section.featured-projects .line.purple {
    top: -55px;
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 599px) {
  section.featured-projects .line.purple {
    top: 0;
  }
}

section.featured-projects .line.blue {
  bottom: -50px;
  top: auto;
  left: auto;
  right: 100px;
}

section.featured-projects .sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  section.featured-projects .sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.featured-projects .sliders .text-slide {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  section.featured-projects .sliders .text-slide {
    width: 100%;
  }
}

section.featured-projects .sliders .text-slide .wrapper {
  background: #002F87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  width: 100%;
  padding-left: 200px;
  height: calc(100% - 150px);
  padding-top: 75px;
}

@media screen and (max-width: 959px) {
  section.featured-projects .sliders .text-slide .wrapper {
    padding-left: 20px;
  }
}

section.featured-projects .sliders .text-slide .wrapper .pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.featured-projects .sliders .text-slide .wrapper .btn {
  border: 1px solid #F9F9F9;
  padding: 12px 35px;
  color: #F9F9F9;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: auto;
  margin-bottom: 15px;
  font-weight: 500;
}

section.featured-projects .sliders .text-slide .wrapper .btn:hover {
  background: #D6006D;
  border-color: transparent;
}

section.featured-projects .sliders .text-slide .wrapper .pagination span {
  display: block;
  padding: 5px 20px 5px 0;
  color: #F9F9F9;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
}

section.featured-projects .sliders .text-slide .wrapper .pagination span::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 0;
}

section.featured-projects .sliders .text-slide .wrapper .pagination span::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 20px;
  font-weight: 900;
  position: absolute;
  color: #D6006D;
  margin-left: 5px;
  opacity: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  margin-left: -20px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

section.featured-projects .sliders .text-slide .wrapper .pagination span.swiper-pagination-bullet-active {
  background: none;
  padding-left: 70px;
}

section.featured-projects .sliders .text-slide .wrapper .pagination span.swiper-pagination-bullet-active::before {
  content: "";
  background: #D6006D;
  width: 50px;
  height: 3px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.featured-projects .sliders .text-slide .wrapper .pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
  margin-left: 5px;
}

section.featured-projects .sliders .image-slide {
  width: 60%;
}

@media screen and (max-width: 959px) {
  section.featured-projects .sliders .image-slide {
    width: 100%;
  }
}

section.featured-projects .sliders .image-slide .swiper-button-next {
  right: 20px;
}

section.featured-projects .sliders .image-slide .swiper-button-prev {
  left: 20px;
}

section.featured-projects .sliders .image-slide .image {
  position: relative;
  padding-bottom: 40%;
  height: 0;
}

section.featured-projects .sliders .image-slide .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002F87;
  mix-blend-mode: difference;
  opacity: 0.3;
  z-index: 1;
}

section.featured-projects .sliders .image-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

section.featured-projects .sliders .image-slide .slide-title {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 22px;
  background: rgba(0, 47, 135, 0.5);
  color: white;
  padding: 5px 8px;
  font-weight: 500;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  section.featured-projects .sliders .image-slide .slide-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  section.featured-projects .sliders .image-slide .slide-title {
    font-size: 16px;
  }
}

section.featured-projects .sliders .image-slide .btn-detail {
  position: absolute;
  background: #002F87;
  border: 0;
  right: 5%;
  bottom: 5%;
  padding: 20px 30px;
  color: #F9F9F9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

section.featured-projects .sliders .image-slide .btn-detail:hover {
  background: #D6006D;
}

section.featured-projects .big-title {
  top: 3.98em;
  padding-left: 200px;
  pointer-events: none;
}

@media screen and (max-width: 959px) {
  section.featured-projects .big-title {
    padding-left: 20px;
    top: 43px;
  }
}

section.insights {
  padding: 50px 200px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  section.insights {
    padding: 10px 20px;
    margin-top: 50px;
  }
}

section.insights h2 {
  padding: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 62px;
  color: #002F87;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  section.insights h2 {
    font-size: 35px;
  }
}

section.insights .line.blue {
  right: 100px;
  left: auto;
  bottom: -10%;
}

@media screen and (max-width: 959px) {
  section.insights .line.blue {
    bottom: -5%;
    right: 20px;
  }
}

section.insights .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 959px) {
  section.insights .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.insights .wrapper .item {
  width: 32%;
}

@media screen and (max-width: 959px) {
  section.insights .wrapper .item {
    width: 49%;
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  section.insights .wrapper .item {
    width: 100%;
  }
}

section.insights .wrapper .item .image {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

section.insights .wrapper .item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.insights .wrapper .item .text {
  background: rgba(0, 47, 135, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 15px;
  line-height: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

section.insights .wrapper .item .text p {
  font-size: 16px;
  color: black;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  font-weight: 500;
  background-color: rgba(249, 249, 249, 0.5);
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  margin-top: auto;
  white-space: pre-wrap;
  line-height: 22px;
  padding: 3px 0 0 0;
  -webkit-box-shadow: -3px 0 0 rgba(249, 249, 249, 0.5);
          box-shadow: -3px 0 0 rgba(249, 249, 249, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 959px) {
  section.insights .wrapper .item .text {
    margin: 0 auto 50px auto !important;
  }
}

section.insights .wrapper .item .text:hover {
  background: rgba(214, 0, 109, 0.8);
  color: #F9F9F9;
}

section.insights .wrapper .item .text:hover h5 {
  color: #F9F9F9;
}

section.insights .wrapper .item .text:hover p {
  background: #F9F9F9;
  -webkit-box-shadow: -3px 0 0 #F9F9F9;
          box-shadow: -3px 0 0 #F9F9F9;
}

section.insights .wrapper .item .text .date {
  margin-top: auto;
}

section.insights .wrapper .item .text h5 {
  margin: 0 0 30px 0;
  background: #D6006D;
  font-size: 1.2em;
  color: #F9F9F9;
  padding: 2px;
  font-weight: 500;
  display: table;
}

section.map {
  padding: 0;
  width: 100%;
  margin: 130px 0 100px 0;
  height: 600px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  section.map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px 0 0 0;
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  section.map {
    height: 50vh;
  }
}

section.map .line {
  bottom: -15%;
  left: 100px;
  height: 18px;
  background: #D6006D;
}

@media screen and (max-width: 959px) {
  section.map .line {
    bottom: -3%;
    left: 20px;
  }
}

section.map .googlemap {
  width: 65%;
}

@media screen and (max-width: 959px) {
  section.map .googlemap {
    height: 350px;
    width: 100%;
  }
}

section.map .googlemap #featuredMap {
  width: 100%;
  height: 100%;
  color: #2C2C2C;
}

section.map .left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 959px) {
  section.map .left {
    width: 100%;
  }
}

section.map .left .wrapper {
  background: #002F87;
  margin-top: auto;
  height: 66%;
}

@media screen and (max-width: 959px) {
  section.map .left .wrapper {
    height: 100%;
    padding: 0 20px 50px 20px;
  }
}

section.map .left .wrapper .big-title {
  top: -37px;
  left: 200px;
}

@media screen and (max-width: 959px) {
  section.map .left .wrapper .big-title {
    left: 0;
    top: -30px;
  }
}

section.map .left .wrapper .description {
  padding: 10px 0 0 200px;
}

@media screen and (max-width: 959px) {
  section.map .left .wrapper .description {
    padding: 20px 0 0 0;
  }
}

section.map .left .wrapper .description p {
  width: 90%;
}

section.map .left .wrapper .btn {
  padding: 10px 40px;
}

section.grid-list {
  padding: 0 200px;
}

@media screen and (max-width: 1279px) {
  section.grid-list {
    padding: 0 50px;
    overflow: hidden;
  }
}

@media screen and (max-width: 959px) {
  section.grid-list {
    padding: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 959px) {
  section.grid-list .title {
    position: relative;
    left: 20px;
  }
}

section.grid-list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1279px) {
  section.grid-list .wrapper {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  section.grid-list .wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

section.grid-list .wrapper .item {
  width: calc(33.333333% - 20px);
  margin: 20px 20px 0 0;
  position: relative;
}

section.grid-list .wrapper .item:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  section.grid-list .wrapper .item:nth-child(3) {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 959px) {
  section.grid-list .wrapper .item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 959px) {
  section.grid-list .wrapper .item {
    width: calc(50% - 10px) !important;
    margin: 10px 10px 0 0;
  }
}

section.grid-list .wrapper .item:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}

section.grid-list .wrapper .item .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

section.grid-list .wrapper .item .image:hover .overlay {
  background: #d6006d;
}

section.grid-list .wrapper .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  opacity: 1;
}

section.grid-list .wrapper .item .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 47, 135, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: hard-light;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

section.grid-list .wrapper .item .text {
  position: absolute;
  padding: 25px;
  z-index: 1;
  width: 85%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  bottom: 0;
}

@media screen and (max-width: 959px) {
  section.grid-list .wrapper .item .text {
    padding: 10px;
  }
}

section.grid-list .wrapper .item .text .name {
  font-size: 1.1em;
  color: #F9F9F9;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  font-weight: 500;
  background-color: rgba(0, 47, 135, 0.7);
  display: inline;
  white-space: pre-wrap;
  line-height: 155%;
  padding: 3px;
  padding-left: 0px;
  -webkit-box-shadow: -3px 0 0 rgba(0, 47, 135, 0.7);
          box-shadow: -3px 0 0 rgba(0, 47, 135, 0.7);
}

@media screen and (max-width: 959px) {
  section.grid-list .wrapper .item .text .name {
    font-size: 15px;
    line-height: 20px;
  }
}

section.grid-list .line.purple {
  bottom: -10%;
  height: 32px;
}

@media screen and (max-width: 1279px) {
  section.grid-list .line.purple {
    right: auto;
    left: 29px;
    bottom: 0 !important;
  }
}

@media screen and (max-width: 959px) {
  section.grid-list .line.purple {
    bottom: -5%;
    left: 20px;
  }
}

section.grid-list.services .wrapper .item {
  width: calc(33.33333% - 20px);
}

section.grid-list.services .wrapper .item:nth-child(4),
section.grid-list.services .wrapper .item:nth-child(9) {
  width: calc(50% - 20px);
}

section.grid-list.services .wrapper .item:nth-child(4)::after,
section.grid-list.services .wrapper .item:nth-child(9)::after {
  padding-bottom: 50%;
}

section.grid-list.services .wrapper .item:nth-child(5),
section.grid-list.services .wrapper .item:nth-child(10) {
  width: calc(50% - 20px);
}

section.grid-list.services .wrapper .item:nth-child(5)::after,
section.grid-list.services .wrapper .item:nth-child(10)::after {
  padding-bottom: 50%;
}

footer {
  width: 100%;
  padding: 0 100px;
  background: #002F87 url(/assets/frontend/img/footer-background.svg) repeat-x center bottom;
  background-size: contain;
  color: #F9F9F9;
  margin-top: 150px;
}

@media screen and (max-width: 959px) {
  footer {
    padding: 0 10px;
    background-size: cover;
    margin-top: 50px;
  }
}

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 959px) {
  footer .wrapper {
    display: block;
  }
}

footer .logo {
  width: 200px;
  height: 120px;
  background-size: contain;
  background-image: url(/assets/frontend/img/footer-logo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  margin-top: -65px;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  footer .logo {
    margin: 0 auto;
    width: 120px;
    height: 70px;
    background-position: center top;
  }
}

footer .iso-logos {
  width: 300px;
}

@media screen and (max-width: 959px) {
  footer .iso-logos {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
}

footer .iso-logos img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

@media screen and (max-width: 959px) {
  footer .iso-logos img {
    width: 150px;
  }
}

footer .contact-info {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  footer .contact-info {
    display: block;
    line-height: 24px;
    margin: 5px 0;
  }
}

footer .contact-info > div {
  text-align: right;
  margin: 0 70px 0 0;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 959px) {
  footer .contact-info > div {
    padding: 10px 0;
    margin: 20px auto;
    text-align: center;
    line-height: 120%;
  }
}

footer .contact-info > div:last-child {
  margin-right: 0;
}

footer .contact-info > div p {
  margin: 0;
}

footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 15px 0;
}

@media screen and (max-width: 959px) {
  footer .footer-bottom {
    display: block;
    text-align: center;
  }
}

footer .footer-bottom .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  footer .footer-bottom .social-media {
    display: block;
    text-align: center;
  }
}

footer .footer-bottom .social-media a {
  display: inline-block;
  margin: 10px 10px 0 0;
}

footer .footer-bottom .social-media a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  footer .footer-bottom .social-media a:last-child {
    display: block;
    width: 100%;
    text-align: center;
  }
}

footer .footer-bottom .social-media a:hover {
  color: white;
  text-decoration: underline;
}

footer .footer-bottom .social-media a i {
  font-size: 1.7em;
}

footer .footer-bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  footer .footer-bottom .copyright {
    display: block;
    text-align: center;
  }
}

[data-ani] {
  position: relative;
  opacity: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

section {
  position: relative;
}

section .title {
  font-size: 50px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #002F87;
  margin: 15px 0;
}

section .title .dot {
  color: #D6006D;
}

@media screen and (max-width: 1279px) {
  section .title {
    font-size: 36px;
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  section .title {
    font-size: 35px;
    padding: 0;
  }
}

section .big-title {
  font-size: 50px;
  padding-left: 0;
  font-weight: bold;
  position: relative;
  top: calc(50% - 80px);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 85%;
  color: #002F87;
  z-index: 3;
}

@media screen and (max-width: 959px) {
  section .big-title {
    font-size: 40px;
    padding-left: 0;
    word-break: break-all;
  }
}

section .big-title .invert {
  color: #F9F9F9;
}

@media screen and (max-width: 959px) {
  section .big-title .invert {
    line-height: 40px;
  }
}

section .big-title .dot {
  position: absolute;
  margin-left: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #D6006D;
}

section .line {
  width: 33%;
  background: #002F87;
  position: absolute;
  bottom: 5%;
  left: 10%;
  z-index: 2;
}

section .line.blue {
  background: #002F87;
  height: 32px;
}

@media screen and (max-width: 959px) {
  section .line.blue {
    height: 16px;
  }
}

section .line.purple {
  background: #D6006D;
  height: 18px;
}

@media screen and (max-width: 959px) {
  section .line.purple {
    height: 9px !important;
  }
}

section .line.white {
  background: #F9F9F9;
  height: 32px;
}

@media screen and (max-width: 959px) {
  section .line.white {
    height: 16px !important;
  }
}

.sub-page {
  width: 100%;
  margin-top: 0;
  position: relative;
  margin-bottom: 150px;
}

.sub-page .line.blue {
  left: auto;
  right: 100px;
  width: 33%;
  background: #002F87;
  position: absolute;
  bottom: -5%;
  z-index: 2;
  background: #002F87;
  height: 32px;
}

@media screen and (max-width: 959px) {
  .sub-page .line.blue {
    height: 16px !important;
    bottom: -5%;
    right: 20px;
  }
}

.sub-page section.sub-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  overflow: hidden;
  margin-bottom: 50px;
  height: 100vh;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .sub-page section.sub-main {
    padding-bottom: 150%;
  }
}

.sub-page section.sub-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

@media screen and (max-width: 959px) {
  .sub-page section.sub-main {
    margin-bottom: 50px;
  }
}

.sub-page section.sub-main .sub-main-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
}

.sub-page section.sub-main .bg-video {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}

.sub-page section.sub-main .bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
}

.sub-page section.sub-main .title {
  font-size: 70px;
  font-weight: 700;
  padding: 0 20px;
  line-height: 100%;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #F9F9F9;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  height: 100px;
  left: 100px;
  top: 10%;
  position: absolute;
  text-align: right;
  display: table;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: default;
}

.sub-page section.sub-main .title:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #002F87;
  color: transparent !important;
}

@media screen and (max-width: 959px) {
  .sub-page section.sub-main .title {
    font-size: 50px;
    left: 20px;
  }
}

.sub-page section.sub-main .wrapper {
  margin-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  margin-top: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .sub-page section.sub-main .wrapper {
    margin-left: 20px;
    padding-left: 60px;
  }
}

.sub-page section.sub-main .wrapper .big-title {
  margin-top: -136px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

@media screen and (max-width: 959px) {
  .sub-page section.sub-main .wrapper .big-title {
    margin-top: -80px !important;
  }
}

.sub-page section.sub-main .wrapper .text {
  background: #002F87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  min-height: 300px;
  margin-top: auto;
  color: #F9F9F9;
  margin-right: -100px;
  position: relative;
  z-index: 2;
  padding: 100px 50px 50px;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .sub-page section.sub-main .wrapper .text {
    margin-right: 0;
    width: 100%;
    padding: 50px 20px 55px 45px;
  }
}

.sub-page section.sub-main .wrapper .text p {
  line-height: 24px;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .sub-page section.sub-main .wrapper .text p {
    font-size: 14px;
    line-height: 17px;
  }
}

.sub-page section.sub-main .wrapper .text .icon {
  -webkit-filter: invert(1) grayscale(1) brightness(3);
          filter: invert(1) grayscale(1) brightness(3);
  margin: 0 0 10px 0;
  width: 150px;
}

.sub-page section.sub-main .wrapper .text .icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sub-page section.sub-main .wrapper .text .btn {
  color: #F9F9F9;
  width: 200px;
  padding: 20px 10px;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 35px 0 0 -3px;
}

@media screen and (max-width: 959px) {
  .sub-page section.sub-main .wrapper .text .btn {
    padding: 10px 5px;
  }
}

.sub-page section.sub-main .wrapper .text .btn:hover {
  background: #F9F9F9;
  color: #002F87;
}

.sub-page section.sub-main .wrapper .image {
  height: 100%;
  width: 70%;
}

.sub-page section.sub-main .line.white {
  bottom: 5% !important;
  right: 5%;
  left: 57%;
  width: 36.66%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.sub-page.projects .filter-search, .sub-page.markets .filter-search {
  background-color: #002F87;
  padding: 8px 10px;
  margin-top: -30px;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .filter-search, .sub-page.markets .filter-search {
    width: 90%;
    margin-top: 0;
  }
}

.sub-page.projects .filter-search input, .sub-page.markets .filter-search input {
  background: none;
  border: 0;
  padding: 5px;
  border-bottom: 2px solid rgba(239, 239, 239, 0.8);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  color: white;
}

.sub-page.projects .filter-search i, .sub-page.markets .filter-search i {
  font-size: 24px;
  margin-left: 10px;
}

.sub-page.projects .project-icons, .sub-page.markets .project-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .project-icons, .sub-page.markets .project-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -50px 0 0 0;
  }
}

.sub-page.projects .project-icons .item, .sub-page.markets .project-icons .item {
  text-align: center;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(239, 239, 239, 0.8);
          box-shadow: inset 0px 0px 0px 2px rgba(239, 239, 239, 0.8);
  width: 130px;
  height: 130px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .project-icons .item, .sub-page.markets .project-icons .item {
    width: 25%;
    margin: 5px;
  }
}

.sub-page.projects .project-icons .item:hover, .sub-page.projects .project-icons .item.active, .sub-page.markets .project-icons .item:hover, .sub-page.markets .project-icons .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #D6006D;
          box-shadow: inset 0px 0px 0px 2px #D6006D;
}

.sub-page.projects .project-icons .item:hover img, .sub-page.projects .project-icons .item.active img, .sub-page.markets .project-icons .item:hover img, .sub-page.markets .project-icons .item.active img {
  -webkit-filter: invert(19%) sepia(91%) saturate(5217%) hue-rotate(318deg) brightness(80%) contrast(112%);
          filter: invert(19%) sepia(91%) saturate(5217%) hue-rotate(318deg) brightness(80%) contrast(112%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.sub-page.projects .project-icons .item img, .sub-page.markets .project-icons .item img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

.sub-page.projects .project-icons .item p, .sub-page.markets .project-icons .item p {
  font-weight: 500;
  padding: 0 10px;
  font-size: 13px;
  margin-top: 0;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: black;
  width: 110px;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .project-icons .item p, .sub-page.markets .project-icons .item p {
    width: 100%;
    font-size: 11px;
  }
}

.sub-page.projects .projects-grid, .sub-page.markets .projects-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 200px;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .projects-grid, .sub-page.markets .projects-grid {
    margin: 0 0;
  }
}

.sub-page.projects .projects-grid .item, .sub-page.markets .projects-grid .item {
  background: #002F87;
  position: relative;
  color: #F9F9F9;
  width: calc(33.333333% - 20px);
  margin: 10px;
  padding-bottom: 33%;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .projects-grid .item, .sub-page.markets .projects-grid .item {
    width: 100%;
    padding-bottom: 90%;
  }
}

.sub-page.projects .projects-grid .item:hover .overlay, .sub-page.markets .projects-grid .item:hover .overlay {
  opacity: 1;
  z-index: 0;
}

.sub-page.projects .projects-grid .item .info, .sub-page.markets .projects-grid .item .info {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 30px;
}

.sub-page.projects .projects-grid .item .info .name, .sub-page.markets .projects-grid .item .info .name {
  font-size: 20px;
  width: 100%;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
  text-shadow: 2px 2px 5px #2C2C2C;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .projects-grid .item .info, .sub-page.markets .projects-grid .item .info {
    width: 90%;
  }
}

.sub-page.projects .projects-grid .item .info .type, .sub-page.markets .projects-grid .item .info .type {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  left: 5%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  font-weight: 400;
}

.sub-page.projects .projects-grid .item .info .icon, .sub-page.markets .projects-grid .item .info .icon {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: brightness(10) contrast(10) grayscale(1);
          filter: brightness(10) contrast(10) grayscale(1);
}

.sub-page.projects .projects-grid .item .info .icon img, .sub-page.markets .projects-grid .item .info .icon img {
  width: 100%;
}

.sub-page.projects .projects-grid .item .image, .sub-page.markets .projects-grid .item .image {
  position: absolute;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
  background: rbga(#002F87, 0.65);
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.sub-page.projects .projects-grid .item .image img, .sub-page.markets .projects-grid .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  mix-blend-mode: hard-light;
}

.sub-page.projects .projects-grid .item .overlay, .sub-page.markets .projects-grid .item .overlay {
  background: rgba(214, 0, 109, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5em;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sub-page.projects .market-item, .sub-page.markets .market-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 200px 20px 200px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .market-item, .sub-page.markets .market-item {
    margin: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sub-page.projects .market-item .image, .sub-page.markets .market-item .image {
  width: 50%;
  padding-bottom: 25%;
  position: relative;
  height: 0;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .market-item .image, .sub-page.markets .market-item .image {
    width: 100%;
  }
}

.sub-page.projects .market-item .image img, .sub-page.markets .market-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.sub-page.projects .market-item .info, .sub-page.markets .market-item .info {
  padding: 0 0 50px 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .market-item .info, .sub-page.markets .market-item .info {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
    position: relative;
  }
}

.sub-page.projects .market-item .big-title, .sub-page.markets .market-item .big-title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 80%;
  color: #002F87;
  z-index: 3;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
  top: -24px;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .market-item .big-title, .sub-page.markets .market-item .big-title {
    font-size: 32px;
    top: 0;
    line-height: 95%;
    padding-left: 0;
  }
}

.sub-page.projects .market-item .big-title .invert, .sub-page.markets .market-item .big-title .invert {
  color: #002F87;
}

.sub-page.projects .market-item .big-title .blue, .sub-page.markets .market-item .big-title .blue {
  background-color: #002F87;
  color: #F9F9F9;
  padding: 5px 0;
  min-height: 30px;
  position: relative;
  margin-left: -30px;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .sub-page.projects .market-item .big-title .blue, .sub-page.markets .market-item .big-title .blue {
    margin-left: 0;
    padding-left: 0;
  }
}

.sub-page.projects .market-item .text, .sub-page.markets .market-item .text {
  padding-left: 30px;
}

@media screen and (max-width: 599px) {
  .sub-page.projects .market-item .text, .sub-page.markets .market-item .text {
    height: auto;
  }
  .sub-page.projects .market-item .text:empty, .sub-page.markets .market-item .text:empty {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .sub-page.projects .market-item .text, .sub-page.markets .market-item .text {
    padding-left: 0;
  }
}

.sub-page.projects .market-item.left-item, .sub-page.markets .market-item.left-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
  .sub-page.projects .market-item.left-item, .sub-page.markets .market-item.left-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}

.sub-page.projects .market-item.left-item .info, .sub-page.markets .market-item.left-item .info {
  right: auto;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

.sub-page.projects .market-item.left-item .big-title, .sub-page.markets .market-item.left-item .big-title {
  text-align: left;
}

.sub-page.projects .market-item.left-item .text, .sub-page.markets .market-item.left-item .text {
  text-align: left;
  padding-right: 30px;
}

.sub-page.projects.project-detail section.sub-main .wrapper {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 200px;
  margin: 0;
  height: 100vh;
}

@media screen and (max-width: 959px) {
  .sub-page.projects.project-detail section.sub-main .wrapper {
    padding-left: 100px;
  }
}

.sub-page.projects.project-detail section.sub-main .wrapper .text {
  background: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-top: 0;
}

.sub-page.projects.project-detail section.sub-main .wrapper .text > *:not(.line) {
  position: relative;
}

.sub-page.projects.project-detail section.sub-main .wrapper .text .blue,
.sub-page.projects.project-detail section.sub-main .wrapper .text .white {
  padding: 6px;
  font-size: 40px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}

@media screen and (max-width: 959px) {
  .sub-page.projects.project-detail section.sub-main .wrapper .text .blue,
  .sub-page.projects.project-detail section.sub-main .wrapper .text .white {
    font-size: 18px;
  }
}

.sub-page.projects.project-detail section.sub-main .wrapper .text .blue {
  background: #002F87;
  color: #F9F9F9;
  -webkit-box-shadow: -6px 0 0 #002F87;
          box-shadow: -6px 0 0 #002F87;
}

.sub-page.projects.project-detail section.sub-main .wrapper .text .white {
  background: #F9F9F9;
  color: #002F87;
  -webkit-box-shadow: -6px 0 0 white;
          box-shadow: -6px 0 0 white;
  display: inline;
  white-space: pre-line;
  line-height: 160%;
  padding: 0;
  padding-left: 0px;
}

.sub-page.projects.project-detail section.sub-main .wrapper .text .icon {
  margin-top: 20px;
  width: 108px;
  margin-right: auto;
  position: absolute;
  top: 65%;
}

@media screen and (max-width: 959px) {
  .sub-page.projects.project-detail section.sub-main .wrapper .text .icon {
    width: 80px;
    top: 80%;
  }
}

.sub-page.projects.project-detail section.sub-main .wrapper .text .spot-text {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  background: #F9F9F9;
  color: #002F87;
  padding: 10px;
  display: block;
  margin-top: 70px;
  margin-left: auto;
  width: 50%;
  min-height: 60px;
}

@media screen and (max-width: 959px) {
  .sub-page.projects.project-detail section.sub-main .wrapper .text .spot-text {
    font-size: 15px;
    width: 100%;
    min-height: auto;
  }
}

.sub-page.projects.project-detail section.sub-main .wrapper .text .line.blue {
  margin-bottom: 0;
  right: 0;
  bottom: 0;
  position: relative;
  float: right;
}

@media screen and (max-width: 959px) {
  .sub-page.projects.project-detail section.sub-main .wrapper .text .line.blue {
    display: none;
  }
}

.sub-page.markets .wrapper .projects-grid .item {
  height: 400px !important;
}

.sub-page.markets .sub-main .wrapper {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-page.markets .sub-main .wrapper .text {
  background: none;
  padding: 0;
  display: inline-block;
  margin-top: 200px;
  width: 95%;
}

.sub-page.markets .sub-main .wrapper .text > *:not(.line) {
  position: relative;
}

.sub-page.markets .sub-main .wrapper .text .blue,
.sub-page.markets .sub-main .wrapper .text .white {
  padding: 6px;
  font-size: 40px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}

@media screen and (max-width: 959px) {
  .sub-page.markets .sub-main .wrapper .text .blue,
  .sub-page.markets .sub-main .wrapper .text .white {
    font-size: 25px;
  }
}

.sub-page.markets .sub-main .wrapper .text .blue {
  background: #002F87;
  color: #F9F9F9;
  -webkit-box-shadow: -6px 0 0 #002F87;
          box-shadow: -6px 0 0 #002F87;
}

.sub-page.markets .sub-main .wrapper .text .white {
  background: #F9F9F9;
  color: #002F87;
  -webkit-box-shadow: -6px 0 0 white;
          box-shadow: -6px 0 0 white;
  display: inline;
  white-space: pre-line;
  line-height: 160%;
  padding: 3px;
  padding-left: 0px;
}

.sub-page.markets .sub-main .wrapper .text .white:empty {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.sub-page.markets .sub-main .wrapper .text .icon {
  margin-top: 20px;
  width: 108px;
  margin-right: auto;
  position: absolute;
  top: 65%;
}

.sub-page.markets .sub-main .wrapper .text .spot-text {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  background: #F9F9F9;
  color: #002F87;
  padding: 20px;
  display: block;
  margin-top: 70px;
  margin-left: auto;
  width: 50%;
  min-height: 105px;
}

@media screen and (max-width: 959px) {
  .sub-page.markets .sub-main .wrapper .text .spot-text {
    font-size: 20px;
  }
}

.sub-page.markets .sub-main .wrapper .text .line.blue {
  margin-bottom: 0;
  right: 0;
}

.sub-page.markets .content-text {
  margin: 50px 200px 100px 200px;
  background: #002F87;
  color: white;
  padding: 30px;
  font-size: 1.1em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 959px) {
  .sub-page.markets .content-text {
    margin: 30px 0 100px 0;
  }
}

.sub-page.about-us .bg-video {
  display: block;
}

.sub-page.about-us .bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center !important;
     object-position: right center !important;
}

@media screen and (max-width: 599px) {
  .sub-page.about-us .about-info {
    padding: 0 0;
  }
}

.sub-page.about-us .about-info .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -80px;
}

.sub-page.about-us .about-info .about-wrapper .about-item {
  padding: 0 20px;
  margin: 0;
}

.sub-page.about-us .about-info .about-wrapper .about-item h2 {
  margin: 100px 0 10px 0;
}

.sub-page.insights .sub-main-wrapper .bg-video video {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.sub-page.insights .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-page.insights .wrapper .text .blue,
.sub-page.insights .wrapper .text .white {
  display: inline !important;
}

@media screen and (max-width: 959px) {
  .sub-page.insights .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sub-page.insights .wrapper .item {
  width: 32%;
  position: relative;
  margin: 8px 0;
  margin-right: 1%;
}

.sub-page.insights .wrapper .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .sub-page.insights .wrapper .item {
    width: 49%;
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  .sub-page.insights .wrapper .item {
    width: 100%;
  }
}

.sub-page.insights .wrapper .item .image {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.sub-page.insights .wrapper .item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-page.insights .wrapper .item .text {
  background: rgba(0, 47, 135, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 15px;
  line-height: 23px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sub-page.insights .wrapper .item .text p {
  font-size: 15px;
  color: black;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  font-weight: 500;
  background-color: rgba(249, 249, 249, 0.5);
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  margin-top: auto;
  white-space: pre-wrap;
  line-height: 22px;
  padding: 3px 0 0 0;
  -webkit-box-shadow: -3px 0 0 rgba(249, 249, 249, 0.5);
          box-shadow: -3px 0 0 rgba(249, 249, 249, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 959px) {
  .sub-page.insights .wrapper .item .text {
    margin: 0 auto 50px auto !important;
  }
}

.sub-page.insights .wrapper .item .text:hover {
  background: rgba(214, 0, 109, 0.8);
  color: #F9F9F9;
}

.sub-page.insights .wrapper .item .text:hover h5 {
  color: #F9F9F9;
}

.sub-page.insights .wrapper .item .text:hover p {
  background: #F9F9F9;
  -webkit-box-shadow: -3px 0 0 #F9F9F9;
          box-shadow: -3px 0 0 #F9F9F9;
}

.sub-page.insights .wrapper .item .text .date {
  margin-top: auto;
}

.sub-page.insights .wrapper .item .text h5 {
  margin: 0 0 20px 0;
  background: #D6006D;
  font-size: 1.2em;
  color: #F9F9F9;
  padding: 2px;
  font-weight: 500;
  display: table;
}

.sub-page.insights .other-insights .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 25px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .sub-page.insights .other-insights .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sub-page.insights .other-insights .wrapper .item {
  width: 32%;
  position: relative;
  margin: 8px 0;
}

@media screen and (max-width: 959px) {
  .sub-page.insights .other-insights .wrapper .item {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  .sub-page.insights .other-insights .wrapper .item {
    width: 100%;
  }
}

.sub-page.insights .other-insights .wrapper .item .image img {
  width: 100%;
  height: 250px;
}

.sub-page.insights .other-insights .wrapper .item .text {
  background: rgba(0, 47, 135, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 15px;
  line-height: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sub-page.insights .other-insights .wrapper .item .text p {
  font-size: 16px;
  color: black;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  font-weight: 500;
  background-color: rgba(249, 249, 249, 0.5);
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  margin-top: auto;
  white-space: pre-wrap;
  line-height: 22px;
  padding: 3px 0 0 0;
  -webkit-box-shadow: -3px 0 0 rgba(249, 249, 249, 0.5);
          box-shadow: -3px 0 0 rgba(249, 249, 249, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 959px) {
  .sub-page.insights .other-insights .wrapper .item .text {
    margin: 0 auto 50px auto !important;
  }
}

.sub-page.insights .other-insights .wrapper .item .text:hover {
  background: rgba(214, 0, 109, 0.8);
  color: #F9F9F9;
}

.sub-page.insights .other-insights .wrapper .item .text:hover h5 {
  color: #F9F9F9;
}

.sub-page.insights .other-insights .wrapper .item .text:hover p {
  background: #F9F9F9;
  -webkit-box-shadow: -3px 0 0 #F9F9F9;
          box-shadow: -3px 0 0 #F9F9F9;
}

.sub-page.insights .other-insights .wrapper .item .text .date {
  margin-top: auto;
}

.sub-page.insights .other-insights .wrapper .item .text h5 {
  margin: 0 0 30px 0;
  background: #D6006D;
  font-size: 1.2em;
  color: #F9F9F9;
  padding: 2px;
  font-weight: 500;
  display: table;
}

.sub-page h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #002F87;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .sub-page h2 {
    font-size: 20px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 599px) {
  .sub-page h2 {
    padding: 0;
  }
}

.sub-page.insights-detail .sub-main {
  height: 100vh;
}

.sub-page.insights-detail .sub-main-wrapper {
  height: 100vh;
}

.sub-page.insights-detail .sub-main-wrapper .wrapper {
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-page.insights-detail .sub-main-wrapper .text {
  margin-top: 100px !important;
  width: 66% !important;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

@media screen and (max-width: 599px) {
  .sub-page.insights-detail .sub-main-wrapper .text {
    margin-top: 0 !important;
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    width: 100% !important;
  }
}

.sub-page.contact .sub-main {
  background-color: #f9f9f9;
  padding-bottom: 0;
  height: 100vh;
  background-position: 0 80px;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .sub-main-wrapper {
    height: 100%;
  }
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main {
    height: 100%;
    padding: 0;
    background-position: center center;
  }
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .sub-main-wrapper {
    position: relative;
  }
}

.sub-page.contact .sub-main:after {
  display: none;
}

.sub-page.contact .sub-main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66%;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .wrapper {
    padding-top: 100px;
    margin: 0 0 0 auto;
    width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sub-page.contact .sub-main .wrapper .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  width: 30%;
  padding: 0;
  height: 36.666%;
  margin-right: 20px;
}

.sub-page.contact .sub-main .wrapper .contact-item:last-child {
  margin-right: 0;
}

.sub-page.contact .sub-main .wrapper .contact-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .wrapper .contact-item {
    width: 100%;
    position: relative;
    margin: 15px 0;
    height: 100%;
  }
}

.sub-page.contact .sub-main .wrapper .contact-item .text {
  width: 100%;
  height: 100%;
  padding: 0 10px 0;
  font-weight: 500;
  font-size: 14px;
  pointer-events: auto;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .wrapper .contact-item .text {
    min-height: auto;
  }
}

.sub-page.contact .sub-main .wrapper .contact-item .text p {
  line-height: 20px;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .wrapper .contact-item .text {
    margin: 0 0 20px 0;
  }
}

.sub-page.contact .sub-main .wrapper .contact-item .text .row {
  margin: -10px 0 15px 0;
}

.sub-page.contact .sub-main .wrapper .contact-item .text i {
  font-size: 30px;
}

.sub-page.contact .sub-main .wrapper .contact-item .text a {
  text-decoration: underline;
}

.sub-page.contact .sub-main .wrapper .contact-item .text a:hover {
  color: #F9F9F9;
  text-decoration: none;
}

.sub-page.contact .sub-main .wrapper .contact-item .big-title {
  font-size: 30px;
  margin-top: -20px;
  margin-left: 15px;
  top: 0;
  min-height: 60px;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .wrapper .contact-item .big-title {
    margin-top: 10px !important;
    margin-left: 20px;
    font-size: 30px;
    color: #F9F9F9;
    text-shadow: none;
    min-height: auto !important;
  }
}

.sub-page.contact .sub-main .map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sub-page.contact .sub-main .map .contact-map-bg {
  background: #ededed url(/assets/frontend/img/contact-bg.png) no-repeat center center;
  background-size: contain;
  height: 100vh;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .sub-main .map .contact-map-bg {
    background-position: center top;
  }
}

.sub-page.contact .sub-main .map #contactMap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sub-page.contact .sub-main .title {
  color: #002F87 !important;
}

.sub-page.contact .contact-form {
  padding: 40px;
  position: relative;
  margin: 100px 0;
}

@media screen and (max-width: 959px) {
  .sub-page.contact .contact-form {
    padding: 0;
  }
}

.sub-page.contact .contact-form .add-file {
  position: relative;
  width: 100%;
  display: block;
}

.sub-page.contact .contact-form .add-file input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding-left: 50px;
}

.sub-page.contact .contact-form .add-file i {
  position: absolute;
  font-size: 25px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.sub-page.contact .contact-form .form-control {
  border: 0;
  border-bottom: 3px solid lightgray;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding: 10px 0;
  position: relative;
}

.sub-page.contact .contact-form h2 {
  font-weight: 700;
}

.sub-page .project-detail {
  margin: 0 200px;
}

@media screen and (max-width: 599px) {
  .sub-page .project-detail {
    margin: 0 0 !important;
  }
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail {
    margin: 0 50px;
  }
}

.sub-page .project-detail .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 20px 0;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .detail-item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}

.sub-page .project-detail .detail-item .image {
  width: 35%;
  position: relative;
  padding-bottom: 25%;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .detail-item .image {
    width: 100%;
    padding-bottom: 50%;
  }
}

.sub-page .project-detail .detail-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.sub-page .project-detail .detail-item .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.sub-page .project-detail .detail-item .info-text::-webkit-scrollbar {
  width: 5px;
}

.sub-page .project-detail .detail-item .info-text::-webkit-scrollbar-track {
  background: transparent;
}

.sub-page .project-detail .detail-item .info-text::-webkit-scrollbar-thumb {
  background: #002F87;
}

.sub-page .project-detail .detail-item .info-text::-webkit-scrollbar-thumb:hover {
  background: black;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .detail-item .info-text {
    padding: 0 20px;
  }
}

.sub-page .project-detail .detail-item .info-text p {
  line-height: 25px;
}

.sub-page .project-detail .detail-item .info-text h2 {
  margin-top: 0;
  color: #002F87;
  font-size: 28px;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .detail-item .info-text h2 {
    margin-top: 30px;
    padding: 0;
  }
}

.sub-page .project-detail .detail-item .line.purple {
  right: 0;
  left: 33%;
  margin: 0 auto;
}

.sub-page .project-detail .detail-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sub-page .project-detail .detail-item:nth-child(even) .info-text {
  padding: 20px 50px 0 0;
}

.sub-page .project-detail .detail-item:nth-child(even) .info-text::-webkit-scrollbar {
  width: 5px;
}

.sub-page .project-detail .detail-item:nth-child(even) .info-text::-webkit-scrollbar-track {
  background: transparent;
}

.sub-page .project-detail .detail-item:nth-child(even) .info-text::-webkit-scrollbar-thumb {
  background: #F9F9F9;
}

.sub-page .project-detail .detail-item:nth-child(even) .info-text::-webkit-scrollbar-thumb:hover {
  background: black;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .detail-item:nth-child(even) .info-text {
    width: 100%;
    padding: 20px;
    position: relative;
  }
}

.sub-page .project-detail .detail-item.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sub-page .project-detail .detail-item.right .info-text {
  padding: 20px 50px 0 0;
}

.sub-page .project-detail .content-text {
  margin: 70px 0;
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background: #002F87;
  color: white;
  padding: 30px;
}

.sub-page .project-detail .project-gallery {
  display: block;
  margin: 70px 0;
}

.sub-page .project-detail .project-gallery .swiper-wrapper {
  padding-bottom: 60px;
}

.sub-page .project-detail .project-gallery .controls {
  position: absolute;
  font-size: 20px !important;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 60px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .project-gallery .controls {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}

.sub-page .project-detail .project-gallery .controls .swiper-button-next {
  position: relative;
  left: 0 !important;
  color: #002F87 !important;
}

.sub-page .project-detail .project-gallery .controls .swiper-button-prev {
  position: relative;
  left: 0 !important;
  color: #002F87 !important;
}

.sub-page .project-detail .project-gallery .gallery-item {
  position: relative;
  height: 200px;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .project-gallery .gallery-item {
    width: 50%;
    padding-bottom: 50%;
  }
}

.sub-page .project-detail .project-gallery .gallery-item:hover .overlay {
  opacity: 1;
}

.sub-page .project-detail .project-gallery .gallery-item:hover .overlay i {
  margin-top: 0;
}

.sub-page .project-detail .project-gallery .gallery-item .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sub-page .project-detail .project-gallery .gallery-item .image:after {
  content: "";
  background: #002F87;
  mix-blend-mode: difference;
  opacity: 0.3;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sub-page .project-detail .project-gallery .gallery-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-page .project-detail .project-gallery .gallery-item .overlay {
  background: rgba(214, 0, 109, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 60px;
  color: white;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sub-page .project-detail .project-gallery .gallery-item .overlay i {
  margin-top: -50px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sub-page .project-detail .project-location {
  margin: 50px 0;
}

.sub-page .project-detail .project-location #projectMap {
  height: 300px;
}

.sub-page .project-detail .similar-projects .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .similar-projects .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sub-page .project-detail .similar-projects .wrapper .item {
  background: #002F87;
  position: relative;
  color: #F9F9F9;
  width: calc(33.3333% - 20px);
  padding-bottom: 25%;
  margin: 10px;
}

@media screen and (max-width: 959px) {
  .sub-page .project-detail .similar-projects .wrapper .item {
    width: 100%;
    padding-bottom: 100%;
    margin: 10px 0px;
  }
}

.sub-page .project-detail .similar-projects .wrapper .item:hover .overlay {
  opacity: 1;
  z-index: 0;
}

.sub-page .project-detail .similar-projects .wrapper .item .info {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 20px 35px;
}

.sub-page .project-detail .similar-projects .wrapper .item .info .name {
  font-size: 20px;
  width: 100%;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
  text-shadow: 2px 2px 5px #2c2c2c;
  text-align: right;
}

@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .sub-page .project-detail .similar-projects .wrapper .item .info .name {
    font-size: 120%;
  }
}

.sub-page .project-detail .similar-projects .wrapper .item .info .type {
  position: absolute;
  bottom: 10px;
  left: 10px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  font-weight: 400;
  font-size: 14px;
  width: 200px;
  height: 200px;
}

.sub-page .project-detail .similar-projects .wrapper .item .info .icon {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: brightness(10) contrast(10) grayscale(1);
          filter: brightness(10) contrast(10) grayscale(1);
}

.sub-page .project-detail .similar-projects .wrapper .item .info .icon img {
  width: 100%;
}

.sub-page .project-detail .similar-projects .wrapper .item .image {
  position: absolute;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
}

.sub-page .project-detail .similar-projects .wrapper .item .image:after {
  content: "";
  position: absolute;
  background: #002F87;
  mix-blend-mode: difference;
  opacity: 0.3;
  z-index: 1;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-page .project-detail .similar-projects .wrapper .item .overlay {
  background: rgba(214, 0, 109, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5em;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sub-page .presentation {
  margin: 100px 0 0 0;
}

.sub-page .presentation .wrapper {
  padding: 20px 0;
  display: block;
  font-weight: 500;
  text-align: center;
  background: #EFEFEF;
}

.sub-page .presentation .wrapper .title {
  position: relative;
  top: -30px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 30px;
  padding: 20px 0;
}

.sub-page .presentation .wrapper .title p {
  color: #002F87;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .sub-page .presentation .wrapper .title {
    font-size: 34px;
  }
}

.sub-page .presentation .wrapper p {
  color: #2C2C2C;
}

.sub-page .presentation .wrapper a {
  background: #002F87;
  color: white;
  padding: 15px 35px;
  font-size: 22px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .sub-page .presentation .wrapper a {
    padding: 10px 25px;
  }
}

.sub-page .presentation .wrapper a:hover {
  background: #D6006D;
}

.sub-page.search {
  padding-top: 100px;
  min-height: 500px;
}

.sub-page.search .grid-list {
  padding: 0;
}

.infoWindow {
  padding: 0;
  background: #D6006D;
  color: #F9F9F9;
}

.infoWindow a {
  position: relative;
  width: 100%;
  padding: 22px 0 22px 0;
  font-size: 20px;
  display: block;
  line-height: 120%;
  max-width: 222px;
}

.infoWindow a:hover {
  color: white;
}

.infoWindow a i {
  position: absolute;
  right: 0;
  bottom: 0;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
  background: #D6006D;
  border-radius: 0;
}

.gm-ui-hover-effect {
  -webkit-filter: invert(1);
          filter: invert(1);
  padding: 10px;
  width: 40px;
  height: 40px;
}

.gm-ui-hover-effect img {
  width: 25px;
  height: 25px;
}

div.header.mobile {
  display: none;
}

@media screen and (max-width: 959px) {
  div.header.mobile {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #f9f9f9;
    z-index: 5;
  }
}

div.header.mobile .hamburger {
  position: absolute;
  right: 0;
  padding: 15px 6px;
  font-size: 30px;
  color: #002F87;
}

div.header.mobile .logo {
  width: 200px;
  height: 60px;
  margin: 10px;
  background: url("/assets/frontend/img/arti-proje-logo.svg") no-repeat center left;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
}

div.header.mobile .mobile-menu {
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

div.header.mobile .mobile-menu .mobile-menu-wrapper {
  padding: 10px;
  max-height: 100vh;
  overflow-y: auto;
}

div.header.mobile .mobile-menu .mobile-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.header.mobile .mobile-menu .mobile-menu-wrapper ul li {
  padding: 0;
  border-bottom: 1px solid rgba(249, 249, 249, 0.3);
  margin: 0;
}

div.header.mobile .mobile-menu .mobile-menu-wrapper ul li a {
  display: block;
  text-align: left;
  position: relative;
  color: #F9F9F9;
  background: #002F87;
  padding: 0.375rem 0.75rem;
}

div.header.mobile .mobile-menu .mobile-menu-wrapper > a {
  display: block;
  text-align: left;
  position: relative;
  color: #F9F9F9;
  border-bottom: 1px solid rgba(249, 249, 249, 0.3);
}

div.header.mobile .mobile-menu .mobile-menu-wrapper > a i {
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

div.header.mobile .mobile-menu .mobile-menu-wrapper a.nav-link {
  color: #002F87;
  padding: 10px 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.3);
}

div.header.mobile .mobile-menu .mobile-menu-wrapper .card-body h3 {
  color: #D6006D;
}

div.header.mobile .language a {
  background: #d6006d;
  padding: 3px;
  color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}

div.header.mobile .social-media a {
  font-size: 1.5em;
  background: #d6006d;
  padding: 3px;
  color: #F9F9F9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}
/*# sourceMappingURL=style.css.map */