/* @font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('../fonts/BebasNeue-Bold.woff2') format('woff2'),
        url('../fonts/BebasNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800;900;1000&display=swap');

input[type='checkbox'] {
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 0;
	border: 1px solid #6f6f6f;
	margin-right: 20px;
	margin-bottom: 25px;
}

:root {
	--gray: rgb(234, 235, 236);
	--primary: #0076bd;
	--clip-corner: polygon(1% 0,
			99% 0,
			100% 1%,
			100% 99%,
			99% 100%,
			1% 100%,
			0 99%,
			0 1%);
}

input[type='checkbox']:checked {
	background: #abd;
}

.home-card {
	clip-path: var(--clip-corner);
	min-height: 100%;
	height: 100%;
}

/* .flex-holder{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
} */

.close-button::after{
	content:"X";
	display: inline-block;
	height: 1rem;
	width: 1rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: antiquewhite;
	z-index: 44;
	cursor:pointer;
	padding: 0 1rem;

}


.icon-button {
	position: relative;
	transition: all linear 0.2s;
	display: inline-block;
}

.icon-button::before,
.icon-button::after {
	content: '<';
	display: inline-block;
	/* line-height: 2; */
	color: var(--primary);
	font-weight: 600;
	padding: 5px;
}

.--prev::after {
	display: none;
}

.--next::after {
	content: '>';
}

.--next::before {
	display: none;
}

.icon--envelope {
	width: 14px;
}

.icon--pdf {
	width: 29px;
}

.absolute-overlay {
	display: none;
	position: absolute;
	inset: 0;
	/* top: 50%; */
	background-color: rgba(1, 1, 1, 0.1);
	width: 100vw;
	height: 100dvh;
	z-index: 10;
}

.absolute-overlay.show {
	display: flex;
}

.absolute-overlay .container {
	position: relative;
	z-index: 11;
	opacity: 1;
}

.checkbox-container input[type='checkbox'] {
	background: none;
	border-color: white;
	margin: 0;
}

.absolute-center--vertical {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.checkbox-container input[type='checkbox']:checked {
	border-width: 2px;
	color: white;
	font-size: large;

	text-align: center;
	position: relative;
	line-height: 0%;
}

.checkbox-container input[type='checkbox']:checked::after {
	content: '\2713';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

label {
	margin-bottom: 0;
	font-weight:300
}

option[style='color: gray;'] {
	color: gray;
}

.select--documents,
input {
	height: 3rem;
	padding: 0 1rem;
}

select {
	appearance: none;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.has-select {
	position: relative;
}

.has-select::after {
	content: 'V';
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translate(-50%, -50%);
	z-index: 20;
	color: var(--primary);
	font-weight: 600;
	border-left: 1px solid var(--primary);
	padding-left: 1rem;
	pointer-events: none;

}

/* select::after {
	content: 'V';
	color: #0076bd;
	position: absolute;
	top: 0;
	height: 1rem;
	width: 1rem;
	background-color: aqua;
} */

.aspect-1 {
	aspect-ratio: 1;
}

.aspect-3-1 {
	aspect-ratio: 3/1;
}

.site-logo {
	width: 263px;
}

.text-darkgrey {
	color: #242f3a;
}

.text-bold {
	font-weight: 600;
}

.z-3 {
	position: relative;
	z-index: 3;
}

.custom-gutter {
	padding-right: 5px;
	padding-left: 5px;
}

.skewed-icon-container {
	position: absolute;
	top: 36rem;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.skewed-icon-container .skewed-icon {
	background-color: var(--gray);
	width: 80rem;
	aspect-ratio: 10/4;
	transform: rotate(130deg);
	clip-path: polygon(1% 0%,
			99% 0%,
			100% 3%,
			100% 97%,
			99% 100%,
			1% 100%,
			0% 97%,
			0% 3%);
	box-shadow: inset 0px 0px 13px -7px rgba(var(--gray), 1);
}

.form-control:focus {
	border-color: #ffffff !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.dropdown-menu {
	border: none !important;
}

button:focus {
	outline: none !important;
}

.bootstrap-select .btn:focus {
	outline: none !important;
}

.modal-backdrop {
	background: #ffffff !important;
	opacity: 0.7 !important;
}

.modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

.projectlazy .prev {
	right: 150px !important;
	z-index: 9999999;
}

.projectlazy .next {
	right: 50px !important;
	z-index: 9999999;
}

.projectlazy .slick-arrow {
	position: absolute;
	top: 125%;
	margin-right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	cursor: pointer;
	right: 0;
}

.margin-nav {
	margin-top: 0;
	margin-bottom: 0;
}

.clickblock {
	background: #ffffff;
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #6f6f6f !important;
	font-size: 18px;
	width: 100%;
	text-decoration: none;
	font-family: 'Calibre-Bold' !important;
	line-height: 55px;
	margin-bottom: 20px;
}

.clickblockdownload {
	background: #84c4eb;
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #ffffff !important;
	font-size: 15.5px;
	width: 100%;
	text-decoration: none;
	font-family: 'Calibre-Bold' !important;
	line-height: 17px;
	margin-bottom: 20px;
	padding-top: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.container {
		max-width: 850px;
	}

	.adjusth2 {
		font-size: 1.8rem !important;
	}

	.clickblock {
		font-size: 14px !important;
	}

	.adjusth3 {
		font-size: 22px !important;
	}

	.projectlazy .slick-arrow {
		position: absolute;
		top: 114%;
		margin-right: -10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		cursor: pointer;
		right: 0;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	body {
		overflow-y: auto;
	}

	.home-card {
		max-width: 20rem;
	}

	.site-logo {
		width: 170px;
	}

	.disapp {
		display: none;
	}

	.margin-correct {
		margin-top: -150px !important;
	}

	.lineheightadjust {
		line-height: 50px !important;
	}

	input[type='checkbox'] {
		width: 20px;
		height: 20px;
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
	.contact-container{
		max-width: 90%;
	}
}

footer {
	padding-top: 16px !important;
}