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:24px;
	font-size:14px;
	color:#000000;
}

h1
{
	color:#000;
	font-weight:500;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

h1
{
	font-size:30px;
	line-height:30px;
}

h1.white
{
	color:#fff;
	font-weight:500;
}

h1.blue
{
	font-size:24px;
	line-height:30px;
	color:#172d55;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
}

h1.large
{
	font-size:48px;
	line-height:52px;
	color:#FFF;
	font-weight:100;
}

h2
{
	color:#000000;
	font-size:30px;
	line-height:36px;
	font-weight:300;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:60px;
	text-align:center;
}

h3
{
	color:#fff;
	font-weight:500;
	margin-bottom:30px;
	font-size:18px;
	line-height:30px;
	padding:0px;
	margin-top:0px;
	text-transform:uppercase;
}

h4
{
	color:#172d55;
	font-weight:500;
	margin-bottom:0px;
	font-size:16px;
	text-transform:uppercase;
	padding:0px;
	margin-top:15px;
}

h5
{
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:0px;
}

h6
{
	color:#000000;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:500;
	font-size:16px;
	line-height:30px;
	text-transform:uppercase;
}

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

.btn-link
{
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	display:block;
	margin:22px 0px 21px 0px;
	text-decoration:underline;
}

.btn-link:hover, .btn-link:focus
{
	text-decoration:underline;
	color:#fbee58;
}

.btn-link.white
{
	color:#fff;
	margin:4px 0px;
	background:url(../images/left-arrow-white.png) right 0px top 5px no-repeat;
}

.btn-default
{
	display:inline-block;
	border:1px solid #FFF;
	background-color:transparent;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:9px 25px;
	margin:20px auto 10px auto;
	color:#FFF;
	text-decoration:none;
	border-radius:0px;
}

.btn-default:hover, .btn-default:focus
{
	border:1px solid #000;
	color:#fff;
	background-color:#000;
	text-decoration:none;
}

.btn-block
{
	display:inline-block;
	width:auto;
	font-size:18px;
	background:transparent url(../images/left-arrow.png) right 25px top 29px no-repeat;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:25px 65px 25px 35px;
	color:#000;
	border:1px solid #010101;
	border-radius:0px;
	margin-top:5px;
}

.btn-block:hover, .btn-block:focus
{
	background:#fff url(../images/left-arrow.png) right 25px top 29px no-repeat;
	border:1px solid #010101;
	color:#000;
	text-decoration:none;
}

.btn-primary
{
	display:inline-block;
	width:auto;
	font-size:14px;
	background-color:#000;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:8px 25px;
	margin-top:15px;
	margin-bottom:0px;
	color:#fff;
	border:none;
	border-radius:0px;
}

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

.img-fluid
{
	width:100%;
}

.navbar-brand
{
	display:inline-block;
	padding:0px;
	margin:0px 0px;
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-56px;
	z-index:100000;
}

.navbar-brand.inner
{
	left:10%;
	margin-left:0px;
	margin-top:20px;
}

.navbar-brand.inner img
{
	float:left;
	margin-right:20px;
}

.navbar-brand.inner .company-name
{
	font-size:24px;
	text-transform:uppercase;
	color:#ffffff;
	line-height:30px;
	letter-spacing:1px;
	float:left;
	margin-top:30px;
}

header .address
{
	position:absolute;
	top:130px;
	right:10%;
	text-transform:uppercase;
	color:#fff;
	line-height:30px;
	letter-spacing:1px;
	display:block;
	z-index:100000;
}

nav
{
	background-color:#fbee58;
}

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

.navbar-nav
{
	margin:0px;
	float:left;
}

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

.navbar-light .navbar-nav .nav-item:first-child
{
	margin-left:0px;
}

.navbar-light .navbar-nav .nav-item:last-child
{
	margin-right:0px;
}

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

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active
{
    color:#fff;
	text-decoration:none;
	background-color:#6888c3;
}

.navbar-light .navbar-nav .nav-link.home
{
	text-indent:-1000000px;
	width:16px;
	height:16px;
	background:url(../images/home-icon.jpg) 0px 0px no-repeat;
	margin:8px 0px;
}

.navbar-nav .dropdown-menu
{
	border-radius:0px;
}

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

.navbar-light .navbar-toggler
{
	color:#5a2a6c;
	border:none;
	border-radius:0px;
	float:left;
	padding:0px;
	box-shadow:none;
}

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

.navbar-light .navbar-toggler-icon
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:25px 35px;
	margin:0px 0px;
	height:26px;
	width:36px;
	background:#6888c3 url(../images/menu-icon.png) center center no-repeat;
}

.carousel
{
	height:700px;
	z-index:0;
	padding:0px;
	background-color:#fff;
}

.carousel .carousel-caption
{
	text-align:left;
	margin-bottom:20px;
	left:4%;
	right:4%;
}

.carousel .carousel-caption h1
{
	text-transform:none;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	color:#fff;
	padding:0px;
	margin:0px;
}

.carousel .carousel-caption h1 span
{
	font-size:18px;
	color:#7aa0c4;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
}

.carousel.inner
{
	height:218px;
	color:#fff;
	border-bottom:1px solid #fff;
}

.carousel.inner .carousel-inner .carousel-item
{
	height:218px;
	background-color:#4c4c4c;
}

.carousel .carousel-inner .carousel-item.first
{
	height:700px;
	background:#4c4c4c url(../images/slider-img-1.jpg) center center no-repeat;
}

.carousel .carousel-inner .carousel-item.second
{
	height:700px;
	background:#4c4c4c url(../images/slider-img-2.jpg) center center no-repeat;
}

.carousel .carousel-inner .carousel-item.third
{
	height:700px;
	background:#4c4c4c url(../images/slider-img-3.jpg) center center no-repeat;
}

.carousel .carousel-inner .carousel-item.fourth
{
	height:700px;
	background:#4c4c4c url(../images/slider-img-4.jpg) center center no-repeat;
}

.carousel-indicators li
{
	width:10px;
	height:10px;
	display:block;
	border-radius:50%;
	opacity:1;
	margin:0px 5px;
}

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

.quick-link
{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	text-align:center;
	bottom:0px;
}

.quick-link .v-align
{
	writing-mode:tb-rl;
	margin-top:75%;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.link-icon
{
	display:block;
	padding:15px 15px;
	color:#000000;
	font-weight:500;
	text-transform:uppercase;
	position:relative;
}

.link-icon span.arrow
{
	position:absolute;
	right:0px;
	bottom:0px;
	display:block;
	width:13px;
	height:13px;
	background:url(../images/black-down-arrow.png) 0px 0px no-repeat;
}

.link-icon span.facilities
{
	display:inline-block;
	padding:17px 0px 17px 85px;
	background:url(../images/facility-icon.png) 0px 0px no-repeat;
}

.link-icon span.courses
{
	display:inline-block;
	padding:17px 0px 17px 85px;
	background:url(../images/courses-icon.png) 0px 0px no-repeat;
}

.link-icon span.calendar
{
	display:inline-block;
	padding:17px 0px 17px 85px;
	background:url(../images/calendar-icon.png) 0px 0px no-repeat;
}

.link-icon span.admission
{
	display:inline-block;
	padding:17px 0px 17px 85px;
	background:url(../images/admission-icon.png) 0px 0px no-repeat;
}

.link-icon span.news
{
	display:inline-block;
	padding:17px 0px 17px 85px;
	background:url(../images/news-icon.png) 0px 0px no-repeat;
}

.link-icon span.contact
{
	display:inline-block;
	padding:17px 0px 17px 85px;
	background:url(../images/contact-icon.png) 0px 0px no-repeat;
}

.link-icon:hover, .link-icon:focus
{
	background-color:#e6e6e6;
}

.block
{
	padding:75px 0px;
}

.absolute-block
{
	position:absolute;
	top:-580px;
}

.padding-b
{
	padding-bottom:275px;
}

.padding-t
{
	padding-top:350px;
}

.about-icon
{
	width:119px;
	height:61px;
	display:block;
	margin-bottom:35px;
	background:url(../images/about-icon.png) 0px 0px no-repeat;
}

.icon
{
	display:block;
	position:absolute;
	top:-52px;
	right:10px;
}

.icon.vision
{
	width:119px;
	height:157px;
	background:url(../images/vision-icon.png) 0px 0px no-repeat;
}

.icon.mission
{
	width:100px;
	height:156px;
	background:url(../images/mission-icon.png) 0px 0px no-repeat;
}

.border-block
{
	border:1px solid #dbdbdb;
	display:block;
	color:#656565;
	width:100%;
}

.border-block .icon
{
	position:absolute;
	right:17px;
	display:block;
}

.border-block .icon.vision
{
	width:116px;
	height:93px;
	background:url(../images/vision-inner-icon.png) 0px 0px no-repeat;
	top:-42px;
}

.border-block .icon.mission
{
	width:101px;
	height:101px;
	background:url(../images/mission-inner-icon.png) 0px 0px no-repeat;
	top:-46px;
}

.border-block .icon.ambition
{
	width:128px;
	height:126px;
	background:url(../images/ambition-inner-icon.png) 0px 0px no-repeat;
	top:-63px;
}

.border-block.position-relative
{
	padding-bottom:55px;
}

.read-more
{
	padding:15px 23px;
	display:block;
	border-top:1px solid #dbdbdb;
	background:url(../images/small-left-arrow.png) right 23px top 20px no-repeat;
	color:#000000;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
}

.read-more:hover, .read-more:focus
{
	background:#f0f0f0 url(../images/small-left-arrow.png) right 23px top 20px no-repeat;
}

.border-block.position-relative .read-more
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
}

ul.list-unstyled li
{
	display:block;
	background:url(../images/small-left-arrow.png) 0px 7px no-repeat;
	padding-left:21px;
	padding-bottom:10px;
}

ul.list-unstyled.white li
{
	background:url(../images/small-left-arrow-white.png) 0px 7px no-repeat;
}

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

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

.form-group label
{
	font-weight:500;
	text-transform:uppercase;
}

.border-top, footer .border-top
{
	border-top:1px solid #585858 !important;
}

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

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

.white
{
	color:#fff;
}

a.white
{
	color:#fff;
}

a.white:hover, a.white:focus
{
	color:#fff;
	text-decoration:underline;
}

.black
{
	color:#000;
}

.light-blue
{
	color:#6888c3;
}

.black-bg
{
	background-color:#000000;
	color:#fff;
}

.light-gray-bg
{
	background-color:#f3f3f3;
}

.dark-blue-bg
{
	background-color:#172d55;
	color:#fff;
}

.light-blue-bg
{
	background-color:#6888c3;
	color:#fff;
}

.dark-gray-bg
{
	background-color:#3b3b3b;
	color:#fff;
}

.yellow-bg
{
	background-color:#fbee58;
	color:#000000;
}

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;
	text-align:left;
}

iframe
{
	float:right;
}

footer
{
	font-size:12px;
	line-height:24px;
	font-weight:500;
	color:#a4a4a4;
	margin:0px;
	padding:0px 0px;
	background-color:#3b3b3b;
}

footer a
{
	color:#fff;
}

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

footer .copyright
{
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#a4a4a4;
}

footer .copyright a
{
	color:#fff;
}

footer .copyright a:hover, footer .copyright a:focus
{
	color:#fbee58;
}

footer .social-media
{
	float:right;
	margin-top:10px;
}

footer .social-media a
{
	width:37px;
	height:30px;
	display:block;
	float:left;
	margin:0px 5px;
	background-image:url(../images/social-media-icon.png);
	background-repeat:no-repeat;
}

footer .social-media a.facebook
{
	background-position:0px 0px;
}

footer .social-media a.facebook:hover, footer .social-media a.facebook:focus
{
	background-position:-37px 0px;
}

footer .social-media a.twitter
{
	background-position:0px -30px;
}

footer .social-media a.twitter:hover, footer .social-media a.twitter:focus
{
	background-position:-37px -30px;
}

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

footer .nav-item
{
	margin:0px 20px;
	padding:0px;
	float:left;
}

footer .nav-item:first-child
{
	margin-left:0px;
}

footer .navbar-nav .nav-link
{
	color:#fff;
	padding:0px;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
}

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

@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 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;
	}
	
	h2
	{
		margin-top:20px;
		margin-bottom:30px;
		margin-left:20px;
		letter-spacing:1px;
		writing-mode:horizontal-tb;
		text-orientation:mixed;
	}
	
	.btn-link
	{
		font-size:18px;
		line-height:24px;
	}
	
	.m-image
	{
		width:100%;
		height:auto;
	}
	
	.navbar-light .navbar-nav .nav-item:first-child
	{
		margin-left:5px;
	}
	
	.carousel
	{
		height:auto;
	}
	
	.carousel .carousel-inner .carousel-item.first, .carousel .carousel-inner .carousel-item.second, .carousel .carousel-inner .carousel-item.third, .carousel .carousel-inner .carousel-item.fourth
	{
		height:auto;
		background:none;
	}
	
	.carousel-control-prev-icon, .carousel-control-next-icon
	{
		background-position:10%;
	}
	
	.offcanvas-collapse
	{
		padding-top:15px;
	}
	
	.navbar-light .offcanvas-collapse .navbar-nav
	{
		display:block;
		float:none;
	}
	
	.navbar-light .offcanvas-collapse .navbar-nav .nav-link
	{
		color:#fff;
		display:block;
		margin-bottom:5px;
	}
	
	.block
	{
		padding:50px 0px;
	}
	
	.quick-link
	{
		display:block;
		position:static;
		left:0px;
		right:0px;
		text-align:center;
		bottom:6px;
	}
	
	.quick-link .v-align
	{
		writing-mode:lr-tb;
		margin-top:0px;
		padding:15px;
		display:block;
	}
	
	.absolute-block
	{
		position:static;
	}
	
	footer .navbar-nav
	{
		float:none;
		display:block;
	}
	
	footer .nav-item
	{
		float:none;
		margin:0px 0px;
		text-align:center;
	}
}

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

/*  #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;
	}
	
	h2
	{
		margin-top:20px;
		margin-bottom:30px;
		margin-left:20px;
		letter-spacing:1px;
		writing-mode:horizontal-tb;
		text-orientation:mixed;
	}
	
	.navbar-brand.home
	{
		background-color:#fbee58;
		text-align:center;
	}
	
	.navbar-brand
	{
		position:static;
		margin-left:0px;
		margin:0px auto;
		padding:15px 0px;
		display:block;
		border-top:1px solid #fff;
	}
	
	.navbar-brand.inner
	{
		display:inline-block;
		padding:0px;
		margin:0px 0px;
		position:absolute;
		top:80px;
		left:10%;
		margin-left:0px;
		margin-top:20px;
		z-index:100000;
		border-top:none;
	}
	
	header .address
	{
		position:absolute;
		top:330px;
		right:auto;
		left:10%;
	}
	
	.carousel.inner, .carousel.inner .carousel-inner .carousel-item
	{
		height:390px;
	}
	
	.white-block .label
	{
		padding:17px 10px;
		width:35%;
	}
	
	.border-end
	{
		border-right:none !important;
		border-bottom:1px solid #dee2e6 !important;
	}
	
	footer
	{
		text-align:center;
	}
	
	footer .copyright
	{
		text-align:center;
	}
	
	footer .social-media
	{
		float:none;
		margin:40px auto 0px auto;
		display:inline-block;
	}
}

@media (max-width:991.98px)
{
	.offcanvas-collapse
	{
		position:fixed;
		top:50px; /* Height of navbar */
		bottom:0;
		right:100%;
		width:100%;
		padding-right:1rem;
		padding-left:1rem;
		overflow-y:auto;
		visibility:hidden;
		background-color:#343a40;
		z-index:10000001;
		transition:transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}
	
	.offcanvas-collapse.open
	{
		visibility:visible;
		transform:translateX(100%);
	}
}