/** Global CSS Overrides **/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
a, label {
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
}
p {
	font-size: 16px;
	margin: 0 0 20px;
}
.owl-carousel .owl-controls {
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.owl-controls .owl-page span {
	border: 3px solid #ffffff;
}
.owl-theme .owl-controls .owl-page.active span {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #fff;

}
.owl-theme .owl-controls .owl-page span {
	background-color: transparent;
	width: 20px;
	height: 20px;
}
/** Header **/
.header-top {
	margin: 40px 0 20px;
}
.header-top .container .row {
	display: flex;
	align-items: flex-end;
}
.navbar-brand img {
	width: 180px;
}
.header-contact-info {
	float: right;
	margin: 0;
}
.header-contact-info li {
	font-size: 16px;
	list-style: none;
}
.header-contact-info li a {
	color: #000;
}
.header-contact-info li a:hover,
.header-contact-info li a:focus {
	color: #ef4026;
}
.navbar {
	border-top: 5px solid #ef4026;
}
.navbar-inverse .navbar-nav > li {
	font-size: 16px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active {
	color: #ef4026;
}
.navbar-nav li:after {
	content: '|';
	color: #fff;
	display: inline-block;
	padding: 0 1.5em;
}
.navbar-nav li:last-child:after {
	content: '';
	padding: 0;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	margin-left: -30px;
	min-width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: #101010;
	opacity: 0.6;
}
.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover,
.dropdown-content a:focus {
	color: #ffff00;
}
.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn,
.dropdown:focus .dropbtn {
	color: #ef4026;
}
/** Content **/
.content {
	background-color: #d3d3d3;
	padding: 20px 0;
}
.content .container {
	background-color: #fff;
	padding: 30px;
	position: relative;
}
.content-text {
	margin-bottom: 40px;
}
.content-text h1, .content-text h2, .content-text h3,
.content-text h4, .content-text h5, .content-text h6 {
	margin-bottom: 5px;
}
.slider {
	margin-bottom: 30px;
}
.content-footer {
	border-top: 2px solid #939598;
	padding-top: 20px;
}
.content-footer a {
	color: #000;
}
.content-footer a:hover,
.content-footer a:focus {
	color: #ef4026;
}
.footer-logo {
	width: 140px;
	display: flex;
	align-items: center;
	margin: 20px auto;
}
/** Footer **/
footer {
	background-color: #231f20;
    height: 150px;
    position: static;
    bottom: 0;
    right: 0;
    margin-top: -130px;
}
/** About **/
.about-info {
	margin-bottom: 30px;
}
.about-name {
	display: inline-block;
	margin: 0 20px 0;;
	text-align: left;
	vertical-align: bottom;
}
.about-name h2, .about-name h3 {
	margin-bottom: 0;
}
.about-name h3 {
	margin-top: 10px;
}
/** Team **/
.team .profile-title,
.team .profile-links {
	display: inline-block;
}
.team .profile-links li {
	display: inline-block;
	font-size: 16px;
	list-style: none;
}
.profile-links li a {
	color: #babcbe;
	font-size: 24px;
	margin-right: 10px;
}
.profile-links li.active a,
.profile-links li a:hover,
.profile-links li a:focus {
	color: #000;
}
/** Projects **/
.projects .content-text img {
	display: inline-block;
	padding: 10px 0;
}
.projects .portfolio {
	padding: 20px 0;
}
/** Case Studies **/
.case-study-logo img {
	max-width: 40%;
	padding: 20px 0 40px;
}
.case-study-logo h2 {
	padding: 10px 0 20px;
}
/** Contact **/
.contact-header a {
	color: #000;
}
.contact-header a:hover,
.contact-header a:focus {
	color: #ef4026;
}
.contact-logo {
	margin-top: 20px;
	width: 140px;
	float: right;
}
.contact-form {
	padding: 20px 0 60px;
}
.contact-form label {
	font-size: 18px;
	padding: 0 0 5px;
}
.btn-submit {
	background-color: #ef4026;
	border-color: #ef4026;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px;
	margin: 10px 0;
}
.btn-submit:hover,
.btn-submit:focus {
	background-color: #ff5a40;
	border-color: #ff5a40;
}
/** Media Queries **/
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media (max-width: 991px) {
	.navbar-nav li:after {
		padding: 0 0.25em;
	}
}
@media (max-width: 768px) {
	.navbar-brand img {
		width: 140px;
	}
	.navbar-nav li:after {
		content: '';
	}
	.navbar-nav li {
		border-bottom: 1px solid #696969;
		margin: 0 20px;
	}
	.navbar-nav li:last-child {
		border-bottom: none;
	}
	.navbar-nav li a {
		padding: 10px 0;
	}
	.about-img {
		padding-bottom: 20px;
	}
	.about-img,
	.about-name {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.case-study-logo img {
		max-width: 60%;
	}
	.dropdown-content {
		position: relative;
		margin-left: 0;
		min-width: 100%;
		box-shadow: none;
		background-color: transparent;
		opacity: 1;
	}
	.dropdown-content a {
		margin-left: 20px;
		border-bottom: 1px solid #696969;
	}
	.dropdown-content a:last-child {
		border-bottom: none;
		}
	.navbar-nav li.dropdown:after {
		display: none;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: initial;
	}
}
@media (max-width: 480px) {
	.header-contact {
		display: none;
	}
	.team .profile-title,
	.team .profile-links,
	.team .profile-links li {
		display: block;
	}
	.case-study-logo img {
		max-width: 80%;
	}
}