body {
  font-family: 'Inter';
}
.btn {
  font-family: 'Space Grotesk';
}
.btn-light {
  color: #464C5B;
}
.btn-lg {
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 10px;
}
.home-top {
  position: relative;
  background: #464C5B url('../img/bg-home-top.jpg') no-repeat center center;
  background-size: 100%;
  height: 650px;
}
.top-gradient {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #464C5B 0%, rgba(70, 76, 91, 0.67) 9.1%, rgba(70, 76, 91, 0.25) 22.27%, rgba(70, 76, 91, 0) 100%);
}
.home-top__cta {
  position: relative;
  width: 100%;
  height: calc(100% - 146px);
}
.home-top__cta-box {
  position: absolute;
  padding: 37px 40px;
  background: rgba(70, 76, 91, 0.7);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  max-width: 550px;
  right: 0;
  bottom: -215px;
  color: #FFFFFF;
  text-align: right;
}
.home-top__cta-box h1 {
  margin-bottom: 136px;
  font-family: 'Josefin Sans';
  font-weight: 700;
  font-size: 41px;
}
.home-top__cta-box h2 {
  margin-bottom: 24px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.navbar {
  padding-top: 40px;
}
.navbar .nav-item {
  padding-left: 50px;
}
.navbar .nav-link {
  font-family: 'Space Grotesk';
  font-weight: 300;
  color: #FFFFFF;
  font-size: 22px;
  padding: 0 !important;
}
.navbar .nav-link.active {
  font-weight: 700;
  color: #FFFFFF;
}
.btn-lang .btn-light {
  color: #464C5B;
}
.btn-lang .btn {
  font-family: 'Space Grotesk';
  font-weight: 300;
  font-size: 18px;
  padding: 4px 20px;
}
.btn-lang .btn:first-child {
  border-radius: 10px 0 0 10px;
}
.btn-lang .btn:last-child {
  border-radius: 0 10px 10px 0;
}
.home-about {
  padding-top: 100px;
  padding-bottom: 60px;
  font-size: 24px;
  background: linear-gradient(177.56deg, #464C5B 2.44%, rgba(70, 76, 91, 0.8) 39.35%, rgba(70, 76, 91, 0.6) 72.13%, rgba(70, 76, 91, 0.5) 98.37%);
  color: #FFFFFF;
}
.home-ss {
  background: #FFFFFF url('../img/bg-home-mid.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 90px;
}
.section-title {
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 41px;
  display: inline-block;
  min-width: 500px;
  background: rgba(70, 76, 91, 0.4);
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #FFFFFF;
  padding: 6px 60px;
  color: #FFFFFF;
  margin-bottom: 60px;
  position: relative;
  z-index: 6;
}
.home-services {
  background: #464C5BB2;
  border-radius: 10px;
  padding: 60px 70px;
  margin-bottom: 120px;
}
.home-services .row {
  margin-left: -45px;
  margin-right: -45px;
}
.home-services .col-lg-4 {
  padding-left: 45px;
  padding-right: 45px;
}
.home-services__item {
  position: relative;
  border: 0.83px solid #FFFFFF;
  border-radius: 8.3px;
  overflow: hidden;
  max-height: 220px;
}
.home-services__item img {
  max-width: 100%;
  object-fit: cover;
}
.home-services__item h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  padding: 8.75px 0;
  background: #00000080;
  width: 100%;
  margin: 0;
}
.home-solutions {
  background: #464C5BB2;
  border-radius: 10px;
  padding: 48px 95px;
}
.home-solutions__item {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  padding-top: 50px;
  cursor: pointer;
  height: 100%;
}
.home-solutions__item img {
  margin-bottom: 24px;
  height: 75px;
}
.home-solutions__item h4 {
  font-family: 'Josefin Sans';
  font-size: 22px;
  font-weight: 400;
  padding: 2px 20px;
  color: #FFFFFF;
  border-top: 1px solid transparent;
}
.home-solutions__item:hover {
  background: #464C5B;
}
.home-solutions__item:hover h4 {
  border-color: #FFFFFF;
}
.footer {
  background: #464C5B;
}
.footer-top {
  font-family: 'Space Grotesk';
  color: #FFFFFF;
  padding-top: 113px;
  padding-bottom: 113px;
}
.footer-top h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
.footer-top p {
  font-size: 18px;
  font-weight: 300;
}
.footer-top a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-top a:hover {
  text-decoration: underline;
}
.footer-bottom {
  font-family: 'Space Grotesk';
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #E0E0E0;
  background: #404655;
  padding: 40px 16px;
}
.about-top {
  padding-top: 196px;
  position: relative;
  background: #464C5B url('../img/bg-about-top.jpg') no-repeat center center;
  background-size: cover;
  height: 500px;
}
.about-top__desc {
  padding: 0 40px;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-top__desc p {
  background: #464C5BB2;
  color: #FFFFFF;
  padding: 50px 40px;
  font-size: 20px;
  font-weight: 300;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}
.about-profile {
  padding-top: 100px;
  padding-bottom: 40px;
}
.about-profile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.about-profile__box {
  background: #464C5B;
  color: #FFFFFF;
  padding: 50px 40px;
  border-radius: 0 10px 10px 0;
}
.about-profile__title {
  font-family: 'Space Grotesk';
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.about-profile__info {
  margin: 0;
  padding-left: 60px;
}
.about-profile__info li {
  color: #E9E9E9;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
  list-style: none;
}
.about-profile__info li span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.about-profile__info li a {
  color: #E9E9E9;
  text-decoration: none;
}
.about-profile__info li a:hover {
  border-bottom: 2px dotted #E9E9E9;
}
.about-why {
  background: url('../img/bg-about-mid.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 86px;
}
.about-why__box {
  background: #464C5BB2;
  color: #FFFFFF;
  padding: 70px 60px 30px 60px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}
.about-why__title {
  font-family: 'Josefin Sans';
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
}
.about-why__desc {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
.about-speciality,
.about-client {
  padding-top: 50px;
  padding-bottom: 200px;
}
.about-speciality__desc {
  padding-top: 40px;
  padding-bottom: 85px;
  font-size: 32px;
  font-weight: 300;
  color: #161719;
  text-align: center;
}
.service-top {
  padding-top: 196px;
  position: relative;
  background: #464C5B url('../img/bg-service-top.jpg') no-repeat center center;
  background-size: cover;
  height: 360px;
}
.service-content {
  padding: 60px 0;
}
.service-box {
  border: 1px solid #737373;
  border-radius: 0 0 10px 10px;
  padding: 40px;
  font-size: 20px;
}
.service-box p {
  margin-bottom: 24px;
}
.service-box h2 {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}
.service-box h2 img {
  margin-right: 10px;
}
.service-box table {
  margin-bottom: 24px;
}
.work-top {
  padding-top: 196px;
  position: relative;
  background: #464C5B url('../img/bg-work-top.jpg') no-repeat center center;
  background-size: cover;
  height: 360px;
}
.work-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  min-height: 550px;
}
.work-item::after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 60px;
  background: rgba(70, 76, 91, 0.42);
}
.work-content {
  max-width: 50%;
}
.work-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
.work-content p {
  font-size: 20px;
  margin-bottom: 20px;
}
.work-img {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  min-width: 50%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(15% 0%,100% 0%,100% 100%,0% 100%);
}
.contact {
  padding-top: 196px;
  padding-bottom: 50px;
  position: relative;
  background: #464C5B url('../img/bg-contact.jpg') no-repeat center center;
  background-size: cover;
}
.contact-top-box {
  justify-content: center;
  padding: 40px 100px;
  background: rgba(70, 76, 91, 0.7);
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.contact-form {
  position: relative;
  background: rgba(70, 76, 91, 0.7);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  margin: 0 136px;
  padding: 80px 150px;
  z-index: 10;
}
.contact-form .btn-light {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  border-radius: 10px;
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 7.5px;
}
.form-control,
.form-control:focus,
.select2-container--default .select2-selection--single  {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background-color: transparent;
  color: #FFFFFF;
  padding: 7.5px 20px;
  box-shadow: none;
  font-size: 20px;
  min-height: 47px;
}
.form-control:focus {
  background-color: rgba(70, 76, 91, 0.8);
}
.form-control::placeholder {
  color: #FFFFFF;
  font-weight: 300;
}
.clearable{
  background: url('../img/icon-close.svg') no-repeat right -24px center;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 14px center; }
.clearable.onX{ cursor: pointer; }
.clearable::-ms-clear {display: none; width:0; height:0;}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option--selectable {
  color: #FFFFFF;
  font-weight: 300;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7.5px;
  right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url('../img/icon-dropdown.svg') no-repeat center center;
  width: 20px;
  height: 10px;
  border: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 10px;
  background-color: rgba(70, 76, 91, 0.8);
}
.select2-container--open .select2-dropdown {
  top: 5px;
  border-radius: 10px;
  background-color: rgba(70, 76, 91, 0.8);
}
.select2-results__option--selectable {
  padding: 7.5px 20px;
  font-size: 20px;
}
.select2-dropdown {
  border: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  color: #333333;
  background: #FFFFFF;
}

@media (max-width: 575.98px) {
  .navbar {
    padding-top: 10px;
  }
  .navbar-nav {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 10px 0;
  }
  .navbar-nav .nav-item {
    padding: 5px 15px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    color: #333333;
  }
  .home-top {
    background-position: top center;
    background-size: cover;
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .home-top__cta {
    height: auto;
  }
  .home-top__cta-box {
    position: static;
    text-align: center;
  }
  .home-top__cta-box h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .home-top__cta-box h2 {
    font-size: 24px;
  }
  .btn-lg {
    font-size: 16px;
    padding: 10px 15px;
  }
  .home-about {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .home-ss {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-title {
    font-size: 26px;
    padding: 5px 20px;
    margin-bottom: 40px;
    min-width: unset;
  }
  .home-services {
    margin-bottom: 40px;
    padding: 20px 20px 0 20px;
  }
  .home-services .row {
    margin: 0 -15px;
  }
  .home-services .col-lg-4 {
    padding: 0 15px;
  }
  .home-services__item {
    margin-bottom: 20px;
  }
  .home-solutions {
    padding: 20px;
  }
  .home-solutions__item {
    padding-top: 20px;
  }
  .home-solutions__item h4 {
    padding: 10px;
    font-size: 16px;
    margin: 0;
  }
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-top h5 {
    font-size: 16px;
  }
  .footer-top p {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .about-top {
    padding-top: 100px;
    padding-bottom: 20px;
    height: auto;
  }
  .about-top__desc {
    position: static;
    padding: 0 10px;
  }
  .about-top__desc p {
    padding: 20px;
    font-size: 16px;
  }
  .about-profile {
    padding-top: 40px;
  }
  .about-profile__img {
    border-radius: 10px;
  }
  .about-profile__box {
    margin-top: 10px;
    border-radius: 10px;
    padding: 20px;
  }
  .about-profile__title {
    font-size: 24px;
  }
  .about-profile__info {
    padding-left: 0;
  }
  .about-profile__info li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .about-profile__info li span {
    font-size: 14px;
  }
  .about-why {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-why__box {
    padding: 20px;
  }
  .about-why__title {
    font-size: 18px;
  }
  .about-why__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about-speciality {
    padding-bottom: 40px;
  }
  .about-speciality__desc {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .about-client {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-top {
    height: auto;
    padding-top: 100px;
  }
  .service-content {
    padding: 40px 0;
  }
  .service-box {
    padding: 20px;
    font-size: 16px;
  }
  .service-box h2 {
    font-size: 18px;
  }
  .service-box table td {
    display: block;
  }
  .service-box table td:first-child {
    font-weight: 600;
  }
  .work-top {
    height: auto;
    padding-top: 100px;
  }
  .work-item {
    min-height: unset;
    padding-bottom: 60px;
  }
  .work-content {
    min-width: 100%;
  }
  .work-content h2 {
    font-size: 18px;
  }
  .work-content p {
    font-size: 16px;
  }
  .work-img {
    position: static;
    clip-path: unset;
    max-width: unset;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .contact {
    padding-top: 100px;
  }
  .contact-top-box {
    padding: 20px;
    font-size: 16px;
  }
  .contact-form {
    padding: 20px;
    margin: 0;
  }
  .form-group label,
  .form-control,
  .form-control:focus,
  .contact-form .btn-light,
  .select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results__option--selectable {
    font-size: 16px;
  }
  .contact-form .btn-light {
    padding: 10px;
  }
}

@media (max-width: 767.98px) { ... }

@media (max-width: 991.98px) { ... }

@media (max-width: 1199.98px) { ... }

@media (max-width: 1399.98px) { ... }