@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
body p {
  font-family: "Open Sans", sans-serif;
}
p {
  line-height: 2;
}
h4 {
  font-weight: 600;
}
.own-font {
  font-size: 17px;
  margin-top: -2px;
  font-weight: 500;
}
/*----------------Drop Down---------------*/
li:hover .submenu {
  display: block;
}

.submenu {
  display: none;
}

ul.nav li {
  padding: 0px 15px;
  color: black;
  position: relative;
  display: inline-block;
}
ul.nav li:last-child {
  padding-right: 0;
}
ul.nav li a {
  text-decoration: none;
  color: black;
  padding: 35px 0px 42px;
  display: block;
  font-weight: 500;
  margin: 0 !important;
  font-size: 16px;
}
ul.nav li a.active {
  color: #318adf;
}
ul.nav li a:hover {
  color: #318adf;
}
.navbar-header {
  display: none;
}

.small {
  font-size: 12px;
  padding-left: 6px;
}
.submenu {
  list-style: none;
  padding-left: 0px;
  border: none;
  border-radius: 0 0 5px 5px;
  background: white;
  padding: 0px;
  position: absolute;
  top: 100px;
  right: -27px;
  width: 260px;
  z-index: 9;
}
.submenu li a {
  padding: 15px 18px !important;
  display: block;
  font-size: 14px !important;
}
.submenu li a:hover {
  background: #dedede;
}
.submenu li {
  padding: 0px !important;
  display: block !important;
}
/* ------------------------------------------------------------------------*/
.header-logo a {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  width: 59%;
  height: 13vh;
  margin: 0 auto;
  margin-top: 3px;
}
.about-us-bg {
  background-image: url("../img/aboutus-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.services-bg {
  background-image: url("../img/services-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.fog-bg {
  position: relative;
  background-image: url("../img/fogland-banner-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.fog-bg.skylodge-bg {
  position: relative;
  background-image: url("../img/skylodge-banner-min.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.vin-bg {
  background-image: url("../img/vintage-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.hotel-bg {
  background-image: url("../img/shhbanner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.contact-bg {
  background-image: url("../img/hotel.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.pinemont-bg {
  position: relative;
  background-image: url("../img/pinemount-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.victoria-bg {
  position: relative;
  background-image: url("../img/victoria-banner.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
/* #map{
    background-image: url("../img/map-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 75vh;
} */
.head-pad {
  float: right;
}
.social-icon {
  padding: 25px 0px;
}
ul.nav.right {
  float: right;
  /* margin-top: 32px; */
}
.right {
  float: right;
}
.icon-style {
  /* padding:0px 30px; */
}
#header .social-icon a {
  width: 40px;
  height: 38px;
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(#12baec, #167ecd);
  line-height: 39px;
  color: white;
  text-align: center;
  margin: 0px 12px;
  box-shadow: 0px 2px 6px 0px #0000005e;
  cursor: pointer;
}
#header .social-icon a i {
  font-size: 19px;
  color: #fff;
  display: inline-block;
}
.head-bg {
  background-image: url("../img/main-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 75vh;
  position: relative;
}
.header-padding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-padding-main {
  position: absolute;
  bottom: 50px;
  left: 0;
  transform: none;
  width: 100%;
  text-align: left;
  padding-left: 100px;
}
.head-bg h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-shadow: 4px 3px #000;
}
.about-us-bg h1 {
  color: #06427c;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-shadow: 2px 1px #f9f9f970;
}
.fog-bg h1 {
  color: #06427c;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-shadow: 2px 1px #f9f9f970;
}
.vin-bg h1 {
  color: #06427c;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-shadow: 2px 1px #f9f9f970;
}
.hotel-bg h1 {
  color: #06427c;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-shadow: 2px 1px #f9f9f970;
}
.contact-bg h1 {
  color: #06427c;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-shadow: 2px 1px #f9f9f970;
}

.head-bg p {
  text-align: center;
  color: black;
}

.sec-pad {
  padding: 5% 0px;
  position: relative;
}
.underline {
  width: 127px;
  height: 2px;
  background: #3194d5;
  line-height: 1px;
  margin-top: -8px;
  display: none !important;
}
.underline-about {
  width: 162px;
  height: 2px;
  background: #3194d5;
  line-height: 1px;
  margin-top: -8px;
  display: none !important;
}
.underline-fog {
  width: 110px;
  height: 2px;
  background: #3194d5;
  line-height: 1px;
  margin-top: -8px;
  display: none !important;
}
.mission-underline {
  background: #3194d5;
  height: 2px;
  width: 10%;
  margin-top: -6px;
  margin-bottom: 30px;
  display: none !important;
}
.mg::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 56%;
  top: 130px;
  left: 57%;
  border-left: 1px solid #c0c0c059;
}
.divider::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 66%;
  top: 60px;
  left: 54%;
  border-left: 1px solid #c0c0c059;
}
.separate::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 66%;
  top: 60px;
  left: 39%;
  border-left: 1px solid #c0c0c04a;
}

.main-icon {
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 2.5;
  margin: 5px 0px;
  box-shadow: 0px 0px 4px 1px #6964644d;
}
.icon-style-main {
  color: #167ecd;
  font-size: 18px;
}
.contact-pad {
  padding: 50px 0px;
}
.dp-line {
  display: inline-block;
}
.parallel {
  display: inline-block;
  width: 88%;
  padding: 0px 24px;
  vertical-align: middle;
}
.grey-bg {
  background-image: url("../img/grey.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
}
/* .grey-bg-about{
    background-image: linear-gradient(#F9F9F9,#EEEEEE);
    background-repeat: no-repeat;
    background-size: cover;
} */
.case-pad {
  padding: 30px 15px;
}
.mission-case-pad {
  padding: 30px 75px;
}
.case-pad-revenue {
  padding: 30px 0px;
}
.inner-pad {
  padding: 5% 7%;
}
.fog-para {
  width: 25%;
  padding-right: 71px;
}
.hotel-para {
  width: 25%;
}
.box-card {
  box-shadow: 0px 0px 8px 0px #9e9b9b3b;
  position: relative;
}
.img-pad {
  padding: 26px 22px;
  padding-bottom: 0px;
}
.card {
  border: none;
}
.card-body {
  padding: 1rem 0rem;
}
#footer {
  background-image: url("../img/footer-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 48vh; */
}
#footer p {
  font-weight: 500;
}
.footer-padd {
  padding: 50px 0px;
}
.footer-logo a {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  width: 22%;
  height: 14vh;
  margin: 0px 18%;
  margin-top: 3px;
}
.foot-style {
  list-style: none;
  padding-left: 0px;
}
#footer ul li {
  padding: 14px 0px;
}
.mini-footer {
  padding: 5px;
  text-align: center;
  font-weight: 600;
  background: white;
  color: #1d467b;
}
.footer-icon {
  font-size: 22px;
  color: #247ac6;
  margin-right: 12px;
  background: white;
  padding: 4px 6px;
  border-radius: 3px;
}
.social-icon-footer {
  font-size: 28px;
  margin: 0px 9px;
  padding: 30px 0px;
  color: #2277c1;
}
#footer h5 {
  display: inline;
}
.contact-card {
  background: #f9f9f9;
  padding: 0px 12px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px #00000036;
  position: relative;
  min-height: 100%;
}
.card-line {
  position: absolute;
  background: #3194d5;
  width: 48%;
  height: 4px;
  bottom: 0;
  left: 27%;
}
.social-icon-contact {
  padding: 20px 0px;
}
.card-title-con {
  padding-bottom: 10px;
}
.icon-style-contact {
  text-align: center;
  background: #3194d5;
  width: 60px;
  height: 60px;
  line-height: 2.3 !important;
  border-radius: 50px;
  font-size: 27px;
  color: white;
}
.card-text-contact {
  color: #555252;
  padding: 0px 17%;
  line-height: 1.5;
}
.custom-silder-style {
  padding: 54px;
  position: relative !important;
}
.slider1 {
  background-image: url("../img/fogland-img-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider2 {
  background-image: url("../img/fogland-img-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider3 {
  background-image: url("../img/fogland-img-3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider1-vin {
  background-image: url("../img/Mask\ Group-126.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider2-vin {
  background-image: url("../img/Mask\ Group-127.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider3-vin {
  background-image: url("../img/Mask\ Group-146.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider1-sig {
  background-image: url("../img/Mask\ Group-129.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider2-sig {
  background-image: url("../img/Mask\ Group-131.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.slider3-sig {
  background-image: url("../img/Mask\ Group-132.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.skylodgeslider1 {
  background-image: url("../img/skylodge-img-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.skylodgeslider2 {
  background-image: url("../img/skylodge-img-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.skylodgeslider3 {
  background-image: url("../img/skylodge-img-3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.skylodgeslider4 {
  background-image: url("../img/skylodge-img-4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.skylodgeslider5 {
  background-image: url("../img/skylodge-img-5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.skylodgeslider6 {
  background-image: url("../img/skylodge-img-6.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.pinemountslider1 {
  background-image: url("../img/pinemount-img-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.pinemountslider2 {
  background-image: url("../img/pinemount-img-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.pinemountslider3 {
  background-image: url("../img/pinemount-img-3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.pinemountslider4 {
  background-image: url("../img/pinemount-img-4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.pinemountslider5 {
  background-image: url("../img/pinemount-img-5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.victoriaslider1 {
  background-image: url("../img/vicotiahut-img-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.victoriaslider2 {
  background-image: url("../img/vicotiahut-img-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.victoriaslider3 {
  background-image: url("../img/vicotiahut-img-3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.victoriaslider4 {
  background-image: url("../img/vicotiahut-img-4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
.victoriaslider5 {
  background-image: url("../img/vicotiahut-img-5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 10px;
  margin: 10px;
}
/*slider*/

.owl-nav {
  font-size: 50px;
  color: black;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

button.owl-prev {
  line-height: 0.5 !important;
  position: absolute;
  top: 40%;
  left: 0%;
  box-shadow: 0px 0px 5px 0px #00000038;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
button.owl-next {
  line-height: 0.5 !important;
  position: absolute;
  top: 40%;
  right: 0%;
  box-shadow: 0px 0px 5px 0px #00000038;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.owl-prev span {
  display: none;
}
.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: url("../img/prearrow.png");
  background-position: center;
  background-size: 33%;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url("../img/nextarrow.png");
  background-position: center;
  background-size: 33%;
  background-repeat: no-repeat;
}

.h3-border {
  border-bottom: 3px solid #3194d5;
  display: inline-block;
}
.para-section p,
.case-pad p,
.case-pad-revenue p {
  text-align: justify;
}
.case-pad a {
  color: #212529;
  text-decoration: none;
}
.case-pad .card-img-top {
  border-radius: 10px;
}
.ourservices-content p {
  margin: 16px 0 20px;
}
.ourservices-content p:first-of-type {
  margin-bottom: 32px;
}
.ourservices-content ul {
  margin-bottom: 30px;
}
.ourservices-content ul li {
  display: list-item;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.graphimg {
  padding-top: 60px;
}
.graphimg img {
  display: block;
  width: 100%;
  height: auto;
}
.location-map {
  padding-bottom: 30px;
}
.location-map h3 {
  margin-bottom: 32px;
}
.location-map .map-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#header {
  box-shadow: 0px 3px 20px rgb(0 0 0 / 50%);
  background: #fff;
  position: relative;
  z-index: 9;
}

/*mobile responsive*/
@media (max-width: 1024px) {
  .nav {
    display: block;
  }
  .offset-sm-1 {
    margin-left: 0%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .header-logo a {
    width: 71%;
    height: 6vh;
  }
  ul.nav li a {
    padding: 27px 0px;
  }
  .grey-bg {
    height: 38vh;
  }
  #revenue img {
    width: 100%;
  }
  .social-icon {
    padding: 19px 0px;
  }
  .submenu {
    top: 79px;
  }
  .w-75 {
    width: 95% !important;
  }
  #Signature .col-sm-8 {
    width: 58.33333333% !important;
  }
  #Signature .col-sm-4 {
    width: 41.66666667% !important;
  }
  /* .header-padding-main {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-41%, -45%);
    } */
  .header-padding-main {
    padding-left: 50px;
  }
  .head-bg h1 {
    font-size: 40px;
  }
  .social-icon-footer {
    font-size: 26px;
    margin: 0px 7px;
  }
  .footer-padd {
    padding: 35px 0px;
  }
  .footer-logo a {
    height: 11vh;
    width: 26%;
  }
  .mission-case-pad {
    padding: 30px 18px;
  }
  .sec-pad {
    padding-bottom: 0px;
  }
  #map {
    height: 46vh;
  }
  ul.nav li {
    padding: 0px 5px;
  }
  .services-bg {
    height: 40vh;
  }
}
@media (max-width: 768px) {
  .header-logo a {
    width: 100%;
    height: 7vh;
  }
  ul.nav li {
    padding: 0px 5px;
  }
  #header .social-icon a {
    margin: 0px 4px;
  }
  .head-bg {
    height: 40vh;
  }
  .parallel {
    display: inline-block;
    width: 85%;
  }
  .grey-bg {
    height: 32vh;
  }
  #case-study img {
    width: 86%;
    margin-top: 24px;
  }

  #revenue img {
    width: 100%;
    margin-top: 42px;
  }
  .footer-logo a {
    height: 7vh;
  }
  .social-icon-footer {
    margin: 0px 2px;
  }
  .submenu {
    right: -40px;
  }
  .fog-bg {
    height: 40vh;
  }
  .vin-bg {
    height: 40vh;
  }
  .hotel-bg {
    height: 40vh;
  }
  .about-us-bg {
    height: 40vh;
  }
  .contact-bg {
    height: 40vh;
  }
}

/* @media (max-width: 600px){} */

@media (max-width: 480px) {
  .header-logo a {
    width: 23%;
    height: 12vh;
    margin: 0;
    margin-top: 3px;
    text-align: left;
  }
  .header-logo a {
    width: 23%;
    height: 9.5vh;
  }
  .head-bg h1 {
    font-size: 26px;
  }
  .head-bg p {
    line-height: 1.5;
    font-size: 15px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .header-padding-main {
    padding-left: 20px;
  }
  .social-icon-footer {
    margin: 0px 7px;
  }
  .underline {
    width: 114px;
  }
  .mission-underline {
    width: 32%;
  }
  .w-75 {
    width: 100% !important;
  }
  .mg::before {
    display: none;
  }
  .divider::before {
    display: none;
  }
  .separate::after {
    display: none;
  }
  .card {
    width: 100% !important;
  }
  #Signature .col-sm-8 {
    width: 100% !important;
  }
  #Signature .col-sm-4 {
    width: 100% !important;
  }
  .footer-padd {
    padding: 30px 0px;
  }
  .fog-para {
    width: 67%;
  }
  .grey-bg {
    height: 100%;
  }
  #case-study img {
    width: 100%;
  }
  #revenue img {
    width: 100%;
  }
  .img-pad {
    padding: 20px 20px;
  }
  .contact-pad {
    padding: 50px 4px;
  }
  .fog-bg {
    background-position: right center;
    height: 40vh;
  }
  .fog-bg.skylodge-bg {
    background-position: left center;
  }
  .fog-bg h1 {
    font-size: 34px;
  }
  .vin-bg {
    height: 40vh;
  }
  .vin-bg h1 {
    font-size: 28px;
  }
  .underline-fog {
    width: 75px;
    margin-bottom: 12px;
  }
  .hotel-bg {
    height: 40vh;
  }
  .hotel-bg h1 {
    font-size: 27px;
  }
  .hotel-para {
    width: 64%;
  }
  .about-us-bg {
    height: 40vh;
  }
  .about-us-bg h1 {
    font-size: 34px;
  }
  .mission-case-pad {
    padding: 30px 12px;
  }
  .mission-underline {
    background: #3194d5;
    height: 2px;
    width: 37%;
    margin-bottom: 24px;
  }
  .contact-bg {
    height: 40vh;
  }
  .head-bg {
    height: 40vh;
  }
  .contact-bg h1 {
    font-size: 28px;
  }
  #map {
    height: 40vh;
  }

  .footer-logo a {
    margin: 0 auto;
    height: 13vh;
  }
  /*mobile menu*/

  .navbar-header {
    position: absolute;
    right: 15px;
    top: 13px;
    float: none;
    display: block;
  }
  .navbar-header .collapse-button {
    background: none;
    border: none;
    height: 38px;
    transition: all 450ms ease-out 0s;
    width: 98%;
    vertical-align: middle;
    border-radius: 3px;
    padding: 10px 10px;
    margin-right: 0px;
  }
  .navbar-header .collapse-button span {
    display: block;
    width: 26px;
    height: 3px;
    margin-bottom: 5px;
    background: black;
  }
  .nav li {
    margin-left: 0;
    display: block !important;
    width: 100%;
  }
  .nav li a {
    text-align: left;
  }
  ul.nav li a {
    padding: 15px 7px;
    /* color: white; */
    background: white;
    border-radius: 3px;
  }
  ul.nav li {
    padding: 0px 0px;
    border: 1px solid #c0c0c080;
  }
  ul.nav li a:hover {
    padding: 15px 0px;
    background: #2777bc;
    color: black;
  }
  ul.nav li a.active {
    /* color:white; */
  }
  .submenu {
    width: 100%;
    position: unset;
  }
  /* .nav{
        background: #1d1d1b;
        padding: 10px ;
    } */
  .nav {
    display: none;
    position: absolute;
    top: 69px;
    width: 100%;
    z-index: 9;
    left: 0;
  }

  .col-sm-6.offset-sm-1 {
    padding: 0px;
  }
  .head-pad {
    float: none;
  }
  .custom-silder-style {
    padding: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    background-image: none;
  }
  .owl-carousel .owl-nav button.owl-next {
    background-image: none;
  }
  button.owl-prev {
    box-shadow: none;
  }
  button.owl-next {
    box-shadow: none;
  }
  .para-section .p-0 {
    padding: 0 20px !important;
  }
  /*mobile end*/
}

@media (max-width: 320px) {
  .fog-bg h1 {
    font-size: 30px;
  }
  .vin-bg h1 {
    font-size: 24px;
  }
  .hotel-bg h1 {
    font-size: 24px;
  }
  .about-us-bg h1 {
    font-size: 31px;
  }
  .contact-bg h1 {
    font-size: 24px;
  }
  .underline-about {
    background: none;
  }
}
