*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body{
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	box-sizing: border-box;
}
img{
	width: 100%;
}
h1{
	font-size: 3rem;
	line-height: 1.2em;
	font-weight: 700;
}
h2{
	font-size: 2rem;
	line-height: 1.2em;
	font-weight: 700;
}
h3{
	font-size: 1.125rem;
	line-height: 1em;
	font-weight: 700;
}
h4{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
h6{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
p{
    font-size: 15.5px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.08px;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Montserrat', sans-serif;
	color: #0B1C2D;
}
p,
a{
	font-family: 'Poppins', sans-serif;
}
p{
	color: #535353;
}
a{
	text-decoration: none;
}
td{
	color: #535353 !important;
}
.table .theme_btn{
	padding: 5px 15px;
}
spacer{
	height: 100px;
	display: block;
}
/*.container{
	max-width: 1360px;
	margin: 0px auto;
}*/
.inner_page_h1{
	font-size: 2.3rem;
}
.bg-overlay-relative{
	position: relative;
	*{
		color: #FFF;
	}
}
.bg-overlay-index{
	z-index: 2;
}
.bg_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0px;
	left: 0px;
	background: linear-gradient(90deg,rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 100%);
	opacity: 0.55;
}
.theme_btn{
	padding: 12px 20px;
	background: var(--primary);
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	transition: all ease-in-out 350ms;
	color: #FFFFFF;
}
.theme_btn:hover{
	background: #FFFFFF;
	color: #0B1C2D;
	border-color: var(--primary);
}
.img_shape{
	box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
}
.h_shape{
	margin-bottom: 40px;
	padding-bottom: 10px;
	position: relative;
}
.h_shape::before{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	width: 40%;
	height: 4px;
	background: #00C2CB;
}
.h_shape.text-center{
	width: fit-content;
	margin: 0px auto;
}
.h_shape.text-center::before{
	margin: 0 auto;
	right: 0;
}
.inner_banner{
	position: relative;
	background-image: url(/assets/image/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
.inner_banner::before{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(32, 166, 101, 0.9);
}
@media screen and (min-width: 992px) and (max-width: 1420px) {
	spacer{
		height: 80px !important;
	}
	.header,
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	h1{
		font-size: 45px;
		line-height: 55px;
	}
	h2{
		font-size: 35px;
		line-height: 42px;
	}
	h3{
		font-size: 22px;
		line-height: 28px;
	}
	spacer{
		height: 50px !important;
	}
	.h_shape {
		margin-bottom: 20px !important;
	}
	.w-75{
		width: 100% !important;
	}
	.mb-5{
		margin-bottom: 1rem !important;
	}
}

@media screen and (max-width: 767px) {
	h1{
		font-size: 2rem;
		line-height: 1.2em;
	}
	h2{
		font-size: 1.7rem;
		line-height: 1.2em;
	}
	h3{
		font-size: 22px;
		line-height: 28px;
	}
	h4{
		font-size: 1.5rem;
		line-height: 1.2em;
	}
	spacer{
		height: 50px !important;
	}
	.h_shape {
		margin-bottom: 20px !important;
	}
	.w-75{
		width: 100% !important;
	}
	.mb-5{
		margin-bottom: 1rem !important;
	}
}