@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&display=swap");

html {
   scroll-behavior: smooth;
}

body {
   margin: 0;
   color: #333;
   /*  font-family: 'Libre Baskerville', serif;*/
   font-family: "Poppins", sans-serif;
}
a:hover {
   text-decoration: none;
}
/* -------------- main scrollbar ---------------- */
::-webkit-scrollbar {
   width: 8px;
   height: 3px;
}
::-webkit-scrollbar-track {
   background-color: #fff;
   border-left: 1px solid #ccc;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 0px;
   border-radius: 0px;
   background: #c9d4c5;
   border-left: 1px solid #ccc;
}
.h-menu {
   display: none;
}
.logo-mobile {
   display: none;
}
.main-logo {
   float: left;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 99999999;
   background: #fff;
   padding: 0px;
   width: 180px;
   height: 180px;
   transition: 0.4s ease;
}
.main-logo a img {
   width: 100%;
   height: auto;
}
.header-menu {
   float: left;
   width: 100%;
   height: 60px;
   background: #fff;
   position: absolute;
   z-index: 9999999;
}
.menu-list {
   float: right;
   /* margin: 10px; */
   /* padding: 5px; */
}
.menu-list ul {
   list-style: none;
   margin: 0;
   padding: 18px 0px 17px 18px;
}
.menu-list ul li {
   display: inline;
}
.menu-list ul li a {
   color: #333;
   text-decoration: none;
   font-size: 14px;
   font-weight: 500;
   padding: 20px 15px;
   font-family: "Poppins", sans-serif;
    transition: 0.4s ease;
}
.menu-list ul li a:hover {
   color: #98c33c;
   transition: 0.4s ease;
}
.menu-list ul li #bookyourstay {
   background: #76907d;
   color: #fff;
   transition: 0.4s ease;
}
.menu-list ul li #menu-submenu {
   float: left;
   width: 740px;
   /*background: rgb(28 37 30 / 95%);*/
   background: rgb(255 255 255 / 100%);
   position: absolute;
   right: 177px;
   top: 60px;
   z-index: 999;
   display: none;
   padding: 10px;
   box-shadow: 0px 20px 30px 4px rgb(0 0 0 / 21%);
}
.menu-list ul li:hover #menu-submenu {
   display: block;
}
.menu-list ul li #bookyourstay:hover {
   background: #30535a;
   color: #fff;
   transition: 0.4s ease;
}
#menu-submenu h5 {
    color: #98c33c;
}
#menu-submenu li {
   display: block;
   float: left;
   width: 50%;
}
#menu-submenu li a {
   float: left;
   width: 100%;
   padding: 10px;
   font-size: 14px;
   font-weight: 400;
   color: #333;
   transition: 0.4s ease;
   margin-bottom: 0px;
   border-radius: 0px;
}
#menu-submenu li a:hover {
   color: #f8ee34;
   background: #ddd;
    border-radius: 4px;
}

#menu-submenu li a img {
   float: left;
   width: 20%;
   margin-right: 10px;
   border-radius: 8px;
}

#menu-submenu li a h6 {
   font-size: 14px;
   color: #333;
   transition: 0.4s ease;
   padding-top: 5px;
   float: left;
   width: 70%;
}

#menu-submenu li a h6:hover {
   font-size: 14px;
   color: #000;
   transition: 0.4s ease;
   text-decoration: underline;
}

#menu-submenu li a p {
   font-size: 12px;
   color: #666;
   float: left;
   width: 70%;
    margin-bottom: 0px;
}

.menu-list ul li #menu-submenu1 {
   float: left;
   width: 280px;
   background: #76907d;
   position: absolute;
   right: 450px;
   top: 60px;
   z-index: 999;
   display: none;
}
.menu-list ul li:hover #menu-submenu1 {
   display: block;
}
#menu-submenu1 li {
   display: block;
}
#menu-submenu1 li a {
   float: left;
   width: 100%;
   padding: 10px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   transition: 0.4s ease;
}
#menu-submenu1 li a:hover {
   color: #f8ee34;
}

.menu-list ul li #menu-submenu2 {
   float: left;
   width: 280px;
   background: #76907d;
   position: absolute;
   right: 330px;
   top: 60px;
   z-index: 999;
   display: none;
}
.menu-list ul li:hover #menu-submenu2 {
   display: block;
}
#menu-submenu2 li {
   display: block;
}
#menu-submenu2 li a {
   float: left;
   width: 100%;
   padding: 10px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   transition: 0.4s ease;
}
#menu-submenu2 li a:hover {
   color: #f8ee34;
}

.menu-list ul li #menu-submenu3 {
   float: left;
   width: 280px;
   background: #76907d;
   position: absolute;
   right: 160px;
   top: 60px;
   z-index: 999;
   display: none;
}
.menu-list ul li:hover #menu-submenu3 {
   display: block;
}
#menu-submenu3 li {
   display: block;
}
#menu-submenu3 li a {
   float: left;
   width: 100%;
   padding: 10px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   transition: 0.4s ease;
}
#menu-submenu3 li a:hover {
   color: #f8ee34;
}
.banner-video {
   position: absolute;
   left: 0;
   top: 0px;
   z-index: -1;
   /*width: 100vw;
  height: 100vh;*/
   /* width: 100% !important; */
   /* height: 100vh !important; */
}
@media (min-aspect-ratio:16/9){
    .banner-video {
       width: 100%;
       height: auto;
    }
}
@media (max-aspect-ratio:16/9){
    .banner-video {
       width: 100%;
        height: 100%;
    }
}
.ga-banner {
   float: left;
   width: 100%;
   height: 90vh;
   background: #fff;
   position: relative;
   top: 60px;
   z-index: 999;
}
.ga-banner #bannerhome {
   width: 100%;
   height: 100vh;
}
.ga-banner-caption {
   width: 100%;
   position: absolute;
   text-align: center;
   text-align: -webkit-center;
   height: auto;
   bottom: 0px;
   padding: 0px;
   color: #fff;
   z-index: 99999;
}
.ga-banner-caption .center-bottom a {
   text-decoration: none;
   color: #f8ee34;
   /* border-bottom: 1px solid #F8EE34; */
   font-size: 16px;
   float: left;
   width: 100%;
   text-decoration: underline;
   margin-bottom: 0px;
}
.ga-banner-caption p {
   width: 50%;
   font-size: 18px;
   font-weight: 500;
}
.center-bottom #bannerline {
   width: 10px;
   position: relative;
   top: 60px;
}
.ga-about-bg {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/image18.png") top no-repeat #fff;
   background-size: cover;
}
.ga-about {
   float: left;
   width: 100%;
   height: auto;
   background: #fff;
   padding-top: 0px;
   padding-bottom: 100px;
}
.about-text {
   float: left;
   margin-bottom: 30px;
   color: #000;
}
.ga-about h1 {
   font-size: 42px;
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
}
.ga-about p {
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 20px;
   width: 80%;
   color: #333;
}
.ga-about a {
   text-decoration: none;
   color: #76907d;
   font-size: 14px;
   font-weight: 500;
   border-bottom: 1px solid #76907d;
   padding: 0px;
   margin-bottom: 50px;
   margin-top: 10px;
   float: left;
}
.about-img-left {
   float: left;
}
.about-img-right {
   float: left;
   width: 100%;
   height: auto;
}
.ga-offer {
   float: left;
   width: 100%;
   height: auto;
   background: url("../images/image20.png") center fixed #ccc;
   background-size: cover;
   padding: 50px 50px 150px 50px;
}
.ga-offer-grid {
   float: left;
   width: 100%;
   height: auto;
   background: #fff;
   padding: 100px 100px 0px 100px;
}
.ga-offer-grid-pos {
   /* float: left; */
   /* margin-top: 0px; */
   /* margin-left: 0px; */
   position: relative;
   top: -140px;
}
.offer-text {
   padding: 100px 0px 100px 0px;
    width: 90%;
}
.ga-offer h1 {
   font-size: 52px;
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
   color: #b0c976;
}
.ga-offer p {
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 20px;
   color: #fff;
   width: auto;
}
.offer-img-right {
   float: left;
   margin-top: 100px;
   margin-left: 0px;
   margin-bottom: 0px;
   width: 100%;
   height: auto;
   position: relative;
   z-index: 9;
}
.offer-img-right img {
   float: left;
   width: 100%;
   margin-bottom: 20px;
}
.offer-img-right h2 {
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
   font-size: 24px;
   color: #fff;
   margin-bottom: 20px;
}
.offer-img-right p {
   width: 70%;
   font-size: 16px;
   font-weight: 400;
   color: #fff;
   margin-bottom: 30px;
}
.offer-img-right a {
   font-size: 14px;
   color: #76907d;
   text-decoration: none;
   border-bottom: 1px solid #76907d;
}
.offer-img-grid {
   margin-bottom: 0px;
   position: relative;
   z-index: 9;
}
.offer-img-grid img {
   margin-bottom: 20px;
}
.offer-img-grid h2 {
   font-size: 24px;
   font-weight: bold;
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
   color: #000;
   margin-bottom: 20px;
}
.offer-img-grid p {
   font-size: 16px;
   font-weight: 400;
   color: #333;
   width: auto;
   margin-bottom: 30px;
}
.offer-img-grid a {
   font-size: 14px;
   color: #76907d;
   text-decoration: none;
   border-bottom: 1px solid #76907d;
}
.grid-down {
   margin-top: 100px;
}
.ga-membership {
   float: left;
   width: 100%;
   height: auto;
   background: #c9d4c5;
   padding-top: 100px;
   padding-bottom: 100px;
}
.membership-img {
   padding-left: 0px;
   padding-right: 0px;
}
.membership-text {
   float: left;
   padding: 100px 0px 0px 50px;
   width: 90%;
}
.membership-text h2 {
   font-size: 24px;
   font-weight: bold;
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
   color: #000;
   margin-bottom: 20px;
}
.membership-text p {
   font-size: 16px;
   font-weight: 400;
   color: #333;
   width: auto;
   margin-bottom: 100px;
}
.membership-text a {
   font-size: 14px;
   color: #76907d;
   text-decoration: none;
   border-bottom: 1px solid #76907d;
}
.ga-photos {
   float: left;
   width: 100%;
   height: 600px;
   background: #514641;
}
.ga-newsletter {
   float: left;
   width: 100%;
   height: auto;
   background: #fff;
   padding: 100px 0px;
}
.newsletter-form {
   text-align: center;
}
.ga-newsletter h2 {
   font-size: 24px;
   font-weight: bold;
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
   color: #000;
   margin-bottom: 50px;
}
.ga-newsletter p {
   font-size: 16px;
   font-weight: 500;
   color: #333;
   width: auto;
   margin-bottom: 30px;
}
.ga-newsletter .custom-input {
   font-size: 16px;
   font-weight: 500;
   color: #76907d;
   border: none;
   border-bottom: 1px solid #000;
   width: 350px;
   outline: none;
}
.form-check {
   text-align: left;
   margin-left: 350px;
   margin-bottom: 20px;
}

.btn-primary {
   font-size: 16px;
   font-weight: 500;
   color: #fff;
   background: #76907d;
   border: #76907d;
   border-radius: 0px;
   padding: 10px 30px;
   transition: 0.4s ease;
}
.btn-primary:hover {
   background: #30535a;
   transition: 0.4s ease;
}
.ga-footer-bg {
   float: left;
   width: 100%;
   height: 120vh;
   background: url("../images/footer-img01.png") top no-repeat #fff;
   background-size: cover;
}
.ga-footer {
   float: left;
   width: 100%;
   height: 600px;
   background: #057362;
   padding: 60px 100px;
}
.ga-footer h3 {
   font-size: 22px;
   font-weight: 600;
   color: #c5a262;
   font-family: "Libre Baskerville", serif;
}
.ga-footer ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.ga-footer ul li {
   display: block;
   margin-bottom: 10px;
}
.ga-footer ul li a {
   font-size: 14px;
   color: #fff;
   text-decoration: none;
   line-height: 20px;
   transition: 0.4s ease;
}
.ga-footer ul li a:hover {
   color: #c5a262;
   transition: 0.4s ease;
}
.booking-enquiry {
   float: left;
   width: 80%;
   height: auto;
   padding: 40px;
   background: #000;
   margin-top: -150px;
   margin-left: 60px;
}
.booking-enquiry input {
   border-radius: 0px;
   font-size: 16px;
   color: #999;
   padding: 10px;
   margin-bottom: 20px;
   font-weight: 300;
   border: none;
}
.booking-enquiry button {
   width: 100%;
   border-radius: 0px;
   font-size: 18px;
   color: #fff;
   padding: 15px;
   margin-bottom: 20px;
   font-weight: 300;
}
.form-text-center {
   text-align: center;
}
.booking-enquiry p {
   font-size: 16px;
   color: #98c33d;
   margin-bottom: 0px;
}
.booking-enquiry {
   color: #fff;
}
.booking-enquiry a {
   font-size: 16px;
   color: #fff;
   text-decoration: none;
   margin-bottom: 20px;
}
.footer-bottom {
   margin-top: 60px;
}
.footer-copyright {
   font-size: 14px;
   color: #3dd4bd;
}
.footer-privacy {
   color: #fff;
   font-size: 12px;
   margin-top: 5px;
}
.footer-privacy a {
   font-size: 14px;
   color: #fff;
   text-decoration: none;
}
.footer-sociallinks {
   text-align: center;
}
.footer-sociallinks ul {
   list-style: none;
   margin: -5px 0px;
   padding: 0;
}
.footer-sociallinks ul li {
   display: inline;
}
.footer-sociallinks ul li a {
}
.footer-sociallinks ul li a img {
   margin: 0px 5px;
}
.ga-banner-about {
   float: left;
   width: 100%;
   height: auto;
}
.ga-banner-about img {
   max-width: 100%;
   width: 100%;
}
.section-about-header {
   background: #fff;
   margin-top: -100px;
   padding: 40px;
}
.section-about-header h1 {
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-size: 36px;
   font-weight: 600;
}
.section-about-header h6 {
   text-align: center;
   font-size: 16px;
   font-weight: 500;
}
.section-about-header p {
   text-align: center;
   font-size: 14px;
   font-weight: normal;
}
.section-about {
   padding: 50px 0px;
   float: left;
   width: 100%;
}
.section-about p {
   font-size: 18px;
}
.section-about h4 {
   text-align: center;
   font-weight: 400;
   margin-bottom: 10px;
}
.section-about h1 {
   text-align: center;
   font-weight: 300;
   font-size: 36px;
   margin-bottom: 30px;
   background: linear-gradient(to right, #1372ca 0%, #98c33d 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.about-img {
}
.about-img .abt-img1 {
   position: relative;
}
.about-img .abt-img2 {
   position: relative;
}
.about-img .abt-img3 {
   position: relative;
}
.section-about .row3 h2 {
   font-size: 30px;
   font-family: "Libre Baskerville", serif;
   color: #98c33d;
}
.row1 p {
   margin-bottom: 30px;
   text-align: center;
}
.row2 {
   margin-bottom: 100px;
}

.row3 {
   margin-bottom: 100px;
}
.row4 {
   margin-top: 100px;
}
.row3 p {
   font-size: 16px;
   margin-bottom: 30px;
   color: #333;
}
.section-contact {
   float: left;
   width: 100%;
   margin: 100px 0px;
}
.contact-address h4 {
   font-size: 30px;
   font-family: "Libre Baskerville", serif;
}
.contact-address p {
   font-size: 14px;
}
.leaf01 {
   position: absolute;
   top: 280%;
   left: 0px;
}
.leaf02 {
   position: absolute;
   right: 0px;
   top: 280%;
}
.leaf03 {
   position: absolute;
   top: 430%;
   left: 0px;
}
.leaf04 {
   position: absolute;
   top: 470%;
   right: 0px;
}
.leaf05 {
   position: absolute;
   top: 660%;
   left: 0px;
}
.leaf06 {
   position: absolute;
   top: 642%;
   left: 0px;
   width: 10%;
}
.img-dottedline {
   position: absolute;
   top: 340%;
   right: 50px;
   z-index: 0;
   height: 440%;
}
.img-circlegallery-dg {
   position: absolute;
   right: 310px;
   z-index: 99;
   transition: 0.4s ease;
   transform: scale(1);
}
.img-circlegallery-dg:hover {
   transition: 0.4s ease;
   transform: scale(1.2);
}

.img-circlegallery-induvanam {
   /* position: relative; */
   /* left: -30%; */
   /* top: -10px; */
   /* z-index: 9; */
   /* transition: 0.4s ease; */
   /* transform: scale(1); */
   position: relative;
   left: -130px;
   top: 500px;
   z-index: 99;
   transition: 0.4s ease;
   transform: scale(1);
}
.img-circlegallery-induvanam:hover {
   transition: 0.4s ease;
   transform: scale(1.2);
}

.img-circlegallery-pool {
   position: relative;
   right: -190px;
   top: 90px;
   z-index: 99;
   transition: 0.4s ease;
   transform: scale(1);
}
.img-circlegallery-pool:hover {
   transition: 0.4s ease;
   transform: scale(1.2);
}

.img-circlegallery-farms {
   position: relative;
   left: -100px;
   top: 470px;
   z-index: 99;
   transition: 0.4s ease;
   transform: scale(1);
}
.img-circlegallery-farms:hover {
   transition: 0.4s ease;
   transform: scale(1.2);
}

.img-circlegallery-academy {
   position: relative;
   right: -68%;
   top: 90px;
   z-index: 99;
   transition: 0.4s ease;
   transform: scale(1);
}
.img-circlegallery-academy:hover {
   transition: 0.4s ease;
   transform: scale(1.2);
}

.img-circlegallery-healing {
   position: relative;
   left: -100px;
   top: 470px;
   z-index: 99;
   transition: 0.4s ease;
   transform: scale(1);
}
.img-circlegallery-healing:hover {
   transition: 0.4s ease;
   transform: scale(1.2);
}

.img-circlegallery-farmsrestaurants {
   position: relative;
   right: -68%;
   top: 90px;
   z-index: 99;
   transition: 0.4s ease;
   transform: scale(1);
}
.img-circlegallery-farmsrestaurants:hover {
   transition: 0.4s ease;
   transform: scale(1.2);
}
.offer-logo {
   text-align: center;
}
.offer-logo img {
   width: 25%;
   margin-bottom: 50px;
}
.row-card {
   background: #f9f6f1;
   padding: 30px;
}
.row-card p {
   font-size: 16px;
   font-weight: 500;
}
.dg-activity-list {
   margin-bottom: 100px;
}
.dg-activity-list h2 {
   font-size: 30px;
   font-family: "Libre Baskerville", serif;
   color: #c5a262;
   text-align: center;
}
.dg-activity-list h5 {
   font-size: 18px;
   font-weight: 300;
   color: #333;
   text-align: center;
   border-bottom: 1px solid #ccc;
   padding-bottom: 20px;
}
#dg-activity {
   float: left;
   width: 100%;
   text-align: center;
   margin-bottom: 50px;
}
#dg-activity img {
   width: 80%;
   margin-bottom: 10px;
   transition: 0.4s ease;
}
#dg-activity img:hover {
   width: 80%;
   margin-bottom: 10px;
   transition: 0.4s ease;
   transform: scale(0.9);
   padding: 10px;
   border-radius: 200px;
}
#dg-activity a {
   text-decoration: none;
   color: #333;
}

.offer-row {
   margin-top: 100px;
}
.offer-details {
   float: left;
   width: 100%;
   padding: 150px 50px;
}
.offer-details h5 {
   font-size: 30px;
   font-family: "Libre Baskerville", serif;
   color: #c5a262;
}
.offer-details p {
   font-size: 16px;
}
.offer-details ul {
   float: left;
   list-style: none;
   margin-bottom: 30px;
   margin-top: 30px;
   padding: 0;
}
.offer-details ul li {
   display: block;
   font-size: 14px;
}
.offer-details ul li img {
   width: 6%;
   margin-right: 20px;
}
.exclusive-offer {
   position: fixed;
   right: 20px;
   bottom: 20px;
   background: #fff;
   width: 550px;
   height: 200px;
   padding: 20px;
   z-index: 99;
}
.excls-img {
   float: left;
   width: 200px;
   height: 160px;
   margin-right: 20px;
   overflow: hidden;
}
.excls-content {
   float: right;
   width: 290px;
   height: 160px;
}
.excls-content h5 {
   font-size: 20px;
   font-family: "Libre Baskerville", serif;
   color: #c5a262;
}
.excls-content p {
   font-size: 14px;
   color: #333;
}
.excls-content a {
   text-decoration: none;
   color: #76907d;
   border-bottom: 1px solid #76907d;
}
.exclusive-offer .close-excls-offer {
   position: absolute;
   top: 10px;
   right: 10px;
   text-decoration: none;
   border-bottom: none;
}
.download-option {
   position: fixed;
   right: 0px;
   top: 440px;
   width: auto;
   height: auto;
   z-index: 99;
   transform-origin: 102px 36px;
   transform: rotate(90deg);
   text-transform: uppercase;
   letter-spacing: 3px;
}
.download-option a h5 {
   float: left;
   margin-bottom: 0px;
   text-decoration: none;
   font-size: 16px;
   color: #fff;
   background: #c5a262;
   padding: 10px;
   border-bottom: none;
}
.row-card h5 {
   font-size: 20px;
   font-weight: normal;
   line-height: 32px;
}
.offer-text-rotate {
   transform: rotate(-90deg);
   font-size: 150px;
   font-weight: bold;
   font-family: "Libre Baskerville", serif;
   color: #ccc;
   position: absolute;
   top: 560%;
   left: -310px;
}
#separatorline {
   border-bottom: 1px solid #a9c5b1;
   float: left;
   width: 100%;
}
.fullwidth img {
   margin-bottom: 30px;
}
.exclusive-offers-caption h4 {
   margin-bottom: 40px;
   color: #c5a262;
}
.exclusive-offers-caption h1 {
   margin-bottom: 40px;
   color: #98c33d;
}
.exclusive-offers-card {
   float: left;
   width: 100%;
   height: auto;
   background: #f9faf8;
   margin-bottom: 30px;
   overflow: hidden;
}
.exclusive-offers-card img {
   transition: 0.4s ease;
   transform: scale(1);
   padding: 10px;
}
.exclusive-offers-card img:hover {
   transition: 0.4s ease;
   transform: scale(1.05);
   padding: 10px;
}
.section-kids {
   padding-top: 60px;
}
.section-kids p {
   text-align: left;
   font-size: 18px;
   width: 85%;
   padding-top: 80px;
}
.section-kids h5 {
   text-align: left;
   margin-bottom: 0px;
}
.section-kids img {
   float: left;
   width: 40%;
   margin-bottom: 30px;
   margin-right: 20px;
}
.section-kids .imgdown {
   float: left;
   margin-top: 60px;
   margin-bottom: 30px;
}

.section-events {
   padding-top: 60px;
}
.section-events p {
   text-align: left;
   font-size: 16px;
   width: 85%;
   padding-top: 20px;
}
.section-events h4 {
   text-align: left;
   margin-bottom: 0px;
   font-weight: 600;
   font-size: 20px;
}
.section-events img {
   float: left;
   width: 40%;
   margin-bottom: 30px;
   margin-right: 20px;
}
.section-events .imgdown {
   float: left;
   margin-top: 60px;
   margin-bottom: 30px;
}
.section-events ul {
   list-style: none;
   margin: 20px 0px;
   padding: 0px;
}
.section-events ul li {
   font-size: 16px;
   line-height: 40px;
   background: url(../images/icon-handpointer.png) left no-repeat;
   padding-left: 35px;
}

/*.store-group {
    border: 1px solid #f4f4f4;
}*/
mark {
   background: #def0d7;
   padding: 1px 7px;
   border-radius: 4px;
}
.box1 {
   float: left;
   width: 100%;
   margin: 0 auto;
   background: #f9f6f1;
   padding: 30px;
   border-radius: 20px;
   transition: 0.4s ease;
}
.box1:hover {
   box-shadow: 10px 10px 0px #ead89e;
   transition: 0.4s ease;
}

.box1 ul li {
   font-size: 14px;
   line-height: 32px;
   background: url(../images/icon-handpointer.png) left top no-repeat;
   padding-left: 35px;
}
.img-effect {
   transition: 0.4s ease;
   opacity: 1;
}
.img-effect:hover {
   transition: 0.4s ease;
   opacity: 0.8;
}
.privacy-policy p {
   text-align: left !important;
   font-size: 13px !important;
}
center img {
   width: 4%;
}
.download-brochure {
   float: left;
   width: 100%;
   height: 370px;
   margin-bottom: 20px;
   background: #fff;
   border: 1px solid #e3e3e3;
   border-radius: 10px;
   box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
   position: relative;
   top: 0px;
   transition: 0.4s ease;
}
.download-brochure:hover {
   position: relative;
   top: -10px;
   transition: 0.4s ease;
}
.brochure-img img {
   max-width: 100%;
   width: 100%;
   border-radius: 10px 10px 0px 0px;
}
.brochure-content {
   padding: 20px;
}
.brochure-content a {
   text-decoration: none;
   color: #98c33d;
   line-height: 20px;
}
.brochure-content a:hover {
   color: #333;
}
.brochure-content img {
   width: 12%;
   position: relative;
   top: -3px;
}
.brochure-area {
   margin-top: 100px;
}
.btn-gallery {
   margin: 0 auto;
   text-align: center;
}
.brochure-content p {
   font-size: 14px;
}
.btn-gallery a {
   font-size: 16px;
   font-weight: 500;
   margin-top: 100px;
   margin-bottom: 30px;
   background: #76907d;
   color: #fff;
   padding: 10px 20px;
   text-decoration: none;
   transition: 0.4s ease;
}
.btn-gallery a:hover {
   background: #30535a;
   color: #fff;
   transition: 0.4s ease;
}
.grayscale-img {
   filter: grayscale(100%);
}
.top-header {
        display:none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: #0c323f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

hr {
    color: #fff;
}
#dottedline {
    color: #000000;
}
#h-menu-booking {
    background: #76907d;
    color: #fff;
    padding: 10px 15px;
    float: left;
    margin-left: 30px;
}
.thumb-card {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px;
    margin-bottom: 20px;
}
.thumb-card a {
    text-decoration: none;
    float: left;
    width: 100%;
}
.thumb-card a img {
    margin-bottom: 20px;
    width: 100%;
}
.thumb-card a p {
    font-size: 16px;
    color: #333;
}
.bannerhome {
    display: none;
}
.h-link {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.pool-box {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 30px;
}
.bg-grey {
    background: #f4f4f4;
}
.career-btn {
    text-align: left;
    margin-top: 100px;
    margin-bottom: 40px;
}
.career-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    background: #30535a;
    padding: 15px 30px;
    transition: 0.4s ease;
}
.career-btn a:hover {
    background: #76907d;
	transition: 0.4s ease;
}
/*
.ga-footer {
   float: left;
   width: 100%;
   height: 600px;
   background: #057362;
   padding: 60px 100px;
}
.ga-footer h3 {
   font-size: 22px;
   font-weight: 600;
   color: #c5a262;
   font-family: "Libre Baskerville", serif;
}
*/
.footernew {
   float: left;
   width: 100%;
   height: auto;
   background: #057362;
   padding: 60px 100px;
   clip-path: polygon(70% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
}
.footernew h3 {
   font-size: 24px;
   font-weight: 600;
   color: #c5a262;
   font-family: "Libre Baskerville", serif;
   margin-bottom: 20px;
}
.footernew ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footernew ul li {
    display: block;
}
.footernew ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}
.footernew ul li a:hover {
    text-decoration: underline;
}
.footersociallinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footersociallinks ul li {
    display: inline;
    padding: 2px;
    margin: 5px;
    float: left;
    border-radius: 4px;
}
.footersociallinks ul li a img {
    float: left;
    width: 32px;
    height: 32px;
    padding: 5px;
}

#one {
    background: #2C46A1;
}
#two {
    background: #202020;
}
#three {
    background: #DB168C;
}
#four {
    background: #227CC8;
}
#five {
    background: #c81615;
}
#six {
    background: #ff0303;
}
#seven {
    background: #265D87;
}
#eight {
    background: #FFA504;
}
#nine {
    background: #494949;
}
#ten {
    background: #707070;
}
#eleven {
    background: #e5c311;
}
#twelve {
    background: #2BA537;
}
.pd-one {
    padding: 30px 0px 0px 0px;
}
















