@font-face{font-family:'Gill Sans MT Bold';src:url(../fonts/GillSansMT-Bold.eot);src:url(../fonts/GillSansMT-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/GillSansMT-Bold.woff2) format('woff2'),url(../fonts/GillSansMT-Bold.woff) format('woff'),url(../fonts/GillSansMT-Bold.ttf) format('truetype');font-weight:700;font-style:normal}
@font-face{font-family:'Gill Sans MT';src:url(../fonts/GillSansMT.eot);src:url(../fonts/GillSansMT.eot?#iefix) format('embedded-opentype'),url(../fonts/GillSansMT.woff2) format('woff2'),url(../fonts/GillSansMT.woff) format('woff'),url(../fonts/GillSansMT.ttf) format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:'Gill Sans MT Condensed';src:url(../fonts/GillSansMT-Condensed.eot);src:url(../fonts/GillSansMT-Condensed.eot?#iefix) format('embedded-opentype'),url(../fonts/GillSansMT-Condensed.woff2) format('woff2'),url(../fonts/GillSansMT-Condensed.woff) format('woff'),url(../fonts/GillSansMT-Condensed.ttf) format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:'Gill Sans MT Ext Condensed';src:url(../fonts/GillSansMT-ExtraCondensedBold.eot);src:url(../fonts/GillSansMT-ExtraCondensedBold.eot?#iefix) format('embedded-opentype'),url(../fonts/GillSansMT-ExtraCondensedBold.woff2) format('woff2'),url(../fonts/GillSansMT-ExtraCondensedBold.woff) format('woff'),url(../fonts/GillSansMT-ExtraCondensedBold.ttf) format('truetype');font-weight:700;font-style:normal}

    body{font-family:'Gill Sans MT';}
    a:focus,a:hover{text-decoration:none}
.sec-padding{
    padding: 50px 0;
}
h2{
    font-family:'Gill Sans MT Condensed';
    font-size: 36px;
    color: #000;
    margin-bottom: 40px;
}
h3{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
h4{
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

h5 {
    font-family:'Gill Sans MT Condensed';
}

p{
    color: #4c6175;
    font-size: 15px;
}
a:hover{
    text-decoration: none;
    color: #fff;
}
.button{
    background: #4cae30;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 15px;
    margin-top: 20px;
    display: inline-block;
}
.submit-btn{
    background: #4cae30;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 15px;
    margin-top: 20px;
    display: inline-block;
    border:none;
    text-transform: uppercase;
    border-radius: 5px;
}
.fa-angle-right{
    margin-left: 15px;
    font-size: 20px;
}
.img-fluid{
    border-radius: 5px;
}
/*Header*/
.navbar-brand img{
    width: 150px;
}
header .button{
    padding: 8px 15px;
}
.phone-text{
    color: #008ad2 !important;
    font-size: 15px;
    font-weight: 600;
}
.top-header{
    align-items: center;
}
.top-header li{
    margin-right: 20px;
}
#call_me_form input{
    width: 80%;
    margin: 0 0 0 auto;
}
/*.selldof .form-control, .sell_do_form_control, .sell_do_ctc_btn{
    border-radius: 0 !important;
}
.sell_do_ctc_btn_c, .sell_do_btn_verify_c, .sell_do_ctc_btn_c{
    margin-left: 0 !important;
}
.sell_do_ctc_btn{
    text-transform: uppercase !important;
    background: #4cae30 !important;
    color: #fff !important;
    border: 1px solid #4cae30 !important;
    font-size: 15px !important;
}
.sell_do_form_control{
    height: 39px !important;
}*/
.enq-btn{
    background: #f07c00;
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
    /*font-weight: 600;*/
}
.selldof .form-group {
    margin-bottom: 0 !important;
}
header .nav-link {
    display: block;
    color: #494949;
    padding: 20px 20px 10px 20px !important;
    font-weight: 600;
}
.navbar-toggler{
    background-color: #4cae30;
}
/*Banner*/
.artistic-text, .artistic-text2{
	position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    width: auto;
    padding: 5px;
    background-color: rgba(0, 0, 0, .5);
}
.artistic-text2 {
    right: 10px !important;
    left: initial;
}
.scroll-div {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -50px;
    z-index: 99;
}
/*Overview Part*/
.overview-section .row{
    align-items: center;
}
.overview-section .carousel-control-next,.overview-section .carousel-control-prev{
    width: auto;
    opacity: 1;
}
.overview-section .carousel-control-prev-icon {
    background-image: url(../img/overview/left-arrow.jpg);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}
.overview-section .carousel-control-next-icon {
    background-image: url(../img/overview/right-arrow.jpg);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}
/*Highlight Part Start*/
.hightlight-section{
    position: relative;
}
.highlight-div{
    background: #020401cc;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 30px 0;
}
.project-div{
    text-align: center;
   /* display: flex !important;
    align-items: center;*/
}
.project-div span{
    color: #fff;
    display: inline-block;
    font-size: 15px;
    text-align: initial;
    position: relative;
    top: -7px;
}
.project-div .icon-div{
    top: 0;
}
.project-div .icon-div img{
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 15px 20px;
    margin-right: 5px;
    max-width: 150px;
    max-height: 150px;
}
.hightlight-section .carousel-caption{
    /*text-align: end;
    width: 70%;
    top: 35%;
    left: 25%;*/
    color: #000;
    bottom: 0;
    padding: 1% 0 0 0;
    background: #fff;
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
}
/*Amenity Part Start*/
.amenity-section{
    background: #f5f5f5;
}
.amenity-div{
    /*background: #fecc00;*/
    background: #5a5f4e;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.amenity-div img{
    width: 80px;
    height: 80px;
}
#hide-div{
    display: none;
}
.amenity-section a{
    color: #4c6175;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
}
/*Specification Part Start*/
.panel-heading {
    padding: 0;
    border:0;
    border-bottom: 1px solid #bdbbbb;
}
.panel-title{
    margin: 0 !important;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
.panel-heading  a:before {
    font-family: FontAwesome !important;
    content: "\f107";
    float: right;
    transition: all 0.5s;
    font-size: 20px;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #00aeef;
}
.panel-body{
    padding-top: 10px;
}
.panel-body ul li{
    font-size: 15px;
}
/*Gallery Part Start*/
.gallery-section{
    background: #f5f5f5;
}
.overlay_print {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 94%;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(22, 22, 21, .7);
    margin: 0 auto;
    border-radius: 5px;
}
.pop, .floor-div{
    display: block;
}
.pop:hover .overlay_print , .floor-div:hover .overlay_print{
    opacity: 1;
}
.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
/*Progress Part Start*/
.progress{
    height: 5px;
}
/*Floor Part Start*/
.floor-section{
    /*background: #f5f5f5;*/
    background-color: #ffd143;
}
.floor-btn a{
    background: #4cae30;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    margin-top: 30px;
    font-weight: 700;
    margin-right: 20px;
}
.floor-section .overlay_print{
    width: 100%;
    height: 100%;
}
.floor-section button{
    padding: 8px;
    font-size: 13px;
    border:0;
    font-weight: 600;
    cursor: pointer;
}
/*Location Part*/
.location-group .panel-default{
    margin-bottom: 20px;
}
.location-group .panel-heading  a:before {
    font-family: FontAwesome !important;
    content: "\f067";
    float: right;
    transition: all 0.5s;
    font-size: 10px;
    background: #555;
    padding: 3px 5px 3px 6px;
    border-radius: 50%;
    color: #fff;
}
.location-group .panel-heading.active a:before {
    content: "\f068";
    color: #00aeef;
    background: #fff;
}
.location-group .panel-heading.active a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.location-group .panel-heading.active{
    background: #00aeef;
}
.location-group .panel-heading.active .panel-title>a{
    color: #fff !important;
}
.location-group .panel-heading{
    border: none;
    background: #e3e3e3;
}
.location-group .panel-body{
    border: 1px solid #e3e3e3;
    padding: 15px;
}
.location-section .map-btn {
    padding: 7px 20px;
    border: 1px solid #000;
    display: inline-block;
    color: #000;
    margin-top: 20px;
    font-weight: 700;
}
.location-section .direction-btn{
    padding: 7px 30px;
    border: 1px solid #4cae30;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    background: #4cae30;
    margin-left: 10px;
}
/*Pricing Part Start*/
.table{
}
.table a{
    background: #4cae30;
    color: #fff;
    padding: 7px 15px;
}
.table td{
    padding: 20px 10px;
}
.table td, .table th{
    text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    color: #000;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #000;
}
.form-control{
    border-radius: 0 !important;
}
label{
    font-size: 14px;
    color: #000;
}
/*Highlight Banner Section*/
.hightlight-section h1{
    position: absolute;
    top: 35%;
    color: #fff;
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 50px;
}
.hightlight-section .carousel-indicators li{
    text-indent:0;
    width:auto;
    height: 50px;
    border:none;
    background-color: transparent;
    align-items: center;
    display: flex;
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 16px;
    border-right: 1px dotted #000;
    margin: 0;
    background: #fff;
    padding: 0 5%;
    color: #212121;
    text-align: center;
    /*font-weight: bold;*/
}
.hightlight-section .carousel-control-next,.hightlight-section .carousel-control-prev{
    display: none;
}
.hightlight-section .carousel-indicators li:first-child{
    border-radius: 5px 0 0 0;
}
.hightlight-section .carousel-indicators li:last-child{
    border-right: none;
    border-radius: 0 5px 0 0;
}
.hightlight-section .carousel-indicators{
    margin: 0 15%;
    bottom: 0;
    cursor: pointer;
}
.hightlight-section .carousel-indicators .active{
    border-bottom: 2px solid #d92236;
}
/*.hightlight-section .carousel-caption{
    text-align: end;
    width: 70%;
    top: 35%;
    left: 25%;
}*/
.hightlight-section .carousel-caption h2{
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 38px;
    color: #fff;
    text-transform: capitalize;
}
/*Testimonial Section*/
.testimonial .carousel-indicators li{
    background-color: #0000008f;
}
.testimonial .carousel-indicators .active{
    background-color: #000;
}
.testimonial .carousel-item img{
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.testimonial .carousel-caption{
    position: initial;
}
.testimonial .carousel-indicators{
    bottom: 0;
}
.watsapp-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 37px;
    right: 55px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.walkthrough-section{
    background-color: #573193;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.mob-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer_call{
    background: #573193;
    padding: 10px;
    text-align: center;
}
.footer_call a, .footer_enq a{
    color: #fff !important;
}
.footer_enq{
    background: #573193;
    padding: 10px;
    text-align: center;
}
.hightlight-section h3{
    font-weight: normal !important;
    font-family: 'gotham_bookregular' !important;
}

#overviewDemo .carousel-caption{
    width: 100%;
    right: 0;
    left: 0;
    padding: 0;
    background: #abada6;
    bottom: 0;
    color: #fff;
}
#overviewDemo .carousel-caption h3{
    margin: 10px 0;
}

/* ======================================================= Start footer */
.footer{background-color: #ccc;font-size: 14px;color: #919394;padding: 40px;}
.footer a{color: #919394;transition: 0.4s;}
.footer a:hover{color: #bb342e;text-decoration: none;}
.footer hr.line{border-color:#919394;width:100%}
.disclaimer p{font-size:9px;line-height:1.46;letter-spacing:.09px;}
.footer .icons a{color: #919394;}
.footer .icons a .fa{transform: scale(1);transition: 0.3s;}
.footer .icons a .fa:hover{transform: scale(1.5);}
.footer .icons .fa-facebook:hover{color: #3b5998;}
.footer .icons .fa-twitter:hover{color: #00acee;}
.footer .icons .fa-linkedin:hover{color: #0e76a8;}
.footer .icons .fa-youtube:hover{color: #c4302b;}
.footer .icons .fa-instagram:hover{color: #8a3ab9;}
.footer .icons{font-size:12px;font-weight:700;letter-spacing:.12px;line-height: 4;}
.footer .icons i.fa{padding: 3px;}
.footer .icons p {float: right;}
.footer ul {padding: 0; list-style-type: none;}
.copyright ul li{padding-right: 17px;padding-left: 0;list-style: disc;float: left;}
.copyright ul{padding-inline-start: 2px;}
.copyright ul li:first-child{list-style: none;}
.copyright,.copyright ul li a{color: #919394;font-size: 12px;}
.address a, .address p{color: #919394;}
.footer-links{float: right;}

.fixed-right-icons{position:fixed;right:0;bottom:20%;display:flex;justify-content:center;align-items:center;flex-direction:column}.fixed-right-icons i.fa{color:#fff;height:30px;width:30px;text-align:center;line-height:2;margin:2px 0}.fixed-right-icons .watsapp-btn{position:fixed;bottom:52%;right:0}
.fixed-right-icons .fa-whatsapp{background-color: #25d366;}
.fixed-right-icons .fa-phone{background-color: #bb342e;}
.fixed-right-icons .fa-youtube {background: #ff0000;}
.fixed-right-icons .fa-facebook{background-color: #3e68c0;}
.fixed-right-icons .fa-twitter{background-color: #23abff;}
.fixed-right-icons .fa-linkedin{background-color: #0e76a8;}
.fixed-right-icons .fa-instagram{background-image:radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);}
 
 /*===============================================footer cta btn*/
.footer_btn{background-color:#333;position:fixed;bottom:0;width:100%;z-index: 99999999;}
.footer_btn .rightBorder{border-right:1px solid #fff;}
.footer_btn .row{margin-right:0;margin-left:0}
.footer_btn a{font-size: 14px;font-weight:bold;width:100%;text-align:center;margin:0;line-height:40px;color:#fff!important;text-transform:uppercase;text-decoration:none}
/*===============================================end footer cta btn
 /* ======================================================= End footer */
 /*css for custom checkbox*/
.container-1,.container-1 input:checked~.checkmark:after{display:block}.container-1{position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;color: #000;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:26px;font-weight:700}.container-1 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee}.container-1:hover input~.checkmark{background-color:#ccc}.container-1 input:checked~.checkmark{background-color:#2196f3}.checkmark:after{content:"";position:absolute;display:none}.container-1 .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
