* {
  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: #1d327d;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #182a68;
}
::-webkit-scrollbar-thumb:active {
  background: #182a68;
}
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: 2.145;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.6;
  }
}
@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: 50px;
  width: 100%;
  border: 1px solid transparent;
  background: rgba(137, 137, 137, 0.3);
  padding: 0 20px;
  font-family: 'Poppins';
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #8ac16a;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
textarea {
  resize: none;
  height: 125px;
  padding: 12px 20px;
  display: block;
}
figure {
  margin-bottom: 0;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1;
  padding: 28px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 36px;
  font-family: 'Inter';
  background: #34b3c9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 216px;
}
@media (max-width: 1024px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    min-width: auto;
    padding: 18px 20px;
    border-radius: 26px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #84d2df;
}
h1, h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 1.17;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
h3, .post .post-title {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 1.32;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h3, .post .post-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h3, .post .post-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4 {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 1.32;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h4 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h5 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
h6 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin-botton: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #1d327d;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.text p > a:not(.btn), .text li a, .text p strong a {
  color: #1d327d;
  position: relative;
  display: inline-block;
}
.text p > a:not(.btn):before, .text li a:before, .text p strong a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #84d2df;
  -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 li a:hover, .text p strong a:hover {
  color: #84d2df;
}
.text p > a:not(.btn):hover:before, .text li a:hover:before, .text p strong a:hover:before {
  width: 100%;
  opacity: 1;
}
.text p > a:not(.btn):hover, .text li a:hover, .text p strong a:hover {
  color: #84d2df;
}
.flex, .main-menu > ul {
  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, footer .footer-menu ul, footer .footer-bottom-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Poppins';
  height: 100%;
  line-height: 50px;
  padding: 0 23px;
  text-align: left;
}
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;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  div.wpcf7 .btn-wrapper {
    margin-top: 0;
  }
}
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;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  font-family: 'Inter';
  text-transform: capitalize;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    font-size: 14px;
    padding: 5px;
    line-height: 30px;
  }
}
.main-menu > ul > li > a:hover {
  background: #8ac16a;
  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: #8ac16a;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  padding: 10px;
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Inter';
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    font-size: 14px;
    padding: 5px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #6eaf49;
}
.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: #6eaf49;
}
.main-menu .menu-item-has-children:hover > a {
  background: #8ac16a;
  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: 22px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #8ac16a;
}
@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%;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box 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: #84d2df;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: 'x';
  font-size: 24px;
  opacity: 0;
  color: #000;
}
.search-box .search-btn:hover svg {
  color: #84d2df;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #84d2df;
}
.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: 16px;
  margin: 5px 25px 5px 0;
  background: transparent;
  border-radius: 0;
  /*
   &.facebook-icon {
   &:hover {
   background: $facebook;
   }
   }
   &.twitter-icon {
   &:hover {
   background: $twitter;
   }
   }
   &.instagram-icon {
   &:hover {
   background: $instagram;
   }
   }
   &.linkedin-icon {
   &:hover {
   background: $linkedin;
   }
   }
   &.pinterest-icon {
   &:hover {
   background: $pinterest;
   }
   }
   &.youtube-icon {
   &:hover {
   background: $youtube;
   }
   }
   &.vimeo-icon {
   &:hover {
   background: $vimeo;
   }
   }
   */
}
@media (max-width: 768px) {
  .share-icons a:last-child, .social-icons a:last-child {
    margin-right: 0;
  }
}
.share-icons a svg, .social-icons a svg {
  height: 16px;
  display: block;
  color: rgba(255, 255, 255, 0.3);
  -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;
}
.share-icons a:hover svg, .social-icons a:hover svg {
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #1d327d;
  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: 50px;
  height: 50px;
  color: #000;
  font-family: 'Poppins';
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 50px;
  height: 50px;
  width: 50px;
  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: #1d327d 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: #0a112a;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #0a112a;
}
.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: #1d327d;
}
.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: #84d2df;
  -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: #84d2df;
}
.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: #1d327d;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #3153cf;
}
.pagination a.page-numbers:hover {
  background: #3153cf;
}
.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: #84d2df;
  -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: #84d2df;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.gradient, .mobile-main-menu, .level-box .items .item:nth-child(2n-1) .text {
  background: linear-gradient(98.34deg, #1d327d 0%, #234113 100%);
  color: #fff;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 110px 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;
  }
}
.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 -2%;
  width: 104%;
}
.grid-2 > * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 480px) {
  .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;
  }
}
.outer-space {
  margin: 110px 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;
}
.faq {
  padding: 90px 0 140px 0;
}
@media (max-width: 1024px) {
  .faq {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }
}
.accordion .faq-title {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .accordion .faq-title {
    margin-bottom: 35px;
  }
}
.accordion .item {
  border-top: 1px solid #d5dcf3;
  border-bottom: 1px solid #d5dcf3;
}
.accordion .item .item-title {
  padding: 50px 50px 50px 5px;
  margin-bottom: 0;
  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;
}
@media (max-width: 768px) {
  .accordion .item .item-title {
    padding: 30px 30px 30px 3px;
  }
}
.accordion .item .item-title:hover {
  cursor: pointer;
}
.accordion .item .item-title.active span:after {
  opacity: 0;
}
.accordion .item .item-title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .accordion .item .item-title span {
    width: 28px;
    height: 28px;
  }
}
.accordion .item .item-title span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 44px;
  height: 5px;
  background: #000;
}
@media (max-width: 768px) {
  .accordion .item .item-title span:before {
    width: 28px;
    height: 3px;
  }
}
.accordion .item .item-title span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  height: 44px;
  width: 5px;
  background: #000;
  -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) {
  .accordion .item .item-title span:after {
    width: 3px;
    height: 28px;
  }
}
.accordion .item .info {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .accordion .item .info {
    padding-bottom: 35px;
  }
}
.accordion .item .info p {
  font-size: 16px;
  font-weight: 300;
}
.accordion .item .info p:last-child {
  margin-bottom: 0;
}
.accordion .item .info table {
  border: 1px solid #ccc;
}
.accordion .item .info table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.image-info-border {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .image-info-border {
    margin-bottom: 50px;
  }
}
.image-info-border .inb-title {
  max-width: 900px;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .image-info-border .inb-title {
    margin-bottom: 30px;
  }
}
.image-info-border .item {
  margin-bottom: 22px;
}
.image-info-border .item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-info-border .item .image {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  border-radius: 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .image-info-border .item .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.image-info-border .item .image img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-info-border .item .content {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  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;
  border-radius: 30px;
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .image-info-border .item .content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.image-info-border .item .content:before {
  position: absolute;
  content: '';
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  z-index: -1;
  background: linear-gradient(to right, #1d327d 0%, #234113 100%);
  border-radius: 31px;
}
.image-info-border .item .content .info {
  max-width: 580px;
  padding: 10px;
}
@media (max-width: 768px) {
  .image-info-border .item .content .info {
    max-width: 100%;
  }
}
.image-info-border .item .content .info p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.image-info-border .item .content .info p:last-child {
  margin-bottom: 0;
}
.image-info-border .item .content .info ul li {
  padding-left: 54px;
  margin-bottom: 30px;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.image-info-border .item .content .info ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .image-info-border .item .content .info ul li {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
.image-info-border .item .content .info ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background: linear-gradient(270deg, #8ac16a 25.35%, #1aaee5 92.4%);
  border-radius: 31px;
  content: '';
}
.service-repair {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .service-repair {
    padding-top: 30px;
  }
}
.service-repair .bottom-info {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.service-repair .bottom-info p {
  font-size: 24px;
  line-height: 36px;
}
.commercial-property {
  padding-top: 130px;
}
@media (max-width: 1024px) {
  .commercial-property {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .commercial-property {
    padding-top: 40px;
  }
}
.commercial-property .middle-text {
  max-width: 1195px;
  padding-bottom: 120px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .commercial-property .middle-text {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .commercial-property .middle-text {
    padding-bottom: 40px;
  }
}
.commercial-property .middle-text p {
  margin-bottom: 35px;
  font-size: 16px;
}
.commercial-property .middle-text p:last-child {
  margin-bottom: 0;
}
.commercial-property .top-text {
  max-width: 1195px;
  padding-bottom: 120px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .commercial-property .top-text {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .commercial-property .top-text {
    padding-bottom: 40px;
  }
}
.commercial-property .top-text p {
  margin-bottom: 35px;
  font-size: 16px;
}
.commercial-property .top-text p:last-child {
  margin-bottom: 0;
}
.items-blue {
  -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-bottom: 70px;
}
.items-blue > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .items-blue {
    -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-bottom: 30px;
  }
  .items-blue > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .items-blue {
    -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%;
  }
  .items-blue > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.items-blue .item {
  padding: 32px 40px 45px 40px;
  text-align: center;
  border-radius: 20px;
}
.items-blue .item h5 {
  margin-bottom: 0;
}
.items-blue .item .image {
  margin-bottom: 15px;
  text-align: center;
}
.items-blue .item .image img {
  margin: 0 auto;
}
.items-blue .item-l {
  border-radius: 20px;
  position: relative;
  background: #fff;
  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;
  padding: 50px 20px 50px 20px;
  border: 1px solid #1d327d;
}
.items-blue .item-l:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  z-index: -1;
  background: linear-gradient(to right, #1d327d 0%, #234113 100%);
  border-radius: 31px;
  border-radius: 21px;
}
.items-blue .item-l .image {
  margin-bottom: 0;
}
.left-right-content {
  margin-bottom: 100px;
  margin-top: 100px;
}
.left-right-content.reverse > .alc, footer .footer-menu .left-right-content.reverse > ul, footer .footer-bottom-menu .left-right-content.reverse > ul {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-content.reverse .info {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .left-right-content {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .left-right-content {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
.left-right-content .left, .left-right-content .right {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
@media (max-width: 1024px) {
  .left-right-content .left, .left-right-content .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .left-right-content .image {
    margin-bottom: 30px;
    text-align: center;
  }
}
.left-right-content .image img {
  height: 571px;
  object-fit: cover;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .left-right-content .image img {
    max-height: 400px;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
}
.left-right-content .info {
  max-width: 582px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .left-right-content .info {
    max-width: 100%;
  }
}
.management {
  margin-bottom: 45px;
}
.management h3, .management .post .post-title, .post .management .post-title {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .management h3, .management .post .post-title, .post .management .post-title {
    margin-bottom: 35px;
  }
}
.management .item {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .management .item {
    margin-bottom: 30px;
  }
}
.management .item .image {
  -webkit-flex-basis: 339px;
  -moz-flex-basis: 339px;
  -ms-flex-preferred-size: 339px;
  flex-basis: 339px;
  margin-right: 10%;
}
@media (max-width: 1280px) {
  .management .item .image {
    margin-right: 5%;
  }
}
@media (max-width: 1024px) {
  .management .item .image {
    margin-right: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.management .item .image img {
  height: 399px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .management .item .image img {
    height: auto;
    max-height: 399px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .management .item .image img {
    max-height: 320px;
  }
}
.management .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bottom-info-section p {
  text-align: center;
  font-size: 24px;
  padding-bottom: 0;
}
header {
  position: relative;
  z-index: 100;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header .custom-logo-link {
  -webkit-flex-basis: 330px;
  -moz-flex-basis: 330px;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  margin-right: 20px;
}
@media (max-width: 1366px) {
  header .custom-logo-link {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 10px;
  }
}
header .custom-logo-link:hover {
  opacity: 0.7;
}
.top-block {
  padding: 15px 0;
}
.top-block .wrapper {
  position: relative;
  z-index: 0;
  min-height: 440px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  padding: 40px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .top-block .wrapper {
    min-height: 250px;
  }
}
@media (max-width: 1024px) {
  .top-block .wrapper {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .top-block .wrapper {
    min-height: auto;
    padding: 30px 20px;
  }
}
.top-block .wrapper .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-block .wrapper .image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(98.34deg, rgba(29, 50, 125, 0.7) 0%, rgba(162, 250, 112, 0.39) 100%);
  z-index: 1;
}
.top-block .wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .bottom-form > .flex, .main-menu.bottom-form > ul {
    display: block;
  }
}
.bottom-form .wrapper {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .bottom-form .wrapper {
    padding: 25px;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
.bottom-form .wrapper::before, .bottom-form .wrapper::after {
  content: '';
  position: absolute;
  background-image: url('../img/form-icon.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 228px;
  height: 151px;
  z-index: -1;
}
@media (max-width: 480px) {
  .bottom-form .wrapper::before, .bottom-form .wrapper::after {
    display: none;
  }
}
.bottom-form .wrapper::before {
  top: 0;
  left: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.bottom-form .wrapper::after {
  right: 0;
  bottom: 0;
}
.bottom-form .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 25px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bottom-form .image {
    margin-left: 0;
    margin-top: 20px;
  }
}
.bottom-form .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-box > .container {
  min-height: 570px;
  padding: 40px;
}
@media (max-width: 1024px) {
  .full-box > .container {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .full-box > .container {
    padding: 25px;
  }
}
.full-box .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}
.full-box .image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(98.34deg, #1d327d 0%, #234113 100%);
  opacity: 0.75;
}
.full-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.full-box .text {
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}
.full-box .text .btn, .full-box .text .post-navigation [rel="next"], .post-navigation .full-box .text [rel="next"], .full-box .text .post-navigation [rel="prev"], .post-navigation .full-box .text [rel="prev"] {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .full-box .text .btn, .full-box .text .post-navigation [rel="next"], .post-navigation .full-box .text [rel="next"], .full-box .text .post-navigation [rel="prev"], .post-navigation .full-box .text [rel="prev"] {
    margin-top: 0;
  }
}
.contact-info {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .contact-info {
    margin: 20px 0;
  }
  .contact-info > .flex, .main-menu.contact-info > ul {
    display: block;
  }
}
.contact-info .map {
  border-radius: 30px;
  overflow: hidden;
  -webkit-flex-basis: 57%;
  -moz-flex-basis: 57%;
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .contact-info .map {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .contact-info .map {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact-info .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-info .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 1024px) {
  .contact-info .right-wrapper {
    padding: 25px;
  }
}
.contact-info .right-wrapper .text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact-info .right-wrapper .text {
    margin-bottom: 10px;
  }
}
.contact-info .right-wrapper p {
  font-weight: 300;
}
.contact-info .right-wrapper p strong {
  font-weight: 500;
  width: 90px;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact-info .right-wrapper p strong {
    width: auto;
  }
}
.top-text {
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .top-text {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .top-text {
    margin: 20px 0;
  }
}
.top-text > .container {
  width: 1200px;
}
@media (max-width: 1024px) {
  .top-text br {
    display: none;
  }
}
.top-text p a:not(.btn) {
  color: #8ac16a;
}
.top-text p a:not(.btn):hover {
  color: #84d2df;
}
.gradient-border {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.gradient-border::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(98.34deg, #8ac16a 0%, #34b3c9 100%);
  z-index: -2;
}
.gradient-border::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% - 2px);
  height: calc(100% - 2px);
  border-radius: 28px;
  background: #fff;
  z-index: -1;
}
.contact-border-text {
  margin: 40px 0;
}
@media (max-width: 480px) {
  .contact-border-text {
    margin: 20px 0;
  }
}
.contact-border-text .gradient-border {
  padding: 38px 15px;
}
@media (max-width: 768px) {
  .contact-border-text .gradient-border {
    padding: 20px 10px;
  }
}
.contact-border-text h5 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-linear-gradient(top left, #1d327d, #234113);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1367px) {
  .contact-border-text h5 {
    font-size: 29px;
    line-height: 1.32;
  }
}
.contact-bottom-text {
  text-align: center;
  border-bottom: 1px solid #d5dcf3;
  padding: 20px 0 60px;
}
@media (max-width: 1024px) {
  .contact-bottom-text {
    padding: 20px 0;
  }
}
.level-box .title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 120px;
}
@media (min-width: 1367px) {
  .level-box .title {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .level-box .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .level-box .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .level-box .title {
    margin-bottom: 25px;
  }
}
.level-box .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%;
}
.level-box .items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .level-box .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%;
  }
  .level-box .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.level-box .items .item .text {
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
}
@media (max-width: 1024px) {
  .level-box .items .item .text {
    padding: 25px;
  }
}
.level-box .items .item .text .sub-title {
  position: relative;
  z-index: 0;
  padding-left: 55px;
}
@media (max-width: 768px) {
  .level-box .items .item .text .sub-title {
    padding-left: 40px;
  }
}
.level-box .items .item .text .sub-title svg {
  position: absolute;
  left: 7px;
  top: 2px;
  height: 40px;
  color: inherit;
}
@media (max-width: 768px) {
  .level-box .items .item .text .sub-title svg {
    height: 30px;
  }
}
.level-box .items .item .image {
  border-radius: 30px;
  overflow: hidden;
}
.level-box .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.level-box .items .item.has-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.level-box .items .item.has-img .text {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .level-box .items .item.has-img .text {
    margin-bottom: 15px;
  }
}
.level-box .items .item.has-img .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.level-box .items .item:nth-child(2n) .text {
  border: 1px solid #1d327d;
}
.form-popup {
  border-radius: 30px;
  overflow: hidden;
  padding: 50px 60px;
  position: relative;
  z-index: 0;
  max-width: 520px;
}
@media (max-width: 1024px) {
  .form-popup {
    padding: 25px;
  }
}
.form-popup::before, .form-popup::after {
  content: '';
  position: absolute;
  background-image: url('../img/form-icon.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 228px;
  height: 151px;
  z-index: -1;
}
@media (max-width: 480px) {
  .form-popup::before, .form-popup::after {
    display: none;
  }
}
.form-popup::before {
  top: 0;
  left: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.form-popup::after {
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .home-top > .alc, footer .footer-menu .home-top > ul, footer .footer-bottom-menu .home-top > ul {
    display: block;
  }
}
.home-top .top-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 22px 10px;
  margin: 10px 0 25px;
}
@media (max-width: 1024px) {
  .home-top .top-wrapper {
    margin: 10px 0;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .home-top .top-wrapper {
    display: block;
    text-align: center;
  }
}
.home-top .top-wrapper h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 1367px) {
  .home-top .top-wrapper h5 {
    font-size: 42px;
  }
}
.home-top .top-wrapper h1 {
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient(top left, #8ac16a, #1aaee5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 35px;
}
@media (max-width: 1480px) {
  .home-top .top-wrapper h1 {
    font-size: 55px;
  }
}
@media (max-width: 1366px) {
  .home-top .top-wrapper h1 {
    font-size: 40px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .home-top .top-wrapper h1 {
    font-size: 30px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .home-top .top-wrapper h1 {
    margin-left: 0;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .home-top .top-wrapper h1 {
    font-size: 16px;
  }
}
.home-top .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .home-top .text {
    text-align: center;
    padding: 30px 0;
  }
}
.home-top .text h2 {
  color: #8ac16a;
  text-transform: uppercase;
}
.home-top .text h5 {
  font-weight: 700;
  line-height: 1.33;
}
.home-top .text .btn, .home-top .text .post-navigation [rel="next"], .post-navigation .home-top .text [rel="next"], .home-top .text .post-navigation [rel="prev"], .post-navigation .home-top .text [rel="prev"] {
  line-height: 1.46;
  padding: 17px 20px;
  max-width: 315px;
  -webkit-box-shadow: 0 7px 7px 0 rgba(52, 179, 201, 0.59);
  box-shadow: 0 7px 7px 0 rgba(52, 179, 201, 0.59);
}
.home-top .items {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  margin-left: 4%;
  height: 650px;
  margin-right: -15px;
}
@media (max-width: 1366px) {
  .home-top .items {
    margin-left: 15px;
    -webkit-flex-basis: 64%;
    -moz-flex-basis: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
    height: 40vw;
  }
}
@media (max-width: 1200px) {
  .home-top .items {
    height: 50vw;
  }
}
@media (max-width: 1024px) {
  .home-top .items {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .home-top .items {
    height: 100vw;
  }
}
@media (max-width: 480px) {
  .home-top .items {
    height: auto;
  }
}
.home-top .items .item {
  border-radius: 30px;
  margin: 15px;
  overflow: hidden;
  float: left;
  width: calc(100% / 3 - 30px);
  height: calc(100% / 2 - 30px);
}
@media (max-width: 1366px) {
  .home-top .items .item {
    margin: 5px;
    width: calc(100% / 3 - 10px);
    height: calc(100% / 2 - 10px);
  }
}
@media (max-width: 768px) {
  .home-top .items .item {
    width: calc(100% / 2 - 10px);
  }
}
@media (max-width: 480px) {
  .home-top .items .item {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.home-top .items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .home-top .items .item img {
    max-height: 180px;
  }
}
.home-top .items .item:nth-child(1) {
  height: calc(100% - 30px);
}
@media (max-width: 1366px) {
  .home-top .items .item:nth-child(1) {
    height: calc(100% - 10px);
  }
}
@media (max-width: 768px) {
  .home-top .items .item:nth-child(1) {
    height: calc(100% / 2 - 10px);
  }
}
.home-top .items .item:nth-child(2) {
  width: calc((100% / 3) * 2 - 30px);
}
@media (max-width: 1366px) {
  .home-top .items .item:nth-child(2) {
    width: calc((100% / 3) * 2 - 10px);
  }
}
@media (max-width: 768px) {
  .home-top .items .item:nth-child(2) {
    width: calc(100% / 2 - 10px);
  }
}
@media (max-width: 480px) {
  .home-top .items .item:nth-child(2) {
    width: 100%;
  }
}
.home-top .items .item.last-item {
  padding: 35px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .home-top .items .item.last-item {
    padding: 25px 15px;
  }
}
.home-top .items .item.last-item::before {
  content: '';
  background-image: url('../img/home-icon.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 65%;
}
.home-top .items .item.last-item .btn, .home-top .items .item.last-item .post-navigation [rel="next"], .post-navigation .home-top .items .item.last-item [rel="next"], .home-top .items .item.last-item .post-navigation [rel="prev"], .post-navigation .home-top .items .item.last-item [rel="prev"] {
  -webkit-box-shadow: 0 7px 7px 0 rgba(52, 179, 201, 0.59);
  box-shadow: 0 7px 7px 0 rgba(52, 179, 201, 0.59);
}
@media (max-width: 1600px) {
  .home-top .items .item.last-item .btn, .home-top .items .item.last-item .post-navigation [rel="next"], .post-navigation .home-top .items .item.last-item [rel="next"], .home-top .items .item.last-item .post-navigation [rel="prev"], .post-navigation .home-top .items .item.last-item [rel="prev"] {
    min-width: auto;
  }
}
@media (max-width: 1366px) {
  .home-top .items .item.last-item .btn, .home-top .items .item.last-item .post-navigation [rel="next"], .post-navigation .home-top .items .item.last-item [rel="next"], .home-top .items .item.last-item .post-navigation [rel="prev"], .post-navigation .home-top .items .item.last-item [rel="prev"] {
    padding: 20px 10px;
  }
}
.home-top .items .item.last-item h5 {
  line-height: 1.33;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .home-top .items .item.last-item h5 {
    font-size: 25px;
  }
}
footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 125px 0 50px;
}
@media (max-width: 1366px) {
  footer .footer-top {
    padding: 60px 0 50px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    display: block;
  }
}
@media (max-width: 480px) {
  footer .footer-top {
    padding: 25px 0;
  }
}
footer .footer-top .map {
  -webkit-flex-basis: 58%;
  -moz-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  margin-right: 6%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  footer .footer-top .map {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .map {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer .footer-top .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer-top .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .footer-top .right-wrapper .text {
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  footer .footer-top .right-wrapper .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .right-wrapper .text {
    text-align: center;
  }
}
footer .footer-top .right-wrapper p {
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  footer .footer-top .right-wrapper p {
    text-align: center;
  }
}
footer .footer-top .right-wrapper p strong {
  font-weight: 600;
  width: 100px;
  display: inline-block;
}
@media (max-width: 1500px) {
  footer .footer-top .right-wrapper p strong {
    width: 75px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .right-wrapper p strong {
    width: auto;
  }
}
footer .footer-top .bottom-text {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 768px) {
  footer .footer-top .bottom-text {
    margin-top: 20px;
  }
}
footer .footer-top .bottom-text p {
  font-weight: 300;
}
footer .footer-bottom {
  padding: 20px 0 25px;
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom {
    text-align: center;
  }
}
footer .logo-wrapper {
  -webkit-flex-basis: 17%;
  -moz-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  margin-right: 3%;
}
@media (max-width: 768px) {
  footer .logo-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
footer .copyright {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
@media (max-width: 1366px) {
  footer .copyright {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 1024px) {
  footer .copyright {
    -webkit-flex-basis: 23%;
    -moz-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
}
@media (max-width: 768px) {
  footer .copyright {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-menu {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
@media (max-width: 768px) {
  footer .footer-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .right-footer {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
@media (max-width: 1366px) {
  footer .right-footer {
    -webkit-flex-basis: 65%;
    -moz-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
}
@media (max-width: 1024px) {
  footer .right-footer {
    -webkit-flex-basis: 74%;
    -moz-flex-basis: 74%;
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
  }
}
@media (max-width: 768px) {
  footer .right-footer {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-logo {
  font-size: 0;
  display: inline-block;
  max-width: 240px;
}
@media (max-width: 768px) {
  footer .footer-logo {
    max-width: 160px;
  }
}
footer .footer-logo:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  footer .right-footer {
    display: block;
  }
}
footer .footer-menu ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  footer .footer-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  footer .footer-menu ul {
    display: block;
  }
}
footer .footer-menu ul li {
  padding-right: 20px;
}
@media (max-width: 1200px) {
  footer .footer-menu ul li {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu ul li {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  footer .footer-menu ul li {
    padding-right: 0;
  }
}
footer .footer-menu ul li:last-child {
  padding-right: 0;
}
footer .footer-menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Inter';
  position: relative;
  display: inline-block;
}
footer .footer-menu ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .footer-menu ul li a:hover {
  color: #fff;
}
footer .footer-menu ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1366px) {
  footer .footer-menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  footer .footer-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu ul li a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom-menu ul {
    display: block;
  }
}
footer .footer-bottom-menu ul li {
  margin-left: 40px;
}
@media (max-width: 1024px) {
  footer .footer-bottom-menu ul li {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-menu ul li {
    margin-left: 20px;
  }
  footer .footer-bottom-menu ul li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom-menu ul li {
    margin-left: 0;
  }
}
footer .footer-bottom-menu ul li a {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  font-size: 16px;
  font-family: 'Lato';
  position: relative;
  display: inline-block;
}
footer .footer-bottom-menu ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .footer-bottom-menu ul li a:hover {
  color: #fff;
}
footer .footer-bottom-menu ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
footer .copyright {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  footer .copyright {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  footer .copyright {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
footer .copyright a {
  color: inherit;
  position: relative;
  display: inline-block;
}
footer .copyright a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  -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 .copyright a:hover {
  color: rgba(255, 255, 255, 0.3);
}
footer .copyright a:hover:before {
  width: 100%;
  opacity: 1;
}
