:root {
	--bs-primary: #1f3460;
	--bs-primary-rgb: 31, 52, 96;
	--bs-font-sans-serif: 'Inter', sans-serif;

	--bursor-shade-1: #b0bfdd;
	--bursor-shade-2: #172544;
}

body {
	min-height: 100vh;
}

.btn {
	padding: 12px 36px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
}

.btn-primary {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.btn-white {
	background-color: #fff;
	color: var(--bursor-shade-2);
}
.btn-white:hover {
	background-color: #fff;
	color: var(--bursor-shade-2);
}

.btn-bursor-1 {
	background-color: var(--bursor-shade-1);
	color: var(--bursor-shade-2);
}
.btn-bursor-1:hover {
	background-color: var(--bursor-shade-1);
	color: var(--bursor-shade-2);
	border-color: #fff;
}

.btn-bursor-2 {
	background-color: var(--bursor-shade-2);
	color: #fff;
}
.btn-bursor-2:hover {
	background-color: var(--bursor-shade-2);
	color: #fff;
	border-color: var(--bursor-shade-1);
}

.ff-crimson {
	font-family: 'Crimson Text', serif;
	letter-spacing: -1px;
}

a {
	text-decoration: none;
	color: var(--bursor-shade-1);
	transition: 0.2s;
}

a:hover {
	color: #ffffff;
	transition: 0.2s;
}

h4 {
	font-size: 50px;
	font-weight: 700;
	color: var(--bs-primary);
}

.form-control {
	padding: 12px 16px;
}

.bursor-form0-container {
	background-color: #fff;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.bursor-form0-container .form-check-label {
	font-size: 14px;
	line-height: 19px;
	color: #666666;
}

.bursor-stat-container .info {
	font-size: 24px;
	color: var(--bs-primary);
	padding-top: 20px;
	padding-bottom: 75px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1400px) {
	.bursor-stat-container .info {
		width: 100% !important;
	}
}

.bursor-stat-stat {
	background-color: var(--bs-primary);
	color: #fff;
	border-radius: 24px;
	padding: 60px 50px;
}

@media (max-width: 1400px) {
	.bursor-stat-stat {
		padding: 30px 25px;
	}
}

.bursor-stat-stat .label {
	font-size: 24px;
}

.bursor-stat-stat .description {
	font-size: 16px;
	color: var(--bursor-shade-1);
}

.bursor-stat-stat .stat {
	font-family: 'Crimson Text', serif;
	font-size: 54px;
	font-weight: bold;
	display: block;
}

.bursor-quotes-container {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
@media (max-width: 1400px) {
	.bursor-quotes-container {
		width: 80% !important;
	}
}

.bursor-quotes-container .carousel-item {
	color: var(--bursor-shade-1);
	font-size: 18px;
	line-height: 36px;
}

.bursor-quotes-container .carousel-item p {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}

.bursor-quotes-container .carousel-indicators button {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	margin: 0 8px;
}

article {
	color: var(--bursor-shade-2);
}

article p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

article img {
	width: 100%;
	max-width: 600px;
}

main {
	margin-bottom: 80px;
}

header {
	background-color: #fafafa; background-image: linear-gradient(356deg, rgba(0,0,0,0) 70%, rgb(248, 248, 248) 90%), url(/assets/design/bg-main.jpg); 	
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: -100px; 
	padding-top: 25px;
}

footer {
	background-color: var(--bursor-shade-2);
}

.bursor-stat-wrapper {
	background-color: #ecedf1; background-image: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(0,0,0,0) 7%), url(/assets/design/bg-stats.jpg); 
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center top; 
	padding-top: 90px;
}

.bursor-quote-wrapper {
	background-color: #1f3460; background-image: url(/assets/design/bg-quotes.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	padding-top: 125px;
}

.bursor-blog-wrapper {
	padding-top: 70px; 
	padding-bottom: 70px; 
	background: rgb(242,243,246); background: linear-gradient(90deg, rgba(242,243,246,1) 60.0%, rgba(255,255,255,1) 60.1%, rgba(246,247,249,1) 60.2%); 
	margin-bottom: 2px;
}

.bursor-blog-wrapper-alt {
	padding-top: 70px; 
	padding-bottom: 70px;
	background: rgb(242,243,246); 
	background: linear-gradient(90deg, rgba(246,247,249,1) 40.0%, rgba(255,255,255,1) 40.1%, rgba(242,243,246,1) 40.2%);
	margin-bottom: 2px;
}

.bursor-footer-wrapper {
	background-image: url(/assets/design/bg-footer.jpg);
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center top; 
	padding-top: 135px; 
	padding-bottom: 100px;
}

.bursor-header-text {
	font-size: 54px;
	font-weight: bold;
	color: var(--bs-primary);
}

.bursor-header-text-sub {
	margin-top: 20px; 
	padding-bottom: 100px; 
	line-height: 30px; 
	font-weight: 300; 
	color: #666; 
	font-size: 20px;
}
@media (max-width: 1400px) {
	.bursor-header-text-sub {
		padding-bottom: 50px; 
	}
}

.bursor-form0-header {
	font-size: 36px;
	color: var(--bursor-shade-2);
	font-weight: 700;
	margin-bottom: 20px;
}

.bursor-team-bghelp {
	background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(237,239,244,1) 50%);
}

.bursor-team-photo {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 300px;
}