@import url("bootstrap.css");
@import url("ionicons.min.css");
@import url("linearicons.css");
@import url("animate.css");
@import url("magnific-popup.css");
@import url("jquery.pagepiling.css");
@import url("owl.carousel.css");
@import url("settings.css");
@import url("layers.css");
@import url("navigation.css");

@font-face {
  font-family: SVN-Gilroy-Regular;
  src: url("../fonts/SVN-Gilroy-Regular.ttf");
}

@font-face {
  font-family: SVN-Gilroy-SemiBold;
  src: url("../fonts/SVN-Gilroy-SemiBold.ttf");
}

html {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: SVN-Gilroy-Regular, sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.1428;
  color: rgb(102, 102, 102);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: SVN-Gilroy-Regular, sans-serif !important;
}

.body-fullpage {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: rgb(13, 80, 146);
  border-radius: 10px;
}

::selection {
  background-color: rgb(13, 80, 146);
  color: rgb(255, 255, 255);
}

-webkit-::selection {
  background-color: rgb(13, 80, 146);
  color: rgb(255, 255, 255);
}

h1,
.h1 {
  font-size: 3.428rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(0, 0, 0);
  letter-spacing: -0.025em;
  margin: 0.5em 0px;
}

h2,
.h2 {
  font-weight: 600;
  font-size: 2.571rem;
  line-height: 1.166;
  color: rgb(0, 0, 0);
  letter-spacing: 0px;
  margin: 2.6rem 0px;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: rgb(0, 0, 0);
  margin: 2.6rem 0px;
}

h4,
.h4 {
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: rgb(0, 0, 0);
  margin: 2.6rem 0px;
}

h5,
.h5 {
  font-weight: 600;
  font-size: 1.571rem;
  line-height: 1.1;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
  margin: 2.6rem 0px;
}

h6,
.h6 {
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
  margin: 2.6rem 0px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

p,
blockquote {
  margin-bottom: 2.6rem;
}

a {
  color: rgb(13, 80, 146);
  transition: color 0.3s ease-out 0s;
}

a:hover,
a:focus {
  color: rgb(13, 80, 146);
  outline: none;
}

a:focus {
  text-decoration: none;
}

input[type="text"],
input[type="address"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: rgb(61, 61, 61);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(209, 209, 209);
  border-radius: 0px;
  padding: 0.2rem 1rem 0px;
  height: 3.6em;
  box-shadow: none;
  appearance: none;
  transition: all 0.15s ease 0s;
}

textarea {
  padding-top: 0.8rem;
  height: 15rem;
  resize: none;
  transition: all 0.3s ease 0s;
}

input[type="text"]:focus,
input[type="address"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: rgb(13, 80, 146);
  outline: 0px;
}

input.input-gray,
textarea.input-gray {
  background: rgb(246, 246, 246);
}

input.input-gray:focus,
textarea.input-gray:focus {
  background: rgb(255, 255, 255);
}

input::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

textarea::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

.form-group {
  margin-bottom: 30px;
}

.footer_form .form_fields_bg {
  background: rgb(255, 255, 255);
  padding: 3rem;
  margin-bottom: 3rem;
}

.footer_form .title_form h2 {
  text-align: center;
  color: rgb(13, 80, 146);
  margin-top: 0px;
}

.footer_form .form_group {
  position: relative;
}

.footer_form .form_group .input_fields {
  position: relative;
}

.footer_form .form_group .input_fields img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  margin: auto;
}

.footer_form .form_group .input_fields input {
  background: rgb(237, 237, 237);
  padding-left: 45px;
  padding-top: 0px;
  border: unset;
  font-size: 16px;
  color: rgb(111, 116, 128);
}

.footer_form .form_group .input_fields input::placeholder {
  color: rgb(111, 116, 128);
}

.footer_form .form_group .input_fields select {
  background: rgb(237, 237, 237);
  height: 50px;
  margin-top: 30px;
  border: unset;
  appearance: none;
  font-size: 16px;
  color: rgb(111, 116, 128);
  padding-left: 45px;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
}

.footer_form .form_group .btn-send {
  background: rgb(13, 80, 146);
  margin-top: 30px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}

.footer_form .form_group .btn-send:hover {
  box-shadow: rgb(100, 98, 98) 0px 0px 3px 1px;
}

input.error {
  border-color: rgb(13, 80, 146);
}

.mc-label,
label.error {
  font-size: 0.93em;
  font-weight: 400;
  margin: 0.7em 0px 0px;
  color: rgb(116, 116, 116);
}

.btn {
  color: rgb(255, 255, 255);
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  padding: 1.1em 2.28em 1em;
  background-color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.3s ease-out 0s !important;
}

.btn:hover,
.btn:focus {
  background-color: rgb(13, 80, 146);
  color: rgb(255, 255, 255);
  box-shadow: none;
  outline: none !important;
}

.btn-upper {
  font-weight: 600;
  text-transform: uppercase;
}

.btn-yellow {
  background: rgb(13, 80, 146);
  color: rgb(0, 0, 0);
}

.btn-yellow:hover,
.btn-yellow:focus {
  background: rgb(0, 0, 0);
}

.icon {
  display: inline-block;
  font-size: 4.2rem;
}

.link-arrow {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  line-height: 1 !important;
}

.link-arrow .icon {
  position: relative;
  top: 0.1rem;
  margin-left: 0.7rem;
  font-size: 2.1em;
  vertical-align: middle;
  transition: transform 0.3s ease 0s;
}

.link-arrow .ion-ios-arrow-right {
  font-size: 1.5em;
}

.link-arrow:hover {
  color: rgb(13, 80, 146);
  text-decoration: none;
}

.link-arrow:hover .icon {
  transform: translateX(0.5rem);
}

.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  color: rgb(75, 75, 75);
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(13, 80, 146);
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: 2s ease-in-out 0s infinite normal none running sk-bounce;
}

.double-bounce2 {
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.text-dark {
  color: rgb(0, 0, 0);
}

.text-muted {
  color: rgb(153, 153, 153);
}

.text-white {
  color: rgb(255, 255, 255);
}

.text-primary {
  color: rgb(13, 80, 146);
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.rel-1 {
  position: relative;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.visible-xl {
  display: none;
}

.navbar {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 7rem;
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  display: flex;
  align-items: center;
}

.navbar .brand {
  float: left;
  margin-top: -0.5rem;
  transition: none 0s ease 0s;
}

.brand {
  line-height: 1.6;
  color: rgb(0, 0, 0);
  display: inline-block;
}

a.brand:hover,
a.brand:focus {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.brand img {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.65rem;
  width: 150px;
}

.brand-info {
  display: inline-block;
}

.brand-name {
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1;
}

.brand-text {
  color: rgb(134, 134, 134);
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem;
}

.navbar-toggle {
  display: block;
  margin: 0px 0px 0px 6.5rem;
  padding: 0px;
  border-radius: 0px;
}

.navbar-toggle .icon-bar {
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}

.navbar-toggle:hover .icon-bar {
  background-color: rgb(13, 80, 146);
}

.navbar .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgb(222, 222, 222);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.social-list {
  overflow: hidden;
}

.social-list a {
  float: left;
  font-size: 1.428rem;
  line-height: 1;
  color: rgb(0, 0, 0);
  margin-left: 2rem;
}

.social-list a:first-child {
  margin-left: 0px;
}

.social-list a:hover {
  color: rgb(13, 80, 146);
  text-decoration: none;
}

.navbar-spacer {
  margin: -1rem 4.5rem 0px;
  width: 1px;
  height: 3.3rem;
  background-color: rgb(224, 224, 224);
}

.navbar-address {
  float: left;
  margin-left: 4.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation {
  float: right;
  margin-top: -0.3rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation ul {
  list-style: none;
}

.navigation ul li {
  float: left;
  margin-right: 2.6rem;
  text-transform: initial;
  font-weight: normal;
}

.navigation ul li:last-child {
  margin-right: 0px;
}

.navigation ul li a {
  color: rgb(106, 107, 111);
  font-size: 14px;
  font-family: SVN-Gilroy-SemiBold;
  font-weight: 500;
}

.navigation ul .active a,
.navigation ul li a:hover {
  border-bottom: 1px solid rgb(13, 80, 146);
  padding-bottom: 5px;
}

.navigation ul .active a,
.navigation ul li a:hover {
  color: rgb(13, 80, 146);
  text-decoration: none;
  font-weight: 700;
}

.navigation ul li span {
  display: inline-block;
  padding-left: 2rem;
}

.navbar.affix {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 65px;
  background: rgb(255, 255, 255);
}

.click-capture {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s ease 0s;
}

.menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 100;
  background-color: rgb(255, 255, 255);
  transform: translateX(100%);
  transition: all 0.6s ease 0s;
}

.close-menu {
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  font-size: 2.1rem;
  line-height: 1;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.close-menu:hover {
  color: rgb(13, 80, 146);
}

.menu .menu-lang {
  font-size: 1.2rem;
  position: absolute;
  opacity: 0;
  left: 15%;
  top: 3rem;
  text-transform: uppercase;
  transform: translateY(3rem);
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, color 0.3s ease 0s;
}

.menu-lang a {
  display: inline-block;
  margin-left: 1.5rem;
  color: rgb(153, 153, 153);
}

.menu-lang a:first-child {
  margin-left: 0px;
}

.menu-lang .active,
.menu-lang a:hover {
  color: rgb(13, 80, 146);
  text-decoration: none;
}

.mobile-menu ul {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 9rem;
  bottom: 10.5rem;
  padding-left: 15%;
  overflow: hidden auto;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin: 0px;
  transform: translateY(3rem);
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
}

.mobile-menu ul li a {
  color: rgb(153, 153, 153);
}

.mobile-menu ul .active>a,
.mobile-menu ul .active,
.mobile-menu ul li a:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.mobile-menu ul>li {
  font-size: 1.65rem;
  line-height: 1;
}

.mobile-menu ul>li {
  margin-top: 2.6rem;
}

.mobile-menu ul>li:first-child {
  margin-top: 0px;
}

.menu-footer {
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .social-list {
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.5s ease 0.7s;
}

.menu-footer .social-list a {
  color: rgb(177, 177, 177);
  margin: 0px 2.7rem 0px 0px;
}

.menu-footer .social-list a:last-child {
  margin-right: 0px;
}

.menu-footer .social-list a:hover {
  color: rgb(13, 80, 146);
}

.menu-footer .copy {
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: rgb(0, 0, 0);
  line-height: 1.71rem;
  transform: translateY(2rem);
  transition: all 0.5s ease 0.9s;
}

.menu-is-opened .click-capture {
  visibility: visible;
  opacity: 1;
}

.menu-is-opened .menu {
  transform: translateX(0px);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 65px;
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
  transform: translate(0px);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
  opacity: 0;
  transition-delay: 0s;
}

.wrapper {
  padding-top: 7rem;
  overflow-x: hidden;
}

.boxed {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid {
  padding: 0px;
  max-width: 100%;
}

.left-boxed {
  left: 1.7rem;
}

.right-boxed {
  right: 1.7rem;
}

.section {
  padding: 6rem 0px;
}

.section-title {
  margin: 0px;
}

.section-title .link-arrow-2 {
  margin-top: 1.05rem;
}

.section-subtitle {
  display: inline-block;
  font-weight: 500;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(13, 80, 146);
  margin-bottom: 1rem;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  font-family: SVN-Gilroy-SemiBold;
}

.rev_slider-ul img {
  height: calc(100vh - 98px);
}

.rev_slider .link-arrow {
  color: rgb(255, 255, 255);
}

.rev_slider .link-arrow:hover {
  color: rgb(13, 80, 146);
}

.rev_slider .link-arrow:hover .icon {
  transform: none;
}

.slider_captional {
  position: absolute;
  width: 384px;
  height: 589px;
  padding: 90px 0 90px 57px;
  transform: translate(90%, 0);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.slider_captional .title_namme_project {
  color: #FFF;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
  font-family: SVN-Gilroy-SemiBold;
  margin-bottom: 18px;
}

.slider_captional .des_namme_project {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: SVN-Gilroy-SemiBold;
  margin-bottom: 60px;
}

.slider_captional .link_namme_project {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: SVN-Gilroy-SemiBold;
  position: absolute;
  bottom: 90px;
}

.section-about-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dots-image {
  display: block;
  position: relative;
  margin: 0px auto;
}

.dots-image img {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0px auto;
}

.experience-box {
  position: relative;
  white-space: nowrap;
  margin: 6rem 0px;
}

.boxtext_about {
  margin-bottom: 38px;
  max-width: 300px;
}

#about .col-md-12 .boxtext_about {
  margin-bottom: 38px;
  max-width: unset;
}

.boxtext_about p {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.boxtext_about_top p {
  min-height: 160px;
}

.boxtext_about img {
  width: auto;
  margin: 0px auto 48px;
  display: block;
  max-width: 300px;
}

@media (min-width: 992px) {
  .experience-box {
    margin-top: 6rem;
  }
}

@media (min-width: 1200px) {
  .experience-box {
    margin-top: 12.2rem;
  }

  .partner-box .owl-carousel.owl-drag .owl-item {
    width: auto !important;
  }

  .footer_form {
    width: 75%;
    margin: 0px auto;
  }
}

@media (min-width: 1530px) {
  .container {
    width: 1440px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1300px;
  }
}

.experience-border {
  display: inline-block;
  vertical-align: middle;
  width: 12.15rem;
  height: 12.15rem;
  border: 0.357rem solid rgb(13, 80, 146);
}

.experience-content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -8rem;
  top: 0.2rem;
}

.experience-number {
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.experience-info {
  display: inline-block;
  vertical-align: middle;
  margin: -1rem 0px 0px 0.8rem;
  font-size: 1.57rem;
  line-height: 1.181;
  color: rgb(0, 0, 0);
}

.bg-dots {
  background: url("../images/bg/dots2.png") 0px 0px repeat;
}

.section-info {
  color: rgb(153, 153, 153);
  line-height: 1.111;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4rem;
}

.title-hr {
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: rgb(13, 80, 146);
}

.section-info .title-hr {
  margin: 0px 0px 2rem;
}

.info-title {
  width: 1px;
}

.row-services {
  margin: -4rem -2.5rem 0px;
}

.col-service {
  color: rgb(51, 51, 51);
  margin-top: 4rem;
  padding: 0px 2.5rem;
}

.col-service h4 {
  margin-top: 3.3rem;
}

.col-service p {
  margin-bottom: 0px;
}

.section-projects {
  padding-bottom: 8rem;
  background: rgb(246, 246, 246);
}

.filter-content {
  position: relative;
  overflow: hidden;
}

.filter {
  list-style: none;
  font-size: 1.142rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  padding-left: 0px;
  margin: 0px;
}

.filter li {
  margin: 0.6rem 2.6rem 0px 0px;
  display: inline-block;
}

.filter li:last-child {
  margin-right: 0px;
}

.filter li a {
  color: inherit;
}

.filter li a:hover,
.filter .active a {
  color: rgb(13, 80, 146);
  text-decoration: none;
}

.section-projects .filter-content {
  margin: 2rem 0px 0px;
}

.section-projects .filter {
  margin: 0px;
}

.section-projects .view-projects {
  margin: 0.85rem 0px 0px;
}

.view-projects {
  display: inline-block;
  font-style: italic;
  color: rgb(153, 153, 153);
}

.view-projects:hover {
  text-decoration: none;
  color: rgb(13, 80, 146);
}

.project-carousel {
  margin-top: 3rem;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .disabled {
  color: rgb(188, 188, 188);
}

.owl-prev,
.owl-next {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  transition: all 0.5s ease 0s;
}

.owl-prev::before {
  font-family: Ionicons;
  content: "Ã¯Ââ€™";
}

.owl-next::before {
  font-family: Ionicons;
  content: "Ã¯Ââ€œ";
}

.owl-prev:hover,
.owl-next:hover {
  color: rgb(13, 80, 146);
}

.owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
}

.owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0.6rem;
}

.owl-dot span {
  display: block;
  width: 45px;
  height: 6px;
  background-color: rgb(204, 204, 204);
}

.owl-dot.active span {
  background-color: #fff;
}

.project-item {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.project-item img {
  width: 100%;
}

.item-shadow {
  position: relative;
}

.item-shadow::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(88.06deg, rgba(22, 87, 150, 0.9) -23.64%, rgba(217, 217, 217, 0) 86.5%);
}

.project-item .link-arrow {
  position: absolute;
  z-index: 2;
  color: rgb(255, 255, 255);
  left: 3rem;
  bottom: 2.3rem;
  transition: none 0s ease 0s;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: SVN-Gilroy-SemiBold;
}

.project-hover {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100.1%;
  height: 100%;
  padding: 4.85rem 3rem;
  transition: all 0.5s ease 0s;
}

.project-title {
  color: rgb(255, 255, 255);
  margin: 0px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  font-family: SVN-Gilroy-SemiBold;
  letter-spacing: 0px;
}

.project-description {
  opacity: 0;
  margin-top: 12%;
  line-height: 1.71;
  color: rgb(51, 51, 51);
  transform: translateY(-1rem);
}

.project-item:hover .project-hover {
  background: linear-gradient(89.82deg, rgb(231, 184, 90) 15.35%, rgba(217, 217, 217, 0) 174.88%);
}

.project-item:hover .project-hover .project-description {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease 0.2s;
}

.project-item:hover .link-arrow {
  color: rgb(255, 255, 255);
}

.mfp-container {
  padding: 0px;
}

@media (min-width: 900px) {
  .mfp-container {
    padding: 0px;
  }
}

.zoom-anim-dialog {
  background: rgb(255, 255, 255);
  padding: 3rem 15px;
  margin: 0px auto;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  transform: scale(0.8);
}

.my-mfp-zoom-in .zoom-anim-dialog>.row {
  margin-top: 10px;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out 0s;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  color: rgb(0, 0, 0);
}

.mfp-close-btn-in .mfp-close:hover {
  color: rgb(255, 255, 255);
  background: rgb(163, 163, 163);
}

.mfp-close {
  line-height: 1;
  width: auto;
  height: auto;
  top: 0px;
  right: 8px;
  font-size: 2.6rem;
  transition: all 0.5s ease 0s;
}


.preview_infor {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px);
}

.modal_click_href .preview_infor {
  height: 611px;
  overflow: auto;
}

.preview_infor p {
  border-top: 1px solid rgb(237, 237, 237);
  color: rgb(4, 55, 84);
  padding-top: 30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}

.preview_infor .project-detail-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  border: none;
  padding-top: 0px;
  margin-bottom: 0px;
  color: rgb(38, 39, 40) !important;
}

.project-detail-img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}

#project3 .project-detail-img {
  width: 80%;
}

.projectslider .project-detail-img {
  width: 90%;
  display: block;
  position: relative;
  margin: auto;
}

.modal_click_href .project-detail-img {
  width: 778px;
  height: 915px;
  object-fit: cover;
}

.project-detail-title {
  font-size: 2.57rem;
  letter-spacing: -0.025em;
  line-height: 1.16666;
  margin: 0px 0px 10px;
  color: rgb(4, 55, 84);
}

.projectslider .project-detail-title,
.projectslider .preview_infor p {
  color: rgb(13, 80, 146);
}

.preview_details {
  position: relative;
  overflow: hidden;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal_click_href .preview_details {
  min-height: 399px;
}

.projectslider .preview_details {
  padding-bottom: 0px;
}

.preview_details .details_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.preview_details .details_top .top_left h2 {
  font-size: 30px;
}

.preview_details .details_top .top_left h2,
.preview_details .details_top .top_left p {
  margin: 0px;
  color: rgb(255, 255, 255);
}

.preview_details .details_top .top_right .box_hotline {
  border: 1px solid rgb(255, 255, 255);
  padding: 10px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  gap: 10px;
}

.preview_details .details_top .top_right .box_hotline p {
  margin: 0px;
  color: rgb(255, 255, 255);
}

.preview_details .details_top .top_right .box_hotline p strong {
  color: rgb(255, 255, 255);
}

.preview_details .details_top .top_right .box_hotline a {
  color: rgb(255, 255, 255);
}

.preview_details .details_bottom .two_left {
  display: flex;
}

.preview_details .details_bottom .two_left .item img {
  margin: auto;
  display: block;
}

.preview_details .details_bottom .two_left .item {
  position: relative;
  max-width: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.preview_details .details_bottom .two_left .item.item6 {
  max-width: 20%;
}

.preview_details .details_bottom .two_left .item.item6 img {
  width: 97px;
  height: 47px;
  object-fit: contain;
}

.preview_details .details_bottom .two_left .item span {
  color: rgb(255, 255, 255);
  display: block;
  text-align: center;
  line-height: normal;
  margin-bottom: 7px;
}

.preview_details .details_bottom .two_left .item2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  right: 10px;
  top: 0px;
}

.flex {
  display: flex;
}

.abs_btn_bottom {
  /* position: absolute; */
  /* bottom: 0px; */
}

@media (min-width: 1200px) {
  .mfp-close {
    top: 5px;
    right: 15px;
  }

  .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1530px) {
  .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    width: 100%;
  }

  .projectslider .project-detail-img {
    width: 95% !important;
    height: 700px;
    object-fit: cover;
  }

  .preview_infor p {
    font-size: 30px;
  }

  .preview_details .details_top {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .preview_details .details_bottom .two_left .item img {
    width: 95px;
    height: 45px;
    object-fit: contain;
  }
}


@media (min-width: 1200px) {
  .project-detail-img {
    padding-right: 0px;
  }

  .project-detail-title {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
  }
}

.project-detail-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0px;
}

.project-detail-list li {
  border-bottom: 1px solid rgb(225, 225, 225);
  overflow: hidden;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
}

.project-detail-list li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.project-detail-list li .left {
  float: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.project-detail-list li .right {
  float: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 53%;
}

.project-detail-meta {
  margin-top: 4.5rem;
  overflow: hidden;
}

.project-detail-meta .left {
  font-weight: 600;
}

.section-clients .section-title {
  margin-right: 7rem;
}

.client-carousel {
  margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img {
  display: inline-block;
  width: auto;
}

.client-box {
  position: relative;
  color: rgb(128, 128, 128);
  background-color: rgb(255, 255, 255);
  padding: 6rem 3.28rem 3.28rem;
}

.image-quote {
  position: absolute;
  top: 3.28rem;
  right: 3.28rem;
}

.client-img {
  position: relative;
  z-index: 1;
  margin: 0px 0px -3rem 2.6rem;
  border-radius: 50%;
}

.client-title {
  letter-spacing: 0px;
}

.client-name {
  font-size: 1.28rem;
  line-height: 1;
  color: rgb(0, 0, 0);
}

.client-description {
  margin: 1.5rem 0px 0px;
  line-height: 1.71em;
}

.client-carousel .owl-nav {
  right: 0px;
  top: -7.8rem;
  transform: translateY(0px);
}

.client-carousel .owl-prev {
  margin-right: 2rem;
}

.partner-carousel {
  margin-top: 4rem;
}

.partner-carousel .partner-carousel-item img {
  width: auto;
  margin: 0px auto;
  opacity: 1;
  transition: all 0.5s ease 0s;
}

.partner-carousel .partner-carousel-item:hover img {
  opacity: 1;
}

.row-team {
  margin-top: -30px;
}

.col-team {
  margin-top: 30px;
}

.team-profile {
  position: relative;
}

.team-profile img {
  width: 100%;
  display: block;
}

.team-hover {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(206, 224, 2, 0.85);
  transition: all 0.5s ease 0s;
}

.team-content {
  position: absolute;
  left: 1.857rem;
  bottom: 0.8rem;
}

.team-name {
  margin-bottom: 0.3rem;
}

.team-name h6 {
  margin: 0px;
}

.team-social a {
  float: left;
  color: rgb(0, 0, 0);
  font-size: 1.25rem;
  margin-right: 1.5rem;
}

.team-social a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.team-profile:hover .team-hover {
  opacity: 1;
}

.add-new-team {
  position: relative;
  border: 1px solid rgb(191, 191, 191);
  padding-top: 100%;
  transition: all 0.5s ease 0s;
}

.add-new-text {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 1.285rem;
  line-height: 1.1111;
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  transform: translateY(-50%);
}

.add-new-text .inner {
  display: inline-block;
  text-align: left;
}

.add-new-team input[type="file"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.add-new-team:hover {
  background: rgb(13, 80, 146);
  border-color: transparent;
}

.map {
  width: 100%;
  height: 26rem;
  border: 0px;
  text-align: center;
}

.map-info {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: rgb(102, 102, 102);
  text-align: left;
  padding: 1.1rem;
}

.map-title {
  margin-bottom: 2rem;
}

.map-address-row {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.map-address-row .fa {
  margin-right: 0.5rem;
}

.gmap-open {
  margin: 2rem 0px 0px;
}

.row-contact {
  margin: -6rem -3.5rem 0px;
}

.col-contact {
  margin-top: 6rem;
  padding: 0px 3.5rem;
}

.contact-title {
  letter-spacing: 0px;
  margin: 0px;
}

.contact-top {
  margin-bottom: 1.3rem;
}

.contact-title span {
  color: rgb(153, 153, 153);
  font-weight: 400;
}

.contact-address {
  font-size: 1.142rem;
  line-height: 1.875;
  letter-spacing: -0.025rem;
  margin-bottom: 2rem;
}

.contact-row {
  margin-bottom: 0.6rem;
}

.phone-lg {
  font-size: 2.142rem;
  line-height: 1.3;
  margin-bottom: 3.6rem;
}

.contact-social {
  margin-top: 1rem;
}

.contact-social a {
  color: rgb(153, 153, 153);
  font-size: 1.3rem;
}

.section-message {
  padding-top: 8rem;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 95% !important;
  left: 0px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: unset !important;
  width: 100% !important;
}

.footer {
  color: rgb(0, 0, 0);
  line-height: 1.71;
  padding-bottom: 5rem;
  background: url("../images/Footer.png") center center / cover no-repeat;
}

.footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer ul li a {
  color: rgb(0, 0, 0);
}

.footer ul .active a,
.footer ul li a:hover {
  color: rgb(13, 80, 146);
  text-decoration: none;
}

.footer-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-flex .flex-item {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}

.footer-flex .flex-item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgb(255, 255, 255);
}

.abs_footer {
  color: rgb(255, 255, 255);
  margin-top: 5rem;
  padding-top: 20px;
  border-top: 1px solid rgb(217, 217, 217);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.abs_footer .social-list a {
  color: rgb(255, 255, 255);
}

.abs_footer .abs_footer_left {
  /* display: flex; */
  display: none;
  align-items: center;
  gap: 30px;
}

.abs_footer .abs_footer_left span:last-child {
  display: list-item;
  padding-left: 0px;
  list-style-type: disc;
}

.abs_footer .abs_footer_left span a {
  color: #fff;
}

.navbar-2 {
  background: transparent;
  padding-top: 3rem;
  transition: all 0.3s ease 0s;
}

.navbar-2 .navbar-bg {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -1px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}

.navbar-2 .brand {
  width: 18rem;
}

.navbar-2 .navbar-address {
  float: left;
  margin-left: 5rem;
}

.navbar-2 .social-list {
  float: left;
  margin-left: 7.5rem;
}

.navbar-white {
  background: transparent;
}

.navbar-white .navbar-bg {
  height: 0px;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a {
  color: rgb(255, 255, 255);
}

.navbar .brand-img-white {
  display: none;
}

.navbar-white .brand-img {
  display: none;
}

.navbar-white .brand-img-white {
  display: inline-block;
}

.navbar-white .navbar-toggle .icon-bar {
  background: rgb(255, 255, 255);
}

.navbar-white .social-list a:hover {
  color: rgb(13, 80, 146);
}

.copy-bottom {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: 2.4rem;
  color: rgb(0, 0, 0);
}

.lang-bottom {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0px;
  bottom: 2.4rem;
  color: rgb(0, 0, 0);
}

.copy-bottom.white {
  color: rgb(255, 255, 255);
}

.lang-bottom .menu-lang {
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.lang-bottom .menu-lang a:not(.active) {
  color: rgb(0, 0, 0);
}

.lang-bottom.white,
.lang-bottom.white .menu-lang a:not(.active) {
  color: rgb(255, 255, 255);
}

.lang-bottom .menu-lang a:hover,
.lang-bottom.white .menu-lang a:hover {
  color: rgb(13, 80, 146);
}

#pp-nav {
  z-index: 99;
  width: 2.1428rem;
  transform: translateY(-50%);
  margin-top: 0px !important;
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down {
  display: none;
  font-size: 2.1428rem;
  cursor: pointer;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}

#pp-nav .pp-nav-up {
  margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down {
  margin-top: 3.5rem;
}

#pp-nav li,
.pp-slidesNav li {
  margin: 1.928rem auto;
  width: 10px;
  height: 10px;
}

#pp-nav span,
.pp-slidesNav span {
  left: 0px;
  top: 0px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgb(0, 0, 0);
  border: 0px;
  transition: all 0.3s ease 0s;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover {
  color: rgb(13, 80, 146);
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down {
  color: rgb(255, 255, 255);
}

#pp-nav.white span,
.pp-slidesNav span {
  background: rgb(255, 255, 255);
}

#pp-nav li .active span,
.pp-slidesNav .active span,
#pp-nav span:hover,
.pp-slidesNav span:hover {
  background: rgb(13, 80, 146);
}

.pagepiling .section {
  background: rgb(255, 255, 255);
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.pagepiling .pp-scrollable {
  padding: 0px;
}

.pp-scrollable .vertical-centred {
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.scroll-wrap {
  position: relative;
  min-height: 100%;
}

.scrollable-content {
  white-space: nowrap;
  width: 100%;
  font-size: 0px;
}

.scrollable-content::before {
  content: "";
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.boxed-inner {
  position: relative;
  padding: 0px;
}

.section-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.vertical-title {
  position: absolute;
  white-space: nowrap;
  width: 0px;
  top: -0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
}

.vertical-title span {
  display: block;
  float: right;
}

.section .intro {
  opacity: 0;
  transition: opacity 1s ease 0.3s;
}

.section:not(.scrollable-home) .intro {
  transform: translateY(7rem);
  transition: all 0.35s ease 0.6s;
}

.section.active .intro {
  opacity: 1;
  transform: translateY(0px);
}

.display-1 {
  font-size: 5.14rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0px;
  text-transform: uppercase;
}

.subtitle-top {
  line-height: 1.714;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
}

.scrollable-home .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.hr-bottom {
  position: absolute;
  margin-top: 13vh;
  margin-bottom: 0px;
  height: 0.2858rem;
  width: 7.142rem;
  background: rgb(13, 80, 146);
}

.title-uppercase {
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.33333;
  margin: 0px 0px 5rem;
}

.service-list {
  margin-bottom: 5rem;
  font-size: 1.2857rem;
  padding-left: 0px;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  font-weight: 300;
}

.service-list li {
  margin-bottom: 0.7rem;
}

.service-list li a {
  color: inherit;
}

.service-list li a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.dots-image-2 {
  display: inline-block;
  position: relative;
}

.dots-image-2 .dots {
  position: absolute;
  z-index: -1;
  left: -25%;
  bottom: -19%;
  width: 101%;
  top: 50%;
  opacity: 0.8;
  background: url("../images/bg/dots.png") 0px 0px repeat;
}

.dots-image-2 .experience-info {
  position: absolute;
  left: 12%;
  margin-top: -4.4rem;
  top: 100%;
}

.experience-info .number {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 10.71rem;
  margin-right: 1.7rem;
}

.experience-info .text {
  display: inline-block;
  font-size: 1.571rem;
  font-weight: 600;
  line-height: 1.181;
  text-transform: uppercase;
}

.bg-changer {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-changer .section-bg {
  opacity: 0;
  will-change: opacity, transform;
  transform: scale(1);
  transition: opacity 0.5s ease 0.2s, transform 5s ease 0.2s;
}

.bg-changer .active {
  opacity: 1;
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
  opacity: 1;
}

.scrollable-projects .vertical-title {
  top: 7.4rem;
}

.row-project-box {
  margin-top: -30px;
}

.col-project-box {
  margin-top: 30px;
}

.project-box {
  display: block;
  padding-bottom: 30%;
  position: relative;
  border: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.project-box-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 2.14rem 1.928rem;
}

.project-box h5 {
  margin: 0px;
  color: rgb(255, 255, 255);
}

.project-category {
  color: rgb(204, 204, 204);
  margin-top: 0.5rem;
}

.project-box:hover {
  background: rgb(13, 80, 146);
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h5 {
  color: rgb(0, 0, 0);
}

.project-box:hover .project-category {
  color: rgb(102, 102, 102);
}

.scrollable-partners h2 {
  margin-bottom: 7rem;
}

.row-partners {
  margin: -5rem -5rem 0px;
}

.col-partner {
  padding: 0px 5rem;
  margin-top: 5rem;
  display: inline-block;
}

.col-partner img {
  max-width: 100%;
}

.icon-quote {
  display: inline-block;
  margin-top: -0.6rem;
  color: rgb(13, 80, 146);
  font-size: 5.14rem;
}

.scrollable-testimonials .title-uppercase {
  margin-top: 7vh;
  margin-bottom: 3rem;
}

.review-carousel .text {
  font-family: "Libre Baskerville", serif;
  font-size: 1.142rem;
  line-height: 1.875;
}

.review-author {
  margin-top: 5.7rem;
}

.author-name {
  font-size: 1.2857rem;
  line-height: 1.333;
  font-weight: 600;
}

.review-carousel .owl-nav {
  position: relative;
  top: 0px;
  margin-top: 7.7vh;
  transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next {
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  margin-right: 0.857rem;
}

.review-carousel .owl-prev::before {
  font-family: Linearicons;
  content: "Ã®Â¤Â»";
}

.review-carousel .owl-next::before {
  font-family: Linearicons;
  content: "Ã®Â¤Â¼";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled {
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover {
  background: none;
  color: rgb(255, 255, 255);
}

.map-2 {
  width: 100%;
  height: 18rem;
  border: 0px;
  text-align: center;
}

.contact-info {
  overflow: hidden;
  margin-top: 5.5rem;
}

.row-contact-info {
  margin: -5rem -4% 0px;
}

.success-message,
.error-message {
  display: none;
  margin-top: 2rem;
}

.col-contact-info {
  padding: 5rem 4% 0px;
  margin-top: 5rem;
  border-top: 1px solid rgb(202, 202, 202);
}

.col-contact-info:first-child {
  border-top: 0px;
  padding-top: 0px;
}

.contact-info h3 {
  font-size: 1.92rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 0px 0px 2rem;
}

.contact-info .col-right {
  overflow-wrap: break-word;
  padding-left: 0px;
  padding-right: 0px;
}

.contact-info-row {
  line-height: 1.5;
  margin-bottom: 2.14rem;
}

.contact-info-row:last-child {
  margin-bottom: 0px;
}

.contact-info-row strong {
  font-size: 1.1428rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}

.partner-box {
  margin: 0px auto;
  clear: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_element h2 {
  margin-bottom: 16px;
  color: rgb(13, 80, 146);
  font-size: 64px;
  font-family: SVN-Gilroy-SemiBold;
}

.header_element h2 span {
  font-size: 48px;
  font-weight: normal;
  font-family: SVN-Gilroy-Regular;
}

.header_element p {
  color: rgb(13, 80, 146);
  font-size: 20px;
  margin-bottom: 61px;
  line-height: 28px;
}

.preview_project {
  clear: both;
  text-align: center;
  margin-top: 50px;
  padding: 0 60px;
}

.preview_project .preview_header p {
  margin-bottom: 0px;
  color: rgb(4, 55, 84);
  font-size: 30px;
  line-height: normal;
}

.preview_project .preview_header h2 {
  margin-top: 0px;
  color: rgb(4, 55, 84);
  font-family: SVN-Gilroy-SemiBold;
  font-size: 64px;
}

.preview_project .preview_item {
  position: relative;
  margin-bottom: 30px;
}

.preview_project .preview_item img {
  width: 100%;
}

.preview_project .preview_item span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: rgb(255, 255, 255);
  line-height: initial;
  text-align: left;
  width: 100%;
  padding: 15px 15px 15px 43px;
  background: linear-gradient(360deg, rgb(0, 0, 0) -40.1%, rgba(0, 0, 0, 0) 82.13%);
  height: 100%;
  display: flex;
  align-items: end;
  font-size: 19px;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }

  .pull-sm-left {
    float: left;
  }

  .pull-sm-right {
    float: right;
  }

  .menu {
    width: 50%;
  }

  .boxed {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner {
    padding-left: 0px;
  }

  .right-boxed {
    right: 3rem;
  }

  .left-boxed {
    left: 3rem;
  }

  .section-about {
    padding-top: 3rem;
  }

  .project-box {
    padding-bottom: 75%;
  }

  .row-contact-info {
    margin-top: -2rem;
  }

  .col-contact-info {
    padding-top: 4rem;
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 14px;
  }

  .pull-md-right {
    float: right;
  }

  .menu {
    width: 35%;
    max-width: 550px;
  }

  .boxed {
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  }

  .right-boxed {
    right: 4.2857rem;
  }

  .left-boxed {
    left: 4.2857rem;
  }

  .map {
    height: 36rem;
  }

  .boxed-inner .boxed {
    padding-left: 6rem;
  }

  .service-list {
    margin-bottom: 0px;
  }

  .col-contact-info {
    border-top: 0px;
    padding-top: 0px;
  }

  .row-contact-info {
    margin-top: -5rem;
  }

  .col-contact-info {
    margin-top: 5rem;
  }

  .col-contact-info:nth-child(2n) {
    border-left: 1px solid rgb(202, 202, 202);
  }
}

@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }

  .section-projects .filter-content {
    margin-top: 0px;
  }

  .scrollable-testimonials .title-uppercase {
    margin-top: 22vh;
    margin-bottom: 0px;
  }

  .scrollable-testimonials .vertical-centred {
    padding-top: 17rem;
    padding-bottom: 8rem;
  }

  .col-contact-info {
    border-left: 1px solid rgb(202, 202, 202);
  }
}

@media (min-width: 1550px) {
  .visible-xl {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024) {
  .project-item img {
    height: 272px;
  }
}


@media (min-height: 500px) {

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down {
    display: block;
  }
}

@media (min-height: 600px) {
  .menu .menu-lang {
    top: 7rem;
  }

  .mobile-menu ul {
    top: 14rem;
    bottom: 20rem;
  }

  .mobile-menu ul>li {
    font-size: 2.571rem;
  }

  .menu-footer {
    bottom: 6rem;
    padding-right: 15%;
  }

  .menu-footer .copy {
    display: block;
  }
}

@media (min-height: 700px) {
  .copy-bottom {
    display: block;
  }

  .lang-bottom {
    display: block;
  }
}

@media (max-width: 1200px) {
  .section-about-title {
    font-size: 19px;
  }

  .boxtext_about_top p {
    min-height: 168px;
  }
}

@media (max-width: 1025px) {
  .project-detail-img {
    position: relative;
  }
}

@media (max-width: 992px) {
  .navbar .container {
    width: 100%;
  }

  .section {
    padding: 3rem 0px;
  }

  .boxtext_about_top p {
    min-height: auto;
    margin-bottom: 10px;
  }

  .section-projects {
    padding-bottom: 3rem;
  }

  .footer_form .form_group .input_fields,
  .footer_form .form_group .input_fields select,
  .footer_form .form_group .btn-send {
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .footer_form .form_fields_bg {
    padding: 2rem 1rem;
  }

  .footer_form .title_form h2 {
    font-size: 20px;
  }

  .footer-flex {
    flex-direction: column;
    gap: 15px;
  }

  .footer-flex .flex-item {
    padding-right: 0px;
    font-size: 14px;
  }

  .footer-flex .flex-item:first-child::after {
    content: unset;
  }

  .abs_footer,
  .abs_footer .abs_footer_left {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }

  .abs_footer {
    margin-top: 2.5rem;
  }

  .abs_footer .abs_footer_left {
    margin-bottom: 10px;
  }

  .abs_footer .abs_footer_left span:last-child {
    display: inline;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .project-detail-img,
  #project3 .project-detail-img {
    position: relative;
    width: 100%;
  }

  .modal_click_href .project-detail-img {
    width: 100%;
    height: auto;
  }

  .preview_details .details_bottom .two_left {
    display: block;
  }

  .preview_details .details_bottom .two_left .item,
  .preview_details .details_bottom .two_left .item.item6 {
    max-width: 50%;
    float: left;
    gap: 0px;
    margin-bottom: 15px;
    min-height: 92px;
  }

  .preview_details .details_bottom .two_left .item2::after {
    content: unset;
  }

  .preview_details .details_top {
    flex-direction: column;
  }

  .preview_project .preview_item span {
    padding-right: 10%;
    padding-left: 30px;
  }

  .header_element h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
  }

  .dots-image img {
    margin-bottom: 40px;
  }

  .section-about-title {
    margin-bottom: 10px;
  }

  .header_element h2 span {
    font-size: 29px;
  }

  .project-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
  }

  .boxtext_about {
    margin-bottom: 30px;
    max-width: unset;
  }

  .preview_details .details_top .top_left h2,
  .preview_details .details_top .top_left p {
    text-align: center;
  }

  .preview_details .details_top .top_left p {
    margin: 0px 0px 10px;
  }

  .project-detail-title {
    font-size: 2.37rem;
  }

  .preview_details .details_bottom .two_left .item span {
    height: auto;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .preview_infor,
  .preview_details {
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal_click_href .preview_infor {
    height: auto;
  }

  .preview_project {
    padding: 0;
  }

  .preview_infor p {
    font-size: 20px;
  }

  .project-detail-list li .left {
    font-size: 16px;
  }

  .tp-parallax-wrap:nth-child(4) {
    top: 406px !important;
  }

  .owl-carousel .owl-stage {
    display: block;
  }

  .abs_btn_bottom {
    position: relative;
  }

  .flex {
    display: block;
  }

  .preview_project .preview_header h2 {
    font-size: 40px;
  }

  .project-item .link-arrow {
    letter-spacing: 0px;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
  }

  .project-detail-list {
    height: auto !important;
  }

  .slider_captional {
    position: absolute;
    max-width: 271px;
    height: 415px;
    padding: 70px 0 0 27px;
    transform: translate(20%, 0);
  }

  .slider_captional .title_namme_project {
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
  }

  .slider_captional .des_namme_project {
    margin-bottom: 30px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .slider_captional .link_namme_project {
    bottom: 85px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .rev_slider-ul img {
    height: calc(100vh - 42px);
  }
}
