html {
	scroll-behavior: smooth;
}

*:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Saira', sans-serif;
}

p, li {
	font-family: 'Inter', sans-serif;
}

.container {
	max-width: 1400px !important;
}

.navbar-toggler {
	padding: 0;
	border: none;
}

.fixed-header,
.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	z-index: 1000;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
}

.fixed-header {
	background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.nav-item .nav-link {
	font-weight: 500 !important;
	color: #202020 !important;
}

.login-button a {
	color: #fff;
	font-weight: 400;
	background-color: #ff6600;
	padding: 7px 30px;
	border-radius: 5px;
	margin-left: 30px;
	border: 2px solid #ff6600;
}

.login-button a:hover {
	background-color: transparent;
	color: #ff6600;
}

.hero-banner {
	background-image: url('../images/hero-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	height: 800px;
}

.hero-banner .row {
	align-items: center;
}

.hero-content {
	margin-top: 100px;
}

.hero-banner h1 {
	font-weight: 600;
	font-size: 65px;
	color: #0426a8;
	line-height: 1.2;
}

.hero-banner ul {
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0;
}

.hero-banner ul li {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	color: #202020;
	padding-left: 30px;
	margin-bottom: 5px;
}

.hero-banner ul li:before {
	position: absolute;
	content: '';
	background-image: url('../images/check-icon.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	top: 2px;
	left: 0;
}

.button-class a {
	color: #fff;
	font-weight: 700;
	background-color: #ff6600;
	padding: 15px 50px;
	border-radius: 7px;
	border: 3px solid #ff6600;
}

.button-class a:hover {
	background-color: transparent;
	color: #ff6600;
}

.hero-image {
	position: relative;
}

.hero-image img {
	position: relative;
	left: -100px;
}

.review {
	width: 80%;
	margin: -30px auto 0;
}

.review p {
	font-size: 15px;
}

.review-footer {
	display: flex;
	align-items: center;
}

.review-footer-text p {
	font-size: 13px;
	margin-bottom: 0;
	margin-left: 20px;
}

.review-footer-text p:last-of-type {
	font-weight: 700;
}

.scale-section {
	background-image: url('../images/scale-bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 100px 0;
}

.scale-section h2 {
	font-weight: 600;
	font-size: 65px;
	color: #202020;
	line-height: 1.2;
}

.scale-row {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 100px;
}

.scale-wrap {
	width: 19%;
	background-image: url('../images/scale-image.png');
	background-color: #007cff;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 40px;
	min-height: 225px;
}

.scale-wrap p {
	color: #fff;
}

.blue-section {
	background-image: url('../images/blue-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}

.blue-section h3 {
	width: 60%;
	color: #fff;
	text-align: center;
	margin: 0 auto 20px;
	line-height: 1.2;
}

.button-class-line a {
	color: #fff;
	font-weight: 700;
	background-color: transparent;
	padding: 15px 50px;
	border-radius: 7px;
	border: 3px solid #8bb4f8;
}

.button-class-line a:hover {
	background-color: #fff;
	color: #202020;
	border-color: #fff;
}

.dashboard-section {
	background-color: #fff;
	padding: 150px 0;
}

.dashboard-section h2 {
	font-weight: 600;
	font-size: 50px;
	color: #202020;
	margin-bottom: 30px;
	line-height: 1.2;
}

.dashboard-image {
	position: relative;
}

.dashboard-image:before {
	position: absolute;
	content: '';
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	width: 237px;
	height: 56px;
	bottom: 30px;
	left: -180px;
}

.dashboard-bottom {
	position: relative;
	background: #080808;
	background: -moz-linear-gradient(45deg, #080808 0%, #282828 100%);
	background: -webkit-linear-gradient(45deg, #080808 0%,#282828 100%);
	background: linear-gradient(45deg, #080808 0%,#282828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#282828',GradientType=1 );
	height: 506px;
	margin-top: 200px;
	display: flex;
	align-items: center;
	padding: 50px;
}

.dashboard-bottom-image {
	position: absolute;
	bottom: 0;
	left: 0;
}

.dashboard-bottom h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.4;
}

.orange-button a {
	border-color: #ff6600 !important;
	color: #ff6600 !important;
}

.orange-button a:hover {
	background-color: #ff6600 !important;
	color: #fff !important;
}

.footer-class {
	background-color: #222222;
	padding: 50px 0;
}

.footer-social ul {
	list-style: none;
	padding: 0;
	text-align: right;
}

.footer-social ul li {
	display: inline-block;
}

.footer-social ul li a {
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	border-radius: 5px;
}

.footer-social ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #222;
}

.disclaimer p,
.disclaimer a {
	text-align: right;
	font-size: 14px;
	color: #919191;
	margin-bottom: 0;
}

.disclaimer p br {
	display: none;
}

.mobile-only {
	display: none;
}

/* Contact Page
===================================*/

.contact-banner {
	background-color: #fafbfc;
	padding: 100px 0;
}

.contact-banner .row {
	align-items: center;
}

.contact-banner h1 {
	font-weight: 600;
	font-size: 55px;
	color: #0426a8;
	line-height: 1.2;
}

.contact-info {
	margin-top: 50px;
}

.contact-info ul {
	list-style: none;
	padding: 0;
}

.contact-info ul li {
	margin-bottom: 40px;
}

.contact-info ul li p {
	font-size: 18px;
	font-weight: 500;
	color: #0426a8;
	margin-bottom: 0;
}

.contact-info ul li h5 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: normal;
	padding-left: 25px;
}

.contact-info ul li p i {
	font-size: 20px;
}

.blue-button {
	color: #fff;
	font-weight: 700;
	background-color: #007cff;
	padding: 10px 40px;
	border-radius: 7px;
	border: 3px solid #007cff;
	width: 30%;
}

.blue-button:hover {
	background-color: transparent;
	color: #007cff;
}

@media (max-width: 767px) {

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.fixed-header,
	.sticky-header {
		padding: 0 !important;
	}

	.header-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 1rem !important;
	}

	ul.navbar-nav.ml-auto {
	    padding: 0;
	    background: #fff;
	}

	ul.navbar-nav.ml-auto li.nav-item a.nav-link {
		padding: .75rem 1rem;
		font-size: 14px;
	}

	ul.navbar-nav.ml-auto li.nav-item:not(:last-of-type) a.nav-link {
		border-bottom: 1px solid #e8e8e8;
	}

	.login-button a {
		border-radius: 0;
		margin-left: 0;
		width: 100%;
		padding: 15px;
		font-size: 14px;
	}

	.login-button a:hover {
		background-color: #dd5901;
		color: #fff;
	}

	.header-logo {
		height: 30px !important;
	}

	.hero-banner {
		height: unset;
	}

	.hero-content {
		margin-top: 50px;
	}

	.hero-banner h1 {
		font-size: 35px;
	}

	.hero-banner p {
		font-size: 14px;
	}

	.hero-banner ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.hero-banner ul li:before {
		top: -2px;
	}

	.hero-image img {
		width: 100%;
		left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.review {
		width: 100%;
		margin: 0;
	}

	.review p {
		font-size: 14px;
	}

	.button-class a,
	.button-class-line a {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}

	.scale-section {
		padding: 50px 0;
	}

	.scale-section h2 {
		font-size: 35px;
	}

	.scale-row {
		display: block;
		margin-bottom: 50px;
	}

	.scale-wrap {
		width: 100%;
		padding: 20px;
		min-height: unset;
	}

	.scale-wrap p {
		font-size: 14px;
	}

	.scale-wrap:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.blue-section h3 {
		width: 100%;
		font-size: 24px;
	}

	.dashboard-section {
		padding: 50px 0;
	}

	.dashboard-section h2 {
		font-size: 30px;
	}

	.dashboard-image {
		margin-top: 30px;
	}

	.dashboard-image:before {
		display: none;
	}

	.dashboard-bottom {
		margin-top: 100px;
		padding: 75px 15px;
		height: unset;
	}

	.dashboard-bottom h3 {
		font-size: 20px;
	}

	.footer-social ul,
	.disclaimer p,
	.disclaimer a {
		text-align: left;
	}

	.footer-social ul {
		margin-top: 20px;
	}

	.disclaimer p br {
		display: block;
	}

	.contact-banner h1 {
		font-size: 35px;
	}

	.contact-info {
		margin-bottom: 30px;
	}

	.contact-info ul li {
		margin-bottom: 20px;
	}

	.contact-buttons {
		text-align: center;
	}

	.blue-button {
		width: 45%;
		padding: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.desktop-only {
		display: block;
	}

	.mobile-only {
		display: none;
	}

	.fixed-header,
	.sticky-header {
		padding: 0 !important;
	}

	.header-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 1rem !important;
	}

	ul.navbar-nav.ml-auto li.nav-item a.nav-link {
		padding: .75rem 1rem;
		font-size: 14px;
	}

	.login-button a {
		border-radius: 5px;
		margin-left: 0;
		width: 100%;
		padding: 7.5px 20px;
		font-size: 14px;
	}

	.login-button a:hover {
		background-color: #dd5901;
		color: #fff;
	}

	.header-logo {
		height: 30px !important;
	}

	.hero-banner {
		height: unset;
	}

	.hero-content {
		margin-top: 50px;
	}

	.hero-banner h1 {
		font-size: 35px;
	}

	.hero-banner p {
		font-size: 14px;
	}

	.hero-banner ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.hero-banner ul li:before {
		top: -2px;
	}

	.hero-image img {
		width: 100%;
		left: 0;
		margin-top: 40px;
	}

	.review {
		width: 100%;
		margin: 0;
	}

	.review p {
		font-size: 14px;
	}

	.button-class a,
	.button-class-line a {
		padding: 10px 30px;
		font-size: 14px;
	}

	.scale-section {
		padding: 50px 0;
	}

	.scale-section h2 {
		font-size: 35px;
	}

	.scale-row {
		margin-bottom: 50px;
	}

	.scale-wrap {
		padding: 20px;
		min-height: 170px;
	}

	.scale-wrap p {
		font-size: 14px;
	}

	.blue-section h3 {
		font-size: 24px;
		width: 60%;
		margin: 0 auto 30px;
	}

	.dashboard-section {
		padding: 50px 0;
	}

	.dashboard-section h2 {
		font-size: 30px;
	}

	.dashboard-bottom {
		margin-top: 150px;
		padding: 75px 15px;
		height: 400px;
	}

	.dashboard-image:before {
		display: none;
	}

	.dashboard-bottom-image img {
		height: 527px;
	}

	.dashboard-bottom h3 {
		font-size: 20px;
	}

	.footer-social ul {
		margin-top: 20px;
	}

	.disclaimer p br {
		display: block;
	}

	.contact-banner h1 {
		font-size: 35px;
	}

	.contact-form {
		margin-top: 30px;
	}

	.blue-button {
		width: 45%;
		padding: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.desktop-only {
		display: block;
	}

	.mobile-only {
		display: none;
	}

	.fixed-header,
	.sticky-header {
		padding: 0 !important;
	}

	.header-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 1rem !important;
	}

	ul.navbar-nav.ml-auto li.nav-item a.nav-link {
		padding: .75rem 1rem;
		font-size: 14px;
	}

	.login-button a {
		border-radius: 5px;
		margin-left: 0;
		width: 100%;
		padding: 7.5px 20px;
		font-size: 14px;
	}

	.login-button a:hover {
		background-color: #dd5901;
		color: #fff;
	}

	.header-logo {
		height: 30px !important;
	}

	.hero-banner {
		height: unset;
	}

	.hero-content {
		margin-top: 50px;
	}

	.hero-banner h1 {
		font-size: 35px;
	}

	.hero-banner p {
		font-size: 14px;
	}

	.hero-banner ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.hero-banner ul li:before {
		top: -2px;
	}

	.hero-image img {
		width: 100%;
		left: 0;
		margin-top: 40px;
	}

	.review {
		width: 100%;
		margin: 0;
	}

	.review p {
		font-size: 14px;
	}

	.button-class a,
	.button-class-line a {
		padding: 10px 30px;
		font-size: 14px;
	}

	.scale-section {
		padding: 50px 0;
	}

	.scale-section h2 {
		font-size: 35px;
	}

	.scale-row {
		margin-bottom: 50px;
	}

	.scale-wrap {
		padding: 20px;
		min-height: 170px;
	}

	.scale-wrap p {
		font-size: 14px;
	}

	.blue-section h3 {
		font-size: 24px;
		width: 60%;
		margin: 0 auto 30px;
	}

	.dashboard-section {
		padding: 50px 0;
	}

	.dashboard-section h2 {
		font-size: 30px;
	}

	.dashboard-bottom {
		margin-top: 150px;
		padding: 75px 15px;
		height: 400px;
	}

	.dashboard-image:before {
		top: 110px;
		left: -200px;
	}

	.dashboard-bottom-image img {
		height: 527px;
	}

	.dashboard-bottom h3 {
		font-size: 20px;
	}

	.footer-social ul {
		margin-top: 20px;
	}

	.disclaimer p br {
		display: block;
	}

	.contact-banner h1 {
		font-size: 35px;
	}

	.contact-form {
		margin-top: 50px;
	}

	.blue-button {
		width: 45%;
		padding: 10px;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.hero-image img {
		width: 100%;
	}

	.contact-form {
		margin-top: 50px;
	}

	.blue-button {
		width: 30%;
		padding: 10px;
	}
}