* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

/* common css */

:root {
	--blue-color: #0c44b6;
	--black-color: black;
	--heading-font-size: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 1.2;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
	color: #001e5b;
}

p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	line-height: 1.2;
}

span {
	display: inline-block;
}

.section-heading {
	text-align: center;
	margin-bottom: 50px;
}

.section-heading h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: green;
}

.section-heading h2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	color: green;
}

.section-heading p {
	font-size: 20px;
	color: green;
	margin-bottom: 0;
}

.btn.btn-green {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 40px;
	background-color: var(--blue-color);
	color: white;
}

section {
	padding: 60px 0;
}
.btn.btn-green img {
	max-width: 40px;
}

/* common css */


/* banner css start */

/* #banner {
    padding: 0;
} */
#banner .header {}

#banner {
	background-image: url("../images/banner.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: 0;
}

#banner .img-box img {
	max-width: 750px;
	width: 100%;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

#banner .body .content-box .text-box h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: initial;
}

#banner .content-box .logo-box img {
	max-width: 90px;
	width: 100%;
	margin-bottom: 20px;
}

#banner .body .content-box .text-box h1 {
	font-size: 65px;
	line-height: 75px;
	font-weight: bold;
	color: #fff;
	text-transform: inherit;
	margin-bottom: 20px;
}

#banner .body .content-box .btn.btn-green {
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	display: flex;
	align-items: center;
	border-radius: 50px;
	animation: transform 1s alternate infinite;
}

#banner .body .content-box .button-box {
	display: inline-block;
}

#banner .body .content-box .text-box + .button-box .btn.btn-green span {
	font-size: 20px;
	display: inline-block;
	line-height: 1;
}
#banner .body .content-box .text-box + .button-box span.bold {
	font-size: 24px !important;
	color: #f8bf13;
	margin-top: 4px;
}

.body .row {
	align-items: center;
}

#banner .body .content-box .btn.btn-green span.bold {
	font-size: 28px;
}

#banner .body .content-box .btn.btn-green img {
	max-width: 50px;
	margin-right: 20px;
}

#banner .footer .logo-box img {
	max-width: 300px;
}

#banner .footer .col-lg-6 .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#banner .footer .icon-box ul {
	display: flex;
	align-items: center;
}

#banner .footer .icon-box ul a img {
	max-width: 50px;
}

#banner .footer .icon-box ul li {
	padding: 0 10px;
}

#banner .footer p {
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin-bottom: 0;
	font-family: 'Roboto-Bold';
}

#banner .footer a {
	font-size: 30px;
	font-weight: bold;
	color: white;
	font-family: 'Roboto-Bold';
}

.col-lg-3 {
	display: flex;
	justify-content: center;
}

#banner .footer {
	text-align: center;
	padding-bottom: 40px;
}

#banner .footer .col-lg-6+.col-lg-3 {
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#banner .header .btn {
	background-color: white;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 22px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

#banner .header .btn.btn-1 {
	color: #4caf50;
}

#banner .header .btn.btn-2 {
	color: #039be5;
}

#banner .header .btn.btn-3 {
	color: #ef1919;
}

#banner .header .btn.btn-4 {
	color: #eb0c5c;
}

#banner .header .btn img {
	max-width: 30px;
	height: 30px;
	object-fit: contain;
	margin-right: 10px;
}

#banner .header ul {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 10px;
	column-gap: 10px;
	flex-wrap: wrap;
	background-color: var(--blue-color);
}

#banner .banner-box .body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 150px);
	overflow: hidden;
	overflow-y: auto;
	padding: 20px 0;
	max-width: 90%;
	margin: 0 auto;
}

#banner .footer-links ul {
	display: flex;
	align-items: center;
}

#banner .footer-links ul li a {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

#banner .footer-links ul li:first-child {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid #fff;
}

#banner .footer-links .end-link .copyright p {
	color: white;
	font-size: 20px;
	margin-top: 10px;
}

.footer-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	margin: 0 auto;
}

/* banner css end */

body {
	background-color: #001e5b;
}

.copyright p {
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
	color: #fff;
}

.text-box p {
	color: #fff;
	font-size: 21px;
	margin-bottom: 10px;
}

.text-box p span {
	margin-left: 10px;
}

.text-box p span img {
	max-width: 70px;
}