@font-face {
	font-family: OpenSans-Bold;
	src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
	font-family: OpenSans-BoldItalic;
	src: url(../fonts/OpenSans-BoldItalic.ttf);
}

@font-face {
	font-family: OpenSans-ExtraBold;
	src: url(../fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
	font-family: OpenSans-ExtraBoldItalic;
	src: url(../fonts/OpenSans-ExtraBoldItalic.ttf);
}

@font-face {
	font-family: OpenSans-Italic;
	src: url(../fonts/OpenSans-Italic.ttf);
}

@font-face {
	font-family: OpenSans-Light;
	src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
	font-family: OpenSans-LightItalic;
	src: url(../fonts/OpenSans-LightItalic.ttf);
}

@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-family: OpenSans-Semibold;
	src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
	font-family: OpenSans-SemiboldItalic;
	src: url(../fonts/OpenSans-SemiboldItalic.ttf);
}

body {
	font-family: OpenSans-Regular;
}


h1 {
	font-family: OpenSans-ExtraBold;
}

h3 {
	font-family: OpenSans-Bold;
}

.banner-for-mobile {
	background-image: url("../images/home-banner.png");
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 1000px; */
	/* position: sticky; */
	/* height: 100px; */
}

.banner {
	background-image: url("../images/home-banner.png");
	background-size: cover;
	background-position: center;
	height: 100%;
}

.banner2-for-mobile {
	background-image: url("../images/about-banner.png");
	background-size: contain;
	background-repeat: no-repeat;
	/* background-position: left; */
	height: 200px;
	/* width: 100%; */
}

.banner2 {
	background-image: url("../images/about-banner.png");
	background-size: cover;
	background-position: center;
	/* padding: 150px; */
	height: 400px;
}

@media screen and (max-width: 768px) {
	.banner {
		background-image: url("../images/home-banner.png");
		background-size: cover;
		height: auto;
		padding-right: 10px;
		padding-left: 10px;
	}

	.banner2 {
		background-image: url("../images/about-banner.png");
		background-size: cover;
		height: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
}

html,
body,
.background {
	height: 100%;
}

@media screen and (max-width: 768px) {
	.navbar-toggler-icon {
		display: inline-block;
		width: 1em;
		height: 1em;
		vertical-align: middle;
		background-image: var(--bs-navbar-toggler-icon-bg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
}

.image {
	width: 100%
}

.btn-blue {
	color: white;
	background-color: #162659;
	border: none;
	margin: 5px;
}

.btn-blue-l {
	border-radius: 10px;
	padding: 10px;
	color: white;
	background-color: #05CFDD;
	margin: 5px;
	text-decoration: none;
}

.btn-blue-l:hover {
	color: #05CFDD;
	background-color: white;
}


.bg-blue {
	background-color: #162659;
	padding-top: 20px;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.image {
		width: 100%;
	}

	.btn-blue {
		font-size: 10px;
		padding: 5px;
	}

	.sm-width {
		width: 50px;
	}
}

.heading-for-mobile {
	color: white;
}
.heading-for-mobile span {
	font-size: 13px;
	display: inline-block;
}


.heading {
	padding-top: 100px;
	color: white;
}

.heading h1 {
	font-size: 80px;
	/* padding-top: 100px; */
	/* margin: 190px 0px 50px 0px; */
}

/* 
@media screen and (max-width: 768px) {
	.heading h1 {
	    font-size: 30px;
		margin-top: 20px;
	}
} */

.heading span {
	font-size: 24px;
	display: inline-block;
}

/* 
@media screen and (max-width: 768px) {
	.heading span{
		font-size: 10px;
		display: inline-block;
	}
} */

.about h1 {
	color: #05CFDD;
	padding-bottom: 20px;
	margin-top: 40px;
}

.about p {
	color: #162659;
	font-size: 20px;
}

.about li {
	color: #162659;
	font-size: 20px;
}