html,
body {
  margin: 0;
  padding: 0;
  background: #eef3f7;
  color: #263241;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

* {
  box-sizing: border-box;
}

a {
  color: #1f6b9d;
  text-decoration: none;
}

a:hover {
  color: #0f476d;
  text-decoration: underline;
}

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

#container,
.main-container {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 18px 45px rgba(30, 55, 76, 0.12);
  overflow: hidden;
}

.boxed-layout {
  width: 100%;
}

.top-nav-box,
.top-nav {
  background: #1f6996;
  color: #fff;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-nav img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.main-header,
.header-helper {
  background: linear-gradient(135deg, #f8fbfd 0%, #ffffff 48%, #e9f2f8 100%);
  border-bottom: 1px solid #d7e3ec;
  padding: 22px 28px 18px;
}

.logo {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  color: #36536a;
  font-weight: 700;
}

.logo img {
  display: block;
  width: auto;
  max-height: 92px;
  margin-bottom: 10px;
}

#main-menu,
#menu-main-menu,
.main-header nav ul,
.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #1f6996;
  border-radius: 4px;
  overflow: hidden;
}

#menu-main-menu-vamtam {
  display: block;
  width: auto;
  background: transparent;
}

#menu-main-menu-vamtam li {
  display: inline-block;
}

#menu-main-menu li,
.main-header nav li,
.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-main-menu a,
.main-header nav a,
.menu a {
  display: block;
  padding: 13px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

#menu-main-menu a:hover,
.main-header nav a:hover,
.menu a:hover,
.current-menu-item > a {
  background: #145073;
  color: #fff;
  text-decoration: none;
}

.header-slider-wrapper {
  position: relative;
  background: #123f5d;
  min-height: 300px;
  overflow: hidden;
}

#header-slider,
#header-slider.invisible {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  min-height: 300px;
}

#header-slider img,
.wpv-slide {
  display: block !important;
  width: 100% !important;
  min-height: 300px;
  max-height: 430px;
  object-fit: cover;
}

.hidden {
  display: none !important;
}

#main,
.body-helper {
  background: #fff;
  padding: 34px 28px 44px;
}

.container_16,
.grid_16,
.grid_12,
.grid_8,
.grid_6,
.grid_4 {
  width: 100% !important;
  max-width: 1060px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

h1,
h2,
h3,
h4 {
  color: #174d71;
  line-height: 1.22;
  margin: 0 0 18px;
}

h1 {
  font-size: clamp(30px, 5vw, 54px);
}

h2 {
  font-size: clamp(24px, 3.5vw, 38px);
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 18px;
}

.page-content,
.entry-content,
.post-content,
article,
.loop-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.row,
.services,
.portfolio,
.gallery,
.wpv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.lazy,
.gallery img,
.portfolio img,
.page-content img,
.entry-content img,
.post-content img {
  border-radius: 4px;
  border: 1px solid #d9e5ee;
  background: #e8f0f5;
}

.main-footer,
.footer-helper {
  background: #153d58;
  color: #dbe8ef;
  padding: 28px;
  font-size: 14px;
}

.main-footer a {
  color: #fff;
}

.copyrights {
  max-width: 1060px;
  margin: 0 auto;
}

#scroll-to-top,
.icons-top {
  display: none !important;
}

@media (max-width: 760px) {
  #container,
  .main-container {
    width: 100%;
    box-shadow: none;
  }

  .main-header,
  .header-helper,
  #main,
  .body-helper {
    padding-left: 16px;
    padding-right: 16px;
  }

  #menu-main-menu,
  .main-header nav ul,
  .menu {
    display: block;
  }

  #menu-main-menu a,
  .main-header nav a,
  .menu a {
    padding: 11px 14px;
  }

  .header-slider-wrapper,
  #header-slider,
  #header-slider.invisible {
    min-height: 220px;
  }

  #header-slider img,
  .wpv-slide {
    min-height: 220px;
    max-height: 300px;
  }
}
