
a, a:hover, a:focus{
	color: #375CFB;
}
.border-bottom{
	border-bottom: 1px solid #DADFE4;
}
.form-control::placeholder {
	color: #ADB7C3;
	opacity: 1;
}

.btn-theme, .bg-theme{
	background: #113DFA;
	color: #fff !important;
}

.btn-white{
	background: #fff;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	color: #414B58;
}
.btn-dark, .btn-dark:hover, .btn-dark:focus{
	background: #303841;
	color: #fff;
	border-color: #303841;
}
.btn-light, .btn-light:hover, .btn-light:focus{
	background: #EFEFEF;
	color: #1F252A !important;
	border-color: #EFEFEF;
}
.btn-cta{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdd49+0,f6c802+100 */
	background: rgb(255,221,73); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,221,73,1) 0%, rgba(246,200,2,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,221,73,1) 0%,rgba(246,200,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,221,73,1) 0%,rgba(246,200,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd49', endColorstr='#f6c802',GradientType=1 ); /* IE6-9 */
	color: #fff;
	border:none;
}
.btn-cta:hover,.btn-cta:focus{
	color: #fff;
	border:none;
}

.btn-secondary{
	background: #E4E9FE;
	color: #375CFB;
	border: 1px solid #E4E9FE;
}
.btn-secondary:hover,
.btn-secondary:focus{
	background: #113DFA;
	border-color: #113DFA;
}
.btn-info{
	background: #E6E9EC;
	color: #414B58;
	border-color: #E6E9EC;
}
.btn-light, .btn-light:hover, .btn-light:focus{
    color: #113DFA;
}
.btn-info:hover,
.btn-info:focus{
	background: #113DFA;
	color: #fff;
	border-color: #113DFA;
}
.text-success{
	color: #83B975 !important;
}
.text-dim{
	color: #C4CBD3 !important;
}
.text-gb{
	color: #DADFE4 !important;
}
.text-bl20{
	color: #375CFB !important;
}
.text-bl40{
	color: #8090A1 !important;
}
.text-bl60{
	color: #627285 !important;
}
.text-bl80{
	color: #515F6E !important;
}
.text-bl100{
	color: #414B58 !important;
}
.text-bl140{
	color: #113DFA !important;
}
.text-wt120{
	color: #FCFDFD !important;
}
.text-blue, .text-theme{
     color: #113DFA;
}
.link-light{
	color: #AABAFD !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	height: 72px;
	padding: 10px 0;
	box-shadow: 0px 2px 9px rgba(0,0,0,0.1);
}
#header .container{
	max-width: 1440px;
}
.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  height: 48px;
  max-width: 118px;
}
.header .header-btns{
    display: flex;
    color: #fff;
}
.header .mobile-nav-show {
    display: none;
}
.header .mobile-nav-toggle{
    font-size: 20px;
}
.header .navbar a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
	font-family: 'SF Pro Text', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0 3px;
	color: #515F6E;
	max-width: 150px;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
  	display: block;
}
.header .navbar a.active{
	color: #1F252A;
	font-weight: 600;
}
.header .navbar a:hover, .header .navbar a:focus{
	text-decoration: none;
	color: #1F252A;
}
.header .dropdown-menu{
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border:none;
	max-width: 350px;
	min-width: 250px;
}
.header .dropdown-menu li {
	border-bottom: 1px solid #ddd;
}
.header .dropdown-menu li:last-child{
	border-bottom: none;
}
.dropdown-menu.dropdown-menu-right {
	left: auto;
	right: 0;
}
.header .dropdown-menu a{
	padding: 10px;
}
.header .navbar .dropdown-menu a{
	display: block;
	white-space: normal;
	line-height: 1.2;
	word-break: break-word;
	max-width: 100%;
}
.header .logo {
	background: #fff;
}
.c-pagination{
	margin-top: 15px;
}
.table-responsive{
	-webkit-overflow-scrolling: initial;
}
.toggle-li{
	padding-right: 30px;
	position: relative;
}
.toggle-li::after {
	position: absolute;
	content: '\f107';
	right: 2px;
	top: -3px;
	font-size: 15px;
	color: #fff;
	font-family: FontAwesome;
	transform: rotate(180deg);
}
.toggle-li.collapsed:after{
	transform: rotate(0deg);
}
.footer-mc ul.fb-sub{
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-mc .flex-ft > ul{
	width: 50%;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .header .navbar {
    padding: 0;
  }

   .header .navbar > ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

   .header .navbar li {
    position: relative;
  }

   .header .navbar > ul > li {
    white-space: nowrap;
    padding: 0 10px;
  }

  .login-btn{
     color: #fff !important;
    }
   .header .navbar a i,
   .header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

   .header .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.4s ease-in-out 0.4s;
  	}
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }

}


/*header style*/
.navigation {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  background:#1F252A;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  top: 0px;
  z-index: 999;
}
.nav-search {
	opacity: 0;
	position: absolute;
	z-index: -5;
	transition: all ease-in-out 0.3s;
}
.navbar-brand {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
}
.pp-logo-mobile {
	display: none;
}
.navigation .navbar-toggler {
	width: 48px;
	height: 48px;
	position: relative;
	border: 0px;
	outline: 0px;
	margin-left: 15px;
}
.pp-profilembl {
	display: none;
}
.mobile-wrapper {
	display: none;
}
.mobile-search {
	background: #1d1d20;
	border-radius: 5px;
	color: #6e6e73;
	font-size: 17px;
	height: 36px;
	display: flex;
	align-items: center;
}
.mobile-search img.search-icon {
	width: 13px;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.55;
}
.pp-search img {
	width: 18px;
}
.mobile-search input {
	background: transparent;
	border: 0px;
	width: 100%;
	color: white;
}
.navigation .navbar {
	padding: 0px;
	align-items: center;
	height: 50px;
}
.navigation .navbar-nav {
	width: 100%;
	justify-content: space-between;
}
.navigation .nav-item {
	align-items: center;
	display: inline-flex;
}
.navigation .navbar-nav .nav-link {
	padding: 0px;
    text-transform: uppercase;
    font-family: 'SF Pro Text';
    font-weight: 500;
    font-size: 12px;
}
.pp-logo-desktop {
	height: 37px;
    width: 120px;
    object-fit: contain;
}
.navbar-line {
	display: block;
	width: 17px;
	height: 1px;
	background: #fff;
	border-radius: 0.5px;
	position: absolute;
	z-index: 1;
}
.navbar-line.line2 {
	bottom: 20px;
	transition: all ease 0.2s;
	transform: rotate(0deg);
}
.rotateme .navbar-line.line2 {
	transform: rotate(-45deg);
	bottom: 23.5px;
	transition: all ease 0.2s;
}
.mobile-search {
	background: #1d1d20;
	border-radius: 5px;
	color: #6e6e73;
	font-size: 17px;
	height: 36px;
	display: flex;
	align-items: center;
}
.mobile-search img.search-icon {
	width: 13px;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.55;
}
.mobile-search input {
	background: transparent;
	border: 0px;
	width: 100%;
	color: white;
}
/*Header style ends*/

.dir-search {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.dir-search .btn-secondary{
	border-radius: 10px 0 0 10px;
	height: 62px;
}

.ds-right .form-control {
	margin-left: 20px;
}
.ds-right .form-control:hover,
.ds-right .form-control:focus{
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}
.fc-search{
	border-radius: 0 10px 10px 0;
	border-color: transparent;
}
.dir-search .ds-col,.dir-search .ds-col{
	width: 50%;
}
.ds-left{
	/*box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);*/
	border-radius: 10px;
	background: #fff;
}
.ds-left .dropdown{
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}
.ds-col {
	display: flex;
}
.dir-search .btn-theme{
	margin-left: 20px;
}
.cp-img {
	width: 48px;
	height: 48px;
	border-radius: 48px;
	object-fit: cover;
	border: 2px solid #fff;
}
.cp-type {
	display: flex;
	flex-wrap: wrap;
}
.cp-item {
	background: #F1F3F5;
	border-radius: 80px;
	padding: 5px;
	margin-right: 20px;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.cp-item span{
	font-weight: 600;
	font-size: 20px;
	margin-right: 10px;
	margin-left: 5px;
}
.cp-item.selected{
	background: #375CFB;
}
.cp-item.selected span{
	color: #fff;
}

.slider-type-2 {
	width: 100%;
	display: block;
}
.new-launch-wrapper {
	width: 100%;
	display: block;
	margin-top: 25px;
}
.slider-type-2 .new-l-div > img {
	object-fit: cover;
	height: 550px;
}
.new-l-div {
	width: 100%;
	position: relative;
	background: #000;
}
.new-l-div img {
	opacity: 0.6;
}
.active.center .new-l-div img {
	opacity:1;
}
.newl-cntent .newl-bottom{
	opacity: 0;
}
.active.center .newl-cntent .newl-bottom{
	opacity: 1;
}
.newl-bottom {
   color: #1F252A;
   background: rgba(255, 255, 255, 0.75);
   backdrop-filter: blur(1.5px);
}

.slider-type-2 .play-btnn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.slider-type-2 .play-btnn img {
	width: 50px;
	object-fit: contain;
}
.newl-tg {
	color: white;
	background: rgba(55, 92, 251, 0.32);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	position: absolute;
	z-index: 2;
	padding: 10px 15px;
	right: 15px;
	top: 15px;
	font-weight: 400;
}

.newl-bottom {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(2px);
	padding: 10px 0 20px 0;

}

.newlb-top {
	width: 100%;
	padding: 5px 25px;
	border-bottom: 1px solid rgb(0 0 0 / 6%);
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newlb-top h3{
	text-align: left;
	width: 70%;
	margin: 0px;
}

.newlb-top span {
	width: 30%;
	text-align: right;
	color: #1F252A;
}


.newlb-top span img {
	max-width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.newlb-bottom {
	width: 100%;
	float: left;
	display: flex;
	padding: 0px 25px;
	text-align: left;
}
.newlb-bottom p {
	width: 70%;
	font-weight: 400;
	color: #414B58;
	margin-bottom: 0;
}
.newlb-bottom span {
	width: 30%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #303841;
	font-weight: 400;
	text-align: right;
}
.newl-light {
   color: white;
   background: rgba(31, 37, 42, 0.5);
   backdrop-filter: blur(1.5px);
}
.newl-light .newlb-top{
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.newl-light p, .newl-light span{
	color: #fff;
}
hr{
	border-color: #DADFE4;
}
hr.hr-light{
	border-color: #333A41;
}
.br-style-2{
	border-color: #414B58;
}
.bbr-list {
	display: flex;
	margin-top: 30px;
	flex-direction: column;
	padding-left: 25px;
}
.bbr-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 15px 28px 15px 30px;
	margin-bottom: 20px;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	align-items: center;
	display: flex;
}
.bbr-item::before {
	content: "\f00c";
	position: absolute;
	height: 43px;
	width: 43px;
	background: #E4E9FE;
	font-family: FontAwesome;
	text-align: center;
	padding: 6px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
	border-radius: 40px;
	border: 3px solid #fff;
	color: #fff;
	left: -25px;
	top: 50%;
	font-size: 18px;
	transform: translate(0, -50%);
}
.bbr-list-ico .bbr-item::before {
	content: '';
	background: #1C63F4;
}
.bbr-list-ico{
	flex-direction: row;
	flex-wrap: wrap;
}
.bbr-list-ico li{
	margin-right: 50px;
}
.bbr-list-ico img {
	position: absolute;
	left: -16px;
	width: 25px;
	top: 18px;
	filter: brightness(0) invert(1);
}
.bbr-item.selected::before {
	background: #1C63F4;
}
.bbr-item small{
	font-size: 12px;
	margin-left: auto;
}
.agent-img{
	position: relative;
	background: #fff;
}
.agent-contacts {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	right: 0;
	background: linear-gradient(180deg, rgba(27, 32, 37, 0) 0%, rgba(27, 32, 37, 0.45) 39.06%, rgba(27, 32, 37, 0.87) 76.56%, #1B2025 100%);
	padding-bottom: 15px;
	opacity: 0;
	transition: 0.2s ease;
}
.oc-agents {
	margin-top: 40px;
}
.oc-agents .item:hover .agent-contacts {
	opacity: 1;
	transition: 0.2s ease;
}
.agent-contacts .btn {
	width: calc(50% - 20px);
	margin: 0 5px;
}
.agent-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}
.agent-info .agent-email {
	color: #627285;
	font-weight: 600;
}
.agent-code{
	color: #627285;
}
.lp-listings{
	background: #1B2025;
}
.lp-item {
	position: relative;
}
.lp-name {
	font-size: 20px;
	display: flex;
	width: 100%;
	align-items: center;
	font-weight: 660;
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.lp-name::after {
	position: absolute;
	background: #97A4B2;
	height: 1px;
	width: 100%;
	content: ;
	content: '';
	bottom: 0;
	left: 0;
}
.lp-info p {
	font-size: 13px;
}
.lp-name small{
	margin-left: auto;
	font-size: 12px;
	font-weight: 500;
}
.lp-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31, 37, 42, 0.5);
	backdrop-filter: blur(2px);
	padding: 10px 20px;
	text-align: left;
	color: #fff;
}

.sld-thumbSlider.owl-carousel .owl-nav button.owl-prev{
	background-color: #849BFD;
	left: -15px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background-size: 8px;
}
.sld-thumbSlider.owl-carousel .owl-nav button.owl-next{
	background-color: #849BFD;
	right: -15px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background-size: 8px;
}
.sld-slider.owl-carousel .owl-nav button.owl-prev{
	left: 20px;
}
.sld-slider.owl-carousel .owl-nav button.owl-next{
	right: 20px;
}
.nl-new {
	background: #1B2025;
}
.input-group-c .input-group-text {
	background: #E4E9FE;
	border-color: #E4E9FE;
	color: #375CFB;
}

.l-sm-blue{
	font-size: 13px;
	text-transform: uppercase;
	color: #3D5EEB;
	font-weight: 600;
}
.l-lg-blue{
    font-size: 18px;
	color: #3D5EEB;
	font-weight: 600;
	letter-spacing: 0.05em; 
}
.mortgage-calculator .btn {
	padding: 14px 10px;
}


.progress-theme{
	background: #D1D9FE;
}
.progress-bar[aria-valuenow="0"]{
	font-size: 0;
}
.progress-theme .progress-bar{
	background: #375CFB;
}
.progress-success{
	background: #D1EEC9;
}
.progress-success .progress-bar{
	background: #83B975;
}
.progress .progress-bar + .progress-bar {
	background: transparent;
}
.mo-amt{
	position: relative;
	padding-left: 20px;
}
.mo-amt:first-child{
	margin-right: 30px;
}
.mo-amt:before{
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	content: '';
	left: 0;
	top: 8px;
}
.mo-amt:last-child:before{
	opacity: 0.5;
}
.card-theme .mo-amt:before{
	background: #375CFB;
}
.card-success .mo-amt:before{
	background: #83B975;
}
.mortgage-output::before {
	position: absolute;
	content: '';
	left: 0;
	height: 100%;
	top: 0;
	width: 1px;
	background: #DADFE4;
}
.ec-rating-stars {
	list-style: none;
	display: inline-flex;
}
.ec-rating-stars i {
	font-size: 25px;
	margin-right: 10px;
	color: #DADFE4;
}
.ec-rating-stars i.selected{
	color: #FFBB00;
}

.property-build {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}
.pb-ico {
	height: 42px;
	width: 42px;
	border-radius: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	background: #F1F3F5;
	padding: 12px;
}
.pb-ico img{
	width: 100%;
	max-height: 20px;
	object-fit: contain;
}
.pb-col {
	padding-right: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.pb-col.w-100{
	padding-right: 0;
}
.pb-count {
	font-size: 20px;
	color: #627285;
}
.qi-col {
	border-bottom: 2px dashed #ADB7C3;
	padding: 20px 20px 20px 0;
}
.qi-col.qi-last{
	border-bottom: none;
}

.bg-dark{
	background: #1B2025 !important;
}
.bg-lblue{
	background: #F1F3F5 !important;
}
.circle-ico {
	display: flex;
	align-items: center;
	background: #F1F3F5;
	justify-content: center;
}
.cp-facSlider .circle-ico {
	height: 90px;
	width: 90px;
	border-radius: 90px;
	padding: 10px;
	margin: 0 auto 20px auto;
}
.cp-facSlider .item {
	background: #fff;
	text-align: center;
	padding: 60px;
}

.tab-transparent.nav-tabs .nav-link {
	background: transparent;
	color: #F1F3F5;
	border: none;
	padding: 0;
	display: inline-block;
	opacity: 0.5;
	min-width: 75px;
}
.tab-transparent .nav-item:before{
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	background: #ADB7C3;
	width: 1px;
	content: '';
}
.tab-transparent .nav-item:first-child:before{
	content: none;
}
.tab-transparent .nav-link.active{
	opacity: 1;
}
.tabs-solid{
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 4px;
	border-radius: 8px;
}
.tabs-solid .nav-link {
	border-radius: 8px;
	min-width: 100px;
	text-align: center;
	padding: 12px 20px;
}
.tabs-solid .nav-item:before{
	position: absolute;
	content: '';
	left: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	height: 34px;
	top: 12px;
}
.tabs-solid .nav-item:first-child:before{
	content: none;
}
.tabs-solid .nav-link.active{
	background: #375CFB;
	color: #fff;
	border-color: #375CFB;
}

.tab-content{
	clear: both;
}
.lp-info .pb-col {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.lp-info .pb-ico{
	background: #F1F3F524;
	height: 36px;
	width: 36px;
	padding: 9px;
}
.lp-info .pb-count{
	font-size: 18px;
}
.lp-info .property-build{
	justify-content: flex-end;
}
.insight-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.insight-card img{
	width: 60px;
}
.insight-table {
	border: 1px solid #E6E9EC;
	border-radius: 16px;
	overflow: hidden;
}
.insight-table .nav-pills .nav-link {
	background: #F1F3F5;
	color: #515F6E;
	font-weight: 600;
	padding: 20px;
	border-bottom: 1px solid #DADFE4;
	border-radius: 0;
}
.insight-table .nav-pills .nav-link.active{
	background: #fff;
}
.insight-table table td{
	font-weight: 500;
	padding-left: 10%;
}
.insight-table table tr:first-child td{
	border-top: none;
}
.insight-table table td:first-child{
	text-align: center;
}
.insight-table .nav-pills{
	height: 100%;
	background: #F1F3F5;
	border-right: 1px solid #DADFE4;
}

.amenities-grid {
	scrollbar-color: #849BFD transparent;
}
.fcn-ico {
	background: #375CFB;
}
.line-tabs .nav-link{
	color: #97A4B2;
	font-weight: 500;
}
.line-tabs{
	border-bottom: 2px solid #DADFE4;
}
.line-tabs .nav-item{
	margin-bottom: -2px;
}
.line-tabs .nav-item .nav-link{
	border-bottom: 2px solid transparent;
}
.line-tabs .nav-item .nav-link.active{
	border-color: transparent;
	border-bottom: 2px solid #113DFA;
    color: #113DFA;
}
.card-lblue .card-header span:after {
    filter: grayscale(0);
}
.btn-wapp{
	background: #25D366;
	color: #fff;
}
.btn-wapp:hover, .btn-wapp:focus{
	color: #fff;
}
.no-shadow{
	box-shadow: none !important;
}
.sld-slider.owl-carousel .owl-item img {
	max-height: 450px;
	object-fit: cover;
}
.agent-card-dark {
	display: flex;
	align-items: flex-start;
}
.agent-card-dark {
	display: flex;
	align-items: flex-start;
	background: #23282D;
	padding: 15px;
	border-radius: 5px;
}
.agent-dark-img {
	width: 135px;
}
.agent-dark-info {
	width: calc(100% - 135px);
	padding-left: 20px;
}
.input-group-c img {
	width: 100%;
}
.owl-carousel .owl-item .location-img{
	display: inline;
}
.countries-flag img{
	width: 20px;
}
.search-bottom-fix {
   width: 100%;
   min-height: 140px;
   background: rgba(255, 255, 255, 0.3);
   backdrop-filter: blur(3px);
   position: relative;
   bottom: 0px;
   z-index: 3;
   display: flex;
   align-items: center;
}
.pnex-overlay {
	position: absolute;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(3px);
	left: 20px;
	right: 20px;
	text-align: left;
	padding: 10px;
}
.btn-icon small {
	display: block;
}
.btn.btn-icon{
	padding-left: 70px;
	position: relative;
	text-align: left;
}
.btn-icon.btn img {
	width: 46px;
	position: absolute;
	left: 15px;
}
.pnx-events{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f3f5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f3f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f3f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f3f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.thm-text{
	padding-top: 10%;
	padding-bottom: 5%;
}
.top-home-main .container {
	position: relative;
	z-index: 3;
}
.top-home-main{
	background-image: url(../img/condominium/home-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.top-home-main::before {
	content: "";
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg,#ffffff 0%,rgba(255, 255, 255, 0.6) 58.33%,rgba(255, 255, 255, 0) 100%);
}
.search-bottom-fix form {
	width: 100%;
}
.search-bottom-fix form ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: flex-end;
}
.search-bottom-fix form label {
  color: #414b58;
}
.search-bottom-fix ul li {
  margin-right: 15px;
  width: 100%;
}
.search-bottom-fix ul li:last-child {
  margin-right: 0px;
}
.search-bottom-fix .in-type {
  min-width: 100px;
  max-width: 120px;
}
.search-bottom-fix .in-bed {
  min-width: 100px;
  max-width: 120px;
}
.search-bottom-fix .in-rent {
  min-width: 100px;
  max-width: 120px;
}
select.arrow-filled {
  background: #fff url(../img/newhome/dd-n.png) no-repeat 92% center;
  background-size: 15px;
  padding-right: 32px;
}
.line-curve{
  color: #113dfa;
  position: relative;
  font-weight: 600;
}
.line-curve::before {
  background-image: url(../img/newhome/green-line.png);
}
.top-message-w {
  background: #e6e9ec;
  min-height: 50px;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
  margin-top: 68px;
}
.search-bottom-fix label {
	font-weight: ;
	font-size: 12px;
}
.property-tool-wrapper {
  width: 100%;
  position: relative;
  min-height: 650px;
  padding-top: 150px;
}
.tool-divv form {
  display: flex;
  margin-top: 40px;
}
.grant-img {
  width: 40%;
  position: absolute;
  bottom: 0px;
  height: 600px;
  object-fit: contain;
  object-position: left bottom;
  z-index: -1;
}

.dream-home-wrapper {
  width: 100%;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
}
.dh-img {
  height: 700px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.dream-home-wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #1f252a;
  opacity: 0.6;
}
.dream-home-wrapper .container {
  position: relative;
  z-index: 3;
  max-width: 700px;
}
.newlb-top span h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
}

.latest-news-wrapper {
  width: 100%;
  padding-top: 50px;
}
.nc-div {
  position: relative;
  width: 100%;
}

.nc-divin {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  left: 15px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  padding: 25px;
}

/*Agent Profile Details*/
.ap-ratings {
	padding: 0;
	list-style: none;
	max-width: 400px;
	background: #F1F3F5;
	border-radius: 8px;
	padding: 10px;
}
.ap-ratings span {
	font-weight: 500;
}
.ap-ratings li {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	border-bottom: 1px solid #DADFE4;
}
.ap-ratings li:last-child{
	border-bottom: 0;
}
.ap-ratings li i{
	color: #DADFE4;
	margin-right: 2px;
}
.ap-ratings li i.active{
	color: #FFBB00;
}
.contacts-bar {
	background: #F1F3F5;
	padding: 10px;
}
.awards-card {
	text-align: center;
}
.ar-section .owl-item{
	padding: 20px 0;
}
.awards-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	position: relative;
	line-height: 1.2;
	min-height: 50px;
}
.awards-title::before {
	position: absolute;
	width: 100px;
	background: #DADFE4;
	height: 1px;
	content: '';
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.for-year{
	position: relative;
}
.for-year::before {
	position: absolute;
	width: 100px;
	background: #DADFE4;
	height: 1px;
	content: '';
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.awards-card .dim-overlay{
	border-radius: 10px;
}
.review-form .btn {
	margin: 0 auto;
	min-width: 110px;
}
.review-form textarea.form-control{
	min-height: 100px;
}
.rr-section .ap-ratings{
	background: transparent;
	padding: 0;
}
.overlall-ratings {
	text-align: center;
}
.overlall-ratings .rr-total{
	font-size: 40px;
	color: #303841;
	font-weight: 600;
}
.overlall-ratings i{
	font-size: 25px;
	color: #DADFE4;
	margin:  0 2px;
}
.overlall-ratings i.active{
	color: #FFBB00;
}
.arw-item {
	padding-left: 90px;
	position: relative;
	border-top: 1px solid #DADFE4;
	padding-top: 20px;
	padding-bottom: 10px;
}
.arw-identity {
	background: #E4E9FE;
	height: 50px;
	width: 50px;
	position: absolute;
	border-radius: 50px;
	display: flex;
	text-align: center;
	color: #113DFA;
	font-weight: 600;
	font-size: 22px;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 20px;
}
.arw-name{
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.arw-rating{
	margin-bottom: 10px;
	font-weight: 600;
	display: block;
}
.asw-comment{
	font-size: 18px;
	color: #414B58;
}
.arw-rating i{
	color: #DADFE4;
}
.arw-rating i.active{
	color: #FFBB00;
}
.arw-ratedOn{
	font-weight: 400;
	color: #8090A1;
	font-size: 12px;
	font-family: 'SF Pro Text', sans-serif;
}
.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

li.nav-item {
  align-items: center;
  display: inline-flex;
}

/*Microsite css starts*/
.blk-light {
     color: #414B58;
}
 .fs-11 {
     font-size: 11px;
}
 .fs-16 {
     font-size: 16px;
}
 .fs-20 {
     font-size: 20px;
}
 .fs-24 {
     font-size: 24px;
}
 .fs-60 {
     font-size: 60px;
     font-family: 'SF Pro Display', sans-serif;
     line-height: 1.2;
}
.text-red{
    color: #FA887B !important;
}
label{
	font-weight: 500;
	font-family: 'SF Pro Display', sans-serif;
}
input[type=checkbox] {
     width: 18px;
     height: 18px;
     margin-top: 1px;
     background: #113DFA;
}

.flex-wrp {
     display: flex;
     justify-content: space-between;
}
.input-group {
     position: relative;
}
.input-group-c:before {
     position: absolute;
     content: '';
     width: 8px;
     height: 100%;
     background: #5D7BFC;
     z-index: 2;
     border-radius: 10px 0 0 10px;
     z-index: 9;
}
.divider {
     height: 1px;
     background: #97A4B2;
     width: 100%;
     opacity: 0.5;
}
.bbr-item .abs {
     background: #113DFA;
}
.owl-mc .bbr-item label {
     font-weight: 600;
     font-size: 32px;
     color: #1F252A;
     padding-left: 30px;
     margin-top: 6px;
}
.wrp-abs {
     width: 223px;
     height: 48px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
     border-radius: 6px;
     margin: auto;
     background: #AABAFD;
     margin-top: -85px;
}


.btn-msg {
     background: #113DFA;
}

.btn-lt {
     background: #E6E9EC;
     color: #414B58;
}
.bslm-nearby ul a {
     color: #414B58;
     padding: 10px 20px;
}

.blsm-form{
	background-image: url(../img/bg-blsm.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.blue-bg {
    position: relative;
    background: -moz-linear-gradient(left, rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 50%, rgb(31, 37, 42) 50%, rgb(31, 37, 42) 100%);
	background: -webkit-linear-gradient(left, rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 50%,rgb(31, 37, 42) 50%,rgba(31,37,42) 100%);
	background: linear-gradient(to right, rgba(41, 97, 255, 0.75) 0%,rgba(41,97,255,0.75) 50%,rgb(31, 37, 42) 50%,rgb(31, 37, 42) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#1f252a',GradientType=1 );
}
.blue-bg.bb-white{
	background: -moz-linear-gradient(left, rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(left, rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 50%,rgb(255, 255, 255) 50%,rgb(255, 255, 255) 100%);
	background: linear-gradient(to right, rgba(41, 97, 255, 0.75) 0%,rgba(41,97,255,0.75) 50%,rgb(255, 255, 255) 50%,rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#ffffff',GradientType=1 );
}


.bg-blc {
     background: #1F252A;
}
.prj-it {
     background: transparent;
}
.bg-gray {
     background: #DADFE4;
}
 
.table-wraper {
     display: flex;
     border-top: 1px solid #E6E9EC;
     margin-top: 10px;
}
.t-tl {
     font-weight: 600;
     font-size: 16px;
     white-space: nowrap;
}
.table-rooms .img-wrp {
     background: #D1D9FE;
}
.tb-room thead th {
     border-bottom: 1px solid #DADFE4;
     border-top: none;
}
.tb-room td {
     border-top: 1px solid #DADFE4;
     vertical-align: middle;
}
.tb-room tr:first-child td {
     border: none;
}
.w-set {
     width: 200px;
}
.sq {
     background: #E4E9FE;
}

.l-tb {
     color: #303841;
}

.table-rooms .table-responsive {
     height: 512px;
     overflow-y: auto;
     border-right:1px solid #E6E9EC;
     border-bottom:1px solid #E6E9EC;
     border-radius: 0;
    scrollbar-width: thin;
  	scrollbar-color: #849BFD transparent;
}
 .table-rooms thead {
     position: sticky;
     top: 0;
     background: #ffffff;
}
 .table-rooms table {
     border-collapse: separate;
}
 .table-responsive::-webkit-scrollbar {
     width: 6px;
     border-radius: 10px;
     height: 6px;
}
.table-responsive::-webkit-scrollbar-track {
     background: #D1D9FE;
     border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
     background: #849BFD;
     border-radius: 10px;
}
.table-rooms .content {
     overflow: hidden;
}

.h-cstm {
     height: 65px;
     display: flex;
     align-items: center;
}
 .tabs-plans {
     background: #D1D9FE;
}
 .tabs-plans li {
     position: relative;
}
 .floor-plans .tabs-plans .nav-link {
     padding: 15px 20px;
}
 .floor-plans .tabs-plans .nav-link {
     padding: 15px 20px;
     font-family: 'SF Pro Text';
     font-style: normal;
     font-weight: 600;
     font-size: 16px;
     height: 56px;
     color: #1F252A;
}
 .floor-plans .tabs-plans .nav-link.active {
     background: #5D7BFC !important;
     color: #fff;
}
 .tabs-plans .nav-link {
     padding: 12px 33px;
     font-family: 'SF Pro Text';
     font-style: normal;
     font-weight: 600;
     font-size: 16px;
     height: 50px;
     color: #1F252A;
}
 .table-fl {
     margin-top: 0;
     margin-bottom: 0;
}
 .table-fl tr {
     background: #F1F3F5;
}
 .table-fl tr, .table-fl th {
     border: none !important;
     text-align: center;
     vertical-align: middle;
}
 .table thead th {
     vertical-align: middle;
}
 .white-space {
     background: #fff;
     height: 10px;
}
 .table-fl td {
     white-space: nowrap;
     border-top: none !important;
     border-left: none !important;
}
 .table-fl .tl {
     color: #1F252A;
     font-weight: 600;
     font-size: 16px;
     display: flex;
     align-items: center;
     height: 56px;
     padding-left: 10px;
}
 .count {
     color: #1F252A !important;
     font-size: 20px;
     font-weight: 600;
     border: none;
     text-align: center;
     background: transparent;
     width: auto;
}
 .header-tb .tab-bg {
     font-weight: 600;
     font-size: 16px;
     text-align: center;
     color: #1F252A;
     width: 100%;
     height: auto;
     display: flex;
     justify-content: center;
     flex-direction: column;
     border-radius: 8px;
     padding: 4px 8px;
     background: #7f8d9b;
}
 .header-tb .tab-bg span {
     font-size: 11px;
}
 .header-tb .tab-bg .lg {
     font-size: 14px;
}
 .bg-or {
     background: #FFAF7F;
}
 .bg-pn {
     background: #FA887B;
}
 .bg-ly {
     background:#FFDD95;
}
 .bg-g {
     background:#7ACDC7;
}
 .bg-p {
     background:#CAB2FD;
}
 .bg-br {
     background:#D7B89B;
}
 .header-tb .tab-bg .divider {
    background: #fff;
    opacity: .1;
    margin:0 0 3px 0;
    display: block;
}
.header-tb a:hover{
    text-decoration: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     background: #E4E9FE;
     color: #113DFA;
}
.d-wrp::after {
	background: #E4E9FE;
}
 
.bg-gal-up .small {
     color: #E6E9EC;
}
.more-info-blsm {
     background: #D1D9FE;
     padding: 20px;
}
.qi-sub li {
     width:380px;
}
.qi-sub-alt li {
     width:250px;
}
.more-info-blsm ul {
     margin: 10px 0;
     padding-left: 15px;
}
 .more-info-blsm ul li{
 	margin-bottom: 5px;
 }
 .blommems {
     position: relative;
     overflow: hidden;
}
 .blommems .buttons button {
     background: #113DFA;
     width: 30px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     border: none;
     margin-top: -15px;
     position: relative;
     z-index: 2;
}
 .blommems .buttons button i {
     color: #fff !important;
     font-size: 20px;
}
 .blommems .buttons-hr {
     border-top: 1px solid #AABAFD;
     margin-top: -15px;
     position: absolute;
     top: 87px;
     width: 97%;
     z-index: 0;
}
 #outer {
     overflow: hidden;
}
 #inner:first-child {
     margin-left: 0;
}
 .hide {
     display: none;
}
 .drop-tl {
     color: #F1F3F5;
     font-weight: 500;
     font-size: 24px;
     margin-top: 35px;
}
 .v-tour .text {
     width: 65%;
}
 .v-tour .dropdown-toggle {
     width: 320px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 70px;
     margin-top: 10px;
     color: #414B58;
     font-size: 20px;
     font-weight: 400;
     overflow: hidden;
}
 .v-tour .dropdown ul li {
     padding: 10px 0;
     border-bottom: 1px solid rgba(211, 211, 211, .4);
}
 .v-tour .dropdown ul li a {
     color: #1F252A;
     font-family: 'SF Pro Text';
     font-weight: 400;
     font-size: 15px;
     position: relative;
}
 .v-tour .dropdown ul li a:focus {
     background: #fff;
     color: #113DFA;
}
/*Microsite css ends*/
.navbar {
  padding: 0px;
  align-items: center;
  height: 50px;
}
body{
  padding-top: 72px;
}

.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-check [type="checkbox"]:checked + label,
.custom-check [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.custom-check [type="checkbox"]:checked + label:before,
.custom-check [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ADB7C3;
    border-radius: 3px;
    
}

.custom-check [type="checkbox"]:checked + label:before{
    border: 1px solid #113DFA;
    background: #113DFA;
}
.custom-check [type="checkbox"]:checked + label:after,
.custom-check [type="checkbox"]:not(:checked) + label:after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:before,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:before {
	top: 50%;
	margin-top: -10px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:after,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:after{
	top: 50%;
	margin-top: -10px;
}
.custom-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cc-style-alpha {
    background: #E4E9FE;
    padding: 10px 15px;
    min-height: 70px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.cc-style-alpha label{
    font-size: 18px;
    padding-left: 60px !important;
    width: 100%;
    margin-left: 10px;
}
.cc-style-alpha::before {
    position: absolute;
    height: 100%;
    color: ;
    content: '';
    width: 70px;
    background: #D1D9FE;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 8px 0 0 8px;
}
.section-pf1{
    background-image: url(../img/bg-img32843.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.overlay {
    background-color: #2961FF;
    opacity: 0.75;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.page-title{
    padding-top: 40px;
    padding-bottom: 20px;
}
.bank-rates{
    text-align: center;
    background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 20px;
	height: calc(100% - 15px);
}
.bank-rates img {
	width: 100%;
	max-width: 150px;
	margin-bottom: 10px;
}
.w-auto{
    width: auto !important;
}
.sp-number {
	height: 32px;
	min-width: 32px;
	text-align: center;
	background: #E4E9FE;
	display: inline-block;
	border-radius: 4px;
	padding: 6px 4px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	color: #5D7BFC;
}
.table-stacked tbody tr{
    position: relative;
    z-index: 0;
}
.table-stacked tbody tr::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    right: 0;
    background: #D1D9FE;
    bottom: 5px;
    z-index: -1;
    border-radius: 4px;
}
.table-stacked thead th{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #AABAFD;
}
.table-stacked tbody td{
    border: none;
    vertical-align: middle;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nex-page, .prev-page {
    background: #113DFA;
}
.form-control.form-control-a{    
    border-left: 6px solid #5D7BFC;
}
.img-faded::after {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(241, 243, 245, 0.51) 48.44%, rgba(255, 255, 255, 0) 100%);;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.bg-left-faded::after {
    position: absolute;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,1+50,1+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.bg-left-gfaded::after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,f1f3f5+50,f1f3f5+100&0+0,1+50,1+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(241,243,245,1) 50%, rgba(241,243,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(241,243,245,1) 50%,rgba(241,243,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(241,243,245,1) 50%,rgba(241,243,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f3f5',GradientType=1 ); /* IE6-9 */
}
.bg-right-gfaded::after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f3f5+0,f1f3f5+50,000000+100&1+0,1+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(241,243,245,1) 0%, rgba(241,243,245,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(241,243,245,1) 0%,rgba(241,243,245,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(241,243,245,1) 0%,rgba(241,243,245,1) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.section-rounded{
    border: 1px solid #E6E9EC;
    border-radius: 16px;
}

.modal-custom .modal-header .btn i {
     color: #ADB7C3;
     font-size: 20px;
}


.scroll-toggle__list{
	display: flex;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #849BFD transparent;
}
.scroll4::-webkit-scrollbar {
  width: 4px;
}
 
.scroll4::-webkit-scrollbar-thumb {
  background: #849BFD;
  border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
  background: #E4E9FE;
  border-radius: 20px;
}
.updates-grid{
	display: flex;
	flex-direction: column;
	overflow: auto;
	height: 350px;
	padding: 15px 15px 15px 0;
	scrollbar-width: thin;
	scrollbar-color: #849BFD transparent;
}
.updates-grid-wrap{
	position: relative;
}
.updates-grid-wrap::after {
	position: absolute;
	bottom: 0;
	height: 70px;
	left: 0;
	right: 0;
	content: '';
	background: linear-gradient(180deg, rgba(252, 253, 253, 0) 0%, rgba(255, 255, 255, 0.74) 53.65%, #FFFFFF 100%);
}
.highlighed-data {
	background: #E4E9FE;
	border: 2px solid #AABAFD;
	padding: 10px;
	border-radius: 8px;
	display: inline-block;
}
.dev-text-dark{
	color: #fff;
}
.flex-item {
	padding: 0 15px;
}
.flex-item img{
	max-width: 700px;
	width: 100%;
}
.owl-prj {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}
.cell-btn i{
	font-size: 24px;
	vertical-align: middle;
}
.hero-mc .hero-mc-wrap img{
  animation: shrink 120s infinite alternate;
}
.bg-light{
	background: #F5F5F7;
}
@keyframes shrink {
  0% {
    transform: scale(1);  }
  100% {
    transform: scale(2);
  }
 }

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
   .header .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition:.8s;
    z-index: 9997;
    height: 100%;
    transition: .5s all;
  }
  .header .nav-micro > ul > li{
  	padding: 0;
  }
 	.login-btn{
	    font-size: 16px;
	}
  
  .header .mobile-nav-show{
       display: block;
       margin-left: 15px;
    }
   
   .header .navbar > ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    transition: 0.5s;
    z-index: 9998;
  }
  .header .navbar a{
  	opacity: 0.8;
  	overflow: visible;
  	text-overflow: initial;
  	white-space: normal;
  	max-width: initial;
  }
  .header .navbar a,
  .header .navbar > ul > li > a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
  }

  .header .navbar a i,
  .header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .header .navbar a:hover,
  .header .navbar li:hover>a {
    color: #fff;
    opacity: .8;
  }
  .header .navbar .active{
  	opacity: 0.8;
  }
  .header .navbar .active,
  .header .navbar .active:focus {
    color: #fff;
    border-color: var(--color-primary);
    opacity: 1;
  }
  .mobile-nav-active .navbar a:focus, 
  .mobile-nav-active .navbar a:hover{
  	color: #fff;
  }
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: relative;
    padding: 10px 0;
    margin: 0;
    transition: all 0.5s ease-in-out;
    border: none;
    width: 100%;
  }
  .header .navbar .dropdown-menu a{
  	padding-left: 35px;
  }
  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #1F252A;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 27px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index:1;
    transition: .5s;
  }
  .header .navbar a.active{
  	color: #fff;
  	opacity: 1;
  }
  	.header .dropdown-menu {
		background: #010101;
		border: none;
	}
	li.nav-item{
		display: flex;
	}
	.header .dropdown-menu{
		max-width: 100%;
	}
	.header .dropdown-menu li {
		border-bottom: none;
	}
	.header .dropdown-menu{
		display: block;
	}
}

@media screen and (max-width:991px){
	.blue-bg{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2961ff+49,1f252a+50&0.75+0,0.75+0,1+100 */
		background: -moz-linear-gradient(top,  rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 40%, rgb(31, 37, 42) 40%, rgba(31,37,42,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(31, 37, 42) 40%,rgba(31,37,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(31, 37, 42) 40%,rgba(31,37,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#1f252a',GradientType=0 ); /* IE6-9 */
	}
	.blue-bg.bb-white{
		background: -moz-linear-gradient(top, rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
		background: -webkit-linear-gradient(top, rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(255, 255, 255) 40%,rgb(255, 255, 255) 100%);
		background: linear-gradient(to bottom, rgba(41, 97, 255, 0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(255, 255, 255) 40%,rgb(255, 255, 255) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#ffffff',GradientType=1 );
	}
}
@media screen and (max-width:768px){
	.blue-bg{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2961ff+49,1f252a+50&0.75+0,0.75+0,1+100 */
		background: -moz-linear-gradient(top,  rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 35%, rgb(31, 37, 42) 35%, rgba(31,37,42,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 35%,rgb(31, 37, 42) 35%,rgba(31,37,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 35%,rgb(31, 37, 42) 35%,rgba(31,37,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#1f252a',GradientType=0 ); /* IE6-9 */
	}
	.blue-bg.bb-white{
		background: -moz-linear-gradient(top, rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 35%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
		background: -webkit-linear-gradient(top, rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 35%,rgb(255, 255, 255) 35%,rgb(255, 255, 255) 100%);
		background: linear-gradient(to bottom, rgba(41, 97, 255, 0.75) 0%,rgba(41,97,255,0.75) 35%,rgb(255, 255, 255) 35%,rgb(255, 255, 255) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#ffffff',GradientType=1 );
	}
}

@media screen and (max-width:375px){

	.blue-bg{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2961ff+49,1f252a+50&0.75+0,0.75+0,1+100 */
		background: -moz-linear-gradient(top,  rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 40%, rgb(31, 37, 42) 40%, rgba(31,37,42,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(31, 37, 42) 40%,rgba(31,37,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(31, 37, 42) 40%,rgba(31,37,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#1f252a',GradientType=0 ); /* IE6-9 */
	}
	.blue-bg.bb-white{
		background: -moz-linear-gradient(top, rgba(41,97,255,0.75) 0%, rgba(41,97,255,0.75) 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
		background: -webkit-linear-gradient(top, rgba(41,97,255,0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(255, 255, 255) 40%,rgb(255, 255, 255) 100%);
		background: linear-gradient(to bottom, rgba(41, 97, 255, 0.75) 0%,rgba(41,97,255,0.75) 40%,rgb(255, 255, 255) 40%,rgb(255, 255, 255) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2961ff', endColorstr='#ffffff',GradientType=1 );
	}

}
