@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
	font-family: "Open Sans", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	background: #FFF;
	box-sizing: border-box;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
strong,
a,
b,
div,
input,
section {
	font-family: "Open Sans", sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

a {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

body .container {
	max-width: 1260px;
}

body h1 {
	font-size: 48px;
	color: #242E30;
	font-weight: 700;
	line-height: 72px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	letter-spacing: 0.5px;
}

body h2 {
	font-size: 32px;
	color: #242E30;
	font-weight: 700;
	line-height: 48px;
	padding: 0px 0px 16px 0px;
	margin: 0;
	letter-spacing: 0;
}

body p {
	font-size: 16px;
	line-height: 28px;
	color: #242E30;
	font-weight: 400;
}

body .get-started-btn {
	background: #FC7B00;
	height: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	display: inline-table;
	line-height: 39px;
	padding: 0px 15px;
	text-decoration: none;
}

.p-tb-32 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.p-tb-64 {
	padding-top: 64px;
	padding-bottom: 64px;
}

.get-started-btn:hover,
.get-started-btn:focus,
.get-started-btn:active {
	background: #f75e28;
	box-shadow: rgba(0, 0, 0, .07) 0px 4px 5px 0px, rgba(0, 0, 0, .06) 0px 1px 10px 0px, rgba(0, 0, 0, .1) 0px 2px 4px -1px;
	color: #FFF;
	text-decoration: none;
}

.orange-color {
	color: #FC7B00;
}

/* common-banner css start */
.common-banner {
	background: #FFEAD4;
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}

.common-banner .container {
	position: absolute;
	left: 50%;
	max-width: 1260px;
	width: 100%;
	transform: translateX(-50%);
}

.common-banner .banner-content {
	text-align: left;
	width: 48%;
}

.common-banner .banner-content p {
	letter-spacing: 0.5px;
	text-align: left;
}

.common-banner img {
	float: right;
	clip-path: polygon(20% 0%,
			100% 0%,
			100% 100%,
			0% 100%);
	max-width: 45.6%;
	width: 100%;
	height: 540px;
	object-fit: cover;
}

/* common-banner css end */
/* up-to-top css start */
#up-to-top {
	width: 42px;
	height: 42px;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	right: 32px;
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

#up-to-top span {
	max-width: 100%;
	transition: 0.3s ease-in-out;
}

#up-to-top span img {
	object-fit: cover;
	object-position: center;
	max-width: 100%;
}

#up-to-top:hover span {
	transform: rotate(-360deg);
}

#up-to-top.active {
	visibility: visible !important;
	opacity: 1 !important;
}

/* up-to-top css end */
/*======================================================*/
/*================ Responsive View Start ===============*/
/*======================================================*/
@media (max-width:1679px) {
	.common-banner img {
		height: 440px;
	}

	body h1 {
		font-size: 32px;
		line-height: 40px;
	}

	body h2 {
		font-size: 24px;
		line-height: 30px;
	}

	body p {
		font-size: 14px;
		line-height: 22px;
	}

	.p-tb-64 {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}

@media (max-width:1365px) {

	body .container,
	.common-banner .container {
		max-width: 1140px;
	}

	.common-banner img {
		height: 380px;
	}

	.p-tb-64 {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	body .get-started-btn {
		font-size: 14px;
		height: 36px;
		line-height: 35px;
	}
}

@media (max-width:1199.98px) {

	body .container,
	.common-banner .container {
		max-width: 960px;
	}

	.common-banner img {
		height: 310px;
	}

}

@media (max-width:991.98px) {

	body .container,
	.common-banner .container {
		max-width: 720px;
	}

	body h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	} 
	body p {
		font-size: 14px;
	}

	.common-banner img {
		height: 240px;
	}

	body .get-started-btn {
		height: 36px;
		font-size: 14px;
		line-height: 35px;
	}

}

@media (max-width:767.98px) {
	body h2 {
		padding-bottom: 8px;
		font-size: 20px;
		line-height: 28px;
	}

	body .container,
	.common-banner .container {
		max-width: 540px;
	}

	.common-banner .container {
		position: relative;
		left: 0;
		transform: none;
		text-align: center;
	}

	.common-banner {
		flex-direction: column;
		padding-top: 50px;
	}

	.common-banner .banner-content {
		text-align: center;
		width: 100%;
	}

	.common-banner img {
		height: auto;
		max-width: 100%;
		clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
	}

	.common-banner .banner-content p {
		text-align: center;
	}

	.p-tb-32 {
		padding-top: 16px;
		padding-bottom: 16px;
	}

}

@media (max-width:575.98px) {
	.common-banner {
		flex-direction: column;
		padding-top: 25px;
	}

	body .container,
	.common-banner .container {
		max-width: 100%;
	}

}

/*======================================================*/
/*================ Responsive View end =================*/
/*======================================================*/