* {
  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;
}
figure {
  margin-bottom: 0;
}
.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 {
  overflow-y: scroll;
  scrollbar-color: #0F7998 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #0F7998;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #0d6781;
}
::-webkit-scrollbar-thumb:active {
  background: #0d6781;
}
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: 20px;
  line-height: 1.625;
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
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;
}
label {
  color: inherit;
  display: block;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
  height: 56px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  padding: 0 30px;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  letter-spacing: 0.03em;
  border-radius: 5px;
}
@media (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
    height: 45px;
  }
}
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, select:focus {
  border-color: white;
}
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, select::-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, select:-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, select::-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, select:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
select option {
  color: #000;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 30px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1.5;
  padding: 16px 48px;
  font-size: 19px;
  background: #003A51;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  font-family: "Poppins";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.btn.transparent, .post-navigation .transparent[rel="next"], .post-navigation .transparent[rel="prev"], .submit.transparent {
  background: rgba(0, 58, 81, 0.29);
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #24bde9;
}
h1, h2 {
  font-weight: 600;
  font-size: 68px;
  line-height: 1.03;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
h3 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h4 {
  font-size: 36px;
  line-height: 1.66;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
h5 {
  font-size: 25px;
  line-height: 1.36;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
h6 {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
}
@media (max-width: 1024px) {
  .text ul li {
    padding-left: 20px;
  }
}
.text ul li:before {
  content: "";
  background: #0F7998;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media (max-width: 1024px) {
  .text ul li:before {
    top: 7px;
  }
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #24bde9;
}
.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: 18px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Poppins";
  height: 100%;
  line-height: 56px;
  padding: 0 23px;
  text-align: left;
}
@media (max-width: 768px) {
  div.wpcf7 .wpcf7-not-valid-tip {
    line-height: 45px;
  }
}
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;
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
  text-align: left;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: inherit;
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}
.main-menu > ul > li > a:hover {
  background: #0F7998;
  color: #fff;
}
.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;
}
.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: #0F7998;
  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;
  display: block;
  padding: 10px 30px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 10px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #0a546a;
}
.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: #0a546a;
}
.main-menu .menu-item-has-children:hover > a {
  background: #0F7998;
  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: 11px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #0F7998;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.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: #0F7998;
  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;
}
@media (max-width: 1024px) {
  .search-box {
    margin-right: 50px;
  }
}
.search-box svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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: #24bde9;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 18px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 480px) {
  .search-box input[type="text"] {
    width: 240px;
  }
}
.search-box .search-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .search-box .search-btn {
    width: 40px;
    height: 40px;
  }
}
.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;
  content: "x";
  font-size: 24px;
  opacity: 0;
  color: #000;
}
.search-box .search-btn 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;
}
.search-box .search-btn:hover svg {
  color: #24bde9;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #24bde9;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.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: 14px;
  margin: 6px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 14px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #0F7998;
  background: 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 .label {
  line-height: 56px;
  height: 56px;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 56px;
  height: 56px;
  width: 56px;
  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: 6px 4px 0 4px;
  border-color: #0F7998 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: #062f3b;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #062f3b;
}
.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;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #0F7998;
}
.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: #24bde9;
  -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: #24bde9;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 0;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
  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;
  position: relative;
  z-index: 0;
}
.pagination .nav-links::before, .pagination .nav-links::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #DADADA;
}
@media (max-width: 480px) {
  .pagination .nav-links::before, .pagination .nav-links::after {
    display: none;
  }
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #898989;
  background: transparent;
  color: #898989;
  margin: 10px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    margin: 6px;
  }
}
@media (max-width: 480px) {
  .pagination .page-numbers {
    width: 35px;
    height: 35px;
    margin: 5px;
    font-size: 14px;
  }
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  color: #0F7998;
  border-color: #0F7998;
}
.pagination a.page-numbers:hover {
  background: #24bde9;
  color: #fff;
  border-color: #24bde9;
}
.pagination .prev, .pagination .next {
  position: relative;
  width: 50px;
  height: 50px;
  background: #003A51;
  z-index: 0;
  margin: 10px 40px;
}
@media (max-width: 768px) {
  .pagination .prev, .pagination .next {
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .pagination .prev, .pagination .next {
    width: 35px;
    height: 35px;
    margin: 5px;
  }
}
.pagination .prev svg, .pagination .next svg {
  display: none;
}
.pagination .prev::before, .pagination .next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination .next::before {
  left: 47%;
  -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);
}
.pagination .prev::before {
  left: 53%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-135deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-135deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-135deg);
  -o-transform: translate(-50%, -50%) rotateZ(-135deg);
  transform: translate(-50%, -50%) rotateZ(-135deg);
}
.posts-title {
  margin-bottom: 55px;
}
@media (max-width: 1366px) {
  .posts-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .posts-title {
    margin-bottom: 15px;
  }
}
.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.5%;
  width: 103%;
}
.posts > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 1024px) {
  .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%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .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.5%;
    width: 101%;
  }
  .posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.post {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .post {
    margin-bottom: 20px;
  }
}
.post .thumb {
  display: block;
  aspect-ratio: 1.45;
  overflow: hidden;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  padding: 20px 20px 35px;
}
@media (max-width: 768px) {
  .post .info {
    padding: 10px 15px;
  }
}
.post time {
  display: inline-block;
  background: #0F7998;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 1px 20px;
}
.post .post-title {
  color: #222;
}
.post .post-title a {
  color: inherit;
}
.post .post-title a:hover {
  color: #24bde9;
}
.post p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.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;
}
.single-wrapper .thumbnail, .single-cs-wrapper .thumbnail {
  overflow: hidden;
  border-radius: 5px 5px 5px 0;
  aspect-ratio: 2;
}
.single-wrapper .thumbnail img, .single-cs-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-wrapper .post-title, .single-cs-wrapper .post-title {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .single-wrapper .post-title, .single-cs-wrapper .post-title {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .single-wrapper .post-title, .single-cs-wrapper .post-title {
    margin-top: 25px;
  }
}
.single-wrapper .cat-name, .single-wrapper time, .single-cs-wrapper .cat-name, .single-cs-wrapper time {
  display: inline-block;
  background: #0F7998;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 1px 20px;
}
.single-wrapper .cat-name span::after, .single-wrapper time span::after, .single-cs-wrapper .cat-name span::after, .single-cs-wrapper time span::after {
  content: ", ";
}
.single-wrapper .cat-name span:last-child::after, .single-wrapper time span:last-child::after, .single-cs-wrapper .cat-name span:last-child::after, .single-cs-wrapper time span:last-child::after {
  display: none;
}
.single-wrapper .location, .single-cs-wrapper .location {
  font-size: 16px;
  line-height: 1.8;
  padding: 1px 20px;
  color: #727272;
  display: inline-block;
}
.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;
}
.grid-2 {
  -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%;
}
.grid-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .grid-2 {
    -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%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-2 > * {
  margin-bottom: 0;
}
.grid-3 {
  -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%;
}
.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .grid-3 {
    -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%;
  }
  .grid-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-3 > * {
  margin-bottom: 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: 25px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.page-education-services .bottom-form {
  display: none;
}
.page-education-services .content {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .page-education-services .content {
    margin-bottom: 30px;
  }
}
.page-education-services .content .wrap {
  width: 1110px;
}
.services-block-box {
  margin-bottom: 30px;
}
.services-block-box .services-block-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.1%;
  width: 102.2%;
}
.services-block-box .services-block-items > * {
  width: 47.8%;
  margin: 0 1.1% 1.65em;
}
@media (max-width: 768px) {
  .services-block-box .services-block-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%;
  }
  .services-block-box .services-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.services-block-box .services-block-item {
  background: #FFFFFF;
  border: 0.946789px solid #EFEFEF;
  border-radius: 6.62752px;
  padding: 30px 60px 35px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .services-block-box .services-block-item {
    padding: 30px 30px 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .services-block-box .services-block-item {
    padding: 30px 20px 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .services-block-box .services-block-item:last-child {
    margin-bottom: 0;
  }
}
.services-block-box .services-block-item .services-block-item-icon {
  height: 78px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.services-block-box .services-block-item .services-block-item-icon:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 72px;
  height: 72px;
  top: -7px;
  left: 35%;
  background: rgba(15, 121, 152, 0.1);
  border-radius: 10px;
}
.services-block-box .services-block-item .services-block-item-icon img {
  object-fit: contain;
}
.demographics-block-box .demographics-block-items-links-box {
  margin: 0 auto 55px;
  text-align: center;
}
@media (max-width: 1024px) {
  .demographics-block-box .demographics-block-items-links-box {
    margin: 0 auto 45px;
  }
}
@media (max-width: 768px) {
  .demographics-block-box .demographics-block-items-links-box {
    margin: 0 auto 35px;
  }
}
.demographics-block-box .demographics-block-items-links {
  border-radius: 5px;
  border: 1px solid #CACACA;
  display: inline-block;
}
.demographics-block-box .demographics-block-items-links .demographics-block-items-link {
  display: inline-block;
  padding: 11px 31px;
  border-radius: 5px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 171%;
  text-align: center;
  color: #003A51;
  -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) {
  .demographics-block-box .demographics-block-items-links .demographics-block-items-link {
    padding: 11px 20px;
  }
}
@media (max-width: 768px) {
  .demographics-block-box .demographics-block-items-links .demographics-block-items-link {
    padding: 11px 15px;
  }
}
.demographics-block-box .demographics-block-items-links .demographics-block-items-link:hover, .demographics-block-box .demographics-block-items-links .demographics-block-items-link.active {
  background: #003A51;
  color: #fff;
}
.demographics-block-box .demographics-block-items .demographics-block-item {
  padding-bottom: 30px;
  margin-bottom: 100px;
  border-bottom: 1px solid #0F7998;
}
@media (max-width: 1024px) {
  .demographics-block-box .demographics-block-items .demographics-block-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .demographics-block-box .demographics-block-items .demographics-block-item {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.demographics-block-box .info-box {
  -webkit-flex-basis: 45.5%;
  -moz-flex-basis: 45.5%;
  -ms-flex-preferred-size: 45.5%;
  flex-basis: 45.5%;
}
@media (max-width: 1024px) {
  .demographics-block-box .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .demographics-block-box .info-box {
    margin-bottom: 20px;
  }
}
.demographics-block-box .info-box .text ul li {
  padding-left: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .demographics-block-box .info-box .text ul li {
    padding-left: 25px;
  }
}
.demographics-block-box .info-box .text ul li:last-child {
  margin-bottom: 0;
}
.demographics-block-box .info-box .text ul li:before {
  width: 9px;
  height: 9px;
  background: transparent;
  border-radius: 50%;
  top: 7px;
  border: 1px solid #0F7998;
}
@media (max-width: 1024px) {
  .demographics-block-box .info-box .text ul li:before {
    top: 5px;
  }
}
.demographics-block-box .demographics-block-item-image {
  -webkit-flex-basis: 45.5%;
  -moz-flex-basis: 45.5%;
  -ms-flex-preferred-size: 45.5%;
  flex-basis: 45.5%;
  line-height: 0;
  display: block;
}
@media (max-width: 1024px) {
  .demographics-block-box .demographics-block-item-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.demographics-block-box .demographics-block-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demographics-block-box a.demographics-block-item-image {
  -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;
  position: relative;
}
.demographics-block-box a.demographics-block-item-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .demographics-block-box a.demographics-block-item-image svg {
    width: 55px;
    height: 39px;
  }
}
.demographics-block-box a.demographics-block-item-image:before {
  z-index: 1;
  background: transparent;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -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;
}
.demographics-block-box a.demographics-block-item-image:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.demographics-block-box .demographics-block-items-box.grid-4 {
  -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%;
  margin-top: 30px;
}
.demographics-block-box .demographics-block-items-box.grid-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .demographics-block-box .demographics-block-items-box.grid-4 {
    -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%;
    margin-top: 20px;
  }
  .demographics-block-box .demographics-block-items-box.grid-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .demographics-block-box .demographics-block-items-box.grid-4 {
    -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%;
    margin-top: 20px;
  }
  .demographics-block-box .demographics-block-items-box.grid-4 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.demographics-block-box .demographics-block-items-box.grid-3 {
  -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%;
  margin-top: 30px;
}
.demographics-block-box .demographics-block-items-box.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .demographics-block-box .demographics-block-items-box.grid-3 {
    -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%;
    margin-top: 20px;
  }
  .demographics-block-box .demographics-block-items-box.grid-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .demographics-block-box .demographics-block-items-box.grid-3 {
    -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%;
    margin-top: 20px;
  }
  .demographics-block-box .demographics-block-items-box.grid-3 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.demographics-block-box .demographics-block-items-box .demographics-block-item-box {
  padding: 30px 22px 25px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 1024px) {
  .demographics-block-box .demographics-block-items-box .demographics-block-item-box {
    padding: 30px 15px 20px;
  }
}
@media (max-width: 768px) {
  .demographics-block-box .demographics-block-items-box .demographics-block-item-box {
    padding: 25px 12px 20px;
  }
}
.demographics-block-box .demographics-block-items-box .demographics-block-item-box-title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 162%;
  color: #000000;
  margin-bottom: 8px;
}
.demographics-video-block .demographics-video-block-title {
  margin: 0 auto 45px;
  text-align: center;
}
@media (max-width: 1024px) {
  .demographics-video-block .demographics-video-block-title {
    margin: 0 auto 35px;
  }
}
@media (max-width: 768px) {
  .demographics-video-block .demographics-video-block-title {
    margin: 0 auto 25px;
  }
}
.demographics-video-block .demographics-video-block-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%;
}
.demographics-video-block .demographics-video-block-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .demographics-video-block .demographics-video-block-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%;
  }
  .demographics-video-block .demographics-video-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.demographics-video-block .demographics-video-block-item {
  -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;
  position: relative;
  line-height: 0;
  display: block;
}
.demographics-video-block .demographics-video-block-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demographics-video-block .demographics-video-block-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .demographics-video-block .demographics-video-block-item svg {
    width: 55px;
    height: 39px;
  }
}
.demographics-video-block .demographics-video-block-item:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -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;
}
.demographics-video-block .demographics-video-block-item:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 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;
  z-index: 100;
  color: #fff;
  padding: 30px 0;
}
@media (max-width: 1366px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 5px 0;
  }
}
header .logo {
  -webkit-flex-basis: 207px;
  -moz-flex-basis: 207px;
  -ms-flex-preferred-size: 207px;
  flex-basis: 207px;
  margin-right: 20px;
}
@media (max-width: 1366px) {
  header .logo {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 10px;
  }
}
header .logo:hover {
  opacity: 0.7;
}
header .black-logo {
  display: none;
}
header.sticky {
  background: rgba(0, 0, 0, 0.7);
}
.blog .main, .single-post .main, .search .main, .tpl-contact .main {
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .blog .main, .single-post .main, .search .main, .tpl-contact .main {
    padding-top: 30px;
  }
}
.blog header:not(.sticky), .single-post header:not(.sticky), .search header:not(.sticky), .tpl-contact header:not(.sticky) {
  color: #222;
}
.blog header:not(.sticky) .black-logo, .single-post header:not(.sticky) .black-logo, .search header:not(.sticky) .black-logo, .tpl-contact header:not(.sticky) .black-logo {
  display: block;
}
.blog header:not(.sticky) .white-logo, .single-post header:not(.sticky) .white-logo, .search header:not(.sticky) .white-logo, .tpl-contact header:not(.sticky) .white-logo {
  display: none;
}
.blog header:not(.sticky) .search-box .search-btn, .single-post header:not(.sticky) .search-box .search-btn, .search header:not(.sticky) .search-box .search-btn, .tpl-contact header:not(.sticky) .search-box .search-btn {
  color: #535353;
  background: rgba(34, 34, 34, 0.08);
  border: 1px solid rgba(34, 34, 34, 0.48);
}
.blog header:not(.sticky) .search-box .search-btn.close, .single-post header:not(.sticky) .search-box .search-btn.close, .search header:not(.sticky) .search-box .search-btn.close, .tpl-contact header:not(.sticky) .search-box .search-btn.close {
  background: transparent;
  border-color: transparent;
}
.top-block {
  position: relative;
  z-index: 0;
  text-align: center;
  color: #fff;
  min-height: 680px;
  padding: 120px 0;
}
@media (max-width: 1366px) {
  .top-block {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .top-block {
    min-height: auto;
    padding: 100px 0;
  }
}
.top-block .image, .top-block .video {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
.top-block .image img, .top-block .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}
.top-block .image video, .top-block .video video {
  opacity: 0.75;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-block h1, .top-block h2, .top-block h3, .top-block h4, .top-block h5, .top-block h6 {
  color: inherit;
}
.top-block p {
  line-height: 1.14;
}
@media (min-width: 1025px) {
  .top-block p {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .top-block p br {
    display: none;
  }
}
footer {
  background: #003A51;
  color: #FEFBFB;
  padding: 75px 0;
}
@media (max-width: 1366px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 25px 0;
    text-align: center;
  }
}
footer .footer-logo {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  margin-right: 20px;
}
@media (max-width: 1366px) {
  footer .footer-logo {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}
@media (max-width: 1024px) {
  footer .footer-logo {
    margin: 0 auto 10px;
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-logo:hover {
  opacity: 0.7;
}
footer .copyright {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
  -moz-box-flex: 1.5;
  -moz-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  footer .copyright {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 10px;
  }
}
footer .footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  footer .footer-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
footer .footer-menu ul {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  footer .footer-menu ul {
    display: block;
  }
}
footer .footer-menu ul li {
  display: inline-block;
}
@media (max-width: 1024px) {
  footer .footer-menu ul li {
    margin: 10px;
  }
}
footer .footer-menu ul li a {
  color: inherit;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: underline;
}
footer .footer-menu ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  footer .social-icons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
footer .footer-text {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fff;
  margin-top: 20px;
  font-size: 10pt;
}
@media (max-width: 1024px) {
  footer .footer-text {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
footer .footer-text a {
  color: #fff;
}
footer .footer-text a:hover {
  opacity: 0.7;
}
.bottom-form {
  position: relative;
  z-index: 0;
  margin-top: 75px;
}
@media (max-width: 1366px) {
  .bottom-form {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .bottom-form {
    padding-bottom: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .bottom-form {
    margin-top: 25px;
  }
}
.bottom-form .text {
  background: #0F7998;
  color: #fff;
  padding: 60px 8% 45px;
  border-radius: 10px;
  margin-bottom: -200px;
}
@media (max-width: 1366px) {
  .bottom-form .text {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .bottom-form .text {
    padding: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .bottom-form .text {
    padding: 20px;
  }
}
.bottom-form .text h1, .bottom-form .text h2, .bottom-form .text h3, .bottom-form .text h4, .bottom-form .text h5, .bottom-form .text h6 {
  color: inherit;
}
.bottom-form .text h3 {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .bottom-form .text h3 {
    margin-bottom: 12px;
  }
}
.bottom-form .text p {
  font-size: 20px;
  line-height: 2.15;
}
@media (max-width: 1024px) {
  .bottom-form .text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .bottom-form .text p {
    font-size: 14px;
  }
}
.bottom-form .text form {
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .bottom-form .text form {
    margin-top: 10px;
  }
}
.bottom-form .map {
  aspect-ratio: 3.37;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .bottom-form .map {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bottom-form .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-form .bottom-form-wrapper {
  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;
}
.bottom-form .bottom-form-wrapper > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .bottom-form .bottom-form-wrapper > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
}
.bottom-form .bottom-form-wrapper a[href^="tel:"] {
  color: inherit;
  display: inline-block;
  padding-left: 44px;
  position: relative;
  z-index: 0;
  font-size: 25px;
  line-height: 1.36;
}
.bottom-form .bottom-form-wrapper a[href^="tel:"]::before {
  content: "";
  background-image: url("../img/phone-icon.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: -1;
  width: 24px;
  aspect-ratio: 1;
}
.bottom-form .bottom-form-wrapper a[href^="tel:"]:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .bottom-form .bottom-form-wrapper .tac {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.bottom-form .bottom-form-wrapper .recaptcha-wrapper {
  text-align: right;
}
@media (max-width: 768px) {
  .bottom-form .bottom-form-wrapper .recaptcha-wrapper {
    text-align: center;
  }
}
.team-block .list {
  -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%;
}
.team-block .list > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .team-block .list {
    -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%;
  }
  .team-block .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .team-block .list {
    -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%;
  }
  .team-block .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.team-block .item {
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .team-block .item {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}
.team-block .photo {
  margin-bottom: 12px;
  aspect-ratio: 1;
}
.team-block .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.team-block .name {
  margin-bottom: 5px;
}
.team-block .position {
  font-size: 14px;
  line-height: 1.5;
  color: #727272;
  display: block;
}
.team-block .link {
  font-weight: 700;
  color: #003A51;
  display: inline-block;
}
.team-block .link:hover {
  color: #24bde9;
}
.popup-info {
  padding: 25px;
  border-radius: 10px;
  max-width: 1200px;
}
@media (max-width: 480px) {
  .popup-info {
    padding: 15px;
  }
}
.popup-info > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .popup-info > .flex {
    display: block;
    text-align: center;
  }
}
.popup-info .photo {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  margin-right: 6%;
  border: 1px solid #0F7998;
  border-radius: 10px;
  aspect-ratio: 1px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .popup-info .photo {
    max-width: 240px;
    margin: 0 auto 20px;
  }
}
.popup-info .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-info .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 35px;
}
@media (max-width: 1024px) {
  .popup-info .right-wrapper {
    padding-top: 0;
  }
}
.popup-info .name {
  font-size: 36px;
  line-height: 1.2;
  color: #222;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .popup-info .name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .popup-info .name {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .popup-info .name {
    font-size: 16px;
  }
}
.popup-info .position {
  font-size: 16px;
  line-height: 1.5;
  color: #003A51;
  font-weight: 600;
  display: block;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .popup-info .position {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .popup-info .text {
    text-align: left;
  }
}
.popup-info .text p {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .popup-info .text p {
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .popup-info .text p {
    font-size: 14px;
  }
}
.popup-info .fancybox-button {
  padding: 0;
  width: 50px;
  height: 50px;
}
.case-studies-taber .nav-items {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #CACACA;
  font-size: 0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .case-studies-taber .nav-items {
    margin-top: 15px;
    margin-bottom: 5px;
    border: none;
  }
}
.case-studies-taber .nav-items .nav-item {
  display: inline-block;
  font-size: 17px;
  line-height: 1.7;
  color: #003A51;
  min-width: 120px;
  padding: 10px 30px;
  cursor: pointer;
  -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: 4px;
  position: relative;
  z-index: 0;
}
@media (max-width: 600px) {
  .case-studies-taber .nav-items .nav-item {
    min-width: auto;
    font-size: 14px;
    padding: 6px 15px;
  }
}
.case-studies-taber .nav-items .nav-item::before {
  content: "";
  width: 1px;
  height: 25px;
  background: #CACACA;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  opacity: 1;
  -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: 480px) {
  .case-studies-taber .nav-items .nav-item::before {
    opacity: 0;
  }
}
.case-studies-taber .nav-items .nav-item:first-child::before {
  opacity: 0;
}
.case-studies-taber .nav-items .nav-item:hover, .case-studies-taber .nav-items .nav-item.active {
  background: #003A51;
  color: #fff;
}
.case-studies-taber .nav-items .nav-item:hover + .nav-item::before, .case-studies-taber .nav-items .nav-item:hover::before, .case-studies-taber .nav-items .nav-item.active + .nav-item::before, .case-studies-taber .nav-items .nav-item.active::before {
  opacity: 0;
}
.case-studies-taber .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.25%;
  width: 102.5%;
}
.case-studies-taber .items > * {
  width: 47.5%;
  margin: 0 1.25% 1.875em;
}
@media (max-width: 600px) {
  .case-studies-taber .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%;
  }
  .case-studies-taber .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.case-study-item {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .case-study-item {
    margin-bottom: 20px;
  }
}
.case-study-item .thumb, .case-study-item .case-study-item-slider {
  display: block;
  aspect-ratio: 1.68;
  overflow: hidden;
}
.case-study-item .thumb img, .case-study-item .case-study-item-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-item .case-study-item-slider .swiper-button-next, .case-study-item .case-study-item-slider .swiper-button-prev {
  opacity: 0;
  width: 44px;
  height: 44px;
}
.case-study-item .case-study-item-slider .swiper-button-prev {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
}
.case-study-item .case-study-item-slider .swiper-button-next {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}
.case-study-item .case-study-item-slider:hover .swiper-button-next, .case-study-item .case-study-item-slider:hover .swiper-button-prev {
  opacity: 1;
}
.case-study-item .info-wrapper {
  padding: 20px 20px 35px;
}
@media (max-width: 768px) {
  .case-study-item .info-wrapper {
    padding: 10px 15px;
  }
}
.case-study-item .cat-name {
  display: inline-block;
  background: #0F7998;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 1px 20px;
}
.case-study-item .cat-name span::after {
  content: ",";
}
.case-study-item .cat-name span:last-child::after {
  display: none;
}
.case-study-item .post-title {
  color: #222;
  font-weight: 500;
  margin-bottom: 5px;
}
.case-study-item .post-title a {
  color: inherit;
}
.case-study-item .post-title a:hover {
  color: #24bde9;
}
.case-study-item .location {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: #727272;
}
.case-study-item .location span::after {
  content: ", ";
}
.case-study-item .location span:last-child::after {
  display: none;
}
.case-study-item .inner {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s 0.4s ease;
  -moz-transition: 0.5s 0.4s ease;
  -ms-transition: 0.5s 0.4s ease;
  -o-transition: 0.5s 0.4s ease;
  transition: 0.5s 0.4s ease;
  transform-style: preserve-3d;
}
.case-study-item .front, .case-study-item .back {
  backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.case-study-item .back {
  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-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #0F7998;
  color: #fff;
}
.case-study-item .back .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  overflow: hidden;
  z-index: -1;
}
.case-study-item .back .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-item .back .text {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  scrollbar-color: #0F7998 #eaeaea;
  scrollbar-width: thin;
}
.case-study-item .back .text h1, .case-study-item .back .text h2, .case-study-item .back .text h3, .case-study-item .back .text h4, .case-study-item .back .text h5, .case-study-item .back .text h6 {
  color: inherit;
}
.case-study-item .back .text ul li::before {
  background: currentColor;
}
.case-study-item.has-back.hover .inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 768px) {
  .text-list > .alc {
    display: block;
  }
}
.text-list .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-list .left-text h3 {
  margin-bottom: 10px;
}
.text-list .list {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  margin-left: 8%;
  background: rgba(15, 121, 152, 0.1);
  border-radius: 10px;
  padding: 0 40px;
}
@media (max-width: 1366px) {
  .text-list .list {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .text-list .list {
    padding: 0 20px;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .text-list .list {
    margin-left: 0;
    margin-top: 30px;
    padding: 20px;
  }
}
.text-list .list .text {
  background: #0F7998;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 68%;
  padding: 30px 20px 20px;
}
@media (max-width: 1024px) {
  .text-list .list .text {
    padding: 10px;
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .text-list .list .text {
    max-width: 90%;
  }
}
.text-list .list .text h3 {
  line-height: 0.87;
  font-size: 70px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .text-list .list .text h3 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .text-list .list .text h3 {
    font-size: 28px;
  }
}
.text-list .list .text p {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .text-list .list .text p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.text-list .list .text p del {
  display: inline-block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.17);
  text-transform: uppercase;
  padding: 2px 17px;
  text-decoration: none;
  line-height: 2.13;
  font-size: 16px;
  font-weight: 500;
}
.text-list .list .text:first-child {
  margin-top: -50px;
}
@media (max-width: 1024px) {
  .text-list .list .text:first-child {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .text-list .list .text:first-child {
    margin-top: 0;
  }
}
.text-list .list .text:nth-child(2n) {
  margin-left: auto;
}
.text-list .list .text:last-child {
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .text-list .list .text:last-child {
    margin-bottom: -20px;
  }
}
@media (max-width: 768px) {
  .text-list .list .text:last-child {
    margin-bottom: 0;
  }
}
.map {
  overflow: hidden;
}
.map img {
  width: 100%;
  height: auto;
}
.testimonials {
  overflow: hidden;
  margin: 130px 0 50px;
}
@media (max-width: 1366px) {
  .testimonials {
    margin: 60px 0 20px;
  }
}
@media (max-width: 1024px) {
  .testimonials {
    margin: 40px 0 20px;
  }
}
@media (max-width: 480px) {
  .testimonials {
    margin: 25px 0 0;
  }
}
.testimonials .top-title {
  text-align: center;
}
@media (max-width: 1024px) {
  .testimonials .top-title {
    margin-bottom: 0;
  }
}
.testimonials > .wrap {
  width: 700px;
}
.testimonials .swiper {
  overflow: initial;
  padding: 30px 0;
}
.testimonials .swiper-slide {
  border-radius: 7px;
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
  padding: 20px 25px 30px;
  height: auto;
}
.testimonials .swiper-slide.swiper-slide-active {
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.11);
}
.testimonials .title {
  font-size: 19px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 480px) {
  .testimonials .title {
    font-size: 16px;
  }
}
.testimonials .short-text {
  padding: 0 15px;
}
.testimonials .short-text p {
  font-size: 14px;
  line-height: 1.5;
}
.testimonials .popup-link {
  margin-left: 15px;
  color: #003A51;
  font-weight: 600;
  display: inline-block;
  margin-top: 12px;
}
.swiper-button-next, .swiper-button-prev {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
  z-index: 1;
  background: #fff;
  color: #003A51;
  -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: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 46px;
    height: 46px;
    cursor: none;
  }
}
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  width: 70%;
  height: 70%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 14px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #24bde9;
  color: #fff;
}
.swiper-button-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: 10px;
  }
}
.swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .swiper-button-prev {
    left: 10px;
  }
}
.testimonial-popup {
  max-width: 1440px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonial-popup {
    padding: 20px;
  }
}
.contact-text {
  color: #222;
}
.contact-text h1, .contact-text h2, .contact-text h3, .contact-text h4, .contact-text h5, .contact-text h6 {
  color: inherit;
}
.contact-text h1 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .contact-text h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact-text h1 {
    margin-bottom: 12px;
  }
}
.contact-text p {
  color: inherit;
}
@media (max-width: 768px) {
  .contact-text p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact-bottom > .flex {
    display: block;
  }
}
.contact-bottom .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 90px 60px 60px 80px;
}
@media (max-width: 1366px) {
  .contact-bottom .left-text {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .contact-bottom .left-text {
    padding: 20px;
  }
}
.contact-bottom .left-text h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-bottom .left-text p {
  color: #222;
  font-size: 19px;
  line-height: 2.26;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .contact-bottom .left-text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact-bottom .left-text p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.contact-bottom .left-text p:last-of-type {
  margin-bottom: 0;
}
.contact-bottom .left-text p strong {
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-bottom .left-text p strong {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contact-bottom .left-text p strong {
    font-size: 16px;
  }
}
.contact-bottom .left-text p a {
  text-decoration: none;
}
.contact-bottom .right-text {
  -webkit-flex-basis: 57%;
  -moz-flex-basis: 57%;
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
  margin-left: 40px;
  border-radius: 10px;
  background: #0F7998;
  padding: 55px 45px 35px;
  color: #fff;
}
@media (max-width: 1024px) {
  .contact-bottom .right-text {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: 20px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .contact-bottom .right-text {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-bottom .right-text .wpcf7-form-control-wrap {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .contact-bottom .right-text .wpcf7-form-control-wrap {
    margin-bottom: 12px;
  }
}
.contact-bottom .right-text label .wpcf7-form-control-wrap {
  margin-top: 7px;
  margin-bottom: 15px;
}
.contact-bottom .right-text .bottom-form-wrapper {
  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;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .contact-bottom .right-text .bottom-form-wrapper {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .contact-bottom .right-text .bottom-form-wrapper > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .contact-bottom .right-text .bottom-form-wrapper .recaptcha-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .contact-bottom .right-text .bottom-form-wrapper .tac {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.contact-bottom .right-text .btn, .contact-bottom .right-text .post-navigation [rel="next"], .post-navigation .contact-bottom .right-text [rel="next"], .contact-bottom .right-text .post-navigation [rel="prev"], .post-navigation .contact-bottom .right-text [rel="prev"] {
  min-width: 207px;
}
@media (max-width: 1024px) {
  .contact-bottom .right-text .btn, .contact-bottom .right-text .post-navigation [rel="next"], .post-navigation .contact-bottom .right-text [rel="next"], .contact-bottom .right-text .post-navigation [rel="prev"], .post-navigation .contact-bottom .right-text [rel="prev"] {
    min-width: auto;
  }
}
.home .testimonials {
  margin: 70px 0;
}
@media (max-width: 1366px) {
  .home .testimonials {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .home .testimonials {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .home .testimonials {
    margin: 25px 0;
  }
}
.top-slider .swiper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.top-slider .swiper-slide {
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top-slider .swiper-slide img {
  opacity: 0.75;
  -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;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.top-slider .swiper-slide.swiper-slide-active img {
  -webkit-animation-name: sliderAnimation;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: sliderAnimation;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: sliderAnimation;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0s;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: sliderAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.top-slider .swiper-slide.swiper-slide-prev img {
  -webkit-transform: translate(-15%, -50%);
  -moz-transform: translate(-15%, -50%);
  -ms-transform: translate(-15%, -50%);
  -o-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
}
.home-top-block {
  position: relative;
  z-index: 0;
}
@media (min-width: 1921px) {
  .home-top-block {
    min-height: 900px;
  }
}
@media (max-width: 768px) {
  .home-top-block {
    padding: 60px 0 20px;
  }
  .home-top-block br {
    display: none;
  }
}
.home-top-block h1 {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .home-top-block h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-top-block h1 {
    margin-bottom: 12px;
  }
}
.home-top-block h4 {
  line-height: 0.86;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .home-top-block h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-top-block h4 {
    margin-bottom: 12px;
  }
}
.home-top-block .btn, .home-top-block .post-navigation [rel="next"], .post-navigation .home-top-block [rel="next"], .home-top-block .post-navigation [rel="prev"], .post-navigation .home-top-block [rel="prev"] {
  margin: 7px;
  border: 1px solid #003A51;
}
.home-top-block .btn:hover, .home-top-block .post-navigation [rel="next"]:hover, .post-navigation .home-top-block [rel="next"]:hover, .home-top-block .post-navigation [rel="prev"]:hover, .post-navigation .home-top-block [rel="prev"]:hover {
  border-color: #24bde9;
}
.animation-block .image img {
  -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;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  -webkit-animation-name: sliderAnimation;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: sliderAnimation;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: sliderAnimation;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: sliderAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@-webkit-keyframes sliderAnimation {
  from {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(-15%, -50%);
    -moz-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    -o-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}
@-moz-keyframes sliderAnimation {
  from {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(-15%, -50%);
    -moz-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    -o-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}
@-ms-keyframes sliderAnimation {
  from {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(-15%, -50%);
    -moz-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    -o-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}
@keyframes sliderAnimation {
  from {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(-15%, -50%);
    -moz-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    -o-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}
@media (max-width: 1024px) {
  .text-image-block > .alc {
    display: block;
  }
}
.text-image-block .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-image-block .image {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-left: 8%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 30px 50px 7px rgba(42, 44, 50, 0.1);
}
@media (max-width: 1024px) {
  .text-image-block .image {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .text-image-block .image {
    margin-top: 15px;
  }
}
.text-image-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-case-studies {
  overflow: hidden;
}
.home-case-studies .top-title {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .home-case-studies .top-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-case-studies .top-title {
    margin-bottom: 15px;
  }
}
.home-case-studies > .wrap {
  width: 700px;
}
.home-case-studies .swiper {
  overflow: initial;
}
.home-case-studies .swiper-button-next, .home-case-studies .swiper-button-prev {
  top: 40%;
}
.home-projects {
  overflow: hidden;
}
.home-projects .top-title {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .home-projects .top-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-projects .top-title {
    margin-bottom: 15px;
  }
}
.home-projects .swiper {
  overflow: initial;
  position: relative;
  padding: 45px 0;
}
@media (max-width: 768px) {
  .home-projects .swiper {
    padding: 20px;
  }
}
.home-projects .swiper::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  width: 1440px;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(15, 121, 152, 0.1);
}
.home-projects .swiper-slide {
  aspect-ratio: 1.36;
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  z-index: 0;
}
.home-projects .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-projects .swiper-slide .title {
  color: #fff;
  background: #0F7998;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 15px;
}
.home-projects .swiper-slide.swiper-slide-active {
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.11);
}
.home-projects a.swiper-slide {
  cursor: pointer;
  -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: 768px) {
  .home-projects a.swiper-slide {
    cursor: none;
  }
}
.home-projects a.swiper-slide:hover {
  opacity: 0.7;
}
.home-projects > .wrap {
  width: 700px;
}
.home-posts .top-title {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .home-posts .top-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-posts .top-title {
    margin-bottom: 15px;
  }
}
.home-posts .posts-wrapper {
  position: relative;
  z-index: 0;
}
.home-posts .swiper {
  padding: 0 5px;
}
.home-posts .swiper-button-next, .home-posts .swiper-button-prev {
  top: 45%;
}
.single-case-studies .text {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single-case-studies .text {
    margin-top: 20px;
  }
}
.post-type-archive-case-studies .top-block .image img {
  object-position: bottom right;
}
