html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	background:#fff;
	color: #fff;
}

.head-colr{
	color: rgb(27, 27, 27)!important;
}
.font-18{
	font-size: 18px !important;
}

.pr-colr{
	color: rgb(94, 94, 94) !important;
}


.navbar{
	background:#fff;
	padding: 0 !important;
}
.navbar .nav-item{
	padding: 0 0.5rem;
}
.navbar .nav-item .nav-link{
	border-top: 2px solid #fff !important;
	color: #000;
	text-transform: uppercase;
	transition: 0.45s;
	padding: 1.0rem 2px;
}
.navbar .nav-item .nav-link.active{
	font-weight: 800;
	border-top: 2px solid #000 !important;
}
.navbar .nav-item .nav-link:hover,.navbar .nav-item .nav-link:focus,.navbar .nav-item .nav-link:active{
	color: rgb(37, 111, 94);
}
.banner-container{
	padding: 70px 0;
}
.banner-container .container{
	background:#F6F6F6;
}
.lft{
	padding: 115px 40px;
	text-align: center;
}
.heading a{
	color: rgb(21, 21, 21);
	font-size: 48px;
}
.heading a:hover{
	text-decoration: none;
}
p.heading-title{
	color: rgb(21, 21, 21);
	font-size: 18px;
}
.b-btn{
	background-color: rgb(89, 237, 204);
	font-size: 16px;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
	padding:16px 32px;
	text-align: center;
	border-style: none;
	color: rgb(2, 2, 2);
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}
.b-btn:hover{
	backface-visibility: hidden;
	transform: scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -10px;

}
.about-container h2{
	text-align: center;
	font-size: 36px;
	color: rgb(27, 27, 27);
	font-weight: 400;
	overflow-wrap: break-word;
	text-transform: none;
	letter-spacing: normal;
}
.about-container hr{
	border:1px solid rgb(27, 27, 27);
	width:10%;
}

.about-container h4{
	font-size: 24px;
	align-items: flex-start;
	flex-direction: column;
	line-height: 1.25;
	max-width: 100%;
	color: rgb(27, 27, 27);
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 24px;
}

.contact-container h2{
	text-align: center;
	font-size: 36px;
	color: rgb(27, 27, 27);
	font-weight: 400;
	overflow-wrap: break-word;
	text-transform: none;
	letter-spacing: normal;
}
.contact-container hr{
	border:1px solid rgb(27, 27, 27);
	width:10%;
}

.contact-container h4{
	font-size: 24px;
	align-items: flex-start;
	flex-direction: column;
	line-height: 1.25;
	max-width: 100%;
	color: rgb(27, 27, 27);
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 24px;
}
.btn-primary{
	background-color: rgb(89, 237, 204);
	font-size: 16px;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
	padding:16px 32px;
	text-align: center;
	border-style: none;
	color: rgb(2, 2, 2);
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
	color: rgb(2, 2, 2);
	background-color: rgb(89, 237, 204);
	backface-visibility: hidden;
	transform: scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -10px;
	outline: none;

}
footer .container{
	border-top: 1px solid rgb(94, 94, 94);
}

.warning{
	border:1px solid #f00;
}







/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	.banner-container{
		padding: 20px;
	}
	.lft {
	    padding: 42px 40px;
	}
	.font-18{
		font-size: 16px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	.lft {
	    padding: 35px;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
	.navbar-nav{
		flex-direction: inherit;
	}
	.banner-container{
		padding: 0;
	}
	.heading a{
		font-size: 32px;
	}

	.lft {
	    padding: 35px 0;
	}	
	.b-btn {
	    font-size: 14px;
	    padding: 16px 0;
	}
	.about-container{
		padding: 35px 0;
	}
	.about-container h2,.contact-container h2{
		font-size: 30px;
	} 
	.about-container h4,.contact-container h4{
		text-align: center !important;
	}
	.about-container p, .contact-container p{
		text-align: center !important;
	}
	.pb-5, .py-5 {
	    padding-bottom: 1rem!important;
	}
	.pt-5, .py-5 {
	    padding-top: 1rem!important;
	}
}