.nav-bar {
	/* height: 95px;
	max-height: 95px; */
	min-height: 95px;
	padding-top: 15px;
}
.nav-bar.nav--fixed {
	display: none;
}
.nav-bar .logo {
	max-height: 95%;
}
.nav-bar .nav-module.right:not(.logo-module):not(.menu-module):not(:nth-last-child(2)) {
	border-left: none;
	padding-right: 1.625em;
}
.videobg h5 {
	padding-top: 25px;
}
.p0 {
	padding-bottom: 0px;
}
.m20 {
	margin-bottom: 20px;
}
.card__icon {
	margin-bottom: 30px;
}
.subscribe-5 form div:last-child, .subscribe-5 form button[type="submit"]:last-child {
	margin-top: 0px;
}
.masonry-contained {
	margin-top: 120px;
}
.subscribe-5 .subscribe__feature:first-child {
	margin-top: 0px;
}
.card__icon img {
	max-width: 75px;
}
.card-1 .card__body p, .card-2 .card__body p {
	min-height: 110px;
}
.nav-mobile-toggle {
	color: #fff;
}

@media all and (max-width: 990px) {
	.nav-bar {
		min-height: 65px;
	}
	.nav-bar .logo {
	margin-top: -26px;
	max-height: 65%;
	}
	.card-3 .card__body .card__title {
		min-height: 45px;
}
}
@media all and (max-width: 767px) {
	.card-3 .card__body .card__title {
		min-height: unset;
	}
	.subscribe-5 .subscribe__feature:first-child {
	margin-top: 70px;
	}
	.card-1 .card__body p, .card-2 .card__body p {
	min-height: unset;
	}
	.footer-3 .social-list {
		margin-top: 20px;
	}
}