* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}




/* common css */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'LEMON MILK-BoldItalic';
  line-height: 1.1;
}
p{
  font-family: 'Akhand-Regular' !important;
}
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;
}

body {
  font-family: 'Poppins', sans-serif;
}

/* 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;
	min-height: 100vh;
	padding: 20px 0;
}

.container-fluid {
	max-width: 95%;
	margin: 0 auto;
}

.main_banner-img img {
	width: 100%;
	max-width: 900px;
}


#main_banner .text-box img {
  max-width: 80%;
  margin-bottom: 0px;
  width: 100%;
}
.text-img {
	margin: 20px 0;
}

.main_banner-content ul li a.btn {
	color: #f6f6f6;
	font-size: 22px;
	border-radius: 0;
	font-weight: 600;
	background: transparent;
  border: 2px solid #fff;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
  border-radius: 50px;
}
.main_banner-content ul li {
	margin-bottom: 15px;
}

#main_banner .col-lg-6 {
	display: flex;
	justify-content: center;
	text-align: left;
}
.main_banner-content a img {
	max-width: 380px;
	margin: 35px auto 0;
	display: block;
}
#main_banner .col-md-6:last-child {
  display: flex;
  justify-content: center;
}




.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;
	line-height: 33px;
}

.logo-box.mobile {
  display: none;
}

.main_banner-content ul li {
	display: inline-block;
}

#main_banner .logo-box img {
	max-width: 180px !important;
	width: 100%;
}

.text-img.mobile {
	display: none;
}
.logo-img img {
	max-width: 120px !important;
}