
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Hoefler Text';
    font-style: normal;
    font-weight: normal;
    src: local('../font/Hoefler Text.ttf'), url('../font/Hoefler Text.ttf') format('truetype');
    }
    @font-face {
    font-family: 'Silk Serif';
    font-style: normal;
    font-weight: normal;
    src: local('../font/Silk Serif Medium.otf'), url('../font/Silk Serif Medium.0tf') format('opentype');
    }
    @font-face {
    font-family: 'The Yoshi';
    font-style: normal;
    font-weight: normal;
    src: local('../font/The Yoshi.ttf'), url('../font/The Yoshi.ttf') format('truetype');
    }
    @font-face {
    font-family: 'segoesc';
    font-style: normal;
    font-weight: normal;
    src: local('../font/segoesc.ttf'), url('../font/segoesc.ttf') format('truetype');
    }
    
html {
  scroll-behavior: smooth;
}
body{
	overflow-x: hidden !important;
	font-family: 'Montserrat', sans-serif;
	background-color: #111111;
}
*{
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
img{
	max-width: 100%;
}

a{
	text-decoration: none !important;
	outline:none;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}

img{
	display: block;
}

/*.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width: 1344px;
	padding:0px !important;
}*/


section{
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}


/*header section*/

header{
	padding-left: 34px;
	/*padding-top:20px;*/
	position: relative;
	z-index: 99;
	padding-bottom: 10px;
	padding-right:155px;
}

header .navigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .navigation-links ul{
	display: flex;
	justify-content: center;
	align-items: baseline;
	list-style-type: none;
	padding:0px;
}

header .navigation-links ul li{
	margin-right: 34px;
	position: relative;
}
header .navigation-links ul li:last-child{
	margin-right:0px;
}
.dropdown-block{
	position: absolute;
    top: 38px;
    left: 62px;
   	background-color: transparent;
    border-left: 4px solid #fff;
    padding-left: 23px;
    padding-top: 35px;
    display: none;
}
.dropdown-block:before{
	content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    top: -29px;
    left: -18px;
    border-radius: 50%;
}
header .active .dropdown-block a {
    font-size: 24px !important;
    line-height: 24px;
    position: relative;
    margin-bottom: 35px;
}
header .active .dropdown-block a:last-child{
	margin-bottom: 0px;
}
header .active .dropdown-block a:before{
	content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #fff;
    top: 10px;
    left: -34px;
    border-radius: 50%;
}
header .navigation-links ul li.active a{
	font-size: 34px;
}
header .navigation-links ul li.current a{
	font-size: 34px;
}
header .navigation-links ul li a:hover{
	font-size: 34px;
}


header .navigation-links ul li a{
	color:#fff;
	font-size: 25px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	transition: 0.5s;
}

.menu-toggle{
	display: none;
}

.dropdown-block1{
	position: absolute;
    border-left: 2px solid #fff;
    background-color: transparent;
    right: -118px;
    padding-top: 20px;
    padding-left: 20px;
    width: 180px;
    top: 43px;
    display: none;
}

.dropdown-block1:before{
	content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    top: -30px;
    left: -16px;
}
.dropdown-block1 ul{
	display: block !important;
	padding:0px !important;
}
.dropdown-block1 ul ul{
    margin-left: -121px;
    width: 100px;
}
.dropdown-block1 ul ul li a{
	text-align: right;
	padding-right: 20px;
}
.dropdown-block1 ul ul li a:before{
	height: 3px;
    width: 15px;
    border-radius: 0px;
    position: absolute;
    left: auto;
    right: 0px;
    top: 8px;
}
.dropdown-block1 ul li{
	margin:0px !important;
}
.dropdown-block1 ul li a{
	font-size: 14px !important;
	line-height: 14px;
	margin-bottom: 10px;
	position: relative;
}
.dropdown-block1 ul li a:before{
	content: '';
	position: absolute;
	height:10px;
	width: 10px;
	border-radius: 50%;
	background-color: #fff;
	top: 5px;
    left: -26px;
}
.dropdown-block1 ul li:last-child a{
	margin-bottom: 0px;
}


/*header section*/



.tagline-section{
	padding-top: 100px;
	margin-top: 134px;
	margin-bottom: 100px;
}

.tagline-section-image{
	height: 624px;
}
.tagline-section-image img{
	height:100%;
	width: 100%;
	object-fit: cover;
}
.tagline-section-text{
	color: #fff;
    background-color: #111;
    position: absolute;
    top: 50%;
    right: -26%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 0px;
    height: 418px;
    width: 823px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#tagline-section-text-inner{
	position: absolute;
	width: 180px;
	height: 25px;
	right:-90px;
	top:50%;
	transform: translateY(-50%);
	background-color: #fff;
	transition: 2s;
}
.tagline-section-text-inner-new{
	width: 1000px !important;
	right:-910px !important;
}



.tagline-section-text h1{
	font-weight: 300;
	font-size: 82px;
	line-height: 82px;
}
.tagline-section-text p{
	font-size: 30px;
	font-weight: 400;
	padding-left: 10px;
}



/*tagline-section*/ 


.logo-section{
	position: relative;
}
.logo-section-overlay{
	position: absolute;
	right:40px;
	top:50%;
	transform: translateY(-50%);
}



/*logo-section*/


/*bulding-section*/

.bulding-section{
	background-image: url(../image/imagr-vertical.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding:340px 175px;
	background-position-x: center;
}
.bulding-section .row:nth-child(1), .bulding-section .row:nth-child(2), .bulding-section .row:nth-child(3){
	margin-bottom: 225px;
}
.bulding-section-image{
	height:495px;
	position: relative;
}
.overlay-button{
	position: absolute;
	left:0px;
	background-color: #111;
	height:60%;
	width:200px;
	top:50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;

}
.overlay-button img{
	height:auto !important;
	width:auto !important;
}
.bulding-section-image img{
	height:100%;
	width: 100%;
	object-fit: cover;
	object-position: left;
}
.bulding-section-text{
	position: absolute;
    padding-left: 0px;
    right: -182px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background-color: #111111;
    width: 530px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-right: 182px;
}
.bulding-section-text:hover .image-float{
	animation:slide-in-left ease 1s;
}
@keyframes slide-in-left{
	0%{
		left:60%;
	}
	100%{
		left:80%;
	}
}
.bulding-section-text h4{
	color:#fff;
	position: relative;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	z-index: 9;
}
.image-float{
	position: absolute;
	left:80%;
	transform: translateX(-80%);
	top:43%;
	transform: translateY(-50%);
}
/*.bulding-section-text h4:before{
	content: '';
	position: absolute;
	background-image: url(../image/right-arrow.png);
	width:72px;
	height: 51px;
	background-size: contain;
	z-index: -1;
	right:0px;
	background-repeat: no-repeat;
}*/
.bulding-section-text a{
	display: inline-block;
	padding:4px 30px;
	border-radius: 15px;
	border:2px solid #fff;
	color:#ffff;
	text-decoration: none;
	font-size: 35px;
    float: right;
    margin-top: 0px;
	font-family: 'Silk Serif';
	margin-right: 0px;
	position: absolute;
	bottom:0px;
	right:182px;
	animation:blinking 1s linear infinite;
}
@keyframes blinking{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.bulding-section-text a:hover{
	box-shadow: 0px 0px 10px #fff;
}
.bulding-section-text a:hover{
	animation: none;
}
.bulding-section-text p{
	color:#898989;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}



/*footer*/

footer{
	background-image: url(../image/footer-image.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-remove{
    background-image:none;
}
.footer-center{
	background-color: #111;
	padding:35px;
	color:#fff;
	text-align: center;
	text-align: center;
	box-shadow: 0px 0px 50px -17px #fff;
}
.footer-center h6:nth-of-type(2){
	margin-top:30px;
}
.footer-center h6 img{
	margin:0 auto;
}
.footer-center p{
	font-size: 32px;
	font-weight: 400;
}
footer .text-center{
	padding:130px 0px;
}
footer .text-center img{
	margin:0 auto;
}


.copyright{
	padding:100px 0px;
}
.copyright p{
	color:#fff;
	font-size: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.copyright p span{
	font-size: 40px;
	font-weight: bold;
	margin-right: 10px;
}



/*footer*/


/*contact*/


.contact-us{
	padding:0px 200px;
	background-image: url(../image/enquiry.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 88px;

}
.title-enquiry h1{
	text-transform: uppercase;
}
.title-enquiry .title-enquiry-inner-inner h1{
	color:#fff;
	font-size: 80px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 0px;
	display: inline-block;
	-position: relative;
}
.title-enquiry .title-enquiry-inner-inner:before, .title-enquiry .title-enquiry-inner-inner:after{
	content: '';
	position: absolute;
	top:0px;
	height:100%;
	background-color: #111111;
}
.title-enquiry .title-enquiry-inner-inner:before {
    left: -235px;
    width: 235px;
}
.title-enquiry .title-enquiry-inner-inner:after {
    left: 100%;
    width: 1464px;
}
.enquiry-form{
	margin-top: 60px;
}
.enquiry-form label{
	color:#fff;
	text-transform: capitalize;
	font-size: 33px;
	font-weight: 300;
}
.enquiry-form label span{
	font-size: 14px;
}
.enquiry-form input, .enquiry-form input:focus{
	border:1px solid transparent;
	border-bottom: 4px solid #000;
	outline: none !important;
	height:70px;
	color:#fff;
	font-size: 20px;
	box-shadow: none;
	background-color: transparent;
}
.enquiry-form textarea, .enquiry-form textarea:focus{
	border:1px solid transparent;
	border-bottom: 4px solid #000;
	outline: none !important;
	color:#fff;
	font-size: 20px;
	box-shadow: none;
	background-color: transparent;
}
.enquiry-form select, .enquiry-form select:focus{
	height:70px;
	background-color: #000;
	color:#fff;
	font-size: 20px;
	box-shadow: none;
	outline: none;
	border:none;
}
.enquiry-form .row .col-md-6{
	padding-right: 100px;
}
.enquiry-form .row .col-md-6:nth-child(2){
	padding-right: 0px;
	padding-left: 100px;
}
.enquiry-form .row .form-group{
	margin-bottom: 50px;
}
.enquiry-form input[type="checkbox"]{
	background-color: #000 !important;
	border:1px solid #fff !important;
	height:30px;
	width: 30px;
}
.enquiry-btn button {
    border: 4px solid #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 33px;
    font-weight: 300;
    background-color: transparent;
    border-radius: 20px;
    padding: 9px 25px;
    transition: 0.5s;
    outline: none;
}
.enquiry-btn button:hover{
	background-color: #000;
	box-shadow: 0px 0px 15px #000;
}
.checkbox-input .form-group{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-right: 20%;
	margin-bottom: 20px !important;
	border-bottom: 3px solid #b7b7b7;
}


/*contact*/

/*about section*/

.about-section-main{
	margin-top:50px;
	overflow: hidden;
}
.about-section-main .title-enquiry{
	background-image: url(../image/enquiry.jpg);
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	padding:0px 10%;
}
.title-enquiry-inner{
	display: contents;
}
.about-section-main .title-enquiry .title-enquiry-inner-inner{
	position: relative;
	display: inline-block;
	height: 171px;
    width: 526px;
}
.about-section-main .title-enquiry .title-enquiry-inner-inner h1{
	position: absolute;
	bottom: 25px;
	left:50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	animation:about-upt-down 2s linear;
}
@keyframes about-upt-down{
	0%{
		bottom:200px;
	}
	100%{
		bottom:25px;
	}
}
.about-section-main .title-enquiry .title-enquiry-inner-inner:before{
	left: -1200px;
    width: 1200px;
}

.about-text{
	background-image: url(../image/enquiry.jpg);
	background-size: cover;
	text-align: right;
}
.about-text-inner{
	padding:150px 10%;
	opacity: 0;
}
.about-text-inner{
	text-align: left;
	color:#fff;
}
.about-text-inner p strong{
    font-weight:bold;
    font-style:italic;
}
.about-text-inner p strong a{
    color:#fff;
}
.about-text-inner p strong a:hover{
    color:#fff;
}
.about-text-inner p:nth-child(1)::first-letter{
	color:#000;
	font-size: 80px;
	line-height: 80px;
	font-weight: 900;
}
.about-text-inner p{
	margin-bottom: 40px;
	font-size: 29px;
	font-weight: 300;
}
.about-text-inner p:last-child{
	margin-bottom: 0px;
}

.about-inner-tab h2{
	text-align: center;
	font-size: 63px;
	color:#fff;
	font-weight: bold;
	padding:70px 0px;
	text-transform: uppercase;
}
.tab-section .tab-pane{
	text-align: left;
	background-color: #656769;
}
.tab-section .tab-pane p{
	font-size: 27px;
	font-weight: 600;
	color:#000;
	animation: fade-in 2s ease;
}
@keyframes fade-in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.tab-section .nav{
	display: flex;
	justify-content: space-between;
	padding:0px 10%;
	border-bottom: 3px solid #fff;
}
.tab-section .nav li a.active{
	background-color: transparent;
	color:#fff;
	font-size: 40px;
	font-weight: 500;
	border:none;
}
.tab-section .nav li a{
	font-size: 33px;
	color:#fff;
	font-weight: 500;
	outline: none;
	padding-left: 0px;
	padding-right: 0px;
}
.tab-section .nav li a:hover{
	border-color:transparent;
}

.tab-section .tab-pane{
	padding:100px 15%;
	height:467px;
}
.overflow-scroll {
    position: relative;
    box-shadow: 0px 47px 68px -22px #000;
}


.overflow-scroll .nav-tabs .nav-item{
	display: flex;
	justify-content: center;
}
.overflow-scroll .nav-tabs .nav-item a br{
	display: none;
}
.overflow-scroll .nav-tabs .nav-item:nth-child(1){
	width:37%;
	justify-content: flex-start;
}
.overflow-scroll .nav-tabs .nav-item:nth-child(2){
	width:25%;
}
.overflow-scroll .nav-tabs .nav-item:nth-child(3){
	width:37%;
	justify-content: flex-end;
}

/*stapping-section*/

.stapping-section{
	background-image: url(../image/bg-image.png);
	background-size: cover;
	background-position: center;
	min-height: 1200px;
	border-bottom: 3px solid #fff;
}

.stap-title{
	text-align: center;
	padding-top: 55px;
	padding-bottom: 80px;
}
.stap-title h3{
	display: inline-block;
	font-size: 54px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
}
.stapping-section-inner{
	padding:0px 10%;
}
.stapping-section-inner .stap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}

.stapping-section-inner .stap ul li a{
	text-decoration: none;
	color:#fff;
	font-size: 25px;
	display: block;
	text-transform: uppercase;
	position: relative;
	display: flex;
	flex-direction: column;
	display: block;
	margin-bottom: 50px;
}

.stapping-section-inner .stap ul li{
	position: relative;	
	width: 20%;
	cursor:pointer;
}
.stapping-section-inner .stap ul li.active a{
	font-weight: 900;
}
.stapping-section-inner .stap ul li a{
	text-align: center;
}
.stapping-section-inner .stap ul{
	position: relative;
	z-index: 9;
}
.stapping-section-inner .stap ul:after{
	content: '';
    width: 83%;
    height: 3px;
    background-color: #3f4247;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 59px;
    position: absolute;
    bottom: 0px;
    display: inline;
    z-index: -9;
}
.tab-block-inner{
	display: none;
}
.tab-block-inner.active{
	display: block;
}
.stapping-section-inner .stap ul li:before{
	content: '';
	height:50px;
	width: 50px;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	bottom:0px;
	transform: translateX(-50%);
	background-color: #3f4247;
}

.tab-block{
	padding-top: 100px;
}
.tab-block-inner p{
	font-size: 28px;
	color:#fff;

}



/*prasthan*/

.prasthan-title{
	position: relative;
}
.prasthan-title-text{
	position: absolute;
    background-color: #111111;
    height:335px;
    width: 655px;
    top: 50px;
    left: 14%;
    overflow: hidden;
}

.animation-slowup h1, .animation-slowup img{
	animation:animation-slowup 2s linear;
}
.animation-slowup p{
	animation:animation-slowup 2.5s linear;
}
@keyframes animation-slowup{
	0%{
		transform: translateY(400px);
	}
	100%{
		transform: translateY(0px);
	}
}

.manali-title-text{
	width:473px;
}
.prasthan-title-text h1{
	font-size: 115px;
	line-height: 115px;
	color:#ebebeb;
}
.prasthan-title-text p{
	font-size: 40px;
	line-height: 40px;
	color:#898989;
}
.manali-title-text p{
	text-align: center;
}

.prasthan-image{
	height:560px;
	margin-top: 260px;
	/*background-image: url(../image/prasthan-image.jpg);
	background-size: cover;
	background-position: top left;*/
	object-fit: cover;
	object-position: left top;
}
.height-auto{
	height:auto;
}


/*prasthan-one*/

.prasthan-one{
	background-image: url(../image/prasthan-image-bg.jpg);
}
.prasthan-text {
    padding: 100px 0px 0px 10%;
}
.prasthan-text p{
	font-size: 40px;
	color:#fff;
}
.prasthan-text p strong{
    font-style:italic;
}
.prasthan-text p strong a{
    color:#fff;
}
.prasthan-text p strong a:hover{
    color:#fff;
}
.prasthan-text h3:nth-of-type(1){
	margin-top: 50px;
}
.prasthan-text h3:last-child{
	margin-bottom: 0px;
}
.prasthan-text h3 span{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.prasthan-text h3{
	color:#fff;
	font-size: 50px;
	margin-bottom: 50px;
	text-align: right;
	font-family: 'segoesc';
}
.mr-tp-160{
	margin-top: 160px;
	padding:50px 30px;
	background-color: #111111;
	margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
}
.content-block{
	padding-right: 20%;
}
.content-block img{
	width: 100%;
	transition: 0.5s;
}
.content-block img:hover{
	transform: scale(1.1);
}
div#image-gallery:hover img{
	transform: scale(1);
}
.mr-top-71{
	margin-top:70px;
}
.mr-top-40{
	margin-top:40px;
}
.gallary-name {
    margin-top: -96px;
}






.flex-end{
	justify-content: flex-end;
}
.content-block .d-flex{
	flex-wrap: wrap;
}
.flex-1{
	margin-bottom: 20px;
}
.mg-10 img{
	margin-top: 15px;
}
.flex-1 div{
	width:40%;
}
.flex-1 div:nth-of-type(1){
	width:32%;
	margin-right: 20px;
}
.wt-100{
	width:100%;
}
.flex-2{

}
.div1{
	width:67%;
}	
.div2{
	width:33%;
}
.div3{
	width:36%;
	margin-right: 10px;
}
.div4 img:nth-of-type(1){
	margin-bottom: 13px;
}
.div4{
	width: 39%;
}
.flex-3{
	margin-right: 10px;
	margin-bottom: 10px;
}
.d-flex.flex-end.flex-1 {
    width: 100%;
}


.content-block .row div.flex-wrapno{
	flex-wrap: nowrap;
	margin-right: 10px;
}
div.flex-wrapno div:nth-of-type(1){
	margin-right:10px;
}


.pa-section{
	padding: 0px 5%;
}


/*prasthan*/



.Apartment-block{
	padding:80px 0px;
}
.Apartment-block h3{
	text-align: center;
	font-size: 58px;
	color:#fff;
	font-weight: 300;
	margin-bottom: 140px;
}
.Apartment-block ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	display: flex;
	flex-wrap: wrap;
}
.Apartment-block ul li{
	width: 33.3%;
	text-align: center;
}
.Apartment-block ul li h4{
	color:#fff;
	font-size: 58px;

}
.Apartment-block ul li h5 {
    color: #fff;
    font-size: 56px;
    font-family: 'Hoefler Text';
    font-weight: 900;
    margin-top: 28px;
}
.Apartment-block p{
	color:#fff;
	font-size: 25px;
	margin-top: 104px;
}

.all-view-section{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}
.all-view-section img{
    transition:2s;
}
.all-view-section img:hover{
    transform:scale(1.1);
}


.new-align-ment-center{
	width:70%;
	margin:0 auto;
	padding-top: 100px;
}
.align-ment-center{
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style-type: none;
	padding:0px;
}
.align-ment-center li a{
	text-decoration: none;
	color:#fff;
	font-family: 'Hoefler Text';
	font-size: 50px;
	border:2px solid #fff;
	border-radius: 20px;
	padding:10px 20px;
	display: inline-block;
}






/*chenal section*/

.channel-form{
	padding: 0px 76px;
	background-image: url(../image/chalenge-bg.png);
	overflow-x: hidden;
	padding-bottom: 100px;
}

.channel-form .title-enquiry .title-enquiry-inner-inner h1{
	font-size: 41px;
}
.channel-title{
	padding-left: 100px;
}
.channel-title h4{
	display: inline-block;
	text-decoration: underline;
	color:#fff;
	font-style: italic;
	font-size: 37px;
	margin-bottom: 90px;
	margin-top: 90px;
}

.aadhar-number{
	display: flex;
}
.aadhar-number input{
	width: 60%;
}
.aadhar-number span{
	color:#fff;
	font-size: 30px;
}
/*select.form-control{
	padding:0px 20px;
	background-image: url(../image/select-downimage.png) !important;
	background-repeat: no-repeat;

}*/
select.form-control:before{
	content: '';
	position: absolute;
	height:100%;
	width: 100px;
}
.form-check{
	padding:0px 100px;
	margin:75px 0px;
}

.form-check .lable-text{
	font-size: 28px;
	margin-left: 20px;
}
.terms-h4{
	text-align: center;
    display: flex;
    margin-bottom: 75px;
    justify-content: center;
}
.terms-h4 h4{
	font-size: 47px;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
	text-decoration: underline;
}
.terms-ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom: 75px;
}
.terms-ul li{
	color:#fff;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 40px;
}

.text-center-option select option{
	text-align: center;
}
select .t-center{
	text-align: center;
}

.file-select{
	text-align: center;
}
.file-select h3{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.file-select h3 span{
	width:42%;
	color:#fff;
	font-size: 33px;
	font-weight: 300;
}
.file-select h3 input{
	width: 30%;
}
.file-select{
	margin-bottom: 100px;
}
.file-select input{
	border:none;
}




.hide-block{
	display: none;
}
.prasthan-one{
	opacity: 0;
}


#image-gallery .modal-footer{
  display: block;
}


/*line-drawing*/


.stapping-section{
	overflow: hidden;
}

.line-drawing{
	width:1250px;
	margin:0 auto;
}
.line-drawing ul.first-ul, .line-drawing ul.secound-ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.line-drawing ul.first-ul li, .line-drawing ul.secound-ul li{
	height:200px;
	display: flex;
	flex-direction: column;
	position: relative;
}
ul.first-ul li p, ul.secound-ul li p{
	transform: translateX(200px);
	transition: 1s;
}
.line-drawing ul.first-ul li.active p, .line-drawing ul.secound-ul li.active p{
	opacity: 1;
	transition: 0.5s;
	transform: translateX(0px);
}

.line-drawing ul.first-ul li p, .line-drawing ul.secound-ul li p{
	position: absolute;
	color:#fff;
	font-size: 18px;
	width: 180px;
	bottom:80px;
	opacity: 0;
}
.line-drawing ul.first-ul li:nth-child(2) p{
	bottom:-65px;
}
.line-drawing ul.first-ul li:nth-child(4) p{
	bottom:-40px;
}
.line-drawing ul.first-ul li a, .line-drawing ul.secound-ul li a{
	text-decoration: none;
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: auto;
}
.line-drawing ul.first-ul li a:before, .line-drawing ul.secound-ul li a:before{
	content: '';
	position: absolute;
	width:304px;
	height:2px;
	background-color: #3f4247;
	top:50%;
	transform: translateY(-50%);
}
.line-drawing ul.first-ul li:last-child a:before, .line-drawing ul.secound-ul li:last-child a:before{
	display: none;
}
.line-drawing ul.first-ul li.active a .round, .line-drawing ul.secound-ul li.active a .round{
	transform: scale(1.3);
	transition: 0.5s;
}
.line-drawing ul.first-ul li a .round, .line-drawing ul.secound-ul li a .round{
	display: inline-block;
	height:50px;
	width: 50px;
	border-radius: 100%;
	background-color: #3f4247;
}


.tab-section .tab-content {
    background: #656769;
    position: relative;
}
.tab-section .tab-content:before{
	content: '';
	position: absolute;
	width: 100%;
	height:16px;
	background-color: #000;
	filter: blur(13px);
	top:0px;
	left: 0px;
}

.line-drawing ul.secound-ul{
	margin-top: 156px;
	position: relative;
}
.line-drawing ul.secound-ul:before{
	content: '';
    position: absolute;
    width: 130px;
    height: 360px;
    border: 2px solid #3f4247;
    border-radius: 50%;
    right: -67px;
    top: -189px;
    border-left: transparent;
}
.line-drawing ul.secound-ul li:nth-child(1) p{
	bottom:-65px;
}
.line-drawing ul.secound-ul li:nth-child(3) p{
	bottom:-90px;
}
.line-drawing ul.secound-ul li:nth-child(5) p{
	bottom:-119px;
}









.anim-1{
	animation:animone ease 1s;
	display: none;
	position: absolute;
	transform: translateY(-66px);
}

@keyframes animone{
	0%{
		transform: translateY(-220px);
	}
	100%{
		transform: translateY(-66px);
	}
}

.anim-2{
	animation:animtwo ease 1s;
	display: none;
	position: absolute;
	transform: translateY(0px);
}

@keyframes animtwo{
	0%{
		transform: translateY(150px);
	}
	100%{
		transform: translateY(0px);
	}
}

.tagline-section-text .anim-3{
	display: none;
	animation:animtree ease 1s;
	position: absolute;
}
@keyframes animtree{
	0%{
		transform: translateX(-100px);
	}
	100%{
		transform: translateX(0px);
	}
}
.tagline-section-text .anim-4{
	display: none;
	animation:animfour ease 1s;
	position: absolute;
	transform: translateX(205px);
}
@keyframes animfour{
	0%{
		transform: translate(205px, 100px);
	}
	100%{
		transform: translate(205px, 0px);	
	}
}

.tagline-section-text div{
	position: absolute;
	width: 100%;
	transform: translateY(30px);
}








.title-enquiry-new{
	position: relative;
	background-color: #111111;
}
.title-enquiry-new h1{
	display: inline-block;
	padding:15px 40px;
	color:#fff;
	font-size: 80px;
	position: relative;
	background-image: url(../image/enquiry.jpg);
	background-size: inherit;
	background-repeat: no-repeat;
}
.title-enquiry-new:before{
	content: '';
	position: absolute;
	background-color: #111111;
	top:0px;
	left:-400px;
	height:100%;
	width:400px;
}
.title-enquiry-new:after{
	content: '';
	position: absolute;
	background-color: #111111;
	top:0px;
	right:-400px;
	height:100%;
	width:400px;		
}
.chnelpartnets h1{
	font-size: 44px;
}
label.errors{
	font-size:13px !important;
	margin:0px;
	color:#ff0202;
}


.property-information{
	color:#fff;
}
.property-information h2{
	text-transform: uppercase;
	font-size: 41px;
	font-weight: bold;
}
.property-information p{
	font-size: 33px;
}
.table-sales table, .table-sales table td{
	border:2px solid #000 !important;
}
.table-sales table td{
	color:#fff;
	font-size: 29px;
	font-weight: 300;
	padding:3px;
	text-align: center;
}
.mg-bt-60{
	margin-bottom: 60px;
}




.mg-top-40{
	margin-top: 40px;
	margin-bottom: 75px;
}

.wt-200{
	width:200px;
}

.table-information table, .table-information table td{
	border:2px solid #000;
	color:#fff;
	padding:8px;
	font-size: 33px;
	font-weight: 300;
}

.overfloaw-hidden{
	overflow: hidden;
}

.aadhar-number label.errors {
    position: absolute;
    bottom: -12px;
}



.sales-more-form{
	border:2px solid #000;
}
.sales-more-form .form-group{
	margin-bottom: 0px !important;
}
.sales-more-form .form-group input{
	border-bottom: 2px solid #000;
}
.sales-more-form .form-group:last-child input{
	border-bottom: none;
}

.sales-more-form .form-group input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.sales-more-form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.sales-more-form .form-group input::placeholder {
  color: #fff;
}



.all-view-section-flex-inner{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    width: 38%;
}

.all-view-section-one:nth-child(1) {
    width: 60%;
    padding-right:10px;
}
.all-view-section-one:nth-child(2) {
    padding-left: 10px;
    width: 33%;
}


.channel-form{
	margin-top: 20px;
}
.channel-form .vendor-ragistartion-form{
	padding:0px;
	justify-content: flex-start;
}
.Inquiry-main-form .vendor-ragistartion-form{
	padding:0px;
	justify-content: flex-start;
}
.Inquiry-main-form{
	padding:0px 200px;
	padding-bottom:50px;
}
.Inquiry-main-form .title-enquiry{
	padding:0px;
}
.vandor-section-main .title-enquiry .title-enquiry-inner-inner{
	height: 123px;
    width: 740px;
}
.vandor-section-main .title-enquiry .title-enquiry-inner-inner h1 {
    font-size: 50px;
}
.Inquiry-main-form .title-enquiry{
	justify-content: flex-start;
}
.salesenquiry-main-form .title-enquiry{
	padding:0px;
	justify-content: flex-start;
}
.salesenquiry-main-form .title-enquiry-inner-inner{
	width:374px !important;
}
.salesenquiry-main-form .title-enquiry .title-enquiry-inner-inner h1 {
    font-size: 52px;
}
.prastan-form .title-enquiry .title-enquiry-inner-inner{
	height: 126px;
}
.prastan-form .title-enquiry .title-enquiry-inner-inner h1{
	font-size: 50px;
}
.all-view-section-flex-inner .all-view-section-one img{
	transition: 0.5s;
}
.all-view-section-new-one:hover img{
	transform: scale(1.1);
}
.all-view-section-new-two:hover img{
	transform: scale(1.1);
}

.sales-detai-of{
    display:none;
}





.model-section{
    position:fixed;
    background-color:rgba(0,0,0,0.5);
    height:100%;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999999;
    border:1px solid red;
}
.model-body{
    background-color:#111;
    padding:75px;
}
.model-body p{
    color:#fff;
    font-weight:300;
    font-size:50px;
}








.popup-section-innre{
    position:fixed;
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100vh;
    top:0px;
    left:0px;
    z-index:99999;
    display:flex;
    justify-content:center;
    align-items:center;
}
.popup-body-section{
    background-color:#111;
    padding:75px;
    position:relative;
    box-shadow: 0px 0px 22px -5px #fff;
}
.popup-body-section p{
    color:#fff;
    font-weight:300;
    font-size:50px;
    text-align:center;
}

.popup-section{
    display:none;
}
a.close-btn {
    position: absolute;
    right: -25px;
    top: -23px;
    font-size: 39px;
    height: 50px;
    width: 50px;
    background-color: #e8e6e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   box-shadow: inset 0px 0px 10px #000;
    text-decoration:none;
}

a.close-btn i{
    background: linear-gradient(to left,#6d6d6d, #fdfdfd, #6d6d6d);
    background: -webkit-linear-gradient(to left,#6d6d6d, #fdfdfd, #6d6d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}



.form-check label.errors{
    position: absolute;
    bottom: -26px;
}



.d-flex.flex-end.new__imagegall {}

.image__gall1 {
    width: 26%;
    margin-right: 15px;
    margin-bottom: 10px;
}

.image__gall2 {
    width: 34%;
    margin-bottom: 10px;
}

.d-flex.flex-end.new__imagegall.pd-right-50 {
    padding-right: 50px;
}

.image__gall3 {
    width: 28%;
    margin-right: 15px;
}

.image__gall4 {
    width: 28%;
    margin-right: 15px;
}

.image__gall5 {
    width: 25%;
}

.image__gall4 a {
    margin-bottom: 10px;
    display: block;
}

.image__gall8 {
    width: 25%;
}

.image__gall6 {
    width: 43.5%;
    margin-right: 15px;
}

.image__gall7 {
    width: 24%;
    margin-right: 15px;
}

.imaage-align {
  display: flex;
  justify-content: center;
}


