body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
p {
	line-height: 2rem;
}
header {
    background: #fff6ef;
}
.section-slider {
	background: #08347d;
	border-top: 1px solid #ffc1c3;
    border-bottom: 1px solid #ffc1c3;
}
.section-slider .card {
	border: none;
	padding: 40px 25px;
}
.form-group {
	margin-bottom: 25px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    margin-top: -40px;
    left: 50%;
    transform: translateX(-50%);
	outline: none;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.cta {
	padding: 30px 0;
}
.navbar-brand {
    display: inherit;
	margin-right: 0px;
}
.navbar-brand img {
	margin-left: 50%;
    transform: translateX(-50%);
	height: 65px;
}
.title {
	text-align: center !important;
	font-size: 2rem;
	font-weight: bold;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.mm-inline-left {
	width: 70px;
	text-align: center;
	padding-bottom: 2rem;
}
.banner {
	background: url("img/banner.jpg");
	background-position: center;
	background-size: cover;
}
.btn-warning {
	color: #212529;
	background-color: #ff9931;
	border-color: #ff7b07;
}
.facility {
	font-family: Roboto;
}
.facility h3 {
	font-size: 1rem;
	font-weight: bold;
}
.navbar-nav {
	display: flow-root;
}
.nav-item {
	display: inline;
	text-align: right;
	padding-left: 15px;
	font-size: 15px;
}
.nav-item a i {
	color: #3F51B5;
	padding-right: 2px;
}
.nav-item a {
	color: #747474;
}
.nav-item a:hover {
	color: #3F51B5;
	text-decoration: none;
}
.caption-box {
	background: rgba(255, 255, 255, 0.82);
	width: fit-content;
	margin-left: 100px;
	margin-top: 100px;
	padding: 25px 20px;
	border-radius: 7px;
	box-shadow: 1px 1px 7px #000;
}
.caption-box .title-1 {
	margin-bottom: 15px;
	line-height: 15px;
	font-size: 20px;
	color: #ff3030;
	text-transform: uppercase;
	font-weight: 600;
}
.caption-box .title-2 {
	font-size: 45px;
	color: #28358c;
	font-weight: 900;
}
.caption-box .title-3 {
	font-size: 16px;
	color: rgba(26, 18, 60, 0.74);
	font-weight: 600;
	margin-bottom: 0px;
}
.form-card {
	padding: 70px 45px;
}
.title-4 {
	text-align: right;
	line-height: 15px;
	font-size: 15px;
	color: #ff4a4a;
	margin-bottom: 10px;
}
@media only screen and (min-width: 767px) {
	.mobile-img{
		display: none;
	}
	.mobile-text{
		display: none;
	}    
}
@media only screen and (max-width: 767px) {
	.heading-hide {
		display: none;
		margin-top: 12px;
	}
	.iframe-video{
		width: 100%;
	}
	.caption-box{
		display: none;
	}
	.info-hide {
		display: none !important;
	}
	.img-hide {
		position: relative;
		left: 78px;
	}
	.heading-section {
		margin-bottom: -48px;
	}
	.navbar-nav {
		display: flex;
	}
	.caption-box {
		margin-left: 0px;
		margin: 20px auto;
	}
	.caption-box .title-1 {
		font-size: 16px;
	}
	.caption-box .title-2 {
		font-size: 25px;
	}
	.caption-box .title-3 {
		font-size: 15px;
		font-weight: 400;
	}
	.banner {
		background: none;
	}
	.slider-caption {
		background: url("img/banner.jpg") center center;
		background-size: cover;
		margin-bottom: 20px;
	}
	.form-card {
		padding: 40px 25px;

	}
	.nav-item {
		padding-left: 0px;
		font-size: 14px;
	}
	.title-4 {
		line-height: 15px;
		font-size: 14px;
		margin-bottom: 7px;
	}
}
.inner {
	display: block;
	padding: 30px
}
.inner img {
	border-radius: 3px
}
.inner i {
	background: #f8b133;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 40px;
	line-height: 100px
}
.icons {
	width: 75px;
	height: 75px;
}
.d0120 {
	font-size: .9rem;
}
.btn-submit, .btn-cta {
    color: #212529;
    background-color: #ffd81d;
    border-color: #ffd81d;
    
	transition: 0.5s;
}
.btn-submit:hover, .btn-cta:hover {
	background-color: #deed00;
	box-shadow: 1px 1px 35px rgb(0 0 0 / 25%);
}
.bg-1, .card.form-card, .cta {
	background: #08347d;
}
.bg-2 {
	background: #f58634;
}
.act-size{
	font-size: 20px;
}
@media only screen and (max-width: 600px) {
	.d0120 {
		font-size: .65rem;
	}
	.logo-mobile{
		width: 50% !important;
	}
	.card.form-card {
		background: #000000;
		margin-top: 10px;
	}
}