::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
header ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
header :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.animate-blocks {
  border-bottom: 6px solid #0093d5;
  min-height: 600px;
  display: block;
  position: relative;
  background-image: url(../img/home-banner/bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.animate-blocks .line-block {
  position: relative;
  margin-top: -297px;
}
.animate-blocks svg {
  opacity: 0.8;
}
.animate-blocks .button-block {
  position: relative;
  margin-top: -164px;
}
.animate-blocks img {
  display: block;
}
.animate-blocks .industry-button {
  position: absolute;
  color: #fff;
  display: inline;
  font-size: 22px;
}
.animate-blocks .industry-button:hover {
  cursor: pointer;
}
.animate-blocks .industry-button span {
  top: -68px;
  left: -41px;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.animate-blocks .industry-button span a {
  color: #fff;
}
.animate-blocks .industry-button .twoline {
  top: -54px;
}
.animate-blocks .industry-button:before {
  width: 150px;
  height: 150px;
  display: inline-block;
  background: url(../img/home-banner/circle-01.svg);
  content: "";
}
.animate-blocks .industry-button:hover:before {
  filter: invert(1);
}
.animate-blocks .st12 {
  stroke-dashoffset: 10000;
  stroke-dasharray: 1000;
  animation-delay: 3s !important;
  animation: dash 10s infinite linear;
}
.animate-blocks .st13 {
  stroke-dashoffset: 10000;
  stroke-dasharray: 1000;
  animation-delay: 4s !important;
  animation: dash 10s infinite linear;
}
.animate-blocks .st14 {
  stroke-dashoffset: 10000;
  stroke-dasharray: 1000;
  animation: dash 10s infinite linear;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
    stroke-miterlimit: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .animate-blocks .button-01 {
    top: 344px;
    left: 180px;
  }
  .animate-blocks .button-01:before {
    content: url(../img/home-banner/icon-01.svg);
  }
  .animate-blocks .button-02 {
    left: 462px;
    top: 396px;
  }
  .animate-blocks .button-02:before {
    content: url(../img/home-banner/icon-02.svg);
  }
  .animate-blocks .button-03 {
    left: 256px;
    top: 696px;
  }
  .animate-blocks .button-03:before {
    content: url(../img/home-banner/icon-03.svg);
  }
  .animate-blocks .button-04 {
    top: 587px;
    left: 404px;
  }
  .animate-blocks .button-04:before {
    content: url(../img/home-banner/icon-04.svg);
  }
  .animate-blocks .button-05 {
    top: 676px;
    left: 519px;
  }
  .animate-blocks .button-05:before {
    content: url(../img/home-banner/icon-05.svg);
  }
  .animate-blocks .button-06 {
    top: 537px;
    left: 726px;
  }
  .animate-blocks .button-06:before {
    content: url(../img/home-banner/icon-06.svg);
  }
  .animate-blocks .button-07 {
    left: 1000px;
    top: 452px;
  }
  .animate-blocks .button-07:before {
    content: url(../img/home-banner/icon-07.svg);
  }
  .animate-blocks .button-08 {
    left: 830px;
    top: 614px;
  }
  .animate-blocks .button-08:before {
    content: url(../img/home-banner/icon-08.svg);
  }
  .animate-blocks .line-a {
    width: 2400px;
    position: absolute;
    left: -542px;
    top: -157px;
    display: block;
  }
  .animate-blocks .line-b {
    width: 2400px;
    position: absolute;
    left: -516px;
    top: -114px;
    display: block;
  }
  .animate-blocks .line-c {
    width: 2100px;
    position: absolute;
    left: -338px;
    top: -56px;
    display: block;
  }
  .animate-blocks .mobImage {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .animate-blocks .line-a {
    width: 2995px;
    position: absolute;
    left: -582px;
    top: -315px;
    display: block;
    height: 100%;
  }
  .animate-blocks .line-b {
    width: 3000px;
    position: absolute;
    left: -474px;
    top: -289px;
    display: block;
    height: 100%;
  }
  .animate-blocks .line-c {
    width: 2919px;
    position: absolute;
    left: -453px;
    top: -282px;
    display: block;
    height: 100%;
  }
  .animate-blocks .button-01 {
    top: 334px;
    left: 239px;
  }
  .animate-blocks .button-01:before {
    content: url(../img/home-banner/icon-01.svg);
  }
  .animate-blocks .button-02 {
    left: 585px;
    top: 367px;
  }
  .animate-blocks .button-02:before {
    content: url(../img/home-banner/icon-02.svg);
  }
  .animate-blocks .button-03 {
    left: 403px;
    top: 784px;
  }
  .animate-blocks .button-03:before {
    content: url(../img/home-banner/icon-03.svg);
  }
  .animate-blocks .button-04 {
    top: 602px;
    left: 684px;
  }
  .animate-blocks .button-04:before {
    content: url(../img/home-banner/icon-04.svg);
  }
  .animate-blocks .button-05 {
    top: 708px;
    left: 834px;
  }
  .animate-blocks .button-05:before {
    content: url(../img/home-banner/icon-05.svg);
  }
  .animate-blocks .button-06 {
    top: 502px;
    left: 914px;
  }
  .animate-blocks .button-06:before {
    content: url(../img/home-banner/icon-06.svg);
  }
  .animate-blocks .button-07 {
    left: 1383px;
    top: 448px;
  }
  .animate-blocks .button-07:before {
    content: url(../img/home-banner/icon-07.svg);
  }
  .animate-blocks .button-08 {
    left: 1147px;
    top: 664px;
  }
  .animate-blocks .button-08:before {
    content: url(../img/home-banner/icon-08.svg);
  }
  .animate-blocks .mobImage {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .animate-blocks .industry-button {
    display: none;
  }
  .animate-blocks .line-a {
    display: none;
  }
  .animate-blocks .line-b {
    display: none;
  }
  .animate-blocks .line-c {
    display: none;
  }
  .animate-blocks .line-block {
    display: none;
  }
  .animate-blocks .button-block {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .animate-blocks {
    min-height: auto !important;
    background: none;
  }
  .mobImage {
    display: block;
  }
  .mobImage img {
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .animate-blocks {
    background-position: bottom left;
    background-size: cover;
  }
}
.alert-banner {
  height: 100px;
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  background: #000;
}
.alert-banner .alert-icon {
  width: 20%;
  float: left;
  padding: 20px 0 20px 0;
}
.alert-banner .alert-text {
  width: 75%;
  float: left;
  padding: 20px;
}
.alert-banner img {
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  max-width: 100%;
}
.alert-banner a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.alert-banner .close-btn {
  float: right;
  color: #fff;
}
.alert-banner .close-btn:before {
  content: "\f00d";
  color: #fff;
  position: absolute;
  top: 5%;
  right: 21px;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'fontawesome-solid';
}
.alert-banner.closed {
  height: 0px;
  opacity: 0;
}
.alert-banner.closed .alert-icon {
  display: none;
}
.alert-banner.closed .alert-text {
  display: none;
}
@media (max-width: 1024px) {
  .alert-banner .close-btn:before {
    right: 10px;
  }
  .alert-banner .alert-icon {
    display: none;
  }
  .alert-banner .alert-text {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  header {
    display: none;
  }
}
header .h-top {
  background: #16124d;
  padding: 5px 0 9px;
}
header .h-top a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 0 0 0 20px;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .h-top a:before {
  content: '';
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 57%;
  left: 0;
  font-family: 'fontawesome-solid';
}
header .h-top a:hover {
  color: #0093d5;
}
header .h-top .h-phone {
  margin-right: 31px;
}
header .h-top .h-phone:before {
  content: "\f095";
}
header .h-top .h-email:before {
  content: "\f0e0";
}
header .h-top #searchform input[type="text"] {
  width: 163px;
  height: 21px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 0 7px;
}
header .h-top #searchform .search-icon {
  position: relative;
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
header .h-top #searchform .search-icon:before {
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'fontawesome-solid';
}
header .h-top #searchform .search-icon input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border: none;
  background: transparent;
  width: 100%;
}
header .h-bottom {
  background: #fff;
  padding: 17px 0 14px;
}
header .h-bottom #logo {
  width: 157px;
}
header nav > ul > li {
  position: relative;
  padding: 18px 25px;
}
header nav > ul > li > a {
  display: block;
  color: #16124d;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li > a:hover {
  color: #0093d5;
}
header nav > ul > li.menu-item-has-children:before {
  content: '';
  width: 100%;
  height: 81px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 170%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 175px;
  background: #0093d5;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  padding: 10px 23px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu li a:hover {
  color: #16124d;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
  position: relative;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  right: -100%;
  width: 175px;
  background: #0093d5;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
}
header nav > ul > li.menu-item-has-children:hover:before {
  background: #0093d5;
}
header nav > ul > li.menu-item-has-children:hover > a {
  color: #fff;
}
header nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  top: 136%;
  visibility: visible;
  opacity: 1;
}
header.mobile {
  display: none;
}
@media (max-width: 1024px) {
  header.mobile {
    display: block;
  }
}
header.mobile .row {
  height: 68px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
header.mobile .row > .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
header.mobile #logo {
  width: 135px;
}
header.mobile .h-phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  color: #16124d;
  position: relative;
  padding: 0 0 0 20px;
  letter-spacing: 0.4px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.mobile .h-phone:before {
  content: "\f095";
  color: #16124d;
  font-family: 'fontawesome-solid';
}
header.mobile #searchform {
  padding-right: 30px;
}
header.mobile #searchform input[type='text'] {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: #0093d5;
  border: none;
  color: #fff;
}
header.mobile #searchform > .search-icon {
  position: relative;
  width: 19px;
  height: 21px;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header.mobile #searchform > .search-icon:before {
  content: "\f002";
  color: #16124d;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'fontawesome-solid';
}
header.mobile #searchform > .search-icon input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border: none;
  background: transparent;
  width: 100%;
}
header.mobile #searchform > .form_wide {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  height: 45px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.mobile #searchform > .form_wide > .search-icon {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 19px;
  height: 21px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header.mobile #searchform > .form_wide > .search-icon:before {
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'fontawesome-solid';
}
header.mobile #searchform > .form_wide > .search-icon input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border: none;
  background: transparent;
  width: 100%;
}
header.mobile #searchform .form_wide_active {
  opacity: 1;
  top: 68px;
  z-index: 9999;
}
header.mobile #searchform .form_wide_active.alertBan {
  top: 168px;
}
header.mobile nav {
  display: none;
}
header.mobile .burger {
  background: transparent;
  cursor: pointer;
  display: block;
  font-size: 17px;
  height: 50px;
  width: 50px;
  position: relative;
}
header.mobile .burger > .first {
  content: '';
  width: 60%;
  margin-left: -30%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 14px;
  background: #16124d;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.mobile .burger > .center {
  content: '';
  width: 60%;
  margin-left: -30%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 24px;
  background: #16124d;
  opacity: 1;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.mobile .burger > .last {
  content: '';
  width: 60%;
  margin-left: -30%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 34px;
  background: #16124d;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.mobile .menu_animate > span {
  background: #0093d5 !important;
}
.content {
  padding: 75px 0 42px;
}
@media (max-width: 767px) {
  .content {
    padding: 30px 0 15px;
  }
}
.title-page {
  background: #16124d;
  text-align: center;
  padding: 40px 0 14px;
}
.title-page h1 {
  color: #fff;
}
footer {
  background: #16124d;
  padding: 70px 0 19px;
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0 19px;
  }
}
footer .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  footer .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .f-logo-blcok {
  -webkit-flex-basis: 26.8%;
  -moz-flex-basis: 26.8%;
  -ms-flex-preferred-size: 26.8%;
  flex-basis: 26.8%;
  margin-top: 8px;
}
@media (max-width: 768px) {
  footer .f-logo-blcok {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}
@media (max-width: 480px) {
  footer .f-logo-blcok {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
footer .f-logo-blcok .logo {
  width: 126px;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  footer .f-logo-blcok .logo {
    display: block;
    margin: 0 auto 27px;
  }
}
footer .f-logo-blcok > a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .f-logo-blcok > a:before {
  color: #fff;
}
footer .f-logo-blcok > a:hover {
  color: #0093d5;
}
footer .f-logo-blcok .f-phone {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 0 0 0 27px;
  letter-spacing: 0.6px;
  margin: 0 0 18px;
}
footer .f-logo-blcok .f-phone:before {
  content: "\f095";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 57%;
  left: 0;
  font-family: 'fontawesome-solid';
}
footer .f-logo-blcok .f-email {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 0 0 0 27px;
  letter-spacing: 0.6px;
  margin: 0 0 18px;
}
footer .f-logo-blcok .f-email:before {
  content: "\f0e0";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 57%;
  left: 0;
  font-family: 'fontawesome-solid';
}
footer .f-logo-blcok .f-address {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 0 15px 0 27px;
  letter-spacing: 0.6px;
  margin: 0 0 24px;
}
footer .f-logo-blcok .f-address:before {
  content: "\f3c5";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 13px;
  left: 0;
  font-family: 'fontawesome-solid';
}
footer > .flex nav {
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}
footer > .flex nav ul li {
  display: block;
  margin-bottom: 16px;
}
footer > .flex nav ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer > .flex nav ul li a:hover {
  color: #0093d5;
}
footer > .flex nav ul li:first-child {
  margin-bottom: 13px;
}
footer > .flex nav ul li:first-child a {
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  display: inline-block;
}
footer > .flex .menu_1 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 1024px) {
  footer > .flex .menu_1 {
    display: none;
  }
}
footer > .flex .menu_2 {
  -webkit-flex-basis: 19.5%;
  -moz-flex-basis: 19.5%;
  -ms-flex-preferred-size: 19.5%;
  flex-basis: 19.5%;
}
@media (max-width: 1024px) {
  footer > .flex .menu_2 {
    display: none;
  }
}
footer > .flex .menu_3 {
  -webkit-flex-basis: 14.8%;
  -moz-flex-basis: 14.8%;
  -ms-flex-preferred-size: 14.8%;
  flex-basis: 14.8%;
}
@media (max-width: 1024px) {
  footer > .flex .menu_3 {
    display: none;
  }
}
footer > .flex .menu_4 {
  -webkit-flex-basis: 13%;
  -moz-flex-basis: 13%;
  -ms-flex-preferred-size: 13%;
  flex-basis: 13%;
}
@media (max-width: 1024px) {
  footer > .flex .menu_4 {
    display: none;
  }
}
footer .copyright {
  text-align: center;
  padding: 45px 0 9px;
}
footer .copyright nav {
  margin: 0 auto 7px;
}
footer .copyright nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
  padding-right: 3px;
}
footer .copyright nav ul li:before {
  content: '|';
  position: absolute;
  top: 1px;
  right: -4px;
  font-size: 12px;
  color: #fff;
}
footer .copyright nav ul li:last-child:before {
  display: none;
}
footer .copyright nav ul li a {
  display: block;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .copyright nav ul li a:hover {
  color: #0093d5;
}
footer .copyright p {
  padding: 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
}
footer .copyright p a {
  color: #fff;
}
footer .copyright p a:hover {
  color: #0093d5;
}
.social-blocks-icon {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .social-blocks-icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.social-blocks-icon a {
  margin-right: 20px;
}
.social-blocks-icon a i {
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-blocks-icon a i:hover {
  color: #0093d5;
}
.form-block {
  background: #0093d5;
  background: -moz-linear-gradient(left, #0093d5 0%, #0867a6 50%, #151c57 100%);
  background: -webkit-linear-gradient(left, #0093d5 0%, #0867a6 50%, #151c57 100%);
  background: linear-gradient(to right, #0093d5 0%, #0867a6 50%, #151c57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093d5', endColorstr='#151c57',GradientType=1);
  padding: 63px 0 77px;
}
.form-block .text-form-block {
  max-width: 90%;
  margin: 0 auto;
}
.form-block h2 {
  color: #fff;
  padding-bottom: 13px;
}
.form-block p {
  color: #fff;
  padding-bottom: 35px;
}
.wpcf7 {
  background: #fff;
  padding: 58px 48px 34px 48px;
}
@media (max-width: 595px) {
  .wpcf7 {
    padding: 58px 30px 30px 48px;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 31px;
  display: block;
}
.wpcf7 .flex .wpcf7-form-control-wrap {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
@media (max-width: 595px) {
  .wpcf7 .flex .wpcf7-form-control-wrap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.wpcf7 .flex > div {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
@media (max-width: 595px) {
  .wpcf7 .flex > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.wpcf7 .btn {
  margin: 13px auto 13px;
  display: block;
}
.wpcf7 .first_last:before {
  content: "\f007";
  color: #0093d5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 19px;
  font-family: 'fontawesome-solid';
}
.wpcf7 .company_name:before {
  content: "\f0b1";
  color: #0093d5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 19px;
  font-family: 'fontawesome-solid';
}
.wpcf7 .phone_number:before, .wpcf7 .phone_number_two:before {
  content: "\f095";
  color: #0093d5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 19px;
  font-family: 'fontawesome-solid';
}
.wpcf7 .email_address:before {
  content: "\f0e0";
  color: #0093d5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 19px;
  font-family: 'fontawesome-solid';
}
.wpcf7 .pencil_ruler:before {
  content: "\f5ae";
  color: #0093d5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 19px;
  font-family: 'fontawesome-solid';
}
.wpcf7 .file_icon > span:before {
  content: "\f093";
  color: #0093d5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 19px;
  font-family: 'fontawesome-solid';
}
.text_hidden {
  display: none !important;
}
.error404 .wysiwyg p {
  padding-bottom: 10px;
}
.search_form {
  width: 345px;
  margin: 30px auto;
}
.search_form .submit-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 24px;
  width: 26px;
  height: 30px;
}
.search_form .submit-btn:before {
  content: "\f002";
  color: #16124d;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'fontawesome-solid';
}
.search_form .submit-btn input[type='submit'] {
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search_form input[type='text'] {
  width: 308px;
  border: 2px solid #16124d;
  display: inline-block;
  vertical-align: middle;
}
.wsp-container .wsp-pages-title {
  font-size: 22px;
  color: #16124d;
  font-weight: 700;
  padding: 0;
}
.wsp-container .wsp-pages-list {
  margin: 0;
}
.wsp-container .wsp-pages-list li {
  padding: 0 0 10px;
}
.wsp-container .wsp-pages-list li:before {
  display: none;
}
.wsp-container .wsp-pages-list li a {
  color: #0093d5;
  font-size: 22px;
}
.benefits_perks {
  background: #f2f2f2;
  padding: 81px 0 110px;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .benefits_perks {
    padding: 40px 0;
  }
}
.benefits_perks:before {
  content: '';
  background-image: url("../img/geometric-pattern.svg");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.benefits_perks:after {
  content: '';
  background-image: url("../img/geometric-pattern-upsidedown.svg");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.benefits_perks > .row > .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.benefits_perks h2 {
  font-size: 36px;
  font-weight: 300;
  color: #16124d;
  letter-spacing: 0.5px;
  padding-bottom: 48px;
}
.benefits_perks h2 strong {
  font-weight: 700;
}
.benefits_perks .right_icons {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .benefits_perks .right_icons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.benefits_perks .right_icons .icons-item {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  position: relative;
  margin-bottom: 27px;
  padding-bottom: 30px;
}
.benefits_perks .right_icons .icons-item svg {
  width: 100%;
  height: 70px;
}
.benefits_perks .right_icons .icons-item svg path {
  fill: #0093d5;
}
.benefits_perks .right_icons .icons-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #16124d;
  font-size: 15px;
  font-weight: 700;
}
.benefits_perks .left-slider {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 576px) {
  .benefits_perks .left-slider {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.benefits_perks .left-slider .swiper-slide {
  min-height: 325px;
}
.benefits_perks .left-slider .swiper-button-next {
  right: 17px;
}
.benefits_perks .left-slider .swiper-button-next:after {
  content: "\f105";
  font-family: 'fontawesome-solid';
  color: #fff;
  font-size: 47px;
}
.benefits_perks .left-slider .swiper-button-prev {
  left: 17px;
}
.benefits_perks .left-slider .swiper-button-prev:after {
  content: "\f104";
  font-family: 'fontawesome-solid';
  color: #fff;
  font-size: 47px;
}
.positions-blocks {
  padding: 81px 0 44px;
}
@media (max-width: 1024px) {
  .positions-blocks {
    padding: 40px 0;
  }
}
.positions-blocks .row h2 {
  color: #16124d;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2px;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .positions-blocks .row h2 {
    padding-bottom: 40px;
  }
}
.positions-blocks .row p {
  color: #fff;
  letter-spacing: 0.3px;
  padding-bottom: 34px;
}
.positions-blocks .position-block {
  background: #16124d;
  padding: 42px 51px 38px 48px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .positions-blocks .position-block:last-child {
    margin-bottom: 0;
  }
}
.positions-blocks .position-block > .flex {
  margin-bottom: 27px;
}
.positions-blocks .position-block .pos-title {
  font-size: 22px;
  color: #0093d5;
  font-weight: 700;
}
.positions-blocks .position-block .pos-pos {
  color: #fff;
  position: relative;
}
.positions-blocks .position-block .pos-pos:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.projects-blocks {
  padding: 87px 0 82px;
}
@media (max-width: 1024px) {
  .projects-blocks {
    padding: 40px 0;
  }
}
.projects-blocks .project-block > h3 {
  letter-spacing: 0.4px;
  font-weight: 700;
  margin-bottom: 18px;
}
.projects-blocks .project-block > h3 a {
  color: #16124d;
}
@media (max-width: 480px) {
  .projects-blocks .project-block > h3 {
    line-height: 32px;
    margin-bottom: 0;
  }
}
.projects-blocks .project-block > h3 span {
  display: inline-block;
  color: #706f6f;
  font-size: 22px;
  letter-spacing: 0.3px;
  padding-left: 6px;
}
.projects-blocks .project-block .cat-projects {
  margin-bottom: 29px;
}
.projects-blocks .project-block .cat-projects span {
  color: #16124d;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  padding-bottom: 11px;
}
.projects-blocks .project-block .cat-projects span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #a7adaa;
}
.projects-blocks .project-block .content-projects {
  padding: 25px 32px 5px 32px;
  background: #fff;
  margin-bottom: 95px;
  position: relative;
}
.projects-blocks .project-block .content-projects:before {
  content: '';
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  background: #a7adaa;
  height: 2px;
}
.projects-blocks .project-block .content-projects p {
  letter-spacing: 0.3px;
  padding-bottom: 21px;
}
.projects-blocks .project-block:last-child .content-projects {
  margin-bottom: 0;
}
.projects-blocks .project-block:last-child .content-projects:before {
  display: none;
}
.projects-blocks .project-block-slider {
  margin-bottom: 35px;
}
.projects-blocks .project-block-slider .gallery-top {
  margin-bottom: 19px;
}
.projects-blocks .project-block-slider .gallery-top .swiper-slide {
  height: 560px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .projects-blocks .project-block-slider .gallery-top .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .projects-blocks .project-block-slider .gallery-top .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 320pb) {
  .projects-blocks .project-block-slider .gallery-top .swiper-slide {
    height: 300px;
  }
}
.projects-blocks .project-block-slider .gallery-thumbs .swiper-slide {
  height: 104px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects-blocks .project-block-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}
.projects-blocks .project-block-slider .swiper-button-next {
  right: 29px;
}
.projects-blocks .project-block-slider .swiper-button-next:after {
  content: "\f105";
  font-family: 'fontawesome-solid';
  color: #fff;
  font-size: 47px;
}
.projects-blocks .project-block-slider .swiper-button-prev {
  left: 29px;
}
.projects-blocks .project-block-slider .swiper-button-prev:after {
  content: "\f104";
  font-family: 'fontawesome-solid';
  color: #fff;
  font-size: 47px;
}
.swiper-button-prev, .swiper-button-next {
  background-image: none;
}
.l_n {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .l_n {
    padding: 40px 0;
  }
}
.projects-slider {
  margin-bottom: 82px;
}
@media (max-width: 1024px) {
  .projects-slider {
    margin-bottom: 40px;
  }
}
.projects-slider .top-projects-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.projects-slider .top-projects-slider h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1;
  padding-bottom: 0;
}
.projects-slider .top-projects-slider h3 strong {
  color: #16124d;
}
.projects-slider .swiper-slide {
  height: 104px;
}
.let_news_blocks .let_news_block {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  background: #fff;
  padding: 27px 15px 33px 35px;
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .let_news_blocks .let_news_block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.let_news_blocks .let_news_block h6 {
  font-family: 'Graphik-Medium';
  display: inline-block;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 28px;
}
.let_news_blocks .let_news_block h6:before {
  content: ' ';
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #bebebe;
}
.let_news_blocks .let_news_block p {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
}
.search-section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .search-section {
    padding: 20px 0;
  }
}
.search-section .search-item {
  border-bottom: 2px solid #a7adaa;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.search-section .search-item h3 {
  font-family: 22px;
  color: #0093d5;
}
.search-section .search-item h3 a {
  color: #0093d5;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-section .search-item h3 a:hover {
  color: #16124d;
}
.search-section .search-item > div > h1, .search-section .search-item > div h2, .search-section .search-item > div h3, .search-section .search-item > div h4, .search-section .search-item > div h5, .search-section .search-item > div h6 {
  display: none;
}
#pagination {
  text-align: center;
}
.page-template-tpl-sitemap .content > .flex > div {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .page-template-tpl-sitemap .content > .flex > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.page-template-tpl-sitemap .content > .flex > div h2 {
  font-size: 22px;
  color: #16124d;
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 1.5;
}
.page-template-tpl-sitemap .content > .flex > div > ul {
  margin: 0 0 60px;
  padding: 0;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li {
  padding-left: 0;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li:last-child {
  padding-bottom: 0;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li:before {
  display: none;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > a {
  color: #0093d5;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > a:hover {
  color: #16124d;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > ul {
  margin-top: 20px;
  padding: 0;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > ul > li {
  padding-left: 0;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > ul > li:last-child {
  padding-bottom: 0;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > ul > li:before {
  display: none;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > ul > li > a {
  color: #0093d5;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-tpl-sitemap .content > .flex > div > ul > li > ul > li > a:hover {
  color: #16124d;
}
.btn_loadmore {
  display: block;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0 auto;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
header ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
header :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.row1170 {
  width: 1170px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.title-page-bg {
  min-height: 385px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 1);
  -moz-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 1);
  box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 1);
}
.web-bg {
  position: relative;
  background: #f2f2f2;
  z-index: 0;
}
.web-bg:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url("../img/geometric-pattern.svg") no-repeat center/cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.web-bg:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url("../img/geometric-pattern-upsidedown.svg") no-repeat center/cover;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .partners-top-text {
    padding: 40px 0;
  }
}
.partners-top-text p {
  padding-bottom: 26px;
}
.partners {
  padding: 71px 0 80px;
}
@media (max-width: 1024px) {
  .partners {
    padding: 40px 0;
  }
}
.partners .item {
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .partners .item {
    margin-bottom: 40px;
  }
}
.partners .item:first-child {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .partners .item:first-child {
    margin-bottom: 40px;
  }
}
.partners .item:last-child {
  margin-bottom: 0;
}
.partners .category-title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.67px;
  padding-bottom: 57px;
}
@media (max-width: 1024px) {
  .partners .category-title {
    padding-bottom: 30px;
  }
}
.partners .members-cont {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.3%;
  width: 102.6%;
}
.partners .members-cont > * {
  width: 22.4%;
  margin: 0 1.3% 1.625em;
}
@media (max-width: 900px) {
  .partners .members-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.3%;
    width: 102.6%;
  }
  .partners .members-cont > * {
    width: 30.7333333333%;
    margin: 0 1.3% 1.7333333333em;
  }
}
@media (max-width: 585px) {
  .partners .members-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.3%;
    width: 102.6%;
  }
  .partners .members-cont > * {
    width: 47.4%;
    margin: 0 1.3% 1.95em;
  }
}
@media (max-width: 400px) {
  .partners .members-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.3%;
    width: 102.6%;
  }
  .partners .members-cont > * {
    width: 97.4%;
    margin: 0 1.3% 2.6em;
  }
}
.partners .members-cont .favourite {
  border: 2px solid #fecb00;
}
.partners .members-cont .members-item {
  z-index: 1;
  position: relative;
  padding-top: 8px;
  background: #fff;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 26px;
  min-height: 209px;
}
.partners .members-cont .members-item:hover {
  border: 2px solid #fecb00;
  opacity: 0.6;
}
.partners .members-cont .members-item .item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 165px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.partners .members-cont .members-item .item-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 400px) {
  .partners .members-cont .members-item .item-img img {
    width: auto;
  }
}
.partners .members-cont .members-item .item-text span {
  padding: 0 10px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  color: #0093d5;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.partners .members-cont .favourite {
  z-index: 1;
  border: 2px solid #fecb00;
  position: relative;
}
.partners .members-cont .favourite:before {
  color: #fecb00;
  content: "\f005";
  font-family: 'fontawesome-solid';
  font-size: 25px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.anchors-menu {
  margin: 10px 0 32px;
}
@media (max-width: 1024px) {
  .anchors-menu {
    margin: 10px 0 0;
  }
}
.anchors-menu ul {
  margin-left: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .anchors-menu ul {
    display: block;
  }
}
.anchors-menu .jump-to {
  color: #16124d;
}
.anchors-menu li {
  display: inline-block;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .anchors-menu li {
    display: block;
  }
}
.anchors-menu li a {
  color: #0093d5;
}
.learn-more-gray {
  background: #f2f2f2;
}
.learn-more {
  padding: 88px 0 63px;
}
@media (max-width: 1024px) {
  .learn-more {
    padding: 40px 0;
  }
}
.learn-more h1 {
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #16124d;
  padding-bottom: 58px;
}
@media (max-width: 1024px) {
  .learn-more h1 {
    padding-bottom: 30px;
  }
}
.learn-more h1 strong {
  font-weight: 700;
  color: #16124d;
}
.learn-more .learn-cont {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2%;
  width: 102.4%;
}
.learn-more .learn-cont > * {
  width: 30.9333333333%;
  margin: 0 1.2% 1.6em;
}
@media (max-width: 768px) {
  .learn-more .learn-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2%;
    width: 102.4%;
  }
  .learn-more .learn-cont > * {
    width: 47.6%;
    margin: 0 1.2% 1.8em;
  }
}
@media (max-width: 480px) {
  .learn-more .learn-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .learn-more .learn-cont > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.learn-more .learn-cont .item {
  min-height: 194px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.learn-more .learn-cont .item:hover {
  opacity: 0.6;
}
.learn-more .learn-cont .item h6 {
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: none;
  padding: 26px 10px 26px 10px;
  -webkit-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.6);
  -moz-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.6);
  box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.6);
}
.satisfied-clients {
  padding: 40px 0;
}
.text-with-line {
  font-size: 18px;
  padding-left: 18px;
  border-left: 2px solid #a7adaa;
  margin-bottom: 76px;
}
@media (max-width: 1024px) {
  .text-with-line {
    margin-bottom: 40px;
  }
}
.text-with-line > *:last-child {
  padding-bottom: 0;
}
.text-with-line h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1;
  color: #16124d;
  padding-bottom: 20px;
}
.text-with-line h3 a {
  color: #16124d;
}
.text-with-line h3 strong {
  color: #16124d;
  font-weight: 700;
}
.text-with-line p {
  font-size: 18px;
}
.testimonials-wrapper {
  padding: 94px 0 80px;
}
@media (max-width: 1024px) {
  .testimonials-wrapper {
    padding: 40px 0;
  }
}
.testimonials-wrapper .testimonials-slider-wrap {
  position: relative;
}
.testimonials-wrapper .testimonials-slider-wrap .swiper-button-prev:after, .testimonials-wrapper .testimonials-slider-wrap .swiper-button-next:after {
  font-size: 48px;
  color: #a7adaa;
}
.testimonials-wrapper .testimonials-slider-wrap .swiper-button-prev {
  left: -50px;
}
.testimonials-wrapper .testimonials-slider-wrap .swiper-button-prev:after {
  content: '\f104';
  font-family: 'fontawesome-solid';
}
.testimonials-wrapper .testimonials-slider-wrap .swiper-button-next {
  right: -50px;
}
.testimonials-wrapper .testimonials-slider-wrap .swiper-button-next:after {
  content: '\f105';
  font-family: 'fontawesome-solid';
}
.testimonials-wrapper .testimonials-slider-wrap .testimonials-slider {
  margin-bottom: 50px;
}
.testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .swiper-slide {
  position: relative;
  background-image: linear-gradient(-45deg, #23aae6 0%, #0093d5 100%);
  padding: 58px 67px 73px;
  z-index: 0;
}
@media (max-width: 480px) {
  .testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .swiper-slide {
    padding: 58px 20px 73px;
  }
}
.testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .swiper-slide p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.44px;
  padding-bottom: 35px;
}
.testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .swiper-slide:before {
  content: " ";
  background: url("../img/quote.png");
  position: absolute;
  left: 32px;
  top: 33px;
  width: 297px;
  height: 261px;
  z-index: -1;
}
.testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .swiper-slide .author {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.37px;
  color: #16124d;
}
.testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .swiper-slide .location {
  color: #fff;
  letter-spacing: 0.37px;
}
.testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .testimonials-pagination {
  text-align: right;
  left: auto;
  right: 70px;
  bottom: 73px;
  color: #16124d;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 595px) {
  .testimonials-wrapper .testimonials-slider-wrap .testimonials-slider .testimonials-pagination {
    text-align: center;
    bottom: 30px;
    right: 0;
  }
}
.testimonials-wrapper .testimonials-bottom-text {
  text-align: center;
}
.testimonials-wrapper .testimonials-bottom-text p {
  padding-bottom: 7px;
}
.testimonials-wrapper .testimonials-bottom-text h3 {
  margin-bottom: 9px;
}
.list {
  padding: 84px 0 67px;
}
.list .list-top-text {
  margin-bottom: 68px;
}
@media (max-width: 1024px) {
  .list .list-top-text {
    margin-bottom: 40px;
  }
}
.list .logos-slider-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .list .logos-slider-wrap .swiper-button-prev, .list .logos-slider-wrap .swiper-button-next {
    display: none;
  }
}
.list .logos-slider-wrap .logos-slider {
  margin-bottom: 41px;
}
.list .logos-slider-wrap .logos-slider .swiper-slide {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 72px;
}
.list .logos-slider-wrap .logos-slider .swiper-slide img {
  max-height: 72px;
}
.list .logos-slider-wrap .swiper-button-prev:after, .list .logos-slider-wrap .swiper-button-next:after {
  font-size: 24px;
  color: #a7adaa;
}
.list .logos-slider-wrap .swiper-button-prev {
  left: -50px;
}
.list .logos-slider-wrap .swiper-button-prev:after {
  content: '\f104';
  font-family: 'fontawesome-solid';
}
.list .logos-slider-wrap .swiper-button-next {
  right: -50px;
}
.list .logos-slider-wrap .swiper-button-next:after {
  content: '\f105';
  font-family: 'fontawesome-solid';
}
.list .lists-cont {
  column-count: 3;
}
@media (max-width: 768px) {
  .list .lists-cont {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .list .lists-cont {
    column-count: 1;
  }
}
.list .lists-cont .main-letter {
  color: #16124d;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  margin-bottom: 7px;
  display: block;
}
.list .lists-cont .main-letter:after {
  content: " ";
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #a7adaa;
  left: 31px;
  top: 50%;
}
.list .lists-cont .main-list {
  padding-left: 32px;
  margin-bottom: 29px;
}
.list .lists-cont .main-list li {
  margin-bottom: 8px;
}
.list .lists-cont .main-list li a {
  color: #0093d5;
  font-size: 16px;
  font-weight: 400;
}
.list .lists-cont .main-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .our-team {
    padding: 40px 0;
  }
}
.our-team p {
  padding-bottom: 27px;
}
.team {
  padding: 75px 0 30px;
}
@media (max-width: 1024px) {
  .team {
    padding: 40px 0;
  }
}
.team .row {
  width: 1500px;
}
.team h3 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.67px;
  padding-bottom: 57px;
}
@media (max-width: 1024px) {
  .team h3 {
    padding-bottom: 30px;
  }
}
.team .team-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.3%;
  width: 102.6%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 71px;
}
.team .team-wrap > * {
  width: 22.4%;
  margin: 0 1.3% 1.625em;
}
.team .team-wrap .row {
  width: 1500px;
}
@media (max-width: 1024px) {
  .team .team-wrap {
    margin-bottom: 40px;
  }
  .team .team-wrap:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .team .team-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.3%;
    width: 102.6%;
  }
  .team .team-wrap > * {
    width: 30.7333333333%;
    margin: 0 1.3% 1.7333333333em;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .team .team-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .team .team-wrap > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.team .team-wrap .item {
  padding-bottom: 80px;
  background: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.team .team-wrap .item .btn {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 30px;
  width: 155px;
}
.team .team-wrap .item .image {
  padding: 50px 55px;
}
.team .team-wrap .item .image img {
  margin-right: -5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 10px 10px 7px -2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 10px 10px 7px -2px rgba(0, 0, 0, 0.38);
  box-shadow: 10px 10px 7px -2px rgba(0, 0, 0, 0.38);
}
.team .team-wrap .item h5 {
  color: #16124d;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  padding-bottom: 11px;
}
.team .team-wrap .item span {
  flex: 1 1 auto;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 22px;
}
.popup {
  width: 910px;
  max-width: 100%;
  padding-left: 28px;
}
.popup-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .popup-item {
    display: block;
  }
}
.popup-item .popup-image {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 0 40px 0 0;
}
@media (max-width: 576px) {
  .popup-item .popup-image {
    text-align: center;
  }
}
.popup-item .popup-image img {
  -webkit-box-shadow: 10px 10px 7px -2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 10px 10px 7px -2px rgba(0, 0, 0, 0.38);
  box-shadow: 10px 10px 7px -2px rgba(0, 0, 0, 0.38);
}
.popup-item .popup-text {
  -webkit-flex-basis: 69%;
  -moz-flex-basis: 69%;
  -ms-flex-preferred-size: 69%;
  flex-basis: 69%;
}
.popup-item .popup-text h3 {
  line-height: 1;
  padding-bottom: 17px;
}
.popup-item .popup-text span {
  font-size: 18px;
  display: block;
  margin-bottom: 14px;
}
.fancybox-slide--html .fancybox-close-small {
  top: 12px;
  right: 10px;
  color: #16124d;
}
.certifications {
  padding: 90px 0 100px;
}
@media (max-width: 1024px) {
  .certifications {
    padding: 40px 0;
  }
}
.certifications .certification_title {
  margin-bottom: 57px;
}
.certifications .certification_title h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1;
  color: #16124d;
}
.certifications .certification_title h3 strong {
  color: #16124d;
  font-weight: 700;
}
.certifications .item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.certifications .item .left-content, .certifications .item .right-content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .certifications .item .left-content, .certifications .item .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.certifications .item .left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.certifications .item .right-content {
  padding: 36px 64px 40px 48px;
  background: #fff;
}
@media (max-width: 768px) {
  .certifications .item .right-content {
    background: none;
  }
}
.certifications .item .right-content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.46px;
}
.certifications .item .right-content p {
  padding-bottom: 23px;
}
.certifications .item .right-content .btn {
  padding: 15px 41px 13px;
}
.purple-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 70px 0 95px;
}
@media (max-width: 1024px) {
  .purple-section {
    padding: 40px 0;
  }
}
.purple-section .purple-title {
  margin-bottom: 58px;
}
@media (max-width: 1024px) {
  .purple-section .purple-title {
    margin-bottom: 30px;
  }
}
.purple-section .purple-title h3 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.67px;
}
.purple-section .purple-title h3 strong {
  color: #fff;
  font-weight: 700;
}
.purple-section:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #16124d;
  opacity: 0.75;
}
.purple-section .items-cont {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.purple-section .items-cont > * {
  width: 20%;
  margin: 0 0 0em;
}
@media (max-width: 768px) {
  .purple-section .items-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .purple-section .items-cont > * {
    width: 33.3333333333%;
    margin: 0 0 0em;
  }
}
@media (max-width: 480px) {
  .purple-section .items-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .purple-section .items-cont > * {
    width: 50%;
    margin: 0 0 0em;
  }
}
.purple-section .items-cont .item {
  padding: 16px 20px;
  text-align: center;
  position: relative;
}
.purple-section .items-cont .item:first-child:before {
  display: none;
}
@media (max-width: 768px) {
  .purple-section .items-cont .item {
    padding: 10px 0;
  }
}
.purple-section .items-cont .item:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .purple-section .items-cont .item:before {
    display: none;
  }
}
.purple-section .items-cont .item .icon {
  min-height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.purple-section .items-cont .item h6 {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  padding: 0 16px 12px;
}
.purple-section .items-cont .item p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 4px;
}
.web-bg:before {
  height: 230px;
}
.tpl-bg-and-text {
  padding: 40px 0;
}
.tpl-bg-and-text h3 {
  padding-bottom: 37px;
}
.tpl-bg-and-text h3 strong {
  font-family: 'Lato', sans-serif;
  color: #16124d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
}
.tpl-bg-and-text h3 strong:after {
  content: ' ';
  background: #a7adaa;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
}
.tpl-bg-and-text p {
  padding-bottom: 28px;
}
.bg-and-text h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.67px;
}
.bg-and-text h3 strong {
  color: #16124d;
  font-weight: 700;
}
.bg-and-text p {
  font-size: 18px;
  letter-spacing: 0.36px;
  padding-bottom: 15px;
}
.bg-and-text .section-wrap:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bg-and-text .section-wrap:nth-child(even) .left-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  padding-left: 0;
  padding-right: 131px;
}
@media (max-width: 1024px) {
  .bg-and-text .section-wrap:nth-child(even) .left-section {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .bg-and-text .section-wrap:nth-child(even) .left-section {
    padding-right: 0;
  }
}
.bg-and-text .section-wrap:nth-child(even) .right-section {
  min-height: 538px;
}
@media (max-width: 650px) {
  .bg-and-text .section-wrap:nth-child(even) .right-section {
    max-height: 300px;
  }
}
.bg-and-text .section-wrap:nth-child(even) .right-section:before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #fff 100%, #fff 100%);
}
.bg-and-text .left-section, .bg-and-text .right-section {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 650px) {
  .bg-and-text .left-section, .bg-and-text .right-section {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.bg-and-text .left-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 131px;
}
@media (max-width: 1024px) {
  .bg-and-text .left-section {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .bg-and-text .left-section {
    padding-left: 0;
  }
}
.bg-and-text .left-section .text-wrap {
  max-width: 390px;
}
.bg-and-text .left-section .text-wrap h3 img {
  max-height: 35px;
}
.bg-and-text .right-section {
  min-height: 550px;
  position: relative;
}
@media (max-width: 768px) {
  .bg-and-text .right-section {
    min-height: 400px;
  }
}
@media (max-width: 650px) {
  .bg-and-text .right-section {
    max-height: 300px;
  }
}
.bg-and-text .right-section img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-and-text .right-section:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #fff 0%, #fff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .bg-and-text .right-section:before {
    display: none;
  }
}
.articles {
  padding: 80px 0 100px;
}
.articles > .row {
  width: 1500px;
}
@media (max-width: 1024px) {
  .articles {
    padding: 40px 0;
  }
}
.articles .articles_title h3 {
  font-size: 36px;
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .articles .articles_title h3 {
    padding-bottom: 30px;
  }
}
.articles .article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles .article-wrap:nth-child(odd) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.articles .article-wrap .left-content, .articles .article-wrap .right-content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .articles .article-wrap .left-content, .articles .article-wrap .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.articles .left-content {
  position: relative;
}
@media (max-width: 768px) {
  .articles .left-content {
    max-height: 400px;
  }
}
.articles .left-content img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .articles .left-content img {
    position: static;
  }
}
.articles .right-content {
  background: #fff;
  padding: 49px 48px 0 54px;
}
@media (max-width: 768px) {
  .articles .right-content {
    padding: 25px 25px 0 25px;
  }
}
.articles .right-content h3 {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 24px;
}
.services-offered {
  padding: 80px 0 100px;
}
@media (max-width: 1024px) {
  .services-offered {
    padding: 40px 0;
  }
}
.services-offered .services-title {
  display: block;
  text-align: center;
  font-size: 36px;
  padding-bottom: 54px;
}
@media (max-width: 1024px) {
  .services-offered .services-title {
    padding-bottom: 30px;
  }
}
.services-offered .category_wrap .category_item {
  background: #16124d;
  padding: 49px 68px 49px 77px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1024px) {
  .services-offered .category_wrap .category_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .services-offered .category_wrap .category_item {
    padding: 30px 68px 30px 77px;
  }
}
.services-offered .category_wrap .category_item:last-child {
  margin-bottom: 89px;
}
@media (max-width: 1024px) {
  .services-offered .category_wrap .category_item:last-child {
    margin-bottom: 30px;
  }
}
.services-offered .category_wrap .category_item ul {
  column-count: 3;
}
@media (max-width: 768px) {
  .services-offered .category_wrap .category_item ul {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .services-offered .category_wrap .category_item ul {
    column-count: 1;
  }
}
.services-offered .category_wrap .category_item ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin-bottom: 19px;
}
.services-offered .category_wrap .category_item ul a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.services-offered .category_wrap .category_item ul a:hover {
  text-decoration: underline;
}
.services-offered .category_wrap .category_item .category_title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 48px;
}
.services-offered .category_wrap .category_item .category_title:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.services-offered .services_slider_wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .services-offered .services_slider_wrap .swiper-button-prev, .services-offered .services_slider_wrap .swiper-button-next {
    display: none;
  }
}
.services-offered .services_slider_wrap .services_slider {
  margin-bottom: 41px;
}
@media (max-width: 1024px) {
  .services-offered .services_slider_wrap .services_slider {
    margin-bottom: 0;
  }
}
.services-offered .services_slider_wrap .services_slider .swiper-slide {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 72px;
}
.services-offered .services_slider_wrap .services_slider .swiper-slide img {
  max-height: 72px;
}
.services-offered .services_slider_wrap .swiper-button-prev:after, .services-offered .services_slider_wrap .swiper-button-next:after {
  font-size: 24px;
  color: #a7adaa;
}
.services-offered .services_slider_wrap .swiper-button-prev {
  left: -50px;
}
.services-offered .services_slider_wrap .swiper-button-prev:after {
  content: '\f104';
  font-family: 'fontawesome-solid';
}
.services-offered .services_slider_wrap .swiper-button-next {
  right: -50px;
}
.services-offered .services_slider_wrap .swiper-button-next:after {
  content: '\f105';
  font-family: 'fontawesome-solid';
}
.services-offered .services_mid_text p strong {
  color: #0093d6;
}
.bot_articles {
  padding: 80px 0 100px;
}
.bot_articles > .row {
  width: 1500px;
}
@media (max-width: 1024px) {
  .bot_articles {
    padding: 40px 0;
  }
}
.bot_articles .articles_title h3 {
  font-size: 36px;
}
.bot_articles .articles_title p {
  padding-bottom: 47px;
}
.bot_articles .bot_articles_wrap {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .bot_articles .bot_articles_wrap {
    margin-bottom: 40px;
  }
}
.bot_articles .bot_articles_wrap:last-child {
  margin-bottom: 0;
}
.bot_articles .article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bot_articles .article-wrap:nth-child(odd) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bot_articles .article-wrap .left-content, .bot_articles .article-wrap .right-content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .bot_articles .article-wrap .left-content, .bot_articles .article-wrap .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.bot_articles .article-wrap .left-content {
  position: relative;
}
@media (max-width: 768px) {
  .bot_articles .article-wrap .left-content {
    max-height: 400px;
  }
}
.bot_articles .article-wrap .left-content img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .bot_articles .article-wrap .left-content img {
    position: static;
  }
}
.bot_articles .article-wrap .right-content {
  background: #fff;
  padding: 49px 48px 0 54px;
}
@media (max-width: 768px) {
  .bot_articles .article-wrap .right-content {
    padding: 25px 25px 0 25px;
  }
}
.bot_articles .article-wrap .right-content h3 {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 24px;
}
.blue_section {
  padding: 114px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .blue_section {
    padding: 40px 0;
  }
}
.blue_section:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 147, 214, 1)), to(rgba(21, 26, 84, 1)));
  background: -o-linear-gradient(left, rgba(0, 147, 214, 1) 0%, rgba(21, 26, 84, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 147, 214, 1) 0%, rgba(21, 26, 84, 1) 100%);
}
.blue_section .blue_text h1 {
  color: #fff;
  padding-bottom: 22px;
}
.blue_section .blue_text p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.44px;
  padding-bottom: 22px;
}
.blue_section .btn {
  background: #fff;
  color: #16124d;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blue_section .btn:hover {
  background: #16124d;
  color: #fff;
}
.other_services {
  padding: 88px 0 63px;
}
@media (max-width: 1024px) {
  .other_services {
    padding: 40px 0;
  }
}
.other_services h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #16124d;
  padding-bottom: 58px;
  letter-spacing: 0.67px;
}
@media (max-width: 1024px) {
  .other_services h3 {
    padding-bottom: 30px;
  }
}
.other_services h3 strong {
  font-weight: 700;
  color: #16124d;
}
.other_services .other-cont {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2%;
  width: 102.4%;
}
.other_services .other-cont > * {
  width: 30.9333333333%;
  margin: 0 1.2% 1.6em;
}
@media (max-width: 768px) {
  .other_services .other-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2%;
    width: 102.4%;
  }
  .other_services .other-cont > * {
    width: 47.6%;
    margin: 0 1.2% 1.8em;
  }
}
@media (max-width: 480px) {
  .other_services .other-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .other_services .other-cont > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.other_services .other-cont .item {
  min-height: 194px;
  -webkit-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 1);
  -moz-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 1);
  box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 1);
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: cover;
}
.other_services .other-cont .item:hover {
  opacity: 0.6;
}
.other_services .other-cont .item h6 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: none;
  padding-bottom: 26px;
}
.contacts {
  text-align: center;
  padding: 83px 0 38px;
}
.contacts h4 {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  color: #16124d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 41px;
}
.contacts h4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #a7adaa;
  bottom: -12px;
  left: 0;
}
.contacts p {
  text-align: left;
}
.contacts_purple_form {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 109px 0 88px;
}
@media (max-width: 1024px) {
  .contacts_purple_form {
    padding: 40px 0;
  }
}
.contacts_purple_form .items-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.contacts_purple_form .items-wrap > * {
  width: 33.3333333333%;
  margin: 0 0% 0em;
}
@media (max-width: 660px) {
  .contacts_purple_form .items-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .contacts_purple_form .items-wrap > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 660px) {
  .contacts_purple_form .items-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .contacts_purple_form .items-wrap > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.contacts_purple_form .items-wrap .item {
  text-align: center;
  position: relative;
}
.contacts_purple_form .items-wrap .item:last-child:after {
  display: none;
}
.contacts_purple_form .items-wrap .item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: #a7adaa;
}
@media (max-width: 660px) {
  .contacts_purple_form .items-wrap .item:after {
    display: none;
  }
}
.contacts_purple_form .items-wrap .item .form_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 73px;
  margin-bottom: 17px;
}
.contacts_purple_form .items-wrap .item h6 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  padding-bottom: 13px;
}
.get_it_touch {
  padding: 63px 0 80px;
}
@media (max-width: 1024px) {
  .get_it_touch {
    padding: 40px 0;
  }
}
.get_it_touch h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.67px;
  line-height: 1;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .get_it_touch h3 {
    padding-bottom: 40px;
  }
}
.get_it_touch h3 strong {
  font-weight: 700;
  color: #16124d;
}
.get_it_touch .contacts_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.get_it_touch .contacts_data .left_content, .get_it_touch .contacts_data .right_content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}
@media (max-width: 768px) {
  .get_it_touch .contacts_data .left_content, .get_it_touch .contacts_data .right_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.get_it_touch .contacts_data .left_content {
  background: #16124d;
  padding: 44px 50px 44px 75px;
}
.get_it_touch .contacts_data .left_content div {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 29px;
}
.get_it_touch .contacts_data .left_content div a {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.get_it_touch .contacts_data .left_content div a:hover {
  color: #fff;
}
.get_it_touch .contacts_data .left_content div:first-child a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.get_it_touch .contacts_data .left_content div:first-child a:hover {
  color: #0093d5;
}
.get_it_touch .contacts_data .left_content div:last-child {
  margin-bottom: 0;
}
.get_it_touch .contacts_data .left_content div p {
  padding-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.get_it_touch .contacts_data .left_content div p strong {
  font-weight: 700;
}
.get_it_touch .contacts_data .left_content div:before {
  position: absolute;
  top: 5px;
  left: -30px;
}
@media (max-width: 768px) {
  .get_it_touch .contacts_data .right_content {
    max-height: 444px;
  }
}
@media (max-width: 480px) {
  .get_it_touch .contacts_data .right_content {
    display: none;
  }
}
.get_it_touch .contacts_data .right_content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.white_block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 84px 0;
}
@media (max-width: 1024px) {
  .white_block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .white_block {
    padding: 53px 13px;
  }
}
.white_block .white_text .btn {
  padding: 15px 44px 13px 44px;
}
.white_block .white_text h1 {
  position: relative;
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .white_block .white_text h1 {
    font-size: 35px;
    margin-bottom: 19px;
  }
}
.white_block .white_text h1:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 2px;
  background: #a7adaa;
}
@media (max-width: 480px) {
  .white_block .white_text h1:before {
    left: -6px;
  }
}
.white_block .white_text p {
  font-size: 22px;
  letter-spacing: 0.44px;
  max-width: 670px;
  line-height: 1.3;
  padding-bottom: 27px;
}
@media (max-width: 480px) {
  .white_block .white_text p {
    font-size: 18px;
  }
}
.home_purple {
  padding: 73px 0 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  .home_purple {
    padding: 40px 0 18px;
  }
}
@media (max-width: 480px) {
  .home_purple {
    padding: 62px 0 40px;
  }
}
.home_purple h3 {
  font-size: 36px;
  letter-spacing: 0.67px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}
.home_purple h3 strong {
  font-weight: 700;
  color: #fff;
}
.home_purple p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.44px;
  padding-bottom: 77px;
}
@media (max-width: 1024px) {
  .home_purple p {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home_purple p {
    font-size: 18px;
    padding-bottom: 7px;
  }
}
.home_purple .services_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.home_purple .services_wrap > * {
  width: 25%;
  margin: 0 0 0em;
}
@media (max-width: 480px) {
  .home_purple .services_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .home_purple .services_wrap > * {
    width: 50%;
    margin: 0 0 0em;
  }
}
.home_purple .services_wrap .services_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 20px 5px 0;
  margin-bottom: 62px;
}
@media (max-width: 480px) {
  .home_purple .services_wrap .services_item {
    margin-bottom: 18px;
  }
}
.home_purple .services_wrap .services_item:nth-child(4n):after {
  display: none;
}
.home_purple .services_wrap .services_item:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 2px;
  background: #fff;
}
@media (max-width: 480px) {
  .home_purple .services_wrap .services_item:after {
    display: none;
  }
}
.home_purple .services_wrap .services_item .item_img {
  max-width: 64px;
  min-height: 60px;
  min-width: 58px;
  max-height: 60px;
}
.home_purple .services_wrap .services_item .item_img img, .home_purple .services_wrap .services_item .item_img svg {
  width: 100%;
  height: 100%;
}
.home_purple .services_wrap .services_item .item_text {
  margin-left: 10px;
}
.home_purple .services_wrap .services_item .item_text h6 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.home_purple .services_wrap .services_item .item_text a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_purple .services_wrap .services_item .item_text a:hover {
  color: #0093d5;
}
.featured_projects {
  padding: 75px 0 71px;
}
@media (max-width: 1024px) {
  .featured_projects {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .featured_projects {
    padding: 74px 0;
  }
}
.featured_projects .title {
  margin-bottom: 44px;
}
.featured_projects .title h3 {
  font-size: 36px;
  letter-spacing: 0.67px;
  line-height: 1.2;
  font-weight: 300;
}
.featured_projects .title h3 a {
  color: #16124d;
}
@media (max-width: 480px) {
  .featured_projects .title h3 {
    font-size: 32px;
  }
}
.featured_projects .title h3 strong {
  font-weight: 700;
  color: #16124d;
}
.featured_projects .projects .swiper-slide .btn {
  padding: 15px 38px 13px;
}
@media (max-width: 768px) {
  .featured_projects .projects .swiper-slide .btn {
    display: block;
    text-align: center;
  }
}
.featured_projects .projects .slide_item {
  margin-bottom: 11px;
  min-height: 194px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.4);
  -moz-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.4);
  box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.4);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .featured_projects .projects .slide_item {
    background-size: cover;
  }
}
.featured_projects .projects .slide_item .slide_text {
  padding: 10px 17px 13px;
  -webkit-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.6);
  -moz-box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.6);
  box-shadow: inset 0px -150px 264px -68px rgba(22, 18, 77, 0.6);
}
.featured_projects .projects .slide_item .slide_text h6 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.35px;
  padding-bottom: 2px;
  text-transform: capitalize;
}
.featured_projects .projects .slide_item .slide_text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  padding-bottom: 0;
  line-height: 1.1;
}
.featured_projects .projects .slide_item:hover {
  -webkit-box-shadow: inset 0px -150px 264px -68px rgba(0, 147, 213, 1);
  -moz-box-shadow: inset 0px -150px 264px -68px rgba(0, 147, 213, 1);
  box-shadow: inset 0px -150px 264px -68px rgba(0, 147, 213, 1);
}
.left_right_block .item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left_right_block .item:nth-child(even) .left-content {
  padding-right: 0;
  padding-left: 51px;
  text-align: right;
}
.left_right_block .item:nth-child(even) .right-content {
  min-height: 538px;
}
.left_right_block .item:nth-child(even) .right-content:before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #fff 100%, #fff 100%);
}
.left_right_block .left-content, .left_right_block .right-content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .left_right_block .left-content, .left_right_block .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left_right_block .left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 76px;
}
.left_right_block .left-content h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1;
  padding-bottom: 20px;
}
.left_right_block .left-content h3 strong {
  font-weight: 700;
  color: #16124d;
}
.left_right_block .left-content p {
  line-height: 1.3;
  font-size: 18px;
  padding-bottom: 17px;
}
.left_right_block .right-content {
  min-height: 553px;
  position: relative;
}
@media (max-width: 1024px) {
  .left_right_block .right-content img {
    object-fit: contain;
  }
}
.left_right_block .right-content:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #fff 0%, #fff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
.left_right_block .right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.our_partners {
  background: #f2f2f2;
  padding: 70px 0 51px;
}
@media (max-width: 1024px) {
  .our_partners {
    padding: 40px 0;
  }
}
.our_partners .title {
  margin-bottom: 35px;
}
.our_partners .title h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1;
  padding-bottom: 20px;
}
.our_partners .title h3 strong {
  font-weight: 700;
  color: #16124d;
}
.our_partners .partners_wrap {
  height: 200px;
}
@media (max-width: 1023px) {
  .our_partners .partners_wrap {
    height: 100%;
  }
}
.our_partners .partners_wrap .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.our_partners .partners_wrap .swiper-slide {
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.our_partners .partners_wrap .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.latest_news {
  padding: 80px 0 68px;
}
@media (max-width: 1024px) {
  .latest_news {
    padding: 40px 0;
  }
}
.latest_news h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .latest_news h3 {
    padding-bottom: 40px;
  }
}
.latest_news h3 strong {
  font-weight: 700;
  color: #16124d;
}
.latest_news .swiper-container {
  height: 580px;
}
@media (max-width: 1023px) {
  .latest_news .swiper-container {
    height: 100%;
  }
}
.latest_news .swiper-slide {
  background: #e5e5e5;
  padding: 27px 15px 33px 35px;
  height: calc((70%) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.latest_news .swiper-slide h6 {
  font-family: Graphik-Medium;
  display: inline-block;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 28px;
}
.latest_news .swiper-slide h6:before {
  content: ' ';
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #bebebe;
}
.latest_news .swiper-slide p {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
}
.block-with-shadow .item {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 49%;
  padding: 81px 0 106px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1080px) {
  .block-with-shadow .item {
    padding: 0;
    min-height: 500px;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .block-with-shadow .item {
    background-position: left -80px;
    background-size: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
.block-with-shadow .item .content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  padding-left: 91px;
  padding-right: 30px;
}
@media (max-width: 1080px) {
  .block-with-shadow .item .content {
    min-height: 555px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: Center;
    -ms-flex-align: Center;
    -webkit-align-items: Center;
    -moz-align-items: Center;
    align-items: Center;
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .block-with-shadow .item .content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    padding: 40px 14px;
    min-height: auto;
  }
}
@media (max-width: 1080px) {
  .block-with-shadow .item .content {
    background: #fff;
  }
}
.block-with-shadow .item .content h3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1;
  padding-bottom: 20px;
}
.block-with-shadow .item .content h3 strong {
  font-weight: 700;
  color: #16124d;
}
.block-with-shadow .item .content p {
  line-height: 1.3;
  font-size: 18px;
  padding-bottom: 22px;
}
.block-with-shadow .item .content .text-wrap {
  text-align: right;
  max-width: 380px;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .block-with-shadow .item .content .text-wrap {
    margin: 0;
    text-align: left;
  }
}
.block-with-shadow .item:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: linear-gradient(to left, #fff 22%, #fff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  height: 101%;
  left: 0;
  width: 60%;
}
@media (max-width: 1080px) {
  .block-with-shadow .item:before {
    height: 101%;
  }
}
@media (max-width: 576px) {
  .block-with-shadow .item:before {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 1) 91%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    top: auto;
    width: 100%;
    height: 96%;
  }
}
.block-with-shadow .item:nth-child(odd) {
  background-position: right center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 104px 0 127px;
}
@media (max-width: 1080px) {
  .block-with-shadow .item:nth-child(odd) {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .block-with-shadow .item:nth-child(odd) {
    background-position: right 90%;
    background-size: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
.block-with-shadow .item:nth-child(odd) .content {
  padding-right: 61px;
  padding-left: 40px;
}
@media (max-width: 1080px) {
  .block-with-shadow .item:nth-child(odd) .content {
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .block-with-shadow .item:nth-child(odd) .content {
    padding: 0;
    padding: 40px 14px;
    min-height: auto;
  }
}
.block-with-shadow .item:nth-child(odd) .content .text-wrap {
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 576px) {
  .block-with-shadow .item:nth-child(odd) .content .text-wrap {
    margin: 0;
  }
}
.block-with-shadow .item:nth-child(odd):before {
  background-image: linear-gradient(to right, #fff 22%, #fff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  left: auto;
}
@media (max-width: 576px) {
  .block-with-shadow .item:nth-child(odd):before {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 1) 91%, rgba(255, 255, 255, 1) 100%);
    top: auto;
    width: 100%;
    bottom: 0;
    height: 96%;
  }
}
