body {
  /* overflow-y: hidden; */
  color: #6e6e6e;
}

.sec-padd {
  padding: 60px 0;
}

.sec-padd-top {
  padding-top: 60px;
}
.sec-padd-bot {
  padding-bottom: 60px;
}
.section-title {
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}

.navbar
{
  background-color: #fff;
}
.navbar-brand img {
  max-width: 95px;
}

.carousel-inner a {
  color: #a26711;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
}

.carousel-inner a:hover {
  color: #000;
}

.carousel-inner {
  position: relative;
}

.mob-email {
  font-size: 16px;
  text-decoration: none;
  margin: 20px 0;
  text-align: center;
}

.mob-email a {
  text-decoration: none;
  color: #a26711;
}

.marslide {
  background: #2e2020;
  color: #fff;
  position: relative;
  padding: 18px 0px;
  font-size: 20px;
  height: auto;
}

#audio-btn {
  width: 60px;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  background: #262626;
  padding: 9px;
  cursor: pointer;
}

.audio-icon {
  position: fixed;
  z-index: 9;
  bottom: -54px;
  transition: ease all 0.5s;
}

.audio-wrap {
  width: 300px;
  height: 54px;
}

.audio-wrap audio {
  outline: none;
  position: absolute;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(38, 38, 38, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(38, 38, 38, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0);
  }
}

/***********Header***************/
.nav-link {
  margin-left: 100px;
  text-transform: uppercase;
  font-weight: 600;
}

.about p {
  font-size: 20px;
  color: #6e6e6e;
  line-height: 30px;
}

.section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-item i {
  padding: 4px;
  border: 1px solid #bf2030;
  background: #bf2030;
  color: #fff;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 7px;
  font-size: 16px;
}

.social-item {
  margin: 0 10px;
  color: #000;
  font-size: 20px;
  line-height: 38px;
}

.social-item a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.social-item a:hover {
  color: #bf2030;
}

.connect2 {
  border-top: 2px solid #bf2030;
  padding-top: 15px;
  margin-top: 15px;
}

.overlay1 {
  width: 100%;
  background: url(../images/pattern.png) #0000004d;
  background-repeat: repeat;
  background-size: inherit;
  background-position: bottom;
  height: 100%;
  padding: 30px 25px;
  margin-bottom: 30px;
}

.sec-head {
  font-size: 32px;
  letter-spacing: 1px;
  padding-top: 20px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  background: #e4e4e4;
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.iti__selected-flag {
  height: 40px !important;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

#contact-form .input-group-addon {
  color: #fff;
  border: 0;
  background: #bf2030;
}

.input-group-addon {
  padding: 6px 12px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-wrap h1 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.form-btn {
  margin: 0px auto;
  display: block !important;
  border: none;
  color: #fff;
  font-size: 18px !important;
  padding: 8px 39px 8px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  background: #bf2030;
  border: 1px solid #bf2030;
}

.form-btn:hover {
  color: #bf2030;
  background: #fff;
  border: 1px solid #bf2030;
}

.error {
  color: red;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 37px;
  line-height: 37px;
  background: #bf2030;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
  text-align: center;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #bf2030;
  border-radius: 25px;
}

.oops-greet {
  color: #414041;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .nav-link {
    margin-left: 0;
    border-bottom: 1px solid #000;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-inner img {
    height: auto !important;
  }

  .carousel-inner a {
    position: relative;
    text-align: center;
    margin: 20px;
  }

  .about p {
    font-size: 17px;
    color: #6e6e6e;
    line-height: 27px;
  }

  .section-bg {
    background-position: right;
  }

  .social-item {
    display: block;
  }

  .sec-padd {
    padding: 30px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }
  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }

  .section-title {
    font-size: 24px;
  }
}

#letter
{
  padding: 50px 0px;
}
.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
  z-index: 99;
}

.overlayg {
  position: absolute;
  width: 100%;
  height: 385px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.overlayg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border: 2px dashed #fff; */
  transform: scale(0.975);
  z-index: 99;
}

.amenities-gallery {
  position: relative;
  /* width: 100%; */
  padding: 15px;
  overflow: hidden;
  margin: 10px;
  transition: all 0.5s;
  height: 215px;
  /* margin-bottom: 10px; */
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
}

.amenities-gallery img {
  width: 100%;
  /* display: block; */
  transition: all 0.5s;
  height: 385px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(34, 34, 34, 0.7); */
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

.ame-patch {
  position: absolute;
  z-index: 999;
  background: #000000b5;
  color: #fff;
  padding: 10px;
  top: 25px;
  left: 0px;
  font-weight: 600;
  font-size: 19px;
}
