.common {
	padding-top: 90px !important;
	padding-bottom: 60px !important;
	background-color: #ffffff;
}
.noshad {
	box-shadow: none;
}
.anchor {
	height: 40px;
	background-color: white;
	padding: 0 !important;
	margin: 0 !important;
	margin-top: -1px !important;
}
.top-common {
	padding-top: 120px !important;
	z-index: 100;
}
@media (max-width: 992px) {
	.common {
		padding-top: 70px !important;
		padding-bottom: 60px !important;
	}
}
@media (max-height: 981px) {
	.common {
		padding-top: 70px !important;
		padding-bottom: 60px !important;
	}
}
.common h2, 
.common h3, 
.common h4, 
.items-panel h3, 
.items-panel h4.sub {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 4rem;
	letter-spacing: -0.05em;
	line-height: 1;
	text-align: center;
	padding: 0 0 .5rem !important;
	margin: 0 10vw .5rem !important;
	font-weight: 300;
	color: rgba(var(--dcd-blue-dk),1);
	padding-bottom: 25px !important;
}
.common h3, 
.items-panel h3 {
	font-size: 3rem;
}
.common h4, 
.items-panel h4.sub {
	font-size: 2rem;
	letter-spacing: -0.03em;
}
@media (max-width: 768px) {
	.common h2 {
		font-size: 2.1rem;
	}
	.common h3, 
	.items-panel h3 {
		font-size: 1.9rem;
	}
	.common h4, 
	.items-panel h4.sub {
		font-size: 1.6rem;
	}
}


.common p, 
.items-panel p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	line-height: 1.4;
	text-align: center;
	padding: 0 0 .5rem !important;
	margin: 0 10vw .5rem !important;
	font-weight: 300;
	color: rgba(var(--dcd-grey),1);
}
.testimonials .col-lg-3, 
.testimonials .user_image {
	display: none;
}
.testimonials-caption p, 
.user-text p {
	margin: 0 0 .5rem !important;
	text-align: center;
}
@media (max-width: 768px) {
	.common p, 
	.items-panel p {
		font-size: 1.2rem;
	}
}









.base-image {
	padding-top: 0px;
	padding-bottom: 0px;
}
.base-image img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}
/*
.base-image-icon {
	box-shadow: none;
}
*/
.base-image-icon img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.base-image .wrapper:before {
	content: '';
	display: block;
	position: absolute;
	transition: opacity 0.3s;
	top: 0;
	right: 0;
	height: 100%;
	left: 0;
	background-color: #19365d;
	opacity: 0;
	pointer-events: none;
}
.base-image .row > div {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
/*
.base-image .row > div:hover .wrapper:before {
	opacity: 0.01;
}
*/
@media (max-width: 767px) {
	.base-image .wrapper:before {
		opacity: 0.01;
	}
}

#register .list-inline-item {
	width: 100px;
	padding: 0 15px 10px;
}

.box {
	width: 190px;
	height: 254px;
	border-radius: 30px;
	background: lightgrey;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 50px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 26px -18px inset;
}


.mbr-fullscreen .mbr-overlay {
	min-height: 100% !important;
}

.dropdown-menu {
	margin: 0 0;
}
