* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html.no-scroll{
  overflow-y: hidden;
}

html,
body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*---------------------*/
/** Breakpoints **/
/** Colors **/
html,
body {
  font-family: "Cambria", Arial, sans-serif;
  line-height: 1;
  background-color: #fff;
}

body {
  color: #0F3343;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  margin-right: 10px;
}

textarea {
  resize: none;
}

hr {
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0 30px;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.item {
  height: 100%;
  display: block;
  position: relative;
}

.item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.item__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 2.5em;
  color: #fff;
  background-color: rgba(0, 72, 177, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.item:hover .item__logo {
  opacity: 1;
  visibility: visible;
}

.container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    z-index: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1600px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay {
  position: relative;
}

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

i {
  margin-right: 0;
}

/** Back to Top Button **/
#toTop {
  display: inline-block;
  background-color: #6EC1E4;
  width: 45px;
  height: 50px;
  text-align: right;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#toTop:hover {
  cursor: pointer;
  background-color: #fff5f4;
}

#toTop:active {
  background-color: #fff5f4;
}

#toTop.show {
  opacity: 1;
  visibility: visible;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/** Other Main Styles **/
.section-heading {
  position: relative;
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 300;
  color: #b3b3b3;
  z-index: 10;
}

.section-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: #0048b1;
  padding-bottom: 30px;
  position: relative;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
}

.section-title::before {
  left: 50%;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #8c8882 none repeat scroll 0 0;
  z-index: 999;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title::after {
  left: 25%;
  bottom: -1px;
  width: 50%;
  border-top: 1px solid #8c8882;
}

@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 2.6rem;
  }
}

.section-title span {
  font-weight: 100;
}

@media only screen and (max-width: 992px) {
  .section-title span {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.section-subtitle {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.white {
  color: #fff;
}

.custom-btn {
  background: #0048b1;
  color: #fff;
  border: 2px solid #001f4b;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 30px;
  line-height: 1;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: background 0.25s ease-in-out,
    border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}

.custom-btn:hover {
  background: #fff5f4;
  color: #0048b1;
}

@media only screen and (max-width: 992px) {
  .custom-btn {
    padding: 12px 24px;
    font-size: 1em;
  }
}

.block {
  text-align: center;
}

.block__icon,
.block__title {
  margin: 0 0 30px 0;
}

.block__icon {
  font-size: 2.5em;
}

.block__icon i {
  margin-right: 0;
}

.block__title {
  color: #8c8882;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 24px;
}

.block__text {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.block__text:after {
  content: "";
  display: block;
  margin: 35px auto 0 auto;
  width: 50px;
  height: 1px;
  background-color: #8c8882;
}

.img-hover-zoom {
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.img-hover-zoom:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.img-hover-zoom--quick-zoom {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: transform 0.25s, visibility 0.25s ease-in;
  -webkit-transition: visibility 0.25s ease-in, -webkit-transform 0.25s;
  transition: visibility 0.25s ease-in, -webkit-transform 0.25s;
  transition: transform 0.25s, visibility 0.25s ease-in;
  transition: transform 0.25s, visibility 0.25s ease-in, -webkit-transform 0.25s;
}

.img-hover-zoom--quick-zoom:hover {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.img-hover-zoom--point-zoom {
  -webkit-transform-origin: 65% 75%;
  transform-origin: 65% 75%;
  -webkit-transition: transform 0.1s, filter 0.5s ease-out;
  -webkit-transition: -webkit-transform 1s, -webkit-filter 0.5s ease-out;
  transition: -webkit-transform 1s, -webkit-filter 0.5s ease-out;
  transition: transform 1s, filter 0.5s ease-out;
  transition: transform 1s, filter 0.5s ease-out, -webkit-transform 1s,
    -webkit-filter 0.5s ease-out;
}

.img-hover-zoom--point-zoom:hover {
  -webkit-transform: scale(5);
  transform: scale(5);
}

.img-hover-zoom--zoom-n-rotate {
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.img-hover-zoom--zoom-n-rotate:hover {
  -webkit-transform: scale(2) rotate(25deg);
  transform: scale(2) rotate(25deg);
}

.img-hover-zoom--slowmo {
  -webkit-transform-origin: 50% 65%;
  transform-origin: 50% 65%;
  -webkit-transition: transform 5s, filter 3s ease-in-out;
  -webkit-transition: -webkit-transform 5s, -webkit-filter 3s ease-in-out;
  transition: -webkit-transform 5s, -webkit-filter 3s ease-in-out;
  transition: transform 5s, filter 3s ease-in-out;
  transition: transform 5s, filter 3s ease-in-out, -webkit-transform 5s,
    -webkit-filter 3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Brightness=150%";
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

.img-hover-zoom--slowmo:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transform: scale(3);
  transform: scale(3);
}

.img-hover-zoom--brightness {
  -webkit-transition: transform 1.5s, filter 1s ease-in-out;
  -webkit-transition: -webkit-transform 1.5s, -webkit-filter 1s ease-in-out;
  transition: -webkit-transform 1.5s, -webkit-filter 1s ease-in-out;
  transition: transform 1.5s, filter 1s ease-in-out;
  transition: transform 1.5s, filter 1s ease-in-out, -webkit-transform 1.5s,
    -webkit-filter 1s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Brightness=80%";
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.img-hover-zoom--brightness:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Brightness=100%";
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.img-hover-zoom--zoom-n-pan-h {
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.img-hover-zoom--zoom-n-pan-h:hover {
  -webkit-transform: scale(1.5) translateX(30%);
  transform: scale(1.5) translateX(30%);
}

.img-hover-zoom--zoom-n-pan-v {
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.img-hover-zoom--zoom-n-pan-v:hover {
  -webkit-transform: scale(1.25) translateY(-30%);
  transform: scale(1.25) translateY(-30%);
}

.img-hover-zoom--blur {
  -webkit-transition: transform 1s, filter 2s ease-in-out;
  -webkit-transition: -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  transition: -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  transition: transform 1s, filter 2s ease-in-out;
  transition: transform 1s, filter 2s ease-in-out, -webkit-transform 1s,
    -webkit-filter 2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur=2px";
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.img-hover-zoom--blur:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.img-hover-zoom--colorize {
  -webkit-transition: transform 0.5s, filter 1.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 1.5s ease-in-out;
  transition: -webkit-transform 0.5s, -webkit-filter 1.5s ease-in-out;
  transition: transform 0.5s, filter 1.5s ease-in-out;
  transition: transform 0.5s, filter 1.5s ease-in-out, -webkit-transform 0.5s,
    -webkit-filter 1.5s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Grayscale=100%";
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-hover-zoom--colorize:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-thumb {
  background: #FFF5F4;
  border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

html::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #fff, #fff 1px, #f1f1f1 0, #f1f1f1);
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(140, 136, 130, 0.5);
  border: transparent;
  border-radius: 10px;
}

.owl-dot:not(:last-child) {
  margin-right: 15px;
}

.owl-dot.active,
.swiper-pagination-bullet {
  background: #0048b1;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid var(--main-black-color);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  width: 100%;
  font-size: 4em;
  color: #fff;
  position: absolute;
  top: 43%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  opacity: 0.25;
  -webkit-transition: opacity ease 0.5s 0s;
  transition: opacity ease 0.5s 0s;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-carousel-partners .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Header */

header {
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  body.admin-bar header {
    top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  header{
    background: #fff;
    padding: 0;
  }

  body.admin-bar header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.header-top {
  color: #0F3343;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
  .header-top {
    display: block !important;
  }
  .header-bottom__logo{
    display: none !important;
  }
}

.header-top i {
  margin-right: 7px;
}

.header-top p,
.header-top a {
  display: block;
  color: #0F3343;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {

  .header-top p,
  .header-top a {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 576px) {

  .header-top p,
  .header-top a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 768px) {
  .header-top__address {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 420px) {
  .header-top__address {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .header-top__email {
    display: none;
  }
}

.header-top__row,
.header-bottom__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contacts {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(6, 43, 61, .1);
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .header-contacts {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.header-contacts__item:not(:first-child) {
  border-left: 2px solid rgba(6, 43, 61, .1);
  padding: 0 0 0 60px;
}

@media only screen and (max-width: 1200px) {
  .header-contacts__item:not(:first-child) {
    padding: 0 0 0 30px;
  }
}

.header-contacts__item:last-child {
  border-left: none;
}

.header-contacts-text {
  font-size: 12px;
}

.header-contacts-phone,
.header-contacts-address {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .header-contacts__phone,
  .header-contacts__address {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header-contacts-phone,
  .header-contacts-address {
    font-size: 16px;
  }
}

.header-contacts-button {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #0F3343;
  border-radius: 30px;
  -o-transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}

@media only screen and (max-width: 1200px) {
  .header-contacts-button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .header-contacts-button {
    display: none !important;
  }
}

.header-contacts-button:hover {
  color: #fff;
  background-color: #0F3343;
}

.header-top__logo {
  width: 9rem;
}

@media only screen and (max-width: 1200px) {
  .header-top__logo {
    width: 7rem;
  }
}

@media only screen and (max-width: 576px) {
  .header-top__logo {
    width: 6rem;
  }
}

.header-bottom.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

body.admin-bar .header-bottom.scrolled {
  top: 32px;
}

@media only screen and (max-width: 992px) {
  .header-bottom {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 768px) {
  .header-top {
    padding: 7px 0;
  }
  .header-bottom {
    padding: 0;
  }
}

.header-bottom.scrolled {
  padding: 15px 0;
}

.header-bottom.scrolled .header-bottom__logo {
  display: block;
  width: 7rem;
}

.menu {
  position: relative;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__list:after {
  content: "";
  display: table;
  clear: both;
}

.menu__list li:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .menu__list li:not(:last-child) {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 992px) {
  .menu__list li:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .menu__list {
    padding-top: 90px;
    text-align: center;
  }

  .menu__list li {
    float: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 992px) {
  .menu__list {
    padding-top: 0;
  }

  .menu__list li {
    display: block;
  }
}

.menu__link {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 1em;
  font-weight: 600;
  color: #062B3D;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__link::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.menu__link:hover,
.menu__link:focus,
.menu-item.active .menu__link,
.nav-item-active .menu__link{
  color: #fff;
}

.menu__link:hover::before,
.menu__link:focus::before,
.menu-item.active .menu__link::before,
.nav-item-active .menu__link::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.menu__link::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #062B3D;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.menu__btn {
  display: block;
  width: inherit;
  max-width: 200px;
  margin: 0;
  font-size: 1.1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  border: 0;
  border-radius: 6px;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .menu__btn {
    font-size: 0.9em;
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 490px) {
  .menu__btn {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 768px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fff5f4;
    padding: 30px 0;
    z-index: 99;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .menu__body.active {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  body.admin-bar .menu__body {
    top: 32px;
  }

  .menu__list {
    -moz-box-flex: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu__list li {
    padding: 0 0 15px 0 !important;
  }

  .menu__list li:last-child {
    padding: 0;
  }

  .menu__list li:after {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    right: 50%;
    top: 40px;
    margin: 0 -2px 0 0;
  }

  .menu__link {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 768px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .icon-menu span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3c3c3c;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .icon-menu span:first-child {
    top: 0;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: -5px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 576px) {
  .icon-menu span {
    height: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .icon-menu.active span {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .icon-menu.active span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }

  .icon-menu.active span:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .header.sticky .icon-menu {
    top: 48px;
  }
}

@media only screen and (max-width: 576px) {
  .icon-menu {
    right: 0;
  }
}

/** Section - Main **/
/* You can find and edit all styles for this section in this path: /uploads/ac_assets/main_hero/main_hero.css */

/** Section - About **/

/** Section - Services **/
/* You can find and edit all styles for this section in this path: /uploads/ac_assets/services_section/services_section.css */

/** Section - Our Fleet **/
/* You can find and edit all styles for this section in this path: /uploads/ac_assets/fleet_carousel/fleet_carousel.css */

/** Section - Partners **/

.partner,
.partner img {
  width: auto !important;
}

.partner img {
  margin: 0 auto;
}

/** Section - Contact Us **/
.contacts {
  padding: 60px 0;
  margin-bottom: 0;
}

.contacts__row {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .contacts__row {
    -moz-box-flex: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.contacts__column {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media only screen and (max-width: 768px) {
  .contacts__column {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.contacts__content {
  padding: 0 15px 0 0;
}

@media only screen and (max-width: 768px) {
  .contacts__content {
    padding: 0;
  }
}

.contacts__desc {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .contacts__desc {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
}

.contacts__appointment {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 15px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact:not(:last-child) {
  border-bottom: 1px dashed #fff;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

.contact__icon {
  display: inline-block;
  text-align: center;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 2em;
  color: #fff;
}

.contact__icon i {
  margin-right: 0;
}

@media only screen and (max-width: 576px) {
  .contact__icon {
    font-size: 1.6em;
  }
}

.contact__desc {
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  margin: 0 0 0 15px;
  line-height: 1.6;
}

@media only screen and (max-width: 576px) {
  .contact__desc {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 768px) {
  .contact:last-child {
    margin: 0 0 30px;
  }
}

.google-map iframe {
  width: 100%;
}

/** Contact Form **/
.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-group i {
  position: absolute;
  top: 19px;
  left: 10px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem 1rem 30px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contact-form__submit {
  width: 100%;
  background: transparent;
  color: #fff;
}

.google-map iframe {
  width: 100%;
}

.footer {
  position: relative;
  width: 100%;
  padding: 30px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #0F3343;
  border-top: 2px solid rgba(6, 43, 61, .1);
}

.footer__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.footer__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.footer__column_big {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer__column, .footer__column_big {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .footer {
    padding: 30px 0;
  }
}

.footer__logo{
  display: block;
}

.footer__logo img{
  width: 10rem;
}

@media only screen and (max-width: 768px) {
  .footer__logo{
    margin-bottom: 15px;;
  }
}

.footer a {
  color: inherit;
}

.social {
  margin-bottom: 0;
  text-align: right;
}

.social li {
  display: inline-block;
  padding: 5px;
}

.social li a {
  display: block;
  font-size: 2em;
  color: #0F3343;
}

@media only screen and (max-width: 576px) {
  .social li a {
    font-size: 1.6em;
  }
}

/** Breadcrumbs **/
.page__breadcrumbs .container {
  padding: 0;
}

.breadcrumb {
  text-align: right;
}

.breadcrumb-item {
  display: inline-block;
  list-style: none;
}

.breadcrumb-item a {
  color: #949EA5;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  color: #949EA5;
  content: ">";
  font-size: 16px;
  line-height: 1;
  padding: 0 8px;
}

/** Blog Single Post **/
main.page {
  min-height: auto;
  padding: 15px 0 0;
  margin-bottom: 60px;
}

main.page header {
  background: transparent;
}

main.page .container {
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 0px 5px 15px 5px rgba(34, 60, 80, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(34, 60, 80, 0.1);
}

.page__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 15px;
}

.page__row.row-reverse {
  -ms-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.blog-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 69%;
  flex: 0 1 69%;
}

.blog-content.noSidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.blog-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 28%;
  flex: 0 1 28%;
}

.single-post__wrapper {
  padding: 30px;
}

.single-post__wrapper.ship-wrapper {
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .blog-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .blog-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 30px;
  }

  .single-post__wrapper {
    padding: 15px;
  }

  .single-post__wrapper.ship-wrapper {
    padding: 30px 0 0;
  }
}

.post-meta__posted-on {
  font-size: 0.9em;
  font-style: italic;
}

.post-heading__link {
  color: inherit;
}

.post-heading__title {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.1;
  margin: 10px 0;
}

.post-content {
  line-height: 1.6;
}

.post-content p:not(:last-child) {
  margin-bottom: 15px;
}

.single-post__social {
  margin-top: 15px;
}

.single-post__social a {
  display: inline-block;
}

.single-post__social a:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .single-post__social {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-post__social a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .single-post__social a:not(:last-child) {
    margin-right: 0;
  }
}

.single-post .post-navigation .nav-links {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px 0;
}

.single-post .post-navigation .nav-links .nav-previous,
.single-post .post-navigation .nav-links .nav-next {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  line-height: 1.4;
}

.single-post .post-navigation .nav-links a {
  color: inherit;
}

.single-post .post-navigation .nav-links .nav-previous {
  text-align: left;
}

.single-post .post-navigation .nav-links .nav-next {
  text-align: right;
}

/** Comment Form **/
.comment-reply-title {
  font-size: 1.6em;
  font-weight: 600;
}

.comment-form-comment,
.comment-form-email,
.comment-form-url {
  margin-top: 15px;
}

.comment-form-url {
  margin-bottom: 15px;
}

.comment-form textarea,
.comment-form input,
.search-field {
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid rgba(148, 143, 138, 0.3);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

.comment-form input[type="checkbox"],
.comment-form input[type="submit"] {
  width: auto;
}

.comment-form textarea:focus,
.comment-form input:focus,
.search-field:focus {
  border: 1px solid rgba(148, 143, 138, 1);
}

.comment-form .submit {
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  background-color: transparent;
  color: inherit;
  font-weight: 600;
  margin-top: 15px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #001f4b;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.comment-form .submit:hover {
  background-color: #0048B1;
  color: #fff;
}

/** Search form **/
.search-form {
  position: relative;
}

.search-field {
  margin-top: 0;
}

.search-submit {
  position: absolute;
  top: 25%;
  right: 15px;
  font-size: 1.1em;
  cursor: pointer;
  background: #fff;
  color: rgba(148, 143, 138, 0.3);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.search-submit:hover {
  color: rgba(148, 143, 138, 1);
}

/** Sidebar **/
.widget-area h2 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
}

.widget_block {
  margin-bottom: 15px;
}

.wp-block-latest-posts li:not(:last-child) {
  margin-bottom: 10px;
}

.wp-block-latest-posts li a {
  color: inherit;
}

.details {
  width: 100%;
}

.details__title {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 20px;
}

.details-item {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
  border-color: #e5e5e5;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}

.details-item__title {
  margin-right: 30px;
  font-weight: 600;
}

.details-item__desc {
  text-align: right;
}

/** Blog Page **/
.page__header h1 {
  font-size: 2.4em;
  font-weight: 600;
}

.page.blog .single-post__wrapper {
  padding: 30px 0;
}

.single-post__read-more {
  margin-top: 15px;
}

.post-gallery {
  padding: 0 15px 30px;
  margin-top: -30px;
}

@media only screen and (max-width: 768px){
  .post-gallery {
    margin-top: 0;
  }
}

body.ship-template .search-form{
  display: none;
}

/** Custom News Pagination **/
.news-all__pagination {
  text-align: center;
  margin: 30px 0;
}

.news-all__pagination .pagination {
  font-family: sans-serif;
  display: inline-block;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 35px;
  background-color: #eee;
}

@media only screen and (max-width: 1200px) {
  .news-all__pagination .pagination {
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .news-all__pagination .pagination {
    height: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .news-all__pagination .pagination {
    height: 30px;
  }
}

.news-all__pagination .pagination-wrapper {
  margin: 0;
}

.news-all__pagination .pagination .page-numbers {
  font-size: 1.1em;
  line-height: 60px;
}

@media only screen and (max-width: 1200px) {
  .news-all__pagination .pagination .page-numbers {
    line-height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .news-all__pagination .pagination .page-numbers {
    font-size: 1em;
    line-height: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .news-all__pagination .pagination .page-numbers {
    font-size: 0.8em;
    line-height: 30px;
  }
}

.news-all__pagination .pagination .page-numbers.current,
.news-all__pagination .pagination .page-numbers:hover {
  background-color: #004A99;
}

.news-all__pagination .pagination .page-numbers.prev:hover,
.news-all__pagination .pagination .page-numbers.next:hover {
  color: #fff;
}

.news-all__pagination .pagination .page-numbers:first-child {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.news-all__pagination .pagination .page-numbers:last-child {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.page-numbers {
  display: block;
  padding: 0 25px;
  float: left;
  transition: 400ms ease;
  color: #595959;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 70px;
}

.page-numbers:hover,
.page-numbers.current {
  background-color: #86c023;
  color: #fff;
}

/** Single Page **/
.single-page__title {
  text-align: center;
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 30px;
}

.single-page__content {
  margin-top: 30px;
}

.single-page__content h2,
.single-page__content h3,
.single-page__content h4,
.single-page__content h5,
.single-page__content h6 {
  font-weight: 600;
}

.single-page__content h2 {
  font-size: 2em;
}

.single-page__content h3 {
  font-size: 1.6em;
}

.single-page__content h4 {
  font-size: 1.4em;
}

.single-page__content h5 {
  font-size: 1.25em;
}

.single-page__content h6 {
  font-size: 1.1em;
}

.single-page__content p {
  line-height: 1.6;
  text-indent: 30px;
}

.single-page__content p:not(:last-child) {
  margin-bottom: 15px;
}

.single-page__content blockquote {
  font-size: 1.25em;
  font-style: italic;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 3px solid #0049B2;
  background: rgba(149, 144, 139, .1);
}

.single-page__content a {
  color: inherit;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.single-page__content a:hover {
  color: #0049B2;
}

/** Search Page **/
.search__title,
.not-found__title {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 30px;
}

.not-found__content p {
  font-size: 1.25em;
  margin-bottom: 15px;
}

.search .single-post__wrapper {
  padding: 30px 0;
}

/** Error 404 Page **/
.error-404__image {
  text-align: center;
}

.error-404__title {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 30px;
}

.error-404__content p {
  font-size: 1.6em;
  margin-bottom: 15px;
}

/** Elementor Styles Fixes **/
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.elementor-add-section {
  z-index: 100 !important;
}

/** Ships Page **/
.owl-ships-carousel {
  margin-bottom: 60px;
}

.ship-card__container {
  overflow: hidden;
  border-radius: 5px;
}

.ship-card__content {
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  padding: 30px 30px 30px 30px;
  background-color: #8C88820F;
  min-height: 300px;
  text-align: center;
}

.ship-card__title {
  color: #000000;
  font-family: "PT Serif", Sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 24px;
}

.ship-card__intro {
  color: #747474;
  line-height: 20px;
  margin-top: 15px;
}

.ship-card__read-more {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  background-color: #0048B1;
  color: #ffffff;
  margin-top: 15px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #001F4B;
  -webkit-transition: .3s ease 0s;
  -moz-transition: .3s ease 0s;
  -ms-transition: .3s ease 0s;
  -o-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.ship-card__read-more:hover {
  background-color: transparent;
  color: #0048B1;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
  padding: 1em;
}

.parallax-section .container{
  z-index: 1;
}

.parallax__title{
  line-height: 1.6;
}