* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #013F64;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #012f4b;
}
::-webkit-scrollbar-thumb:active {
  background: #012f4b;
}
html {
  font: 400 16px/1.5714 'Lato', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #333333;
  -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.56;
}
@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;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 45px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 20px;
  font-family: 'Lato';
  font-size: 14px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #013F64;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
  font-size: 14px;
  background: #013F64;
  color: #fff;
  font-family: 'Lato';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 220px;
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #025f96;
}
.transparent-btn {
  font-size: 20px;
  display: inline-block;
}
.transparent-btn .btn-title {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  border: 1px solid #66D4FF;
  border-radius: 0 0 0 30px;
  padding: 17px 24px;
  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;
}
@media (max-width: 480px) {
  .transparent-btn .btn-title {
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 0 0 0 15px;
  }
}
.transparent-btn .btn-arrow {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #66D4FF;
  border-radius: 0 30px 0 0;
  line-height: 58px;
  color: transparent;
  width: 60px;
  position: relative;
  z-index: 0;
  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;
}
@media (max-width: 480px) {
  .transparent-btn .btn-arrow {
    font-size: 14px;
    line-height: 40px;
    border-radius: 0 15px 0 0;
  }
}
.transparent-btn .btn-arrow::before, .transparent-btn .btn-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}
.transparent-btn .btn-arrow::before {
  width: 16px;
  height: 2px;
  background: #fff;
}
.transparent-btn .btn-arrow::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0%, -50%) rotateZ(-45deg);
  -moz-transform: translate(0%, -50%) rotateZ(-45deg);
  -ms-transform: translate(0%, -50%) rotateZ(-45deg);
  -o-transform: translate(0%, -50%) rotateZ(-45deg);
  transform: translate(0%, -50%) rotateZ(-45deg);
}
.transparent-btn:hover .btn-title, .transparent-btn:hover .btn-arrow {
  background: #66D4FF;
}
h1, h2 {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 900;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
h3, .post .post-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4 {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.container {
  margin: 0 auto;
  width: 1540px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin: 0 0 20px 0;
}
.text ul li {
  padding: 0 0 0 12px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #707070;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.6875rem;
  left: 0;
}
.text ul li a {
  color: #013F64;
  position: relative;
  display: inline-block;
}
.text ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #027fc9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.text ul li a:hover {
  color: #027fc9;
}
.text ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
.text ul li a:hover {
  color: #027fc9;
}
.text p > a:not(.btn), .text p strong a {
  color: #013F64;
  position: relative;
  display: inline-block;
}
.text p > a:not(.btn):before, .text p strong a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #027fc9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.text p > a:not(.btn):hover, .text p strong a:hover {
  color: #027fc9;
}
.text p > a:not(.btn):hover:before, .text p strong a:hover:before {
  width: 100%;
  opacity: 1;
}
.text p > a:not(.btn):hover, .text p strong a:hover {
  color: #027fc9;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Lato';
  height: 100%;
  line-height: 45px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Lato';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .main-menu, .sub-main-menu {
    display: none;
  }
}
.main-menu > ul, .sub-main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li, .sub-main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a, .sub-main-menu > ul > li > a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 34px;
  padding: 0 13px;
}
.main-menu > ul > li > a:hover, .sub-main-menu > ul > li > a:hover {
  background: #013F64;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu, .sub-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, .sub-main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children, .sub-main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu, .sub-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: #013F64;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li, .sub-main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a, .sub-main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 9px 10px 5px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover, .sub-main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #001f32;
  text-align: left!important;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a, .sub-main-menu .menu-item-has-children .sub-menu li:hover > a, .sub-main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #001f32;
}
.main-menu .menu-item-has-children:hover > a, .sub-main-menu .menu-item-has-children:hover > a {
  background: #013F64;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu, .sub-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: 15px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #013F64;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-burger {
    top: 8px;
  }
}
.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: #013F64;
  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;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .search-box {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .search-box {
    margin-right: 0;
  }
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button svg {
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-form button:hover {
  color: #66D4FF;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
  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;
}
.search-box .search-btn svg {
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-btn::before {
  content: 'x';
  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;
  font-size: 24px;
  color: #333333;
  opacity: 0;
}
.search-box .search-btn:hover {
  color: #66D4FF;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close:hover::before {
  color: #66D4FF;
}
.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: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: #013F64;
  border-radius: 5px;
}
.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: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #013F64;
  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: 45px;
  height: 45px;
  color: #333333;
  font-family: 'Lato';
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 45px;
  height: 45px;
  width: 45px;
  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: #013F64 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: black;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: black;
}
.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: #013F64;
}
.breadcrumb {
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #333333;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #027fc9;
  -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: #027fc9;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #013F64;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #027fc9;
}
.pagination a.page-numbers:hover {
  background: #027fc9;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #027fc9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #027fc9;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.outer-space {
  margin: 130px 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;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
header .phone {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-left: 25px;
  position: relative;
  display: inline-block;
}
header .phone:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
header .phone:hover {
  color: #fff;
}
header .phone:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 768px) {
  header .phone {
    font-size: 20px;
    margin-left: 10px;
  }
}
header .custom-logo-link {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
}
@media (max-width: 768px) {
  header .custom-logo-link {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}
@media (max-width: 480px) {
  header .custom-logo-link {
    display: block;
    max-width: 140px;
  }
}
header .custom-logo-link:hover {
  opacity: 0.7;
}
header .sub-main-menu {
  text-align: center;
}
header .top-header {
  border-bottom: 1px solid #fff;
  padding: 35px 0 12px;
}
@media (max-width: 1024px) {
  header .top-header {
    padding: 0 0 5px;
  }
}
@media (max-width: 480px) {
  header .top-header {
    display: block;
  }
  header .top-header .right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
header .bottom-header {
  padding: 15px 0;
}
@media (max-width: 1024px) {
  header .bottom-header {
    display: none;
  }
}
.top {
  position: relative;
  z-index: 0;
  color: #fff;
  min-height: 600px;
}
@media (max-width: 1024px) {
  .top {
    min-height: auto;
    padding: 100px 0 40px;
  }
}
.top h1, .top h2, .top h3, .top .post .post-title, .post .top .post-title, .top h4, .top h5, .top h6 {
  color: inherit;
}
.top .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 0 0 20vw 0;
  overflow: hidden;
}
.top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.top p {
  opacity: 0.7;
}
@media (min-width: 1367px) {
  .top p {
    font-size: 24px;
  }
}
.top .transparent-btn {
  margin-top: 55px;
}
@media (max-width: 1366px) {
  .top .transparent-btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .top .transparent-btn {
    margin-top: 0;
  }
}
.home .top {
  min-height: 1000px;
}
@media (max-width: 1366px) {
  .home .top {
    min-height: 700px;
  }
  .home .top br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .home .top {
    min-height: auto;
    padding: 100px 0 40px;
  }
}
.home .top::before {
  content: '';
  position: absolute;
  right: 40px;
  bottom: -85px;
  background-image: url('../img/help.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 340px;
  height: 427px;
}
@media (max-width: 1366px) {
  .home .top::before {
    width: 22vw;
    height: 29vw;
  }
}
@media (max-width: 768px) {
  .home .top::before {
    display: none;
  }
}
.text-image {
  margin: 130px 0;
}
@media (max-width: 1366px) {
  .text-image {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .text-image {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .text-image > .flex {
    display: block;
  }
}
@media (max-width: 480px) {
  .text-image {
    margin: 25px 0;
  }
}
.text-image .image-wrapper {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin: 0 10% 0 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .text-image .image-wrapper {
    margin: 0 50px 0 0;
  }
}
@media (max-width: 1024px) {
  .text-image .image-wrapper {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .text-image .image-wrapper {
    margin: 0 0 20px;
  }
}
.text-image .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: -52px;
  background-image: url('../img/rope.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 262px;
  height: 150px;
}
@media (max-width: 1366px) {
  .text-image .image-wrapper::before {
    width: 14vw;
    height: 8vw;
  }
}
@media (max-width: 768px) {
  .text-image .image-wrapper::before {
    display: none;
  }
}
.text-image .image-wrapper.hide-icon::before, .text-image .image-wrapper.hide-icon::after {
  display: none;
}
.text-image .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-image .text {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .text-image .text {
    padding: 0;
  }
}
.text-image .text h3, .text-image .text .post .post-title, .post .text-image .text .post-title {
  position: relative;
  z-index: 0;
}
.text-image .text h3::before, .text-image .text .post .post-title::before, .post .text-image .text .post-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/wave.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 129px;
  height: 134px;
  z-index: -1;
  -webkit-transform: translate(-50%, -15%);
  -moz-transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  -o-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}
@media (max-width: 1366px) {
  .text-image .text h3::before, .text-image .text .post .post-title::before, .post .text-image .text .post-title::before {
    width: 9vw;
    height: 10vw;
  }
}
@media (max-width: 768px) {
  .text-image .text h3::before, .text-image .text .post .post-title::before, .post .text-image .text .post-title::before {
    display: none;
  }
}
.text-image .text h3[style="text-align: center;"]::before, .text-image .text .post .post-title[style="text-align: center;"]::before, .post .text-image .text .post-title[style="text-align: center;"]::before {
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
  -moz-transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  -o-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}
.text-image .text p, .text-image .text li {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .text-image .text p br, .text-image .text li br {
    display: none;
  }
}
.text-image .text .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  -ms-column-gap: 5%;
  column-gap: 5%;
}
.text-image .text .two-columns > * {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
@media (max-width: 480px) {
  .text-image .text .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1%;
    -moz-column-gap: 1%;
    -ms-column-gap: 1%;
    column-gap: 1%;
  }
  .text-image .text .two-columns > * {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
.text-image .image {
  overflow: hidden;
  border-radius: 0 0 0 100px;
  height: 540px;
}
@media (max-width: 1366px) {
  .text-image .image {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .text-image .image {
    border-radius: 0 0 0 10vw;
  }
}
.text-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image .reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image .reverse .image-wrapper {
  margin: 0 0 0 100px;
}
@media (max-width: 1366px) {
  .text-image .reverse .image-wrapper {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 768px) {
  .text-image .reverse .image-wrapper {
    margin: 0 0 20px;
  }
}
.text-image .reverse .image-wrapper::before {
  display: none;
}
.text-image .reverse .image-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  background-image: url('../img/rope2.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 280px;
  height: 173px;
  z-index: -1;
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%);
}
@media (max-width: 1366px) {
  .text-image .reverse .image-wrapper::after {
    width: 15vw;
    height: 10vw;
  }
}
@media (max-width: 768px) {
  .text-image .reverse .image-wrapper::after {
    display: none;
  }
}
.text-image .reverse .text {
  max-width: 80%;
}
@media (max-width: 768px) {
  .text-image .reverse .text {
    max-width: 100%;
  }
}
.text-image .reverse .image {
  border-radius: 0 0 100px 0;
}
@media (max-width: 768px) {
  .text-image .reverse .image {
    border-radius: 0 0 10vw 0;
  }
}
.text-image.color {
  background: #013F64;
  color: #fff;
  margin: 0;
  padding-bottom: 130px;
}
@media (max-width: 1366px) {
  .text-image.color {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .text-image.color {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .text-image.color {
    padding-bottom: 25px;
  }
}
.text-image.color h3::before, .text-image.color .post .post-title::before, .post .text-image.color .post-title::before {
  opacity: 0.3;
}
.text-image:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.icons-block .text {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .icons-block .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .icons-block .text {
    margin-bottom: 25px;
  }
}
.icons-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%;
}
.icons-block .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1366px) {
  .icons-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%;
  }
  .icons-block .items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .icons-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%;
  }
  .icons-block .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .icons-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 -0.5%;
    width: 101%;
  }
  .icons-block .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.icons-block .item {
  background: #013F64;
  color: #fff;
  border-radius: 0 20px 0 0;
  margin-bottom: 30px;
  padding: 0 10px;
  -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: 480px) {
  .icons-block .item {
    margin-bottom: 15px;
  }
}
.icons-block .item .icon {
  -webkit-flex-basis: 75px;
  -moz-flex-basis: 75px;
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  min-height: 80px;
  position: relative;
  z-index: 0;
}
.icons-block .item .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('../img/wave.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 75px;
  height: 80px;
  z-index: -1;
  opacity: 0.5;
}
.icons-block .item .icon img {
  max-height: 80px;
}
.icons-block .item .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 900;
  font-size: 24px;
  padding: 35px 10px 45px 30px;
}
@media (max-width: 1024px) {
  .icons-block .item .title {
    font-size: 20px;
    padding: 30px 10px;
  }
}
.bg-image-wrapper {
  background: #013F64;
  position: relative;
  z-index: 0;
  padding-top: 380px;
}
@media (max-width: 1366px) {
  .bg-image-wrapper {
    padding-top: 20vw;
  }
}
.bg-image-wrapper .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-image-wrapper .bg-image img {
  width: 100%;
  height: auto;
}
/*footer*/
footer {
  padding-top: 140px;
  color: #fff;
  position: relative;
  background: #013F64;
}
@media (max-width: 1024px) {
  footer {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-top: 40px;
  }
}
footer:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: url("../img/rope1.png") no-repeat;
  width: 322px;
  height: 374px;
  max-width: 100%;
  background-size: 100% auto;
}
@media (max-width: 1366px) {
  footer:before {
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  footer:before {
    max-width: 15%;
  }
}
@media (max-width: 600px) {
  footer:before {
    max-width: 20%;
  }
}
footer a {
  color: #fff;
}
footer .footer-blocks {
  -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 -2.5%;
  width: 105%;
}
footer .footer-blocks > * {
  width: 28.3333333333%;
  margin: 0 2.5% 3.3333333333em;
}
@media (max-width: 1024px) {
  footer .footer-blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  footer .footer-blocks > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  footer .footer-blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  footer .footer-blocks > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  footer .footer-blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  footer .footer-blocks > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
footer .footer-blocks .footer-item {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  footer .footer-blocks .footer-item {
    text-align: center;
  }
}
footer .container {
  padding: 80px 0 60px;
  border-top: 1px solid rgba(208, 242, 255, 0.5);
}
@media (max-width: 1024px) {
  footer .container {
    padding: 40px 0 20px;
  }
}
footer .left-footer {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .left-footer .social-icons {
  text-align: left;
}
@media (max-width: 600px) {
  footer .left-footer .social-icons {
    text-align: center;
  }
}
footer .left-footer .custom-logo-link {
  display: inline-block;
  -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: 600px) {
  footer .left-footer .custom-logo-link {
    margin: 0 auto;
  }
}
footer .left-footer .custom-logo-link:hover {
  opacity: 0.7;
}
footer .left-footer .copy-info {
  opacity: 30%;
}
footer .middle-footer .footer-contact-item {
  margin-bottom: 20px;
}
footer .middle-footer .footer-contact-item p {
  color: rgba(255, 255, 255, 0.7);
}
footer .middle-footer .footer-contact-item:last-child {
  margin-bottom: 0;
}
footer .right-footer .footer_menu {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  footer .right-footer .footer_menu {
    margin-bottom: 30px;
  }
}
footer .right-footer .footer_menu a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
}
footer .right-footer .footer_menu a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .right-footer .footer_menu a:hover {
  color: #fff;
}
footer .right-footer .footer_menu a:hover:before {
  width: 100%;
  opacity: 1;
}
footer .right-footer .sub_footer_menu {
  max-width: 400px;
}
@media (max-width: 600px) {
  footer .right-footer .sub_footer_menu {
    max-width: none;
  }
}
@media (max-width: 600px) {
  footer .right-footer .sub_footer_menu .level_a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .right-footer .sub_footer_menu a {
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  display: inline-block;
}
footer .right-footer .sub_footer_menu a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .right-footer .sub_footer_menu a:hover {
  color: #fff;
}
footer .right-footer .sub_footer_menu a:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 600px) {
  footer .right-footer .sub_footer_menu a {
    margin: 0 10px;
  }
}
.post-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%;
}
.post-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .post-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%;
  }
  .post-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .post-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%;
  }
  .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .post-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%;
  }
  .post-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.post-item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .post-item {
    margin-bottom: 20px;
  }
}
.post-item .thumb {
  margin-bottom: 40px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  .post-item .thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .post-item .thumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .post-item .thumb {
    margin-bottom: 15px;
  }
}
.post-item .thumb:hover {
  opacity: 0.6;
}
.post-item .thumb img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1240px) {
  .post-item .thumb img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .post-item .thumb img {
    height: 200px;
  }
}
.post-item .post-title {
  color: #333;
}
.post-item .post-title:hover {
  color: #027fc9;
}
.post-item .more-block {
  text-align: right;
}
.post-item .more {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 900;
  color: #333;
}
.post-item .more:hover {
  opacity: 0.7;
}
.post-item .more svg {
  margin-left: 5px;
}
.post-item .info p {
  font-weight: 500;
}
.single .thumbnail {
  margin-bottom: 30px;
}
.single .thumbnail img {
  object-fit: cover;
  margin: 0 auto;
}
.single h2 {
  text-align: center;
}
.policies-block .policies-info {
  max-width: 830px;
  margin: 0 auto 70px;
}
@media (max-width: 1240px) {
  .policies-block .policies-info {
    margin: 0 auto 50px;
  }
}
@media (max-width: 768px) {
  .policies-block .policies-info {
    margin: 0 auto 40px;
  }
}
@media (max-width: 480px) {
  .policies-block .policies-info {
    margin-bottom: 30px;
  }
}
.policies-block .policies-info h3, .policies-block .policies-info .post .post-title, .post .policies-block .policies-info .post-title {
  margin-bottom: 20px;
}
.policies-block .insurance-blocks {
  -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%;
}
.policies-block .insurance-blocks > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .policies-block .insurance-blocks {
    -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%;
  }
  .policies-block .insurance-blocks > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .policies-block .insurance-blocks {
    -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%;
  }
  .policies-block .insurance-blocks > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .policies-block .insurance-blocks {
    -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%;
  }
  .policies-block .insurance-blocks > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.policies-block .insurance-blocks .insurance-item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .policies-block .insurance-blocks .insurance-item {
    margin-bottom: 20px;
  }
}
.policies-block .insurance-blocks .insurance-item figure {
  margin-bottom: 40px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  .policies-block .insurance-blocks .insurance-item figure {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .policies-block .insurance-blocks .insurance-item figure {
    margin-bottom: 20px;
  }
}
.policies-block .insurance-blocks .insurance-item figure img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1240px) {
  .policies-block .insurance-blocks .insurance-item figure img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .policies-block .insurance-blocks .insurance-item figure img {
    height: 200px;
  }
}
.policies-block .insurance-blocks .insurance-item .insurance-info p {
  font-weight: 500;
}
.blog-block {
  background: #013F64;
  color: #fff;
}
.blog-block .more, .blog-block a, .blog-block .post-title {
  color: #fff;
}
.blog-block p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.blog-block h3, .blog-block .post .post-title, .post .blog-block .post-title, .blog-block h4 {
  margin-bottom: 20px;
  color: #fff;
}
.blog-block .blog-info {
  max-width: 940px;
  margin: 0 auto 80px;
}
@media (max-width: 1240px) {
  .blog-block .blog-info {
    margin: 0 auto 50px;
  }
}
@media (max-width: 768px) {
  .blog-block .blog-info {
    margin: 0 auto 40px;
  }
}
@media (max-width: 480px) {
  .blog-block .blog-info {
    margin-bottom: 30px;
  }
}
.blog-block .blog-posts {
  -webkit-flex-basis: 57.5%;
  -moz-flex-basis: 57.5%;
  -ms-flex-preferred-size: 57.5%;
  flex-basis: 57.5%;
}
@media (max-width: 1024px) {
  .blog-block .blog-posts {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.blog-block .blog-posts .post-item img {
  height: 610px;
}
@media (max-width: 1240px) {
  .blog-block .blog-posts .post-item img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .blog-block .blog-posts .post-item img {
    height: auto;
  }
}
.blog-block .recent-posts {
  -webkit-flex-basis: 33.8%;
  -moz-flex-basis: 33.8%;
  -ms-flex-preferred-size: 33.8%;
  flex-basis: 33.8%;
}
@media (max-width: 1366px) {
  .blog-block .recent-posts {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .blog-block .recent-posts {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.blog-block .recent-posts .thumb {
  -webkit-flex-basis: 135px;
  -moz-flex-basis: 135px;
  -ms-flex-preferred-size: 135px;
  flex-basis: 135px;
  margin-right: 35px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .blog-block .recent-posts .thumb {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .blog-block .recent-posts .thumb {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .blog-block .recent-posts .thumb {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-right: 15px;
  }
}
.blog-block .recent-posts .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog-block .recent-posts img {
  height: 100%;
}
