
ul {
	margin:0; padding:0; list-style:none;
}

a, a:hover {
	text-decoration:none
}

img {
	max-width:100%
}


body {
	color:#676767;
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	
}

h3 {
	   font-size:40px;
	   line-height:1.1
}




.body_wraper {
	width:100%; float:left; overflow:hidden
}



.wooden_color {
	color: #3f2803;
}

.header_sec {
	width:100%; float:left; 
	position:relative; height:105px
}

.header_fixed {
	width:100%;  float:left;
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
}

.top_headerleft {
	width:auto; float:left
}

.header_logo {
	float:left;

}


.header_logo a {
	display:block;
	width:150px;
	background:#fff;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(7, 25, 60, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(7, 25, 60, 0.1);
	    z-index: 1;
    position: relative;
}

.header_phone {
	width:auto; float:left;
	
}


.header_contact{
	width:auto;
	float:right;
	position:relative; 
	top:42px
}

.header_contact ul {
	padding:0; margin:0;
	display:inline-block; float:right;
	list-style:none; 
}


.header_contact ul li {
	 font-size:20px;
	float:left; position:relative;
	padding-right:35px;
	line-height:22px;
	font-weight:400;
	letter-spacing:2;
	font-family: 'Montserrat', sans-serif;
}

.header_contact ul li:last-child {
	padding-right:0px
}

.header_contact ul li a {
	color:#000;
	 transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.header_contact ul li a:hover {
	color:#db2d2e
}

.header_contact ul li i {
	 position:relative;
	 padding-right:10px;
	 color:#db2d2e; font-weight:900
}

.header_contact ul li span {
	font-weight:400; 	
	display:block; 
	color: #db2d2e;
	font-size:18px;
	border-right:1px solid rgba(0,0,0,.3);
    text-transform: uppercase;
    display: inline-block; padding-right:15px;
	margin-right:8px
}

.top_header_right {
	width:auto; float:right
}

.blink {
  animation: blinker 1s linear infinite;
}

.mahendra_logo {
	width:100%; position:relative;
	top:18px
}

.mahendra_logo img {
	width:130px
}




@keyframes blinker {
  50% {
    opacity: 0;
  }
}


@media (max-width:1600px) { 

.header_sec {
	height:80px
}

.header_contact {
	top:30px
}

.header_logo a {
	width:140px
}

}


@media (max-width:991px) {
	.header_contact {
		display:none
	}
	
	.header_logo {
		width:100%; text-align:center;
		border:0; margin:0; padding:0
	}
	
	.header_logo a {
		width:125px;
		margin: auto;
	}
	
	.top_headerleft {
		width:100%
	}
	
}


@media (max-width:400px) {

	.header_logo a {
		width:100px;
		margin: auto;
		padding:10px
	}
	
	.tata_logo{
		width:85px
	}
	
	.header_sec, .header_fixed {
		height:70px
	}
	
	
	.mahendra_logo {
    top: 9px;
}

.mahendra_logo img {
    width: 85px;
}


}



.home_bnrsec{
	width:100%; float:left; position:relative
}


.bnr_formouter{
	width:100%;
	float:left
}


.slider_align {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
	height:550px
}

.slider_align .slider-cont {
	margin:auto; width:680px;
	max-width:100%
}

.slider_align .slider-cont .bnr_enq{
	margin-top:30px;
	font-size: 14px;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    background: #db2d2e;
    position: relative;
    letter-spacing: .5px;
	outline:none;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.slider_align .slider-cont .bnr_enq:hover{
	background:#FFA834; color:#000
}

.bnr_logo_right {
	text-align:right
}

.bnr_logo_left{
	text-align:left
}

.slick-slide .img_dply img {
	display:inline-block
}


.bnr_form {
	width:100%; float:left

}

.quick_enquiry{
	width:100%; float:left;
	background:#db2d2e ; 
	padding: 60px 60px 30px;
	position:relative; z-index:100}


.quen_title {
	width:100%; float:left;
}

.quen_title h4 {
	text-transform:uppercase;
	color:#fff;
	margin-bottom:20px;
	letter-spacing: 0.1em;
	font-weight:300
}

.quen_title h4 span{
	font-weight:600
}

.quen_form {
	width:100%; float:left;
}

.bnr_form_selt .select_style .hover_category .select_option{
	background:#fff; height:45px;
	line-height: 45px; padding:0 20px 0 15px; margin-bottom:30px
}

.bnr_form_selt  .select_style .hover_category .select_option::after {
    right: 15px;
}

.bnr_form_selt .select_style .hover_category .select_option span {
	color:#333; font-size:16px
}

.quen_form input {
	background:#fff ; width:100%; float:left;
	border:1px solid rgba(255,255,255,.5);
	outline:none; height:45px; padding:0 15px;
	font-size:16px; margin-bottom:30px;
	color:#333;
	transition: all 0.5s ease-out 0s;
}


.quen_form input[type="submit"]{
	background:#333; color:#3f2803;
	border:0;
	color:#fff;
	line-height:1px;
	text-transform:uppercase
	
}

.quen_form input[type="submit"]:hover {
	border-color:#FFA834; background:#FFA834; color:#000
}

.quen_form ::-webkit-input-placeholder {
  color: rgba(0,0,0,.7);
}

@media (max-width:480px) {
	.quen_title h4 {
		font-size:16px
	}
}





.home_intro_sec {
	width:100%; float:left;
	padding-top:100px; padding-bottom:80px;
	background:#f7f9fc 
}


.home_comen_title {
	width:100%; float:left;
	text-align:center; margin-bottom:30px
}

.home_comen_title h3{
	color:#db2d2e; margin:0 0 20px 0; text-transform:uppercase;
}

.home_comen_title h3 span {
	font-weight:300; color:#333
}

.home_comen_title p {
	width:992px; max-width:100%; margin:auto
}



@media (max-width:767px) {
	.home_comen_title h3 {
		font-size:30px; line-height: 1.3;
	}
}



.prdt_list {
	width:100%; float:left;
	padding-top:40px
}

.pdt_cate50 {
	width:50%; float:left;
}

.pdt_cate3 {
	width:33.333%; float:left;
}

.pdt_catebox {
	width:100%; float:left;
	position:relative; overflow:hidden
}

.pdt_catebox img {
	transform:scale(1.01);
	 transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.pdt_catebox:hover img{
	transform:scale(1.03)
}


.pdt_catebox h4{
	position:absolute; margin:0;
	width:100%; padding:60px 30px 30px 30px;
	z-index:2;
	bottom:0; left:0;
	color:#fff; letter-spacing:2px; font-size:24px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 97%);
}





@media (max-width:991px) {
	
	.pdt_catebox h4 {
		font-size:16px
	}
	
	.quick_enquiry {
	padding:30px 30px 10px 30px
}


}

@media (max-width:570px) {
	
	.pdt_cate3 {
		width:100%
	}
	
	.pdt_cate50 {
    width:100%;
} 
	
}



.projectouter {
	width:100%; float:left;
	padding-top:10px
}

.projectouter .pjtpdg0 {
	padding:0px
}

.project_box {
	width:100%; float:left;
	background:#fff;
	margin-bottom:30px;
	padding:30px 30px 40px 30px;
	box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	
}

.project_img {	
    width:100%; float:left;
	margin-bottom:20px;
	position:relative;
    overflow:hidden
}

.text_pjtstatus {
	position:absolute; right:0px;
	bottom:0;z-index:1
}

.text_pjtstatus p {
    position: relative;
    width: auto;
    padding: 5px 20px 5px 15px;
    font-size: 14px;
    position: relative;
    color: #000;
    background: #FFA834;
	margin:0
}
.text_pjtstatus p:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 20px;
    z-index: -1;
    background: #FFA834;
    transform-origin: bottom right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}


.prjtbg1 {
	background:url(../images/pr1.jpg) no-repeat top center;
	background-size:cover
}


.prjtbg2 {
	background:url(../images/pr2.jpg) no-repeat top center;
	background-size:cover
}


.prjtbg3 {
	background:url(../images/pr3.jpg) no-repeat top center;
	background-size:cover
}


.prjtbg4 {
	background:url(../images/pr4.jpg) no-repeat top center;
	background-size:cover
}


.prjtbg5{
	background:url(../images/pr5.jpg) no-repeat top center;
	background-size:cover
}

.project_box .prjimg_pdg {
	padding:15px 15px 15px 30px 
}

.project_box_content_part {
	width:100%; float:left;
	
}

.pjt_title {
	width:100%; float:left;
	padding:0 60px 15px 0; position:relative
}

.pjt_title h4 {
	font-size:20px; color:#333;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:.5px; margin:0 0 5px 0
}

.pjt_title span {
	display:inline-block
}

.map_link {
	width:auto; 
	position:absolute;right:0; top:6px;
}

.map_link  a {
	width:40px; height:40px;
	border:1px solid #db2d2e;
	text-align:center; line-height:40px;
	display:inline-block;
	color:#db2d2e;
	border-radius:50%;
		 transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.map_link  a:hover {
	color:#000; border-color:#FFA834; background:#FFA834
}


.apartment_detail {
	width:100%; float:left;
	border:1px solid rgba(0,0,0,.1);
	border-left:0; border-right:0;
	padding:20px 0 15px 0
}

.apartment_detail  .text_readtomove {
	color:#db2d2e
}

.apartment_detail p {
	margin-bottom:5px; font-size:14px; color:#333
}

.apartment_detail p span{
	color:#989898; padding-right:15px
}

.enquiry_btn {
	width:100%; float:left;
	padding-top:30px
}

.enquiry_btn a{
	font-size: 14px;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
	background:#db2d2e;
    position: relative;
	letter-spacing:.5px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.enquiry_btn a:hover{
	background:#FFA834; color:#000
}

.enquiry_btn .brochure_btn {
	background:none;
	color:#989898; padding:0; 
	float:right;
	font-size:12px;
	position: relative;
    top: 15px;
}

.enquiry_btn .brochure_btn:hover {background:none;}

.enquiry_btn .brochure_btn i {
	padding-right:5px;
}



.pjt_coming_soon {
	width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 40px 30px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}


@media (max-width:991px) {
	.enquiry_btn {
		text-align:center
	}
	
	.enquiry_btn a{
		display:block
	}
	
	.enquiry_btn .brochure_btn {
		float:none; 
			display:inline-block;
			margin-top:20px;
			top:0
	}
		
}


@media (max-width: 480px) {
	
.home_intro_sec {
	padding-top:60px;
	padding-bottom:50px
}

.project_box {
	padding-left:20px; padding-right:20px; padding-top:20px
}


.pjt_title span {
	line-height:1.5; font-size:14px
}

.pjt_title h4 {
	margin:0
}

.map_link {
	top:4px
}

.pjt_coming_soon  {
	padding:20px
}

}






.home_corevalue {
	
	width:100%; float:left;
	
}

.home_corevalue .home_comen_title {
	margin-bottom:60px
}



.feature-car-area { padding-top: 100px; }
.feature-car-area .feature-box-2 { margin-bottom: 60px; }
.feature-car-area img.big-car { position: absolute; top: 0; left: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.feature-car-area img.big-car:hover { top: -30px; }


	.feature-box-2 .content h5{
	    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight:700;
    line-height: 24px;
    padding-bottom: 10px;
	letter-spacing:1px; 
	}

.feature-car-area .content p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}


.feature-car-area i {
    color: #0094da;
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
}




@media (max-width:991px) {
	
	.media_textalign {
	text-align:right
}

}

@media (max-width:767px) {
	
	.media_textalign {
	text-align:center
}

 .feature-box-2 {
	text-align:center
}

.home_corevalue .home_comen_title {
     margin-bottom:10px; 
}

	
}





.center_sec {
	width:100%; float:left; 
	text-align:center; position:relative
}




.center_sec_overlay{
	width:100%; float:left;
	padding:150px 0; background:rgba(255,168,52,1)
}

.center_sec h3 {
	font-weight:200; color:#000;
	font-weight:48px; line-height:1.4;
	margin:0 0 50px 0
}

.center_sec h3 span {
	font-weight:600
}


.center_phone {
	width:auto; display:inline-block
}

.center_phone a {
	display:inline-block; font-size:26px;
	color:#000;  
	position:relative; top:2px;
	transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s 
}

.center_reg {
	width:auto; display:inline-block; 
	border-left:1px dashed rgba(0,0,0,.8);
	margin-left:60px; padding-left:60px
}

.center_reg a.regbtn {
	display:inline-block; padding:10px 40px; border-radius:25px;
	background:#db2d2e; font-size:14px; text-transform:uppercase;
	color:#fff; border:0px solid #fff; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s 
}

.center_reg a.regbtn:hover {
	background:#fff; color:#000
}

.center_phone a i {
	color:#db2d2e; padding-right:5px;
	font-size:24px; 
	width:50px; height:50px; 
	text-align:center; border-radius:50%
}



@media (max-width:991px) {
	
	.center_sec_overlay {
		padding:100px 0
	}

}


@media (max-width:767px) {
	
	.center_reg {
		padding-left:0; margin-left:0; border-left:0;
		width:100%; padding-top:20px
	}
	
	.center_sec h3 {
		border-bottom:1px dashed rgba(0,0,0,.2); margin-bottom:30px; padding-bottom:30px;
		font-size:27px
	}

	}




/* pop */


.pop_inload, .popsec{
	background:rgba(0,0,0,.7)
}

.pop_inload .modal-header .close{
	padding:10px
}
.popimg {
	width:100%
}


@media (max-width:767px) {
	.pop_inload {
		padding:15px !important
	}
}



.popsec .modal-dialog{
	max-width:630px
}

.popsec .modal-body {
	padding:0px; 
}


.pop_left{
	width:100%; 
	
}

.pop_bg1 {
		width:100%; 
}

.pop_right{
	width:100%; 
	background:#db2d2e 	;
	padding:20px  20px 30px 20px
}

.pop_right h5 {
	letter-spacing:normal;
	color:#fff; font-size:16px;
	line-height:1.6; font-weight:400;
	letter-spacing:.5px; margin-bottom:15px

}

.pop_input  {
	width:100%; 
	position:relative;
}

.pop_input input {
	width:100%; 
	background:#fff;
	width:100%;
	height:40px;
	font-size:15px;
	padding:0 95px 0 15px;
	border:0; outline:none
}

.pop_input input[type="submit"]{
	width:100%; 
	background:#333;
	width:80px;
	height:40px;
	color:#fff;
	padding:0; line-height:normal;
	border:0; outline:none;
	position:absolute; right:0; top:0;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:.2px;
	transition: all 0.5s ease-out 0s;
}

.pop_input input[type="submit"]:hover {
	background:#0094da
}


.popsec button.close {
	position:absolute; 
	top:5px; right:5px;
	width:35px; height:35px;
	background:#fff; color:#000; 
	border-radius:50%;
	line-height:27px; font-size:12px;
	padding:0; outline:none;
	z-index:1
}

@media (max-width:767px) {
	.popsec {
		padding:15px !important
	}
}



/* pop end*/






.about_marina_motoors {
	width:100%; float:left;
	padding:100px 0;background: #fff;
	margin-top:30px
}

.about_marina_motoors p {
	color:#868686
}

.about_wlm {
	font-size:16px; text-transform:uppercase;
	color:#666
}


.about_left {
		width:100%; float:left;
}


.about_right{
		width:100%; float:left;
}

.about_right p {text-align:justify}




@media (max-width:991px) {
	
	.about_marina_motoors {
		padding-top:60px; margin-top:0; padding-bottom:60px
	}
	
	
.about_marina_motoors .home_comen_title {
	margin-bottom:0
}

}

@media (max-width:767px) {

.about_marina_motoors {
	padding-bottom:50px
}

}




.footer_sec {
	width:100%; float:left;
	background:rgba(0, 0, 0, 0.9) url(../images/bg2.png) center no-repeat fixed;
	background-size:cover	;
	padding:130px 0 0px 0
}

.footer_contact {
	width:100%; float:left;
}

.footer_title {
	width:100%; float:left; margin:0 0 40px 0
}

.text_corporate_office {
	color:#f1f1f1
}

.footer_title h4{
	color:#f1f1f1; font-size:24px; margin:0 ; 
}

.footer_contact ul li {
	margin-bottom:25px; color:rgba(255,255,255,.7)
}

.footer_contact ul li a {
	 color:rgba(255,255,255,.6);
	  transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
}

.footer_contact ul li span {
	display:block; color:#f1f1f1; margin:0 0 10px 0
}

.footer_contact ul li span i {
	padding-right:10px; color:#db2d2e
}


.footer_contact ul li a:hover {
	color:#fff
}

.footer_form {
	width:100%; float:left; padding-left:60px
}

.footer_form input {
	width:100%; float:left;
	background:none; border:1px solid rgba(255,255,255,.3);
	height:45px; padding:0 15px; outline:none; color:#fff;
	margin-bottom:30px
}

.footer_form textarea {
	width:100%; float:left;
	margin-bottom:30px;
	background:none; border:1px solid rgba(255,255,255,.3);
	height:150px; padding:15px; outline:none; color:#fff
}

.footer_form input[type="submit"] {
	 background:#db2d2e; color:#fff; border:0; height:auto;
	padding:10px 40px 13px 40px ; width:auto;
	transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
}


.footer_form input[type="submit"]:hover {background:#ffa834; color:#000  }



.copy_rightsec {
	width:100%; float:left; border-top:1px solid rgba(255,255,255,.3); padding:30px 0;
	text-align:center; margin-top:60px
}

.copy_rightsec p {
	margin:0
}

.copy_rightsec p a img {
	width:120px; opacity:.8
}

@media (max-width:991px) {
	.footer_form {
		padding-left:0; padding-top:30px
	}
	
	.footer_sec {
		padding-top:60px
	}
	
	.copy_rightsec {
	padding-bottom:30px ;
	background:#212121; position:relative;
	z-index:10
}


}











.gallery_sec {
	width:100%; float:left;
	    background: #f6f6f6;
		padding:100px 0 120px 0
}

.gallery_sec .home_comen_title h3 {
	margin:0
}

.gallery_sec .home_comen_title {
	margin-bottom:20px
}





.bla-1 {
    display:none;
	position:fixed; 
	bottom:60px; right:60px;    
	z-index:10;
    font-size: 16px;
    line-height: normal;
    transition: all 0.5s ease-in-out;
}

.bla-1 i {
	color: #fff; position:relative; z-index:11
}

.mb_call:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #0094da  repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.mb_call:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #0094da  repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}






@media (max-width:991px) {
	.bla-1 {
		display:inline-block
	}
}


.mahindra_pdtlist {
	width:100%; float:left;
	padding:30px 30px 0 30px
}

.mh_pdtbox {
	width:100%; float:left;
}

.mh_pdtbox_img{
	width:100%; float:left;
	position:relative;
}

.mh_pdtbox_img img {
	width:100%
}

.mh_img_overla {
	width:100%;
	height:100%;
	position:absolute;
	left:0; top:0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background:rgba(0,0,0,.8);
	opacity:0; visibility:hidden;
	 transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.mh_pdtbox_title{
	width:100%; float:left;
	text-align:center
}

.mh_pdtbox_title h4 {
	font-size:18px; color:#000;
	font-weight:600;
	margin:30px 0;

}

.mh_img_overla a{
	font-size: 12px;
    color: #fff;
	font-weight:600;
    border: 1px solid #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
	top:20px;
	opacity:0;
	position:relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;

}

.mh_pdtbox:hover .mh_img_overla {
	opacity:1 ; visibility:visible
}

.mh_pdtbox:hover .mh_img_overla a{
	top:0px;
	opacity:1;
}

.mh_img_overla a:hover {
	background:#db2d2e; border-color:#db2d2e
}



@media screen and (min-width:992px) and (max-width:1199px) {
	
	.mh_pdtbox_title h4 {
		font-size:15px
	}
	
	.mh_img_overla a {
		padding:5px 15px
	}
	
}


@media (max-width:400px) {
	
.mahindra_pdtlist {
	padding:0 15px
}
	
}








.onload_pop.popsec .modal-dialog {
	max-width:900px; margin-bottom:100px
}

.onload_left {
	width:50%;
	float:left;
	height:530px;
	background:url(../images/bg3.jpg) center no-repeat ;
	background-size:cover	; 
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align:center; 
	  padding:30px;
}



.onload_left h3 {
	font-size:30px; font-weight:200;
	color:#fff; line-height:1.4
}


.onload_left h3 span{
	 font-weight:600; display:block
}

.onload_right {
	width:100%;
	float:left;
	padding:70px 60px;
	background:#fff
}



.onload_right h3 {
	font-size:30px; font-weight:400;
	color:#db2d2e; line-height:1.4;
	text-align:center; margin-bottom:50px
}


.brochure_pop .onload_right h3{
	text-align:left; line-height: 1.1;
}

.brochure_pop .onload_right h3 span{
	font-size:16px; color:#333;
	display:block;     padding-top:10px;
}


.onload_right form {
	 width:100%;
}


.onload_right input {
	float:left;
	height:45px; width:100%; border:0;
	outline:none;
	color:#333;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,.1);
	padding: 0 15px;
	font-size:16px
}

.onload_right .cs-select{
	font-size:16px; font-weight:400
}


.onload_right .cs-select .cs-placeholder{
	padding:0 15px 10px 0; color: #666;
	border-bottom:1px solid rgba(0,0,0,.2);
    
}


.onload_right .cs-skin-elastic .cs-options span {
	padding:2px 0; color:#999;  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}


.onload_right ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}


.input_load {
	width:100%; float:left;
	margin-bottom:20px;
}

.input_load p {
	margin-bottom:5px; 
	color:#999
}

.input_load p span{
	color:#db2d2e; 
}


.onload_right input[type="submit"]{
	background:#db2d2e; 
	color:#fff;
	margin-top:2px;
	text-transform:uppercase;
	 transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.onload_right input[type="submit"]:hover{
	background:#FFA834; color:#000
}


@media (max-width:1000px) {
	.onload_pop.popsec .modal-dialog {
	max-width:700px;
}

.onload_right {
	padding:60px 20px
}
}

@media (max-width:767px) {
	
	.onload_left, .onload_right {
		width:100%; height:350px
	}
	
	.onload_right {
		padding:60px 30px; height:auto
	}

}


@media (max-width:480px) {
	
	.onload_left {
		height:200px; padding:30px 30px 10px 30px
	}
	
.onload_left h3 {
	font-size:22px
}

}



.homes_vts {
	width:100%; float:left; overflow:hidden
}

.tessec_bg{
	background:#FFA834
}
.tessec {
	width:100%; float:left;
	padding:100px 100px 150px
}

.testimonial_slik .home_comen_title {
	text-align:left
}

.testimonial_slik .home_comen_title h3 {
	color:#000; margin-bottom:0
}

.testimonial_box {
    width: 100%;
    float: left;
}
.testimonial_box p {
    color: #000;
}

.tesauther {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.tesauther h5 {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
}

.tesauther h5 span {
    display: block;
    color: #333;
}


.testimonial-slide .slick-arrow {
	position: absolute;
	bottom:-70px;
	left: 0;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonial-slide .next.slick-arrow{
    right: auto;
    left: 50px;
}

.testimonial-slide .slick-arrow i{
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
	border:1px solid #db2d2e;
    background-color:#db2d2e;
    text-align: center;
    font-size: 20px;
    color: #fff;
	opacity:.9;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.testimonial-slide .slick-arrow i:hover{
    background-color:rgba(255,255,255,.8); color:#000; border-color:rgba(255,255,255,.8);
}


.testimonial-slide .slick-arrow i.fa-angle-right {
	position:relative; padding-left:3px;
}

.slick-disabled {
    opacity: .3;
}



.homes_vts .col-lg-6 {
	padding:0
}

.video_sec {
	background:#333 url(../images/bg4.jpg) center;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	position:relative	;
	z-index:1
}

.video_sec:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%; 
	height:100%;
	background:rgba(0,0,0,.6);
	z-index:-1
}

.video_sec h3 {
	color:#fff; font-size:40px; 
	padding-top:30px; font-weight:300
}

.video_text {
	width:100%; padding:0 100px
}


.bla-2 {
    display:inline-block;
    font-size: 16px;
    line-height: normal;
	position:relative;
    transition: all 0.5s ease-in-out;
}

.bla-2 i {
	color: #fff; position:relative; z-index:11;
	left:2px
}

.videobtn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #db2d2e repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.videobtn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #db2d2e repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



@media (max-width:991px) {
	
	.video_text {
		padding:100px
	}
	
}

@media (max-width: 767px){
.video_sec h3 {
    font-size: 30px;
}

}

@media (max-width:480px) {
	
	.video_text {
		padding:100px 30px
	}
	
	.tessec {
    padding: 60px 30px 120px;
}
	
}


.bnr_count {
	width:100%; float:left;
	background:#FFA834;
	text-align:center;
	padding:30px 0
}

.count_box {
	width:100%; float:left;
}
.count_box h5 {
	font-size:36px;
	color:#000; font-weight:600;
	    line-height: 0.9;
}
.count_box p{
	color:#333; margin:0
}

@media (max-width:991px) {
	.count_box {
		margin-bottom:60px
	}
	
	.bnr_count {
		padding-top:80px
	}
	
}

@media (max-width:480px) {
   .count_box p {
	   font-size:14px
   }
   
   .count_box h5 {
	   font-size:26px
   }
   
   
   .count_box {
		margin-bottom:30px
	}
	
	.bnr_count {
		padding-top:40px; padding-bottom:10px
	}
   
}


.select_style3 .select_style .hover_category .select_option{
	background:#f5f5f5; height:45px;
	line-height: 45px; padding:0 20px 0 15px; margin-bottom:30px;
	border: 1px solid rgba(0,0,0,.1);
}

.select_style3  .select_style .hover_category .select_option::after {
    right: 15px;
}

.select_style3 .select_style .hover_category .select_option span {
	color:#333; font-size:16px
}





.amenities_sec {
	width:100%; float:left;
	padding:120px 0 60px 0 ;
	background:#182030
}


.amenities_sec .home_comen_title {
	margin-bottom:60px
}

.amenities_sec .home_comen_title h3 {
	color:#fff;     
}

.amenities_sec .home_comen_title h3 span {
	color:#fff
}

.amenities_sec .home_comen_title p {
    color: rgba(255,255,255,.5);
}

.amenities_box {
		width:100%; float:left;
		text-align:center;
		margin-bottom:80px
}

.amenities_icon_box{
	width:100%; float:left;
	margin-bottom:20px
		
}

.amenities_icon{
		width:100px; height:100px;
		border:1px solid #fff; margin:auto;
		border-radius:50%;
		display:flex;
		align-items:center;
		justify-content:center;
		opacity:.5
}

.amenities_icon img {
	width:45px
}

.amenities_icon.Badminton img {
	width:35px
}

.amenities_icon.multy-gym img {
	width:45px
}

.amenities_icon.multy_purpose img {
	width:65px
}

.amenities_box h5 {
	font-size:16px;
	font-weight: 300;
	color:#fff; letter-spacing:.5px; margin:0;
	line-height:1.4; width:100%; float:left
}


@media (max-width:480px) {
	.amenities_sec {
		padding: 60px 0 0 0
	}
	
	.amenities_box  {
		margin-bottom:60px
	}
	
}


@media (max-width:480px) {
	.amenities_box h5 {
		font-size:14px
	}
}




.home_loansec {
	width:100%; float:left;
	background:#f7f9fc; padding:100px 0 80px 0
 } 

.logo_box {
	width:100%; float:left;
	margin-bottom:30px;
	text-align:center;
	padding:15px; background:#fff;
	    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}


@media (max-width:480px) {
	
	.home_loansec {
		padding-top:60px; padding-bottom:40px
	}
	
}







.btn_whatsapp_link {
    display:none;
	position:fixed; 
	bottom:135px; right:60px;    
	z-index:10;
    font-size: 16px;
    line-height: normal;
    transition: all 0.5s ease-in-out;
}

.btn_whatsapp_link i {
	color: #fff; position:relative; z-index:11;
	font-size: 24px;
    left: 2px;
}

.btn_whatsapp:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #39bf4c  repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 4000ms ease-out infinite;
  animation: pulse-border 4000ms ease-out infinite;
}

.btn_whatsapp:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #39bf4c  repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 1000ms;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -ms-transition: all 1000ms;
  -o-transition: all 1000ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


@media (max-width:991px) {
	
	.btn_whatsapp_link {
    display:inline-block;

}
	
}





























