@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
html,
body {
  height: 100%;
  font: 16px/1.5 "Lora", serif;
  color: rgba(1, 1, 1, 0.9);
  font-weight: 500;
  letter-spacing: 0.9px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1199.98px) {
  html,
  body {
    font: 14px/1.5 "Lora", serif;
  }
}

#scroll-top {
  display: none;
}

.scroll-top-box {
  background: #d1344e;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 10px 10px rgba(1, 1, 1, 0.5);
}
.scroll-top-box i {
  font-size: 14px;
  color: white;
  margin-top: 0;
}

.scroll-top-box:hover {
  background: #c82d47;
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(1, 1, 1, 0.7);
}

h1,
h2 {
  font-size: 36px;
  line-height: 48px;
  color: #010101;
  font-weight: 700;
  margin-bottom: 40px;
}
h1 span,
h2 span {
  color: #d26422;
}
@media only screen and (max-width: 1199.98px) {
  h1,
  h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1,
  h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 24px;
  line-height: 36px;
  color: #010101;
  font-weight: 700;
  margin-bottom: 20px;
}
h3 span {
  color: #003366;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}

h5 {
  font-size: 24px;
  line-height: 30px;
  color: rgba(1, 1, 1, 0.9);
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}

h6 {
  font-size: 16px;
  line-height: 24px;
  color: #010101;
  font-weight: 700;
  margin-bottom: 10px;
}

p {
  color: rgba(1, 1, 1, 0.9);
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  p {
    font-size: 14px;
  }
}

.btn {
  min-width: 80px;
  font-size: 14px;
  font-weight: 400;
  border-width: 1px;
  margin: 1px 3px 1px;
  padding: 7px 15px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btn-sm {
  min-height: auto;
  font-size: 12px;
  padding: 5px 15px;
}

.btn-lg {
  min-height: auto;
  font-size: 24px;
  padding: 15px 40px;
}
@media only screen and (max-width: 1199.98px) {
  .btn-lg {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.btn-xs {
  min-width: auto;
  min-height: auto;
  font-size: 10px;
  font-weight: 500;
  margin: 1px 1px 1px;
  padding: 1px 5px;
}

.btn-primary {
  background: #003366;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-primary:hover {
  background: #001a33;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #003366;
  border-color: #003366;
}

.btn-outline-primary {
  color: #003366;
  border-color: #003366;
}

.btn-outline-primary:hover {
  background: #003366;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btn-outline-primary:focus {
  box-shadow: none !important;
  background-color: #003366 !important;
  border-color: #003366 !important;
  color: #fff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #003366 !important;
  border-color: #003366 !important;
}

.btn-secondary {
  background: #d26422;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-secondary:hover {
  background: #a64f1b;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-secondary:focus {
  box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #d26422;
  border-color: #d26422;
}

.btn-outline-secondary {
  color: #d26422;
  border-color: #d26422;
}

.btn-outline-secondary:hover {
  background: #d26422;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btn-outline-secondary:focus {
  box-shadow: none !important;
  background-color: #d26422 !important;
  border-color: #d26422 !important;
  color: #fff !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #d26422 !important;
  border-color: #d26422 !important;
}

@media only screen and (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

#header {
  background: #fafbfc;
  padding: 7px 0px;
  box-shadow: 0 5px 5px rgba(1, 1, 1, 0.2);
}
@media only screen and (max-width: 1199.98px) {
  #header .container {
    max-width: 95%;
  }
}

.logo {
  display: block !important;
}
.logo img {
  width: 405px !important;
  height: 101px !important;
}
@media only screen and (max-width: 767.98px) {
  .logo img {
    width: 144px !important;
    height: 36px !important;
  }
}

.navbar {
  position: static;
}
.navbar .navbar-nav {
  font-size: 16px;
  font-weight: 600;
  margin-left: auto;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    background: #f2f5f8;
    border-top: 1px solid rgba(0, 51, 102, 0.2);
    border-bottom: 1px solid rgba(0, 51, 102, 0.2);
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 112px;
    z-index: -999;
    padding: 20px 4%;
    box-shadow: 0 5px 5px rgba(1, 1, 1, 0.2);
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-nav {
    margin-top: -48px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 2px;
  margin-bottom: 1px;
}
.navbar .navbar-nav .nav-link {
  color: rgba(1, 1, 1, 0.7);
  padding: 7px 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  background: #fdd600;
  color: #010101;
  border: 2px solid white;
  box-shadow: 0 5px 5px rgba(1, 1, 1, 0.2);
}
.navbar .navbar-nav .btn-login {
  background: #003366;
  color: white;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.navbar .navbar-nav .btn-login:hover, .navbar .navbar-nav .btn-login:focus {
  background: #001a33;
  color: white;
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-nav .btn-login {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .btn-login {
    display: inline-block;
  }
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
}
.navbar .navbar-toggler svg {
  width: 23px;
}
.navbar .navbar-toggler svg .st-1,
.navbar .navbar-toggler svg .st-2,
.navbar .navbar-toggler svg .st-3 {
  fill: #252525;
}
.navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar .navbar-toggler:hover svg .st-1,
.navbar .navbar-toggler:hover svg .st-2,
.navbar .navbar-toggler:hover svg .st-3 {
  fill: #d1344e !important;
}
.navbar .dropdown-menu {
  background: #e9f1fc;
  max-height: 400px;
  overflow: auto;
  font-size: 13px;
  margin-top: 0;
  border: none;
  border-top: 1px solid #d3e3f9 !important;
  border-bottom: 1px solid #d3e3f9 !important;
  right: 0;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .dropdown-menu {
    border: 1px solid #d3e3f9 !important;
  }
}
.navbar .dropdown-menu .dropdown-item {
  color: #010101;
  font-weight: 500;
}
.navbar .dropdown-menu .dropdown-custom {
  padding: 30px 0 !important;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .dropdown-menu .dropdown-custom {
    padding: 10px 20px !important;
  }
}
.navbar .dropdown-menu .dropdown-custom h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.navbar .dropdown-menu .dropdown-custom ul {
  color: rgba(1, 1, 1, 0.7);
  margin-left: 28px !important;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .dropdown-menu .dropdown-custom ul {
    margin-bottom: 30px !important;
  }
}
.navbar .dropdown-menu .dropdown-custom ul a {
  text-decoration: none;
  color: rgba(1, 1, 1, 0.7);
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .dropdown-menu .dropdown-custom ul a {
    margin-bottom: 15px;
  }
}
.navbar .dropdown-menu .dropdown-custom ul a::before {
  content: "➝";
  width: 18px;
  height: 18px;
  position: absolute;
  left: -28px;
  top: 0;
  z-index: 1;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.navbar .dropdown-menu .dropdown-custom ul a:hover {
  color: rgba(0, 51, 102, 0.9);
}
.navbar .dropdown-menu .dropdown-custom ul a:hover::before {
  left: -22px;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .dropdown-menu {
    max-height: auto;
  }
}

.dropdown-toggle::after {
  margin-left: 0.1em;
  vertical-align: 0.22em;
}

main {
  margin-top: 90px;
}
@media only screen and (max-width: 767.98px) {
  main {
    margin-top: 63px;
  }
}

.banner .carousel-inner {
  position: relative;
  z-index: 1;
}
.banner .carousel-item {
  position: relative;
}
.banner .carousel-item::after {
  content: "";
  background: rgba(1, 1, 1, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.banner .carousel-item img {
  width: 100%;
  height: 100%;
}
.banner .carousel-caption {
  position: absolute;
  z-index: 999999;
}
@media only screen and (max-width: 767.98px) {
  .banner .carousel-caption {
    bottom: 0;
  }
}
.banner .carousel-caption h5 {
  background: rgba(255, 150, 26, 0.9);
  color: #fff !important;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media only screen and (max-width: 767.98px) {
  .banner .carousel-caption h5 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 1px 8px 3px;
  }
}
.banner .carousel-control-prev,
.banner .carousel-control-next {
  z-index: 999999;
}

.container-relative {
  position: relative;
  z-index: 1;
}

.trusted-client {
  position: relative;
  padding-top: 20px;
}
.trusted-client::after {
  content: "";
  background: rgba(0, 51, 102, 0.1);
  width: 500px;
  height: 500px;
  position: absolute;
  right: -20%;
  top: -433px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media (min-width: 1400px) and (max-width: 1495px) {
  .trusted-client::after {
    width: 200px;
    height: 200px;
    right: 10%;
    top: -133px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .trusted-client::after {
    width: 200px;
    height: 200px;
    right: 10%;
    top: -133px;
  }
}
@media only screen and (max-width: 991.98px) {
  .trusted-client::after {
    display: none;
  }
}
.trusted-client h3 {
  text-align: right;
  margin-top: 7px;
}
@media only screen and (max-width: 1199.98px) {
  .trusted-client h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 991.98px) {
  .trusted-client h3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .trusted-client h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.welcome-section {
  background: #fafafa;
  padding: 100px 0 200px;
}
@media only screen and (max-width: 1199.98px) {
  .welcome-section {
    padding: 30px 0 160px;
  }
}
@media only screen and (max-width: 991.98px) {
  .welcome-section {
    padding: 18px 0;
  }
}

.service-box {
  background: #003366;
  min-height: 320px;
  padding: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 15px rgba(1, 1, 1, 0.2);
}
@media only screen and (max-width: 1199.98px) {
  .service-box {
    min-height: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-box {
    padding: 18px 18px 0;
  }
}
.service-box p {
  color: rgba(255, 255, 255, 0.7);
}

.my-box-wrap {
  margin-bottom: 25px;
}

.photos-footer ul, .social-media, .listing-tick-dark, .listing-tick, .navbar .dropdown-menu .dropdown-custom, .navbar .dropdown-menu .dropdown-custom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-tick {
  margin-left: 27px;
}
.listing-tick li {
  font-size: 16px;
  color: white;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
}
.listing-tick li::before {
  content: "";
  background: url("../img/tick.png") no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -28px;
  top: 3px;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .listing-tick li {
    font-size: 14px;
  }
}
.listing-tick li span {
  background: #bb2d3b;
  font-size: 14px;
  color: #fff;
  padding: 2px 8px 3px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.listing-tick-dark {
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 991.98px) {
  .listing-tick-dark {
    margin: 10px 0 24px 30px;
  }
}
.listing-tick-dark li {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.9);
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .listing-tick-dark li {
    font-size: 14px;
  }
}
.listing-tick-dark li::before {
  content: "";
  background: url("../img/tick-black.png") no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -28px;
  top: 3px;
  z-index: 1;
}

.cloud-tags {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.cloud-tags ul {
  padding-left: 0;
}
.cloud-tags li {
  display: inline-block;
  text-align: center;
}
.cloud-tags li a {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,f78e92+100 */
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f9f9f9 0%, #fdd600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 8px 20px;
  margin: 0 3px 10px;
  text-decoration: none;
  color: #010101;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media only screen and (max-width: 991.98px) {
  .cloud-tags li a {
    font-size: 12px;
    padding: 3px 7px;
  }
}

.hold-ipad {
  width: 525px;
  height: 505px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 15px 15px rgba(1, 1, 1, 0.2);
}
@media only screen and (max-width: 1199.98px) {
  .hold-ipad {
    width: auto;
    height: auto;
    display: none;
  }
}
.hold-ipad::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hold-worker-absolute {
  position: absolute;
  right: 40%;
  top: 55px;
}
@media only screen and (max-width: 1399.98px) {
  .hold-worker-absolute {
    right: 20%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hold-worker-absolute {
    right: 0;
    position: static;
    display: none;
  }
}

.hold-worker {
  width: 946px;
  height: 345px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 15px 15px rgba(1, 1, 1, 0.2);
}
@media only screen and (max-width: 1199.98px) {
  .hold-worker {
    width: auto;
    height: auto;
    max-height: 300px;
  }
  .hold-worker img {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .hold-worker {
    max-height: 200px;
  }
}
.hold-worker::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.map-section {
  background: #000 url("../img/hostel-img.webp") no-repeat 50% 100%;
  background-size: cover;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.map-section::after {
  content: "";
  background: rgba(1, 1, 1, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 991.98px) {
  .map-section {
    padding-bottom: 4px;
  }
}

.mapz {
  width: 100% !important;
  max-width: 360px;
  height: auto !important;
  margin: -185px auto 40px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .mapz {
    max-width: 300px;
    margin: 50px auto 20px;
  }
}

.map-section-content {
  max-width: 960px;
  margin: 0 auto;
}
.map-section-content h3 {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .map-section-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 18px;
  }
}

/*footer Starts*/
#footer {
  background: url("../img/footer-bg.webp") no-repeat 50% 0;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  #footer {
    padding: 12px 0;
  }
}
#footer::after {
  content: "";
  background: rgba(1, 1, 1, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sub-footer {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 50px;
  margin: 0 0 50px;
  color: #FFF;
  position: relative;
  z-index: 8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media only screen and (max-width: 991.98px) {
  .sub-footer {
    padding: 20px;
  }
}

.opening-hour-wrap .opening-hour-img {
  min-width: 52px;
  width: 52px;
  height: 52px;
  margin-right: 20px;
}
.opening-hour-wrap .opening-hour-img img {
  max-width: 100%;
}

.social-media {
  margin-left: 0;
}
.social-media a {
  background: #d26422;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: white;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.social-media a:hover {
  background: #010101 !important;
  color: white;
}
.social-media .facebook-icon a {
  background: #385593;
}
.social-media .twitter-icon a {
  background: rgba(1, 1, 1, 0.85);
  color: white;
}
.social-media .twitter-icon a:hover {
  background: #010101;
  color: white;
}
.social-media .linkedin-icon a {
  background: #105282;
}
.social-media .insta-icon a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe086+0,ff9136+25,cb4162+53,a733b4+81,5163d1+100 */
  background: #ffe086;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffe086 0%, #ff9136 25%, #cb4162 53%, #a733b4 81%, #5163d1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 fallback on horizontal gradient */
}
.social-media .google-icon a {
  background: #c74432;
}
.social-media .youtube-icon a {
  background: #c74432;
}
.social-media .tiktok-icon a {
  background: #300210;
}

.sub-footer .bottom-header {
  background: #003366;
  color: white;
  margin-top: 10px;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media only screen and (max-width: 991.98px) {
  .sub-footer .bottom-header {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.photos-footer {
  margin-left: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 991.98px) {
  .photos-footer {
    margin-left: 0;
    padding: 0;
  }
}
.photos-footer li {
  background: #eee;
  width: 96px !important;
  height: 96px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199.98px) {
  .photos-footer li {
    width: 84px;
    height: 84px;
  }
}
.photos-footer li::after {
  content: "";
  background: rgba(0, 51, 102, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.photos-footer li img {
  max-width: 100%;
}

address p {
  color: rgba(1, 1, 1, 0.9);
}
@media only screen and (max-width: 575.98px) {
  address p {
    letter-spacing: -0.5px;
  }
}

address b {
  color: rgba(1, 1, 1, 0.9);
}

.connected {
  margin-bottom: 10px;
}

.main-footer {
  color: #FFF;
  position: relative;
  z-index: 8;
}

.main-footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 5px;
}
@media only screen and (max-width: 1199.98px) {
  .main-footer p {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-footer p {
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
}

.main-footer .pinky {
  color: #fdd600;
  margin: 0 0 5px;
}

.main-footer p a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.main-footer p a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

/*footer Ends*/
.inner-section {
  background: rgba(0, 51, 102, 0.05);
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .inner-section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .inner-section {
    padding: 30px 0;
  }
}

.sec-wrap {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991.98px) {
  .sec-wrap {
    margin-bottom: 10px;
  }
}

.cheese-owner {
  font-size: 16px;
  color: #2b399d;
  font-weight: 600;
  margin: 0 0 10px;
}

.about-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.about-image img:nth-child(2) {
  max-width: 80%;
  margin: -50% auto 0;
}
@media only screen and (max-width: 991.98px) {
  .about-image img:nth-child(2) {
    margin-bottom: 30px;
  }
}

.row-custom {
  margin-left: -10px;
  margin-right: -10px;
}
.row-custom .col-custom {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.photo-gallery .gallery-box img {
  max-width: 100%;
  width: 144px;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991.98px) {
  .photo-gallery .gallery-box img {
    width: 130px;
    height: 130px;
  }
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

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

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

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

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

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.table {
  box-shadow: 0 10px 10px rgba(1, 1, 1, 0.1);
}
.table th {
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .table th {
    font-size: 12px;
  }
}
.table th,
.table td {
  padding: 10px 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767.98px) {
  .table th,
  .table td {
    padding: 5px 10px;
  }
}
.table th img,
.table td img {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .table th img,
  .table td img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
  }
}
.table td:first-child {
  background: rgba(0, 51, 102, 0.05);
  text-transform: uppercase;
}

.bg-highlight {
  background: #dcffde !important;
}

.btn-cus {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.g-map-section {
  background: #003366;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.g-map-section iframe {
  height: 700px;
}

.custom-form {
  max-width: 600px;
}

.form-control {
  padding: 0.8rem 0.8rem;
  border: 2px solid rgba(0, 51, 102, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.touch {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,c9dcf3+100 */
  background: #f1f1f1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f1f1f1 0%, #c9dcf3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 fallback on horizontal gradient */
}

.parent-review-wrap {
  background: rgba(0, 51, 102, 0.05);
  padding: 120px 0 10px;
  color: white;
}
@media only screen and (min-width: 992px) {
  .parent-review-wrap {
    padding: 120px 0 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .parent-review-wrap {
    padding: 56px 0 4px;
  }
}

.heading-title {
  background: #d1344e;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 15px 15px rgba(1, 1, 1, 0.2);
}
.heading-title h2 {
  color: white !important;
}

.parent-box {
  background: #003366;
  margin-bottom: 70px;
  padding-bottom: 30px;
  color: #010101;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.parent-box::after {
  content: "";
  background: #003366;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.parent-box h2,
.parent-box h3,
.parent-box h4,
.parent-box h5,
.parent-box h6,
.parent-box p {
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 992px) {
  .parent-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .parent-box {
    margin-bottom: 10px;
  }
}

.heading-center {
  max-width: 440px;
  margin: 0 auto;
  padding: 15px 20px;
  position: relative;
  top: -45px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.heading-center h2 {
  margin-bottom: 5px;
}

.review-row {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .review-row {
    margin-bottom: 0 !important;
  }
}
.review-row .review-col {
  padding: 0 50px;
}
@media only screen and (max-width: 767.98px) {
  .review-row .review-col {
    padding: 0 20px;
  }
}
.review-row .review-col.slick-current {
  position: relative;
}
.review-row .review-col.slick-current::after {
  content: "";
  background: rgba(1, 1, 1, 0.3);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .review-row .review-col.slick-current::after {
    width: 0;
  }
}
.review-row .review-col .parent-name {
  color: #fdd600 !important;
  font-weight: 500;
}
.review-row .parent-img {
  background: #010101;
  width: 144px;
  height: 144px;
  margin: 0 auto 30px;
  overflow: hidden;
  border: 5px solid white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
}
.review-row .parent-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-track {
  height: 100%;
}

.slick-arrow:before {
  font-size: 50px;
  font-weight: bold;
  color: #003366;
}

.slick-prev,
.slick-next {
  width: 28px;
  height: 100px;
  margin-top: -38px;
}

.slick-prev::before {
  content: "‹";
  color: white;
}

.slick-next::before {
  content: "›";
  color: white;
}

@media only screen and (min-width: 992px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=all.css.map */