
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&amp;display=swap');

 /*@import url('/fonts/Analoga Sans Bold.otf');*/

/* upload fonts through local files*/
@font-face {
  font-family:"Analoga Sans Bold";
  src: url('../fonts/Analoga_Sans_Bold.otf');

}
/*.page-section{margin: 0 30px;}*/

.glyphicon-arrow-left:before  {
    content: "\e091";
    background: #e67817;
    padding: 3px 29px;
    border-radius: 20px; opacity: 1;
}

.glyphicon-arrow-right:before{ background: #e67817;
    padding: 3px 29px;
    border-radius: 20px; opacity: 1;}


.glyphicon-arrow-left{left: 20%;}

.glyphicon-arrow-right{right: 20%;}

.carousel-control{position: absolute;}



.glyphicon{position: absolute;}

.carousel-control{    bottom: 50%;
    background-image: unset!important;
    opacity: 1;
    top: 50%;}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none!important;
}

html {
  scroll-behavior: smooth;
}
body, p {margin: 0px; padding: 0px;   font-family: 'Montserrat', sans-serif;
}
body{background-color: #FFF4E4;}
p,span, strong {margin: 0px; padding: 0px;}
.mb{margin-bottom: 30px;}
h1,h2,h3,h4,h5,h6 {margin: 0px; padding: 0px; color: #414042; font-family: 'Montserrat', sans-serif;
} 
*{box-sizing: border-box;}
.container {max-width: 1280px; margin: 0 auto;}
.clear-fix {clear: both;}

h5{ font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px!important;

}

img {
    max-width: 100%;
}
ul, ol, li {
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}

p {font-size: 15px; font-weight: 500;line-height: 1.7em;  }

.btn-primary.focus, .btn-primary:focus{box-shadow: none!important;}

.navbar-toggler:focus{box-shadow:none;}

.active ,.active:hover{    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 700!important;}

/*.col-md-2 {
    width: 16.66666667%;
}*/


.col-md-3{float:left;}


.fixedinqiry{
    position: fixed;
    top: 50%;
    right: -78px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    background: #8B6026;
    transform: rotate(90deg);
    
    border-radius: 10px 0 10px 0;
}
.fixedinqiry p {
    font-size: 20px;
    padding: 10px 25px 10px 25px;
    text-transform: uppercase;
}

.fixedinqiry:hover{
    opacity: 0.8;

}
.fixedinqiry p a{
    color: #fff;
}
.fixedinqiry p:hover a{
    color: #fff;
    text-decoration: none;
}
.modal-body .submit-btn {
    background: #000000;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    padding: 8px 40px;
    cursor: pointer;
}
.modal-body h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
}
#myModal .close, #myModal1 .close {
    opacity: 1;
    font-size: 32px;
    top: 25px;
    right: 28px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    z-index: 99999;
}
#myModal .modal-header {
    padding: 0;
}
.modal-body.proj_detail {
    padding: 0 50px 50px;
}
.proj_detail li {
    margin-bottom: 5px;
}
.proj_detail li strong {
    margin-right: 20px;
    text-transform: uppercase;
    width: 120px;
    float: left;
}
.proj_detail li span {
    width: calc(100% - 150px);
    float: left;
}
.proj_detail ul {
    list-style: none;
}
.header-section {background: #FFF4E4; padding: 0px 0px;  transition : height 0.5s ease-in;}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 5px #999;
}
.sticky .navbar {
    padding:5px 0;
}
.sticky.header-section a.navbar-brand img {
    max-width: 160px;
}
.sticky.header-section a.navbar-brand{
    width: 16%;
}
.header-section  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.header-section  li.nav-item {
    font-size: 20px;
}
.header-section  li.nav-item {
    padding-right: 60px;
}
.header-section  li.nav-item:last-child {padding-right: 0px;}
.header-section a.header-btn {
    background: #8B6026;
    padding: 5px 20px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
    min-width: 210px;
    border-radius: 10px 0 10px 0;
    font-weight: 500;
}
a.nav-link.phone {
    min-width: 180px;
}
.header-section a.header-btn:hover {
    color: #fff;
    opacity: 0.8;
}
.header-section a.navbar-brand img {    max-width: 150px;}
.navbar-brand{    height: 100px!important;}
.navbar{margin-bottom: 0;}
.header-section .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 0 20px;
}

.header-section.fixed{
    width: 100%;
    position :fixed;
    top: 0;
    z-index: 9999; transition-duration: 1s;
}
.navbar-nav {
    align-items: flex-end;
    float:right !important;
}
.head1 {
    font-size: 38px;
    margin-bottom: 24px;
    color:  #333;
}


img.sld-img {
    max-width: 300px;
}
.banner-section {/* height: 600px; */width: 100%;display: inline-block;}
.carousel-caption {
    top: 15%;
    width: 30%;
    right: 55px;
    left: auto;
}
.banner-section .carousel-caption h3 { color:#fff;
   font-size: 18px;
    padding: 4px 8px;
    background: #cb7246;}
.banner-section .carousel-caption h2 {
    font-size: 150px;
    font-weight: 400;
    line-height: 1;font-family: 'Open Sans', sans-serif;
color: #fff;}
.banner-section .carousel-caption p {font-size: 30px;text-align: center;}

a.banner-btn-1 {
    background: #b97158;
    padding: 10px 35px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500; text-decoration: none;
    cursor: pointer;
}
.banner-btn-main {
    padding-top: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 34px;
}
a.banner-btn-1:hover {background-color: #000; color: #fff;}
.banner-section .carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 100px;
    border: 1px solid #fff;
}

.banner-last-itam {
    position: absolute;
    left: 0;
    bottom: -3px; text-align: center;    width: 100%; color:#fff;
}

.carousel-indicators {
    /*bottom: 61px;*/     bottom: 30px;
}
.banner-last-itam span {font-size: 20px; font-weight: 500;}

.banner-form .form-group {
align-items: flex-end;
}
.banner-form input:focus, .banner-form input:hover, .banner-form input:focus-visible {
    outline: none;
}

.form-control{-webkit-box-shadow:none!important; border-radius: unset!important;}
.contect-itam-main 
select.form-control:not([size]):not([multiple]) {
    height: calc(4.25rem + 2px);
}
.banner-section .carousel-caption h3.banner-text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.4em;
}
.banner-form label {
    font-size: 13px;
    padding: 0;
}
.banner-form {
    padding: 0 24px 24px 24px;
    position: relative;
    width: 100%;
    text-align: left; 
    padding: 80px 0;  
    /*background: #ffffffbf;*/
}
.banner-text{margin-top: -24px;     margin-bottom: 20px;
}
.banner-form input[type="text"],.banner-form input[type="tel"],.banner-form input[type="email"], .banner-form select {
    background: none;
    border-color: #e67817;
    border-width: 0 0 2px;
    color: #000;
    width: 100%;
    padding: 6px 0;
    font-weight: 500;
}
.banner-form select option{color: #333;}
.banner-form ::placeholder{color:#000;}
/*about section css start */
.about-section {
        /*width: 75%;
    padding: 85px 0px;
    text-align: center;
    margin: auto;*/
}
#about{padding:85px 0;}

#about .head2{letter-spacing: 2px; line-height: 1.7em; color: #000;}
.head2 {font-size: 28px;font-weight: 700;padding-bottom: 15px;}
.head3 {font-size: 24px;font-weight: 600;padding-bottom: 5px;}
.head4 {font-size: 22px; font-weight: 400;color: #414042;padding-bottom: 20px;}

img.abt-img {
    width: 30%;
    margin-bottom: 20px;
}
.abt-div {
    width: 60%;
    margin-bottom: 50px;
    margin: 0 auto 80px;
}
.abt-div p{
    text-align: center;
    font-size: 18px;
}

.abt-div h2{
  color:#cb7246;
}


/*about section css end */
/*aminities section css start */
section#amenities {
    /*background: url('../images/amt_bg.jpg') no-repeat 0 0;*/
    background-size: cover;
    color: #fff;
    text-align: center;
   padding: 80px 0;
}

#amenities .head2{    width:280px;
    background: #e67817!important;
    border: none !important;
    color: #000;
    padding: 5px 25px;
    margin-top: 15px;
    border-radius: 10px 0 10px 0;
    margin: 0 auto 60px
    
    }

#amenities .btn{font-size: 14px!important;}

.amt_box h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px;
    color: #000;
    margin: 0 auto;
    width: 100%;
    

}
.amt_box img {
    width: 40%;
    margin-bottom: 30px;
}
.amt_box {
    padding: 20px 40px;
    /*display: flex;*/

}
/*aminities section css end */


/*gallary section css strat*/


.slider .slick-arrow {
  position: absolute;
  z-index: 1;
    width: 25px;
    height: 46px;
      bottom: 40px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: 0.25s;
  border: none;
}

.slider .slick-prev {
    left: inherit;
    background: url(/images/left.png);
    background-repeat: no-repeat;
    right: 165px;

}
.slider .slick-next {
  right: 70px;
  background: url(/images/right.png);
  background-repeat: no-repeat;

}
.slider__item {
  position: relative;
  height: 100vh;
    /*height: auto;*/
}
.slider__item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.slider__counter {
    position: absolute;
    bottom: 48px;
    right: 107px;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
    pointer-events: none;
}


.slider {
  width: 400px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  color: white;
}
.slider .parent-slide {
  padding: 15px;
}
.slider img {
  display: block;
  margin: auto;
}


/*gallary section css end*/

/*main aminities section css start*/
section#amenities {
    background: url('/images/aminities_bg.jpg') no-repeat right bottom;
    background-size: 75% auto;
    padding: 100px 0;
    color: #fff;
    /*background-color: #414042;*/
}
.amt_ul {
    list-style: none;
    padding: 0 15px;
}
.amt_ul li {
   font-size: 22px;
    padding: 10px 10px 30px 10px;
    text-align: left;
}
/* amenities section css end*/



/* .project-featured-section css start*/


/*img.brochure_img {
    box-shadow: -2px 2px 5px #999;
}*/

.brochure-section{width: 100%; display: inline-block; padding: 110px 0 80px 0; }


.brochure-right-main{background: #F3E5CF; width: 90%; border-radius:20px;}
.brochure-right-logo-main  {
    word-break: break-all; text-align: center;     
}
.brochure-right-logo-main span {
    font-size: 38px;
    font-weight: 700;
    padding-left: 40px;
    color: #414042;
    display: inline-block;
    vertical-align: bottom;
}
.brochure-right-logo-main p b {font-size: 32px;color: #000;font-weight: 800; }
.brochure-right-logo-main  h4 {font-size: 26px;color: #414042;font-weight: 700;}
.brochure-right-logo-main  h5 {font-size: 24px;color: #414042;}
.brochure-right-logo-main  p {font-size: 15px; padding-top: 0;font-weight: 600;}


.brochure-right-main a.brochure-right-btn {
    background: #8B6026;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    /*margin-top: 40px;*/
    display: inline-block;
    cursor: pointer;
    border-radius:10px 0;
    width: 140px;
    margin-right: -15px;
    margin-bottom: -15px;
        font-weight: 500;
}
.brochure-end-btn{float: none;     position: relative; }
.brochure-r-content{margin-bottom:30px;}
.brochure-right-main a.brochure-right-btn:hover { color: #fff; opacity: 0.8;}

  p.nbr-itam { 
 font-weight: 600; }
p.nbr-itam a, p.nbr-itam a:hover {
    color: inherit;
    text-decoration: none;
}
a.shocial-itam1 {
    color: #000;
    font-size: 18px; padding: 10px; font-weight: 500;
}
a.shocial-itam {
    color: #000;
    font-size: 18px; font-weight: 500;
}
.shocial-midia-main {
    padding-top: 10px;
}
.brochure-heading h3 {
    padding-bottom: 45px;
    font-weight: 700;
}
.brochure-right-logo-main img {
    max-width: 45%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.brochure-right-main {
   /* margin-top: 85px; */     margin-left: 0%;
}
.brochure-right-main p strong {
    font-size: 20px;
}
.brochure-right-logo-main  p.headingtxt {
    font-size: 20px;
    /*padding-top: 20px;*/
    padding-bottom: 12px;
   
    text-transform: uppercase;
    letter-spacing: 4px;
}
.banner-form .col-sm-11, .banner-form .col-sm-5, .banner-form .col-sm-4 {
    padding-left: 0;
}

.form-control:disabled, .form-control:read-only{background-color: transparent;}
select.form-control:not([size]):not([multiple]){height: calc(3.25rem + 2px)}


/* .project-featured-section css end*/


/* contect us -section css start*/


.contect-us-section{width: 100%; display: inline-block; padding: 110px 0 80px 0; background-color: #FFF4E4;}

.contect-us-heading h3 {: #211E1F; font-size: 25px; text-align: center;font-weight: 700;padding-bottom: 60px;}

.contect-itam-main { max-width: 820px; margin: 0 auto;}

.contect-itam-main input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    border-bottom: 1px solid #211E1F;
    margin-bottom: 50px;
    text-align: center;
    background: transparent; 
    /* color: #211E1F!important; */
    padding: 10px 0;

}

.contect-itam-main ::placeholder{color: #211E1F;}

.contect-itam-main select{
  
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #211E1F;
    margin-bottom: 40px;
    font-size: 16px;
    color: #211E1F;
    background: transparent;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;

}
.submit-btn .theme_button{padding: 6px 20px;}

button { background: #395d17;
 padding: 6px 0px; color: #fff; font-size: 26px; text-transform: uppercase;
 font-weight: 600; text-decoration: none; margin: 0 auto;width: 200px;margin: 0 auto;border: none;}
.submit-btn {
    text-align: center;
}
.exceptional-right img {
    padding-bottom: 45px;
}

.theme_button {
    
    width: auto !important;
    background: #e67817!important;
    border: none !important;
    color: #000;
    padding: 5px 25px;
    font-size: 18px !important;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 10px 0 10px 0;
    font-weight: 500!important;

}

.theme_button:hover {
    opacity: 0.8;
}
#amenities h2.sec-head {
    color:  #fff;
}
h2.sec-head {
    font-size: 42px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
h2.sec-head::after {
    content: "";
    background: #c29880;
    height: 4px;
    display: block;
    max-width: 300px;
    border-radius: 10px;
    margin-top: 10px;
}
.carousel-item {text-align: center;}
.gallary {
    position: relative;
    text-align: center;
    padding:80px 0;
}
.gallery-text {
    position: absolute;
    width: 25%;
    max-width: 450px;
    text-align: justify;
    top: 50px;
}
/*copyright-section css start*/



.copyright-section{width: 100%; display: inline-block; padding: 30px 0 30px 0; background-color: #8B6026;     z-index: 7;
    position: relative;}
.copyright-left-main a {font-size: 14px;color: #fff; }
.copyright-left-main{color:#fff;}
.copyright-right-main a {font-size: 14px; color: #fff; text-align: right;}
.copyright-right-main {text-align: right;color: #fff; }

/*copyright-section css end*/


div#location {
    float: left;
    width: 100%;
    margin: 0 0 -7px 0;
        background: #8B6026;

}

#location img{   
    z-index: 7;
    position: relative;
    margin: -60px auto;
    text-align: center;
    justify-content: center;
    display: block;}

.floating_form
.float_button{font-size: 15px;}


.floating_form { position: fixed;   top: 40%;    right: 0;    background: #fff;    z-index: 999;    padding:0;}
.floating_form .header_form{    padding: 15px 25px;}

.floating_form .header_form input
{font-size: 14px;}



.floating_form .header_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 14px;
}
.floating_form .header_form input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
.floating_form .header_form input:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
.floating_form .header_form input:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}



.floating_form h3 {    background: #000;    color: #fff;    padding: 10px 15px; font-size:22px;}
.header_form input, .header_form textarea {   background: #fff;    border: 1px solid #000;    width: 100%;
    margin-bottom: 10px;    border-radius: 0;    padding: 5px 10px;}

.logo-main {float: left;  padding: 0px;  margin:40px 0 38px 0px;}

.float_button { position: absolute; left: -130px;  background: #000;  color: #fff;
    padding: 15px;  top: 45%;  transform: rotate(-90deg);   width: 200px;   border: 3px solid #fff; box-shadow: 5px 5px 5px #ccc;}

.Sliding_div { display: none;}

button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px;
    font-size: 17px;
    font-weight: bold;
    color: #ED8136;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #fff;
}


.getquteform {
    width: 450px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

.getquteoverlay h3{ padding:0px; margin:0px 0 10px 0;}

.getquteoverlay input{height: 45px; background:#fff; border:#d17246 solid 1px;}

.getquteoverlay .button_act { width:100%;
    text-align: center;    line-height: 35px;    background: #d86e3c;    color: #fff;    padding: 0px;
    border: solid 2px #d86e3c;    margin: 0px;    border-radius: 0px;    letter-spacing: 1px;    display: inline-block;
    margin: 25px 0 0 0;}


.getquteoverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-content: center;
    align-items: baseline;
    display: none;
    z-index: 9999;
}
ul.custom_ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
ul.custom_ul li::before {
    content: "\2022";
    color: #ED8136;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
}
ul.custom_ul li{  color: #333; font-weight:100;}

.eme-section{ padding-bottom:85px; }
.eme-section img{ width: 100%;}
.eme-section h3{ padding:45px 0 0 0; margin:0px; font-size:24px; font-weight: 600; text-align: center; color:#fff; }


h3.emties-title { font-size: 78px;    font-weight: 600;    text-align: center;    color: #fff;    text-transform: uppercase;    
    padding: 80px 0px 100px 0px;    margin: 0px;}



.floating_form h3 {    background: #000;    color: #fff;    padding: 10px 15px; font-size:22px;}
.header_form input, .header_form textarea {   background: #fff;    border: 1px solid #000;    width: 100%;
    margin-bottom: 10px;    border-radius: 0;    padding: 5px 10px;}

.logo-main {float: left;  padding: 0px;  margin:40px 0 38px 0px;}

.float_button { position: absolute; left: -130px;  background: #000;  color: #fff;
    padding: 15px;  top: 45%;  transform: rotate(-90deg);   width: 200px;   border: 3px solid #fff; box-shadow: 5px 5px 5px #ccc;}

.Sliding_div { display: none;}

button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px;
    font-size: 17px;
    font-weight: bold;
    color: #ED8136;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #fff;
}


.getquteform {
    width: 450px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

.getquteoverlay h3{ padding:0px; margin:0px 0 10px 0;}

.getquteoverlay input{height: 45px; background:#fff; border:#d17246 solid 1px;}

.getquteoverlay .button_act { width:100%;
    text-align: center;    line-height: 35px;    background: #d86e3c;    color: #fff;    padding: 0px;
    border: solid 2px #d86e3c;    margin: 0px;    border-radius: 0px;    letter-spacing: 1px;    display: inline-block;
    margin: 25px 0 0 0;}


.getquteoverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-content: center;
    align-items: baseline;
    display: none;
    z-index: 9999;
}

.copyright-center, .copyright-center a , .copyright-center p{color:#fff; text-align:center;}

/* Blog Grid for blog page*/

.blog-title{
   font-size: 32px;
    font-weight: 700;
    padding: 30px;
    text-align: center;
}

.blog-grid{
    width: 75%;
    margin: auto;
    box-shadow: 5px 5px 10px #8b602636;
    padding-bottom:20px;
    border-radius: 25px 0 25px;
}

.b_grid_img img{
    border-radius: 25px 0 0 0;

}

 .b_grid_text
{
    padding:10px 20px;
    text-align:center;
}

 .b_grid_text h3{padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;}


.b_grid_btn{
    text-align:center;
}

.price-tag{  
    background:#8B6026;
    width:60%;
    float: left;
    padding: 20px 40px;
    text-align: center;
    border-radius: 10px;
   
}

.price-tag p{
    
    font-size:24px!important; text-transform: capitalize;
}

.price-txt{
    font-family: monospace;
}


