/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Libre Baskerville',sans-serif;
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Source Sans Pro', sans-serif;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    font: 15px 'Libre Baskerville', sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    font-family: 'Libre Baskerville',  sans-serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'butler Extrabold';
    src:url('../fonts/butler_extrabold-webfont.eot');
    src:url('../fonts/butler_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/butler_extrabold-webfont.woff') format('woff'),
        url('../fonts/butler_extrabold-webfont.ttf') format('truetype'),
        url('../fonts/butler_extrabold-webfont.svg#icomoon') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Libre Baskerville';
    src:url('../fonts/butler_regular-webfont.eot');
    src:url('../fonts/butler_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/butler_regular-webfont.woff') format('woff'),
        url('../fonts/butler_regular-webfont.ttf') format('truetype'),
        url('../fonts/butler_regular-webfont.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    position: relative;
    margin: 0;
    font: 14px 'Libre Baskerville',Arial, sans-serif;
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 5%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #a06b6b;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -92px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #a06b6b;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #a06b6b;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #ff3c50 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */

/* LP codes continues here */
#hero-banner{position: relative;}
#hero-banner img{
    width: 100%;
    max-width: 100%;
    /*height: 650px;*/
    /*object-fit: cover;*/
}
.main-nav{text-align: center;display: flex;align-items: center;justify-content: center;float: right;}
.main-nav li{display: inline-block;margin: 0px 15px;}
.main-nav li a{padding: 20px;display: block;font-weight: 600;font-family: 'Source Sans Pro', sans-serif;color: white;}
.main-nav li a.lp-heading{padding: 6px 20px;display: block;font-weight: 600;font-family: 'Libre Baskerville';font-size: 50px;text-decoration: none;color: #4B6759;}
.main-nav li img{
    
}
#hero-banner .banner-text{
    position: absolute;
    bottom: 43%;
    color: white;
    left: 50%;
    line-height: 63px;
    z-index: 1;
    width: 100%;
}
#hero-banner .banner-text h3{
    color: white;
    font-size: 40px;
    text-align: left;
    line-height: 52px;
    margin-left: 0;
}
#hero-banner .banner-text p{
    color: white;
    font-size: 17px;
    line-height: 22px;
}
.about-content{

}
.about-content p{font-family: 'Source Sans Pro', sans-serif;font-weight: 600;width: 80%;margin-bottom: 15px;}
.about-content .sub-title{font-family: 'Source Sans Pro', sans-serif;font-weight: 600;color: #4B6759;position: relative;padding-left: 60px;margin-top: 15px;}
.about-content h3{color: #4B6759;font-size: 50px;margin-left: 0px;margin-top: 4px;}
.about-content img.overview-img{

}
.pattern-2-img{
    position: absolute;
    top: 0;
    right: 130px;
    top: -40px;
}
.pattern-1-img{position: absolute;}
.about-content .sub-title:before{
    content: '';
    background-color: #4B6759bd;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 50px;
    height: 2px;
}
.about-us{
    padding: 75px 60px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(#ffff 75%, #D9E1D4 50.5%);
    padding-bottom: 10px;
}
.project-details{background-color: #4B6759;padding: 39px 60px;}
.project-details .project-details-box{display: flex;align-items: center;justify-content: center;}
.project-details .project-details-box .project-details-content{
    margin-left: 20px;
}
.project-details .project-details-box img{
    object-fit: contain;
    width: 51px;
}
.project-details .project-details-box p{color: white;font-size: 21px;}
.project-details .project-details-box .sub-title-2{color: #ffffffd6;}
.amenities{background-color: #D9E1D4;position: relative;padding: 75px 60px;overflow: hidden;}
.pattern-4-img{

}
.pattern-2-img{

}
.amenities .amenities-images-wrapper{/* margin-right: 60px; */}
.amenities .amenities-images-wrapper img{width: 60px;min-height: 120px;object-fit: contain;margin: auto;}
.amenities .amenities-images-wrapper p{
    color: #4B6759;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.amenities .amenities-content{

}
.sub-title{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #4B6759;
    position: relative;
    padding-left: 60px;
    margin-top: 15px;
}
.amenities .amenities-content p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    width: 80%;
    line-height: 21px;
}
.amenities .amenities-content h3{
    color: #4B6759;
    font-size: 50px;
    margin-left: 0px;
    margin-top: 4px;
}
.amenities .pattern-6-img{position: absolute;left: -200px;bottom: -50px;}
.amenities .pattern-2-img{}

.sub-title:before{
    content: '';
    background-color: #4B6759bd;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 50px;
    height: 1px;
}
.pattern-3-img{
    position: absolute;
    right: 25%;
}
.img-section{position: relative;}
.img-section img{width: 100%;}
.img-section p{
    position: absolute;
    bottom: 100px;
    color: white;
    right: 90px;
    font-size: 60px;
    line-height: 63px;
}
.gallery{position: relative;/* overflow: hidden; */padding: 75px 100px;background-image: linear-gradient(#D9E1D4 60%, #4B6759 60.5%);padding-top: 40px;padding-right: 0px;}
.gallery h3{color: #4B6759;font-size: 50px;margin-left: 0px;margin-top: 4px;}
.gallery .pattern-3-img{top: -290px;/* width: 320px; */right: 10%;}
.gallery .pattern-4-img{position: absolute;left: 10px;top: 40%;}
.gallery .pattern-2-img{top: auto;bottom: -37px;left: 0;width: 170px;}
#gallery-slider .owl-nav .owl-next {
    background: url(../images/right-arrow.png) no-repeat 0 0;
    right: -48px;
}
#gallery-slider .item{
    position: relative;
}
#gallery-slider .item:after {
    position: absolute;
    transition: all .5s ease-in-out;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 75%) 15px, transparent);
}
#gallery-slider .owl-nav .owl-prev {
    background: url(../images/left-arrow.png) no-repeat 0 0;
    left: -50px;
}
#gallery-slider .owl-nav .owl-next, #gallery-slider .owl-nav .owl-prev {
    position: absolute;
    top: 47%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain;
    background-position: center!important;
}
#gallery-slider .owl-nav{
    /* display: block; */
}
#gallery-slider .owl-dots{text-align: center;margin-bottom: 10px;position: absolute;z-index: 999;width: 100%;bottom: -60px;display: block!important;}
#gallery-slider .owl-dots .owl-dot{
        display: inline-block;
        width: 120px;
        height: 6px;
        margin-right: 0px;
        /* border-radius: 100%; */
        background: #F2EDED;
}
#gallery-slider .owl-dots .owl-dot.active {
    background: #4B6759;
}
footer{background-color: #F2EDED;position: relative;overflow: hidden;padding: 75px 60px;}
.foo-address{

}
.foo-address h3{color: #4B6759;font-size: 50px;margin-left: 0px;margin-top: 4px;}
.foo-address a{display: block;padding: 7px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;display: flex;/* line-height: 18px; */align-items: flex-start;}
.foo-address a i{color: #4B6759;margin-right: 9px;}
.copyright-bar{
    background-color: #1e2710;
    text-align: center;
    padding: 30px 0px;
}
.copyright-bar p{
   text-align: center;
   color: white;
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 500;
}
._push_right{
    float: right;
}
#hero-banner .flex-row{
    display: flex;
    height: 650px;
    align-items: center;
    justify-content: center;
    background-color: #ACB5A0;
    overflow: hidden;
}
.header-top{
    position: static;
    top: 0;
    z-index: 9;
    width: 100%;
    background-color: white; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phonenumber-header a:hover {
    background: transparent;
    color: #597430;
    border: 1px solid #597430;
}

.phonenumber-header a {
    display: inline-block;
    padding: 10px 20px;
    background: #597430;
    margin-right: 20px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .6s;
}
#brand {float: left;}
#brand p{font-size: 36px;border: 1px solid white;padding: 13px 20px;color: white;margin-top: 10px;border-left: 0px;}
.gallery .gallery-box h3{
    color: white;
    font-size: 30px;
}
.gallery .gallery-box{position: absolute;bottom: 0;/* background-color: #00000036; */padding: 21px;z-index: 1;}
.gallery .gallery-box p{color: white;line-height: 20px;font-family: 'Source Sans Pro', sans-serif;}
.amenities h3{
    color: #4B6759;
    font-size: 50px;
    margin-left: 0px;
    margin-top: 4px;
}
#brand a{text-decoration: none;}
#hero-banner .pattern-3-img{
        position: absolute;
        bottom: -60px;
        width: 230px;
        right: -80px;
        height: 36%;
}
.banner-form{
    background-color: #F0F3EE;
    /*padding: 100px 70px;*/
    padding: 40px 70px 20px;
}
.banner-form .input-field{display: flex;align-items: flex-end;padding-bottom: 40px;    flex-wrap: wrap;}
.phone-flex{
    display: flex;
}
.banner-form .input-field label.error {
    position: relative;
    bottom: 0;
    color: red;
    font-size: 14px;
    text-align: left;
    padding: 0px;
}
.banner-form .input-field label{color: #707070;font-size: 19px;font-family: 'Source Sans Pro', sans-serif;font-weight: 500;margin-right: 20px;}
.banner-form .input-field input{
    background-color: #F0F3EE;
    border: 0px;
    border-bottom: 1px solid #707070;
    width: 100%;
    font-size: 19px;
    padding-left: 5px;
    height: 45px;
}
.banner-form .input-field select{
    padding: 6px 20px;
    background-color: #F0F3EE;
    border: 0px;
    border-bottom: 1px solid #707070;
    margin-right: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    padding-left: 3px;
    width: 30%;
}
.banner-form input[type='submit']{display: block;margin: 20px auto;background-color: #5b7534;color: white;border: 1px solid;padding: 20px 40px;line-height: 0px;border-radius: 14px;font-family: 'Source Sans Pro', sans-serif;}
.banner-form .checkbox-inline{text-align: center;display: block;margin: 20px 0px;font-family: 'Source Sans Pro', sans-serif;color: #707070;line-height: 24px;}
.banner-form-2{
    background-color: #F0F3EE;
    padding: 25px 40px;
    position: absolute;
    top: 15vh;
    right: 16%;
    width: 360px;
}
.banner-form-2 .input-field{display: flex;align-items: flex-end;margin-bottom: 16px;}
.banner-form-2 .input-field label{color: #707070;font-size: 17px;font-family: 'Source Sans Pro', sans-serif;font-weight: 500;margin-right: 18px;}
.banner-form-2 .input-field input{
    padding: 16px 20px;
    background-color: #F0F3EE;
    border: 0px;
    border-bottom: 1px solid #707070;
    width: 100%;
}
.banner-form-2 .input-field select{
    padding: 3px 20px;
    background-color: #F0F3EE;
    border: 0px;
    border-bottom: 1px solid #707070;
    margin-right: 10px;
}
.banner-form-2 input[type='submit']{display: block;margin: 20px auto;background-color: #4B6759;color: white;border: 1px solid;padding: 20px 40px;line-height: 0px;border-radius: 30px;font-family: 'Source Sans Pro', sans-serif;margin-left: auto;margin-right: 0;}
.banner-form-2 .checkbox-inline{text-align: left;display: block;margin: 20px 0px;font-family: 'Source Sans Pro', sans-serif;color: #707070;line-height: 24px;}
.banner-form-2 h3{
    margin-left: 0px;
    color: #4B6759;
    font-size: 26px;
    margin-bottom: 31px;
}
#gallery-slider .owl-stage{
 padding-left: 0px !important;
}
#hero-banner p {
    position: absolute;
    bottom: 60px;
    color: white;
    left: 90px;
    font-size: 60px;
    line-height: 63px;
    z-index: 1;
    text-align: left;
}
/*#hero-banner:after {
    position: absolute;
    transition: all .5s ease-in-out;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 75%) 15px, transparent);
}*/

label.checkbox-inline {
    padding: 0px;
}


#brand img{margin-left: 10px;padding: 13px;width: 100px;}

.flag-container{
    height: 45px;
}
/* mobile reponsive */
@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 768px){
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    /* custom codes here */
    .project-details .project-details-box{
        justify-content: flex-start;
        margin-bottom: 23px;
        min-height: 60px;
    }
    #gallery-slider .owl-dots .owl-dot{
        width: 30px;
    }
    .about-content p{
        margin-bottom: 20px;
        width: 100%;
    }

}

@media only screen and (max-width: 550px){
    .fluid-wrapper .header{
        padding: 10px 0px;
    }
    .main-nav li a{
        display: none;
    }
    .main-nav li a.lp-heading{
        display: block;
    }
    #hero-banner p{
        font-size: 34px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        line-height: 34px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-us{
        padding: 36px 5px;
        background-color: white;
        background-image: linear-gradient(#ffff 100%, #D9E1D4 50.5%);
    }
    .amenities{
        padding: 36px 5px;
        
    }
    .img-section p{
        font-size: 30px;
        line-height: 37px;
    }
    .gallery{
        padding: 36px 5px;
        padding-left: 37px;
    }
    .banner-form-2{
        display: none;
    }
    #hero-banner .flex-row{
        display: block;
        height: auto;
    }
    #hero-banner .banner-text{
        position: static;
    }
    /*#hero-banner{
            background-color: #ACB5A0;
            padding-left: 50px;
            padding-top: 80px;
            padding-bottom: 30px;
    }*/
    #hero-banner .banner-text h3{
        font-size: 26px;
        line-height: 33px;
    }
    #hero-banner .banner-text p{
        text-align: left;
        font-size: 13px;
        line-height: 19px;
    }
    #hero-banner .pattern-3-img{
        bottom: 0;
        height: 99%;
        width: 160px;
        right: -33px;
    }
    #hero-banner .pattern-2-img{
    width: 120px;
    height: auto;
    top: 30%;
    left: -70px;
    right: auto;
    }
    .banner-form .input-field{
        margin-bottom: 19px;
    }
    .banner-form .input-field select{
        padding: 4px 2px;
        padding-left: 2px;    width: 40%;
    }
    .banner-form{
        padding: 70px 44px;
    }
    .project-details{
        padding: 30px 2px;
    }
    .project-details .project-details-box p{
        font-size: 12px;
    }
    .project-details .project-details-box img{
        width: 40px;
    }
    .about-content h3{
        font-size: 30px;
    }
    .gallery h3{
        font-size: 30px;
    }
    .gallery .gallery-box h3{
        font-size: 26px;
    }
    .amenities h3{
        font-size: 30px;

    }
    .gallery .gallery-box p{
        font-size: 13px;
        text-align: left;
        line-height: 17px;
    }
    #brand{

    }
    .gallery .pattern-3-img{
        width: 200px;
        top: -80px;
    }
}