html {
  
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.footer-social-icon{
	width:35px; padding-right:10px;
}
#amenities-carousel .owl-nav{display:none;}
a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.btn {
  border: 0;
  padding: 10px 20px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: linear-gradient(#C18B2D, #9D6D0F);
}

.banner-container {
  height: 600px;
}

.banner-container .owl-carousel.owl-drag .owl-item .item {
  height: 600px;
  background-size: cover !important;
  background-position: center top !important;
}

.banner-caption {
  bottom: 15%;
  position: absolute;  
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}

.banner-caption h2 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  display: table;
  margin: 0 auto;
  font-weight: 400;
}

.banner-container .owl-nav {
  width: 100px;
  bottom: 60px;
  position: relative;
  margin: 0 auto;
}

.banner-container .owl-carousel .owl-nav button.owl-prev, .banner-container .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);  
  margin-right: 10px;
  font-size: 20px;
}

.bg-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.navbar {
  padding: 1.5rem 15px;
  background: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  margin: 0 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #B78723;
  border-bottom: #B78723 solid 2px;  
}

.navbar-dark .navbar-nav .nav-link.cont {
  border: solid 2px #B78723;
  border-radius: 7px;
  color: #B78723;
  padding: 0.5rem;
}

.about-sec-home {
  background: url('../images/about-bg-home.jpg') no-repeat center center;
  padding: 40px 0;
  background-size: cover;
}

.heading-one {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.heading-main {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Noto Serif Display", serif;
}

.abt-sec img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.abt-sec-blk:hover img {
  transform: scale(0.9);
  transition: 0.3s;
}

.abt-sec p {
  margin-bottom: 20px;
}

.more-link {
  padding: 7px 10px;
  border: #fff solid 2px;
  border-radius: 7px;
  color: #fff;
  margin: 10px 0 0;
  display: inline-block;
}

.more-link.adj {
  color: #B78723;
  border-color: #B78723;
  margin-right: 15px;
}

.more-link.fill {
  border: 0;
  background: #B78723;
}

.more-link:hover {
  color: #B78723;
  background: #fff;
}

.more-link.fill:hover {
  color: #B78723;
  border: #B78723 solid 2px;
}

.more-link.adj2 {
  color: #B78723;
  border-color: #B78723;
  margin-right: 15px;
  background: #fff;
}

.more-link.adj2:hover {
  border: 0;
  margin-left: 10px;
  transition: 0.5s;
}

.more-link i {
  margin-left: 10px;
}

.more-link.adj2 i {
  color: #B78723 !important;
  margin: 0 0 0 10px !important;
  position: relative;
  top: 2px;
}

.event-sec {
  padding: 40px 0;
  background: #fff;
}

.event-sec .heading-main {
  margin-bottom: 20px;
}

.event-sec .heading-one {
  margin-bottom: 30px;
}

.event-cover {
  padding: 0;
}

.event-cover h5 {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
}

.event-sec-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  transition: transform .3s ease;
}

.home-event-img:hover .event-sec-img {
  transform: scale(0.8);
}

.home-gal {
  padding: 30px 0;
  position: relative;
}

.home-gal .owl-carousel {
  position: initial;
}

.home-gal .item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.home-gal .item img {
  border-radius: 8px;
}

.home-gal .item img {
transition: transform .5s ease;
}

.home-gal .item:hover img {
  transform: scale(1.5);
}


.home-gal .owl-nav {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home-gal .owl-carousel .owl-nav button.owl-prev {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  background: #B78723;
  bottom: 81px;
  position: absolute;
  left: 0;
}

.home-gal .owl-carousel .owl-nav button.owl-next {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  background: #B78723;
  bottom: 81px;
  position: absolute;
  right: 0;
}


.owl-dots {
  display: none;
}

.color-cover-white {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.color-cover-white-two {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  position: absolute;
  right: 0;
  top: 30px;
  width: 100px;
  height: 128px; 
  z-index: 9;
}

.color-cover-white-three {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  top: 30px;
  width: 100px;
  height: 128px; 
  z-index: 9;
}

.color-cover-custom {
  background: linear-gradient(180deg, rgba(131,98,31,0) 0%, rgba(131,98,31,0) 50%, rgba(131,98,31,1) 100%);
  position: absolute;
  left: 15px;
  top: 0;
  width: 96%;
  height: 100%;
}

.event-row {
  margin-bottom: 20px;
}

.why-choose-sec {
  background: url(../images/whychoose-bg.jpg) no-repeat center center;
  background-size: cover !important;
  background-position: center center !important;
  padding: 40px 0;
}

.why-choose-box {
  background: #fff;
  color: #9D6D0F;
  padding: 20px;
  text-align: left;
  border-radius: 8px;
  max-width: 100%;
  min-height: 0;
  margin-bottom: 30px;
  cursor: auto;
}

.why-choose-box i {
  font-size: 30px;
  margin-bottom: 0px;
  margin-right: 15px;
}

.why-choose-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  position: relative;
  top: -5px;
}

.why-choose-box:hover {
  transform: scale(1.1);
  transition: 0.3s;
  color: #fff;
  background: #9D6D0F;
}

.gallery-sec-home {
  padding: 40px 0;
  position: relative;
}

.gal-home-cover {
  position: relative;
  right: 0;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.gal-home-cover img {
  width: 100%;
}

.gal-home-cover:hover {
  background-image: linear-gradient(90deg, #fff, #D9A027);
}

.gal-home-cover:hover a {
  background: #fff;
}

.gal-home-cover a {
  padding: 15px 30px;
  color: #9D6D0F;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 18%;
  top: 39%;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: solid 2px #9D6D0F;
}

.gallery-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  padding: 0px 0 40px;
  font-family: "Noto Serif Display", serif;
}

.getintouch-sec .gallery-title {
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
}

.testm-slider {
  padding-top: 40px;
}

.testm-sec-home {
  margin: 40px 0;
  background: url('../images/about-bg-home.jpg') no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}

.testm-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.testm-slider .owl-carousel .owl-stage-outer {
    padding-top: 10px;
}

.testm-slider .item:hover {
  position: relative;
  margin-top: -8px;
  transition: .3s;
}

.testm-box i {
  font-size: 40px;
  margin-bottom: 10px;
}

.testm-box p {
  margin-bottom: 40px;
}

.testm-box img {
  width: 65px !important;
  height: 65px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
}

.testm-box h6 {  
  display: inline-block;
  margin-top: 8px;
  line-height: 25px;
}

.testm-user {
  display: flex;
  justify-content: flex-start;
}

.testm-slider .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  margin: 0 5px;
}

.testm-slider .owl-carousel button.owl-dot {
  background: rgba(255, 255, 255, 0.5);
}

.testm-slider .owl-carousel button.owl-dot.active {
  background: rgba(255, 255, 255, 1);
}

.getintouch-sec {
  padding: 30px 0 40px 0;
}

.getintouch-form .form-outline img {
  position: absolute;
  top: 28px;
  transform: translateY(-50%);
  pointer-events: none;
}

.getintouch-form .form-control {
  padding: 15px;
  padding-left: 40px;
  border: 0;
  border-bottom: #9D6D0F solid 1px;
  border-radius: 0;
  margin-bottom: 15px;
  outline: none;
}

.getintouch-form .form-control:focus {
  box-shadow: none;
}

.getintouch-form .textarea.form-control {
  padding: 10px 0;
}

.getintouch-form .mb-30 {
  margin-bottom: 0px;  
}

.getintouch-form select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.getintouch-form p {
  margin-bottom: 0;
}

.footer {
  background: linear-gradient(180deg, #936814, #D9A027, #6E531C);
  padding: 70px 0 30px;
  color: #fff;
}

.footer .footer-col {
  margin-bottom: 30px;
}

.footer .footer-col img {
  margin-bottom: 20px;
}

.footer .social-blk img:hover {
    transform: rotate(360deg);
    transition: .3s;
}

.footer .footer-col p {
  margin-bottom: 20px;
}

.footer .footer-col i {
  font-size: 24px;
  color: #fff;
  margin-right: 20px;
  width: 24px;
  position: relative;
  top: 3px;
}

.footer .footer-col ul {
  padding: 0;
  list-style: none;
  line-height: 35px;
}

.footer .footer-col ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
  text-decoration: underline;
}

.footer .footer-col ul li a {
  color: #fff;
}

.footer .footer-col ul li a:hover {
  margin-left: 10px;
  transition: 0.5s;
}


.footer .footer-col span {
  display: block;
  padding-bottom: 20px;
}

.footer .footer-col span:hover {
  margin-left: 10px;
  transition: 0.5s;
}

.footer .footer-col span a {
  color: #fff;
}

.footer .footer-col span a:hover {
  text-decoration: underline;
}

.title-footer {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-bottom {
  padding: 20px 0 0;
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
  margin-top: 10px;
  text-align: center;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom span {
  text-align: center;
  display: block;
}

.inner-banner {
  padding: 200px 0 40px;
  background: url(../images/aboutus-banner.jpg) no-repeat center top;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}

.banner-head {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0px 2px #333;
  font-family: "Noto Serif Display", serif;
  position: relative;
  z-index: 1;
  text-align: left;
}

.about-inner {
  background: none;
  color: #000;
}

.service-sec {
  padding: 40px 0;
}

.service-row {
  margin-bottom: 10px;
}

.service-img-div {
  position: relative;
  padding: 20px 20px 0 0;
}

.service-img-div img {
  display: block;
  margin: 0 auto;
  transition: transform .5s ease;
}

.color-div-one {
  background: linear-gradient(#88651F, #D9A027);
  width: 70%;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  display: none;
}

.service-title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
  margin-top: 20px;
  font-weight: 500;
  font-family: "Noto Serif Display", serif;
}

.details-bar {
  padding: 40px 0;
  background: linear-gradient(#88651F, #D9A027);
  text-align: center;
  color: #fff;
}

.details-bar h4 {
  font-size: 20px;
  line-height: 26px;
}

.details-bar h4 a {
  color: #fff;
}

.details-bar h4 a:hover {
  border-bottom: #fff solid 2px;
  transition: ease-in .3s;
}

.details-bar i {
  font-size: 30px;
  margin-bottom: 20px;
}

.map-sec {
  background: #eee;
  padding: 60px 0;
  display: flex;
}

/*-----------------*/

.map-sec .tab-vertical .nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 0px;
  border-bottom: 0;
}

.map-sec .tab-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 6px;
}

.map-sec .tab-vertical .nav-tabs .nav-link {
  border: 1px solid transparent;
  background: #fff;
  padding: 10px;
  color: #71748d;
  background-color: #dddde8;
  border-radius: 0 !important;
  font-size: 16px;
}

.map-sec .tab-vertical .nav-tabs .nav-link.active {
  background-color: #9D6D0F !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  color: #fff;  
  font-weight: 600;
}

.map-sec .tab-vertical .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 0 !important;
  color: #333;
  font-weight: 500;
}

.map-sec .tab-vertical .tab-content {
  overflow: auto;
  border-radius: 0px;
  background: #fff;  
}

.map-sec .tab-content > .active {
  border-left: solid 8px #9D6D0F ;
}

.map-sec .tab-content > .tab-pane {
  padding: 0px;
}

/*-----------------*/


.gallery-cover {
  padding: 40px 0;
}

/*-------------------------*/

.filter-button {
  font-size: 16px;
  border: 1px solid #B08125;
  border-color: transparent;
  border-radius: 5px;
  text-align: center;
  color: #333;
  margin: 0 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.filter-button:hover, .filter-button.active, .filter-button:focus {
  border-color: #B08125;
  border-radius: 5px;
  text-align: center;
  color: #B08125;
  background-color: none;
}

.filter-button:active {
  background-color: none;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

.gallery_product img {
  border-radius: 8px;
  border: #B78723 solid 3px;
}

.gallery_product img {
  transition: transform .5s ease;
}

.gallery_product img:hover {
  transform: scale(0.9);
}

.fancybox-image, .fancybox-spaceball {
  border: #fff solid 5px !important;
}

.tab-titles {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.venue-detail {
  padding: 60px 0;
}

.venue-detail h5 {
  color: #795B1D;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

.venue-detail h5 i {
  position: absolute;
  left: 0;
  top: 3px;
}


.amenity-sec h4 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 15px 0 0;
}

.venue-detail-gal {
  padding: 50px 0 20px;
}

.venue-detail-gal .owl-carousel .owl-item img {
  height: 124px;
}

.venue-detail-gal .owl-dots {
  display: block;
  text-align: center;
  padding-top: 30px;
}

.venue-detail-gal .owl-carousel button.owl-dot {
  background: #9D6D0F;
  width: 15px;
  height: 15px;
}

.section-cover {
  padding: 40px 15px;
}

.mini-title {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
}

.mini-title b {
  font-size: 35px;
  font-weight: 600;
  margin-top: 15px;
}

.cont-add-blk {
  padding: 18px 20px;
  background: #111;
  color: #fff;
  font-size: 18px;
}

.navbar-toggler img {
  width: 30px;
}

/*---- scroll menu starts-----*/

.menu {
  background: rgba(0, 0, 0, 0.7);
  transition: .5s;
}

.menu.hide1 {
  opacity: 1;
  background: #000;
  padding: .8rem 1rem;
  border-bottom: 0;
}

.navbar-nav {
  margin-top: 10px;
}

.floating-block {
  position: fixed;
  right: 30px;
  bottom: 90px;
  width: 40px;
  z-index: 999;
}

.floating-block i {
  color: #fff;
  background: #25D366;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: center;
  padding: 8px 0;
}

.floating-block span {
  background: #eee;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 7px 0;
  display: inline-block;
  text-align: center;
  border: #936814 solid 1px;
}

.floating-block img {
  width: 25px;  
}

.privacy-cover {
  padding: 40px 0;
}

.privacy-cover h2 {
  margin-bottom: 15px;
  font-size: 25px;
  font-family: "Noto Serif Display", serif;
}

.privacy-cover h4 {
  margin-bottom: 15px;
}

.privacy-cover p {
  margin-bottom: 20px;
}

.privacy-cover ul {
  padding: 10px 0 10px 15px;
}

.privacy-cover ul li {
  line-height: 30px;
  margin-bottom: 15px;
}

.sitemap-cover {
  padding: 40px 0;
  max-width: 500px;
  display: block;
  margin: 40px auto;
  border: #ddd solid 2px;
  border-radius: 10px;
}

.logo {
  height: 50px;
}

.footer-bottom .text-right {
  text-align: center !important;
}

.navbar-dark .navbar-toggler {
  border: none;
  background: #B78723;
}

.navbar-dark .navbar-toggler i {
  color: #fff;
  font-size: 20px;
  margin: 3px 1px;
}

@media (min-width: 1200px) {

  .home-gal .owl-carousel .owl-nav button.owl-prev {
    bottom: 38px;
  }

  .home-gal .owl-carousel .owl-nav button.owl-next {
    bottom: 38px;
  }

  .service-img-div img:hover {
    transform: scale(1.1);
    border: #88651F solid 4px;
  }
  
  .section-cover {
    padding: 40px 0;
  }

  .venue-detail-gal .owl-carousel .owl-item img {
    height: 140px;
  }

  .gal-home-cover a {
    padding: 15px 30px;
    left: 40%;
    top: 40%;
  }

  body {
    font-size: 16px;
    line-height: 26px;
  }
  .navbar-dark .navbar-brand {
    padding-left: 0;
  }

  .banner-container .owl-carousel.owl-drag .owl-item .item {
    height: 790px;
  }

  .banner-caption h2 {
    font-size: 35px;
    line-height: 55px;
    max-width: 40%;
    display: block;
    margin: 0 auto;
  }

  .banner-caption {
    bottom: 20%;
    padding: 20px;
  }

  .banner-container {
    height: 790px;
  }

  .about-sec-home {
    padding: 60px 0;
  }

  .heading-one {
    font-size: 28px;
    font-weight: 700;
  }

  .heading-main {
    font-size: 44px;
    margin-bottom: 40px;
  }

  .abt-sec img {
    margin: 0 auto;
  }

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

  .event-sec .heading-one {
    margin-bottom: 60px;
  }

  .event-sec-img {
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 0;
  }

  .event-cover {
    padding: 0 40px;
  }

  .why-choose-box {
    padding: 50px 30px;
    border-radius: 8px;
    max-width: 200px;
    min-height: 200px;
    text-align: center;
    margin: 0;
  }

  .why-choose-box i {
    font-size: 50px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .why-choose-box h4 {
    display: block;
    top: 0;
  }

  .why-choose-sec {
    padding: 70px 0;
  }

  .gallery-sec-home {
    padding: 80px 0;
  }

  .gal-home-cover {
    position: absolute;
    height: 500px;
    text-align: right;
    padding: 30px 0;
  }

  .gal-home-cover img {
    width: 100%;
  }

  .gallery-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    padding: 120px 0;
    max-width: 70%;
  }

  .testm-sec-home {
    margin: 80px 0;
    padding: 80px 0;
  }

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

  .getintouch-sec .gallery-title {
    max-width: 80%;
    padding-top: 100px;    
    padding-bottom: 0;
  }

  .footer .footer-col img {
    margin-bottom: 50px;
  }

  .footer .footer-col p {
    margin-bottom: 50px;
  }

  .footer .footer-col {
    margin-bottom: 0px;
  }

  .title-footer {
    margin-bottom: 40px;
  }

  .footer-bottom {
    padding: 30px 0 0;
    margin-top: 40px;
    text-align: left;
  }

  .footer-bottom .text-right {
    text-align: right !important;
  }

  .inner-banner {
    padding: 300px 0 40px;
  }

  .banner-head {
    font-size: 54px;
  }

  .service-sec {
    padding: 80px 0;
  }

  .service-img-div {
    padding: 40px;
  }

  .service-title {
    font-size: 45px;
    line-height: 85px;
    margin-top: 50px;
  }

  .service-row {
    margin-bottom: 50px;
  }

  .gallery-cover {
    padding: 60px 0;
  }

  .filter-button {
    font-size: 16px;
    margin: 0 10px;
    margin-bottom: 30px;
    padding: 10px 20px;
  }

  .details-bar {
    padding: 60px 0;
  }

  .details-bar h4 {
    font-size: 26px;
    line-height: 30px;
  }

  .details-bar i {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .map-sec .tab-vertical .nav-tabs .nav-link {
    padding: 17px 49px;
  }

  .footer-bottom span {
    text-align: right;
  }

  .event-cover h5 {
    font-size: 20px;
  }

  .getintouch-form .form-control {
    margin-bottom: 0px;
  }

  .getintouch-form .mb-30 {
    margin-bottom: 30px;  
  }

  .footer .footer-col ul li {
    display: block;
    margin: 0;
    text-decoration: none;
  }

  .banner-container .owl-nav {
    bottom: 100px;
    width: 150px;
  }

  .banner-container .owl-carousel .owl-nav button.owl-prev, .banner-container .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 25px;
  }

  .navbar {
    padding: 1.5rem 0;
  }

  .navbar-dark .navbar-nav .nav-link.cont {
    padding: 0.5rem;
  }

  .navbar-nav {
    margin-top: 0;
  }

  .event-row {
    margin-bottom: 80px;
  }

}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }

  .banner-container .owl-carousel.owl-drag .owl-item .item {
    height: 790px;
  }

  .banner-caption {
    bottom: 15%;
  }

  .banner-container {
    height: 790px;
  }

  .banner-container .owl-nav {
    bottom: 80px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}
.wpcf7 .screen-reader-response{
	display:none;
}
.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.error-message{
	color:red;
}


.whatsapp-icon {
    position: relative;
    display: inline-block;
}

.whatsapp-icon:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #25d366;
    border-color: inherit;
    border-radius: 50%;
    height: 70%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: border-box;
    animation: pulse 1.3s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.whatsapp-icon i {
    font-size: 24px;
    position: relative;
    z-index: 1;
}
