html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
body {
	
	font-family: 'Heebo', sans-serif;
	
	font-size: 16px;
	
	line-height: 28px;
	
	color: #666;
	
	font-weight: 400;
	
	overflow-x: hidden;
	
	-webkit-font-smoothing: antialiased;
	
}


img {
	
	max-width: 100%;
	
}
h1, h2, h3, h4, h5, h6 {
	
	line-height: 1.3em;
	
	margin-top: 0;
	
	color: #222;
	
}
h1 {
	
	font-size: 36px;
	
}
h2 {
	
	font-size: 30px;
	
}
h3 {
	
	font-size: 24px;
	
}
h4 {
	
	font-size: 20px;
	
}
h5 {
	
	font-size: 16px;
	
}
h6 {
	
	font-size: 14px;
	
}
a {
	
	color: #222;
	
	-webkit-transition: all 0.3s ease 0s;
	
	-o-transition: all 0.3s ease 0s;
	
	transition: all 0.3s ease 0s;
	
	text-decoration: none;
	
}
a:hover, a:focus {
	
	text-decoration: none;
	
	color: inherit;
	
	outline: none;
	
}
p {
	margin: 0px;
}
ul, ol {
	
	margin: 0;
	
	padding: 0;
	
}
ul ul, ol ol, ul ol, ol ul {
	
	padding-left: 30px
	
}

.navbar-dark .navbar-brand {
   margin-left: 50px;

}
.banner-sec{
	    padding: 87px;
	background: #dee3ed;
}

.banner-video{
     
}
.banner-tag{
         margin-top: 72px;
}
.banner-tag ul li{
  color: #000;
}
.banner-tag p{
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
}
.banner-tag h1{
      font-weight: 600;
    font-size: 43px;
}
.banner-tag span{
  color: #ffad00;
}

.image-gallery {
    margin-left: -73px;
  display: flex;
  
  justify-content: center;
}
.image-gallery .gallery-items {
  margin: 15px;
  background-color: gainsboro;
  border-radius: 50%;
  transition: background-color 0.25s ease;
}
.gallery-items:hover {
  background-color: transparent;
  cursor: pointer;
}
.image-gallery .gallery-items .item {
  position: relative;
    width: 400px;
    height: 400px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  overflow: hidden;
  border-radius: 50%;
  transition: transform 0.25s ease;
}
.gallery-items:hover .item {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.image-gallery .gallery-items .item img {
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease;
}
.item:hover img {
  transform: scale(1.08)
}
.image-gallery .gallery-items .item .item-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 34%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.image-gallery .gallery-items .item .transparent-back {
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.image-gallery .gallery-items .item .transparent-back:hover {
  opacity: 0;
  animation: 0.25s fade-back forwards ease;
}
@keyframes fade-back {
  0% { opacity: 0; }
  100% { opacity: 0.5; }
}
.item-title .title-text > p:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 1.5em;
  pointer-events: none;
  transform: translateX(-50%) translateY(-500%);
  color: #ffffff;
  opacity: 0;
  text-align: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.item-title:hover .title-text > p:nth-child(1) {
  transform: translateX(-50%) translateY(-60%);
  opacity: 1;
}
.title-text > p:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  font-size: 1em;
  pointer-events: none;
  transform: translateX(-50%) translateY(500%);
  color: #cccccc;
  opacity: 0;
  text-align: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.item-title:hover .title-text > p:nth-child(2) {
  transform: translateX(-50%) translateY(60%);
  opacity: 1;
}
.title-text{
  font-size: 11px;
}

.section-title h2{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.testimonial-grd{
	margin-bottom: 20px;
}

.testimonial-grd h4{
	    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.testimonial-grd p{
	    color: #000;
    text-align: justify;
}

.booking-schedule{
   padding: 87px;
	background: #dee3ed;	
}

.main-footer{
	min-height: 200px;
	background-color: #000;
}
.main-footer p{
	 text-align: center;
	color: #fff;
	padding-top: 80px;
}






.newsletter {
    padding: 5% 0 5%;
    background-size: cover;
    position: relative;
    z-index: 2;
    min-height: 45vh;
}
  .newsletter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #dee3ed;
    opacity: .8;
    z-index: -1; }
  .newsletter .section-title {
    margin-bottom: 59px; }
    .newsletter .section-title h2 {
      }
    .newsletter .section-title p {
      color: #fff; }
 .form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

#btnOpenForm{
        border: 2px solid;
    box-shadow: -1px 14px 16px 0px rgba(0, 0, 0, 0.75);
    padding: 6px 77px 10px 77px;
    border-radius: 15px 15px 0px 0px;
    font-size: 26px;
    margin-left: 155px;
}
.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-container h1{
  color: #fff;
      font-size: 32px;
}

.form-container p{
  color: #fff;
margin-top: 10px;
margin-bottom: 10px;
font-size: 15px;
}

.hero {
  width: 100%;
  height: 13vh;
  background: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.social-links {
  display: flex;
}

.social-links a {
     width: 60px;
    height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 3px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
 font-size: 19px;
  line-height: 65px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #000;
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}

  





/*----------  MOBILE RESPONSIVE-----------------*/
/*----------------------------------------------*/

@media (min-width: 1200px) {








}

@media (max-width: 1024px) {

.banner-sec {
    padding: 38px;
    background: #dee3ed;
}
.banner-tag {
    margin-top: 15px;
}
.banner-video {
    margin-top: 2px;
}
.abt-sec {
    padding-top: 50px;
    padding-bottom: 833px;
}
.newsletter {
    padding:5% 0 11%;
    background-size: cover;
    position: relative;
    z-index: 2;
    min-height: 22vh;
}

.banner-tag h1 {
    font-weight: 600;
    font-size: 37px;
}

.banner-tag ul li {
    font-size: 14px;
    color: #000;
}
p{
  font-size: 14px;
}

.image-gallery {
        margin-left: -13px;
    display: flex;
    justify-content: center;
}




}

@media (max-width: 991.98px) {















}

@media (max-width: 768px) {
  iframe {
    width: 344px !important;
    height: 229px !important;
}
.banner-tag {
    margin-top: -5px;
    width: 100%;
}
.banner-sec {
    padding: 24px;
    background: #dee3ed;
}

.abt-sec {
    padding-top: 1px;
    padding-bottom: 1220px;
} 

.image-gallery {
      margin-left: 4px;
    display: grid;
    justify-content: center;
}
#btnOpenForm {
    box-shadow: 4px 13px 16px 0px rgba(0, 0, 0, 0.75);
    padding: 6px 77px 10px 77px;
    border-radius: 15px 15px 0px 0px;
            font-size: 19px;
        margin-left: 21px;

}
.banner-video {
    margin-top: 23px;
}
.banner-tag h1 {
    font-weight: 600;
    font-size: 37px;
}
.banner-tag ul li {
    font-size: 14px;
    color: #000;
}
p{
  font-size: 14px;
}
.image-gallery .gallery-items .item {
    position: relative;
           width: 350px;
        height: 350px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.9);
    overflow: hidden;
    border-radius: 50%;
    transition: transform 0.25sease;
}





}

@media (max-width: 767px){

}

@media (max-width: 479.98px) {

}


.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 20px 50px;
    font-size: 21px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
}


iframe{
  width: 680px;
  height: 480px;
}
