@charset "utf-8";

.container {
	position: relative;
	width: 100%;
}

.section {
	position: relative;
	width: 100%;
}

.wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.header_mobile {
	display: none;
}

/* Navbar toggle button */
.hamburger {
	display: none;
}

/* Inside the Media Query. */

.hamburger.active .bar:nth-child(2) {
	opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.bar {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #333;
	margin: 5px auto;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.side-nav {
	display: flex;
	flex: 0 1 auto;
	width: 14%;
	box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	z-index: 1;
}

.side-nav__fixed {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 14%;
	background-color: transparent;
	padding: 150px 0px;
}

.logo {
	margin-bottom: 50px;
}

.logo a {
	display: inline-block;
}

.logo img {
	width: 100%;
	height: auto;
}

.menu_main_wrap {
	width: 80%;
	margin-top: 50px;
}

.menu_main_wrap nav {
	margin: 20px 0;
}

.menu_main_nav {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.menu_main_nav li {
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 2px;
}

.menu_main_nav li a {
	color: #1F1F1F;
	text-decoration: none;
	padding: 5px;
}

.menu_main_nav li.current-menu-item a,
li a:hover {
	color: #C11C1B;
}

.divider {
	margin: 0 auto;
	width: 120px;
	border-top: 1px solid #000;
}

.main-content {
	width: 86%;
	position: relative;
	animation: fadeIn;
	/* referring directly to the animation's @keyframe declaration */
	animation-duration: 3s;
	/* don't forget to set a duration! */
}

.hero-banner__image img {
	width: 100%;
	max-width: 100%;
	height: 80vh;
	object-fit: cover;
}

.overlay-img {
	mix-blend-mode: multiply;
}

.hero-overlay {
	background-image: url(../images/DE3.png);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply;
	width: 600px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

.hero-banner__content {
	display: flex;
	flex-direction: row;
	margin-top: -250px;
	padding: 0 0 100px 150px;
	background-color: #f5f5f5b3;
}

.hero-content {
	width: 80%;
}

.hero-content h2 {
	color: #C11C1B;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 51px;
}

.hero-content__button {
	position: relative;
	display: inline-flex;
	margin-top: 20px;
	z-index: 1;
}

.hero-button:link,
.hero-button:visited {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	line-height: 22.4px;
	letter-spacing: 2.3px;
	background-color: #C11C1B;
	border: 1px solid #C11C1B;
	padding: 20px 36px 20px 36px;
	transition: all .3s;
}

.hero-content a:hover {
	background-color: transparent;
	border: 1px solid #C11C1B;
	color: #C11C1B;
}

.content-overlay {
	background-image: url(../images/DE2.png);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	width: 160px;
	height: 400px;
}

.team-section {
	position: relative;
}

.team-overlay {
	background-image: url(../images/DE1.png);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply;
	width: 600px;
	height: 600px;
	position: absolute;
	top: -240px;
	right: 400px;
}

.team-column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.team-column__image {
	width: 20%;
	padding: 0;
}

.team-column__image img {
	width: 20vw;
	vertical-align: middle;
	display: inline-block;
}

.team-column__image a {
	display: inline-block;
}

.team-link img {
	width: 100%;
}

.team-link:hover {
	opacity: 0.6;
	transition: all 0.7s;
}

.team-column__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
	color: #f5f5f5;
	padding: 0px 100px 0 25px;
}

.team-column__content--team {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	color: #f5f5f5;
	padding: 50px;
}

.team-column__content--display {
	width: 70%;
}

.team-content__title,
.team-content__info {
	display: inline-block;
	margin-bottom: 20px;
}

.team-content__title h2 {
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
	margin: 0;
}

.team-content__info h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	line-height: 26px;
	letter-spacing: 1.2px;
	margin: 0;
}

.team-info p {
	margin-bottom: 20px;
}

.team-content__button {
	position: relative;
	display: inline-flex;
	z-index: 1;
}

.team-button:link,
.team-button:visited {
	font-size: 16px;
	font-weight: 900;
	color: #1F1F1F;
	text-transform: uppercase;
	font-style: normal;
	line-height: 22.4px;
	letter-spacing: 2px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	padding: 20px 33px 20px 33px;
	transition: all .3s;
}

.team-content__button a:hover {
	background-color: transparent;
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.page__team-content__title,
.page__team-content__info {
	display: inline-block;
	margin-bottom: 20px;
}

.page__team-content__title h2 {
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 200;
	font-style: normal;
	margin: 0 0 20px 0;
}

.page__team-content__info p {
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
}

.page__team-content__button {
	position: relative;
	display: inline-flex;
	z-index: 1;
}

.page__team-button:link,
.page__team-button:visited {
	font-size: 16px;
	font-weight: 900;
	color: #C11C1B;
	text-transform: uppercase;
	font-style: normal;
	line-height: 22.4px;
	letter-spacing: 2.3px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	padding: 20px 36px 20px 36px;
	transition: all .3s;
}

.page__team-content__button a:hover {
	background-color: transparent;
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.singel-team-section {
	/* referring directly to the animation's @keyframe declaration */
	animation: fadeInUp;
	/* don't forget to set a duration! */
	animation-duration: 1s;
}

.single-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.single-block__img {
	width: 20%;
}

.single-block__img img {
	display: block;
	width: 100%;
}

.display-image {
	display: none !important;
}

.single-block__content {
	display: flex;
	flex-direction: column;
	width: 80%;
	padding: 0 220px 0 25px;
}

.block__content-link {
	margin-bottom: 20px;
}

.block__content-link .icon {
	font-size: 15px;
}

.block__content-link a,
.block__content-link a:hover {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #ABABAB;
}

.block__content-title {
	margin-top: 50px;
	margin-bottom: 20px;
}

.block__content-title h1 {
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
	line-height: 14px;
	letter-spacing: 1.2px;
}

.block__content-details {
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}

.block__content-details p {
	margin-bottom: 15px;
}

.block__content-arrow {
	display: block;
}

.block__content-arrow a,
.block__content-arrow a:hover {
	padding-right: 20px;
	color: #ababab;
	font-size: 20px;
}

.news-banner {
	position: relative;
	background-color: #C11C1B;
	min-height: 600px;
	padding: 150px 0 100px 30px;
}

.news-banner__title {
	position: relative;
	margin: 190px 0px 0px 0px;
}

.news-banner__title h3 {
	color: #fff;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 200;
	font-style: normal;
	line-height: 56px;
	margin: 0;
}

.post-block {
	position: relative;
	background-color: #fff;
	padding: 0 150px 50px 0;
}

.post-block__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 35px;
}

.post-grid {
	display: flex;
	flex-direction: column;
}

.post-grid a {
	display: inline-block;
	margin-bottom: 20px;
}

.post-image {
	position: relative;
	width: 90%;
	height: 300px;
}

.post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-title {
	padding-left: 20px;
}

.post-title h3,
.post-title a,
.post-title a:hover {
	color: #C11C1B;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
	line-height: 28px;
	margin: 0;
}

.read-more {
	padding-left: 20px;
}

.read-more a,
.read-more a:hover {
	color: #ababab;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}

.post-section {
	background-color: #f5f5f5;
}

.post-banner {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	min-height: 600px;
}

.post-banner__heading {
	display: inline-block;
	position: relative;
	top: 500px;
	padding-left: 50px;
}

.post-banner__heading h1 {
	color: #f5f5f5;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 400;
	text-transform: capitalize;
	font-style: normal;
	line-height: 51.2px;
	margin: 0;
}

.post-content {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 50px;
	margin-top: 50px;
	width: 70%;
}

.post-content__content {
	margin-bottom: 20px;
}

.post-content__content p {
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 20px;
}

.post-content__details {
	display: flex;
	flex-direction: row;
}

.post-info {
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	color: #ababab;
	margin-right: 50px;
}

.post-info i {
	color: #6ec1e4;
}

.post-page {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-page a {
	font-family: "Roboto Slab", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #ababab;
}

.post-page a:hover {
	color: #ababab;
}

.seperator {
	height: 30px;
	width: 1px;
	margin: 0 auto;
	background-color: #ababab;
}

.post-contact {
	padding: 50px 0 100px 50px;
	width: 65%;
}

.contact-info {
	margin-bottom: 20px;
}

.contact-info h2 {
	color: #C11C1B;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 51.2px;
	margin: 0;
}

.contact-button {
	position: relative;
	display: inline-flex;
}

.contact-button a {
	font-size: 16px;
	font-weight: 900;
	color: #C11C1B;
	font-style: normal;
	line-height: 14px;
	letter-spacing: 2px;
	background-color: #f5f5f5;
	border: 1px solid #C11C1B;
	padding: 20px 36px 20px 36px;
	transition: all .3s;
}

.contact-button a:hover {
	background-color: #C11C1B;
	border: 1px solid #C11C1B;
	color: #fff;
}

.cta-banner {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	min-height: 800px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-overlay {
	background-image: url(../images/DE5.png);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply;
	width: 400px;
	height: 380px;
	position: absolute;
	top: -15%;
	left: 48%;
}

.cta-banner__content {
	position: relative;
	right: 10%;
	width: 30%;
}

.cta-banner__content h3 {
	color: #C11C1B;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	line-height: 51px;
	letter-spacing: 1.2px;
	margin: 0
}

.cta-banner__button {
	position: relative;
	display: inline-flex;
	margin-top: 40px;
}

.cta-button:link,
.cta-button:visited {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	line-height: 22.4px;
	letter-spacing: 4px;
	background-color: #C11C1B;
	border: 1px solid #C11C1B;
	padding: 20px 36px 20px 36px;
	transition: all .3s;
}

.cta-banner__button a:hover {
	background-color: transparent;
	border: 1px solid #C11C1B;
	color: #C11C1B;
}

.practice-section {
	padding: 150px 0 100px 0;
	background-color: #f5f5f5;
}

.practice-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 75%;
	margin: 0 auto;
}

.practice-block__title {
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.practice-title {
	margin: 0;
	color: #C11C1B;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 200;
	line-height: 52px;
}

.service-block {
	display: block;
	overflow: hidden;
}

.service-header {
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #1f1f1f;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	font-style: normal;
	line-height: 34px;
	letter-spacing: 2px;
	text-align: left;
	padding: 20px 20px 10px;
}

.service-header a {
	color: #1f1f1f;
}

.service-header a:hover {
	color: #1f1f1f;
}

.service-header .icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.service-overlay {
	position: absolute;
	background-image: url(../images/DE1.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .8;
	mix-blend-mode: multiply;
	width: 600px;
	height: 600px;
	transform: translate(140px, -500px) rotate(179deg);
}

.service-overlay-1 {
	position: absolute;
	background-image: url(../images/DE5.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .8;
	mix-blend-mode: multiply;
	width: 300px;
	height: 400px;
	transform: translate(870px, -125px) rotate(175deg);
}

.service-overlay-2 {
	position: absolute;
	background-image: url(../images/DE1.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .8;
	mix-blend-mode: multiply;
	width: 600px;
	height: 600px;
	transform: translate(300px, 300px);
}

.service__content-link {
	padding: 0 0 0 20px;
	margin-bottom: 50px;
}

.service__content-link .icon {
	font-size: 15px;
}

.service__content-link a,
.service__content-link a:hover {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #ABABAB;
}

.value-head {
    position: relative;
    padding: 20px 0px 10px;
}

.value-head p {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 1.4px;
    text-align: left;
}

.value-list {
    position: relative;
    padding: 20px 5px 10px 20px;
}

.value-list li {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 300;
    /* text-transform: uppercase; */
    font-style: normal;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: left;
}

.value-list span {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	border: 1px solid #C11C1B;
	margin: 15px 10px;
}

.overlay-filter {
	filter: brightness(80%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.contact-banner__image {
	position: relative;
	height: 400px;
}

.contact-banner__image img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.form-section {
	padding-top: 100px;
	background-color: #f5f5f5;
}

.form-block__title {
	padding-bottom: 30px;
}

.form-block {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 30px;
}

.form-title {
	margin: 0;
	color: #C11C1B;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 40px;
	font-weight: 200;
	line-height: 52px;
}

.map-block {
	padding-top: 100px;
}

.footer-wrap {
	position: relative;
	background-color: #1F1F1F;
}

.footer-wrap_column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	min-height: 500px;
}

.footer-column {
	width: 25%;
	padding: 50px 10px 50px 50px;
}

.footer-column__content {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.footer-column__title {
	margin-bottom: 25px;
}

.footer-column__title h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	line-height: 16.8px;
	letter-spacing: 1.9px;
}

.footer-inner__content {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.4px;
}

.footer-inner__content span {
	display: block;
	margin-bottom: 20px;
}

.footer-social span {
	display: inline-block;
}

.footer-social a:hover {
	color: #fff;
}

.footer-social-links {
	color: #fff;
	display: inline-flex;
	background-color: #69727d;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-size: var(--icon-size, 25px);
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
}

.footer-social-links:hover {
	background-color: #ababab;
}

.footer_nav {
	margin: 0;
	padding: 0;
}

.footer_nav li {
	padding: 10px 0;
}

.footer_nav li a:link,
.footer_nav li a:visited {
	color: inherit;
}

.footer_nav li.current-menu-item a {
	color: #ababab;
}