@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", serif;
font-family: "Archivo", serif; */
body{
  font-family: "Archivo", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}



a,
a:hover {
    text-decoration: none !important;
}

p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #6d7a8c;
    text-transform: none;
    font-style: normal;
}

h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #0c121d;
    text-transform: none;
    font-style: normal;
}

h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    color: #0c121d;
    text-transform: none;
    font-style: normal;
}

/*Header menu*/

#header {
    display: block;
    z-index: 5;
    transition: all 0.5s;
    background: transparent;
    width: 100%;
    min-height: 80px;
    line-height: 50px;
    position: relative;
}

#header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    animation: slideDown 0.35s ease-out;
    top: 0;
    background: #ffffff;
}

#header .container-fluid {
    position: relative;
}

#header.darkHeader {
    background-color: #000000c4;
}

nav.main-nav {
    margin-top: 5px;
}

.right-icons {
    margin-top: 5px;
}

.main-nav .nav.navbar-nav {
    display: block;
     text-align: right;
   /* float: none;
    clear: both; */
}

.main-nav ul.nav>li>a {
    text-align: center;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
    padding: 13px 24px 13px 24px;
    color: #0A1510;
    border-style: none;
    border-radius: 65px;
    position: relative;
    background: #ffffff;
}
.main-nav ul.nav>li>a:before {
    display: block;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #0A1510;
    z-index: -1;
    transition: .2s all linear;
    top:0;
    border-radius: 65px;
}
#header.is-sticky .main-nav ul.nav>li>a:before {
    background: #daeded;
}
#header.is-sticky .main-nav ul.nav>li>a:hover {
    color: #3a7658 !important;
}
.main-nav ul.nav>li>a:hover:before {
    width: 100%;
    border-radius: 65px;
}
.main-nav ul.nav>li.drop-down>ul {
    display: block;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    padding: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    background: #ffffff;
}

.main-nav ul.nav>li {
    display: inline-block !important;
    float: none;
    margin: 0 10px;
    position: relative;
    white-space: nowrap;
}

.main-nav ul.nav>li.drop-down:hover>ul {
    height: auto;
    padding: 10px 0;
}

.main-nav ul.nav>li.drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav ul.nav>li.drop-down ul a {
    padding: 7px 20px;
    font-size: 15px;
    color: #131313;
    text-align: left;
    letter-spacing: 1px;
    display: block;
    line-height: normal;
}

.main-nav ul.nav>li.drop-down ul a:hover,
.main-nav ul.nav>li.drop-down ul .active>a,
.main-nav ul.nav>li.drop-down ul li:hover>a {
    color: #ffffff;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #ffffff;
}

.main-nav ul.nav>li.drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav ul.nav>li.drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav ul.nav>li.drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

#header.darkHeader .main-nav ul.nav>li.drop-down>ul {
    background: #000000cc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#header.darkHeader .main-nav ul.nav>li.drop-down>ul li a {
    color: #ffffff;
}

#header.darkHeader .main-nav ul.nav>li.drop-down>ul li a:hover,
.main-nav ul.nav>li>a:hover {
    color: #ffffff;
}

.right-icons a:nth-child(2) i {
    display: inline-flex;
    background: #ffffff;
    height: 45px;
    width: 47px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 5px;
    color: #040810;
    font-size: 15px;
}

.right-icons a:nth-child(2) {
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    padding: 7px 7px 7px 25px;
    border: 2px solid #0aadeb;
    color: #ffffff;
    border-radius: 6px;
    background: #0aadeb;
}

.right-icons a:nth-child(1) {
    margin-right: 15px;
    color: #040810;
}

.headerSec:not(.is-sticky) .right-icons {
    margin-top: 15px;
}
#header .logo a span {
    display: inline-block;
    color: #0A1510;
    font-size: 25px;
    font-weight: 500;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -285px;
    width: 285px;
    padding-top: 18px;
    background: #ffffff;
    transition: 0.4s;
}
span.mobile-nav-toggle {
    margin-left: auto;
    margin-right: 25px;
}
span.mobile-nav-toggle img {
   width: 30px;
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobileMiniHead {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.mobile-nav a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 900;
    opacity: 1;
    font-family: "Montserrat", sans-serif;
    color: #000000 !important;
    padding-right: 15px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a,
.mobile-nav li:focus>a {
    color: #ffffff;
    text-decoration: none;
    background: transparent !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-nav .active.drop-down>a:after {
    transform: rotate(90deg);
    background: #ffffff;
    color: #1e1e2a;
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: relative;
    float: right;
    left: 10px;
    top: 0px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    display: none;
}

.mobile-nav-toggle i {
    margin: 10px 18px 0 0;
    color: #040810;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    right: 0;
    position: fixed;
    background: rgb(0 0 0 / 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-overly .fa-times {
    position: absolute;
    right: 23px;
    top: 11px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #222222;
}

.head2 {
    background: #000000 !important;
}

#header .logo a {
    display: block;
    margin-top: 3px;
    padding: 2px 0;
    text-decoration: none
}

#header .logo a img {
    width: 170px;
}
.mobileMiniHead .mobileContact a {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    padding: 13px 24px 13px 24px;
    color: #0A1510;
    border-style: none;
    border-radius: 65px;
    position: relative;
    background: #ffffff;
}
.mobileMiniHead > a:hover{
    color: #ffffff;
}
.mobileMiniHead > a:hover:before {
    width: 100%;
    border-radius: 65px;
}
.mobileMiniHead > a:before {
    display: block;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #0A1510;
    z-index: -1;
    transition: .2s all linear;
    top: 0;
    border-radius: 65px;
    left: 0;
}
#header.is-sticky .mobileMiniHead > a:before {
    background: #daeded;
}
#header.is-sticky .mobileMiniHead > a:hover{
    color: #3a7658 !important;
}
/*Banner*/
.bannerSec {
    position: relative;
    padding-top: 150px;
    margin-top: -80px;
    padding-bottom: 50px;
}
.bannerSec .container-fluid {
    max-width: calc(100% - 200px);
    margin: auto;
}
.bannerSec:after {
    content: "";
    position: absolute;
    left: 30%;
    right: 0;
    top:0;
    bottom: 0;
    /*background-image: url('../imgs/banner.jpg');*/
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bannerSec:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background:#ffffffc4;
    z-index: 1;
    display: none;
}
.bannerText h1 {
    font-size: 60px;
    line-height: normal;
    color: #0A1510;
    font-weight: 900;
}
.bannerText h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #0A1510;
    padding: 0 5px;
}
.bannerText h6 {
    margin: 15px 0;
}
.bannerText h6 a {
    display: inline-block;
    margin-right: 15px;
    color: #4c4c4c;
    font-size: 25px;
}
.bannerText {
    position: relative;
    z-index: 1;
}
.bannerSec .contactForm h2 {
    margin-bottom: 20px;
    font-size: 25px;
}
.bannerSec .contactForm {
    padding-top: 25px;
}
.bannerSec .contactForm {
    padding: 15px;
    max-width: 470px;
    width: 100%;
    margin: auto;
}

.bannerSec .contactForm textarea {
    height: 140px;
}
.btnWrap a {
    font-family: "Archivo", Sans-serif;
    font-weight: 600;
    line-height: 35px;
    background-color: #3a7658;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    transition: .2s all linear;
    overflow: hidden;
    -moz-column-gap: 10px;
    column-gap: 10px;
    z-index: 1;
}
.btnWrap a:before{
    display: block;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #0A1510;
    z-index: -1;
    transition: .2s all linear;
    top:0;
}
.btnWrap a:hover:before {
    width: 100%;
}
.houseFeatures ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    z-index: 1;
    position: relative;
}
.houseFeatures ul li {
    margin-bottom: 10px;
}
.houseFeatures ul li svg {
    margin-right: 10px;
    width: 20px;
}

/*aboutSec*/
.aboutSec{
    position: relative;
    padding: 30px 0;
    padding-top: 150px;
}
.aboutTitleBox h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #3A7658;
    position: relative;
    padding-left: 25px;
}
.aboutTitleBox h4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #3A7658;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.aboutTitleBox h2 {
    font-size: 55px;
    font-weight: 900;
    line-height: 60px;
    color: #0A1510;
    max-width: 450px;
    position: relative;
}
.aboutTitleBox h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #3A7658;
    bottom: -15px;
    left: 0;
    transform: translateY(-50%);
}
.aboutTitleBox {
    margin-bottom: 60px;
}
.aboutDescription {
    padding-top: 45px;
}
.aboutDescription p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #0A1510;
    text-align: justify;
}
#aboutSlider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

#aboutSlider .owl-nav button.owl-next, #aboutSlider .owl-nav button.owl-prev {
    background: #ffffff;
    margin: 0;
    height: 50px;
    width: 50px;
    font-size: 40px;
    border-radius: 0;
}
#aboutSlider .owl-nav button.owl-next {
    margin-left: 1px;
}
#aboutSlider .owl-nav button:hover {
    background: #3a7658;
}

/*Counter*/

.counterSec{
    position: relative;
    padding: 100px 0px;
}
.counting {
    text-align: center;
}
.counter-value {
    position: relative;
    margin-bottom: 30px;
}
.counter-value:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #3A7658;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.counter-value, .counter-value ~ strong {
    display: inline-block;
    font-size: 64px;
    font-weight: 900;
    line-height: 70px;
    color: #0A1510;
}
.counting font {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #0A1510;
    text-align: center;
}
#counter {
    justify-content: center;
}
/*amenitieSec*/
.amenitieSec{
    position: relative;
    padding: 50px 0px;
}
.amenitieSec:after, .amenitieSec:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
}
.amenitieSec:after {
   /* background:url('../imgs/amenities.jpg') no-repeat center;*/
    background-size: cover;
    left: 0;
    right: 50%;
}
.amenitieSec:before {
    background: #0A1510;
    right: 0;
    left: 50%;
}
.amenitieBox {
    position: relative;
    padding-left: 70px;
}
.amenitieBox h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
}
.amenitieBox h4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #ffffff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.amenitieBox h2 {
    font-size: 64px;
    font-weight: 900;
    line-height: 80px;
    color: #ffffff;
    max-width: 450px;
    position: relative;
}
.amenitieBox h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #ffffff;
    bottom: -15px;
    left: 0;
    transform: translateY(-50%);
}
.amenitieBox p {
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;
    color: #ffffff;
    margin-top: 30px;
    text-align: justify;
}
.amenitieList ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    z-index: 1;
    position: relative;
}
.amenitieList ul li {
    margin-bottom: 15px;
    color: #ffffff;
}
.amenitieList ul li svg {
    margin-right: 10px;
    width: 20px;
}

/*featureSec*/
.featureSec{
    position: relative;
    padding: 100px 0px;
}
.featureTitle {
    text-align: center;
    margin-bottom: 100px;
}
.featureTitle h2 {
    font-size: 64px;
    font-weight: 900;
    line-height: 80px;
    color: #0A1510;
    position: relative;
}
.featureTitle h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #3A7658;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
#featureAccordion .accordion-button::after{
    display: none;
}
#featureAccordion .accordion-button {
    background-color: #ffffff;
    box-shadow: none;
    align-items: center;
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
    color: #0A1510;
    padding: 20px 0px 20px 4px;
}
#featureAccordion .accordion-button:focus {
    box-shadow: none;
}
#featureAccordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e6ecef;
}
#featureAccordion .accordion-button span {
    display: inline-block;
    background: #f3f3f3;
    padding: 5px;
    margin-right: 15px;
}
#featureAccordion .accordion-body {
    padding: 15px 15px 15px 55px;
}
#featureSlider .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

#featureSlider .owl-nav button.owl-next, #featureSlider .owl-nav button.owl-prev {
    background: #ffffff;
    margin: 0;
    height: 50px;
    width: 50px;
    font-size: 40px;
    border-radius: 0;
}
#featureSlider .owl-nav button.owl-next {
    margin-left: 1px;
}
#featureSlider .owl-nav button:hover {
    background: #3a7658;
}
#featureAccordion .accordion-button:not(.collapsed) {
    color: #3A7658;
}

.propertyBox {
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 35px 15px;
    margin-bottom: 15px;
}
.propertyBox p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #0A1510;
}
.propertyBox h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
    color: #0A1510;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
/*contactSec*/
.contactSec{
    position: relative;
    padding: 50px 0px;
}
.contactSec:after, .contactSec:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
}
.contactSec:after {
  /*  background:url('../imgs/amenities.jpg') no-repeat center;*/
    background-size: cover;
    right: 0;
    left: 50%;
    
}
.contactSec:before {
    background: #0A1510;
    left: 0;
    right: 50%;
}
.contactTitle {
    position: relative;
    padding-left: 70px;
}
.contactTitle h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
}
.contactTitle h4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #ffffff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contactTitle h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #ffffff;
    position: relative;
}
.contactTitle h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #ffffff;
    bottom: -15px;
    left: 0;
    transform: translateY(-50%);
}
.contactTitle p {
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;
    color: #ffffff;
    margin-top: 30px;
}
.contactForm {
    position: relative;
    z-index: 1;
    background: #ffffff;
    max-width: 1150px;
    margin: 55px auto 0 auto;
    box-shadow: 0px 16px 80px 0px rgba(0, 0, 0, 0.118);
    padding: 60px 60px 40px 60px;
}
.contactForm .formBox textarea {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    background: #E6EDED;
    border-radius: 0 !important;
    height: 200px;
}
.contactForm .formBox input {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    background: #E6EDED;
    height: 60px;
    border-radius: 0 !important;
}
.contactForm input.wpcf7-form-control.wpcf7-submit {
    font-family: "Archivo", Sans-serif;
    font-weight: 600;
    line-height: 35px;
    background-color: #3a7658;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    transition: .2s all linear;
    overflow: hidden;
    -moz-column-gap: 10px;
    column-gap: 10px;
    z-index: 1;
    border-radius: 0;
}
.buyField {
    color: #aaaaaa;
    pointer-events: none;
}
input:focus, textarea:focus {
    outline: none;
    box-shadow: none !important;
}
.bannerSec .contactForm ul.nav.nav-tabs li {
    width: 50%;
}

.bannerSec .contactForm ul.nav.nav-tabs li a {
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    color: #484848;
    font-size: 18px;
    font-weight: 500;
}
.bannerSec .contactForm ul.nav.nav-tabs li a.active {
    background: #daeded !important;
    color: #3a7658;
}
.bannerSec .contactForm textarea {
    height: 130px;
}
.bannerSec .contactForm ul.nav.nav-tabs {
    border: 0;
}
/*
.contactForm input.wpcf7-form-control.wpcf7-submit:before{
    display: block;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #0A1510;
    z-index: -1;
    transition: .2s all linear;
    top:0;
}
.contactForm input.wpcf7-form-control.wpcf7-submit:hover:before {
    width: 100%;
}
*/

/*footer*/
.footerSec{
    position: relative;
    padding: 30px 0px;
}
.socialBox a:hover {
    background: #0a1510;
    color: #ffffff;
}
.socialBox a {
    margin-right: 15px;
    font-size: 20px;
    color: #0a1510;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 40px;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
/* .socialBox a i.fa-facebook-square:hover {
    color: #4867aa;
}
.socialBox a i.fa-twitter-square:hover {
    color: #0866ff;
}
.socialBox a i.fa-linkedin:hover {
    color: #0077b5;
}
.socialBox a i.fa-instagram:hover {
    color: #fe005a;
} */
.footerLogo a {
    display: inline-block;
    color: #0a1510;
    font-size: 20px;
}

.footerContact {
    position: relative;
    padding: 20px 15px;
    background: #ffffffeb;
    z-index: 1;
}
.footerContact .contactBox {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
.footerContact .contactBox h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;
}
.footerContact .contactBox span {
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: #3a7658;
    color: #ffffff;
    font-size: 25px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
}
.footerContact .contactTitle {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: top;
    padding-left: 10px;
}
.footerContact .contactTitle p a{
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #6d7a8c;
    text-transform: none;
    font-style: normal;
}
.footerContact .contactInner {
    min-height: 140px;
    padding: 42px 25px 0px 25px;
    width: 100%;
}
.footerContact .contactTitle p {
    font-size: 16px;
    font-weight: 400;
    color: #6d7a8c;
    margin: 0;
}





#popup .modal-body .modal-title h5 {
    font-size: 20px;
}
#popup .modal-body .contactForm {
    padding: 10px;
    box-shadow: none;
    margin: 0;
    background:transparent;
}
#popup .modal-content {
    border-radius: 0;
    background: #ffffffc7;
}
#popup .modal-body .contactForm textarea {
    height: 115px;
    background: #ffffff;
    box-shadow: 0px 16px 80px 0px rgba(0, 0, 0, 0.118);
}
#popup .modal-body .contactForm input:not([type="submit"]) {
    background: #ffffff;
    box-shadow: 0px 16px 80px 0px rgba(0, 0, 0, 0.118);
}
#popup .modal-header {
    border-bottom: 0;
}
#popup .modal-body {
    padding-top: 0;
}
#popup h5.modal-title {
    margin-top: 10px;
    padding-left: 10px;
}
/* Black overlay styling */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1040; /* Ensure it's above other elements but below modal */
}

/* Prevent page scrolling when modal is open */
body.modal-open {
  overflow: hidden;
}
#popup .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}
.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: red;
}
@media all and (max-width: 991px) {

    /* #header .logo {
        left: 75px;
    } */

    .main-nav, .amenitieSec:after, .contactSec:after {
        display: none;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .mobile-nav .drop-down ul li {
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-left: 40px;
    }

    .mobile-nav .drop-down ul li a {
        line-height: 40px !important;
        font-weight: 500;
    }

    .mobile-nav a {
        line-height: 30px !important;
        font-weight: 500;
    }

    .nav>li {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    #header {
        min-height: auto;
    }
    .bannerSec {
        padding-top: 180px;
        margin-top: -110px;
    }
    .bannerSec:after, .amenitieSec:before{
        left: 0;
    }
    .bannerSec:before{
        display: block;
    }
    .bannerSec .contactForm {
        max-width: 100%;
        margin-top: 45px;
    }
    .aboutTitleBox h2{
        max-width: 100%;
    }
    .aboutDescription {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .amenitieBox {
        padding-left: inherit;
    }
.featureBox{
    margin-bottom: 30px;
}
.contactSec:before{
    right:0;
}


}

@media all and (max-width: 991px) and (min-width:767px) {
.mobileMiniHead {
    position: absolute;
    right: 35px;
    top: 0;
}



}

@media all and (max-width: 768px) {
    .bannerText h1 {
        font-size: 50px;
    }
    .aboutTitleBox h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .aboutDescription p {
        font-size: 16px;
    }
    .aboutSec {
        padding-top: 35px;
    }
    .counting {
        margin-bottom: 35px;
    }
    .counterSec {
        padding: 35px 0px;
    }
    .featureTitle h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .featureTitle {
        margin-bottom: 45px;
    }
    .featureSec {
        padding: 45px 0px;
    }
    .footerLogo {
        text-align: center;
        margin-bottom: 15px;
    }
    .socialBox {
        text-align: center !important;
    }
    .copyrights {
        text-align: center;
        margin-top: 15px;
    }
    .bannerSec .container-fluid {
        max-width: 100%;
    }
   


}




@media all and (max-width: 575px) {

.aboutTitleBox h2, .bannerText h1, .amenitieBox h2, .featureTitle h2 {
        font-size: 30px;
        line-height: normal;
    }
.amenitieBox p {
    font-size: 16px;
}
#featureAccordion .accordion-button {
    font-size: 18px;
    padding: 10px 0px 10px 4px;
}
.contactTitle {
    padding-left: 0;
}
.contactTitle h2 {
    font-size: 27px;
    line-height: normal;
}
.contactForm {
    margin: 25px auto 0 auto;
    padding: 10px;
}
.contactForm h2 {
    font-size: 20px;
}

}


@media all and (max-width: 450px) {
.mobileContact {
    display: flex;
    flex-flow: column;
    gap: 10px;
}




}









