@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:700|Open+Sans:400,700|Roboto:300,400,700,900&amp;display=swap);

body {
	font-family: Muli;
}

.header {
	overflow: visible !important;
}

.services__main-banner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.services__main-banner > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	position: relative;
	padding: 50px;
	height: 100%;
	width: 100%;
	z-index: 9;
}
.services__main-banner > div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: -1;
}
.services__main-banner > div > h5 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0 !important;
}
.services__main-banner > div > p {
	line-height: 25px;
	font-weight: 500;
	width: 50%;
}
.industries-section__industry-title {
	text-align: center;
}
.services__our-services-item-title {
	margin-bottom: 0 !important;
}
.our_services_description {
	margin-bottom: 30px !important;
}
.section-title {
	margin-bottom: 0 !important;
}
.services_sections {
	margin-bottom: 40px;
}
.industries-section__grid {
	margin-top: 20px;
	grid-template-columns: repeat(6, 1fr) !important;
}
.industries-section__industry {
	align-items: center !important;
}
.industries-section__industry:hover {
	cursor: auto;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 0%) !important;
}
.services__our-process-heading {
	margin-bottom: 50px !important;
}
.services__our-process-nav-content {
	margin-bottom: 40px !important;
}
.services__our-process-bar--num {
	width: 0 !important;
}
.services__our-process-bar--bar {
	width: 0 !important;
}
.services__our-process-slide-section-title {
	font-size: 80px !important;
}
.hire_btn {
	width: 200px !important;
	margin-left: 250px !important;
	border: 2px solid #c5001a !important;
}
.right_arrow {
	width: 15px !important;
	height: 15px !important;
	border-width: 0 4px 4px 0 !important;
	margin-left: 20px !important;
}
.services__our-process-slide-section-con {
	min-height: 0 !important;
	margin-right: 20px !important;
}
.services__our-process-bar {
	width: 0 !important;
	margin-right: 0 !important;
}
.services__our-process-nav-content {
	margin-left: 0 !important;
}
.industries-section__industry {
	align-items: flex-start !important;
}
.industries-section__industry > img {
	margin-left: 8px !important;
}
.industries-section__industry:nth-child(3) > h6 {
	font-size: 15px !important;
	margin-left: -45px;
	margin-top: 15px;
}
.our-process--desktop {
	min-height: 350px;
	position: relative;
}
.services__our-process-slide-section-title {
	position: absolute;
	bottom: 0;
}
.services__our-process-slide-section-con > ul > li {
	font-size: 20px !important;
	font-weight: 500 !important;
}
.services__our-process-slide-section-con > ul > li::before {
	width: 0px !important;
}
.services__our-process-slide-section-item-inner {
	margin-top: 70px;
}
.cards-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.card {
	min-width: 250px;
}
.card:not(:last-child) {
	margin-right: 20px;
}
.card-header {
	background: #aaa;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: white;
}
.card-img {
	border-bottom: 5px solid white;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 20px 10px;
}
.card-img > img {
	width: 50px;
}
.card-img > h4 {
	margin: 0 !important;
	padding: 10px 0;
}
.card-description {
	text-align: left;
	font-size: 14px;
	padding: 10px 2px 10px 10px;
	line-height: 24px;
	min-height: 100px;
}
.card-points {
	list-style-type: none;
	padding: 10px 0 10px 5px;
}
.card-points > li {
	line-height: 23px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.card-points > li:not(:last-child) {
	margin-bottom: 15px;
}
.dropdown:hover .dropdown-content {
	display: flex;
}
.dropdown-content {
	position: fixed;
	top: 65px;
	left: 0;
	width: 100vw;
	min-height: 50vh;
	display: none;
	align-items: flex-start;
	background: #fff;
	box-shadow: 0px 15px 10px -15px rgb(18, 18, 18, 0.2);
	border-radius: 2px;
	z-index: 9999;
	padding: 40px 20px;
}
.dropdown-left {
	flex: 0.3;
	padding: 0px 20px;
}
.dropdown-left > h2 {
	margin: 0;
	font-weight: 600;
	line-height: 35px;
}
.dropdown-left > p {
	color: #aaa;
	font-weight: 400;
	font-size: 18px;
}
.dropdown-content img {
	width: 40px;
	height: 40px;
}
.discover-btn {
	padding: 10px 20px;
	font-family: inherit;
	font-size: 18px;
	background: #c5001a;
	color: white;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: 250ms all;
}
.discover-btn:hover {
	background: rgb(197, 0, 26, 0.8);
}
.discover-btn:active {
	transform: scale(0.98);
}
.dropdown-right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style-type: none;
	flex: 0.7;
	border-left: 1px solid #000;
}
.dropdown-right > a {
	width: 30%;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.dropdown-right > a > p {
	font-weight: 600 !important;
	color: #000;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 1220px) {
	.dropdown-left {
		flex: 0.4;
	}
	.dropdown-right {
		flex: 0.6;
	}
	.dropdown-right > a {
		width: 50%;
	}
}
@media screen and (max-width: 946px) {
	.dropdown-content {
		flex-direction: column;
	}
	.dropdown-left {
		flex: 1;
	}
	.dropdown-right {
		flex: 1;
		border-left: none;
		margin-top: 20px;
	}
}
@media screen and (max-width: 758px) {
	.dropdown-left {
		display: none;
	}
}
