*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Raleway', 'sans-serif';
  color: #2c343b;
  background-color: #fff;
}

a {
  color: #d44457;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.5rem;
  color: #6e6e6e;
  line-height: 24px;
  left: 0.25px;
}

.style2 {
    font-size: 12px;
    font-weight: bold;
}

.btn:active,.btn.active {
    background-image: none
}

section {
  padding-top: 60px;
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #2b65e3;
}

.section-heading h2 {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

.section-heading h3 {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 600;
  color: #232323;
  background-color: #fff;
  letter-spacing: 0.5px;
}

.section-heading-modal {
  text-align: left;
  margin-bottom: 30px;
}

.section-heading-modal span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #2b65e3;
}

.section-heading-modal h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

.blue-button a {
  display: inline-block;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #2b65e3;
  transition: all 0.5s;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
  cursor: pointer;
}

.blue-button a:hover {
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  font-weight: bold;
}

.top-award {
  width: 75%;
  height: auto;
}

.award-div {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
}

/* HEADER STYLE */
.cf:before, 
.cf:after {
  content: '';
  display: table;
  visibility: hidden;
}

.cf:after {
  clear: both;
}

.cf::after {
  content: "";
  display: table;
  clear: both;
}

#header {
  overflow: visible;
  background-color: #fff;
  position: fixed;
  width: calc(100% - 20px);
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}

#header .logo {
  float: left;
}

#header .logo img {
  width: 80%;
  overflow: hidden;
  z-index: 1000;
}

#header .award {
  display: flex;
  position: absolute;
  right: -110px;
}

#header .award img {
  height: 80px;
  width: auto;
  overflow: hidden;
  z-index: 1000;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}

/* IOS DEVICES */
.ios-device #primary-nav-button.mobile {
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: transparent;
  width: 80px;
  height: 80px;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0;
  outline: none;
}

.ios-device .mobile-text {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: -28px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.ios-device .g-recaptcha {
  width: 100% !important;
  transform: scale(.9);
  text-align: center !important;
}

.ios-device .contact {
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* THE REST OF THE WORLD */
#primary-nav-button {
  background: transparent;
  display: none;
  position: absolute;
  border: none;
  bottom: 0;
  right: 15px;
  top: 0;
  z-index: 9;
  padding: 0;
  outline: none;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0;
}

#primary-nav-button:hover {
  background: rgba(0,0,0,0.05);
}

#primary-nav-button.selected {
  background: rgba(0,0,0,0.1);
}

#primary-nav-button:before {
  content: '\2261';
  display: inline-block;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: inherit;
  border: none;
  border-radius: 10px;
}

.mobile-text {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: -24px;
}

.menu {
  float: right;
}

.menu li {
  float: left;
  margin-left: 30px;
  position: relative;
  line-height: 80px;
}

#newsIframe {
background: #f4f4f4;
}

@media (max-width: 768px) {
.navButton {
 width: 100%;
  }
.callButton {
 width: 100%;
  }
  .section-heading {
    margin-bottom: 30px;
  }
}	

@media (max-width: 768px) {
.g-recaptcha {
  width: 100% !important;
  transform: scale(.8);
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  }
}

@media screen and (min-width: 1010px) and (max-width: 1200px) {
.menu li {
  float: left;
  margin-left: 15px;
  position: relative;
  line-height: 80px;
  }
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
  margin-left: 0px;
}

.menu li a {
  display: block;
  text-decoration: none;
}

#primary-nav li a {
  color: #121212;
  font-weight: bold;
  line-height: 60px;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.5s;
  border-radius: 10px;

}

/* DESKTOP */
@media (min-width: 768px) {
  #primary-nav li > a:hover,
  #primary-nav li > a:active,
  #primary-nav li.selected > a {
    color: #fff;
    background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
    border-radius: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .dropdown.menu a.active {
    color: #fff !important;
    background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
    border-radius: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  #newsIframe {
    background: #f4f4f4;
    border-radius: 10px;
  }
}

@media (max-width:992px) {

  .banner .banner-caption {
    padding: 200px 30px;
  }

  .featured-places .featured-item {
    margin-bottom: 30px;
  }

  .featured-places .featured-item .down-content .first-button {
    border-right: none;
  }

  section.our-services .service-item {
    margin-bottom: 30px;
  }

  .down-services .left-content {
    margin-bottom: 60px;
  }

  #video-container .video-content {
    padding: 0 30px;
    text-align: center;
  }
  
  .table-item {
    margin-bottom: 30px;
  }

  .modal-content {
    width: 90%;
  }
  .modal-content .close {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  }

  footer .useful-links {
    margin-top: 60px;
  }

  footer .contact-info {
    margin-top: 60px;
  }
 
}

  label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

#primary-nav li > a:hover,
#primary-nav li.selected > a {
  color: #fff;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  border-radius: 10px;
}

.sub-menu {
  border-top: 3px solid #2b65e3;
}

.sub-menu li a {
  line-height: 50px!important;
  font-size: 13px!important;
  color: #6e6e6e;
}

.downarrow {
  background: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
  padding-right: 10px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  width: 1em;
  height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu li {
  line-height: 40px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
  min-width: 160px;
  z-index: 200;
}

#primary-nav .sub-menu li {
  border-bottom: 1px solid #ddd;
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 80px;
  background: #fff;
  width: 100%;
  right: 15px;
  left: 0;
  z-index: 999999;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}

#primary-nav.mobile .menu {
  text-align: center;
  width: 100%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

#primary-nav.mobile li:first-child  {
  width: 100%;
  margin: 0;
  border-top: 1px solid #ddd;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid #ddd;
}

#primary-nav.mobile li:last-child {
  border: none;
}


#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

#primary-nav.mobile .sub-menu .downarrow {
  top: 15px;
  position: absolute;
  right: 15px;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  top:42px;
  right: 25px;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}

#primary-nav-button.mobile {
  display: inline-block;
  right: 0;
}

section.banner {
  padding: 0px;
}

.banner {
  background-image: url(../img/main_banner.webp);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .banner {
    background-image: url(../img/mobile_banner.webp);
    margin-top: -100px;
  }
}

.banner .banner-caption {
  padding: 200px 0px;
}

.banner .banner-caption .line-dec {
  width: 80px;
  height: 3px;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  margin-bottom: 10px;
}

.banner .banner-caption .text-background {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
}

.banner .banner-caption h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  letter-spacing: 0.5px;
  color: #fff;
  display: inline;
  border-radius: 10px;
}

.banner .banner-caption span {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.5px;
}

.banner .banner-caption .blue-button {
  margin-top: 30px;
}

/* TESTIMONIALS SECTION */
.emoji {
  color: inherit;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", sans-serif;
}

#testimonials {
  margin-top: -60px;
}

.my-testimonial-carousel {
  position: relative;
  width: 100%;
  min-height: 260px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 20px 20px 60px 20px;
  justify-content: flex-start;
  transition: height 1.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.my-slide {
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform 1.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.7s ease-in-out;
}

.my-slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.my-slide:not(.active) {
  opacity: 0;
  transform: translateX(100%);
}

.my-slide h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #0db1ff;
  font-size: 1.8rem;
}

.my-testimonial-carousel.sliding .my-slide {
    transition: transform 1s ease-in-out;
}

.testimonial {
  font-style: italic;
  color: #555;
  line-height: 1.6;
  padding: 0 15px;
  width: 100%;
}

.my-testimonial-carousel::before, 
.my-testimonial-carousel::after {
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 4rem;
    color: #2b65e3;
    position: absolute;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    z-index: 5;
}

.my-testimonial-carousel::before {
    content: "\f10d";
    left: 25px;
    top: 10px;
}

.my-testimonial-carousel::after {
    content: "\f10e";
    right: 25px;
    bottom: 10px;
}

.my-testimonial-carousel.active-quotes::before,
.my-testimonial-carousel.active-quotes::after {
    opacity: 1;
}

.testimonial p {
  margin: 0 0 10px 0;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
}

.testimonial .name {
  text-align: right;
  margin-top: 10px;
  margin-right: 10%;
  font-weight: bold;
  color: #555;
  font-size: 1.6rem;
  margin-bottom: 60px !important;
}

.my-controls {
  position: absolute;
  top: 50%;
  left: 0; 
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 6;
}

.my-controls button {
  pointer-events: all; 
  background: transparent;
  border: none;
  color: #0db1ff;
  font-size: 4rem;
  cursor: pointer;
  transition: color 0.3s;
  margin: 0 10px;
}

.my-controls button:hover {
  color: #2b65e3;
}

.my-indicators-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 110px;
  overflow: hidden;
  height: 22px;
  z-index: 6;
}

.my-indicators {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}

.my-indicators button {
  background-color: #ccc;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.my-indicators button.active {
  background-color: #0db1ff;
}

/* Gallery Carousel */
.my-photo-carousel {
  position: relative;
  overflow: hidden; /* no horizontal scrollbar */
  margin-bottom: 40px; /* optional extra space at bottom */
  background-color: #fff;
}

/* 2) Each slide is absolutely positioned within the carousel */
.my-photo-carousel .my-slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
  text-align: center; /* center the content */
  box-sizing: border-box;
  padding-bottom: 20px; /* add space below the image area */
}

/* Active slide is at left:0 and visible */
.my-photo-carousel .my-slide.active {
  left: 0;
  opacity: 1;
  z-index: 2;
}

/* 3) Images smaller and centered */
.my-photo-carousel .my-slide img {
  max-width: 60%;      /* or whatever size you like */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 4) Spacing above the dots/indicators */
.my-photo-carousel .my-indicators-wrapper {
  margin-top: 20px; /* space above the dots */
  text-align: center;
}

/* Optionally tweak each dot */
.my-photo-carousel .my-indicators button {
  margin: 0 5px; /* horizontal spacing between dots */
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .my-testimonial-carousel {
    width: 100%;
    min-height: 200px;
    padding: 20px 10px 60px 10px;
  }

  .my-testimonial-carousel::before {
    left: 10px;
    top: 0;
    font-size: 3rem;
  }

  .my-testimonial-carousel::after {
    right: 10px;
    bottom: 10px;
    font-size: 3rem;
  }

  .my-slide h3 {
    font-size: 1.5rem;
  }

  .testimonial {
    font-size: 1rem;
  }

  .my-controls button {
    font-size: 1.5rem;
    margin: 0 5px;
    opacity: 25%;
  }

  .my-indicators-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
  }

  .my-indicators button {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }

  .my-testimonial-carousel::before {
    left: 15px;
    top: 10px;
    opacity: 25%;
  }

  .my-testimonial-carousel::after {
    right: 15px;
    bottom: 20px;
    opacity: 25%;
  }

  .testimonial .name {
    margin-right: 18px;
  }

  .testimonial p {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-background span {
    display: flex !important;
    font-size: 2rem !important;
    text-align: center;
  }
  
  .text-background h1 {
    display: flex !important;
    font-size: 3rem !important;
    text-align: center;
  }

}

/* LIVING SECTION */
.living {
  margin-bottom: 20px;
}

section.featured-places {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}

section.featured-places#award {
  margin-top: -20px;
}

section.featured-places#locations {
  margin-top: 0;
}

.featured-places .featured-item .thumb {
  position: relative;
  z-index: 1;
}

.featured-places .featured-item .thumb img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.featured-places .featured-item .down-content {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  padding: 20px 20px 0px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.featured-places .featured-item .down-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.featured-places .featured-item .down-content span {
  display: block;
  font-size: 13px;
  color: #2b65e3;
  margin-bottom: 15px;
}

.featured-places .featured-item .down-content p {
  margin-bottom: 20px;
}

.featured-places .featured-item .down-content.location p {
  margin-bottom: 20px;
  min-height: 195px;
}

.featured-places .featured-item .down-content .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.featured-places .featured-item .down-content2 {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  padding: 20px 20px 0px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.featured-places .featured-item .down-content2 h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.featured-places .featured-item .down-content2 span {
  display: block;
  font-size: 13px;
  color: #2b65e3;
  margin-bottom: 15px;
}

.featured-places .featured-item .down-content2 p {
  margin-bottom: 20px;
  min-height: 220px;
}

.featured-places .featured-item .down-content2 .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.featured-places .featured-item .down-content .text-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 15px 5px;
}

.featured-places .featured-item .down-content .text-button a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  border-radius: 10px;
  border: 2px solid #2b65e3;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}

.featured-places .featured-item .down-content .text-button a:hover {
  color: #2b65e3;
  border: 2px solid #2b65e3;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  font-weight: bold;
}

section.our-services .service-item {
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 30px 30px;
}

section.our-services .service-item .icon img {
  max-width: 100%;
}

section.our-services .service-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 15px;
}

.our-services .left-content h4 {
  font-size:  19px;
  font-weight:  600;
  color:  #232323;
  margin-top: 0px;
  margin-bottom:  25px;
}

.our-services .left-content .blue-button {
  margin-top: 25px;
}

.down-services {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 60px;
}

.accordion li {
  position: relative;
}

.accordion li a {
  border: 1px solid #ddd;
  border-radius: 10px;

}

.accordion li p {
  display: none;
  border-radius: 10px;

}

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #232323;
  user-select: none;
  padding: 15px 20px;
  text-decoration: none;
  padding-right: 30px;
}

.accordion a:after {
  width: 15px;
  height: 15px;
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  content: " ";
  top: 22.5px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion p {
  margin: 0px;
  padding: 20px;
  border: 1px solid #ddd;
}

a.active:after {
  background-color: #0db1ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section#video-container {
  margin-top: 60px;
}

#video-container  {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .videoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #fff;
}

#video-container .video-content .inner h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

#video-container .video-content .inner a {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
  font-size: 18px;
  border: 2px solid #2b65e3;
  border-radius: 10px;
}

#video-container .video-content .inner a:hover {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  color: #2b65e3;
  background-color: rgba(250,250,250,0.1);
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 10px;
}

section.contact .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* CONTACT BUTTON */
.contact-btn {
  display: inline-block;
  border-radius: 10px;
  background-color: #2b65e3;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #2b65e3;
  transition: all 0.5s;
}

.contact-btn:hover {
  background-color: transparent;
  color: #2b65e3;
}

/* CONTACT */
.contact {
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.contact-content {
  text-align: left;
  margin-top: 0px!important;
}

.contact-content input,
.contact-content textarea {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 10px;

}

.contact-content textarea {
  padding-top: 10px;
  min-height: 140px;
  height: 160px;
  max-height: 180px;
  max-width: 100%;
  border-radius: 10px;

}

.contact-content select {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 10px;

}

.contact-content button {
  display: inline-block;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #2b65e3;
  transition: all 0.5s;
}

.contact-content button:hover {
  color: #2b65e3;
  border: 2px solid #2b65e3;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  font-weight: bold;
}

.wrapper {
  text-align: center;
}

.contact#thanks {
  overflow: visible;
}

/* MODAL BUTTON */
.modal-btn {
  display: inline-block;
  border-radius: 10px;
  background-color: #2b65e3;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #2b65e3;
  transition: all 0.5s;
}
.modal-btn:hover {
  background-color: transparent;
  color: #2b65e3;
}

/* MODAL */
.modal {
  background-color: rgba(0,0,0,.65);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  padding-top: 10%;
  padding-bottom: 10%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modal-content .section-heading {
  text-align: left;
  margin-top: 0px!important;
}
.modal-content .section-heading h2 {
  margin-top: 10px;
}

.modal-content .left-content {
  padding: 30px;
}

.modal-content .left-content input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

.modal-content .left-content textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  min-height: 140px;
  height: 160px;
  max-height: 180px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-content .left-content button {
  display: inline-block;
  border-radius: 10px;
  background-color: #2b65e3;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #2b65e3;
  transition: all 0.5s;
}

.modal-content .left-content button:hover {
  background-color: transparent;
  color: #2b65e3;
}

.modal-content .right-content {
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  padding: 30px 30px 65px 30px;
  color: #fff;
  height: inherit;
}

.modal-content .right-content .section-heading h2 {
  color: #fff;
}

.modal-content .right-content .section-heading span {
  color: #fff;
}

.modal-content .right-content p {
  margin-bottom: 50px;
  color: #fff;
}

.modal-content .right-content ul li span {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 60px;
  display: inline-block;

}

.modal-content .right-content ul li a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.modal-content .right-content ul li {
  margin: 10px 0px;
}

#timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #2b65e3;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  margin: 0;
}

.progress-circle {
  width: 80px;
  height: 80px;
  position: relative;
  margin-top: 20px;
}

.progress {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip: rect(0, 80px, 80px, 40px);
  background-color: transparent;
  border: 5px solid #2b65e3;
  animation: animate 10s linear forwards;
}

@keyframes animate {
  to {
    transform: rotate(360deg);
  }
}

/* MODAL CONTENT */
.modal-content {
  position: relative;
  top: 0px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.modal-animated-in {
  animation: totop-in .3s ease;
}

.modal-animated-out {
  animation: totop-out .3s ease forwards;
}

.modal-content .close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  color: #2b65e3;
  border-radius: 10px;
  opacity: 1;
  outline: #2b65e3 solid 2px;
}

.modal-content .close:hover {
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  color: #fff;
  outline: #fff solid 2px;
}

/* KEYFRAMES */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}

/* FOOTER */
footer {
  margin-top: 80px;
  padding: 80px 0px 70px 0px;
  border-top: 1px solid #ddd;
}

footer .footer-heading h4 {
  font-size: 21px;
  color: #232323;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 40px;
}


footer .about-veno .logo {
  margin-bottom: 40px;
}

footer .about-veno ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border: 2px solid #2b65e3;
  border-radius: 50%;
  font-size: 15px;
  margin-right: 3px;
  transition: all 0.5s;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  color: #fff;
  text-decoration: none;
}

footer .about-veno p {
  margin-bottom: 25px;
}

footer .about-veno ul li a:hover {
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}

footer .useful-links ul li {
  margin-bottom: 12px;
}

footer .useful-links ul li a {
  font-size: 15px;
  color: #6e6e6e;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}

footer .useful-links ul li a:hover {
  color: #2b65e3;
}

footer .useful-links ul li i {
  font-size: 11px;
  position: relative;
  top: -3px;
  margin-right: 8px;
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

footer .contact-info p {
  margin-bottom: 25px;
}

footer .contact-info ul li {
  margin: 10px 0px;
}

footer .contact-info ul li span {
  font-size: 13px;
  color: #6e6e6e;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 80px;
  display: inline-block;
}

footer .contact-info ul li a {
  font-size: 13px;
  color: #2b65e3;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.sub-footer p {
  text-align: center;
  display: inline-block;
  background-color: #000000;
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 0px;
  font-size: 15px;
  color: #ffffff;
}

@media (max-width: 1400px) {
  #header .award {
    left: 200px;
  }
}

@media (max-width: 768px) {
  .sub-footer p {
  text-align: center;
  display: inline-block;
  background-color: #000000;
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 35px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  }

  .featured-places .featured-item .down-content.location p {
    margin-bottom: 20px;
    min-height: 0;
  }
  
}

@media (max-width: 420px) {
  #header .logo img {
    width: 60%;
    margin-top: 10px;
  }
  
  #header .award {
    left: 50%;
  }

  #header .award img {
    display: flex;
    position: fixed;
    height: 80px;
    margin-top: 0;
    left: 140px;
  }
}

.sub-footer a {
  text-decoration: none;
  color: #2b65e3;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px; 
  right: 20px;
  z-index: 99; 
  border-radius: 5px;
  outline: none; 
  cursor: pointer;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  color: #fff;
  border: 2px solid #2b65e3;
  transition: all 0.5s;

}

#topBtn:hover {
  background: linear-gradient(to bottom right, #0db1ff, #2b65e3);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
    br {
        display: none;
    }
}

  label[for]:after {
    content: " *";
    color: red;
	font-size: 20px;
    font-weight: 700;
}

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  legend.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


#infoButton {
    display: block;
    width: 100%;
    text-align: center;
}

.featured-item .down-content {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-item .down-content.about {
  min-height: 685px;
  margin-bottom: 20px;
}

.featured-item .down-content2 {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
}

#downapps {
    min-height: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

#apps .custom-center-row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
