.top-bar {
	background: #faf9f9;
	height: 4px;
}

.top-bar img {
	margin-left: 25px;
	z-index: 2;
	position: relative;
	width: 15%;
}

.nav-level-two {
	z-index: 1;
	position: relative;
	height: 78px;
	background: rgba(255, 255, 255, 0.51);
	overflow: hidden;
}

.links {
	position: absolute;
	right: 0;
}

.links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.links li {
	float: left;

}

.links li a {
	font-weight: 600;
	display: block;
	color: #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 29px;
}

.links li a:hover {
	color: white;
	;
	text-decoration: none;
}

#carousel-example-generic img {
	width: 100%;
}

#carousel-example-generic {
	margin-top: -78px;
}

.carousel-caption {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: 180px;
	text-shadow: none;
}

.header-text,
.header-text-contact {
	opacity: 0;
	-webkit-animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.header-text {
	background-color: rgba(22, 122, 198, 0.77);
	font-weight: 400;
	font-size: 31px;
	padding: 4px 18px;
	border-radius: 4px;
	display: inline-block;
}

.animate-first {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.animate-second {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

@-webkit-keyframes reveal {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes reveal {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.header-text-contact {
	display: inline-block;
	background-color: rgba(22, 122, 198, 0.4);
	margin-top: 12px;
	font-size: 20px;
	padding: 4px 12px;
	font-weight: 300;
	word-spacing: 1px;
}

.hero-btn {
	margin-top: 28px;
}

.hero-btn .btn {
	border-radius: 2px;
	padding: 10px 22px;
}

.hero-btn .btn-default {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.hero-btn .btn-default:hover {
	background: none;
	color: #c4c4c4;
	border-color: #c4c4c4;
}

.hero-btn a {
	color: white;
	background: none;
	box-shadow: none;
	font-size: 15px;
}


/*Content area*/

.main-content {
	width: 74%;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 65px;
}

.main-content h2,
.instructor h2,
.testimonials h2,
.contact-box h2 {
	position: relative;
	font-size: 25px;
	display: inline-block;
	margin-bottom: 26px;
	font-weight: 600;
}

.main-content h2:after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: -4px;
	height: 1px;
	width: 55%;
	border-bottom: 2px solid #167ac6;
}

.instructor h2:after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: -4px;
	height: 1px;
	width: 55%;
	border-bottom: 2px solid #167ac6;
}

.testimonials h2:after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: -4px;
	height: 1px;
	width: 55%;
	border-bottom: 2px solid #167ac6;
}

.contact-box h2:after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: -4px;
	height: 1px;
	width: 55%;
	border-bottom: 2px solid #167ac6;
}

.home-info {
	font-size: 14.5px;
	letter-spacing: 0.2px;
}


/*Fb like box*/

.set-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 210px;
	background: #f2f1f8;
}

.padding-zeroo {
	padding: 0px;
}

.set-height h3 {
	font-size: 19px;
	font-weight: 500;
	padding-bottom: 13px;
}

.services-btn .btn {
	border-radius: 21px;
	padding: 8px 26px;
}

.services-btn a {
	color: #fff;
	background: #167ac6;
	box-shadow: none;
	font-size: 13px;
	border: 0;
}

.services-btn .btn-default {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.services-btn .btn-default:hover {
	background: #075693;
	color: white;
	border-color: black;
}


/*Instrutor info*/

.instrutor-info {
	background: #22313f;
}

.instructor h2 {
	margin-top: 65px;
	margin-bottom: 45px;

}

.set-colors {
	background: #22313f;
	margin-top: 80px;
}

.instructor {
	   
	text-align: center;
}

.instrutor-info {
	padding-top: 30px;
}

.instructor-content {
	color: white;
	width: 74%;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 65px;
	font-size: 14.5px;
}
.instructor-content img{
border: 5px solid white;
    border-radius: 50%;
    width: 130px;
    height: 130px;
	margin-top: -152px;
}

    

.instructor-content span {
	font-weight: 600;
	font-size: 16px;
}

.start-date {
	font-size: 21px;
	    border-radius: 4px;
	display: inline-block;
	font-size: 18px!important;
	    padding: 5px 23px;
    border: 2px solid black;
    color: black;
    background: rgba(255, 255, 255, 0.91);
}

.instructor-content p {
	margin-bottom: 5px;
	font-weight: 300;
	letter-spacing: 0.5px;
}


.sub-header-first {
	font-size: 22px;
	font-weight: 600;
}

.first-item {
	font-size: 21px;
}

.important-Links {
	width: 74%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.important-Links a {
	color: white;
}

.important-Links span {
	font-size: 19px;
	text-decoration: underline;
	padding-left: 16px;
}

.important-Links img {
	width: 17%;
}

.police-sl-logo {
	background: #167ac6;
}


/*Testimonials*/

.testimonials {
	text-align: center;
	margin-top: 65px;
	margin-bottom: 35px;
	min-height: 280px;
}

.testimonials h2 {
	margin-bottom: 50px;
}

.testimonials .carousel-control.left {
	background: none;
	padding-top: 15px;
}

.testimonials .carousel-control i {
	color: #b5b4b4;
}

.testimonials .carousel-control.right {
	background: none;
	padding-top: 15px;
}

.testimonials blockquote {
	font-size: 16.5px;
}


/*Contact*/

.contact {
	color: white;
}

.contact-box {
	margin-top: 65px;
	text-align: center;
	margin-bottom: 65px;
}

.contact-box .form-control {
	border-radius: 0;
	padding: 19px;
	border: 0;
}

.contact-box .btn-default {
	color: #fff;
	background-color: #167ac6;
	border: 0;
	padding: 9px;
	font-size: 17px;
	border-radius: 0;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.contact-box .btn-default:hover {
	background-color: #075693;
}

.contact-area {
	background: url(../images/contact-bg.png);
	background-size: cover;
}

.make-more-space {
	padding-bottom: 20px;
}

.make-space-left {
	margin-right: -5px;
}

.make-space-right {
	margin-left: -5px;
}


/*Footer*/

.copyrights {
	text-align: center;
	padding: 22px;
	background: #e1e1e1;
}


/*Sub pages*/


/*Requirements*/

.sub-page-content {
	width: 74%;
	margin-top: 65px;
	margin-bottom: 65px;
}

.sub-page-content ul li {
	line-height: 27px;
	font-size: 14.5px;
	word-spacing: 2px;
	list-style: none;
}

.sub-page-content ul li:before {
	font-family: 'FontAwesome';
	content: '\f138';
	margin: 0 5px 0 -15px;
	color: #167ac6;
}

.sub-page-image {
	position: relative;
	margin-top: -78px;
}

.sub-page-image img {
	width: 100%;
}

.sub-page-content h3 {
	padding-bottom: 13px;
	border-bottom: 2px #167ac6;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}

.sub-page-content h4,
.small {
	text-align: center;
	padding-bottom: 8px;
}

.sub-page-content h4 {
	padding-bottom: 20px;
}

.small {
	font-size: 15.5px;
}

.sub-page-content ul {
	padding-left: 80px;
}

.color-row {
	height: 5px;
	background: #167ac6;
}


/*Services*/

.service-main-header {
	font-size: 27px!important;
	padding-bottom: 15px!important;
	text-transform: uppercase;
}

.box {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #908f8f;
	border-radius: 4px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	background-color: #fffdf4;
}

.box .page-header {
	margin: 5px 0 20px;
}

.fb-like-box-wrapper {
	margin-top: 65px;
	background: #f2f1f8;

}

.fb-social-box {
	width: 74%;
	text-align: center;
}


/*Media quaries*/

@media screen and (max-width: 1024px) {
	.carousel-caption {
		top: 46%;
	}
	.header-text {
		font-size: 27px;
	}
	.home-info {
		font-size: 13.5px;
	}
	.important-Links span {
		font-size: 17px;
	}
	.testimonials blockquote {
		font-size: 14.1px;
	}
	.copyrights {
		font-size: 10px;
	}
}

.google-maps {
	position: relative;
	padding-bottom: 77.4%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#links {
	width: 84%;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

#links img {
	padding: 3px
}
.active-link .active {
	color: #218e80;
	
	text-decoration: none;
}
.active-link .active a{
	color: white!important;
	    background: rgba(97, 82, 82, 0.18);
	text-decoration: none;
}
.active-link .active a:focus {
	text-decoration: none;
}

.credit-name{
        width: 25%;
    margin: 0 auto;
    text-align: left;
}