@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format('woff'), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format('woff'), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format('truetype');
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #133762;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #0f2b4d;
}
::-webkit-scrollbar-thumb:active {
  background: #0f2b4d;
}
html {
  font: 400 16px/1.5714 'Poppins', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 25px;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 15px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 61px;
  width: 100%;
  background: #fff;
  padding: 0 19px;
  font-family: 'Poppins';
  font-size: 14px;
  background: rgba(255, 255, 255, 0.31);
  border: 1px solid #fff;
  border-radius: 11px;
  color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #133762;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
textarea {
  resize: none;
  height: 151px;
  padding: 15px 19px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1.2;
  padding: 14px 26px 13px;
  font-size: 20px;
  background: transparent;
  color: #133762;
  font-weight: 600;
  font-family: 'Proxima Nova';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 120px;
  border: 1px solid #2e62a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 43px;
}
@media (max-width: 480px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    font-size: 16px;
    min-width: auto;
    padding: 10px 20px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #1b4f8d;
  color: #fff;
}
.btn.white, .post-navigation [rel="next"].white, .post-navigation [rel="prev"].white, .submit.white {
  color: #fff;
  border-color: #fff;
}
.btn.blue, .post-navigation [rel="next"].blue, .post-navigation [rel="prev"].blue, .submit.blue {
  background: #2e62a0;
  color: #fff;
  border-radius: 43px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
}
.btn.blue:hover, .post-navigation [rel="next"].blue:hover, .post-navigation [rel="prev"].blue:hover, .submit.blue:hover {
  background: #1b4f8d;
}
.arrow {
  position: relative;
}
.arrow:after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 12px;
}
.form-button, input[type="submit"] {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 43px;
  color: #2e62a0;
  font-family: 'Poppins';
  text-align: center;
  height: 65px;
  font-size: 20px;
  min-width: 164px;
  padding: 0 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .form-button, input[type="submit"] {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .form-button, input[type="submit"] {
    font-size: 16px;
    height: 45px;
    min-width: auto;
    padding: 0 20px;
  }
}
.form-button:hover, input[type="submit"]:hover {
  background: rgba(255, 255, 255, .8);
}
.form-button.blue, input[type="submit"].blue {
  background: #2e62a0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 43px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-button.blue:hover, input[type="submit"].blue:hover {
  background: #1b4f8d;
}
.form-button {
  color: #133762;
}
h1, h2, h3, .post .post-title, h4, h5, .services-page .info .post-title, h6 {
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.5;
}
h1, h2 {
  font-size: 62px;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  h1, h2 {
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 34px;
  }
}
h3, .post .post-title {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  h3, .post .post-title {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h3, .post .post-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 28px;
  }
}
h4 {
  font-size: 45px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  h4 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
h5, .services-page .info .post-title {
  font-size: 26px;
}
@media (max-width: 1440px) {
  h5, .services-page .info .post-title {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  h5, .services-page .info .post-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h5, .services-page .info .post-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h5, .services-page .info .post-title {
    font-size: 20px;
  }
}
h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin: 0 0 20px 15px;
}
.text ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #133762;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.text ul li a {
  color: #133762;
  position: relative;
  display: inline-block;
}
.text ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #2467b7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.text ul li a:hover {
  color: #2467b7;
}
.text ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
.text ul li a:hover {
  color: #2467b7;
}
.text p > a:not(.btn), .text p strong a {
  color: #133762;
  position: relative;
  display: inline-block;
}
.text p > a:not(.btn):before, .text p strong a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #2467b7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.text p > a:not(.btn):hover, .text p strong a:hover {
  color: #2467b7;
}
.text p > a:not(.btn):hover:before, .text p strong a:hover:before {
  width: 100%;
  opacity: 1;
}
.text p > a:not(.btn):hover, .text p strong a:hover {
  color: #2467b7;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Poppins';
  height: 100%;
  line-height: 1.2;
  font-size: 12px;
  padding: 15px;
  text-align: center;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
  text-align: center;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-family: 'Proxima Nova';
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin: 5px 50px;
  position: relative;
  display: inline-block;
}
.main-menu > ul > li > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.main-menu > ul > li > a:hover {
  color: #fff;
}
.main-menu > ul > li > a:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1440px) {
  .main-menu > ul > li > a {
    margin: 5px 25px;
  }
}
@media (max-width: 1240px) {
  .main-menu > ul > li > a {
    margin: 5px 15px;
    font-size: 18px;
  }
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
  text-align: left;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #133762;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 9px 10px 5px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #0b1f37;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #0b1f37;
}
.main-menu .menu-item-has-children:hover > a {
  background: #133762;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 30px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #133762;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-burger {
    top: 28px;
  }
}
@media (max-width: 480px) {
  .menu-burger {
    top: 18px;
    right: 12px;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #133762;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #133762;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #133762;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 28px;
  margin: 10px 20px 10px 0;
}
.share-icons a:hover svg, .social-icons a:hover svg {
  color: #2467b7;
}
.share-icons a svg, .social-icons a svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: #000;
  height: 28px;
}
.selectric {
  height: 61px;
  width: 100%;
  background: #fff;
  font-family: 'Poppins';
  font-size: 14px;
  background: rgba(255, 255, 255, 0.31);
  border: 1px solid #fff;
  border-radius: 11px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 61px;
  height: 61px;
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
  margin: 0 40px 0 19px;
}
.selectric .button {
  line-height: 61px;
  height: 61px;
  width: 61px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #133762;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #02070d;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'Poppins';
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #133762;
  color: #fff !important;
}
.breadcrumb {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #000;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #2467b7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #2467b7;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin: 20px auto 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
  background: #133762;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    margin: 0 5px;
  }
}
.pagination svg {
  height: 10px;
}
.pagination .current {
  background: #2467b7;
}
.pagination a.page-numbers:hover {
  background: #2467b7;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #2467b7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #2467b7;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 30px 0;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 50px 0;
}
@media (max-width: 1240px) {
  header {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  header .right-header {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  header .right-header {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  header .right-header {
    padding-right: 45px;
  }
}
header .right-header .btn, header .right-header .post-navigation [rel="next"], .post-navigation header .right-header [rel="next"], header .right-header .post-navigation [rel="prev"], .post-navigation header .right-header [rel="prev"] {
  background: #fff;
  color: #133762;
  border-color: #fff;
}
@media (max-width: 480px) {
  header .right-header .btn, header .right-header .post-navigation [rel="next"], .post-navigation header .right-header [rel="next"], header .right-header .post-navigation [rel="prev"], .post-navigation header .right-header [rel="prev"] {
    min-width: auto;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
  }
}
header .right-header .btn:hover, header .right-header .post-navigation [rel="next"]:hover, .post-navigation header .right-header [rel="next"]:hover, header .right-header .post-navigation [rel="prev"]:hover, .post-navigation header .right-header [rel="prev"]:hover {
  color: #fff;
  background: #2467b7;
}
@media (max-width: 480px) {
  header .custom-logo-link {
    max-width: 48%;
  }
}
footer {
  background: #133762;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  footer {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0 20px;
  }
}
footer .top-footer {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
footer .top-footer .btn .fa, footer .top-footer .post-navigation [rel="next"] .fa, .post-navigation footer .top-footer [rel="next"] .fa, footer .top-footer .post-navigation [rel="prev"] .fa, .post-navigation footer .top-footer [rel="prev"] .fa {
  margin-right: 10px;
  font-size: 20px;
}
footer .bottom-footer {
  font-family: 'Proxima Nova';
  color: #fff;
}
@media (max-width: 768px) {
  footer .bottom-footer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer .link-footer {
    margin: 0 auto;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer .copy-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .bottom-footer a {
  color: #fff;
  position: relative;
  display: inline-block;
}
footer .bottom-footer a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .bottom-footer a:hover {
  color: #fff;
}
footer .bottom-footer a:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 768px) {
  footer .footer_menu {
    margin: 15px auto 5px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer_menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .footer_menu li {
  margin: 5px 30px;
}
@media (max-width: 1240px) {
  footer .footer_menu li {
    margin: 5px 15px;
  }
}
@media (max-width: 1024px) {
  footer .footer_menu li {
    margin: 5px 10px;
  }
}
footer .footer_menu a {
  font-family: 'Proxima Nova';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: inline-block;
}
footer .footer_menu a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .footer_menu a:hover {
  color: #fff;
}
footer .footer_menu a:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1240px) {
  footer .footer_menu a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  footer .top-footer-phone {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  footer .top-footer-phone {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer-logo {
    margin: 0 auto;
  }
}
.footer-logo, .custom-logo-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
.footer-logo:hover, .custom-logo-link:hover {
  opacity: 0.6;
}
.footer-logo img, .custom-logo-link img, .footer-logo svg, .custom-logo-link svg {
  max-width: 100%;
}
.footer-contact-block {
  background: #133762;
  padding: 70px 0;
  position: relative;
  display: none;
  min-height: 627px;
}
@media (max-width: 1024px) {
  .footer-contact-block {
    padding: 30px 0;
    min-height: auto;
  }
}
.footer-contact-block .footer-contact-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.footer-contact-block .footer-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-contact-block .footer-block-info {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  color: #fff;
}
@media (max-width: 1440px) {
  .footer-contact-block .footer-block-info {
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
  }
}
@media (max-width: 1024px) {
  .footer-contact-block .footer-block-info {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .footer-contact-block .footer-block-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.footer-contact-block .footer-block-info a {
  color: #fff;
}
.footer-contact-block .footer-block-info .footer-block-item .fa {
  margin-right: 20px;
  color: #00478c;
  width: 20px;
  display: inline-block;
  text-align: center;
  height: 20px;
  vertical-align: middle;
}
.footer-contact-block .footer-block-info .footer-block-item a {
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-contact-block .footer-block-info .footer-block-item a:hover {
  color: #00478c;
}
.footer-contact-block .footer-block-info .text {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .footer-contact-block .footer-block-info .text {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .footer-contact-block .footer-block-info .text {
    margin-bottom: 25px;
  }
}
.footer-contact-block .footer-block-info .text p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .footer-contact-block .footer-block-info .text p {
    line-height: 1.5;
  }
}
.footer-contact-block .footer-block-info .text a {
  position: relative;
  display: inline-block;
}
.footer-contact-block .footer-block-info .text a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.footer-contact-block .footer-block-info .text a:hover {
  color: #fff;
}
.footer-contact-block .footer-block-info .text a:hover:before {
  width: 100%;
  opacity: 1;
}
.footer-contact-block .footer-block-info .footer-block-location {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.footer-contact-block .footer-block-info .footer-block-location .fa {
  margin-top: 6px;
  font-size: 20px;
}
.footer-contact-block .footer-block-info .footer-block-phone .fa {
  font-size: 20px;
}
.footer-contact-block .footer-contact-block-form {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  padding-top: 25px;
}
@media (max-width: 1440px) {
  .footer-contact-block .footer-contact-block-form {
    -webkit-flex-basis: 53%;
    -moz-flex-basis: 53%;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .footer-contact-block .footer-contact-block-form {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .footer-contact-block .footer-contact-block-form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.footer-contact-block .footer-contact-block-form form .form-top {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.footer-contact-block .footer-contact-block-form form .form-top > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1240px) {
  .footer-contact-block .footer-contact-block-form form .form-top {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .footer-contact-block .footer-contact-block-form form .form-top > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 1024px) {
  .footer-contact-block .footer-contact-block-form form .form-top {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .footer-contact-block .footer-contact-block-form form .form-top > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.footer-contact-block .footer-contact-block-form form .wpcf7-form-control-wrap {
  margin-bottom: 20px !important;
}
.footer-contact-block .footer-contact-block-form form .form-bottom {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.footer-contact-block .footer-contact-block-form form .form-bottom > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .footer-contact-block .footer-contact-block-form form .form-bottom {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .footer-contact-block .footer-contact-block-form form .form-bottom > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.tpl-contact .footer-contact-block {
  display: block;
}
.left-right-block {
  position: relative;
  min-height: 793px;
  padding: 30px 0;
}
@media (max-width: 1440px) {
  .left-right-block {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .left-right-block {
    min-height: auto;
    padding: 0 0 30px;
  }
}
.left-right-block .left-image {
  position: absolute;
  margin-bottom: 0;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1024px) {
  .left-right-block .left-image {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
}
.left-right-block .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .left-right-block .left-image img {
    max-height: 500px;
  }
}
.left-right-block p {
  color: #383838;
}
.left-right-block .right-info-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.left-right-block .right-info {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1440px) {
  .left-right-block .right-info {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 1024px) {
  .left-right-block .right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-block .right-info .text {
  max-width: 588px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .left-right-block .right-info .text {
    max-width: none;
    margin: 0 auto;
  }
}
.left-right-block .right-info .text h3, .left-right-block .right-info .text .post .post-title, .post .left-right-block .right-info .text .post-title {
  line-height: 1.25;
}
.left-right-block .right-info .text p {
  color: #383838;
}
.left-right-block .right-info .text a {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .left-right-block .right-info .text a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .left-right-block .right-info .text a {
    font-size: 16px;
  }
}
.left-right-block.reverse .right-info-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.left-right-block.reverse .right-info-box .text {
  margin-left: 0;
  margin-right: auto;
}
.left-right-block.reverse .left-image {
  left: auto;
  right: 0;
}
.left-right-block-box .left-right-block:nth-child(even) .right-info-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.left-right-block-box .left-right-block:nth-child(even) .right-info-box .text {
  margin-left: 0;
  margin-right: auto;
}
.left-right-block-box .left-right-block:nth-child(even) .left-image {
  left: auto;
  right: 0;
}
.subscribe-block {
  position: relative;
  text-align: center;
}
.subscribe-block .subscribe-bg {
  position: absolute;
  margin-bottom: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: #133762;
}
.subscribe-block .subscribe-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.subscribe-block .subscribe-info-box {
  width: 954px;
  min-height: 366px;
  padding: 69px 0;
}
@media (max-width: 1024px) {
  .subscribe-block .subscribe-info-box {
    padding: 45px 0;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .subscribe-block .subscribe-info-box {
    padding: 35px 0;
  }
}
.subscribe-block .subscribe-info-box .text {
  color: #fff;
  margin: 0 auto;
}
.subscribe-block .subscribe-info-box .text form {
  max-width: 540px;
  position: relative;
  margin: 10px auto 0;
}
@media (max-width: 600px) {
  .subscribe-block .subscribe-info-box .text form {
    max-width: 88%;
  }
}
.subscribe-block .subscribe-info-box .text h3, .subscribe-block .subscribe-info-box .text .post .post-title, .post .subscribe-block .subscribe-info-box .text .post-title {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.subscribe-block .subscribe-info-box input[type="email"] {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 43px;
  height: 65px;
  padding: 0 170px 0 45px;
  font-size: 20px;
  color: #133762;
}
.subscribe-block .subscribe-info-box input[type="email"]::-webkit-input-placeholder {
  color: #133762;
  opacity: 1;
}
.subscribe-block .subscribe-info-box input[type="email"]:-moz-placeholder {
  color: #133762;
  opacity: 1;
}
.subscribe-block .subscribe-info-box input[type="email"]::-moz-placeholder {
  color: #133762;
  opacity: 1;
}
.subscribe-block .subscribe-info-box input[type="email"]:-ms-input-placeholder {
  color: #133762;
  opacity: 1;
}
@media (max-width: 768px) {
  .subscribe-block .subscribe-info-box input[type="email"] {
    height: 45px;
    font-size: 16px;
    padding: 0 125px 0 20px;
  }
}
.subscribe-block .subscribe-info-box div.wpcf7 .wpcf7-not-valid-tip {
  border-radius: 43px;
  text-align: left;
  line-height: 65px;
  padding: 0 25px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .subscribe-block .subscribe-info-box div.wpcf7 .wpcf7-not-valid-tip {
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .subscribe-block .subscribe-info-box div.wpcf7 .wpcf7-not-valid-tip {
    padding: 0 12px;
  }
}
.subscribe-block .subscribe-info-box .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.subscribe-block .subscribe-info-box .btn-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials-block {
  padding: 70px 0;
  background: #f7f7f7;
}
@media (max-width: 1024px) {
  .testimonials-block {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .testimonials-block {
    padding: 30px 0;
  }
}
.testimonials-block .testimonials-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-items-box {
    width: 1024px;
    max-width: 94%;
    margin: 0 auto;
  }
}
.testimonials-block .testimonials-items {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.testimonials-block .testimonials-items > * {
  width: 33.3333333333%;
  margin: 0 0% 0em;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-items {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .testimonials-block .testimonials-items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-items {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .testimonials-block .testimonials-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.testimonials-block .testimonials-items .testimonials-item {
  margin-bottom: 10px;
  padding: 10px 51px 10px 48px;
}
@media (max-width: 1700px) {
  .testimonials-block .testimonials-items .testimonials-item {
    padding: 10px 20px;
  }
}
@media (max-width: 1440px) {
  .testimonials-block .testimonials-items .testimonials-item {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-items .testimonials-item {
    padding: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-items .testimonials-item {
    padding: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-items .testimonials-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .testimonials-item {
    text-align: center;
  }
}
.testimonials-item .testimonials-item-top {
  margin-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .testimonials-item .testimonials-item-top {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .testimonials-item .testimonials-item-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.testimonials-item .testimonials-item-top h5, .testimonials-item .testimonials-item-top .services-page .info .post-title, .services-page .info .testimonials-item .testimonials-item-top .post-title {
  color: #333;
  text-transform: capitalize;
}
.testimonials-item .testimonials-item-top h6 {
  color: #133762;
}
.testimonials-item .testimonials-item-top .testimonials-item-top-left {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 480px) {
  .testimonials-item .testimonials-item-top .testimonials-item-top-left {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.testimonials-item .testimonials-item-top .testimonials-item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .testimonials-item .testimonials-item-top .testimonials-item-title {
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.testimonials-item .testimonials-item-top .testimonials-item-title h5, .testimonials-item .testimonials-item-top .testimonials-item-title .services-page .info .post-title, .services-page .info .testimonials-item .testimonials-item-top .testimonials-item-title .post-title {
  line-height: 1.2;
}
.testimonials-item .testimonials-item-top .testimonials-item-date {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
}
@media (max-width: 480px) {
  .testimonials-item .testimonials-item-top .testimonials-item-date {
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.testimonials-item .testimonials-item-top .testimonials-item-date span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1240px) {
  .testimonials-item .testimonials-item-top .testimonials-item-date span {
    font-size: 15px;
  }
}
.testimonials-item .testimonials-item-top .testimonials-item-image {
  border: 2px solid #133762;
  padding: 8px;
  width: 124px;
  height: 124px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 35px;
}
@media (max-width: 1700px) {
  .testimonials-item .testimonials-item-top .testimonials-item-image {
    margin-right: 25px;
  }
}
@media (max-width: 1440px) {
  .testimonials-item .testimonials-item-top .testimonials-item-image {
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .testimonials-item .testimonials-item-top .testimonials-item-image {
    width: 124px;
    height: 124px;
  }
}
@media (max-width: 768px) {
  .testimonials-item .testimonials-item-top .testimonials-item-image {
    padding: 5px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .testimonials-item .testimonials-item-top .testimonials-item-image {
    margin: 0 auto 15px;
  }
}
.testimonials-item .testimonials-item-top .testimonials-item-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.top-block {
  position: relative;
  overflow: hidden;
}
.top-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(160.44deg, rgba(0, 0, 0, 0.2) 12.54%, rgba(0, 0, 0, 0) 31.55%);
}
@media (max-width: 1024px) {
  .top-block:before {
    background: linear-gradient(252.79deg, rgba(0, 0, 0, 0.2) 43.51%, rgba(0, 0, 0, 0) 60.18%), linear-gradient(168.61deg, rgba(0, 0, 0, 0.09) 18.92%, rgba(0, 0, 0, 0) 35.58%), rgba(0, 0, 0, 0.2);
  }
}
.top-block .container {
  min-height: 955px;
  padding: 200px 0;
  z-index: 2;
}
@media (max-width: 1440px) {
  .top-block .container {
    min-height: 900px;
    padding: 170px 0 100px;
  }
}
@media (max-width: 1240px) {
  .top-block .container {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .top-block .container {
    padding: 140px 0 60px;
  }
}
@media (max-width: 768px) {
  .top-block .container {
    padding: 100px 0 40px;
  }
}
.top-block .top-image-bg {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.top-block .top-image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .top-info {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  color: #fff;
}
@media (max-width: 1440px) {
  .top-block .top-info {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 1024px) {
  .top-block .top-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-block .top-info h1, .top-block .top-info h2, .top-block .top-info h3, .top-block .top-info .post .post-title, .post .top-block .top-info .post-title, .top-block .top-info h4, .top-block .top-info h5, .top-block .top-info .services-page .info .post-title, .services-page .info .top-block .top-info .post-title, .top-block .top-info h6 {
  color: #fff;
  text-transform: capitalize;
}
.top-block .top-info .text {
  max-width: 490px;
}
@media (max-width: 1024px) {
  .top-block .top-info .text {
    max-width: none;
    text-align: center;
  }
}
.top-block .top-info .text p {
  color: #fff f;
  font-size: 22px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .top-block .top-info .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top-block .top-info .text p {
    font-size: 16px;
  }
}
.top-block .top-info h1, .top-block .top-info h2 {
  line-height: 1.2;
}
.page-home .top-block .container {
  min-height: 1100px;
}
@media (max-width: 1440px) {
  .page-home .top-block .container {
    min-height: 955px;
  }
}
@media (max-width: 1240px) {
  .page-home .top-block .container {
    min-height: auto;
  }
}
.page-home .top-block .top-info .text {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .page-home .top-block .top-info .text {
    max-width: none;
    text-align: center;
  }
}
.testimonials-block-page .testimonials-items {
  position: relative;
  column-count: 2;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  column-gap: 0;
  width: 1700px;
}
@media (max-width: 1024px) {
  .testimonials-block-page .testimonials-items {
    column-count: 1;
  }
}
.testimonials-block-page .testimonials-items:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  left: 50%;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .testimonials-block-page .testimonials-items:before {
    display: none;
  }
}
.testimonials-block-page .testimonials-items .testimonials-item {
  padding: 80px 131px 100px;
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 1440px) {
  .testimonials-block-page .testimonials-items .testimonials-item {
    padding: 40px 70px 50px;
  }
}
@media (max-width: 1240px) {
  .testimonials-block-page .testimonials-items .testimonials-item {
    padding: 30px 40px 30px;
  }
}
@media (max-width: 1024px) {
  .testimonials-block-page .testimonials-items .testimonials-item {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .testimonials-block-page .testimonials-items .testimonials-item {
    padding: 30px 15px;
  }
}
.testimonials-block-page .testimonials-items .testimonials-item:last-child {
  border-bottom: none;
}
.tpl-about .left-right-block.reverse {
  position: relative;
}
.tpl-about .left-right-block.reverse .left-right-block-svg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.about-background-block {
  position: relative;
  min-height: 700px;
  color: #fff;
  padding: 50px 0;
}
@media (max-width: 1240px) {
  .about-background-block {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .about-background-block {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .about-background-block {
    padding: 30px 0;
  }
}
.about-background-block .background-image {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.about-background-block .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-background-block:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  background: linear-gradient(90deg, rgba(2, 45, 88, 0.91) 0%, rgba(2, 45, 88, 0) 64.03%);
}
@media (max-width: 1240px) {
  .about-background-block:before {
    background: linear-gradient(90deg, rgba(2, 45, 88, 0.91) 0%, rgba(2, 45, 88, .2) 95.03%);
  }
}
.about-background-block .background-info-box .text {
  max-width: 705px;
}
.left-right-full-block {
  position: relative;
}
.left-right-full-block .svg-full-block {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.left-right-full-block .svg-full-bottom {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.left-right-full-block p {
  color: #383838;
}
.left-right-full-block .bottom-info {
  padding: 88px 0;
}
@media (max-width: 1240px) {
  .left-right-full-block .bottom-info {
    padding: 45px 0;
  }
}
@media (max-width: 1024px) {
  .left-right-full-block .bottom-info {
    padding: 10px 0 35px;
  }
}
@media (max-width: 768px) {
  .left-right-full-block .bottom-info {
    padding: 5px 0 25px;
  }
}
.left-right-full-block .bottom-info .text {
  max-width: 960px;
  margin: 0 auto;
}
.map-block {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.map-block img {
  width: 100%;
  height: 729px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .map-block img {
    height: 600px;
  }
}
@media (max-width: 1240px) {
  .map-block img {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .map-block img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .map-block img {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .map-block img {
    height: 300px;
  }
}
.address-info-block {
  border-top: 1px solid #dbdbdb;
  position: relative;
  overflow: hidden;
}
.address-info-block h5, .address-info-block .services-page .info .post-title, .services-page .info .address-info-block .post-title {
  margin-bottom: 16px;
}
.address-info-block .container {
  position: static;
}
@media (max-width: 1024px) {
  .address-info-block .container {
    max-width: 100%;
  }
}
.address-info-block .address-item {
  padding: 80px 65px;
  border-right: 1px solid #dbdbdb;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
@media (max-width: 1440px) {
  .address-info-block .address-item {
    padding: 40px 30px;
  }
}
@media (max-width: 1240px) {
  .address-info-block .address-item {
    padding: 30px 15px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .address-info-block .address-item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 30px 15px 20px;
  }
}
@media (max-width: 768px) {
  .address-info-block .address-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-right: none;
  }
}
@media (max-width: 1024px) {
  .address-info-block .address-item:nth-child(2) {
    border-right: none;
  }
}
.address-info-block .address-item .fa {
  margin-right: 20px;
  color: #00478c;
  width: 20px;
  display: inline-block;
  text-align: center;
  height: 27px;
  vertical-align: middle;
}
@media (max-width: 1240px) {
  .address-info-block .address-item .fa {
    font-size: 16px;
    height: 18px;
    margin-right: 15px;
  }
}
.address-info-block .address-item a {
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  .address-info-block .address-item a {
    font-size: 16px;
  }
}
.address-info-block .address-item a:hover {
  color: #00478c;
}
.address-info-block .address-item .address-location {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.address-info-block .address-item .address-location .fa {
  margin-top: 6px;
  font-size: 25px;
  margin-right: 28px;
}
@media (max-width: 1240px) {
  .address-info-block .address-item .address-location .fa {
    margin-right: 15px;
    font-size: 20px;
    margin-top: 3px;
  }
}
.address-info-block .address-item .address-location .fa:before {
  margin-left: 3px;
}
.address-info-block .address-item .address-phone .fa {
  font-size: 25px;
}
@media (max-width: 1240px) {
  .address-info-block .address-item .address-phone .fa {
    font-size: 20px;
  }
}
.address-info-block .address-item:last-child {
  border-right: none;
}
.address-info-block .address-item-sub {
  background: #133762;
  padding-right: 0;
  -webkit-flex-basis: 34%;
  -moz-flex-basis: 34%;
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
}
@media (max-width: 1024px) {
  .address-info-block .address-item-sub {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
  }
}
.address-info-block .address-item-sub .text {
  color: #fff;
  position: relative;
  z-index: 2;
}
.address-info-block .address-item-sub .text form {
  max-width: 540px;
  position: relative;
  margin: 10px auto 0;
}
@media (max-width: 600px) {
  .address-info-block .address-item-sub .text form {
    max-width: 88%;
  }
}
.address-info-block .address-item-sub .text h3, .address-info-block .address-item-sub .text .post .post-title, .post .address-info-block .address-item-sub .text .post-title {
  margin-bottom: 5px;
}
.address-info-block .address-item-sub input[type="email"] {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 43px;
  height: 65px;
  padding: 0 170px 0 45px;
  font-size: 20px;
  color: #007efc;
}
.address-info-block .address-item-sub input[type="email"]::-webkit-input-placeholder {
  color: #007efc;
  opacity: 1;
}
.address-info-block .address-item-sub input[type="email"]:-moz-placeholder {
  color: #007efc;
  opacity: 1;
}
.address-info-block .address-item-sub input[type="email"]::-moz-placeholder {
  color: #007efc;
  opacity: 1;
}
.address-info-block .address-item-sub input[type="email"]:-ms-input-placeholder {
  color: #007efc;
  opacity: 1;
}
@media (max-width: 1240px) {
  .address-info-block .address-item-sub input[type="email"] {
    padding: 0 170px 0 25px;
  }
}
@media (max-width: 768px) {
  .address-info-block .address-item-sub input[type="email"] {
    height: 45px;
    font-size: 16px;
    padding: 0 125px 0 20px;
  }
}
.address-info-block .address-item-sub div.wpcf7 .wpcf7-not-valid-tip {
  border-radius: 43px;
  text-align: left;
  line-height: 65px;
  padding: 0 25px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .address-info-block .address-item-sub div.wpcf7 .wpcf7-not-valid-tip {
    line-height: 45px;
  }
}
.address-info-block .address-item-sub .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.address-info-block .address-item-sub .btn-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.address-info-block .subscribe-image-box {
  position: absolute;
  width: auto;
  top: 0;
  z-index: 0;
  height: 100%;
  background: #133762;
}
@media (max-width: 1024px) {
  .address-info-block .subscribe-image-box {
    width: 100%;
  }
}
.address-info-block .subscribe-image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.services-page .archive-bottom-info {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .services-page .archive-bottom-info {
    padding-bottom: 30px;
    text-align: center;
  }
}
.services-page .services-posts {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.services-page .services-posts > * {
  width: 48.5%;
  margin: 0 0.75% 1.125em;
}
@media (max-width: 1024px) {
  .services-page .services-posts {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-page .services-posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.services-page .services-post {
  position: relative;
  margin-bottom: 62px;
}
@media (max-width: 1024px) {
  .services-page .services-post {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .services-page .services-post:last-child {
    margin-bottom: 10px;
  }
}
.services-page .services-post:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: url("../img/services-1.svg") no-repeat;
}
@media (max-width: 768px) {
  .services-page .services-post:before {
    width: 110%;
  }
}
.services-page .thumb {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 480px) {
  .services-page .thumb {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.services-page .thumb:hover {
  opacity: 0.7;
}
.services-page .thumb img {
  width: 100%;
  height: 100%;
  min-height: 406px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .services-page .thumb img {
    min-height: auto;
  }
}
.services-page .info {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  padding: 100px 0 45px;
  position: relative;
}
@media (max-width: 768px) {
  .services-page .info {
    padding: 45px 0;
  }
}
@media (max-width: 480px) {
  .services-page .info {
    padding: 20px 0 35px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.services-page .info .post-title {
  display: inline-block;
  margin-bottom: 8px;
}
.services-page .info .post-title a {
  color: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services-page .info .post-title a:hover {
  color: #133762;
}
.services-page .info .more-block {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  width: 100%;
}
.services-page .info .more-block:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #133762;
  left: 0;
  z-index: 0;
  width: 100%;
}
.services-page .info .more-block .more {
  background: #fff;
  padding-left: 34px;
  position: relative;
  z-index: 1;
  color: #133762;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .services-page .info .more-block .more {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .services-page .info .more-block .more {
    font-size: 16px;
    padding-left: 25px;
  }
}
.services-page .info .more-block .more:hover {
  color: #00478c;
}
.top-block-space {
  padding: 160px 0 0;
}
@media (max-width: 1024px) {
  .top-block-space {
    padding: 100px 0 0;
  }
}
.space-bottom {
  padding: 0 0 160px;
}
@media (max-width: 1024px) {
  .space-bottom {
    padding: 0 0 80px;
  }
}
@media (max-width: 768px) {
  .space-bottom {
    padding: 0 0 45px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding: 0 0 30px;
  }
}
.space-bottom.small {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .space-bottom.small {
    padding: 0 0 45px;
  }
}
@media (max-width: 480px) {
  .space-bottom.small {
    padding: 0 0 30px;
  }
}
.top-section {
  min-height: 500px;
  padding: 200px 0 40px;
  position: relative;
  margin-bottom: 50px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .top-section {
    padding: 140px 0 40px;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .top-section {
    margin-bottom: 30px;
    padding: 100px 0 40px;
    min-height: auto;
  }
  .top-section br {
    display: none;
  }
}
.top-section .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
}
.top-section .image:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(252.79deg, rgba(0, 0, 0, 0.2) 43.51%, rgba(0, 0, 0, 0) 60.18%), linear-gradient(168.61deg, rgba(0, 0, 0, 0.09) 18.92%, rgba(0, 0, 0, 0) 35.58%), rgba(0, 0, 0, 0.2);
}
.top-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-section .container {
  width: 960px;
}
.top-section .top-info {
  text-align: center;
  color: #fff;
}
.top-section .top-info h1 {
  text-transform: capitalize;
  color: #fff;
}
.page-home .top-block h1 {
  font-size: 90px;
  text-transform: none;
}
@media (max-width: 1600px) {
  .page-home .top-block h1 {
    font-size: 65px;
  }
}
@media (max-width: 1440px) {
  .page-home .top-block h1 {
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  .page-home .top-block h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-home .top-block h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .page-home .top-block h1 {
    font-size: 34px;
  }
}
.our-clients-block {
  background: #f7f7f7;
}
.our-clients-block .container {
  width: 1700px;
}
.our-clients-block .our-clients-title {
  text-align: center;
}
.our-clients-block .our-clients-title h4 {
  margin-bottom: 70px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .our-clients-block .our-clients-title h4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .our-clients-block .our-clients-title h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .our-clients-block .our-clients-title h4 {
    margin-bottom: 20px;
  }
}
.our-clients-block .our-clients-items {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.our-clients-block .our-clients-items > * {
  width: 14.6666666667%;
  margin: 0 1% 1.1666666667em;
}
@media (max-width: 1440px) {
  .our-clients-block .our-clients-items {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .our-clients-block .our-clients-items > * {
    width: 18%;
    margin: 0 1% 1.2em;
  }
}
@media (max-width: 1240px) {
  .our-clients-block .our-clients-items {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .our-clients-block .our-clients-items > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 1024px) {
  .our-clients-block .our-clients-items {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .our-clients-block .our-clients-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .our-clients-block .our-clients-items {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .our-clients-block .our-clients-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .our-clients-block .our-clients-items {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .our-clients-block .our-clients-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.our-clients-block .our-clients-items .our-clients-item {
  text-align: center;
}
@media (max-width: 480px) {
  .our-clients-block .our-clients-items .our-clients-item:last-child {
    margin-bottom: 0;
  }
}
.our-clients-block .our-clients-items .our-clients-item .our-clients-logo {
  margin: 0 auto 5px;
  max-width: 200px;
  height: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .our-clients-block .our-clients-items .our-clients-item .our-clients-logo {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .our-clients-block .our-clients-items .our-clients-item .our-clients-logo {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .our-clients-block .our-clients-items .our-clients-item .our-clients-logo {
    height: auto;
    margin-bottom: 15px;
  }
}
.our-clients-block .our-clients-items .our-clients-item img, .our-clients-block .our-clients-items .our-clients-item svg {
  object-fit: contain;
  margin: 0 auto;
}
.our-clients-block .our-clients-items .our-clients-item .clients-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #606060;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .our-clients-block .our-clients-items .our-clients-item .clients-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .our-clients-block .our-clients-items .our-clients-item .clients-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .our-clients-block .our-clients-items .our-clients-item .clients-title {
    font-size: 18px;
  }
}
