* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
}

@font-face {
	font-family: 'ChaparralProBold';
	src: url('../font/ChaparralProBold.ttf');
}
@font-face {
	font-family: 'airstrike';
	src: url('../font/airstrike.ttf');
}

/* common css */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #fff;
}
#main_banner .text-box h2 {
	font-family: 'airstrike';
	font-size: 50px;
}

p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	text-transform: capitalize;
}

.section-heading {
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.section-heading h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 15px;
}

.section-heading p {
	font-size: 25px;
}

img {
	max-width: 100%;
}


body {
	font-family: 'Poppins', sans-serif;
	background: #191106;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

/* common css */


#main_banner {
	/* background-image: url(../images/banner.png); */
	background-size: 100% 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 0;
	overflow: hidden;
	overflow-y: auto;
}

#main_banner .row {
	align-items: center;
}

.main_banner-block {
	display: flex;
	align-items: center;
	padding: 20px 0;
	text-align: center;
}

.container-fluid {
	max-width: 70%;
}

.main_banner-img img {
	width: 100%;
	max-width: 600px;
}

.logo-box img {
	width: 100%;
	max-width: 260px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.form-control {
	background: transparent !important;
	border-radius: 50px;
	color: #fff !important;
	font-size: 18px;
	text-transform: capitalize;
	padding: 10px 20px;
}

.form-control::placeholder {
	color: #fff;
	text-transform: uppercase;
}

.main_banner-content h1 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
}

.main_banner-content h1 span {
	color: #fff;
	font-size: 60px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 500;
	display: block;
}

.form-btn {
	color: #191106;
	font-size: 20px;
	border-radius: 50px;
	padding: 10px 40px;
	font-weight: 700;
	background: #ffe179;
	font-family: 'Montserrat', sans-serif;
	border: none;
	margin-top: 15px;
}

#main_banner .text-box img {
	max-width: 100%;
	margin: -60px 0 30px 0;
	position: relative;
}

.main_banner-content ul li a.btn {
	color: #191106;
	font-size: 25px;
	border-radius: 50px;
	padding: 10px 40px;
	font-weight: 800;
	background: #ffe179;
	border: 2px solid #fff;
	animation: zoom 2s linear alternate infinite;
}

#main_banner .col-md-6:last-child {
	display: flex;
	justify-content: center;
}

.btn.btn-green {
	background-color: #4CAF50;
}

.btn.btn-blue {
	background: #039BE5;
}

.main_banner-content ul li {
	margin-bottom: 15px;
}

.main_banner-content ul li a.btn img {
	margin-right: 15px;
}

.main_banner-content p {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.logo-box.mobile {
	display: none;
}

#intro .intro-block {

	padding: 60px 0;
}

.intro-img img {
	width: 100%;
}

.intro-content h2 {
	margin-bottom: 45px;
	font-size: 55px;
}

.footer-box img {
	width: 100%;
}

.intro-box .row {
	align-items: center;
}

.intro-content ul li p {
	font-size: 26px;
	color: #fff;
	margin-bottom: 25px;
}

.intro-content ul li {
	padding-left: 25px;
	position: relative;
}

.intro-content ul li::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 50%;
}

.bottom-img img {
	width: 100%;
}



.footer-links ul {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 10px;
	column-gap: 10px;
	flex-wrap: wrap;
	padding-top: 0;
}

.footer-links .btn {
	background-color: white;
	border-radius: 50px;
	padding: 10px 40px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-links .btn.btn-1 {
	color: #4caf50;
}

.footer-links .btn.btn-2 {
	color: #039be5;
}

.footer-links .btn.btn-3 {
	color: #4267b2;
}

.footer-links .btn.btn-4 {
	color: #eb0c5c;
}

.footer-links .btn img {
	max-width: 30px;
	height: 30px;
	object-fit: contain;
	margin-right: 10px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.social-link p {
	text-align: center;
	margin: 35px 0;
	font-size: 35px;
	color: #fff;
	font-weight: 600;
}