a {
	color: #000;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 16px;
	color: #7c7c7c;
}

h1 {
	font-family: "Fira Sans", sans-serif;
	color: #9e6300;
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1.blue {
	color: #003b7b;
	margin-bottom: 50px;
}

h1.blue span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #7c7c7c;
}

h1.black {
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}

h1.black span.blue {
	font-size: 14px;
	display: block;
	line-height: 24px;
}

h1.white {
	color: #fff;
	margin-bottom: 20px;
}

h1.h1 {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	text-align: right;
}

h1.h1 span {
	display: block;
	font-size: 36px;
	line-height: 36px;
}

h1.h1.abs {
	position: absolute;
	right: 35px;
	top: 25px;
	z-index: 100;
}

.abs1 {
	position: absolute;
	right: 35px;
	bottom: 25px;
	z-index: 100;
}

h2 {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 40px;
}

h3 {
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

span.number {
	width: 53px;
	height: 53px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	line-height: 53px;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 25px;
}

h3 span {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
}

h4 {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: none;
	padding: 0px;
	margin-top: 20px;
}

h5 {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 20px;
}

h5.h5 {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
}

h5 span.white {
	font-size: 14px;
	letter-spacing: 0px;
	display: block;
}

h6 {
	color: #003b7b;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-transform: none;
}

h6 span {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000;
	display: block;
}

h6.white {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
}

h6.arrow {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
	background: url(../images/white-title-arrow.png) 0px 9px no-repeat;
	padding-top: 0px;
	margin-bottom: 5px;
}

h6.white span {
	display: block;
	margin-bottom: 20px;
}

h6.small {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #003b7b;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

hr {
	border-top: 1px solid #d5d5d5;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.btn-link {
	color: #dcbd24;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	display: block;
	margin: 0px 0px 15px 0px;
	letter-spacing: 0px;
	text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: #fff;
}

.btn-default {
	display: inline-block;
	width: auto;
	font-size: 14px;
	background: #003b7b;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px 20px;
	color: #fff;
	border-radius: 0px;
	margin-top: 20px;
	border: none;
}

.btn-default.black
{
	color: #fff;
	background: #003b7b;
}

.btn-default:hover,
.btn-default:focus {
	background: #ffc21d;
	color: #000;
	text-decoration: none;
	border: none;
}

.btn-default.black:hover, .btn-default.black:focus
{
	background: #000;
	color:#ffc21d;
}

.btn-block {
	display: block;
	width: auto;
	font-size: 16px;
	background: url(../images/white-arrow-small.png) right 30px top 20px no-repeat;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	padding: 16px 30px 16px 30px;
	color: #fff;
	border: 2px dotted #fff;
	border-radius: 30px;
	margin-top: 40px;
}

.btn-block:hover,
.btn-block:focus {
	background: #fff url(../images/blue-arrow-small.png) right 30px top 20px no-repeat;
	border: 2px dotted #fff;
	color: #00A5E6;
	text-decoration: none;
}

.btn-primary {
	display: inline-block;
	width: auto;
	font-size: 16px;
	background-color: #ffc21d;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 30px;
	margin-top: 25px;
	margin-bottom: 0px;
	color: #000;
	border: none;
	border-radius: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background-color: #003b7b;
	text-decoration: none;
	color: #fff;
}

.down-arrow {
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 19px;
	height: 19px;
	display: block;
	background: url(../images/down-arrow.png) center center no-repeat;
}

.text17 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 24px;
	color: #747474;
}

.header {
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.3);
}

.header-links {
	padding: 0px 0px;
	float: right;
}

.header-links a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 20px;
	display: inline-block;
}

.header-links a:hover,
.header-links a:focus,
.header-links a.active {
	color: #3c84fd;
}

.header-links .dropdown-menu a {
	color: #000;
	padding: 8px 15px;
}

.header-links a.dark-blue {
	background-color: #002e61;
	color: #ffc21d;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.header-links a.dark-blue:hover,
.header-links a.dark-blue:focus {
	background-color: #ffc21d;
	color: #000;
}

.navbar-brand {
	display: block;
	padding: 15px;
	float: none;
}

nav {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.navbar {
	padding: 0px 0px 0px 0px;
	position: static;
}

.navbar-nav {
	margin-top: 40px;
}

.navbar-nav .nav-item {
	margin-left: 15px;
	margin-right: 15px;
}

.navbar-nav .nav-link {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	padding: 0px;
	border-radius: 0px;
	opacity: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #003b7b;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-menu {
	border-radius: 0px;
	overflow-y:auto;
}

.dropdown-menu a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

.navbar-toggler {
	color: #5a2a6c;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	display: block;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler-icon {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 15px;
	margin: 30px 65px;
	height: 50px;
	width: 66px;
	background: #003b7b url(../images/menu-icon.png) center center no-repeat;
}

.navbar-toggler-icon:hover,
.navbar-toggler-icon:focus {
	background: #dcbd24 url(../images/menu-icon-hover.png) center center no-repeat;
}

.carousel {
	height: 645px;
	z-index: 0;
	padding: 0px;
	background-color: #ececec;
	margin-top: 0px;
	text-align: center;
}

.carousel .carousel-caption {
	text-align: center;
	margin-bottom: 0px;
	bottom: 40%;
}

.carousel .carousel-caption h1 {
	font-family: 'Segoe UI';
	font-size: 72px;
	line-height: 72px;
	text-transform: none;
	color: #fff;
}

.carousel .carousel-caption h1 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.carousel.inner {
	height: 530px;
}

.carousel.inner .carousel-inner .carousel-item {
	height: 530px;
	text-align: center;
}

.carousel-indicators [data-bs-target] {
	width: 23px;
	height: 6px;
	display: block;
	opacity: 1;
	margin: 0px 5px;
}

.carousel-indicators .active {
	background-color: #f5c660;
	opacity: 1;
}

.block {
	padding: 75px 0px;
}

.yellow-box {
	position: absolute;
	bottom: 0px;
	right: 16px;
	color: #fff;
	padding: 25px 30px;
	background-color: #ffc21d;
}

ul.list-unstyled li {
	display: block;
	padding-left: 20px;
	background: url(../images/list-arrow.png) 5px 6px no-repeat;
}

ul.list-unstyled.gray li {
	display: block;
	padding-left: 20px;
	background: url(../images/gray-list-arrow.png) 5px 6px no-repeat;
}

ul.list-unstyled.black li {
	display: block;
	padding-left: 20px;
	background: url(../images/black-list-arrow.png) 5px 8px no-repeat;
}

.border-bottom {
	border-bottom: 1px solid #bfbfbf;

}

.nav-pills .nav-item {
	margin: 10px 4px;
}

.nav-pills .nav-link {
	background-color: #000000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px 20px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
	background-color: #003b7b;
	color: #fff;
}

.img-fluid1 {
	width: 100%;
	height: auto;
}

.img-label,
.img-label1 {
	position: absolute;
	left: 16px;
	right: 8px;
	bottom: 16px;
	background-color: rgba(0, 0, 0, 0.50);
	padding: 10px 15px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.img-label1 {
	left: 8px;
	right: 16px;
}

.img-thumbnail {
	width: 200px;
	height: 267px;
}

.rounded-circle {
	width: 170px;
	height: 170px;
	margin: 0px auto 30px auto;
	border: 10px solid #daa20a;
}

.rounded-circle.alumni {
	width: 217px;
	height: 217px;
	margin: 0px auto 20px auto;
	border: 10px solid #daa20a;
}

cite {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 20px;
	display: block;
}

.chat {
	position: absolute;
	right: 15px;
	bottom: 6px;
	width: 89px;
	height: 42px;
	display: block;
	background: url(../images/testimonial-chat.png) 0px 0px no-repeat;
}

a.mail {
	background: url(../images/mail-icon.png) 0px 7px no-repeat;
	padding-left: 33px;
	display: inline-block;
	color: #000;
	margin-top: 20px;
}

a.mail:hover,
a.mail:focus {
	background: url(../images/mail-icon-white.png) 0px 7px no-repeat;
	color: #fff;
}

.form-group {
	padding-bottom: 15px;
}

.form-control {
	height: auto;
	padding: 10px;
	border-radius: 0px;
}

.list-group-item {
	padding: 15px 20px 15px 55px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	height: auto;
	background: url(../images/dowanload-icon.png) 20px 16px no-repeat;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active {
	color: #003b7b;
	background: #fff url(../images/dowanload-icon-blue.png) 20px 16px no-repeat;
}

.abs-btn,
.abs-btn1,
.abs-btn2 {
	position: absolute;
	left: 16px;
	bottom: 20px;
}

.abs-btn1 {
	left: 35px;
	bottom: 35px;
}

.abs-btn2 {
	left: 45px;
	bottom: 35px;
}

.gallery-photo {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: relative;
	padding-bottom: 15px;
}

.info-text {
	color: #fff;
	padding: 15px;
	display: block;
}

.info-text .small {
	font-size: 12px;
	line-height: 18px;
}

.note {
	display: block;
	padding: 8px 20px;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	background-color: #FAF3C9;
	border: 2px dashed #F2E68C;
}

.note a {
	color: #003b7b;
	text-decoration: underline;
}

.border-col {
	margin-right: -1px;
	margin-bottom: -1px;
}

.yellow-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 53px;
	height: 53px;
	display: block;
	background: #ffc21d url(../images/black-arrow.png) center center no-repeat;
}

.yellow-arrow:hover,
.yellow-arrow:focus {
	background: #000 url(../images/yellow-arrow.png) center center no-repeat;
}

.coming-soon {
	display: block;
	text-align: center;
	background: url(../images/coming-soon-img.png) top center no-repeat;
	padding-top: 150px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #003b7b;
}

.big {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

.large {
	font-size: 24px;
	line-height: 36px;
}

.blue {
	color: #003b7b;
	font-weight: 500;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.border-right {
	border-right: 1px solid #fff;
}

.blue-bg {
	background-color: #003b7b;
	color: #fff;
}

.blue-bg a.white {
	color: #fff;
}

.blue-bg a.white:hover,
.blue-bg a.white:focus {
	color: #dcbd24;
}

.yellow-bg {
	background-color: #ffc21d;
	color: #323232;
}

.yellow-bg hr {
	border-top: 1px solid #fff;
	margin: 0px;
}

.gray-bg {
	background-color: #f6f6f6;
}

.gray1-bg {
	background-color: #f4f4f4;
}

.bg-img {
	background: url(../images/bg-img.jpg) center center no-repeat;
	background-size: cover;
	min-height: 500px;
}

.bg-img-1 {
	background: url(../images/bg-img-1.jpg) 0px 0px no-repeat;
	background-size: cover;
	min-height: 500px;
}


.bg-img h1 {
	font-size: 48px;
	line-height: 60px;
}

.two-color-bg {
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #ffc21d 50%, #ffffff 50%);
}

.white-bg {
	background-color: #fff;
}

.white-bg.border {
	border: 1px solid #fff !important;
}

.yellow-border {
	border-top: 5px solid #ffc21d;
}

.white-border {
	border-top: 5px solid #fff;
}

.footer-bg {
	background-color: #eeeeee;
	color: #7c7c7c;
}

.dark-gray-bg {
	background-color: #d7d7d7;
}

label.error {
	clear: both;
	width: auto;
	height: auto;
	float: none;
	border: none;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ff0000;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

iframe {
	float: left;
}

.vid-element {
	width: 100%;
	height: auto;
}

.inquiry {
	width: 150px;
	height: 50px;
	display: block;
	position: fixed;
	right: 0px;
	bottom: 55px;
	z-index: 100;
	background: url(../images/inquiry-icon.png) 0px 0px no-repeat;
}

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	bottom: 55px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

footer {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #7c7c7c;
	margin: 0px;
}

footer h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 30px;
}

footer address {
	font-weight: normal;
}

footer a {
	color: #7c7c7c;
}

footer a:hover,
footer a:focus {
	color: #003b7b;
	text-decoration: underline;
}

footer .copyright,
footer .copyright a {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #3a3a3a;
	text-transform: uppercase;
}

footer .copyright a:hover,
footer .copyright a:focus {
	color: #000;
	text-decoration: underline;
}

footer .navbar-nav {
	display: inline-block;
	margin: 0px 40px 0px 40px;
	float: none;
}

footer .nav-item {
	margin: 15px 0px;
	padding: 0px;
	float: none;
}

footer .navbar-nav .nav-link {
	color: #3e3e3e;
	padding: 0px;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: left;
}

footer .navbar-nav .nav-link:hover,
footer .navbar-nav .nav-link.active,
footer .navbar-nav .nav-link:focus {
	color: #003b7b;
	background-color: transparent;
	text-decoration: none;
}

footer .social-media {
	display: inline-block;
	margin: auto;
}

footer .social-media a {
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px 5px 0px 5px;
}

footer .social-media a.facebook {
	background: url(../images/facebook-icon.png) 0px 0px no-repeat;
}

footer .social-media a.facebook:hover,
footer .social-media a.facebook:focus {
	background: url(../images/facebook-icon.png) -24px 0px no-repeat;
}

footer .social-media a.insta {
	background: url(../images/insta-icon.png) 0px 0px no-repeat;
}

footer .social-media a.insta:hover,
footer .social-media a.insta:focus {
	background: url(../images/insta-icon.png) -24px 0px no-repeat;
}

footer .social-media a.youtube {
	background: url(../images/youtube-icon.png) 0px 0px no-repeat;
}

footer .social-media a.youtube:hover,
footer .social-media a.youtube:focus {
	background: url(../images/youtube-icon.png) -24px 0px no-repeat;
}


@media all and (min-width: 1024px) and (max-width: 1200px) {
	.navbar-light .navbar-nav .nav-item {
		margin-left: 3px;
		margin-right: 3px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 0px 7px;
		border-radius: 8px;
	}

	.carousel {
		height: auto;
	}

	.carousel img {
		width: auto;
		height: auto;
	}

}

/* #Tablet (Portrait)
================================================== */
@media only screen and (max-width: 992px) {
	h1 {
		font-size: 24px;
		line-height: 36px;
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
	}

	.carousel {
		height: auto;
	}

	.carousel-caption {
		display: none;
	}

	.btn-link {
		font-size: 18px;
		line-height: 24px;
	}

	.btn-default {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.block {
		padding: 50px 0px;
	}

}

@media (max-width: 768px) {
	footer .navbar-nav {
		padding-top: 15px;
		padding-bottom: 15px;
		margin: 0px 20px 0px 0px;
	}
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 480px) {

	h1 {
		font-size: 30px;
		line-height: 36px;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}

	h1.h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}

	.navbar-brand {
		padding: 10px;
	}

	.header-links {
		display: none;
	}

	nav {
		margin: 0px;
	}

	.navbar-nav {
		margin-top: 0px;
	}

	nav .navbar-nav .nav-link {
		padding: 18px;
	}

	.offcanvas {
		background-color: #003b7b;
	}
	
	.offcanvas .navbar-nav .nav-link,
	.offcanvas .m-menu a,
	.offcanvas .dropdown-menu a {
		color: #fff;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: 500;
	}

	.offcanvas .dropdown-menu a {
		color: #000;
		line-height: 30px;
	}

	.offcanvas-body {
		padding: 0px;
	}

	.navbar-nav .nav-item {
		border-bottom: 1px solid #dee2e6;
		margin-left: 0px;
		margin-right: 0px;
	}

	.m-menu a {
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
		color: #000;
		font-weight: 600;
		padding: 18px;
		border-bottom: 1px solid #dee2e6;
	}

	.m-menu a:hover,
	.m-menu a:focus,
	.m-menu a.active {
		color: #3c84fd;
	}
	
	.m-menu .dropdown-menu{
		position:static;
	}
	
	.m-menu .dropdown-menu a
	{
		line-height:30px;
		text-transform: uppercase;
		color: #000;
		font-weight: 600;
		border-bottom:none;
		padding:8px 18px;
	}

	.yellow-box {
		position: static;
		padding: 35px 30px;
	}

	.border .border-start {
		border-left: none !important;
	}

	.border-end {
		border-right: none !important;
		border-bottom: 1px solid #dee2e6;
	}

	.border-end.border-bottom {
		border-right: 1px solid #dee2e6 !important;
		border-bottom: 1px solid #dee2e6 !important;
	}

	.yellow-bg .border-right {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.img-label,
	.img-label1 {
		left: 16px;
		right: 16px;
	}

	.nav.nav-pills {
		display: block;
	}

	.nav-pills .nav-link {
		display: block;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.bg-img h1 {
		font-size: 36px;
		line-height: 48px;
	}

	.m-image {
		width: 100%;
		height: auto;
	}

	footer {
		text-align: center;
	}

	footer .btn-primary {
		display: block;
		margin-top: 0px;
		margin-bottom: 10px;
		width: 100%;
	}

	footer .collapse {
		width: 100%;
		display: block;
	}

	footer .copyright {
		text-align: center;
	}

	footer .navbar-nav {
		float: none;
		display: block;
	}

	footer .nav-item {
		float: none;
		margin: 0px 0px;
		text-align: left;
	}

	footer address {
		padding-top: 25px;
	}

	footer .social-media {
		float: none;
		margin: 0px auto 0px auto;
		display: inline-block;
	}

	footer .text-start,
	footer .text-end {
		text-align: center !important;
	}

}

.wrapper {
	overflow-x: hidden;
}