@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


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

img {
    max-width: 100%;
}
ul, ol, li {
    margin: 0;
    padding: 0;
}

p {font-size: 16px; font-weight: normal;  line-height: 1.7em; }


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

.fixedinqiry:hover{
    opacity: 0.8;

}
.fixedinqiry h2 a{
    color: #fff;
}
.fixedinqiry h2:hover a{
    color: #fff;
    text-decoration: none;
}
.modal-body .submit-btn {
    background: #0A506B;
    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: #0A506B;
    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: #fff; 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: 115px;
}
.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: #0A506B;
    padding: 10px 15px 10px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-bottom:-6px;
    min-width: 200px;
}
a.nav-link.phone {
    min-width: 125px;
}
.header-section a.header-btn:hover {
    color: #fff;
    opacity: 0.8;
}
.header-section a.navbar-brand img {    max-width: 115px;}
.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;
}
.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: 5%;
    width: 26%;
    right: 30px;
    left: auto;
}
.banner-section .carousel-caption h3 {
    font-size: 51px;
color: #fff;}
.banner-section .carousel-caption h2 {
    font-size: 150px;
    font-weight: 400;
    line-height: 1;font-family: Inter;
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%;
}

.carousel-indicators {
    bottom: 61px;
}
.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;
}
.banner-section .carousel-caption h3.banner-text {
    color: #f1c688;
    margin: 15px 0 20px;
}
.banner-form label {
    font-size: 14px;
    padding-top: 10px;
}
.banner-form {
    padding: 5px;
    position: relative;
    width: 100%;
    text-align: left;
}
.banner-form input[type="text"],.banner-form input[type="tel"],.banner-form input[type="email"], .banner-form select {
    background: none;
    border-color: #fff;
    border-width: 0 0 1px;
    color: #fff;
    width: 100%;
}

.banner-form .form-group input::placeholder, .banner-form .form-group textarea, .banner-form .form-group select{
    color:#fff!important;     padding: 10px 0; border-radius: 0;
}
.banner-form select option{color: #333;}
/*about section css start */
.about-section {
    width: 100%;
    padding: 85px 0px;
    text-align: center;
}
.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: 200px;
    margin-bottom: 20px;
}
.abt-div {
    width: 60%;
    margin-bottom: 50px;
    margin: 0 auto
}
.abt-div p{
    text-align: center;
}

/*about section css end */
/*aminities section css start */
section#abtaminities {
    background: url('../images/aminities_bg.jpg') no-repeat 0 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.amt_box h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
}
.amt_box img {
    width: 120px;
    margin-bottom: 30px;
}
.amt_box {
    padding: 20px 40px;
}
/*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;
}
.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;
}


/*gallary section css end*/

/*main aminities section css start*/
section#amenities {
/*    background: url('../images/aminities_bg.jpg') right;*/
background-color: #0A506B;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    background-repeat: no-repeat;
/*    background-color: #414042;*/
}


.amt_ul {
    list-style: none;
    padding: 0 15px;
}
.amt_ul li {
   font-size: 16px;
    padding: 10px 10px 30px 10px;
    text-align: left;
    text-transform: uppercase;
}

.amt_ul img{
    padding: 8px;
    width: 70px;
}
/*mnain aminities section css end*/


section#usp {
    background: url('../images/image.jpg') right;
    background-size: cover;
    padding: 50px 0 30px;
    color: #fff;
    background-repeat: no-repeat;
/*    background-color: #414042;*/
}



/* .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; background-color: #f2f2f2;}
.brochure-right-logo-main  {
    word-break: break-all;
}
.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; font-family: 'Inter';}
.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: 18px;
    padding-top: 0;
    font-family: 'Inter';
    font-weight: normal;
}
.brochure-right-main a.brochure-right-btn {
    background: #0A506B;
    padding: 10px 35px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
/*    margin-top: 60px;*/
    display: inline-block;
    cursor: pointer;
}
.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: 20px; padding-right: 20px;
}
a.shocial-itam {
    color: #000;
    font-size: 20px;
}
.shocial-midia-main {
    padding-top: 30px;
}
.brochure-heading h3 {
    padding-bottom: 45px;
    font-weight: 700;
}
.brochure-right-logo-main img {
/*    max-width: 100%;*/
/*    height:  200px;*/
}
.brochure-right-main {
    margin-top: 100px; 
}
.brochure-right-main p strong {
    font-size: 20px;
}
.brochure-right-logo-main  p.headingtxt {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 0px;
    font-family: 'Inter';
    text-transform: uppercase;
    letter-spacing: 8px;
}
.banner-form .col-sm-11, .banner-form .col-sm-5, .banner-form .col-sm-4 {
    padding-left: 0;
}


/* .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: #fff;}

.contect-us-heading h3 {
    color: #414042; 
    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: 20px;
    font-weight: 200;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin-bottom:40px;
}

.contect-itam-main select{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin-bottom:40px;
    font-size: 20px; 
    color: #898080;
    background: transparent;
    border-radius: 0;
    font-weight: 200;
    font-family: inherit;
}

button { background: #0A506B;
 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: #0A506B;
    border: none !important;
    color: #fff;
    padding: 5px 25px;
    font-size: 22px !important;
    cursor: pointer;
    margin-top: 15px;
}

.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: #0A506B;
    height: 4px;
    display: block;
    max-width: 300px;
    border-radius: 10px;
    margin-top: 10px;
}
.carousel-item {text-align: center;}
.gallary {
    position: relative;
    text-align: center;
}
.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: 15px 0 5px 0; background-color: #000;}
.copyright-left-main a {font-size: 12px;color: #fff; }
.copyright-right-main a {font-size: 12px; color: #fff; text-align: right;}
.copyright-right-main {text-align: right;}

/*copyright-section css end*/


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

.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;
}


/* new slider */

/*body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}*/

#galleryq{
/*    background-color:#7a3e3c;*/
/*padding-top:100px;*/
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.5);*/
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {

  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
    background-blend-mode: overlay;
    background-color: #00000054;

}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 26px/1.3 "inherit;", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
  display: block;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}



.light-btn{
    background: #fff!important;
    color: #0A506B;
}


/* Inquiry form condition options */
  
  .fixtures {
    display:none;
}

.select-options, .select-answers {
    /*margin-bottom: 1em; */
}

.default-label, option:disabled {
    background-color: #333;
    color: #fff;
    padding: 0.6em 0.5em;
}

.form-control:focus{
        background-color: transparent;
}

.usp_count{
    font-size: 48px;
    font-family: auto;
    font-weight: 700;
    color: #0A506B;
}