@font-face {

    font-family: aptos;

    src: url(https://www.sbpgroup.in/wp-content/themes/sbg/assets/fonts/aptos-display.ttf);

    font-weight: normal;

  }
  
  

@font-face {

    font-family: NeueHaas;

    src: url(https://www.sbpgroup.in/wp-content/themes/sbg/assets/fonts/NeueHaasDisplayBold.ttf);

    font-weight: bold;

  }





  @font-face {

    font-family: NeueHaas;

    src: url(https://www.sbpgroup.in/wp-content/themes/sbg/assets/fonts/NeueHaasDisplayMediu.ttf);

    font-weight: normal;

  }





  

  @font-face {

    font-family: NeueHaas;

    src: url(https://www.sbpgroup.in/wp-content/themes/sbg/assets/fonts/NeueHaasDisplayLight.ttf);

    font-weight: 300;

  }









body{ 
/* font-family: 'Work Sans', sans-serif; */
    font-family: aptos;
}





.container {

    max-width: 1300px;

}
.pd00 {
    padding: 0 !important;
}


.datepicker {
    z-index: 999999999999;
}

.plan_viti_btn {
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    color: #000;
    padding: 12px;
	display:none;
    border-top: 1px solid #ccc;
    text-transform: capitalize;
}


.plan_viti_btn a {
    background: #313192;
    color: #fff;
    display: inline-block;
    padding: 5px 42px;
    border-radius: 23px;
    border: 1px solid #313192;
    text-decoration: none;
}

.plan_viti_btn a.callus {
    background: none;
    color: #313192;
}

.main_menus {

    width: 100%;

    text-align: right;

}




 .about_banner{position: relative;}
        .about_banner .text{text-align: center;width: 50%;margin: 0 auto;position: absolute;top: 13%;left: 0;right: 0;}
    .about_banner .text img{width: 180px;}
    .about_banner .text h4{margin-top: 16px;font-size: 25px;font-weight: 500;  line-height: 1.6;}
    .about_banner .text p{margin-top: 12px;margin-bottom: 0;}
	
	
.main_menus li {

    display: inline-block;

}

div#home_slider_new {
		height: 100vh;
		z-index: 99999;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
	} 
	.beone{margin:0}
	
	.vielist .one_video iframe {
    border-radius: 5px;
    width: 100%;
    height: 346px;
    overflow: hidden;
}

.beone {
    margin: 0;
    background: -webkit-linear-gradient(left, #da0980, #2d3498);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}


.content {
    display: inline;
    white-space: pre-wrap;
}


.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.cd-headline.slide span {
    display: inline-block;
    margin: 0 25px
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em;
    width: 100%;
    transition: all ease .3s;
    text-align: center
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in .6s;
    animation: slide-in .6s;
    transition: all ease .3s
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out .6s;
    animation: slide-out .6s;
    transition: all ease .3s
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.scroll-down-wrap.no-border {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    z-index: 101
}

.scroll-down-wrap.no-border .section-down-arrow {
    display: inline-block;
    width: 49px;
    height: 49px;
    color: #fff !important;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    font-size: 25px;
    -webkit-border-radius: 100px;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    overflow: hidden;
    margin-left: 0;
    left: 0;
    bottom: 16px;
    opacity: .6
}

.scroll-down-wrap.no-border .section-down-arrow {
    border: none !important;
    overflow: visible;
    text-align: center;
    opacity: 1;
    height: auto;
    bottom: 13px;
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite
}

.nectar-scroll-icon {
    width: 25px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 100
}

.new_movable_content {
			height: 100vh;
			z-index: 9;
			position: absolute;
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			width: 100%;
			color: #fff;
			    background: rgb(0 0 0 / 32%);
			font-size: 42px;
		}
		
		h1.cd-headline.slide {
			border: 1px solid #ffff;
			border-right: 0;
			border-left: 0;
			color: #ffff;
			padding: 15px 30px;
			font-size: 45px;
			font-weight: normal;
			min-width: 420px;
		}

.one_blog_list {
    /*column-count: initial;
    display: flex; */
	    column-count: initial !important;
    display: flex;
    column-gap: initial !important;
}	

.one_blog_tab {
        width: 22%;
    flex: 0 0 23%;
    margin: 0 1%;
}

.one_blog_tab a {
    color: #000;
}


.showcaseimg img {
    width: 100% !important;
}

.showcaseimg {
    position: relative;
    width: 100%;
}
		#home_slider_new .article-card-number {
    display: none;
}


.newlist { 
					border: 1px solid #e5e5e5;
					overflow: hidden; 
					padding: 0px 0;
					    max-height: 300px;
						    margin-top: 25px;
				}
				
				.newlist ul {
								margin: 1px;
								padding: 1px;
								width: 100%;
								list-style: none;
							}
							
			.newlist li {
				text-align: justify;
				border-bottom: 1px solid #e6e6e6;
				padding: 10px 25px;
			}

			.newlist li p {
				margin: 5px;
				padding: 10px;
			}

			.newlist li h5 a {
				color: #000;
			}

			.newlist li p.date_news {
				        margin: 5px 0px;
    padding: 0 0px;
    margin-bottom: 3px;
    font-size: 12px;
			}

			.newlist li p.newdteails {
				margin-bottom: 0;
				padding-bottom: 0;
			}
			
			
			#closer_videopopup {
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
}

#opct {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

#videCont {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}

.video_section video {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;
}

#video1 {
    cursor: pointer;
    cursor: hand;
}

.video-close {
    position: absolute;
    z-index: 999999;
    right: 34px;
    top: 0;
    box-shadow: none !important;
}

.video-wrapper {
    background: rgb(0 0 0 / 80%) !important;
}

.video-frame {
    box-shadow: none !important;
    background: none !important;
}

.slidr_vide video {
    width: 100%;
    height: 100vh;
	object-fit: cover;
}

.main_menus li a {

    display: block;

    padding: 12px 16px;

    color: #000;

    text-transform: uppercase;

    font-size: 16px;

}

.main_menus li.get_btn_menu a {
    padding: 8px 30px;
}

li.get_btn_menu { 
    margin-top: 3px;
}



.home .main_menus li a{

	color: #fff;

}



header.main_header {

         background: #fff;    border-bottom: 1px solid #dadada;

}



.home header.main_header{

         background: none;

}



.home  header.main_header:before {

    content: '';

    width: 100%;

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    background: url('../img/menu_shadow.html');

	    background-size: 100% 100%

}









.one_slider {

    position: relative;

}



.slide_content {

   /* position: absolute;

    bottom: 17%;

    z-index: 9999;

    left: 50%;

    transform: translate(-50%, -50%);*/

    text-align: center;

    color: #fff;

}







.home header.main_header{ padding: 25px 0;}

header.main_header {

    position: absolute;

    width: 100%;

    left: 0;

    top: 0;

    z-index: 999999999;

    padding: 10px 0;

}





.slide_content h3 {

    background: #2e3394;

    color: #fff;

    text-transform: uppercase;

    font-weight: 200;

    text-align: center;

    font-size: 12px;

    display: inline-block;

    padding: 8px 18px;

    border-radius: 10px;

}

 

.slide_content h5 {

    border: 1px solid #ffff;

    border-right: 0;

    border-left: 0;

    color: #ffff;

    padding: 15px 30px;

    font-size: 45px;

    font-weight: normal;

     

}





.slide_content h6 {

    font-size: 18px;

    font-weight: normal;

}



.home .main_menus li.get_btn_menu a{border: 1px solid #fff;}

.main_menus li.get_btn_menu a {

    border: 1px solid #000;

    border-radius: 30px;

    padding: 10px 30px;

    margin-top: 8px;

}





.home .toggle_menu span{background: #fff;}

.toggle_menu span {

        display: block;
    width: 33px;
    background: #00365a;
    height: 2px;
    margin-bottom: 6px;
	    cursor: pointer;

}



.toggle_menu {

    margin: 23px 0 0 60px;

    display: block;

    vertical-align: middle;

}



.main_menus ul {

    display: flex;

    justify-content: end;

}



.main_menus {

    padding: 15px 0 0;

}







.stalbe_si {

    padding: 20px 0;

    justify-content: center;

    display: flex;

}



.stalbe_si h4 {

    font-size: 50px;

    font-weight: 300;

    text-align: left;

    padding-top: 47px;

}



.stalbe_si_parhar {

    padding: 50px 0;

}



a.knowmore {

    background: #00365a;

    color: #ffff !important;

    padding: 10px 28px 10px 26px;

    display: inline-block;

    border-radius: 30px;

    font-size: 14px;

}





a.knowmore i.fa.fa-angle-right {

    display: inline-block;

    border: 1px solid #fff;

    width: 20px;

    text-align: center;

    height: 20px;

    border-radius: 50%;

    vertical-align: middle;

    margin-left:7px;

    /* display: flex; */

    /* flex-wrap: wrap-reverse; */

    padding: 2px 0;

}





div#main_content {

     /*margin-top: -106px; */

}



header.main_header{ transition: all ease .5s;}

header.main_header.short_fixed_header {

    position: fixed;

    top: -110px;

    transition: all ease 0s;

}



header.main_header.fixed_header{

    position: fixed;

    top: 0px;

    transition: all ease .5s;

}



header.main_header.fixed_header {

    height: 64px;

    background: #fff;

    padding: 5px 0;

}



header.main_header.fixed_header::before{display: none;}



header.main_header.fixed_header .main_logo img {

    max-height: 50px;

}



header.main_header.fixed_header .main_menus li a {

    color: #000;

    padding: 5px 15px;

}



header.main_header.fixed_header .main_menus {

    padding-top: 10px;

}



header.main_header.fixed_header .main_menus .toggle_menu span {

    background: #00365a;

}



section {

    padding: 50px 0;

}



.stalbe_si_parhar {

    padding-left: 50px;

}



.stalbe_si_parhar p {

    font-weight: 300;

    color: #858585;

}



a.knowmore {

    margin-top: 8px;

}



.one_num_box {

    display: flex;

    box-shadow: 0px 0px 8px #ccc;

    border-radius: 10px;
	    height: 100%;
    padding: 26px 33px

}

.one_num_img {

    max-width: 60px;

    flex: 0 0 60px;

}



img{max-width: 100%;;}

.one_num_conte01 {

    width: 100%;

    text-align: left;

    padding: 0 0px 0px 20px;
 
}

.one_num_conte01 h3 {

    font-size: 50px;

    font-weight: bold;

    line-height: 1;

    margin-bottom: 0px;

}



.one_num_conte01 p {

    line-height: 1.2;

    color: #3f3f3f;

    text-align: left;

    margin-bottom: 0;

} 



.count_number01 .col-md-3 {

    padding-right: 0;

}



.count_number01 .col-md-3:last-child {

    padding-right: 15px;

}



h3.title {

    font-weight: 300;

    font-size: 40px;

    margin-bottom: 35px;

    text-align: center;

    line-height: 1.2;

}



.showcaseMenu {

    flex: 0 0 270px;

    width: 270px;

     

}







.showcaseMenu li {

    display: flex;

    border-bottom: 1px solid #e1e1e1;

    padding-left: 10px;

    margin-bottom: 20px; 

}



.showcaseMenu ul {

    /*padding-left: 20px;

    padding-top: 45px;

    padding-right: 13px; */



    padding: 0px; 

}



.shomen_img {

    flex: 0 0 40px;

}



.shomen_menname {

    width: 100%;

    padding-left: 15px;

}



.shomen_menname h5 {

    margin-bottom: 0;

    font-size: 18px;

    color: #00365a;

    font-weight: 500;

}



.showcaselist {

    display: flex;

}



.showcaselist {

    display: flex;

    background: #f6f6f6;

    border: 1px solid #eaeaea;

    /* FONT-WEIGHT: 100; */

    border-radius: 10px;

    overflow: hidden;

}



.shomen_menname p {

    color: #757575;

    font-size: 13px;

    margin-top: 3px;

    margin-bottom: 10px

}





.showcaseMenu {

    padding-left: 20px;

    padding-top: 45px;

    padding-right: 13px;

}



.showcaseMenu li:last-child {

    border-bottom: 0;

}





.showcase_list01 .owl-nav {

    display: flex;

    align-items: center;

    justify-content: end;

}



.article-card-number {

    font-family: 'NeueHaas';

    font-weight: bold;

}



.article-card-number {

    font-family: 'NeueHaas';

    font-weight: bold;

    font-size: 38px;

    margin: 0 13px;

    min-width: 60px;

    text-align: right;

} 



.article-card-number span.arrowbreaker {

    font-weight: 300;

}



.article-card-number span.arrowbreaker {

    font-weight: 300;

    color: #4e4e4e;

    font-size: 27px;

    vertical-align: middle;

    padding: 0 6px;

}



li.get_btn_menu {

    margin-left: 43px;

}





.main_menus li.get_btn_menu a {

    margin-top: 0;

}



.toggle_menu {

    margin-top: 12px;

}



header.main_header.fixed_header .main_menus li a {

    font-size: 14px;

}



header.main_header.fixed_header .main_menus li a {

    border-color: #000;

}



header.main_header.fixed_header .main_menus .toggle_menu span {

    height: 2px;

    width: 30px;

}



.count_number01 {

    margin: 0px 0; 
 
}



.showcaseimg {

    position: relative;

}



.showcaseimg {

    position: relative;

}



.showcase_conten_slide {

    position: absolute;

    bottom: 0%;

    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;    background: linear-gradient(transparent 0%, 22%, #000000c9 90%);

    padding: 25px 60px;

}
.home header.main_header{border-bottom: none;}
#home_slider_new .owl-nav button.owl-prev{margin-left: 50px;}
#home_slider_new .owl-nav button.owl-next{right: 50px;}

.showcaseimg01 img{border-radius: 10px;}

.showcase_conten_slide h4 {

    font-size: 36px;

    font-weight: normal;

}







.showlcoation {

    display: flex;

    width: 100%;

}



.showlcoation img {
height: 20px;
    max-width: 20px;

    display: inline-block !important;

    float: left;

    margin-right: 12px;

}





.showlcoation p {

    color: #fff;

    font-size: 14px;

    font-weight: normal;

}



.showcase_list01 .owl-nav button img {

    max-width: 20px;

}



.showcase_list01 .owl-nav button:focus {

    outline: none;

}



.news_blog_tab ul.nav.nav-tabs {

    justify-content: center;

    border: none;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link.active {

    border: none;

    color: #00365a;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link.active img.blog_gray {

    display: none;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link.active img.blog_blue {

    display: block;

}





.news_blog_tab ul.nav.nav-tabs {

    justify-content: center;

    border: none;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link.active {

    border: none;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link {

    display: flex;

    vertical-align: middle;

    justify-content: center;

    align-items: center;

    border: none;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link img.blog_blue {

    display: none;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link img.blog_gray {

    display: block;

}



.showcase_list01 .owl-dots {

    display: none;

}



section.news_blog_tab h3.title {

    margin-bottom: 0px;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link {

    font-size: 16px;

    color: #7a7a7a;

    font-weight: 500;

}



.news_blog_tab ul.nav.nav-tabs a.nav-link img {

    width: 25px;

    margin-right: 10px;

}



.one_blog_list {
	/*
    column-count: 4;
	column-gap: 15px;*/

    margin-top: 13px;

    

}



.one_blog_tab {

    box-shadow: 0px 0px 15px #ccc;

    /* margin: 10px; */

    padding: 30px 19px;

    border-radius: 9px;

}



.one_blog_tab h5 {

    font-size: 12px;

    margin-bottom: 5px;

    color: #00365a;

}



.one_blog_tab h2 {

    font-size: 18px;

    margin-bottom: 7px;

    color: #000;

    

}





.one_blog_tab p {

    font-size: 14px;

    line-height: 1.2;

    color: #909090;

}







.one_blog_tab h5 a {

    float: right;

    position: relative;

    top: -10px;

}



.one_blog_tab h5 a img {

    max-width: 20px !important;

}



.one_blog_tab img {

    margin-bottom: 15px;

}



.showcaseimg01 .showcase_conten_slide {

    padding: 10px 10px;

}



.showcaseimg01 .showcase_conten_slide h4 {

    font-size: 27px;

}



.showcaseimg01 .showcase_conten_slide .showlcoation img {

    max-width: 14px;

    vertical-align: middle;

}



.showcaseimg01 .showlcoation p {

    margin-bottom: 0;

    font-size: 14px;

}



.showcaseimg01 .showcase_conten_slide h4 {

    font-size: 24px;

    margin-bottom: 1px;

}



.showcaseimg01 {

    border-radius: 10px;

    overflow: hidden;

}







section.news_blog_tab.featuredlist_p h3.title {

    margin-bottom: 35px;

}



section.news_blog_tab.featuredlist_p ul.nav.nav-tabs a.nav-link {

    border: 1px solid #ccc;

    border-radius: 30px;

    margin: 0 3px;

    padding: 5px 15px;

    font-size: 14px;

}



section.news_blog_tab.featuredlist_p ul.nav.nav-tabs {

    margin-bottom: 25px;

}



section.news_blog_tab.featuredlist_p ul.nav.nav-tabs a.nav-link.active {

    background: #00365a;

    color: #fff;

    border-color: #00365a;

}





.owl-carousel {

    position: relative;

}

.about_project_top .left h2, .about_project_top .left h1 {
    margin-bottom: 0;
    color: #353535;
    font-size: 32px;
}

.owl-carousel .owl-nav {

    position: absolute;

    top: 50%;

    margin-top: -30px;

    width: 100%;

}



.owl-carousel .owl-nav button.owl-prev {

    margin-left: -22px;

}



.owl-carousel .owl-nav button {

    background: #fff !important;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    box-shadow: 0px 0px 5px #ccc;

}



.owl-carousel .owl-nav button.owl-next {

    position: absolute;

    right: -22px;

}



.owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active{outline: none;}



.vielist {

  /*  column-count: 2;*/

}



.vielist .one_video {

    border-radius: 10px;

    overflow: hidden;

    position: relative;

}



.vielist .one_video img {

    width: 100%;

}



.vielist .one_video a.play_btn {

    position: absolute;

    top: 50%;

    z-index: 999;

    left: 50%;

    transform: translate(-50%, -50%);

}



.vielist .one_video a.play_btn img {

    width: 60px;

}



.hoemform {

    padding: 5% 12%;

    box-shadow: 0 0 15px #ccc;

    border-radius: 10px;

}



.form-group {

    position: relative;

}





.hoemform label.icon_bt {

    position: absolute;

    top: 12px;

    left: 27px;

}







.hoemform label.icon_bt i.fa {

    font-size: 20px;

}



.hoemform .form-control {

    border-radius: 22px;

    padding: 10px 0;

    padding-left: 60px;

    height: 46px !important;

}



.home_contact h3.title {

    margin-bottom: 18px;

}



.hoemform button.btn.btn-primary {

    background: #00365a;

    border-color: #00365a;

    margin: 0 auto;

    clear: both;

    display: block;

    margin-top: 7px;

    /* width: 100px; */

    padding: 8px 5%;

    border-radius: 30px;

}   



section.realeastedevloper {

    text-align: center;

}



section.realeastedevloper {

    text-align: center;

}



.realeastedevloper h3.title {

    margin-bottom: 13px;

}





.shortreal_some {

    width: 100%;

    margin: 0 auto;

}



.shortreal_some p {

       font-size: 15px;
    float: left;
    width: 100%;

}



.shortreal_some p a {

    color: #e01381;

}

section.looking_somethings h3.title {

    font-size: 25px;

    font-weight: normal;

    font-style: normal;

    margin-bottom:  35px;

}



section.looking_somethings {

    /* background: #f2f2f2; */
	background: #f3f9ff;
    padding: 40px 0;
	  

}





.looking_somethings ul {

    padding: 0 5px;display: flex;
	/*justify-content: space-around;*/
	    justify-content: space-between;

    list-style: none;

    column-count: 3;

}



.looking_somethings ul li a {

    font-size: 19px;

}



.looking_somethings ul li a {

    font-size: 19px;

    color: #353535;

    font-weight: 400;

    position: relative;

}



.looking_somethings ul li a:before {

    content: '';

    position: absolute;

    bottom: -10px;

    width: 31px;

    height: 5px;

    background: #07417a;

}





footer {

    background: #00365a;

    padding: 40px 0;
	padding-bottom: 15px;

}





.topfooter a {

    color: #fff;

}





.footerlinks h5 {

    font-size: 16px;

    font-weight: normal;

    color: #f1f1f1;

}



.footerlinks ul {

    padding: 0;

}

.footerlinks ul li a {

    color: #dfeff9;

    font-size: 13px;

    font-weight: normal;

}

.footerlinks ul li a:hover, .footerlinks ul li a:active{
	color: #dc214c;
}





.middle_footer {

    padding: 40px 0 20px 0;

    border-top: 1px solid #0e5584;

}



.morelinks {

    text-align: center;

    border-top: 1px solid #0e5584;

}





.footerlinks ul li {

    list-style: none;

}



.footerlinks {

    column-count: 5;

}



.one_list01 {

    min-height: 215px;

}



ul.sociallings li {

    display: inline-block;

}



ul.sociallings li a {

    border: 1px solid #dfeff9;

    width: 35px;

    display: inline-block;

    text-align: center;

    height: 35px;

    border-radius: 50%;

    padding: 6px;

    color: #dfeff9;

    font-size: 16px;

}



.one_list01 {

    min-height: 215px;

}



.sub_scrubomt.one_list01 label.icon_bt {

    position: absolute;

    top: 0;

    padding: 12px 12px;

    left: 4px;

}



.sub_scrubomt.one_list01 .form-control {

    border-radius: 25px;

    height: 45px;

    padding-left: 40px;

    font-size: 13px;
	    border: 1px solid #0e5584;

} 





.sub_scrubomt.one_list01 form {

    margin-top: 20px;

}



.morelinks {

    text-align: center;

}





.morelinks a {

    color: #ababab;

    font-size: 13px;

    font-weight: normal;

}





.footerbotttom {

    color: #ababab;

    font-size: 12px;

    border-top: 1px solid #0e5584;

    padding-top: 15px;

}



.footerbotttom p{ 
margin-bottom: 0px;
    color: #dfeff9;
}

.topfooter {

    padding-bottom: 15px;

}



.morelinks {

    text-align: center;

    padding: 8px 0;

}


ul.sociallings li a:active{color: #dfeff9 ;}
ul.sociallings li a:hover   {

    /*background: #dc214c;
	border-color:#dc214c;*/
	border-color:#dc214c ;
    color: #dc214c ;

}

.sub_scrubomt.one_list01 label.icon_bt i.fa.fa-envelope {
    color: #00365a;
}





#showcase_listnew .owl-nav {

    top: initial;

    margin-top: 0;

    position: initial;

    width: initial;

}



#showcase_listnew .owl-nav button {

    background: none !important;

    margin-left: initial;

    width: initial;

	    position: initial;

    box-shadow: none;

}



.video_popup .modal-body {

    padding: 0;

    position: relative;

}



.video_popup .modal-body button.close {

    position: absolute;

    top: 5px;

    right: 5px;

    z-index: 9999;

}



.video_popup .modal-body video {

    width: 100%;

    height: 100%;

}





.video_popup .modal-dialog {

    max-width: 700px;

}



.video_popup .modal-dialog .modal-content {

    background: none;

}







/**************************** 29-oct************************************/



/*ANIL CSS start*/

    .breadcrumb_in ul{margin: 0;padding: 0;}

    .breadcrumb_in ul li{list-style: none;display: inline-block;color: #8a8a8a;font-size: 14px;}

    .breadcrumb_in ul li a{color: #575757;font-size: 14px;text-decoration: none;}

    .detail_page{margin-top: 99px !important;}

    .about_project_top{display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}

    .about_project_top .left h2{margin-bottom: 0;color: #353535;}

    .about_project_top .left p{margin: 0;}

    .about_project_top .left p i{font-size: 9px;position: relative;top: -2px;padding: 0px 10px;}

    .about_project_top .right p{margin: 0;text-align: right;margin-bottom: 5px;}

    .about_project_top .right p label{margin: 0;font-weight: 600;}

    .about_project_top .right p a{padding-left: 15px;color: #000;}

    .about_project_top .right p a img{margin-right: 0px;}

    .detail_img_group ul{padding: 0;}

    .detail_img_group ul li{list-style: none;}

    .detail_img_group .pro_left img{width:100%;border-radius: 15px;}

    .detail_img_group .pro_left{width: 68%;float: left;padding-right: 10px;position: relative;}

    .detail_img_group .pro_right{width: 32%;float: left;}

    .detail_img_group .pro_right img{width:100%;border-radius: 15px;}

    .impression{position: absolute;bottom: 15px;width: 100%;display: flex;align-items: center;justify-content: space-between;}

    .impression label{margin: 0;background: #29341d;color: #fff;padding: 5px 20px;border-radius: 50px;margin-left: 15px;font-size: 15px;}

    .impression .count{margin: 0;background: #29341d;color: #fff;padding: 5px 20px;border-radius: 8px;margin-right: 20px;font-size: 15px;}

    .impression .count img{width: 18px;margin-right: 6px;}

    .configration_block{margin-bottom: 0px;margin-top:15px;}

    .configration_block ul{padding: 0;margin: 0;display: flex;align-items: center;justify-content: space-between;}

    .configration_block ul li{list-style: none;display: flex;align-items: center;width: 20%;
    margin-right: 5%;}

    .configration_block ul li .icon{margin-right: 10px;     width: 30px;}
	
	.configration_block ul li:last-child {
    margin-right: 0;
    width: 25%;
}

		.scrollpay nav#navbar-example2 {
    margin: 30px 0;
}
    .configration_block ul li .text{border-right: 1px solid #ddd;padding-right: 40px;     width: calc(100% - 30px);}

    .configration_block ul li p{margin-bottom: 0;color: #353535;}

    .configration_block ul li label{font-size: 16px;margin-bottom: 0;font-weight: 500;color: #353535;}

 .location .configration_block ul li .text{padding-right:20px;}

    .scrollpay{margin-top: 20px;}

    #navbar-example2{padding: 0;border-bottom: 1px solid #ddd;display: none;}

    #navbar-example2 ul li a{color: #353535;font-size: 16px;}

    #navbar-example2 ul li.active a{font-weight: 600;background: none;border-bottom: 1px solid #353535;border-radius: 0;}
	 
    .about_tab{padding: 20px 0px;}
    .about_tab h3{    font-size: 28px;
    margin-bottom: 10px;}
    .about_tab p{    margin-bottom: 15px;
    text-align: justify;}

    .about_tab p a{color: #00365a;font-weight: 600;text-decoration: underline;}
    #amenities{margin-top: 20px;}
    #amenities h3{font-size: 28px;margin-bottom: 10px;}
    #amenities_slider{margin-top: 30px;}

    #amenities_slider .owl-item .item .showcaseimg01{text-align: center;}

    #amenities_slider .owl-item .item .showcaseimg01 img{width: 155px;margin: 0 auto;margin-bottom: 10px;}

    #amenities_slider .owl-item .item .showcaseimg01 h5{margin-bottom: 0;font-size: 16px;}

    #amenities_slider .owl-nav{position: absolute;top: -25px;float: right;width: 100px;right: 0;}

    #amenities_slider .owl-nav button{margin: 0;right: 0;width: 40px;height: 40px;} 

    #amenities_slider .owl-nav button span{font-size: 35px;position: relative;top: -8px;}

    .address_tab{margin: 50px 0px;}

    .address_tab h3{margin-bottom: 10px;font-size: 28px;}

    .address_tab .row{align-items: center;margin-bottom: 50px;}
.address_tab .row .text h4{    margin-bottom: 20px;font-size: 26px;}
    .address_tab .row .img{position: relative;}
    .address_tab .row .img img{border-radius: 10px;}

    .imp{position: absolute;bottom: 10px;margin: 0;background: #29341d;color: #fff;padding: 5px 20px;border-radius: 50px;margin-right: 15px;font-size: 15px;right: 0;}

    .imp label{margin: 0;}

    .layout h3{margin-bottom: 10px;font-size: 28px;}

    .floor{margin-top: 40px;}

    .floor h3{margin-bottom: 20px;}

    #myTab li a{border: none;

    color: #353535;

    font-size: 16px;}

    #myTab li a.active{border-bottom: 1px solid #000;font-weight: 600;}

    #myTab{margin-bottom: 20px;}

    #location{margin-top: 40px;}

    #location h3{margin-bottom: 10px;font-size: 28px;}

    .calculator{margin-top: 50px;}

    .calculator h3{margin-bottom: 10px;font-size: 28px;}

    .configration_block ul li:last-child .text{border-right: none;}

    .location .configration_block ul li:last-child .text{border-right: none;}

    .location .configration_block ul li p{line-height: 1.3;}

    .serving_block{margin-top: 40px;margin-bottom: 40px;}

    .serving_block h3{margin-bottom: 10px;
    font-size: 28px;}

    .demo{margin-top: 0px;margin-bottom:0px;}

    .card{margin-bottom: 10px;}

    .card-header{    padding: 2px 0px;

    background: none;

    border: 1px solid #ddd;}

    .card-header h2 button:hover{color: #353535;}

    .card-header h2 button{ color: #353535;   width: 100%;
        font-weight: 500;
    text-decoration: none !important;

    text-align: left;}

    .card-header h2 button i{float: right;margin-top: 4px;}

    .card-body{padding: 10px;}
    .card-body p{margin-bottom: 0px;}
    .card-body ul{    margin-top: 5px;padding-left: 0;}
    .card-body ul li{list-style: none;}

    .more a{color: #00365a;font-weight: 600;text-decoration: underline;}

    .walkthrough{margin-top: 40px;}

    .walkthrough h3{margin-bottom: 20px;}

    .exploring.ext{background: #f3f3f3; margin-bottom: 0px;    padding: 50px 0;}

    .exploring.ext .exploring_in{margin: 50px 0px;}
.exploring.ext .exploring_in h3{font-size: 28px;margin-bottom: 20px;}
    .exploring_in{text-align: center;margin: 40px 0px;}

    .dreams{margin-bottom: 0px;}
    .dreams h3{margin-bottom: 10px;font-size: 28px;}
    .dreams label{font-weight: 600;}

    .living_block{overflow: hidden;margin: 0px 0px;}

    .living_block ul{margin: 0;padding: 0;}

    .living_block ul li{width: 20%;float: left;text-align: center;list-style: none;}

    .living_block ul li .text{text-align: center;margin-top: 8px;}

    .living_block ul li .text h4{    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #00365a;}

    .living_block ul li .text p{margin: 0; color: #575757}





    .resi_img{    margin-top: 20px;margin-bottom: 0px;     border-radius: 15px;     overflow: hidden;}

    .resi_tabs{margin: 30px 0px 50px 0px;}

    .timeline_tabs li a{padding: 10px 30px;}

    .upcoming_tabbs{margin-top: 40px;}

    .upcoming_tabbs h3{text-align: center;    margin-bottom: 20px;}

    .upcoming_tabbs .nav.nav-tabs{border: none;margin-bottom: 35px !important;justify-content: center;}

    .upcoming_tabbs .nav.nav-tabs li{margin: 2px 5px;}

    .upcoming_tabbs .nav.nav-tabs li a{border: 1px solid #ddd !important;border-radius: 50px;}

    .upcoming_tabbs .nav.nav-tabs li a.active{background: #00365a;color: #fff !important;border-color: #00365a !important;font-weight: 400 !important;}



    .upcoming_tabs_data{border: 1px solid #ddd;border-radius: 10px;padding: 20px;margin-bottom: 20px;}

    .upcoming_tabs_data .img_block{text-align: center;background: #f3f3f3;border-radius: 10px;border: 1px solid #ddd;padding: 40px 0px;margin-bottom: 20px;}

    .upcoming_tabs_data .detail h4{color: #353535;font-size: 24px;}

    .upcoming_tabs_data .detail ul{margin-bottom: 20px;padding: 0;}

    .upcoming_tabs_data .detail ul li{list-style: none;color: #353535;margin-top: 8px;font-size: 16px;}

    .upcoming_tabs_data .detail ul li img{width: 20px;height: 20px;object-fit: contain;margin-right: 5px;}



    .listing_project h3{    color: #353535;

    margin-bottom: 25px;

    font-size: 24px;

    border-bottom: 1px solid #ddd;

    padding-bottom: 10px;}

    .listing_project .pro_list{display: flex;border-bottom: 1px solid #ddd;padding-bottom: 25px;margin-bottom: 25px;}

    .listing_project .pro_list:last-child{border: none;}

    .listing_project .pro_list .left{width: 50%;    margin-right: 20px;position: relative;}

    .listing_project .pro_list .left img{width: 100%;}

    .listing_project .pro_list .right{width: 50%;}

    .listing_project .pro_list .right .top_bar{    margin-bottom:15px;}

    .listing_project .pro_list .right .top_bar a{    border: 1px solid #ddd;display: inline-block;

    padding: 4px 10px;    color: #353535;margin-top: 0;}

    .listing_project .pro_list .right .top_bar a i{    margin-right: 5px;

    font-size: 12px;

    margin-left: 0;

    position: relative;

    top: 0px;}

    .listing_project .pro_list .right .top_bar a i.fa-check{color: #8ca759;}

    .listing_project .pro_list .right .top_bar a i.fa-circle{color: #d57b11;}

    .listing_project .pro_list .right .mid_block{margin-bottom:5px;}

    .listing_project .pro_list .right .mid_block h4{font-size: 25px;margin-bottom: 0;}

    .listing_project .pro_list .right .mid_block label{font-size: 18px;font-weight: 500;margin: 0;}

    .listing_project .pro_list .right .bottom_block{display: flex;justify-content: space-between;}

    .listing_project .pro_list .right .bottom_block .col{padding: 0;}

    .listing_project .pro_list .right .bottom_block .col:first-child{border-right: 1px solid #ddd;    margin-right:15px;}

    .listing_project .pro_list .right .bottom_block .col p{margin-bottom:0px;}

    .listing_project .pro_list .right a{    margin-top:10px;display:inline-block;color: #000;}

    .listing_project .pro_list .right a i{font-size: 22px;position: relative;top: 3px;margin-left:2px;}





.teams{margin-bottom: 40px;}

.team_block .img_block img{border-radius: 20px;}

.team_block{margin-bottom: 20px;border: 1px solid #ddd;border-radius: 10px;}

.team_block .text{border-top: 1px solid #ddd;padding: 15px;}

.team_block .text label{display: block;font-size: 22px;margin: 0;font-weight: 600;text-align: center;}

.team_block .text p{margin-bottom: 0;color: #7b7b7b;text-align: center;}



#sidebarWrap{border: 1px solid #ddd;

    padding: 20px;border-radius: 10px;}

#sidebarWrap h5{}

#sidebarWrap .form .form-block{    margin-top: 15px;

    display: flex;}

#sidebarWrap .form .form-block select{border: 1px solid #ddd;

    border-radius: 5px;

    padding: 8px;

    font-size: 16px;    margin-right: 5px;

    color: #000;}

#sidebarWrap .form .form-block input{    width: 100%;

    border: 1px solid #ddd;

    border-radius: 5px;

    padding: 8px;

    font-size: 16px;

    color: #000;}

.pro_type{margin-bottom: 10px;}

.pro_type label{width: 100%;

    margin-top: 18px;

    font-weight: 600;

    font-size: 18px;}

.pro_type button{    border: 1px solid #ddd;

    background: none;

    padding: 5px 10px;

    border-radius: 50px;

    margin-bottom: 8px;}

.check label{display: flex;line-height: 1.2;

    align-items: baseline;font-size: 15px;}

.check label input{    position: relative;

    top: 1px;

    margin-right: 8px;}

.submit{    text-align: center;

    margin-top: 25px;}

.submit button, .submit input[type="submit"]{    background: #00365a;

    color: #fff;

    width: 100%;

    border-radius: 50px;

    padding: 10px;

    cursor: pointer;

    border: none;}

#sidebarWrap .form p{    margin-bottom: 0;margin-top: 15px;line-height: 1.2;}

.milestones{margin: 0px 0px;}

.milestones h3{margin-bottom: 20px;}

#milestones .item .text{position: absolute;top: 40%;width: 80%;margin: 0 auto;line-height: 1;right: 0;left: 0;}

#milestones .item .text .year{color: #fff;font-size: 30px;}

#milestones .item .text h2{color: #fff;font-size: 45px;    margin: 0;}

#milestones .item .text p{color: #fff;font-size: 20px;margin: 0;}

#milestones .owl-nav button.owl-prev{margin-left: 30px;}

#milestones .owl-nav button.owl-next{margin-right: 50px;}

.milestones_slider .owl-dots{    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    bottom: 63px;
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    text-align: center;}
	
.milestones_slider .owl-dots .owl-dot:before {
    content: '';
    height: 30px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.milestones_slider .owl-dots .owl-dot {
    color: #ffff;
     
    width: 50px;
    /* background: #fff; */
    height: 1px;
    position: relative;
    height: 30px;
}


.milestones_slider .owl-dots .owl-dot.active span.nav_year {
    font-size: 16px;
    position: absolute;
    top: -30px;
    left: -27%;
    transform: translate(50%, -50%);
    font-weight: 400;
}
.milestones_slider .owl-dots .owl-dot.active::before {
    width: 2px;
    height: 60px;
}

.milestones_slider .owl-dots .owl-dot span.nav_year {
    font-size: 0;
}

 

.milestones_slider .owl-dots .owl-dot:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
 
 
 
.milestones_slider .owl-dots button{background:none;padding: 0;width: 60px;outline: none !important;box-shadow: none;height: 30px;position: relative;}

.milestones_slider .owl-dots button::after{content: '';background: white;width: 2px;top: 0;height: 28px;position: absolute;}

.milestones_slider .owl-dots button span{ color: #fff;position: absolute;top: -30px;left: 0;right: 0;font-size: 22px;}

.start_year{color: #fff;font-size: 22px;}





.journey{margin: 40px 0px;}

.journey h3{margin-bottom: 20px;}

#journey .item .text{    position: absolute;

    top: 40%;

    width: 35%;

    min-width: 400px;

    margin: 0 auto;

    line-height: 1;

    right: 85px;}

#journey .item .text .year{color: #fff;font-size: 30px;margin-bottom: 20px;}

#journey .item .text h2{color: #fff;font-size: 45px;    margin: 0;}

#journey .item .text p{color: #fff;font-size: 20px;margin: 0;line-height: 1.3;}

#journey .owl-nav button.owl-prev{margin-left: 30px;}

#journey .owl-nav button.owl-next{margin-right: 50px;}

.journey_slider .owl-dots{display:none;width: 90%;align-items: center;justify-content: space-between;margin: 0 auto;bottom: 63px;position: absolute;z-index: 9;right: 0;left: 0;}

.journey_slider .owl-dots button{background:none;padding: 0;width: 60px;outline: none !important;box-shadow: none;height: 30px;position: relative;}

.journey_slider .owl-dots button::after{content: '';background: white;width: 2px;top: 0;height: 28px;position: absolute;}

.journey_slider .owl-dots button span{ color: #fff;position: absolute;top: -30px;left: 0;right: 0;font-size: 22px;}

.start_year{color: #fff;font-size: 22px;}







.chairman_message{margin: 0px 0px;}

.chairman_message .row{align-items: center;}

.chairman_message .row .text h3{   
	font-weight: normal;
    margin-bottom: 20px;
    font-size: 30px;}



.awards{margin-top: 0px;margin-bottom: 0px;}

.awards .awards_in h3{margin-bottom: 20px;}

.awards .awards_in ul{ border: 1px solid #ddd;margin: 0;border-radius: 5px;padding: 0;overflow: hidden;}

.awards .awards_in ul li:last-child{border: none;}

.awards .awards_in ul li{list-style: none;width: 25%;float: left;padding: 20px;border-right: 1px solid #ddd;text-align: center;     min-height: 250px;}

.awards .awards_in ul li .text img{margin-bottom: 20px;}

.awards .awards_in ul li .text h4{font-size: 20px;color: #353535;}

.awards .awards_in ul li .text p{color: #999999;margin: 0;}

.navbar.fixed_header{position: sticky;top: 64px;background: #fff;z-index: 9;}

.fixed_sidebar{position: sticky;top:70px;background: #fff;z-index: 9;}



.vision_mission{margin: 50px 0px;}

.vision_mission h3{    font-size: 1.95rem;
    text-align: left;
    margin-bottom: 30px;
    font-weight: normal;
    color: #00365a;}

.vision_mission .row{align-items: center;margin-bottom: 50px;}

.vision_mission .mission_img img{position: relative;}

.vision_mission .mission_text h4{font-size: 30px;margin-bottom: 25px;}

.vision_mission .mission_text p{    margin: 0;}



.why_sbp{    margin: 40px 0px;}

.why_sbp h3{    margin-bottom: 20px;}

.why_sbp .banner_img{    position: relative;    margin-bottom: 25px;   border-radius: 15px;     overflow: hidden;}

.why_sbp p{    text-align: center;

    font-size:17px;

    margin: 0;}







@media (min-width: 1200px){
 
     /* .cum_width{    width: 85%;margin: 0 auto;} */

}









.showcase_conten_slide h4 a {

    color: #fff;

}





.showcase_conten_slide h4 a:hover {

    outline: none;

    text-decoration: none;

}
.toggle_mi_menu ul ::marker, .sub_menu_tab ul ::marker {
	display:none !important;
	font-size: 00 !important;
}
.popupmenu {
    background: #00365a;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	    padding: 0px 0;
}

.toggle_logo img {
    width: 120px;
} 

.toggle_mi_menu ul {
    padding: 0;
    margin: 40px 0;
}


.toggle_menu_s {
    padding: 30px 0;
}

.toggle_proje_list {
    padding: 30px 0;
	    display: flex;
    flex-wrap: wrap;
}

	
.toggle_mi_menu ul a {
   /* text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: 400;*/
	
	    text-transform: uppercase;
    color: #dfeff9;
    font-size: 21px;
    font-weight: 400;
    Font-weight: 300;
    Margin: 22px 0;
	display:block;
	
	
}

.toggle_bottom_menu h4 {
    color: #dc214c;
    font-size: 14px;
    text-transform: uppercase;
}

h5.Phone_numb a {
    color: #fff;
    font-size: 40px;
}

h5.email_num {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

h5.email_num a {
    color: #fff;
}

.One_pr_codntet {
    color: #fff;
}

.One_pr_codntet {
    color: #fff;
}


.showlcoation02 {
    display: flex;
    align-items: flex-start;
}

.One_pr_codntet a {
    font-size: 12.5px;
    color: #dc214c;
}

.One_pr_codntet a i.fa {
    display: inline-block;
    background: #dc214c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
}

.One_pr_codntet h4 {
    font-size: 18px;
    margin: 8px 0 4px;
}

.showlcoation02 img {
    max-width: 12px;
    padding: 3px 0;
    margin-right: 7px;
}

.showlcoation02 p {
    font-size: 11px;
	    margin: 0;
}

.one_produ_togge_m {
        padding-bottom: 0;
    width: calc(50% - 0px);
    text-align: left;
    float: left;
    margin: 0px;
    border-right: 1px solid #0e5584;
	    height: 100%;
}

.popupmenu.open_menu {
    display: inline-block !important;
}
.middle_border {
    width: 100%;
    height: 100vh;
    border-right: 1px solid #0e5584;
    border-left: 1px solid #0e5584;
}

.one_produ_togge_m_inn {
    border-bottom: 1px solid #0e5584;
    margin: 30px  5px 0 5px;
    padding-bottom: 20px;
}

.one_produ_togge_m:nth-child(2) .one_produ_togge_m_inn {
    margin-right: 0;
}

.one_produ_togge_m:nth-child(2) {
    border-right: 1px solid #0e5584 !important;
}

.one_produ_togge_m:nth-child(1) .one_produ_togge_m_inn {
    margin-left: 0;
}

.one_produ_togge_m:nth-child(3) .one_produ_togge_m_inn {
    margin-left: 0;
}

.one_produ_togge_m:nth-child(4) .one_produ_togge_m_inn {
    margin-right: ;
}

.one_produ_togge_m:nth-child(4) {
    border-right: 1px solid #0e5584 !important;
}


#popupmenu{display:none}
		 
		
		.One_pr_img {
			border-radius: 10px;
			width: 100%;
			//height: 120px !important;
			overflow: hidden;
		}
		
		.One_pr_img img {
			width: 100%;
		}
		
		
		
.one_slider {
    position: relative;
    text-align: center;
}

.slide_content {
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
	    margin-top: 5%;
}


.main_logo img.header__logo {
    max-width: 130px;
}



.pd50{margin-top:50px !important; margin-bottom:0px !important  }

.accordion .card-header {
    r: 1px solid #ececec;
    border: none;
    border-bottom: 1px solid #ececec;
}

.scrollpay nav#navbar-example2 {
    display: block;
}



.breadcrumb_in.cum_width {
    margin: 20px 0;
}

            .toogle_footer{ /* column-count: 5; */margin: 20px 0px;display: none;  }
		.botomlist{      display: flex;
    justify-content: space-between;}
            .toogle_footer .ft h5{font-size: 16px;font-weight: normal;color: #f1f1f1;}
            .toogle_footer .ft ul{padding: 0;}
            .toogle_footer .ft ul li{list-style: none;}
            .toogle_footer .ft ul li a{color: #dfeff9;font-size: 13px;font-weight: normal;}
			.toogle_footer .ft ul li a:hover, .toogle_footer .ft ul li a:active{
				color: #dc214c;
			}

.vielist .one_video iframe{border-radius: 5px;}


.shortreal_some {
    font-size: 14px;
}

.breadcrumb_in {
    margin-top: 20px;
}



#awards_slider .owl-dots {
    display: none;
}

.text.one_award {
    text-align: center;
}

.text.one_award img {
    width: initial !important;
    margin: 0 auto;
    margin-bottom: 20px;
}

.one_award h4 {
        font-size: 18px;
    color: #00365a;
}

.one_award p {
        color: #8d8d8d;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}

div#enquiry_popup .modal-content {
    background: #f3f9ff;
}

.modal-title {
    font-size: 30px;
    font-weight: normal;
    color: #00365a;
}
#enquiry_popup .modal-header p {
    font-weight: normal;
    font-size: 16.5px;
}
.submit_btn {
    font-size: 15px;
}


section.seo_section {
    padding: 70px 0 0px;
}

section.seo_section h4 {
    margin: 15px 0;
    float: left;
    width: 100%;
}

.seo_section .cum_width > h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}

.seo_section .cum_width .content, .seo_section .cum_width .content p, .short_content02 {
    font-size: 15.5px;
    font-weight: normal;
    line-height: 1.7;
    color: #575757;
	margin: 5px 0;
}

.seo_section p {
    float: left;
    width: 100%;
    margin: 0;
}




.text.one_award {
    list-style: none;
    /* width: 25%; */
    float: left;
    padding: 20px;
    border-right: 1px solid #f2f2f2;
    text-align: center;
	    min-height: 220px;
}

div#awards_slider {
    border: 1px solid #f2f2f2;
    margin: 0;
    border-radius: 5px;
    padding: 0;
    /* overflow: hidden; */
}


.awards_in.all_orders li {
    border-bottom: 1px solid #ddd;
}


.awards_in.all_orders li:last-child {
    border-right: 1px solid #ddd !important;
}

.partner_form .form .form-block br {
    display: none;
}

button.menu_close_btn {
    background: no-repeat;
    color: #fff;
    border: none;
    box-sizing: no;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 5px;
	    z-index: 999999;
    cursor: pointer;
}

.grad_color{
	  margin: 0;
    background:linear-gradient(91deg, #da0980,  #ff0392, #353297,  #2d3498);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_banner h6.grad_color {
    font-size: 55px;
    font-weight: bold;
	    color: #00365a !important;
    -webkit-text-fill-color: inherit;
}

.resi_pro_in_mohali {
    padding: 50px 0; 
}

.text.one_award img {
    max-width: 80px;
}



.officeslist {
    display: flex;
    flex-wrap: wrap;
	    margin: 50px 0;
}

.officeslist .one_offi_01 {
    width: 25%;
    padding: 10px;
}


.ofice_img {
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.ofice_img img {
    transform: scale(1);
    transition: all 2.6s ease-in-out;
    height: 16.5rem;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.ofice_content h3 {
    font-size: 1rem;
    color: #333;
    /* font-family: Roboto-Bold,Helvetica Neue,Arial,sans-serif; */
    margin: 1rem 0 0.55rem;
    font-weight: 600;
}

.ofice_content p {
    color: #333;
    line-height: 1.25rem;
	    margin-bottom: 0;
    font-size: 13px;
}

#emp_care_slider .showcase_conten_slide {
    box-shadow: none;
    background: no-repeat;
    bottom: 10%;
    text-align: center;
}

#emp_care_slider .showcase_conten_slide h4 {
    color: #000;
}

#lbt-lightbox_imgs { 
    z-index: 9999999999 !important;
}


.page-template-template_our_journey .awards {
    margin-bottom: 100px;
}

.detail_page .pd50 {
    margin: 50px 0 !important;
    float: left;
    width: 100%;
}


.single-projects section.exploring.ext {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.single-projects section {
    clear: both;
}

.menuscrol ul#myTab {
    width: max-content !important;
    margin-bottom: 0 !important;
}
.menuscrol {
    overflow: auto !important;
}
 
 
 .modal-open .modal {
    z-index: 999999999;
}

.error {
    background: #efefef;
    padding: 10px;
    margin: 20px 0;
    border-left: 5px solid #f00;
}

.scrollpay nav#navbar-example2 {
    position: sticky;
    top: 64px;
    background: #fff;
	    z-index: 999;
}

.scrollpay {
    margin-top: 20px;
    float: left;
    width: 100%;
}


.sub_menu_tab {
    padding: 35px 0;
	    margin: 90px 0;
}



.sub_menu_tab ul li a {
    /*    font-size: 22px;
    font-weight: normal;
    text-transform: capitalize;  
    color: #fff; 
	
	*/
	
	font-size: 18px;
    font-weight: 300;
    display: block;
    margin: 20px 0;
    color: #dfeff9;
}

li.nav-item.walkthrough {
    margin-top: 0;
}

#amenities_slider .owl-item .item .showcaseimg01 .emonni_image {
    width: 155px;
    height: 155px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}


.success-message {
    background: #efefef;
    padding: 10px;
    margin: 20px 0;
    border-left: 5px solid #18c300;
}

li.nav-item.calculator {
    margin-top: 0;
}

.one_blog_tab a {
    color: #000;
}

.one_blog_list.blog_page_list {
    column-count: inherit;
    display: flex;
    flex-wrap: wrap;
}

.one_blog_list.blog_page_list .one_blog_tab {
    /* height: 300px; */
    margin-bottom: 20px;
    width: 24%;
}


.sharelistsocoil ul {
    padding: 0;
    list-style: none;
}

.sharelistsocoil ul li {
    display: inline-block;
    width: 30%;
    text-align: center;
}
 

.sharelistsocoil ul li .shareimg {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    background: #ccc;
    padding: 2px;
    font-size: 41px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
}


.sharelistsocoil ul li .shareimg.twitter {
    background: #1da1f2;
}


.sharelistsocoil ul li .shareimg.Facebook {
    background: #1777f2;
}


.sharelistsocoil ul li .shareimg.Whatsapp {
    background:#66d05c;
}

.sharecontent {
    color: #000;
}

.toggle_mi_menu {
    margin: 60px 0;
}

section.news_blog_tab.featuredlist_p .owl-nav {
    display: none;
}

#milestones .item {
    border-radius: 15px;
    overflow: hidden;
}

.kit-item {
    padding: 20px;
}



.kit-item ul {
    list-style: none;
    padding-left: 10px;
}

.kit-item ul li {
    position: relative;
}

.kit-item ul li:before {
    content: '-';
    color: #646464;
}

.kit-item ul li a {
    color: #686868;
}

.showcaseimg {
    width: 100%;
}



.walkthrou_vide iframe {
    width: 100%;
    height: 500px;
}

#testimnila_sliders .article-card-number {
    display: none;
}

.floor_tabs img {
    width: 100%;
} 

			  
					  .location-map.googlemaploc iframe {
    width: 100%;
}
.location-map.googlemaploc {
    border-radius: 15px;
    overflow: hidden;
}
.lt-thumbnail-wrapper #lbt-headertop #lbt-profile_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-name_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-date_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-chat_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-star_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-smile_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-forward_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-download_lightbox{display: none;}
    .lt-thumbnail-wrapper #lbt-headertop #lbt-dot_lightbox{display: none;}
    #lbt_previous i{font-size: 35px;
    left: 10px;
    width: 45px;
    padding-top: 4px;
    position: relative;
    height: 45px;
    text-align: center;
    background: #000;
    padding-left: 0px;
    border-radius: 50px;}
    #lbt_next i{ font-size: 35px;
    right:65px;
    width: 45px;
    padding-top: 4px;
    position: relative;
    height: 45px;
    text-align: center;
    background: #000;
    padding-right: 0px;
    border-radius: 50px;}
    #lbt_previous{background: none;}
    #lbt_next{background: none;}
	
	li.pro_right.newright_galelry_iamge .box {
    display: none;
}
li.pro_right.newright_galelry_iamge .box:nth-child(1) {
    display: block;margin-bottom: 10px;
}

li.pro_right.newright_galelry_iamge .box:nth-child(2) {
    display: block;
}
.box img {
    cursor: pointer;
}




.card-header{border: 0px;border-bottom: 1px solid #ddd;}
    .new_career{margin-top: 40px;}
        .new_career .top_banner{position: relative;}
        .new_career .top_banner img{border-radius: 5px;}
        .new_career .top_banner .banner_text{position: absolute;bottom: 0px;background:#0000005e;width: 100%;height: 100%;border-radius: 5px;display: flex;    align-items: end;justify-content: center;}
        .new_career .top_banner .banner_text h3{font-size:42px;font-weight: 700;text-align: center;color: #fff;margin-bottom: 20px;}
        .new_career .top_banner .banner_text h3 .other_link{margin-top:5px;}
        .new_career .top_banner .banner_text h3 .other_link a{font-size: 18px;color: #000;background: #fff;padding: 15px 42px;border-radius: 50px;}
        .why_text{margin-top: 40px;margin-bottom: 40px;}
        .our_values h3{margin-bottom: 10px;font-size: 28px;font-weight: 600;}
        .values_col .img{position: relative;}
        .values_col .img img{border-radius: 5px;}
        .values_col .img .text{position: absolute;bottom: 10px;margin: 0px 20px;}
        .values_col .img .text h4{font-size: 35px;color: #fff;font-weight: 700;}
        .values_col .img .text p{color: #fff;margin: 0;font-weight: 400;line-height: 1.2;}
        .emp_in h2{font-size: 32px;font-weight: 600;margin-bottom: 28px;}
        .emp_in p{font-size: 18px;}
        .showcaseimg01 .showcase_conten_slide h4 {font-size: 20px;}
              .job_accordian{margin: 40px 0px;}
        .job_accordian .demo h3{font-size: 28px;margin-bottom: 15px;text-align: center;}
        .job_form{padding: 20px;}
        .job_form .form_grop .fild{margin-bottom: 20px;}
        .job_form .form_grop .fild label{display: block;font-weight: 500;margin-bottom: 2px;}
        .job_form .form_grop .fild label span{color: #ed0a0a;}
        .job_form .form_grop .fild input{width: 100%;border: 1px solid #ddd;padding: 5px;border-radius: 5px;height: 42px;}
        .job_form .form_grop .fild input.submit{background: #00365a;border-radius: 50px;color: #fff;border: none;text-transform: uppercase;font-weight: 600;margin-top: 10px;width: 165px;}
        .req p{margin-bottom: 15px;font-weight: 500;font-size: 18px;}
        .req label{font-weight: 500;font-size: 20px;}
        .req ul li{margin-top: 5px;list-style: disc;margin-left: 20px;}
        .vacancies h3{margin-bottom: 10px;font-size: 28px;}
        .vacancies{margin-bottom: 50px;}
        .voice_team{background: #f3f3f3;padding: 60px 0px;margin-bottom: 50px;}
        .voice_team h3{font-size: 32px;font-weight: 600;}
        .showcaseimg01 iframe{width: 100%;height: 500px;border-radius: 10px;}
		
		section.exploring.ext {
		/*display: none; */
	}
	



@media (max-width: 1280px){
    .owl-carousel .owl-nav button.owl-prev {margin-left: 10px;}
    .owl-carousel .owl-nav button.owl-next{right: 10px;}
}

@media (max-width: 1024px){
    .configration_block ul li .text{padding-right: 5px;}
    .impression label{padding: 5px 10px;font-size: 13px;}
    .impression .count{font-size: 13px;padding: 5px 10px;}
    .location .configration_block ul li .text {padding-right: 5px;}
    .configration_block ul li{margin-right: 1%;}
    ul.sociallings li a{margin-bottom: 5px;}
    .footerlinks h5{font-size: 14px;}
    #amenities_slider .owl-item .item .showcaseimg01 h5{font-size: 14px;}
    .living_block ul li .text p{font-size: 14px;}
    .about_banner .text{top:0% !important;}
    .about_banner .text h4 {margin-top: 5px !important;}
    .about_banner .text{width: 80% !important;}
    #milestones .item .text h2{font-size: 36px;}
    .awards .awards_in ul li{min-height: 289px;}
}


@media (max-width: 820px){
    .about_banner img{height: 320px;}
    .about_banner .text {width:95% !important;}
    .about_banner .text p {margin-top: 0px !important;}
    #milestones .item .text{width: 75%;}
    #journey .owl-nav button.owl-prev {margin-left: 10px;}
    #journey .owl-nav button.owl-next {margin-right: 0px;}
    .awards .awards_in ul li{width: 33.33%;}
}


@media (max-width:540px){
    .awards .awards_in ul li {width: 50%;}
    .team_block .img_block img{width: 100%;}
    .why_sbp p{font-size: 18px;}
    .sig{margin-top: 20px;margin-bottom: 50px;}
    #milestones .item .text{text-align: center;}
    .milestones_slider .owl-dots{display: none;}
    .about_project_top {display: block;}
    .about_project_top .right{margin-top: 5px;}
    .about_project_top .right p{text-align: left;}
    .about_project_top .right p a {padding-right: 15px;padding-left: 0px;}
    .detail_img_group .pro_left{width: 100%;padding-right: 0px;}
    .detail_img_group .pro_right{display: none;}
    .configration_block ul{display: block;}
    .configration_block ul li{width: 100%;margin-right: 0% !important;margin-top: 15px;}
    .configration_block ul li:last-child{width: 100%;}
    .address_tab .row .text{margin-top: 10px;}
    .address_tab .row .text h4 {margin-bottom: 5px;font-size: 22px;}
    .address_tab .row .img {margin-top: 10px;}
    .address_tab .row{margin-bottom: 15px;}
    .exploring.ext .exploring_in h3 {font-size: 20px;}
    .exploring.ext .exploring_in {margin: 0px 0px;}
    .living_block ul li {width: 30%;height: 150px;}
    .looking_somethings ul li a {font-size: 15px;}
    #journey .item .text{right: 54px;text-align: center;min-width: 75%;top: 20%;}
    #journey .item .text .year{margin-bottom: 5px;}
    #journey .item .text p{font-size: 16px;}
    .mission_text{margin-top: 10px;margin-bottom: 10px;}
    .vision_mission .mission_text h4 {font-size: 24px;margin-bottom: 5px;}
    .owl-carousel .owl-nav button.owl-prev {margin-left: 8px;}
    .owl-carousel .owl-nav button.owl-next {right: 8px;}
    .scrollpay nav#navbar-example2{display: none;}
    .menuscrol ul#myTab {width: 100% !important;}
    .card-header h2 button{font-size: 14px;}
    .cum_width h3{font-size: 22px;}
    .living_block ul li .text h4 {font-size: 22px;}
    .about_project_top .left h2 {font-size: 24px;}
    #amenities h3 {font-size: 22px;}
    .living_block ul li .icon img{    height: 55px;}
    section.looking_somethings h3.title {font-size: 22px;}
    .showcase_conten_slide h4 a{font-size: 18px;}
    .demo h3{    font-size: 22px;}
    .about_banner img{height: 380px;}
    .about_banner .text h4{font-size: 20px !important;}
    #milestones .item .text h2 {font-size: 20px;}
    #milestones .item .text p{font-size: 16px;}
    #milestones .item .text .year{font-size: 20px;}
    .main_header .container .row{align-items: center;}
}

@media (max-width:430px){
    .about_banner img {height: 430px;}
}

@media (max-width:414px){
    .about_banner img {height: 475px;}
    #milestones .owl-nav button.owl-next {margin-right: 0px;}
    #milestones .owl-nav button.owl-prev {margin-left: 10px;}
    .awards .awards_in ul li {width: 100%;height: auto;}
}







.mobile_menu {
    display: block;
}
.font25{    font-size: 28px;     margin-bottom: 20px;}

.about_banner img {
    width: 100%;
}

.scrollpay nav#navbar-example2.navbar.darkHeader {
    position: fixed !important;
    top: 32px !important;
    z-index: 99999999;
    width: 100%;
}


span.loader-inner1 {
    display: block;
    width: 200px;
    margin: 0 auto;
}

span.loader1 {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffe8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



#home_popup .modal-dialog {
    max-width: 800px;
}

.popuplogo img.header__logo {
    max-width: 100px;
    margin-bottom: 20px;
}


.popoup_welcome_message {
    margin: 30px;
    text-align: center;
}

button.requestsitevisitform2_close {
    background: #00365a;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    border: none;
    width: 125px;
}


p.text-center.beone.grad_color.newco {
    color: #dc214c !important;
    background: none;
    background-clip: inherit;
    -webkit-text-fill-color: initial;
	    font-size: 1.2rem;
}

.success {
    background: #efefef;
    padding: 10px;
    margin: 20px 0;
    border-left: 5px solid #00ea2d;
}

#inner_pages_01 header.main_header {
    height: 64px;
    background: #fff;
    padding: 5px 0;
    position: fixed;
    top: 0px;
    transition: all ease .5s;
}

#inner_pages_01 header.main_header img.header__logo {
    max-height: 50px;
}

#inner_pages_01 header.main_header .main_menus {
    padding-top: 10px;
}

#inner_pages_01 header.main_header .main_menus li a {
    border-color: #000;
    font-size: 14px;
    color: #000;
    padding: 5px 15px;
}

#inner_pages_01 header.main_header .main_menus .toggle_menu span {
    height: 2px;
    width: 30px;
}

body#inner_pages_01 .detail_page {
    margin-top: 65px !important;
}


.home header.main_header img.header__logo {
    filter: brightness(0) invert(1);
}

.home header.main_header.fixed_header .main_logo img {
    filter: initial;
}

.shortreal_some h1.title {
    font-size: 2.3rem;
}


.form-block.radiobutton_list {
    display: flex;
    justify-content: center;
}

.form-block.radiobutton_list label.radio-inline {
    
}


.form-block.radiobutton_list label.radio-inline input[type="radio"] + span {
	color: #353535;
    font-size: 16px;
    min-width: 145px;
    text-align: center;
    border: 1px solid #ddd !important;
    border-radius: 50px;
    display: block;
    padding: 0.5rem 1rem;
	    margin: 0 5px;
		    cursor: pointer;
		
}
.form-block.radiobutton_list label.radio-inline input[type="radio"]:checked + span {
    background: #00365a;
    color: #fff !important;
    border-color: #00365a !important;
    font-weight: 400 !important;
}
.form-block.radiobutton_list label.radio-inline input[type="radio"] {
    display: none;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    /* display: none !important; */
    right: 0 !important;
    right: 0;
}

.journey_slider .owl-carousel .owl-item img{border-radius: 10px;}


form .form-block label.error {
    font-size: 12px;
    margin-bottom: 10px !important; 
    padding: 3px 10px;
    font-weight: 100 !important;
    color: #000;
    background: #fbfbfb;
	    margin-top: 7px;
}

.partner_form .form .form-block input.error, .partner_form .form .form-block select.error {margin: 0;}

form .form-block {
    position: relative;
}