/* .home-banner .banner_tab a:hover img {
    filter: invert(1);
}
.home-banner .banner_tab a:hover {
    background: #000;
} */

a, a[href^="mailto:"]:hover, a[href^="tel:"] {
	text-decoration: none !important;
}

*, ol, ul {
	margin: 0;
	padding: 0;
}

.btn, .btn-wrap, .elm-button, body {
	position: relative;
}

.btn, .btn:hover, .elm-button, .elm-button:hover {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.bg-cover, .btn, .elm-button {
	background-repeat: no-repeat;
}

#testimonial-slider .owl-next, #testimonial-slider .owl-prev {
	position: absolute;
	top: 32%;
	font-size: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}

html {
	font-size: 15px;
}

body, ol li, p, ul li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

body, html {
	height: 100%;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Neue Einstellung";
	letter-spacing: 0;
	color: #7d7b7b;
}

a {
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	outline: 0;
	color: #479de3;
}

.btn, .elm-button, button {
	outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, ol li, p, ul li {
	color: #7d7b7b;
	font-family: "Neue Einstellung";
}

a:hover {
	color: #1e4b60;
	text-decoration: underline;
}

p {
	margin-bottom: 12px;
}

ul {
	list-style: none;
}

p:last-child {
	margin-bottom: 0;
}

.h1, h1 {
	font-size: 2.75rem;
}

.h2, h2 {
	font-size: 2.55rem;
}

.h3, h3 {
	font-size: 1.75rem;
}

.h4, h4 {
	font-size: 1.5rem;
}

.h5, .h6, h5, h6 {
	font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

img {
	max-width: 100%;
	height: auto;
}

.white {
	color: #fff;
}

.align-items {
	align-items: center !important;
}

.btn, .elm-button {
	background-color: #449be2;
	border: 1px solid #449be2;
	color: #fff;
	padding: 1.05rem 2rem;
	box-shadow: none !important;
	border-radius: 50px;
	text-transform: uppercase;
	cursor: pointer;
	min-width: 11rem;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	letter-spacing: .5px;
}

button.elm-button {
	height: 60px;
	line-height: 58px;
	background-size: cover !important;
	display: inline-block;
	padding: 0;
	border-color: transparent;
}

.btn-wrap {
	width: 11rem;
	max-width: 11rem;
}

.btn:hover, .elm-button:hover {
	background-color: transparent;
	border-color: #449be2;
	color: #449be2;
}

.elm-button:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.elm-button.is-loading .elm-loading-anim {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.btn img, a.btn svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

a.btn svg path {
	fill: #fff;
}

a.btn:hover svg path {
	fill: #449be2;
}

.spaced {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.bg-cover {
	background-size: cover;
	background-position: 0 0;
}

.alignnone, .wp-caption.alignleft, .wp-caption.alignnone, a img.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright, a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft, a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

#testimonial-slider .owl-prev {
	left: -64px;
	border-radius: 50%;
}

#testimonial-slider .owl-next {
	right: -64px;
	border-radius: 50%;
}

#testimonial-slider .owl-prev:after {
	content: "<";
	font-size: 58px;
	font-family: monospace;
	color: #e72713;
}

#testimonial-slider .owl-next:after {
	content: ">";
	font-size: 58px;
	font-family: monospace;
	color: #e72713;
}

#testimonial-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

#testimonial-slider .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c3bcbc;
	display: block;
	margin: 5px;
}

#testimonial-slider .owl-dot.active span {
	background: #e72713;
}

.footer-nap-row {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	justify-content: space-between;
}

.footer-nap-col {
	width: 33%;
	padding-bottom: 25px;
}

footer a:hover {
	color: #e72714 !important;
}

@media (min-width:992px) and (max-width:1199px) {
	ul#headernav li a {
		font-size: 10px !important;
	}
	
	ul#headernav li {
		padding: 20px 5px;
	}
	
	header .sidebar-menu-arrow::after {
		right: -3px;
		background-size: 8px;
	}
	
	.col-lg-9.col-md-9.header-mright {
		max-width: 80%;
		flex: 0 0 80%;
	}
	
	.col-lg-3.col-md-3.header-mleft {
		max-width: 20%;
		flex: 0 0 20%;
	}
}

@media (max-width:767px) {
	#awards-row .owl-next {
		right: 0 !important;
	}
	
	#awards-row .owl-prev {
		left: 0 !important;
	}
	
	.full-more-team .description h3 {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.page-content.mainpage p img {
		display: block;
		float: none !important;
	}
	
	.menu-button.button-open .menu-bar-bottom {
		top: 24px !important;
	}
	
	input.search-btn {
		font-size: 0;
	}
	
	.page-content.mainpage h2 {
		font-size: 2.1rem !important;
	}
	
	.menu-button.button-open .menu-bar-top {
		top: 6px !important;
	}
	
	.blog-content .title, .blog-content .title a {}
}

@media (min-width:768px) and (max-width:992px) {
	.home-banner .banner-cnt {
		top: 35% !important;
	}
	
	.home-banner {
		height: 30rem !important;
		background-size: contain !important;
	}
}

@media (min-width:1025px) {
	li#menu-item-1572 ul.sub-menu {
		overflow: scroll;
		min-height: 200px;
		height: 450px;
	}
	
	.nav-menu ul#headernav .sub-menu li a {
		padding: 6px 15px !important;
		font-size: 12px !important;
	}
}
