@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body{
	padding: 0;margin: 0;font-size: 14px;-webkit-font-smoothing: antialiased;font-family: "Poppins", sans-serif;
  font-weight: 500;font-style: normal;color: #4d4c4f;line-height: 1.4;letter-spacing: 0.5px;overflow-x: hidden;
}
*{-webkit-tap-highlight-color: transparent !important;}
a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
button, input, select, textarea{font-family: "Poppins", sans-serif;}
b, strong{font-weight: 700;}
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a:focus, a:hover{text-decoration: none !important;}
p, ul, h1, h2, h3, h4, h5, h6, hr, figure, ol{padding:0;margin:0;}
.container{max-width: 1200px;margin: 0px auto;padding: 0 15px;}
.container-fluid{max-width: 95%;margin: 0px auto;padding: 0 15px;}
.container.small{max-width: 850px;padding: 0 20px;}
.container.medium{max-width: 1000px;padding: 0 20px;}
.pull-left{float: left !important;}
.pull-right{float: right !important;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-italic{font-style: italic;}
.text-underline{text-decoration: underline;}
.text-light{font-weight: 300;}
.text-medium{font-weight: 400;}
.text-bold{font-weight: 600;}
.text-bolder{font-weight: 700;}
.text-black{color:#000;}
.text-white{color:#fff;}
.text-orange{color: #ee6e25;}
.img-responsive{max-width: 100%;height: auto;margin-left: 20px;}
.img-full{width: 100%;height: auto;}
.center-block{margin: 0 auto;}
.bg-white{background-color: #fff;}
.bg-off-white{background-color:#f8f8fa; }
.bg-cover{background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.col-1{width: 8.333333333333333%;}
.col-2{width: 16.66666666666667%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333333333%;}
.col-5{width: 41.66666666666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333333333%;}
.col-8{width: 66.66666666666667%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333333333%;}
.col-11{width: 91.66666666666667%;}
.col-12{width: 100%;}
.col-12-5{width: 20%;}
.w100{width: 100%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w30{width: 30%;}
.w20{width: 20%;}
.cred {color: red;}
.h100{height: 100%;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70, .w20{float: left;}

.mg-5{margin: 5px;}
.mg-10{margin:10px;}
.mg-20{margin:20px;}
.mg-30{margin:30px;}

.mg-tp-5{margin-top: 5px;}
.mg-tp-10{margin-top: 10px;}
.mg-tp-20{margin-top: 20px;}
.mg-tp-30{margin-top: 30px;}
.mg-tp-50{margin-top: 50px;}

.mg-bt-5{margin-bottom: 5px;}
.mg-bt-10{margin-bottom: 10px;}
.mg-bt-20{margin-bottom: 20px;}
.mg-bt-30{margin-bottom: 30px;}

.mg-rt-5{margin-right: 5px;}
.mg-rt-10{margin-right: 10px;}
.mg-rt-20{margin-right: 20px;}
.mg-rt-30{margin-right: 30px;}

.mg-lt-5{margin-left: 5px;}
.mg-lt-10{margin-left: 10px;}
.mg-lt-20{margin-left: 20px;}
.mg-lt-30{margin-left: 30px;}

.pd-5{padding:5px;}
.pd-10{padding:10px;}
.pd-20{padding:20px;}
.pd-30{padding:30px;}

.pd-tp-5{padding-top: 5px;}
.pd-tp-10{padding-top: 10px;}
.pd-tp-20{padding-top: 20px;}
.pd-tp-30{padding-top: 30px;}
.pd-tp-50{padding-top: 50px;}

.pd-bt-5{padding-bottom: 5px;}
.pd-bt-10{padding-bottom: 10px;}
.pd-bt-20{padding-bottom: 20px;}
.pd-bt-30{padding-bottom: 30px;}

.pd-rt-5{padding-right: 5px;}
.pd-rt-10{padding-right: 10px;}
.pd-rt-20{padding-right: 20px;}
.pd-rt-30{padding-right: 30px;}

.pd-lt-5{padding-left: 5px;}
.pd-lt-10{padding-left: 10px;}
.pd-lt-20{padding-left: 20px;}
.pd-lt-30{padding-left: 30px;}

.h500{height: 500px;}
.h600{height: 600px;}
.h700{height: 700px;}
.h800{height: 800px;}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.bottom{bottom:0;}
.top{top:0;}
.left{left:0;}
.right{right:0;}
.visible-xs{display: none !important;}
.hidden-xs{display: block!important}
.hidden-sm{
        display: block;
    }
    .visible-sm{
        display: none;
    }
.row:before, .row:after{display: table;content: " ";}
.row:after, .clearfix{clear: both;}

.disptable{display: table;height: 100%;}
.dispblock{display: block;}
.table-cell{display: table-cell;vertical-align: middle;}

.Yoverflowhidden{overflow-y: hidden;}
.Xoverflowhidden{overflow-x: hidden;}
.overflowhidden{overflow: hidden;}

section{float: left;width: 100%;}
section.padding{padding:70px 0;}

/*Header Section*/

header{width: 100%;top:0;left: 0;z-index: 9999;position: fixed;z-index: 9999;background-color: #fff;
}
header.active {
    background-color: #fff;position: fixed;box-shadow: 0 0 20px #000;
}
header .upper{}
header .upper .number-wrapper{margin-right: 20px;margin-top: 10px;}
header .upper .ctc-wrapper{margin-right: 20px;}
header .upper .enq-btn-wrapper{}
header .upper .enq-btn-wrapper a{display: inline-block;padding:0px 15px;color:#fff;background-color: #6b6b6b;text-transform: uppercase;line-height: 40px;}
header .lower{}
header .lower .nav-links{text-align: right;padding-top: 14px;display: flex;justify-content: right;align-items: center;}
header .lower .nav-links a{display: inline-block;margin-right: 18px;margin-top: 0px;color: #2B2B2B;
    position: relative;font-size: 16px;font-weight: 500;line-height: 20px}
header .lower .nav-links a.active{font-weight: 500;font-size: 16px;border-radius: 30px;padding: 13px 16px;background-color: #F479204D;}
header .lower .nav-links a:last-child{margin-right: 0px;margin-left: 50px;}
header .form-container{position: absolute;width: 300px;top:calc(100% + 10px);right: 15px;background-color:#efece7;padding:4px;display:none;}
header .form-container .frmclose{display: none;}
header .form-container .thankyou{margin-bottom: 10px;}
.enquire-btn {
border: 2px solid#F47920!important;
color: #231F20;
font-size: 18px;
border-radius: 1000px;
padding: 15px 30px;
font-weight: 600!important;
line-height: 20px;
cursor: pointer;
position: relative;
z-index: 99;
overflow: hidden;
transition: color 0.4s ease-in-out;
}
.enquire-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #ff7a00;
    transition: height 0.4s ease-in-out;
    z-index: -1;
}
.enquire-btn:hover {
    color: #fff!important;
}
.enquire-btn:hover::before {
    height: 100%;
}
.btn-set img{
    position: relative;
    top: 15px;
    margin-right: 5px;
}
.goto-home img{
    padding: 10px 0;
    width: 180px;
}
/*Home-Page-start*/
.sm-tit{
    color: #2B2B2B;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 15%;
    padding-bottom: 25px;
}
.banner-title{
    font-size: 56px;
    line-height: 65px;
    font-weight: 600;
    color: #0B090A;
}
.banr-dec{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #808080;
    padding: 20px 0;
}
.banner-lt{
    position: relative;
    top: 150px;
}
.sun-img{
    position: absolute;
    top: -33px;
    right: -20px;
    z-index: -1;
}
.form-txt {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 46px;
    border-bottom: 1px solid#AAAAAA;
    text-align: center;
    padding-bottom: 10px;
}
.banner-bg{
    background: url(../images/rectangle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.submit-btn{
    background-color: #F47920;
    color: #fff!important;
}
.submit-btn:hover{
    box-shadow: 0 10px 20px 0 #00000040;
}
.banr-slide-lt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.banr-slide-rt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -34px;
    cursor: pointer;
    z-index: 99;
}
.banr-slid img{
    border-radius: 20px;
}
.whatsapp-fixed {
    bottom: 40px;
    position: fixed;
    right: 10px;
    z-index: 9999;
}
.scoll-down {
    top: auto;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}
.icon-down{
    -webkit-animation: mover 0.50s infinite alternate;
        animation: mover 0.50s infinite alternate;
}
 @keyframes mover{
        0% {
          transform: translateY(0);
        }
        100%{
          transform: translateY(-10px); 
        }
      }
/*About-sec*/
.hero-tit{
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color: #0B090A;
}
.clr-org{
    color: #F47920!important;
}
.abt-dec{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #2B2B2B;
    padding: 5px 0;
}
.hero-dec{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #808080;
}
.bold-tx{
    font-weight: 600;
    color: #231F20;
}
.abt-box-set h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #F47920;
}
.abt-box-set p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 8px;
    color: #808080;
}
.abt-box-set {
    display: flex;
    width: 550px;
    margin: 20px 0;
    padding: 10px 40px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.abt-box-txt{
    padding-left: 40px;
}
.owner-img{
    padding-top: 110px;
}
.abt-sun-img{
    margin: -70px 0 0 70px;
    opacity: 80%;
}
/*projects-sec*/
.prj-devloper{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #2b2b2bab;
}
.prj-name{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #2B2B2B;
}
.prj-loc {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #2B2B2B;
    padding: 10px 0;
}
.prj-rera{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #808080;
}
.prj-price{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #2B2B2B;
    padding: 20px 0;
}
.prj-img img{
    width: 100%;
    height: 215px;
    border-radius: 10px;
}
.project-list {
    margin: 0 5px;
    border-radius: 10px!important;
    border: 1px solid #0000001f;
}
.project-list{
    padding: 15px;
}
.view-all-btn{
    padding-top: 50px!important;
}
.projects-slider{
    margin: 40px 0;
}
.prj-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}
.prj-slide-lt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    cursor: pointer;
    z-index: 999;
}
.prj-slide-rt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    cursor: pointer;
    z-index: 999;
}
.prj-ovrly-lt{
    width: 110px;
    height: 530px;
    position: absolute;
    z-index: 99;
    left: 0;
    background: transparent linear-gradient(90deg, #ffffffe0 0%, #E5EFD400 100%) 0% 0% no-repeat padding-box;
}
.prj-ovrly-rt {
    width: 110px;
    height: 530px;
    position: absolute;
    z-index: 99;
    right: 0;
    background: transparent linear-gradient(270deg, #ffffffe0 0%, #E5EFD400 100%) 0% 0% no-repeat padding-box;
}
.prj-filter {
    position: absolute;
    top: 10px;
    right: 30px;
}
.prj-filter a{
    margin-right: 10px;
}
/*services-sec*/
.serv-sec{
    background-color: #ECECEC;
}
.ser-icon{
    padding: 24px;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    background-color: #F47920;
    box-shadow: 0px 0px 20px rgba(255, 102, 0, 0.4);
}
.services{
    padding-top: 50px;
}
.ser-box{
    border-radius: 30px;
    background-color: #fff;
    padding: 50px;
    text-align: center;
    margin: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.ser-box h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #2B2B2B;
    padding-top: 25px;
}
.ser-box p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
    padding: 8px;
}
/*gallery-sec*/
.gall-slider{
    margin-top: 50px;
}
.gall-slide{
    padding: 10px;
}
.gall-slide img{
    border-radius: 20px;
}
.gall-slide-lt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    cursor: pointer;
}
.gall-slide-rt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    cursor: pointer;
    z-index: 99;
}
/*form-sec*/
.form-cont {
    transform: translateY(30%);
    padding-right: 70px;
}
.form-cont p{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #777777;
    padding-top: 20px;
}
input::placeholder, 
textarea::placeholder{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #AAAAAA;
}
input {
    border: 1px solid #D4D4D433;
    border-radius: 20px;
    background-color: #D4D4D433;
    line-height: 59px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0;
    padding: 0 20px;
    color: #000 !important;
}
.sel-flat {
    border: 1px solid #D4D4D433;
    border-radius: 20px;
    background-color: #D4D4D433;
    line-height: 59px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0;
    padding: 20px;
    cursor: pointer;
    color: #000 !important;
}
.form {
    height: auto;
    width: 80%;
    top: 220px;
    right: 0;
    position: absolute;
}
form {
    padding: 34px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.social img {
    margin: 20px 20px 0 0;
    border-radius: 100%;
    padding: 10px;
    background-color: red;
    background: #d7aeae85;
}
.social img:hover{
    transform: translatey(-5px);
    transition: 0.5s;
}
.error {
    color: red;
    font-size: 12px;
}
.tnx-set{
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 75%;
}
#thankyoumessage{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000d4;
    z-index: 999;
    border-radius: 30px;
    display: none;
}
/*about-page*/
.about-bg {
    background: url('../images/about-banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50vh!important;
}
.sm-banner-set {
    position: absolute;
    top: 50%;
}
.sm-banner-set h2{
    font-size: 55px;
    line-height: 64px;
    font-weight: 600;
    color: #fff;
}
.sm-banner-set p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding-top: 15px;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.abt-pg-dec {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding: 20px 40px 10px 0;
}
.vision-mg{
    margin-bottom: -7px;
}
.abt-vision-dec {
    background-color: #F47920;
    padding: 34px;
    border-radius: 0 30px 0 0;
}
.abt-mision {
    background-color: #F47920;
    padding: 34px;
    border-radius: 0 0 0 30px;
}
.abt-vision-dec h2{
    font-size: 34px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
.abt-vision-dec p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    padding-top: 20px;
}
.faq-item {
    width: 100%;
    background: white;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid#CFCFCF;
    margin: 10px auto;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.faq-question h3{
    font-size: 22px;
    font-weight: 800;
    color: #000;
    line-height: 22px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}
.faq-answer ul{
    font-size: 16px;
    padding: 10px 30px;
}
.faq-answer {
    margin-top: 15px;
    display: none;
    font-weight: 400;
    font-size: 16px;
}
.icon {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
}
.footer-form #thankyoumessage {
    width: 80%;
}
.contact-pg-form #thankyoumessage {
    width: 80%;
}
.footer-form .form {
    height: auto;
    width: 80%;
    margin: auto;
     top: 0px; 
     right: unset; 
     position: unset; 
}
.footer-form-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.footer-form-dec{
    padding-left: 40px;
}
.footer-form-dec h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.footer-form-dec p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
}
.form-footer-set {
    padding: 60px;
}
/*projects-page*/
.project-bg {
    background: url('../images/project-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50vh!important;
}
.prj-dec{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}
.main-prj-list .project-list{
    margin: 15px 5px;
}
.main-prj-list{
    margin: 15px 0;
    padding-top: 30px;
}
.prj-pg-filter {
    position: unset;
    justify-content: left;
    padding-top: 50px;
}
.prj-pg-filter a{
    margin-right: 10px;
}
.proj-vie-btn .enquire-btn{
    font-size: 12px;
    padding: 10px 20px;
    background-color: #F47920;
    color: #fff;
}
.proj-vie-btn .enquire-btn:before{
    background-color: unset;
}
.proj-vie-btn{
    padding-bottom: 5px;
}
/*blog-page*/
.blog-bg {
    background: url('../images/blog-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50vh!important;
}
.bg-back-btn {
    padding-top: 150px;
}
.thumb img{
    width: 100%;
    height: 240px;
    border-radius: 10px;
    transition: opacity 0.2s ease-in-out;
    /*box-shadow: 10px 10px 30px 0px #00000033;*/
}
.thumb img:hover{
    opacity: 80%;
}
.blog-img {
    padding-top: 50px;
}
.blog-img img{width: 100%}
.date {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
}
.blog-tit {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
.dic p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000a3;
}
.bg-read-btn {
    border: 1px solid#F47920;
    width: 130px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    background: #F47920;
    color: #fff;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
}
.dic{
    padding: 0 5px;
}
.blogs {
    padding: 10px;
    border: 2px solid#f4792070;
    border-radius: 10px;
    margin: 0 10px 40px;
    height: 550px;
    position: relative;
}
.blog-inner {
    padding: 50px;
}
.blog-tit-big{
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #F47920;
    padding: 30px 0;
}
.author-nm p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.bef-date {
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    font-weight: 400;
    color: #F47920;
}
/*contact-page*/
.contact-bg {
    background: url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50vh!important;
}
.contact-pg-form .form {
    height: auto;
    width: 80%;
    margin: auto;
    top: 0; 
    right: unset; 
    position: unset; 
}
/*Footer Section*/
.footer-sec{
    background-color: #191A19;
    border-bottom: 1px solid;
}
.right-list a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    padding-top: 12px;
}
.footer-list h2,
.f-about h2,
.f-address h3{
    font-size: 20px;
    line-height: 24px;
    color: #F47920;
    font-weight: 500;
}
.footer-list {
    display: grid;
    padding-left: 50px;
}
.footer-list a:hover{
    transform: translatex(10px);
    transition: 0.5s;
}
.f-about img:hover{
    transform: translatey(-5px);
    transition: 0.5s;
}
.f-decs, .f-address p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    padding: 15px 40px 15px 0;
}
footer{float: left;width: 100%;color:#000; font-weight: 300;}
footer a{color:#000;font-weight: 300;}
footer .lower{background: #fff;padding:20px 0;font-size: 16px;}
.profile-set{text-align: right;}

