* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

@font-face {
  font-family: 'airstrikehalf';
  src: url('../font/airstrikehalf.ttf');
}

@font-face {
  font-family: 'AirstrikeAcademy';
  src: url('../font/AirstrikeAcademy.ttf');
}

@font-face {
  font-family: 'BAUHS93';
  src: url('../font/BAUHS93.ttf');
}

@font-face {
  font-family: 'NexaBold';
  src: url('../font/NexaBold.otf');
}

/* common css */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
}

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: flex-end;
	min-height: 100vh;
	padding: 0;
	justify-content: center;
}
.container-fluid {
	max-width: 95%;
	padding: 0;
	margin-right: 0;
}

.main_banner-img img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin-left: auto;
}

.logo-box img {
	width: 100%;
	max-width: 140px;
	margin-bottom: 30px;
}

.main_banner-content h1 {
	color: #333333;
	font-size: 90px;
}

.main_banner-content h1 span {
	color: #333333;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: block;
	margin-bottom: 0px;
}

#main_banner .text-box img {
	max-width: 60%;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.logo-box {
	position: absolute;
	right: 20px;
	top: 20px;
}

/* .main_banner-content ul li a.btn {
	color: #fff;
	font-size: 25px;
	border-radius: 0;
	padding: 10px 30px;
	border-radius: 50px;
	font-weight: 600;
	background: #000;
	animation: zoom 2s linear alternate infinite;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	box-shadow: 0 0 20px 0px #00000078;
	border: none;
} */

.main_banner-content ul li {
	text-align: center;
}

#main_banner .col-lg-6 {
	display: flex;
	justify-content: center;
	text-align: left;
}

#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 a.btn img {
	max-width: 500px;
	width: 100%;
}

.main_banner-content p {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

.logo-box.mobile {
  display: none;
}
.mobile {
  display: none;
}

@keyframes zoom {
  0% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes zoomSecond {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.8);
  }
}
.main_banner-content img {
	max-width: 400px;
	margin-bottom: 15px;
}