:root {
	--impera-red: #e60019;
	--impera-blue: #164295;
	--secondary: #b2b3b3;
	--black2: #2d3748;
}

/* Impera */
.error {
	padding-left: 1rem;
}
.swiper-container-wrapper {
	position: relative;
}
.swiper-button-next-unique {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.swiper-button-prev-unique {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.industry-section img {
	width: 250px;
	height: auto;
}

.industry-title {
	margin-top: 20px;
}

.industry-first-section {
	margin-top: 5rem !important;
}

.sense-second-section-img {
	object-fit: cover;
}

.sense-third-section .card {
	border-bottom: 4px solid var(--impera-blue);
}

.sense-third-section .card:hover {
	box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.16);
	transform: translateY(-5px);
}

.vts-fifth-section {
	background-color: #fff2f2;
	padding: 50px 0;
}

.vts-fifth-section table th {
	color: rgba(0, 0, 0, 0.5) !important;
	text-align: center;
}

.vts-fifth-section table td {
	text-align: center;
	vertical-align: middle;
}

.vts-fifth-section table .text-green {
	color: #58a061;
	font-size: 30px;
	font-weight: bold;
}

.vts-fifth-section table .text-red {
	color: #ffa7aa;
	font-size: 30px;
	font-weight: bold;
}

.vts-card-section .card {
	text-align: center;
	padding: 20px;
	background: url(../images/bg/company-card-bg.svg) no-repeat right, #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 16%);
}

.vts-card-section .card .card-title {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}

.vts-card-section .card img {
	width: auto;
	height: 100px;
}

.management-row {
	padding-top: 50px;
}

.board-director-row .row,
.management-row .row,
.it-row .row {
	padding-top: 50px;
}

.parallax-slider {
	transition: opacity 0.4s ease-in;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	opacity: 1;
}

.text-fadeout {
	transition: opacity 0.4s ease-in;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	opacity: 1;
}

.transitioning-src {
	transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	opacity: 0;
}

.subtitle {
	text-transform: capitalize;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	padding-bottom: 1.5rem;
	position: relative;
}

.subtitle-center {
	text-align: center;
}

.subtitle:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 4px;
	content: "";
	background-color: var(--impera-blue);
}

.subtitle-center:before {
	left: 50%;
	transform: translateX(-50%);
}

.helpdesk-second-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.feature-box {
	position: relative;
	padding-top: 30px;
	margin-top: -30px;
	overflow-x: hidden;
}

.feature-box h5 {
	font-weight: bold;
}

.feature-box-inner {
	display: flex;
	flex-direction: column;
}

.feature-box-container {
	padding: 0 !important;
}

.feature-box-container:nth-of-type(1) .feature-box-inner,
.feature-box-container:nth-of-type(2) .feature-box-inner {
	border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.feature-box:hover .feature-box-inner {
	background-color: var(--impera-blue);
}

.feature-box:hover i {
	color: white;
}

.feature-box:hover {
	color: white;
}

.feature-box:after {
	content: "";
	position: absolute;
	bottom: 100%;
	top: 0;
	left: 50%;
	width: 100%;
	border-left: 190px solid transparent !important;
	border-right: 190px solid transparent !important;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.feature-box:hover:after {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
	color: var(--impera-blue);
}

.common-banner {
	position: relative;
	background-color: #fff7f0;
}

.common-banner:after {
	position: absolute;
	content: "";
	background-image: url(../images/bg/header-curve.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 190px;
	width: 100%;
}

.sub-heading {
	font-weight: bold;
	color: var(--impera-red);
}

.rounded-file-wrapper {
	margin-bottom: 30px;
}

.rounded-file-wrapper label {
	height: 50px;
	border-radius: 50px;
	margin: 0 0.25rem;
	line-height: 35px;
	padding-left: 20px;
	color: #8f8f8f;
}

.rounded-file-wrapper label:after {
	line-height: 35px;
	height: 50px;
}

.rounded-select select {
	border-radius: 50px;
	height: 50px;
	padding: 0 24px;
	color: #8f8f8f;
}

.industry-banner {
	background: url(../images/portfolio-banner-svg.png) no-repeat;
}

.faq {
	margin-top: 50px;
}

.faq-section {
	/* background: #fdfdfd; */
	/* padding-top: 100px; */
	padding-bottom: 100px;
}
.faq-title {
	display: flex;
	align-items: center;
}
.faq-title h2 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
}

.faq-title h2::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #e91e63;
	bottom: -25px;
	margin-left: -30px;
}

.faq-title p {
	padding: 0 190px;
	margin-bottom: 10px;
}

.faq {
	background: #ffffff;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	background: #fff3f2;
	padding-left: 10px;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3b566e;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	/* float: left; */
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: var(--impera-red);
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding-left: 35px;
	padding-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #6f8ba4;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
	margin-bottom: 14px;
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}

	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}

.team-modal .modal-title {
	font-weight: bold;
}

.team-modal .modal-header {
	border-bottom: 3px solid var(--impera-blue);
}

.modal-member-img-container {
	padding: 1rem 1rem;
}

.modal-member-img {
	width: 100%;
}

.modal-member-description {
	padding-top: 1rem;
}

.modal-member-position {
	color: var(--impera-red);
}

.team-card {
	border-radius: 10px;
	text-align: center;
	background-color: transparent;
	/* transition: all 600ms ease; */
}

.team-card .card-title {
	font-weight: bold;
}

.team-card:hover {
	background: url(../images/bg/company-card-bg.svg) no-repeat right, #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 16%);
}

.industry-heading {
	position: relative;
	font-family: "Raleway";
	color: var(--impera-red) !important;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.industry-heading::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 3px;
	content: "";
	background-color: var(--impera-blue);
}

.contact-mini-card {
	padding-bottom: 1rem;
}

.email-text,
.phone-text,
.address-text {
	padding-left: 1.5rem;
}

.sub-header {
	display: flex;
	align-items: center;
}

a:hover {
	color: #a10013;
}

.hover-card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	padding: 10px;
	border-radius: 5px;
}

.hover-card .card-title {
	font-weight: 600;
}

.hover-card:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 16%);
}

.get-direction-link {
	color: var(--impera-red);
	font-weight: 600;
}

.get-direction-link:hover {
	color: #a10013;
}

/* Impera */
/* Common Section */

.testimonial-card {
	text-align: center;
	border: 3px solid #41588c;

	padding: 88px 40px;
	border-radius: 5px;
	background-color: white;
}

.hidden-card-1 {
	margin: 0 3rem;
	padding: 1rem;
	border: 3px solid #8b9cc4;
	border-top: none;
	border-bottom-left-radius: 5px;
	background-color: white;
	border-bottom-right-radius: 5px;
}

.hidden-card-2 {
	margin: 0 5rem;
	padding: 1rem;
	border: 3px solid #8b9cc4;
	border-top: none;
	border-bottom-left-radius: 5px;
	background-color: white;
	border-bottom-right-radius: 5px;
}

.form-control {
	padding: 1.5rem;
	border-radius: 50px;
}

.form-message {
	padding: 1rem;
	border-radius: 25px;
}

.impera-span {
	color: var(--impera-blue);
	font-weight: 700;
}

.read-more-link {
	color: #333333;
	font-size: 0.8rem;
	font-weight: 700;
	font-size: 14px;
}

.home-card-center img {
	margin: 3.25rem 1.25rem 0 1.25rem;
}

.home-card-left {
	padding: 2.5rem;
	border-radius: 10px;
	border: 1px solid transparent !important;
	text-align: left;
}

.home-card img {
	height: 50px;
	width: auto;
}

.home-card {
	border: none;
	box-shadow: 0 0 20px rgb(0 0 0 / 16%);
	border-radius: 10px;
}

.home-card .card-title {
	font-family: "Raleway";
	font-weight: bold;
}

.home-card-left:hover {
	border: 1px solid var(--impera-blue) !important;
}

.home-card-left:hover .read-more-link {
	color: var(--impera-blue);
}

.text-black-shade {
	color: #7e7e7e;
	font-weight: 700;
}

.font-karla {
	font-family: "Karla", sans-serif;
}

.impera-blue-subtitle {
	color: #374a79;
	font-weight: bold;
	margin-bottom: 1rem;
}

.font-weight-800 {
	font-weight: 800;
}

.text-limit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
	.our-clients-second-section {
		padding-bottom: 50px;
	}

	.banner-title {
		font: 800 40px/60px "Raleway";
	}
}

.sub-heading {
	font-family: "Open Sans";
}

.font-error {
	font-size: 150px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.industry-section img {
		width: 399px;
		height: 266px;
		/* object-fit: cover; */
	}
	.navbar-container {
		background-color: #fff7f0;
	}

	.sub-heading {
		font-size: 20px;
	}

	.flow-column-two {
		z-index: 1;
	}

	.our-client-img-1 {
		border-bottom: 1px solid #dee2e6 !important;
		border-right: 1px solid #dee2e6 !important;
	}

	.our-client-img-2 {
		border-bottom: 1px solid #dee2e6 !important;
	}

	.our-client-img-3 {
		border-right: 1px solid #dee2e6 !important;
	}

	.hire-us-fourth-section {
		padding-top: 150px;
	}

	.hire-us-second-section {
		padding-top: 150px;
	}

	.font-md-40 {
		font-size: 40px !important;
	}

	.font-md-18 {
		font-size: 18px !important;
	}

	.custom-card.blur {
		transition: opacity 0.3s linear;
		opacity: 0.7;
	}

	.services-detail-second-section {
		padding-bottom: 100px;
	}

	.font-md-50 {
		font-size: 50px !important;
	}

	.font-md-30 {
		font-size: 30px;
		line-height: 40px;
	}

	.third-section-padding {
		padding-left: 6rem !important;
	}

	s .client-img-1 {
		border-right: 1px solid #dee2e6;
		border-bottom: 1px solid #dee2e6;
	}

	.client-img-2 {
		border-right: 1px solid #dee2e6;
		border-bottom: 1px solid #dee2e6;
	}

	.client-img-3 {
		border-bottom: 1px solid #dee2e6;
	}

	.client-img-4 {
		border-right: 1px solid #dee2e6;
	}

	.client-img-5 {
		border-right: 1px solid #dee2e6;
	}

	.flow-column {
		padding-left: 0;
		padding-right: 0;
	}

	.flow-column {
		display: block;
		position: relative;
	}

	.flow-column:after {
		border-top: 5px solid black;
		padding-bottom: 100%;
		content: "";
		clear: both;
		display: block;
		position: absolute;
	}

	.flow-column-one:after {
		width: 150%;
		left: -30%;
	}

	.flow-column-two {
		padding-left: 0;
	}

	.flow-column-two:after {
		width: 50%;
	}

	.flow-column-third:after {
		border-top: 5px solid black;
		padding-bottom: 100%;
		content: "";
		clear: both;
		display: block;
		width: 50%;
		position: absolute;
	}

	.flow-column-four:after {
		left: 50%;
		width: 50%;
	}

	.flow-column-five:after {
		left: 50%;
		width: 50%;
	}

	.flow-column-six:after {
		border-top: 5px solid black;
		padding-bottom: 100%;
		content: "";
		clear: both;
		display: block;
		width: 100%;
		position: absolute;
	}

	.flow-column-img:before {
		content: "";
		background: url("../images/arrow-circle-right.svg") no-repeat;
		position: absolute;
		width: 50px;
		height: 50px;
		background-size: contain;
		z-index: 2;
	}

	.third:after {
		clear: both;
		display: block;
		border: 5px solid black;
		border-left: 0;
		border-radius: 0 130px 130px 0;
		height: calc(100% + 5px);
		left: -100%;
	}

	.third:before {
		content: "";
		background: url("../images/arrow-circle-down.svg") no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		margin-top: 50px;
		transform: translate(-50%);
		left: calc(50% - 12px);
		z-index: 2;
	}

	.second-row .second-row-gap {
		height: 400px;
		padding-right: 50px;
	}

	.second-row .second-row-gap:after {
		content: "";
		clear: both;
		display: block;
		width: 200px;
		height: 405px;
		border: 5px solid black;
		border-right: 0;
		border-radius: 130px 0 0 130px;
	}

	.second-row .second-row-gap:before {
		content: "";
		background: url("../images/arrow-circle-down.svg") no-repeat;
		width: 50px;
		height: 50px;
		background-size: contain;
		position: absolute;
		left: -22px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 70px;
		z-index: 2;
	}

	.third-row-gap {
		height: 400px;
	}

	.border-top-black {
		border-top: 5px solid black;
		top: 0px;
	}

	.brain-img-circle {
		position: relative;
	}

	.brain-img-circle:before {
		content: "1";
		position: absolute;
		width: 25px;
		border-radius: 50%;
		left: -10px;
		top: calc(50% - 10px);
		color: white;
		background: black;
		text-align: center;
		z-index: 2;
		font-weight: bold;
	}

	.img-container {
		position: relative;
		display: inline-block;
		z-index: 2;
	}

	.img-container:before {
		position: absolute;
		width: 25px;
		border-radius: 50%;
		top: calc(50% - 10px);
		color: white;
		background: black;
		text-align: center;
		z-index: 2;
		font-weight: bold;
	}

	.img-container.one:before {
		content: "1";
		left: -10px;
	}

	.img-container.two:before {
		content: "2";
		left: -10px;
	}

	.img-container.three:before {
		content: "3";
		right: -10px;
	}

	.img-container.four:before {
		content: "4";
		right: -10px;
	}

	.img-container.five:before {
		content: "5";
		left: -10px;
	}

	.img-container.six:before {
		content: "6";
		left: -10px;
	}

	.overlapping-col {
		margin-right: -2rem;
		z-index: 1;
	}

	.font-md-20 {
		font-size: 20px !important;
	}

	.font-md-22 {
		font-size: 22px !important;
	}

	.card-border-left {
		border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
		border-right: 0;
		border-bottom: 0;
		border-top: 0 !important;
	}

	.p-md-6 {
		padding: 4rem;
	}

	.pt-md-7 {
		padding-top: 5rem !important;
	}

	.pt-6 {
		padding-top: 4rem;
	}

	.pb-6 {
		padding-bottom: 4rem;
	}

	.py-md-6 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.pl-6 {
		padding-left: 4rem;
	}

	.pr-6 {
		padding-right: 4rem;
	}

	.px-6 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.mt-6 {
		margin-top: 4rem;
	}

	.mb-6 {
		margin-bottom: 4rem;
	}

	.my-md-6 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.ml-6 {
		margin-left: 4rem;
	}

	.mr-6 {
		margin-right: 4rem;
	}

	.mx-6 {
		margin-left: 4rem;
		margin-right: 4rem;
	}
}

/* Common Section */
img.lazy {
	opacity: 0;
}

img:not(.initial) {
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

.navbar-container {
	width: 100%;
	z-index: 100;
}

.navbar-fixed {
	padding-top: 10px;
	background: white;
	position: fixed;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

@media (min-width: 1400px) {
	.third-section-padding {
		padding-left: 15rem !important;
	}
}

body {
	font-family: "Open Sans", sans-serif !important;
}

.bg-body {
	background-color: #e8f3f9;
}

.bg-body-dark {
	background-color: #242424;
}

.bg-body-light {
	background-color: #f7fafc;
}

@media (min-width: 1400px) {
	.container-lg {
		max-width: 1340px !important;
	}

	.contact-us-btn {
		font-size: 20px !important;
	}
}

@media (max-width: 1400px) {
	.nav-link,
	.contact-us-btn {
		font-size: 14px !important;
	}
}

@media (min-width: 1200px) {
	.swiper-button-next-unique {
		opacity: 0;
	}
	.swiper-button-next-unique:hover {
		opacity: 1;
	}
	.swiper-button-prev-unique {
		opacity: 0;
	}
	.swiper-button-prev-unique:hover {
		opacity: 1;
	}
	.our-clients-second-section {
		padding-bottom: 140px;
	}

	.activity-image {
		width: 416px;
		height: 315px;
	}

	.banner-title {
		font: 800 60px/75px "Raleway";
	}

	.font-xl-18 {
		font-size: 18px;
	}

	.font-xl-20 {
		font-size: 18px;
	}
}

.hoverable-menu {
	max-width: 960px;
}

@media (min-width: 1200px) {
	.services-menu-width {
		width: 1100px !important;
	}
}

@media (min-width: 1300px) {
	.services-menu-width {
		width: 1200px !important;
	}
}

.navbar-brand-sm .logo-name {
	height: 26px;
	transition: all ease 0.65s;
}

@media (max-width: 1200px) and (min-width: 768px) {
	.navbar-brand-sm .logo-img {
		height: 50px;
		width: auto;
	}

	.navbar-brand-sm .logo-name {
		width: 150px;
		height: auto;
		height: 26px;
		transition: all ease 0.65s;
	}
}

@media (max-width: 991px) {
	.portfolio-icon-img {
		width: 50px;
		height: auto;
	}

	.subtitle {
		font-size: 25px;
	}

	.footer-logo {
		width: auto;
		height: 50px;
	}

	.navbar-nav {
		height: calc(100vh - 60px - 74px);
		overflow-y: auto;
		padding-left: 0.75rem;
		padding-right: 0.5rem;
		padding-bottom: 1rem;
	}

	.navbar-brand-sm .logo-img {
		height: 50px;
		width: auto;
	}

	.navbar-brand-sm .logo-name {
		width: 100px;
		height: auto;
	}
}

.py-6 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.home-banner {
	background-repeat: no-repeat;
	padding-bottom: 130px;
	background-position: center;
	background-size: cover;
}

/* Sections */

.third-section {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: visible;
}

.third-section:before {
	content: "";
	height: 1333px;
	background-size: contain;
	width: 100%;
	bottom: 0;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/bg/third-section-shape.svg);
	z-index: -1;
}

.fifth-section {
	background-repeat: no-repeat;
	background-position: left, right;
	background-size: contain;
	position: relative;
}

.fifth-section:before {
	content: "";
	height: 1333px;
	background-size: contain;
	background-position: right center;
	width: 100%;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/bg/fifth-section-shape.svg);
	z-index: -1;
}

.seventh-section {
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
}

.seventh-section:before {
	content: "";
	height: 1333px;
	background-size: contain;
	width: 100%;
	bottom: -50%;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/bg/third-section-shape.svg);
	z-index: -1;
}

.eighth-section {
	background: url(../images/bg/footer-bg-impera.svg) no-repeat;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 100px;
	margin-bottom: -50px;
}

.footer {
	position: relative;
}

/* Sections */
.ninth-section-img {
	width: 225px;
	height: auto;
	max-height: 200px;
}

.clutch-img {
	width: 150px;
	height: auto;
	max-height: 200px;
}

.height-50 {
	height: 50px !important;
	width: auto;
}

.height-20 {
	height: 20px !important;
}

@media (min-width: 1015px) {
	.navbar-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: all ease 0.65s;
		position: fixed !important;
	}
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Fonts */
.nav-link {
	font: normal normal normal 18px/30px Open Sans;
	color: black !important;
}

.nav-link:hover {
	color: var(--impera-red) !important;
}

.nav-item > .nav-link.active {
	color: var(--impera-red) !important;
}

/* Fonts */
.title {
	font-size: 3rem;
	line-height: 3.25rem;
	font-family: "Raleway", sans-serif;
	letter-spacing: 0px;
	color: #263238;
}

.home-btn {
	background-color: white;
	box-shadow: 0 0 20px -5px rgba(117, 187, 220);
	padding: 10px 30px;
	border-radius: 3px;
}

.home-btn:hover {
	color: var(--impera-red) !important;
	box-shadow: 0 0 50px 5px rgba(117, 187, 220) !important;
}

.contact-us-btn {
	background-color: white;
	box-shadow: 0 0 20px -5px rgba(117, 187, 220);
	padding: 16px 30px;
	border-radius: 3px;
}

.contact-us-btn:hover {
	background-color: var(--impera-red) !important;
	color: white;
	box-shadow: 0 0 50px 5px rgb(0 115 189 / 80%) !important;
}

.text-black2 {
	color: #2d3748;
}

.text-black3 {
	color: #4a5568;
}

.secondary-btn {
	/* background-color: var(--impera-blue); */
	padding: 16px 40px;
	font-family: Open Sans;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
	background: var(--unnamed-color-0073bd) 0% 0% no-repeat padding-box;
	background: var(--impera-blue) 0% 0% no-repeat padding-box;
	border-radius: 50px;
	box-shadow: 0 0 20px 5px rgb(0 115 189 / 60%) !important;
	border: none !important;
}

.secondary-btn:hover {
	color: white !important;
	box-shadow: 0 0 30px 5px rgb(0 115 189 / 80%) !important;
}

.home-blue {
	background-color: var(--impera-red) !important;
	color: white;
}

.home-blue:hover {
	color: white !important;
}

.font-20 {
	font-size: 20px;
}

.font-25 {
	font-size: 25px;
}

.font-30 {
	font-size: 30px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.custom-input {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.custom-input:focus {
	outline: none;
}

.text-impera-red {
	color: var(--impera-red);
}

.text-impera-blue {
	color: var(--impera-blue);
}

.submit-btn {
	background: white;
	border: 1px solid #0073bc;
	color: #0073bc;
	padding: 10px;
	font-size: 20px;
}

.submit-btn:hover {
	color: #0073bc;
	box-shadow: 0 0 30px -5px rgba(117, 187, 220);
}

.text-underline {
	text-decoration: underline;
}

.font-30 {
	font-size: 30px !important;
	line-height: 40px;
}

.font-40 {
	font-size: 40px;
}

.font-50 {
	font-size: 50px;
	line-height: 50px;
}

.navbar-toggler {
	border: none;
	background: transparent !important;
}

.navbar-toggler:focus {
	outline: none;
	background: transparent !important;
}

.navbar-toggler .icon-bar {
	background-color: #fff;
	transform: rotate(0deg) translate(0px, 0px);
	transition: ease all 0.2s;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}

.icon-bar:nth-child(2) {
	width: 16px;
	transition: ease all 0.2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all 0.2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 4px);
	transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
	opacity: 0;
	transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -4px);
	transition: ease all 0.2s;
}

.sec-accent {
	background-color: #fafcf5;
}

.blue {
	background-color: #9999cc;
}

/*Text color*/
.contact-color {
	color: #8f8f8f;
	font: normal normal normal 15px/23px Open Sans;
}

.paragraph-color {
	font: normal normal normal 18px/27px Open Sans;
	letter-spacing: 0px;
	color: #3a3a3a;
}

.text-black2 {
	color: var(--secondary);
}

/*Text color*/

.font-weight-medium {
	font-weight: 500;
}

.bg-offwhite {
	background-color: #ffffff2b;
}

.col-container {
	display: flex;
	width: 100%;
}

/* .col {
	flex: 1;
	padding: 16px;
} */

.mw-100 {
	max-width: 100%;
}

.height-300 {
	height: 300px;
}

.width-250 {
	width: 250px;
}

.width-550 {
	width: 550px;
}

.width-50 {
	width: 50px;
}

.bg-image {
	background-image: url(../images/pic1.svg);
}

.small-col {
	width: 18%;
	margin: 0rem 2rem;
}

.small-col-2 {
	width: 16%;
	margin: 0rem 2.1rem;
}

.dropdown-border-bottom {
	border-bottom: 2px solid #757575;
	border-radius: 0 !important;
}

.dropdown-border-bottom:focus {
	border: 1px solid transparent !important;
	box-shadow: none !important;
	outline: none !important;
	border-bottom: 2px solid black !important;
}

select {
	background: url(../images/dropdown-icon.svg) no-repeat right #ddd;
	-webkit-appearance: none;
	text-align: left !important;
}

select:hover {
	color: #8f8f8f !important;
}

label.error {
	font-size: 12px !important;
	color: #fe3939;
}

.form-color {
	color: #999;
	padding: 4px 6px;
	font-size: 18px;
}

.contact-label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 5px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label:not(.error),
.floating-input:not(:placeholder-shown) ~ label:not(.error) {
	top: -18px;
	font-size: 14px;
	color: #0073bd;
}

.floating-select:focus ~ label:not(.error),
.floating-select:not([value=""]):valid ~ label:not(.error) {
	top: -18px;
	font-size: 14px;
	color: #5264ae;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
	width: 50%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.floating-textarea {
	min-height: 30px;
	max-height: 260px;
	height: 120px;
	overflow: hidden;
	overflow-x: hidden;
}

/****  floating-Lable style end ****/

textarea {
	resize: none;
}

input,
textarea {
	border: 0;
	box-shadow: none;
	outline: 0;
}

.is-floating-label {
	position: relative;
	margin-bottom: 15px;
}

.is-floating-label input {
	position: absolute;
	left: 0;
	background-color: transparent;
}

.is-floating-label label {
	pointer-events: none;
	position: absolute;
	transform: translate3d(0, 0, 0);
	transform-origin: left top;
	transition: 100ms;
}

.is-floating-label.is-focused label:not(.error) {
	transform: translateY(-20px);
	color: #0073bd;
}

* {
	box-sizing: border-box;
}

.carousel-indicators li {
	border-radius: 100%;
	background-color: var(--impera-red);
}

.swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	background-color: #666 !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--impera-red) !important;
}

#scrollToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
	border-radius: 4px;
}

.topnav {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.active {
	color: white;
}

.topnav .icon {
	display: none;
}

.black-dropdown {
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}

.black-dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover,
.black-dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.black-dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child),
	.black-dropdown .dropbtn {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .black-dropdown {
		float: none;
	}

	.topnav.responsive .dropdown-content {
		position: relative;
	}

	.topnav.responsive .black-dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.border-radius-0 {
	border-radius: 0;
}

.font-12 {
	font-size: 12px;
}

.menu-item-list li a {
	display: block;
	width: 100%;
	padding: 10px 25px;
	background: 0 0;
	position: relative;
	font-size: 14px;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
	text-transform: capitalize;
}

.border-bottom-light {
	border-bottom: 1px solid #e7eaf3;
}

.sub-menu-link {
	font: normal normal normal 14px/30px Open Sans;
	color: black !important;
}

.sub-menu-link:hover {
	text-decoration: none;
	color: var(--hover-blue) !important;
}

/* .card-img {
	height: 140px;
	background: url(../images/portfolios/sensations-english-02.jpg) center no-repeat;
	background-size: cover;
} */

.blog-img-header {
	height: 140px;
	background: url(../images/blog.jpg) center no-repeat;
	background-size: cover;
}

.footer-link {
	color: var(--secondary);
	
}
.social-link{
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.footer-link:hover {
	color: white;
	text-decoration: none;
}
.social-link:hover{
	background-color: white;
	color: #242424 !important;
	transition: all .3s ease;
}

.header-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.header-link {
	color: var(--black2);
	font-size: 14px;
}

.header-link:hover {
	color: var(--impera-red);
	text-decoration: none;
}

.dropdown-menu {
	box-shadow: 0 8px 20px rgb(55 125 255 / 8%);
	border-right: 0;
	border-bottom: 0;
}

.dropdown-menu-title {
	color: #1e2022;
	padding-bottom: 0.5rem;
}

.promo-link .text-faded {
	color: rgba(0, 0, 0, 0.5);
}

.promo-link .text-black {
	color: rgba(0, 0, 0);
}

.promo-link:hover .text-faded {
	color: var(--impera-red);
}

.promo-link:hover .text-black {
	color: var(--impera-red);
}

.promo-link:hover {
	text-decoration: none;
}

/* Contact us page */

.banner-title {
	font-family: "Raleway", sans-serif;
	letter-spacing: 0px;
	color: #263238;
}

@media (max-width: 991px) {
	.banner-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.contact-subtitle {
	font: 600 2rem/3.25rem Raleway;
	font-family: "Raleway", sans-serif;
	letter-spacing: 0px;
	color: #263238;
}

.contact-label {
	color: #8f8f8f;
	font: normal normal normal 18px/23px Open Sans;
}

.contact-input-border {
	border-bottom: 2px solid #d0d0d0 !important;
}

/* Contact us page */
a:hover {
	text-decoration: none;
}

.font-Raleway {
	font-family: "Raleway", sans-serif;
}

.font-18 {
	font-size: 18px;
}

.card-border {
	border-left: 0 !important;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

@media (min-width: 992px) {
	.sense-third-section img {
		width: 100%;
	}
	.crm-screenshot-section img {
		width: 75%;
	}
	.vts-card-section .card-deck {
		margin-top: 2rem;
	}
	.about-content {
		padding-top: 100px;
		margin-bottom: 100px;
	}

	.industry-last-section {
		padding-bottom: 50px;
	}

	.crm-screenshot-section {
		margin-bottom: 100px;
	}

	.sense-third-section {
		margin-top: 100px;
	}

	.section-team {
		padding: 100px 0;
	}

	.testimonial-card {
		margin: 0 1rem;
	}

	.crm-screenshot-section {
		padding-top: 100px;
	}

	.first-section {
		padding-top: 100px !important;
	}

	.career-second-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.common-banner {
		margin-bottom: 190px;
	}

	.common-banner {
		padding-top: 150px;
	}

	.industry-section {
		margin-top: 50px;
	}

	.contact-third-section {
		padding-top: 100px;
	}

	.pl-lg-20 {
		padding-left: 20px;
	}

	.hover-card {
		padding: 20px;
	}

	.second-card-row {
		margin-top: 20px;
	}

	.testimonial-title {
		margin-top: 35px;
		color: var(--impera-blue);
		font-weight: bold;
	}

	.testimonial-text {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 20px;
	}

	.home-card-center {
		text-align: center;
	}

	.home-card-center .card-body {
		padding-bottom: 3rem;
	}

	.impera-blue-subtitle {
		font-size: 22px;
		line-height: 28px;
	}

	.subtitle {
		font-size: 40px;
		line-height: 55px;
	}

	.font-lg-18 {
		font-size: 18px;
	}

	.paragraph-16 {
		font: normal normal normal 16px/27px Open Sans;
		letter-spacing: 0px;
		color: #3a3a3a;
	}

	.font-lg-25 {
		font-size: 25px;
	}

	.footer-logo {
		/* width: 95px;
		height: 95px; */
	}

	.p-lg-6 {
		padding: 4rem !important;
	}

	.card-border {
		border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
		border-right: 0;
		border-bottom: 0;
		border-top: 0 !important;
	}
}

.height-40 {
	height: 40px !important;
}

/* Company page */
.company-first-img {
	height: 515px;
	width: 825px;
}

/* .company-second-section-img {
	width: 640px;
	height: 640px;
} */

@media (min-width: 992px) {
	.sense-third-section img {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.company-first-wrapper {
		padding-top: 130px;
	}

	.footer::before {
		height: 707px;
		top: -500px;
	}
}

/* Company page */
#background {
	background: linear-gradient(
		to bottom,
		#e8f3f9 0%,
		#e8f3f9 50%,
		#fff 50%,
		#fff 100%
	);
}

a {
	color: #263238;
}

a.custom-card,
a.custom-card:hover,
a.custom-card-client,
.custom-card-client:hover {
	color: inherit;
}

.fourth-section-img {
	width: 150px;
	height: 150px;
}

.company-fourth-section .clutch-img {
	width: 150px;
	height: auto;
}

@media (max-width: 767px) {
	.industry-section img {
		width: 100%;
	}
	.vts-fifth-section .row {
		overflow-x: auto;
	}
	.faq .card .card-body p {
		font-size: 14px;
	}
	.animated-number {
		font-size: 30px;
	}

	.hidden-card-1 {
		margin: 0 1rem;
	}

	.hidden-card-2 {
		margin: 0 2rem;
	}

	.contact-second-section {
		padding-top: 50px;
	}

	.faq-section {
		padding-bottom: 50px;
	}

	.product-second-section {
		padding-top: 50px;
	}

	.board-director-row {
		margin-top: 100px;
	}

	.board-director-row .row,
	.management-row .row {
		padding-top: 25px;
	}

	.subtitle {
		padding-bottom: 1rem;
	}

	.crm-screenshot-section img {
		/* width: 100%; */
	}

	.first-section {
		padding-top: 50px;
	}

	.faq .card .card-header .faq-title {
		margin-top: 0;
	}

	.faq {
		margin-top: 25px;
	}

	.common-banner {
		margin-bottom: 40px;
	}

	.eighth-section {
		background-size: cover;
	}

	.home-card-left {
		padding: 1.5rem;
	}

	.home-card img {
		margin: 1.25rem;
	}

	.seventh-section {
		background-size: contain;
	}

	.fourth-section-img {
		width: 100px;
		height: 100px;
	}

	.company-fourth-section .clutch-img {
		width: 100px;
		height: auto;
	}
}

.brain-img {
	width: 80px;
	height: auto;
}

.card-footer-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}

/* Portfolio Page styles */
.portfolio-banner {
	background-repeat: no-repeat;
	/* background-position: center; */
	background-size: cover;
}

.portfolio-orange-heading {
	font-size: 50px;
	color: #fe8a00;
}

.portfolio-second-section {
	background-repeat: repeat-y;
	background-size: contain;
}

@media (max-width: 991px) {
	.it-row {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.crm-screenshot-section img {
		width: 75%;
	}

	.faq-section {
		margin-top: 50px;
	}

	.sense-third-section {
		margin-top: 50px;
	}

	.crm-screenshot-section {
		padding-top: 50px;
	}

	.common-banner {
		padding-top: 40px;
	}

	.industry-section {
		margin-top: 50px;
	}

	.portfolio-orange-heading {
		font-size: 25px;
	}

	.submit-btn {
		padding: 6px;
		font-size: 16px !important;
	}
}

.text-black-30 {
	opacity: 0.3;
	color: black !important;
}

@media (min-width: 1025px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}

	.swiper-container:hover .swiper-button-prev,
	.swiper-container:hover .swiper-button-next {
		display: block !important;
	}
}

/* Portfolio Page styles */
.breadcrumb-item + .breadcrumb-item::before {
	font-family: "icomoon";
	content: "\f105";
}

.breadcrumb-item.active {
	color: var(--impera-red);
}

.common-bg-section {
	background-repeat: repeat-y;
	background-size: contain;
}

/* Why choose us  */
@media (min-width: 992px) {
	.it-row {
		padding-top: 50px;
	}
	.w-lg-100 {
		width: 100%;
	}

	.whychooseus-first-wrapper {
		padding-top: 130px;
	}
}

/* Why choose us */
.img-circle {
	position: relative;
}

.img-circle img {
	border: 3px solid var(--impera-red);
	border-radius: 50%;
}

.flow-chart-row-first {
	position: relative;
}

.flow-chart-row-first:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	border-top: 5px solid black;
	margin: 0 auto;
	top: 50%;
}

.font-weight-semibold {
	font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-second-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.common-banner {
		margin-bottom: 100px;
	}

	.third-section:before {
		bottom: 10%;
	}

	.flow-column-third:after {
		top: 40px;
	}

	.flow-column-six:after {
		top: 40px;
	}

	.flow-column-img:before {
		top: 12px;
		left: -6%;
	}

	.third {
		width: 117px;
		height: 400px;
	}

	.why-choose-us-third-section .second-row {
		padding-left: 50px;
	}

	.third-row {
		padding-left: 70px;
	}

	.flow-column-img:before {
		width: 30px;
		height: 30px;
		left: -15px;
	}

	.third:after {
		width: 167px !important;
	}
}

@media (min-width: 992px) {
	.flow-column-img:before {
		top: 46px;
		left: -30%;
	}

	.third {
		width: 140px;
		height: 400px;
	}
}

@media (max-width: 991px) {
	.third:before {
		margin-top: 35px;
		width: 30px !important;
		height: 30px !important;
		right: -13px;
	}

	.fifth:before {
		margin-top: 35px;
		width: 30px !important;
		height: 30px !important;
		left: -10px !important;
	}

	.brain-img-circle {
		width: 70px;
	}

	.flow-column::after {
		top: 35px;
	}

	.why-choose-us-third-section {
		padding-top: 50px;
		padding-bottom: 0;
	}
}

@media (min-width: 991px) {
	.flow-column:after {
		top: 70px;
	}

	.third:after {
		clear: both;
		display: block;
		width: 200px;
	}
}

@media (max-width: 767px) {
	.banner-title {
		margin-top: 1.5rem;
	}
	.modal-member-img-container img {
		width: 200px;
	}
	.team-card img {
		width: 150px;
	}
	.about-content {
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.flow-column {
		display: flex;
	}

	.first-row .flow-column-one {
		position: relative;
	}

	.first-row .flow-column-one .img-container {
		position: relative;
		left: 0%;
	}

	.img-container:before {
		position: absolute;
		width: 25px;
		border-radius: 50%;
		top: calc(50% - 10px);
		color: white;
		background: black;
		text-align: center;
		z-index: 2;
		font-weight: bold;
	}

	.img-container.one:before {
		content: "1";
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.flow-column-one:after,
	.flow-column-two:after,
	.flow-column-third:after,
	.flow-column-four:after,
	.flow-column-five:after,
	.flow-column-six:after {
		content: "";
		background: url(../images/arrow-circle-down.svg) no-repeat;
		width: 30px;
		height: 30px;
		background-size: contain;
		position: absolute;
		left: 35px;
		top: 60%;
		z-index: 2;
	}

	.first-row .flow-column-one .img-container:after {
		content: "";
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 180px;
		background: black;
	}

	.first-row .flow-column-two {
		position: relative;
	}

	.first-row .flow-column-two .img-container {
		position: relative;
		left: 0%;
	}

	.img-container.two:before {
		content: "2";
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.first-row .flow-column-two .img-container:after {
		content: "";
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 180px;
		background: black;
	}

	.second-row .flow-column-third {
		position: relative;
	}

	.second-row .flow-column-third .img-container {
		position: relative;
		left: 0%;
	}

	.img-container.three:before {
		content: "3";
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.second-row .flow-column-third .img-container:after {
		content: "";
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 180px;
		background: black;
	}

	.second-row .flow-column-four {
		position: relative;
	}

	.second-row .flow-column-four .img-container {
		position: relative;
		left: 0%;
	}

	.img-container.four:before {
		content: "4";
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.second-row .flow-column-four .img-container:after {
		content: "";
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 180px;
		background: black;
	}

	/* Third row */
	.third-row .flow-column-five {
		position: relative;
	}

	.third-row .flow-column-five .img-container {
		position: relative;
		left: 0%;
	}

	.img-container.five:before {
		content: "5";
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.third-row .flow-column-five .img-container:after {
		content: "";
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 180px;
		background: black;
	}

	.third-row .flow-column-six {
		position: relative;
	}

	.third-row .flow-column-six .img-container {
		position: relative;
		left: 0%;
	}

	.img-container.six:before {
		content: "6";
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.third-row .flow-column-six .img-container:after {
		content: "";
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 100%;
		background: black;
	}

	/* Third row */

	.flow-column-seventh {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.request-btn {
		position: relative;
		font-size: 16px !important;
		padding: 5px 20px;
	}
}

.view-all-btn {
	padding: 10px 50px;
	border: 2px solid var(--impera-red);
}

.view-all-btn:hover {
	color: var(--impera-red);
	box-shadow: 0 0 20px -5px rgba(117, 187, 220) !important;
	background-color: white;
}

/* Blog */
* {
	box-sizing: border-box;
}

/* ---- grid ---- */

.grid {
	max-width: 1340px;
}

/* clearfix */
.grid:after {
	content: "";
	display: block;
	clear: both;
}

/* ---- grid-item ---- */
@media (min-width: 992px) {
	.grid-item {
		width: 31%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal-member-img-container img {
		width: 50%;
	}
	.team-card img {
		width: 200px;
	}
	.grid-item {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.grid-item {
		width: 100%;
	}
}

.grid-item {
	height: auto;
	float: left;
	border-radius: 5px;
	margin-bottom: 40px;
}

.blogs .grid-item:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
	cursor: pointer;
}

.grid-item .card {
	position: relative;
}

.grid-item .card .card-date {
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	background-color: var(--impera-red);
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	width: 70px;
	font-size: 20px;
}

.btn-blue {
	background-color: var(--impera-red);
	color: white;
	padding: 10px 20px;
}

.btn-blue:hover {
	color: var(--impera-red);
	background-color: transparent;
	border: 1px solid var(--impera-red);
}

/* Blog */

/* Our Team Page styles */

.our-team-second-section {
	background-position: right, left;
	background-repeat: no-repeat;
	background-size: contain;
}

.hexagon {
	position: relative;
	width: 150px;
	height: 250px;
	background-color: var(--impera-red);
	margin: 75px;
}

.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	height: 0;
	border-top: 125px solid transparent;
	border-bottom: 125px solid transparent;
}

.hexagon:after {
	right: 100%;
	border-right: 72px solid var(--impera-red);
}

.hexagon::before {
	left: 100%;
	height: 0;
	border-left: 72px solid var(--impera-red);
}

.people-img {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bg-blue {
	background-color: var(--impera-red);
}

.border-radius-50 {
	border-radius: 50%;
}

.h-w-200 {
	width: 200px;
	height: 200px;
}

.line-height-md-55 {
	line-height: 55px;
}

.hexa {
	position: relative;
}

.hexa:before {
	content: "OUR TEAM";
	color: white;
	position: absolute;
	top: 0;
	left: 0;
}

.activity-image {
	border: 5px solid white;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	border-radius: 10px;
}

/* Our Team Page styles */

/* Expertise styles*/

@media (min-width: 992px) {
	.border-opacity-10 {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}

	.expertise-second-section {
		background-position: left top, right top;
		background-repeat: repeat-y;
		background-size: auto;
		margin-bottom: 125px;
	}
}

@media (max-width: 991px) {
	.expertise-second-section {
		margin-bottom: 60px;
	}
}

@media (max-width: 1200px) {
	.overlapping-col .subtitle {
		font-size: 30px;
	}
}

.card-light-color {
	background-color: #f7f7f7;
}

/* Hire us Styles */
.hire-us-first-section {
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

@media (max-width: 767px) {
	.hire-us-first-section {
		padding-top: 80px;
	}
}

.hire-us-second-section {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

@media (min-width: 1200px) {
	.industry-first-section {
		padding-top: 100px;
	}

	.hire-us-first-img {
		width: 650px;
		height: 725px;
	}
}

@media (max-width: 1200px) {
	.hire-us-first-img {
		width: 450px;
		height: 450px;
	}
}

@media (max-width: 992px) {
	.hire-us-first-img {
		width: 350px;
		height: 350px;
	}
}

.hire-us-third-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.hire-us-fourth-section {
	background-repeat: no-repeat;
	padding-bottom: 100px;
	background-size: cover;
}

@media (max-width: 1200px) {
	.hire-us-fifth-section {
		padding-top: 100px;
	}
}

@media (min-width: 1200px) {
	.hire-us-fifth-section {
		padding-top: 140px;
	}
}

.hire-us-circle-1 {
	height: 284px;
	width: 100%;
	background-image: url(../images/hire-circle-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.hire-us-circle-2 {
	height: 284px;
	width: 100%;
	background-image: url(../images/hire-circle-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.hire-us-circle-3 {
	height: 284px;
	width: 100%;
	background-image: url(../images/hire-circle-3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.hire-us-circle-4 {
	height: 284px;
	width: 100%;
	background-image: url(../images/hire-circle-4.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.circle-text {
	/* padding-left: 4rem;
	padding-right: 2rem; */
	padding-left: 25%;
	padding-right: 15%;
}

/* Hire us Styles */
.services-banner {
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.service-link:hover {
	color: var(--impera-red) !important;
}

.border-bottom-red {
	border-bottom: 5px solid var(--impera-red);
}

.border-left-blue {
	border-left: 5px solid var(--impera-red);
	padding-left: 15px;
}

.hover-blue:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.hover-blue img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.hover-blue:hover .hover-text-impera-red {
	color: var(--impera-red);
}

.hover-text-impera-red {
	font-weight: 600;
}

@media (max-width: 767px) {
	.overlapping-col {
		margin-bottom: -2rem;
		z-index: 1;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.services-detail-first-section {
	background-repeat: no-repeat;
	background-size: contain;
}

.footer-partial-section {
	background-repeat: no-repeat;
}

.portfolio-heading {
	font-family: "Raleway", sans-serif;
	font-weight: bold;
}

.success-msg {
	background-color: var(--impera-blue);
	color: white;
	margin-top: 10px;
	padding: 10px;
}

.failed-msg {
	background-color: #ca3433;
	color: white;
	margin-top: 10px;
	padding: 10px;
}

.spinner-border {
	vertical-align: middle;
	font-size: small;
}

button[disabled="disabled"],
button:disabled {
	opacity: 0.6;
}

/* Position child elements relative to this element */
.aspect-ratio-box {
	position: relative;
}

/* Create a pseudo element that uses padding-bottom to take up space */
.aspect-ratio-box::after {
	display: block;
	content: "";
	/* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */
	padding-bottom: 66.66%;
}

/* Image is positioned absolutely relative to the parent element */
.aspect-ratio-box img {
	/* Image should match parent box size */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.section-404 {
	padding-top: 150px;
	padding-bottom: 300px;
}

@media (min-width: 992px) {
	.portfolio-heading {
		font-size: 40px;
	}

	.portfolio-banner {
		padding-bottom: 130px;
	}

	.font-lg-20 {
		font-size: 20px !important;
	}

	.font-md-25 {
		font-size: 25px !important;
	}

	.mr-lg-6 {
		margin-right: 4rem !important;
	}

	.w-lg-auto {
		width: auto !important;
	}

	.works-menu-width {
		width: 550px;
	}

	.dropdown-menu {
		border-top: 0.1875rem solid #e60019;
		border-left: 0;
		border-bottom-right-radius: 0.3125rem;
		border-bottom-left-radius: 0.3125rem;
	}

	.company-menu-width {
		width: 260px;
	}

	.d-lg-flex {
		display: flex;
	}

	.h-lg-100 {
		height: 100%;
	}

	.services-menu-width {
		width: 900px;
	}

	.logo-img {
		height: 70px;
		transition: all ease 0.65s !important;
	}

	.navbar-container {
		padding-top: 0px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.border-left-submenu {
		border-left: 3px solid #0073bd;
		padding-left: 0.75rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.home-btn {
		font-size: 20px !important;
	}

	li {
		display: inline-block;
		margin-right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-content {
		margin-bottom: 50px;
	}
	.industry-first-section {
		padding-top: 25px;
	}

	.seventh-section {
		background-position: center !important;
	}
}
.gallery-content {
	padding-top: 25px;
}
@media (max-width: 991px) {
	.portfolio-heading {
		font-size: 22px;
	}

	.services-banner {
		background-position: left;
	}

	.contact-subtitle {
		font-size: 20px;
		line-height: 30px;
	}

	.portfolio-banner {
		padding-bottom: 80px !important;
	}

	.paragraph-16 {
		font: normal normal normal 14px/20px Open Sans;
		letter-spacing: 0px;
		color: #3a3a3a;
	}

	.paragraph-color {
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.footer::before {
		height: 106px;
		top: -105px;
	}

	.navbar-collapse {
		position: fixed;
		top: 71px;
		left: 0;
		width: 100%;
		/* height: calc(100% - 60px); */
		background-color: white;
		z-index: 100;
	}

	.dropdown-menu {
		border-left: 0.1875rem solid #e60019;
		border-top: 0;
		border-radius: 0;
	}

	.title {
		font-size: 2rem !important;
	}

	.bg-collapsed-white {
		background-color: white;
	}

	.navbar-container {
		padding: 0 !important;
	}

	.contact-us-wrapper {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: white;
		width: 100%;
		text-align: center;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}

	.contact-us-mobile {
		background-color: var(--impera-red) !important;
		color: white !important;
	}
}

@media (max-width: 767px) {
	.section-404 {
		padding-top: 75px;
		padding-bottom: 150px;
	}

	.font-error {
		font-size: 75px;
	}

	.hire-models {
		position: sticky;
		z-index: 1;
		top: 60px;
		background-color: white;
	}

	.company-first-section {
		background-position: center;
	}

	.portfolio-banner {
		padding-top: 50px;
	}

	.hexagon {
		margin-top: 0;
	}

	.whychooseus-sixth-section {
		background-size: 70%;
		background-position: center;
	}

	.whychooseus-first-wrapper {
		padding-top: 50px;
	}

	.company-first-img {
		height: 200px;
	}

	.circle-text {
		padding-left: 27%;
	}

	.client-img-3 {
		border-right: 1px solid #dee2e6 !important;
	}

	.pb-res-200 {
		padding-bottom: 200px;
	}

	.our-client-res {
		border-bottom: 1px solid #dee2e6 !important;
		border-right: 1px solid #dee2e6 !important;
	}

	.our-client-res-2 {
		border-bottom: 1px solid #dee2e6 !important;
	}

	.hire-us-second-section {
		padding-top: 50px;
	}

	.hire-us-sixth-section {
		padding-top: 50px;
	}

	.services-detail-first-section {
		padding-top: 80px;
	}

	.border-bottom-res {
		border-bottom: 1px solid #dee2e6 !important;
	}

	.navbar-container {
		position: fixed;
	}

	.img-50 {
		width: 50px;
		height: auto;
	}

	.card-border-left {
		border-left: 0 !important;
		border-right: 0;
		border-bottom: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
	}

	.footer {
		padding-top: 0 !important;
	}

	.ninth-section-img {
		width: 100px !important;
		height: 100px !important;
	}

	.clutch-img {
		width: 100px !important;
		height: 100px !important;
	}

	.promo-icon {
		max-width: 2.75rem;
	}

	.home-banner {
		padding-bottom: 50px !important;
	}

	.third-section-padding {
		padding-left: 1rem !important;
	}
}

.swiper-lazy-preloader {
	border-color: var(--impera-red) !important;
	border-top-color: transparent !important;
}

.contact-label-color {
	color: #8f8f8f;
	font-size: 18px;
}

.form-btn-blue {
	background: white;
	border: 1px solid #0073bc;
	color: #0073bc;
	padding: 10px;
	font-size: 20px;
}

.form-btn-blue:hover {
	color: #0073bc;
	box-shadow: 0 0 30px -5px rgba(117, 187, 220);
}

.show_hide-btn {
	font-weight: 500;
}

.show_hide-btn:focus {
	border: none;
	box-shadow: none;
}

.show_hide-btn:hover {
	color: var(--impera-red);
	text-decoration: underline;
	text-decoration-color: var(--impera-red);
}

.resume-label {
	color: #8f8f8f;
	font-size: 17px;
	padding-left: 7px;
}

ul.careers-keys-list {
	line-height: 30px;
}

ul.careers-keys-list li {
	display: list-item;
	position: relative;
	padding-left: 20px;
}

ul.careers-keys-list li:before {
	color: var(--impera-red);
	content: "\25CF";
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	line-height: 30px;
}

.about-us-img {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	border: 5px solid white;
	border-radius: 10px;
}
