* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #0b463d;
}


/* header */

header .header-top{background-color: #0b463d; padding: 3px 0px;}
header .header-top .top-info li, header .header-top .top-info li a {color: #fff;}
header .header-top .top-info li a{font-size: 14px;}
header .header-top .top-info li:last-child a{display: inline-block; height: 35px; width: 35px; border-radius: 50px; line-height: 35px; text-align: center; background-color: #e3cf8b; color: #fff; border: 1px solid #e3cf8b; transition: .5s;} 
header .header-top .top-info li:last-child a:hover{background-color: transparent; color: #fff;}

header .headermn {
  background-color: #fff;
}

.sticky header .headermn {
  background-color: #fff;
}

header .headermn .navbar .navbar-brand {
  width: 15%;
}
header .headermn .navbar .navbar-brand img {
  width: 100%;
}
header .nav-link {
  color: grey;
  font-size: 16px;
  font-weight: bold;
  transition: .5s;
  position: relative;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  padding: 0px 0px !important;
}
header .nav-link::after {
  content: '';
  background-color: #e3cf8b;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}
header .nav-link:hover::after {
  width: 100%;
}
header .nav-link:hover,
header .nav-link:focus {
  color: #e3cf8b;
}
header .navbar-nav {
  gap: 25px;
  position: relative;
}
header .whatsapp {
  justify-content: end;
  align-items: center;
  gap: 15px;
  margin-left: 30px;
}

header .whatsapp li a{color: #ffffff; text-align: center; display: inline-block; background-color: #e3cf8b; padding: 10px 20px; border-radius: 3px; transition: .5s; font-weight: bold;}
header .whatsapp li a:hover {
  background-color: #0b463d;
}
header .navbar-toggler {
  border: none;
  color: #000;
  font-size: 28px;
  border-radius: 0;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .offcanvas-title img {
  width: 34%;
}
.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  box-shadow: 0 0 10px #00000021;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}


/* slider */
#slider .owl-item{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
#slider .owl-item::before{
content: '';
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background-color: #00000028;
z-index: -1;
}
#slider .content{
  text-align: center;
}
#slider .content h2 {
  color: #fff;
  font-size: 65px;
  font-weight: bold;
}
#slider .content p {
  color: #fff;
  font-size: 18px;
  margin: 20px 0;
}
#slider .content .read {
  color: #fff;
  background-color: #e3cf8b;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: .5s;
  border-radius: 100px;
}
#slider .content .read:hover {
  background-color: #0b463d;
}



/* about */
#about {
  padding: 70px 0 0;
}
#about .row {
  row-gap: 20px;
}
#about .content h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}
#about .content h2 span{color: #0b463d;}
#about .content p {
  color: grey;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 500;
}
#about .content ul {
  columns: 2;
  padding-left: 30px;
}
#about .content ul li {
  color: grey;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}
#about .content a {
  color: #fff;
  background: linear-gradient(#b4ff33, #e3cf8b);
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: .5s;
  border-radius: 8px;
  margin-top: 10px;
}
#about .content a:hover {
  background: linear-gradient(#e3cf8b, #b4ff33);
}


/* natural */
#natural{padding: 70px 0; background-color: #f5c5bb30;}
#natural .row{row-gap: 30px;}
#natural h2 { font-size: 38px; font-weight: bold; color: #727475; text-align: center;}
#natural .p1 {margin: auto; color: grey; font-size: 16px; font-weight: 500; text-align: center; margin-bottom: 30px;}
#natural .inner{border-radius: 5px; overflow: hidden; background-color: #fff; height: 100%;}
#natural .inner img{width: 100%;}
#natural .text{padding: 10px 10px 20px; text-align: center;}
#natural .text h5 a{color: #000; font-size: 18px; margin: 10px 0; display: inline-block;}
#natural .text p{color: #6d6d6d; font-size: 16px;}
#natural .text .read { color: #000; border: 1px solid #e3cf8b; padding: 8px 20px; font-size: 16px; font-weight: 500; display: inline-block; transition: .5s; border-radius: 5px; margin-top: 15px;}
#natural .text .read:hover {background-color: #e3cf8b; color: #fff;}


/* video */
#video {
  padding: 260px 0 ;
  background-image: url(../images/video-1.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  }

/* gallery */

#gallery{padding: 70px 0 20px;}
#gallery h2 {font-size: 38px; color: #0b463d; font-weight: bold; text-align: center; margin-bottom: 30px;}
#gallery h2 span {color: #000;}
#gallery .img-wrapper { position: relative; margin-top: 15px; overflow: hidden; border-radius: 10px; box-shadow: 0 0 8px #00000033;}
#gallery .img-wrapper img {width: 100%;}
#gallery .img-overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0;}
#gallery .img-overlay i { color: #fff; font-size: 3em;}
#overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
#overlay img { margin: 0; width: 80%; height: auto; -o-object-fit: contain; object-fit: contain; padding: 5%;}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
#nextButton i{
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 1;
}
#prevButton i{
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
#exitButton i{
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}


/* testimonals */
#testimonals {
  padding: 70px 0px;
}
#testimonals h2 {
  font-size: 38px;
  font-weight: bold;
  color: #727475;
  text-align: center;
}
#testimonals .p1 {
  margin: auto;
  color: grey;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#testimonals .testimonalsinr {
  background-color: #fff;
  margin: 10px;
  list-style: none;
  text-align: center;
}
#testimonals .testimonalsinr img {
  border-radius: 50%;
  margin: auto;
  width: 30%;
  border: 1px solid #6d6d6d;
}
#testimonals .testimonalsinr p {
  font-size: 16px;
  color: grey;
  font-style: italic;
}
#testimonals .testimonalsinr h3 {
  font-size: 22px;
  margin: 15px 0;
  color: #000;
  display: inline-block;
  font-weight: bold;
}



/* footer */
footer .footertop {
  background-color: #ffffff;
  padding: 70px 0px 20px;
}
footer .row {
  row-gap: 25px;
}
footer .footertop .about img {
  width: 250px;
}
footer .footertop .about p {
  color: #000;
  font-size: 15px;
  margin-top: 20px;
}
footer .footertop ul {
  list-style: none;
}
footer .footertop ul li {
  color: #000;
  margin-top: 10px;
}
footer .footertop ul li a {
  color: #000;
  font-size: 16px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
footer .footertop ul li a:hover {
  color: #e3cf8b;
}
footer .footertop .addres li {
  margin-bottom: 20px;
}
footer .footertop .addres li i {
  color: #e3cf8b;
  font-size: 22px;
}
footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #e3cf8b;
  padding-top: 20px;
}
footer .footerboo {
  background-color: #f8f9fa;
  padding: 20px;
}
footer .footerboo .soical li:first-child {
  color: #e3cf8b;
  text-align: center;
}
footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #e3cf8b;
  border-radius: 50%;
  transition: .5s;
}
footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}
footer .footerboo ul li img {
  width: 195px;
  background-color: #e3cf8b;
  padding: 0px 10px 8px;
  border-radius: 100px;
}



/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}


/* modal */
.modal form.row {
  row-gap: 20px;
}
.modal .btn-theme {
  border-radius: 0px;
  background: #e3cf8b;
  color: #fff;
}
.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}
.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}
.modal .form-control:focus {
  border-color: #000;
}
.modal .submit {
  background-color: #e3cf8b;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}
.modal .submit:hover {
  background-color: #000;
}



/* heading */
#heading {
  background-image: url(../images/banner1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#heading .heading-bg {
  background-color: #0000005c;
  padding: 150px 0 60px;
}
#heading h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
#heading p,
#heading a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  transition: .5s;
}
#heading a:hover {
  color: #e3cf8b;
}
