h1,
h2,
h3 {
  color: #000;
}
body {
  color: #717171;
}
a {
  cursor: pointer;
}
ul {
  padding-left: 15px;
  margin-top: 15px;
}
/*---------------------------start common css--------------------------*/
.nom-p-l-0 {
  padding-left: 0;
}
.nom-p-r-0 {
  padding-right: 0;
}
.img-box {
  overflow: hidden;
  height: 400px;
}
.img-box img {
  width: auto;
  min-width: 100%;
  height: 100%;
}
.page-header {
  background-image: url("../img/header.jpg");
  background-size: 100% auto;
  height: 300px;
}
.margin-auto {
  margin: auto;
  float: none;
}
.bg-color-gray {
  background-color: #ededed;
}
.sec-border-bottom {
  border-bottom: 1px solid #ddd;
}
ul.default li {
  list-style-type: disc;
}
#meet_mark {
  background-image: url("../img/about-us-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
#testimonial {
  background-image: url("../img/testimonial-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
/*---------------*/
/*----------------------start navbar---------------------------------------*/
.navbar-brand img {
  width: 85px;
  height: auto;
}
.navbar-toggler {
  border-radius: 0;
}
/*----------------*/

/*------------------------start full slider(main header)---------------------*/
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  text-align: left;
  left: 10%;
}
.carousel-caption img {
  width: 100px;
  margin-right: 25px;
}
/*---------*/
/*-----------------start logo sec----------------*/
.logo-wrap img {
  width: 140px;
  padding: 5px 15px;
}
/*-----------------end logo sec------------------*/
/*----------------------start image hover animation -------------------------*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*margin:50px 0 0;*/
  margin: 20% 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*---------*/
/*-----------------------start testimonials----------------------------------*/
#testimonial {
  padding: 80px 0px;
}

#testimonial .fa.fa-quote-right {
  color: #3b3b3b;
  font-size: 30px;
}

#testimonial p {
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}

#testimonial img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 50%;
  border: 1px solid #5db4c0;
}

#testimonial .carousel-indicators li {
  background-color: #5db4c0;
  height: 13px;
  width: 13px;
  margin: 5px;
}

#testimonial .carousel-indicators li.active {
  background-color: #1f628d;
}
#testimonial .carousel-inner .carousel-item {
  height: auto;
  min-height: auto;
}
#testimonial .carousel-indicators {
  bottom: -50px;
}
/*---------*/
/*------------------start locations pg-------------*/
.location {
  margin-top: 10px;
}
.location .des .title {
  margin-bottom: 15px;
}
.location a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #409ff0;
  border: 1px solid #409ff0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 7px 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*---------*/
/*------------------start location pg-------------*/
.rlt-img-box {
  margin-bottom: 20px;
}
/*---------*/
/*-----------------start booking pg--------------*/
.form-box {
  padding: 30px 75px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
}
.disabled-date {
  color: red !important;
}
/*---------*/
/*-------------start gallery------------------------*/
.portfolioFilter {
  padding: 15px 0;
}
.portfolioFilter a {
  margin-right: 6px;
  margin-bottom: 12px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}
.portfolioFilter a:hover {
  background: #409ff0;
  border: 1px solid #409ff0;
  color: #f9f9f9 !important;
}
.portfolioFilter a.current {
  background: #409ff0;
  border: 1px solid #409ff0;
  color: #f9f9f9;
}
.portfolioFilter a.current:hover {
  color: #f9f9f9;
}
.isotope-item {
  z-index: 2;
  /*added important to override inline css*/
  position: relative !important;
  left: unset !important;
  top: unset !important;
  opacity: 1 !important;
  transform: none !important;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
  height: auto !important;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*added a property*/
.isotope-hidden {
  display: none;
}
/*-------------end gallery------------------------*/
/*---------------------start footer---------------*/
footer {
  padding-top: 80px;
  padding-bottom: 20px;
}
footer p {
  font-size: 14px;
}
footer .col2 p {
  text-align: right;
}
.map-box {
  padding: 10px;
  border: 1px solid #303030;
  border-radius: 4px;
}
.cnt-outer {
  padding-left: 60px;
}
.cnt-outer p {
  color: #929292;
  font-size: 13px;
}
.f-list {
  padding-left: 0;
}
/*-------------*/
/*------------------booking form modal-------------*/
.booking-header {
  font-size: 20px;
  color: #28a745;
  margin-bottom: 12px;
}
.btn-book {
  padding: 10px 45px;
}
/*-------------*/
/*---------------start error modal------------------*/
#error_modal .modal-header {
  color: #d22727;
  font-weight: bold;
}
/*---------------start success modal------------------*/
#success_modal .modal-header {
  color: #3ab749;
  font-weight: bold;
}
/*---------------------------start  gallery 2------------------------------------------*/
/* The grid: Four equal columns that floats next to each other */
.gallery-box .column {
  float: left;
  width: 12.5%;
  padding: 10px;
}

/* Style the images inside the grid */
.gallery-box .column img {
  opacity: 0.8;
  cursor: pointer;
}

.gallery-box .column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.gallery-box .row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.gallery-box .container {
  position: relative;
  display: none;
}

/* Expanding image text */
.gallery-box #imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.gallery-box .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
/*--------------------------------------end gallery 2-----------------------------------------------*/
/*----------------------------------image modal-----------------------------------------------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 750px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.pic-modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.pic-modal-close:hover,
.pic-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/*-------------------------*/
/*gallery 2*/
.mainImage {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 10px;
}
.gallery-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gallery-box li {
  list-style-type: none;
  float: left;
}
.gallery-box .img-container img {
  width: 100px;
  height: auto;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}

/*---------------end error modal--------------------*/
@media only screen and (max-width: 768px) {
  .fixed-top {
    margin-top: 0 !important;
  }
  .nom-p-l-0 {
    padding-left: 15px;
  }
  .nom-p-r-0 {
    padding-right: 15px;
  }
  .mob-p-b-15 {
    padding-bottom: 15px;
  }
  .btn-book {
    padding: 5px 45px;
    width: 100%;
    margin: 5px 0 !important;
  }
  .gallery-box .column {
    float: left;
    width: 25%;
    padding: 10px;
  }
  .logo-wrap img {
    width: 100%;
    padding: 25px;
  }
  footer p {
    text-align: center;
  }
  footer .col2 p {
    text-align: center;
  }
}

/* Sujeevan custom css  */

.icons {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
  bottom: 3px;
  left: -15px;
}

.about-icons {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
  bottom: 3px;
  left: -26px;
}

.daily-walks-icons {
  display: inline-block;
  position: relative;
  width: 156px;
  height: 50px;
  bottom: 11px;
  left: -64px;
}
.private-walks-icons {
  display: inline-block;
  position: relative;
  width: 144px;
  height: 50px;
  bottom: 2px;
  left: -40px;
}

/*Media Queries for mobile*/
@media only screen and (max-width: 320px) {
  .daily-walks-icons {
    bottom: 52px;
    left: 105px;
  }
}

@media only screen and (max-width: 320px) {
  .private-walks-icons {
    width: 129px;
    bottom: 42px;
    left: 173px;
  }
}

.carousel-content {
  color: #fff;
}
.carousel-content > .ch {
  color: #e9ecef;
  position: relative;
  bottom: 180px;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
}

.carousel-content > h3 {
  position: relative;
  bottom: 180px;
  font-weight: bold;
  color: #e9ecef;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
}

.ch {font-family: 'Kaushan Script', cursive;}

#private_walks {
  background-image: url("../img/about-us-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 768px) {
  .carousel-content > .ch {
    margin: 0 auto;
    /* bottom: 180px; */
    font-size: 2rem;
  }

  .carousel-content > h3 {
    margin: 0 auto;
    /* bottom: 180px; */
    font-size: 1rem;
  }
}
