@media (max-width: 991px) {
	.main-container {
		overflow: hidden;
	}
	.content-container {
		max-width: 100%;
	}
	.banner-txt {
		font-size: 36px;
		text-align: center;
	}
	.team-member-social {
		padding: 0;
	}
	.team-contact-btn {
		width: 100%;
	}
	.contact-options-container {
		max-width: 90%;
	}
	.cta-container {
		width: 100% !important;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.home-banner-btn {
		padding: 0;
		width: 40%;
	}
	.company-logos-contanier {
		padding: 35px 0;
	}
	.carousel-inner {
		max-width: 100%;
	}
	.carousel-item {
		min-height: 100px;
	}
	.carousel-control-prev,
	.carousel-control-next {
		width: 5%;
	}
	.carousel-control-next {
		left: auto;
		border-radius: 25px 0 0 25px;
	}
	.services-tabs-horizontal {
		height: auto !important;
	}
	.about-container {
		text-align: center;
	}
	.footer-container {
		text-align: start;
		font-size: 14px;
		display: flex;
		justify-content: start;
		padding: 0;
	}
	.footer-disclaimer {
		font-size: 14px;
	}
	.products-card {
		height: 150px;
	}
	.services-category {
		padding: 8px 4px;
		margin: 0 auto;
		font-size: 12px;
	}
	.footer-terms-container {
		margin-top: 15px !important;
	}
	.footer-social-icons {
		margin-bottom: 15px !important;
	}
	.policies-tab li {
		text-align: start;
	}
}

@media (min-width: 992px) {
	.left-container {
		flex: 0 0 50%;
	}
	.banner-small-txt {
		font-size: 21px;
	}
	.team-contact-btn {
		width: 200px;
	}
	.carousel-inner {
		padding-top: 30px;
	}
	.faq-accordion {
		width: 60%;
	}
	.footer-container {
		display: flex;
		justify-content: center;
		list-style: none;
		padding: 0;
	}
	.footer-container li {
		margin-right: 15px;
	}
	.void-social-container {
		width: 50%;
	}
	.products-card-container {
		width: 255px;
	}
	.services-banner {
		height: 444px;
	}
	.default-card-height {
		min-height: 205px;
	}
	.job-desc-modal {
		max-width: calc(100% - 150px);
		padding: 20px;
	}
	.services-vertical-right-divider {
		border-right: 2px solid #8CA2C0;
	}
	.contact-form-container {
		width: 40%;
		margin: 0 auto;
	}
}

body {
	color: var(--primary-text-color);
	background-color: var(--primary-background-color);
	font-family: 'Poppins', sans-serif;
}

.content-container {
	margin: 0 auto;
	max-width: 90%;
	margin-top: 100px;
}

.banner-inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
}

.left-container,
.right-container {
	padding: 0 12px;
}

.banner-small-txt {
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: var(--secondary-text-color);
}

.banner-txt {
	font-size: 40px;
	font-weight: 600;
	margin-top: 5px;
}

.team-member-social {
	padding: 0;
}

.team-contact-btn {
	border-radius: 5px;
	min-height: 40px;
	height: auto;
}

.contact-options-container {
	margin: 0 auto;
	justify-content: space-around;
	max-width: 80%;
}

.contact-us-btn {
	width: 90% !important;
}

.cta-container {
	margin-top: 15px;
	width: 50%;
	justify-content: space-around;
}

.banner-image {
	border-radius: 10px;
}

.home-banner-video {
	display: block;
	max-width: 100%;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	height: 400px;
	object-fit: fill;
}

.services-container {
	padding: 20px 10px 10px 10px;
	background-color: var(--secondary-background-color);
	border-radius: 10px;
}

.services-header {
	font-size: 32px;
}

@media (max-width: 991px) {
	.services-header {
		font-size: 25px;
	}
}

.services-tabs-horizontal li a {
	color: var(--light-text-color);
}

.services-tabs-horizontal li a.active {
	color: var(--secondary-text-color);
	border-bottom: 2px solid var(--secondary-text-color);
}

.about-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0 50px 0;
}

.about-banner-txt {
	font-size: 24px;
	font-weight: 600;
}

.about-heading {
	font-size: 16px;
	font-weight: 600;
}

.heading-rule {
	border: 1px solid var(--secondary-text-color);
	height: 3px;
	background-color: var(--secondary-text-color);
	margin: 0 0 10px 0;
}

.about-company {
	height: auto;
}

.company-logos-contanier {
	padding: 35px;
	display: flex;
	margin: 0 auto;
}

.client-list-item {
	display: flex;
	align-items: center;
}

.client-logo {
	width: 75%;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.carousel-inner {
	margin: 0 auto;
	max-width: 85%;
}

.carousel-item {
	min-height: 100px;
}

.carousel-control-prev,
.carousel-control-next {
	width: 5%;
	color: var(--container-heading-text-color);
	background: #FFFFFF80;
	border-radius: 0 25px 25px 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	color: var(--secondary-text-color);
}

.carousel-control-next {
	left: auto;
	border-radius: 25px 0 0 25px;
}

.secondary-background {
	padding: 40px 0;
	background-color: var(--secondary-background-color);
	height: auto;
}

.faq-accordion {
	width: 90%;
	margin: 0 auto;
}

.faq-content {
	display: flex;
	width: 100%;
	justify-content: space-between;
	text-decoration: none;
	color: var(--container-heading-text-color);
	font-size: 20px;
	line-height: 28px;
}

.faq-card {
	margin-bottom: 15px;
}

.card-header {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-section {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.footer-link-container {
	width: 75%;
}

.void-social-container {
	display: flex;
	justify-content: flex-end;
}

.social-icons {
	margin-right: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.light-text {
	color: var(--light-text-color);
}

.footer-terms-container {
	width: 20%;
	margin: 0;
}

.footer-divider {
	border: none;
	height: 1px;
	background-color: var(--primary-text-color);
	margin-top: 0;
}

.clients-review-container {
	display: inline-flex;
	max-width: 90%;
}

.clients-review-container .card-body {
	border: 1px solid #CACED1;
	border-radius: 23px;
	min-height: 320px;
}

@media (max-width: 991px) {
	.clients-review-container .card-body {
		height: auto;
		padding-bottom: 70px;
	}
}

.clients-review-footer {
    bottom: 10px;
    left: 10px;
    right: 0;
}

.common-avatar {
	width: 55px;
	height: 55px;
	margin-right: 10px;
	border-radius: 50%;
	object-fit: cover;
}

.services-logo {
	width: 100px;
	height: 100px;
	border-radius: 10px;
}

.toggle-label {
	float: right;
	cursor: pointer;
	color: var(--primary-text-color);
}

.products-card {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	height: 255px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.services-card {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(234, 236, 240, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.static-tile-height {
	min-height: 330px;
}

.services-category-listitem {
	border: 2px solid var(--secondary-text-color) !important;
}

.services-category, .policies-category {
	color: var(--secondary-text-color);
}

.services-category.active {
	height: 100%;
	display: flex;
	align-items: center;
	background-color: #2777dd;
	color: var(--text-color-light);
}

.services-category .inactive-img {
	display: inline-block;
}

.services-category .active-img {
	display: none;
}

.services-category.active .active-img {
	display: inline-block;
}

.services-category.active .inactive-img {
	display: none;
}

.pills-tab-header {
	background-color: #f9fafb;
	border-radius: var(--bs-nav-pills-border-radius);
	height: 55px;
	align-items: center;
}

.job-inner-tag {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #059669;
	color: #047857;
	background-color: #A7F3D0;
	border-radius: 25px;
	padding: 0 5px;
	height: auto;
}

.pills-tab-header .nav-link.active {
	background-color: var(--text-color-light);
	color: var(--primary-text-color);
	box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}

.job-details-card {
	height: auto;
	border: 1px solid #EAECF0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.contact-option-icon {
	background-color: #5996e5;
	width: 48px;
	color: var(--text-color-light);
	height: 48px;
	font-size: 20px;
	border-radius: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.industries-list {
	position: relative;
	min-height: 350px;
	overflow: auto;
}

.industry-name-header {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
}

.industry-desc {
	position: absolute;
	width: 90%;
	top: 50px;
}

.dropdown-icon {
	position: absolute;
	right: 10px;
}

.jobs-header-dropdown::after {
	margin-top: 10px;
}

.contact-card {
	background-color: #EEf5FC;
	border-radius: 8px;
}

.plan_header_empty {
	width: 35%;
	text-align: start;
    padding-left: 25px;
}

.plan_header {
    display: flex;
    align-items: flex-start;
	flex-direction: column;
	width: 20%;
	min-height: 200px;
	height: auto;
	margin: 0 10px;
}

.plan_header > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing_column_width {
	width: 25%;
}

@media (max-width: 991px) {
	.plan_header {
		text-align: center;
		margin: 0;
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	}
	.plan_header_content {
		width: 35%;
	}
	.pricing_column_width {
		width: 125px;
	}
}

@media (min-width: 992px) {
	.plan_footer {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.plan_footer_btn {
		position: absolute;
		bottom: -35px;
		left: 0;
	}
}

.plan_row {
	min-height: 68px;
    display: flex;
    align-items: center;
}

.plan_row:nth-child(even) {
    background-color: #f9fafb;;
}

.plan_row:nth-child(odd) {
    background-color: #ffffff;
}

.policies-tab li {
	border: none;
}

.policies-category {
	padding: 8px 4px;
	margin: 0 auto;
}

.policies-category.active {
	color: var(--primary-text-color);
	font-weight: 600;
}