@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
    font-family: 'sangbleu_sansbold';
    src: url('../fonts/sangbleu-sans-bold-webfont.woff2') format('woff2'),
         url('../fonts/sangbleu-sans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'sangbleu_sanslight';
    src: url('../fonts/sangbleu-sans-light-webfont.woff2') format('woff2'),
         url('../fonts/sangbleu-sans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'sangbleu_sansmedium';
    src: url('../fonts/sangbleu-sans-medium-webfont.woff2') format('woff2'),
         url('../fonts/sangbleu-sans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'sangbleu_sansregular';
    src: url('../fonts/sangbleu-sans-regular-webfont.woff2') format('woff2'),
         url('../fonts/sangbleu-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;} 

.font-light{font-family: 'sangbleu_sanslight', sans-serif !important; } 
.font-regular{font-family: 'sangbleu_sansregular', sans-serif!important; } 
.font-medium{font-family: 'sangbleu_sansmedium', sans-serif!important; } 
.font-bold{font-family: 'sangbleu_sansbold', sans-serif!important;}

html,body { width: 100%; height: 100% ; margin: 0;  padding: 0;}
body {line-height: 1.7; font-size: 15px; color:#454545; font-family: 'Outfit', sans-serif;  font-weight:400;-webkit-text-size-adjust: 100%;overflow-x: hidden; letter-spacing:1px}
.btn, a, button, .transition {webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-o-transition: all 250ms ease;-ms-transition: all 250ms ease; transition: all 250ms ease;}
a { text-decoration: none;color: #000;}
a:hover, a:focus, a:active {color:#50575a; text-decoration: none; outline: 0; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:none !important; color:#F9F9F9}
a:focus, :focus {outline: 0  !important; box-shadow:none !important}
ul{ list-style:none; padding:0}
button:focus{ outline:none}

/*FONT WEIGHTS*/
.fw100{font-weight: 100!important;} .fw200{font-weight: 200!important;} .fw300{font-weight: 300!important;} .fw400{font-weight: 400!important;} .fw500{font-weight: 500!important;} .fw600{font-weight: 600!important;} .fw700{font-weight: 700!important;} .fw800{font-weight: 800!important;} .fw900{font-weight: 900!important;}

/*LETTER SPACING*/
.lshalf{letter-spacing:0.5px} .ls1{letter-spacing:1px} .ls2{letter-spacing:2px} .ls3{letter-spacing:3px} .ls4{letter-spacing:4px} .ls5{letter-spacing:5px} .ls6{letter-spacing:6px} .ls7{letter-spacing:7px} .ls8{letter-spacing:8px} .ls9{letter-spacing:9px} .ls10{letter-spacing:10px}

/*LINE HEIGHT*/
.lh100{line-height:100%} .lh120{line-height:120%} .lh130{line-height:130%} .lh140{line-height:140%} .lh150{line-height:150%} .lh160{line-height:160%} .lh170{line-height:170%} .lh180{line-height:180%} .lh190{line-height:190%} .lh200{line-height:200%}

/*HEADINGS*/
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ }
.all_heading{font-size:32px; font-family: "sangbleu_sansregular", sans-serif}  
.sub-heading{ font-size: 18px; line-height: 160%; color:#E1B789; font-weight:500; letter-spacing:2px; text-transform:uppercase}

/*BUTTONS*/
.btn {font-size: 12px;padding-top: 12px;padding-bottom: 12px;padding-left: 45px; padding-right: 45px;border-radius:0px;letter-spacing:1.2px; text-transform:uppercase}
.btn-primary{ border-color:#000;color: #333; background:#fff}
.btn-primary:hover, .btn-dark:hover{ background-color:#E1B789; border-color:#E1B789}
 
.white-top {border-color:#fff;color: #333; background:#fff}
.white-top:hover { background-color:#E1B789; border-color:#E1B789;color: #fff;}

/*FORM CONTROL*/
.form-control{border: 1px solid #ddd; height: 45px;border-radius: 0px;font-weight: 300;line-height: 45px;padding-right: 10px;padding-left: 10px;font-size: 13px;}
.form-control:focus {color: #E1B789;background-color: #fff; outline: 0; border-color: #E1B789;}
textarea{resize: none;}
textarea.form-control { height: auto !important;}

/*FONT SIZE 8 to 72px */
.fs8{font-size: 8px;} .fs9{font-size: 9px;} .fs10{font-size: 10px;} .fs11{font-size: 11px;} .fs12{font-size: 12px;} .fs13{font-size: 13px;} .fs14{font-size: 14px;} .fs15{font-size: 15px;} .fs16{font-size: 16px;} .fs17{font-size: 17px;} .fs18{font-size: 18px;} .fs19{font-size: 19px;} .fs20{font-size: 20px;} .fs21{font-size: 21px;} .fs22{font-size: 22px;} .fs23{font-size: 23px;} .fs24{font-size: 24px;} .fs25{font-size: 25px;} .fs26{font-size: 26px;} .fs27{font-size: 27px;} .fs28{font-size: 28px;} .fs29{font-size: 29px;} .fs30{font-size: 30px;} .fs31{font-size: 31px;} .fs32{font-size: 32px;} .fs33{font-size: 33px;} .fs34{font-size: 34px;} .fs35{font-size: 35px;} .fs36{font-size: 36px;} .fs37{font-size: 37px;} .fs38{font-size: 38px;} .fs39{font-size: 39px;} .fs40{font-size: 40px;} .fs41{font-size: 41px;} .fs42{font-size: 42px;} .fs43{font-size: 43px;} .fs44{font-size: 44px;} .fs45{font-size: 45px;} .fs46{font-size: 46px;} .fs47{font-size: 47px;} .fs48{font-size: 48px;} .fs49{font-size: 49px;} .fs50{font-size: 50px;} .fs51{font-size: 51px;} .fs52{font-size: 52px;} .fs53{font-size: 53px;} .fs54{font-size: 54px;} .fs55{font-size: 55px;} .fs56{font-size: 56px;} .fs57{font-size: 57px;} .fs58{font-size: 58px;} .fs59{font-size: 59px;} .fs60{font-size: 60px;} .fs61{font-size: 61px;} .fs62{font-size: 62px;} .fs63{font-size: 63px;} .fs64{font-size: 64px;} .fs65{font-size: 65px;} .fs66{font-size: 66px;} .fs67{font-size: 67px;} .fs68{font-size: 68px;} .fs69{font-size: 69px;} .fs70{font-size: 70px;} .fs71{font-size: 71px;} .fs72{font-size: 72px;}

/*TEXT WHITE TO LIGHT WHITE*/
.text-white-5{color: rgb(255 255 255 / 5%)!important;} .text-white-10{color: rgb(255 255 255 / 10%)!important;} .text-white-20{color: rgb(255 255 255 / 20%)!important;} .text-white-25{color: rgb(255 255 255 / 25%)!important;} .text-white-30{color: rgb(255 255 255 / 30%)!important;} .text-white-35{color: rgb(255 255 255 / 35%)!important;} .text-white-45{color: rgb(255 255 255 / 45%)!important;} .text-white-50{color: rgb(255 255 255 / 50%)!important;} .text-white-55{color: rgb(255 255 255 / 55%)!important;} .text-white-60{color: rgb(255 255 255 / 60%)!important;} .text-white-65{color: rgb(255 255 255 / 65%)!important;} .text-white-70{color: rgb(255 255 255 / 70%)!important;} .text-white-75{color: rgb(255 255 255 / 75%)!important;} .text-white-80{color: rgb(255 255 255 / 80%)!important;} .text-white-85{color: rgb(255 255 255 / 85%)!important;} .text-white-90{color: rgb(255 255 255 / 90%)!important;} .text-white-95{color: rgb(255 255 255 / 95%)!important;}

/*TEXT BLACK TO LIGHT BLACK*/
.text-black-5{color: rgb(0 0 0 / 5%)!important;} .text-black-10{color: rgb(0 0 0 / 10%)!important;} .text-black-20{color: rgb(0 0 0 / 20%)!important;} .text-black-25{color: rgb(0 0 0 / 25%)!important;} .text-black-30{color: rgb(0 0 0 / 30%)!important;} .text-black-35{color: rgb(0 0 0 / 35%)!important;} .text-black-45{color: rgb(0 0 0 / 45%)!important;} .text-black-50{color: rgb(0 0 0 / 50%)!important;} .text-black-55{color: rgb(0 0 0 / 55%)!important;} .text-black-60{color: rgb(0 0 0 / 60%)!important;} .text-black-65{color: rgb(0 0 0 / 65%)!important;} .text-black-70{color: rgb(0 0 0 / 70%)!important;} .text-black-75{color: rgb(0 0 0 / 75%)!important;} .text-black-80{color: rgb(0 0 0 / 80%)!important;} .text-black-85{color: rgb(0 0 0 / 85%)!important;} .text-black-90{color: rgb(0 0 0 / 90%)!important;} .text-black-95{color: rgb(0 0 0 / 95%)!important;}

/*TEXT GREY AND DARK*/
.text-grey{ color: #6c757d;} .text-grey-dark{ color: #343a40;} .text-grey-100{ color: #f8f9fa;} .text-grey-200{ color: #e9ecef;} .text-grey-300{ color: #dee2e6;} .text-grey-400{ color: #ced4da;} .text-grey-500{ color: #adb5bd;} .text-grey-600{ color: #6c757d;} .text-grey-700{ color: #495057;} .text-grey-800{ color: #343a40;} .text-grey-900{ color: #212529;}

/*CONTAINER*/
.custom-width{max-width: 1140px} 

/*TEXT COLORS*/
.gold{ color:#E1B789}
.text-dark{color: #333;} 
.text-content{color: #454545;} 

/*BACKGROUNDS COLORS*/ 
.bg-color1{background: #FFF6EA}
.bg-color2{background: #FFEEDB}


.my-sapce{ padding:90px 0}
 

/*SWIPER PAGINATION*/
.swiper-pagination{margin-top: 10px;}
.swiper-pagination-bullet-active{background-color: #E1B789;}

/*SWIPER NAV BUTTONS*/
.swiper-button-next, .swiper-button-prev,
.swiper-button-prev:after, .swiper-button-next:after{height: 40px; width: 40px;}

.swiper-button-next, .swiper-button-prev{z-index: 1;}
.swiper-button-prev:after, .swiper-button-next:after{font-size: 18px;color: #000;display: flex; border-radius: 20px;justify-content: center;align-items: center;width: 40px; height: 40px;background: #e1b789;}




/*EFFECTS*/
.zoom-hover img {-webkit-transform: scale(1); transform: scale(1);transition: all .4s ease-in-out;}
.zoom-hover:hover img{transform: scale(1.05);}
/*#################################################################*/
/*##################_________MAIN STYLES_________##################*/
/*#################################################################*/

.site-header{ position: absolute;top: 0;right: 0;left: 0;z-index: 1030;background-color: rgba(250, 250, 250, 0.2);}
.site-header .navbar .nav-item  a{color: #fff; margin-left: 15px; margin-right:15px;text-transform:uppercase; font-size:13px; transition: transform .25s ease-in-out;position: relative;letter-spacing:1px}
.site-header .navbar .nav-item  a:hover{color: #E1B789}

.site-header .navbar .nav-item  a::before {content: "";display: block;position: absolute;bottom: 2px;left: 0; border-bottom: 2px solid #E1B789;width: 100%;transform: scaleX(0);transform-origin: left;transition: transform .5s cubic-bezier(.645, .045, .355, 1);border-top: 0;} 
.site-header .navbar .nav-item  a:hover::before {transform: scaleX(1);color: #000;}


.top_number { font-size:16px; font-weight:500; margin-right:5px }
.top_number span{ border-bottom:2px dashed #6a717d;color:#fff; padding-bottom:5px}

/*#########________HAMBURGER MENU BUTTON START________#########*/
.site-header .navbar-toggler{margin-left: 16px; padding: 0; outline: 0; color: transparent; background-color: transparent; border-color: transparent; height: 32px; width: 32px; align-items: center; justify-content: center;}
.site-header .navbar-toggler:focus,
.site-header .navbar-toggler:active{outline: 0;}
.site-header .navbar-toggler .navbar-toggler-icon{position: relative; height: 2px; background-color: transparent;background-image: none; width: 35px; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site-header .navbar-toggler .navbar-toggler-icon:before,
.site-header .navbar-toggler .navbar-toggler-icon:after{content: ""; position: absolute; display: block; height: 2px; width: 100%; background-color: #000e36; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site-header .navbar-toggler-icon:before{top: 0; transform: rotate(45deg);}
.site-header .navbar-toggler-icon:after{bottom: 0; transform: rotate(-45deg);}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon{background-color: #000e36;}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon:before{top:-12px; transform: rotate(0);}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon:after{bottom:-12px; transform: rotate(0);}

@media (max-width: 991.98px) {.site-header .navbar-toggler{display: flex;}}

/*NAVIGATION DROPDOWN ON HOVER*/
.site-header .dropdown-item.active, 
.site-header .dropdown-item:active,
.site-header .dropdown-item:hover {color: #fff; text-decoration: none; background-color: #f8f8f8; }
.site-header .dropdown-menu .dropdown-item{ padding-bottom: 5px; padding-top: 5px;  }

 
.site-header .navbar .nav-item .dropdown-menu a{ margin:0; font-size:13px;padding: 10px;}
.site-header .navbar .nav-item .dropdown-menu li{ border-bottom: 1px solid #ddd;}

@media (max-width: 991px){
.site-header .navbar-nav .nav-link {font-size: 16px;padding-top: 10px;padding-bottom: 10px;}
.site-header .nav-item.active .nav-link {border-bottom: none; }
}
@media (min-width: 992px){
.site-header .dropdown-menu{display: block; visibility: hidden; opacity: 0; padding: 0; overflow: hidden; transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -webkit-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; top:120%;  border: 1px solid rgba(120,130,140,.13);border-radius: 0; box-shadow: 0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow: 0!important;-moz-box-shadow: 0!important; margin-top: 0;}
} 
.site-header .nav-item.dropdown:hover .dropdown-menu{display: block; visibility: visible; opacity: 1; top:100%;} 

.site-header .dropdown-toggle:after{ display:none}

/*HEADER FIXED ON SCROLL*/
.isFixed {position: fixed; top: 0; right: 0;  left: 0;  z-index: 1030;  z-index: 99;animation: smoothScroll 1s forwards; background-color: rgba(255, 255, 255, .8); box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);  -webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);}
 
@keyframes smoothScroll {0% {transform: translateY(-40px); }100% { transform: translateY(0px); }}

 
.site-header .isFixed.navbar .nav-item a, .site-header .isFixed.navbar .top_number span{ color:#000}
.site-header .isFixed.navbar .nav-item a:hover{ color:#E1B789}
 

/*#####################__________HERO SECTION __________########################*/
.banner-section{background-color: #000;}
.banner-container{height: 610px; width: 100%}
.banner-container .banner-content{display: flex;height: 100%; flex-direction: column;justify-content: center;align-items: center; text-align:center; padding-top:85px}
.banner-container .banner-content .banner-content-in{max-width:530px;}
 
#scroll {z-index:55;text-align: center;width: 70px;height: 70px;background: #E1B789;border-radius: 50%;margin: 0 auto;margin-top: -35px;right: 0;left: 0;position: absolute; line-height: 50px;-webkit-transition: -webkit-transform 0.6s ease;-moz-transition: -moz-transform 0.6s ease;transition: transform 0.6s ease;}
#scroll span {position: relative;bottom: -10px;}
.arrow-bounce {-webkit-animation: arrow 1s infinite;-moz-animation: arrow 1s infinite;-o-animation: arrow 1s infinite;animation: arrow 1s infinite;animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);}

@-webkit-keyframes arrow {0% {bottom: -13px;}50% { bottom: -8px;}100% {bottom: -13px;}}
@-moz-keyframes arrow {0% {bottom: -13px;}50% {bottom: -8px;}100% {bottom: -13px;}}
@keyframes arrow {0% { bottom: -13px;}50% {bottom: -8px;}100% {bottom: -13px;}}

/*----Our Projects CSS----*/
.ourproject-block{ padding-top:85px }
.ourproject-block .project-heading{ color:#282828; font-size:26px; font-weight:600}
.view-details{ color:#707070; font-size:13px;font-weight: 600;}
.view-details:hover{ color:#E1B789} 
.out-line{ border:1px solid #C2996D; background-color:#fff}
.out-line img{position: relative;margin-left: 10px;margin-top: -10px;padding-bottom: 10px;}
.out-line2 img{margin-left: -10px;}
 
/*----Highlighting-sec CSS------*/
.video-btn a {position: absolute;top: 0;left: 0;right: 0;margin: auto;content: "";bottom: 0;height: 70px;width: 70px;background: #ffffff30;border: 2px solid #fff;line-height: 70px;text-align: center;border-radius: 50%;font-size: 16px;color: #fff;-webkit-animation: pulse 2s infinite;animation: pulse 2s infinite;}
.video-btn span{display: block;font-size: 11px;color: #fff;margin-top: -20px;font-weight: 500;text-transform: uppercase;width: 100px;margin-left: -13px;}

@-webkit-keyframes pulse {0% {-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4)}70% { -webkit-box-shadow:0 0 0 45px rgba(255,255,255,0)}to {-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@keyframes pulse {0% {box-shadow:0 0 0 0 rgba(255,255,255,.4)}70% {box-shadow:0 0 0 45px rgba(255,255,255,0)}
 to { box-shadow:0 0 0 0 rgba(255,255,255,0)}}
 
.numbering{ height:466px; background-repeat:no-repeat } 
.numbering .count-text{ font-size: 56px;font-weight: 100;}


/*#####################__________FOOTER__________########################*/
.Subscription-sec{ background-color:#2D2D2D}

.newsletter-section .form-control::-webkit-input-placeholder { color:#fff; }
.newsletter-section .form-control::-moz-placeholder { color:#fff; } /* firefox 19+ */
.newsletter-section .form-control:-ms-input-placeholder { color:#fff; } /* ie */
.newsletter-section input:-moz-placeholder { color:#fff; }

.footer-main{ font-size: 13px; background-color:#222; padding-top:80px}


.footer-main h6{color:#fff; margin-bottom: 20px; font-size: 15px; font-weight: 500;text-transform: uppercase; letter-spacing:.03em}
.footer-main .social-handles a{font-size: 20px;margin-right: 16px}

.footer-main .footer-links ul li{margin-bottom:15px;}
.footer-main .footer-links ul li a{display: block;}
.footer-main .footer-links ul li a,
.footer-main p,
.footer-main address,
.footer-main p a{color:#CACACA;}

.footer-main .footer-links ul li a:hover,
.footer-main p a:hover,
.footer-main .social-handles a:hover{color:#E1B789;}

.footer-main .footer-links ul{list-style: none; margin: 0;padding: 0;}

.footer-main .ftr-contact-info .info-block h6{color:#fff; text-transform: uppercase; font-size: 12px; margin-bottom: 5px;}

.footer-btm{ font-size:12px; }
.footer-btm .gototop a i{height: 35px; width: 35px; background: #E1B789; font-size: 14px; color:#fff; display: flex; justify-content: center; align-items: center} 
.footer-btm .gototop a i:hover {background-color: #000}

.border-footer{ border:1px solid #000;box-shadow: 0px 1px 0px 0px rgba(67, 67, 67, 0.88);}
.footer-main .border_left{border-left:1px solid #000}


.Schedule-Visit a{font-size:20px;line-height: 1.5em;color: #000 !important;right: calc(-1.2em + 20px);writing-mode: vertical-rl;transform: rotate(180deg);position:fixed; bottom:15px; background-color:#E1B789; padding:25px 8px; cursor:pointer; z-index:1}
.Schedule-Visit a:hover{  background-color: #222; color:#fff !important}
 
 
/*****fixed-social-right******/
.fixed-social{position: fixed; bottom:250px;right:3px;z-index: 5;}
.fixed-bt{color: #fff;font-size:18px;height: 40px; width: 40px;display: flex; justify-content: center; align-items: center; text-align: center}

.fixed-social .facebook{ background:#3b5998;margin-bottom:5px}
.fixed-social .whatapp{ background:#10b418; margin-top:5px}
.fixed-social .instagram{ background:linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215)); }
.fixed-social .whatapp:hover, .fixed-social .instagram:hover, .fixed-social .facebook:hover{background:#E1B789; color:#fff }
 
/*****--- Inner page Banner css*****---*/ 
.inner-banner-top { height:450px;background-color: #000;background-repeat: no-repeat; background-position: top center;position: relative; overflow: hidden;z-index: 1;}
.inner-banner-top .main-content {text-align: center;display: flex; height: 100%; flex-direction: column; justify-content: center;}
.inner-banner-top .all_heading{ margin-top:80px}

/*----About us Page css-----*/
.build-shape:after{position: absolute;right: -80px;width: 160px;height: 160px;background-color: #FFD7AA;bottom: -70px;content: "";z-index: -1;}

/*----why-us Page css-----*/
.why-us-icon-sec:before{background: #FFEEDB;height: 250px;position: absolute;content: "";width: 100%;z-index: -1; bottom:0}
.why-us-icon { border-bottom: 8px solid #F1E5D9 !important; margin-bottom: 20px;webkit-transition: -webkit-transform 0.3s ease 0s; transition: -webkit-transform 0.3s ease 0s;transition: transform 0.3s ease 0s;transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;box-shadow: 0px 0px 18px 5px rgba(154, 161, 171, 0.10);min-height: 250px; }
.why-us-icon:hover{ background:#FFF6EA;-webkit-transform: translateY(-10px);transform: translateY(-10px);
-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);}

/*----contact Page css-----*/ 
.contact-info-block img{ height:45px}
.social-handles a{color: #404040;}
.social-handles a:hover{color: #E1B789;}
.google-map-sec iframe{ height:450px}

/*--------LISTING PAGE CSS--------*/
.project-block-in:hover {box-shadow: 0 5px 10px rgb(0 0 0 / 14%) !important;}

/*####################################################*/
/*------------------DETAILS PAGE CSS------------------*/
/*####################################################*/

.details-content .inner-banner-top{height: 660px; background-size: cover;position: relative;background-position: center center;}
.details-content .inner-banner-top:before{content: ""; background-color: rgb(0 0 0 / 20%); display: block; left: 0;top: 0;right: 0;bottom: 0; position: absolute;}
.details-content .project-banner-content{position: relative;z-index: 1;}
.details-content .project-banner-content .project-type{letter-spacing: 4px;}
.details-content .project-banner-content .project-title{margin-top: 10px; margin-bottom: 7px;}
.details-content .project-banner-content .project-loc{}


/*OVERVIEW SECTION*/
.overview-section{padding-top: 80px;padding-bottom: 80px;}
.overview-content h3{color: #333;}
.overview-content p{font-size: 15px; color: #454545; margin-bottom: 20px;}
.overview-content p:last-child{margin-bottom: 0;}
.project-detail-info{background-color: #F1E5D9;padding: 30px;}
.project-detail-info .col-icon{width: 56px;padding-top: 5px;}


/*AMENITIES SECTION*/
.amenities-section{padding-top: 80px;padding-bottom: 80px;}
.amenity-block{padding: 20px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.amenity-block p{font-size: 13px; color: #454545; line-height: 1.3; min-height: 40px; display: flex; flex-direction: column; justify-content: center;}


/*GALLERY SECTION*/
.gallery-section{padding-top: 80px;padding-bottom: 80px;}
.gallery-slider .gallery-block{margin: 24px 0;}
.gallery-slider .gallery-block img{cursor: pointer;}
.gallery-slider .gallery-block figcaption{color:#000;position: absolute;left: 0;right: 0;bottom: 0; padding: 5px; text-align: center; font-size: 11px; margin-bottom: 0;}

 
.gallery-slider.swiper, .highlights-slider.swiper {padding-left: 30px; padding-right: 30px;}

/*VIDEO SECTION*/
.my_Video{max-width: 100%; height:auto}



/*LOCATION SECTION*/
.location-section{padding-top: 80px;}
.location-map{height: 480px;width: 100%;display: block;}


/*CONTACT SECTION*/
.contact-section-in{padding-top: 80px;padding-bottom: 80px;}
.contact-form-in .btn{width: 264px;height: 54px;}


/*CONTACT INFO SECTION*/
.contactinfo-section{padding-top: 80px;padding-bottom: 80px;}
.contactinfo-section .contactinfo-block{ border: 1px solid #e1b789; }
.contactinfo-block img{height: 56px; width: auto;}

/*-----video banner hompage css-----*/
.video-background-holder {position: relative;background-color:#000; width: 100%; object-fit: cover;height: 100vh;}
.video-background-holder video { object-fit: cover; width: 100vw; height: 100vh;}
.overlay-container { position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(2, 2, 2, .5);
 background: -moz-linear-gradient(top, transparent 5%, #000 100%);background: -webkit-linear-gradient(top, transparent 5%, #000 100%);background: linear-gradient(to bottom, transparent 5%, #000 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );}
 
 
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {background: #E1B789 !important;box-shadow: #E1B789 0 1px 3px 0 inset !important;color: #000 !important}
 
.about-text, .Our_Projects-sec .dec, .why-us-icon p, .overview-section p{ text-align:justify}

/*#################################################################*/
/*################___________MEDIAQUERIES____________##############*/
/*#################################################################*/


@media screen and (min-width: 1900px) {
 
}

@media screen and (min-width: 1600px) {
.banner-container{height: 780px}
}
 
@media screen and (min-width: 1400px) {
   
} 

@media (max-width: 1439.98px) {  
 
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {

}

@media (max-width: 576.98px) {
	
	
	.about-heading.fs42{ font-size:30px}
	.out-line img { margin-left: 0;margin-top: 0;padding: 10px;}
	.numbering {height: auto;background-size: cover;}
	.site-header { background-color: rgba(255, 255, 255, 0.5);}
	.all_heading {font-size: 28px;}
	.project-detail-info .col-detail h3{ font-size:25px}
    .Schedule-Visit a {font-size: 14px;right: 0; line-height: 1em; padding: 20px 15px;}
    .contact-form-in .btn { width: 100%;height: auto;}
	.details-content .inner-banner-top {height: 520px;}
    /*LISTING SECTION TITLE*/
    .listing-section-title{font-size: 32px;}
    

    /*DETAILS SECTIONS TOP BOTTOM SPACE*/
    .overview-section,
    .amenities-section,
    .gallery-section,
    .location-section,
    .contact-section-in,
    .contactinfo-section{padding-top: 40px; padding-bottom: 40px;}
	
	.my_Video {height: 200px; }
    
	
	.wpcf7-submit{ display:block; width:100%}
}