

body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif !important;
}


header {
    height: 110px;
}


.nomargin {
    margin: 0 !important;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

input:focus {
    outline: none;
}
ol.breadcrumb {
    padding-top: 5px;
    padding-left: 5px;
}
li.breadcrumb-item a {
    color: #8b8b93;
	text-decoration: none;
	font-size: 14px;
}
.breadcrumb-item.active {
    color: #8b8b93 !important;
	font-size: 14px;
}
li.breadcrumb-item a:hover {
    color: #fff;
}
/* ======================== Header Start ===================*/

.header.sticky.header .logo a img {
    height: auto;
	width: auto;
}
.header {
    background-color: #fff;
    display: block;
    position: fixed;
    width: 100%;
    transition: 1s;
    top: 10px;
    z-index: 9999;
    height: 100px;
}

.header.sticky {
    top: 0;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
	background: #fff;
}

.header .logo {
    padding: 18px 0;
    display: inline-block;
}

.header .logo a img {
    width: auto;
    height: auto;
}

.header .menu ul {
    margin: 0;
    padding: 0;
}

.header .menu ul li {
    display: inline-block;
    list-style: none;
    padding: 32px 0 10px 35px;
}

.header nav.menu {
    margin: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    text-align: right;
    width: auto;
}

.header .menu ul li a {
    color: #48576a;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.50px;
    font-size: 19px;
    transition: 0.5s;
    cursor: pointer;
	position: relative;
}
.header .menu ul li a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eca064;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    opacity: 0;
}
.header .menu ul li a:hover {
   color: #eca064;
    text-decoration: none;
}
.header .menu ul li a:hover::before {
    opacity: 1;
}
.header .menu ul li:last-child::after {
    display: none;
}

.header .menu ul li ul.submenu {
    background-color: #ffffff;
    display: none;
    position: absolute;
    width: max-content;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.22);
    top: 80px;
}

.header .menu ul li ul.submenu li {
    display: block;
    width: 100%;
    text-align: left;
}

.header .menu ul li ul.submenu li a {
    color: #790776;
    line-height: 25px;
    font-weight: 400;
    transition: 0s !important;
    font-family: 'Roboto', sans-serif !important;
    display: block;
    padding: 12px 0;
}

.header .menu ul li ul.submenu::before {
    content: "";
    padding-top: 40px;
    position: absolute;
    top: -39px;
    width: 100px;
    z-index: 999;
    left: 0;
}

.header .menu ul li .icon-arrow {
    color: #fff;
    font-size: 18px;
    margin-left: 4px;
    vertical-align: baseline;
}

.header .menu ul li:hover ul.submenu {
    display: block;
}

.header .menu ul.submenu li::after {
    display: none;
}

.header .menu ul.submenu li {
    padding: 0 25px;
    border-bottom: 1px solid #be2aca;
}

.header .menu ul li ul.submenu li:hover {
    background: #be2aca;
}

.header .menu ul li ul.submenu li:hover a {
    color: #fff;
}

.dimmer {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.dimmer.active {
    display: block;
}

.no-scrolling {
    overflow: hidden;
    position: fixed;
}

.topnav {
    background: #3c693a;
    padding: 13px 0 6px;
}

.topnav h6 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    height: auto;
    line-height: initial;
}

.topnav h6 a {
    color: #fff;
}

.topnav ul li a svg {
    width: 20px !important;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    color: #3c693a;
    transition: 0.5s;
}

.topnav ul li a svg:hover {
    transform: scale(1.2);
}

.topnav ul li {
    display: inline-block;
    margin-left: 8px;
}

.header .menu ul li a.active {
    color: #eca064;
}
.header .menu ul li a.active::before {
    opacity: 1;
}

.header .menu ul li.dropdown.active>a,
.header .menu ul li.dropdown.active>svg {
    color: #fff;
}

.header .menu ul li ul.submenu li a.active {
    color: #9f1d35;
}

.header .menu ul li ul.submenu li a.active:hover {
    color: #fff;
}


/* ======================== Header End ===================*/


.hometop_banner {
    background-image: url(../images/home/Banner.jpg);
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-text {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-right: 25px;
    margin-top: 15%;
    background: #fff;
    padding: 50px 75px;
}
.frst-p p {
    color: #ef9f64;
    font-size: 21px;
    margin-top: 20px;
	margin-bottom: 50px;
}
.frst-p a {
    color: #ef9f64;
    font-size: 17px;
    border: 1px solid #000;
    padding: 20px 40px;
    letter-spacing: 1px;
	transition: 0.5s;
	position: relative;
}
img.aro {
    width: 45%;
    position: absolute;
    right: -32%;
    top: 14%;
    height: 75%;
    padding-right: 15px;
}
.frst-p a:hover, .current-text a:hover, .enq-butt a:hover {
    text-decoration: none;
    color: #fff;
    background: #ef9f64;
	transition: 0.5s;
}
.submit.send-us:hover {
    background: #f9b077;
    color: #fff;
    transition: 0.5s;
}
.footer-widget .widget_about ul li a:hover{
	background: #f9b077;
	transition: 0.5s;
}
.widget.widget_pages a:hover{
	color: #eda770;
	transition: 0.5s;
}
.about-section-a {
	padding: 100px 0;
} 	
.about-hed span {
    color: #495669;
}
.about-hed h1 {
    color: #efa065;
    font-size: 75px;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 35px;
}
.about-text p {
    color: #a8a8a8;
    font-size: 19px;
    width: 68%;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 45px;
}
section.current-section {
	position: relative;
}
.current-img::after {
    content: '';
    background-image: url(../images/home/CurrentProjectBg.png);
    height: 80%;
    width: 100%;
    position: absolute;
    right: 50%;
    top: 28%;
    z-index: -1;
}
.current-img {
	position: relative;
}
.current-text {
    margin-left: 80px;
    margin-top: 50px;
}
.current-text p {
    color: #a8a8a8;
    font-size: 17px;
    line-height: 28px;
    margin: 40px 0px;
}
.current-text a {
    color: #ef9f64;
    font-size: 17px;
    border: 1px solid #000;
    padding: 20px 40px;
    letter-spacing: 1px;
	position: relative;
}
.Customers-section {
    padding-top: 100px;
    padding-bottom: 50px;
}
.Customers-hed {
    text-align: center;
}
.Customers-text {
    text-align: center;
}
.Customers-text p {
    font-size: 17px;
    font-weight: 500;
    padding: 0 141px;
    margin-top: 30px;
    letter-spacing: 0.50px;
    line-height: 30px;
}
.testi-text {
    width: 100%;
    text-align: center;
	margin-top: 50px;
}
.testi-text img {
    margin: 0 10px;
}
.testi-text h6 {
    font-weight: 700;
   
}
.testi-text h4 {
    color: #4a5569;
    font-size: 27px;
    font-weight: 800;
    margin-top: 10px;
    
}
.dot {
    background: #eda770;
    height: 10px;
    width: 10px;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}
.dot::after {
	background: #000;
    height: 10px;
    width: 10px;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}
.dot::before {
	background: #000;
    height: 10px;
    width: 10px;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}

.from-img-1 {
	padding: 0 !important;
}
.form-img img {
    width: 100%;
}
.form-section {
	position: relative;
	padding: 50px 0;
	padding-top: 150px;
}
.footer-bg {
    position: absolute;
    background: #495669;
    width: 100%;
    height: 30%;
    bottom: 0;
}
.from-hed h1 {
    color: #fff;
    font-size: 68px;
    text-align: center;
	margin-bottom: 76px;
}
.form-text-home {
    padding: 50px 100px !important;
}


	
	
	
	
.footer-section .footer-widget {
    background-color: #495669;
    padding-top: 75px;
    padding-bottom: 10px;
}	

.footer-widget .widget_about ul {
   padding: 0;
    list-style: none;
}
.footer-widget .widget_about ul li {
    display: inline-block;
   margin-right: 15px;
    margin-top: 50px;
}
.footer-widget .widget_about ul li a {
    color: #fff;
    background: #efa065;
    padding: 12px;
    font-size: 20px;
}	
.widget.widget_pages a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 1px;
	
}
.widget.widget_pages-1 a{
	position: relative;
}
.widget.widget_pages-1 a::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: -16px;
    transition: all .3s;
    top: 8px;
    border-radius: 20px;
}
.footer-widget .widget_pages > ul li {
    display: inline-block;
    width: 49%;
	margin-bottom: 10px;
}
.footer-widget .widget_pages  ul {
	list-style-type: initial;
}
aside.widget.widget_pages {
    margin-left: 50px;
}
aside.widget.widget_pages.contact p { 
     color: #fff;
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}
aside.widget.widget_pages.contact p svg {
    position: absolute;
    left: -10%;
    top: 7px;
	color: #efa065;
}
.copyrighit {
    border-top: 1px solid #77808f;
	margin-top: 50px;
}
.copyrighit p {
    text-align: center;
    color: #b3b8be;
    padding-top: 15px;
	font-size: 12px;
}


.about-section-1 {
    background-image: url(../images/aboutus/Banner.jpg);
    min-height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-item.active {
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
}
.breadcrumb {
    background: transparent !important;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: none !important;
}
li.breadcrumb-item a {
    color: #c4c4c4;
    text-decoration: none;
    font-size: 17px;
}
.about-header h1 {
    font-size: 125px;
    font-weight: 700;
}
.about-header {
    position: absolute;
    bottom: 5%;
    color: #fff;
}

.realty-section {
    padding-bottom: 100px;
    padding-top: 50px;
}
img.realty-img-a {
    position: absolute;
    left: -15%;
}
.realty-img {
   
}
img.realty-img-b {
    position: absolute;
    right: -7%;
	bottom: -14%;
}
.realty-text h1 {
    color: #f0a065;
    font-size: 40px;
    font-weight: 700;
	margin-bottom: 0;
}
.realty-hed {
	color: #495669 !important;
}
.realty-text {
    margin-left: 80px;
	margin-top: 30px;
}
.realty-text p {
   color: #a8a8a8;
    font-size: 19px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 45px;
	margin-top: 40px;
}
.realty-text p span {
    padding-left: 100px;
}

.about-two {
	padding: 100px 0;
}
.realty-text-two img {
    width: 100%;
}
.about-text img {
    width: 100%;
}
.realty-text-two p {
    color: #a8a8a8;
    font-size: 19px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 80px;
    letter-spacing: 0.50px;
}
.Media-section-1 {
	background-image: url(../images/media/Banner.jpg);
    min-height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Contact-section-1 {
	background-image: url(../images/contact/Banner.jpg);
    min-height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.media-box-section {
	padding: 100px 0;
}
.media-box {
	position: relative;
}
img.imply {
    position: absolute;
    top: 25%;
    left: 38%;
    text-align: center;
}
.media-box-a {
    border: 2px solid #e1e1e1;
    margin-right: 19px;
	padding: 20px;
    height: 130px;
	margin-bottom: 50px;
}
.media-box-a span {
    color: #efa065;
	font-size: 17px;
}
.media-box-a p {
    font-size: 23px;
    font-weight: 600;
    padding-right: 5px;
    letter-spacing: 0.50px;
    color: #49556b;
}
.form-text {
    background: #efa065;
    padding: 50px 50px;
}
.form-control::placeholder {
    color: #f5d0b7 !important;
    opacity: 1;
}
.form-control_3 {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
	margin-bottom: 8px !important;
	margin-top: 24px !important;
	font-size: 18px !important;
}
button.btn.button-box.contact_form_submit-1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #49556b;
	width:100%;
}
.submit.send-us {
    text-align: center;
    background: #fff;
	margin-top: 30px;
}
.contact-section {
	padding: 100px 0;
}
.touch-box img {
    float: left;
}
.touch-box {
    border: 2px solid #ececec;
    margin-left: 60px;
    margin-bottom: 25px;
    height: 140px;
	padding: 15px 30px;
}
.touch-box img {
    float: left;
    margin-top: 15px;
    margin-right: 30px;
}
.touch-box h4 {
    font-weight: 600;
    font-size: 25px;
    color: #4b576d;
    letter-spacing: 0.50px;
}
.touch-box p {
    font-size: 15px;
    color: #a8a8a8;
    margin: 0;
    padding-right: 10px;
}
.map-section {
	padding-bottom: 100px;
}
.touch-box p a{
    font-size: 18px;
    color: #a8a8a8;
    margin: 0;
}
.touch-box-a a {
    font-size: 14px;
    margin-left: 96px;
    color: #eca265;
}
img.map-img {
    width: 100%;
    margin-top: 70px;
}
.Projects-section-1 {
	background-image: url(../images/projects/Banner.jpg);
    min-height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.rajvi-section {
	padding: 100px 0;
}
.rajvi-text p {
    color: #a8a8a8;
    font-size: 19px;
    width: 89%;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 45px;
}
.rajvi-text span {
    font-weight: 600;
}
.soec-bg {
	position: relative;
}
.soec-bg::after {
	content: '';
    background-image: url(../images/projects/SpecificationImageBg.jpg);
    height: 80%;
    width: 100%;
    position: absolute;
    right: 50%;
    top: 28%;
    z-index: -1;
}
.soec-text img {
    float: left;
	margin-right: 15px;
}
.soec-rigt {
    margin-left: 30px;
	margin-bottom: 60px;
}
.soec-text span {
    color: #000;
    font-weight: 600;
    float: left;
    width: 25%;
    height: 39px;
}
.soec-text p {
    color: #a8a8a8;
    font-weight: 500;
	width: 106%;
}
.enq-butt {
    text-align: center;
}
.enq-butt a {
    color: #ef9f64;
    font-size: 17px;
    border: 1px solid #000;
    padding: 20px 40px;
    letter-spacing: 1px;
	margin-top: 50px;
	position: relative;
}
section.soec-section {
    padding-bottom: 100px;
}
.layout-img img {
    width: 100%;
    margin: 30px 0;
}
section.floor-section {
    padding: 100px 0;
}
.floor-bg {
	background-image: url(../images/projects/FloorPlanBg.jpg);
    min-height: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.flor-img img {
    position: absolute;
    width: 100%;
    top: -20%;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.bhk2 {
	margin-left: 0 !important;
}
.bhk ul li a {
    color: #fff;
    margin-left: 30px;
    font-size: 23px;
}
.bhk {
    margin-bottom: 30px;
}
.floor-det span {
    float: left;
    width: 23%;
    color: #dc935d;
    font-weight: 600;
}
.floor-det p {
    color: #fff;
    font-weight: 500;
	margin-bottom: 7px;
}
.enquire-1 {
	color: #fff !important;
	border-color: #fff !important;
}
.enq-butt-1 {
	text-align: left;
}
.floor-det {
    margin-bottom: 60px;
}
.floor-text {
    padding: 25px 0;
}



.Expedient-img {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #c8c8ca;
    width: 19%;
    height: 160px;
    margin-bottom: 20px;
    margin: 30px 0;
    padding: 0 47px;
}
.Expedient-text {
    text-align: center;
	margin-bottom: 50px;
}
.Expedient-img p {
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
}
.img-5 {
	border: none;
}
section.Expedient-section {
    padding: 50px 0;
}
section.gallery-section {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 100px;
    margin: 50px 0;
	position: relative;
}
.swiper-container {
    position: unset !important;
}
.swiper-button-prev-1{
    right: 4%;
    top: 50%;
    font-size: 30px;
    z-index: 999;
    position: absolute;
	color : #6d7687;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f3c39d !important;
}
.swiper-button-next-1 {
	left: 4%;
    top: 50%;
    font-size: 30px;
    z-index: 999;
    position: absolute;
	color : #6d7687;
}
.gallery-img {
	text-align: center;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff !important;
}
.property-section {
	padding-bottom: 50px;
}
.Property-img img{
	width: 100%;
}
img.img-2 {
    margin-top: 50px;
}
.map-bg-img {
    background-image: url(../images/projects/LocationMapBg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 15%;
    width: 100%;
	height: 100%;
    z-index: -1;
    margin-top: 60px;
	padding-top: 65px;
}
.map-text {
    color: #fff;
    padding-left: 30%;
}
.map-bg p {
    font-weight: 600;
    margin-bottom: 1px;
	font-size: 17px;
}
.map-bg img {
    float: left;
    margin-right: 35px;
}
.map-bg {
    height: 80px;
    margin-bottom: 20px;
}
section.locatio-section {
    padding-bottom: 150px;
	padding-top: 50px;
}
.map-img p a{
    color: #efa065;
    font-size: 25px;
    font-weight: 600;
    margin-left: 25px;
    position: absolute;
    margin-top: 15px;
}
svg.svg-inline--fa.fa-download.fa-w-16 {
    color: #000;
    font-size: 20px;
    margin-left: 8px;
}

.architect-text {
    display: inline-block;
    margin-top: 150px;
    width: 40%;
}
.architect-text p {
    color: #efa065;
    font-weight: 500;
    font-size: 17px;
	margin-bottom: 5px;
}
.architect-text p:after {
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    display: block;
}
.architect-text span {
    font-size: 22px;
    font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent !important;
	font-weight: 500;
    text-decoration: revert;
}
img.aro-1 {
    width: 4%;
    margin-left: 7px;
    margin-bottom: 10px;
}
.comming {
    padding: 100px 0;
    text-align: center;
}
.comming-text h1 {
    font-size: 100px;
    color: #efa065;
}
label.error {
    color:red;    
}