body {
  --swiper-navigation-color:black;
  --swiper-theme-color:black;
}

.font, body {
  font-family: "Poppins", sans-serif;
}

.font2, p {
  font-family: inherit;
}

body {
  /*    &.scrolling{
          margin-top: 99px;
      }*/
  background-color: #f1f1f1 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
  opacity: 1 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black !important;
  opacity: 1 !important;
}

/*common classes*/
.bg-gray {
  background: #F4F4F4;
}

.bg-dark {
  background: #001948;
  color: #fff;
}

* {
  font-smoothing: antialiased;
}

.highlight {
  color: #001948;
}

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

.highlight-marker {
  background: #F46C22;
  color: #fff;
  padding: 0 10px;
}

.multiply {
  mix-blend-mode: multiply;
}

/*  General classes  */
body, html {
  min-height: 100vh;
  overflow-x: hidden !important;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: auto;
  font-size: 100%;
  line-height: 1.5;
  color: #404040;
  /*    overflow-x: hidden;*/
  background-color: #fff;
}

main {
  /*    max-width: 1700px;*/
  margin: auto;
}

/* typescale css*/
html {
  font-size: 100%;
}

p:empty {
  display: none;
}

hr {
  border-top: 5px solid #a9a9a9;
  padding: 0;
  margin: 10px 0;
}

::-moz-selection {
  background-color: #F46C22;
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
}

::selection {
  background-color: #F46C22;
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

a, button {
  text-decoration: none;
}
a, a:hover, a:focus, a.active, button, button:hover, button:focus, button.active {
  outline: none !important;
}

a {
  color: #F46C22;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: rgb(167.6551724138, 64.4827586207, 8.3448275862);
}

#loading {
  visibility: hidden;
}

*:focus {
  outline: none;
}

.center-absolute, .absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*Common-Stuff*/
.error {
  font-size: 13px;
  line-height: 18px;
  color: #F46C22;
}

.absolute {
  position: absolute;
}

.relative, body {
  position: relative;
}

section, header {
  position: relative;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

iframe {
  width: 100%;
}

.swiper {
  width: 100%;
}

.swiper-wrap {
  position: relative;
}

.slide-inside-wrap {
  position: relative;
}
.slide-inside-wrap .slider-caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 10px;
  top: 15%;
  height: 70%;
  justify-content: center;
  width: 50%;
}
.slide-inside-wrap .slider-caption .text-smaller,
.slide-inside-wrap .slider-caption .title-above,
.slide-inside-wrap .slider-caption .text-big {
  color: black;
}
.slide-inside-wrap .slider-caption .title-above {
  font-size: 1.5rem;
}
.slide-inside-wrap .slider-caption .text-big {
  line-height: 1.1;
  font-size: 6rem;
}
.slide-inside-wrap .slider-caption .text-smaller {
  font-size: 2rem;
}
.slide-inside-wrap .slider-caption .btn-basic {
  background: white;
  margin-top: 20px;
}
.slide-inside-wrap .slider-caption .btn-basic:hover {
  background: black;
  color: white;
}
.slide-inside-wrap .slider-caption hr {
  max-width: 170px;
  border-width: 1px;
  margin: 10px auto;
  border-color: black;
}

#menu-footer-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.btn.color1 {
  background: #F46C22;
  color: white;
}
.btn.color1:hover {
  background: rgb(216.2370689655, 83.1681034483, 10.7629310345);
}
.btn.color2 {
  background: #001948;
  color: white;
}
.btn.color2:hover {
  background: rgb(0, 7.2916666667, 21);
}

header {
  z-index: 100;
}
header.hide-header {
  transform: translateY(-100%);
}
header {
  transform: translateY(0%);
}
header.scrolling {
  position: fixed;
  background-color: white !important;
  left: 0;
  width: 100%;
  z-index: 100;
}
header {
  background-color: white !important;
  transition: transform 0.3s ease;
  border-bottom: 5px solid #F46C22;
}
header #mega-menu-wrap-primary-menu {
  margin-right: 15px;
}
header .col-logo {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .col-logo .logo {
  max-width: 230px;
}
header .col-logo .logo img {
  width: 100%;
  max-height: 54px;
}
header .right-bg {
  background: #001948;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: calc((100% - 1320px) / 2 + 13px);
}
header .col-menu {
  align-items: center;
  justify-content: flex-end;
}
header .col-buttons {
  align-items: center;
  justify-content: flex-end;
}
header .col-buttons a {
  padding: 35px 15px;
  border: none;
  border-radius: 0;
  display: flex;
  height: auto;
}

main .content p:last-child {
  margin-bottom: 0;
}

#home-slider .swiper-button-next:hover,
#home-slider .swiper-button-prev:hover {
  color: #F46C22;
}
#home-slider .swiper-button-prev {
  left: -60px;
}
#home-slider .swiper-button-next {
  right: -60px;
}

.btn-basic {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 5px 50px;
  text-align: center;
  border: 1px solid black;
  color: black;
  font-size: 25px;
  text-transform: uppercase;
}
.btn-basic:hover {
  background-color: black;
  color: white;
}

.btn-gray {
  background-color: #001948;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 5px 50px;
  text-align: center;
}
.btn-gray:hover {
  background-color: rgb(0, 7.2916666667, 21);
  color: white;
}

.btn-link {
  color: #001948;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #F46C22;
}

.bg-light {
  background-color: #F5F5F5;
}

.image-block-wrap {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.image-block-wrap > a {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
.image-block-wrap > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease;
}
.image-block-wrap > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.image-block-wrap > a img {
  width: 100%;
}
.image-block-wrap > a h4 {
  margin: 0;
  position: absolute;
  opacity: 1;
  color: white;
  text-shadow: 1px 2px #000;
  letter-spacing: 4px;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.image-block-wrap > a:hover:before {
  opacity: 0.4;
}
.image-block-wrap > a:hover h4 {
  letter-spacing: 0px;
}

#under-blocks .col-6:nth-child(2n) .under-block {
  background-color: #F5F5F5;
}
#under-blocks .col-6:nth-child(2n+1) .under-block {
  background-color: #E8E8E8;
}

.bg-brown {
  background-color: #F46C22;
}
.bg-brown p, .bg-brown h1, .bg-brown h2, .bg-brown h3, .bg-brown h4 {
  color: #001948;
}

#copyright-bar p {
  margin: 0;
}

.bg-dark-brown {
  background-color: #001948;
}
.bg-dark-brown h1, .bg-dark-brown h2, .bg-dark-brown h3, .bg-dark-brown h4, .bg-dark-brown h5 {
  color: #EBEBEB;
}
.bg-dark-brown a, .bg-dark-brown p {
  color: #A8A19D;
}
.bg-dark-brown a:hover {
  color: #EBEBEB;
}
.bg-dark-brown hr {
  border-color: #A8A19D;
  border-top-width: 1px;
}

.under-block {
  height: 100%;
}
.under-block .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.under-block h4 {
  font-size: 1.2rem;
  color: black;
  margin: 15px 0;
  font-weight: bold;
}
.under-block p {
  font-size: 1rem;
  color: #707070;
  font-size: 18px;
}
.under-block img {
  width: 100%;
  max-width: 335px;
}

.masonry {
  display: flex;
  flex-wrap: wrap;
}
.masonry .gallery-item {
  position: relative;
}
.masonry .gallery-item:hover a:before {
  opacity: 0;
}
.masonry .gallery-item {
  max-height: 570px;
  height: 70vh;
  flex: 1 0 auto;
  overflow: hidden;
}
.masonry .gallery-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.masonry .gallery-item img {
  width: 100%;
  border: 5px solid white;
  object-fit: cover;
  height: 100%;
}

.offer-wrap {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.offer-box {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 1rem 2rem 0 1rem;
  text-align: center;
  align-items: center;
  height: 100%;
  max-width: 210px;
}
.offer-box img {
  max-width: 80px;
  margin-bottom: 20px;
}
.offer-box p {
  font-size: 19px;
  line-height: 1.2;
  margin: 0;
}

#image-with-content {
  overflow: hidden;
}
#image-with-content h2 {
  font-size: 2rem;
}
#image-with-content p {
  font-size: 1.1rem;
  font-weight: 300;
}
#image-with-content .block-wrap {
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 4rem;
}
.lined-title .elementor-divider-separator:after {
  display: none;
}
.lined-title .elementor-divider-separator:before {
  width: 100px;
}

.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-list li {
  display: inline-flex;
  margin-right: 15px;
}
.inline-list li:last-child {
  margin-right: 0;
}

.list-icon {
  list-style: none;
}
.list-icon li {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.list-icon li:last-child {
  margin-bottom: 0;
}
.list-icon p {
  margin: 0;
}
.list-icon .wrap-icon {
  display: flex;
  margin-right: 10px;
}
.list-icon .wrap-text {
  display: flex;
}
footer .footer-logo {
  max-width: 290px;
}
footer .footer-connect-header {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
footer .list-icon svg {
  color: #A8A19D;
}
footer .menu {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
footer .menu li {
  margin-bottom: 5px;
}
footer .menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  header .col-buttons a {
    padding: 35px 8px;
  }
  header .col-buttons a svg {
    width: 20px;
  }
  header .right-bg {
    width: calc((100% - 1140px) / 2 + 13px);
  }
}
@media (max-width: 1200px) {
  #menu-footer-menu {
    display: flex;
    flex-direction: column;
  }
  .slide-inside-wrap .slider-caption {
    padding: 0 15px;
    right: 0;
    top: auto;
    bottom: 0;
    height: 40%;
    width: 100%;
  }
  header #mega-menu-primary-menu {
    margin-top: 15px !important;
  }
  #under-blocks .col-6:nth-child(3n) .under-block {
    background-color: #F5F5F5;
  }
  #under-blocks .col-6:nth-child(3n+1) .under-block {
    background-color: #E8E8E8;
  }
  header .right-bg {
    width: calc((100% - 960px) / 2 + 13px);
  }
  .image-block-wrap > a h4 {
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1060px) {
  .offer-box {
    max-width: 170px;
    width: 20%;
  }
}
@media (max-width: 992px) {
  .slide-inside-wrap .slider-caption {
    padding: 15px;
    right: 10px;
    top: 20%;
    height: 60%;
    width: 70%;
  }
  .slide-inside-wrap .slider-caption .text-big {
    font-size: 5rem;
  }
  .slide-inside-wrap .slider-caption .btn-basic {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-349 .bdt-ep-carousel-desc {
    max-height: 300px !important;
  }
}
@media screen and (max-width: 600px) {
  #menu-footer-menu {
    align-items: flex-start;
  }
  #section-offers {
    padding-bottom: 100px !important;
  }
  .footer-connect {
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
  .footer-connect h4 {
    margin: 0 0 10px 0 !important;
    width: 100%;
    display: block !important;
  }
  .swiper-wrapper img,
  .swiper-slide img {
    max-height: 280px;
  }
  .slide-inside-wrap .slider-caption .text-big {
    font-size: 4rem;
  }
  .offer-box {
    width: 33.33%;
    max-height: 200px;
  }
  #wpadminbar {
    position: fixed;
    top: 0;
  }
  .slide-inside-wrap .slider-caption {
    padding: 0 15px;
    right: 0;
    top: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  header .right-bg {
    width: calc((100% - 1310px) / 2 + 13px);
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1310px;
  }
}
@media (min-width: 1500px) {
  header .right-bg {
    width: calc((100% - 1400px) / 2 + 13px);
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  header .right-bg {
    width: calc((100% - 1300px) / 2 + 13px);
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
  }
}
@media screen and (max-width: 450px) {
  .offer-box {
    width: 50%;
    max-height: 200px;
  }
}
