@font-face {
	font-family: "Philosopher";
	src: url("../fonts/Philosopher-Bold.ttf") format("truetype");
}

body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	color: #333436;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.section-padding {
	padding: 60px 0px;
}

.marquee {
	width: 100%;
	background-color: #333436;
	color: #fff;
	padding: 7.5px 0;
	letter-spacing: 2px;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from { bottom:-100px; opacity:0 }
	to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
	from{ bottom:-100px; opacity:0 }
	to{ bottom:0; opacity:1 }
}

.header {
	background: url('../img/intro-bg.jpg') no-repeat top center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 650px;
	position: relative;
}

.header .bg-color {
	background-color: rgba(40, 60, 83, 0.8);
	min-height: 650px;
}

@media (max-width: 991px) {
	.header {
		background-attachment: scroll;
	}
}

#main-header {
}

.navbar-default {
	background-color: transparent;
	border:0px;
	padding: 20px 0;
	transition: all 0.3s;
}

.top-nav-collapse {
	padding: 0;
	background: rgba(64, 75, 97, 0.9);
}

.navbar-brand {
	padding: 0px;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 10px;
}

.top-nav-collapse .navbar-brand > img {
	height: 48px;
}

.navbar-default .navbar-nav > li > a {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 54px;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #9d862e;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #9d862e;
}

.banner-info {
	padding-top: 200px;
	color: #fff;
}

h2.bnr-title {
	font-family: "Philosopher";
	font-size: 36px;
	text-transform: uppercase;
	padding: 20px 0px;
	font-weight: 700;
	letter-spacing: 2px;
}

.bnr-subtext {
	font-style: italic;
	font-weight: 700;
	letter-spacing: 2px;
}

.btn-filled, .btn-outline, .btn-filled:hover, .btn-filled:focus, .btn-outline:focus {
	text-transform: uppercase;
	margin-top: 50px;
	color: #fff;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 30px;
	border-radius: 60px;
	margin: 50px 10px 0 0;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.3s;
	letter-spacing: 2px;
}

.btn-filled {
	background-color: #9d862e;
}

.btn-filled-alt {
    background-color: #9E502E;
    border: 2px solid #9E502E;
}

.btn-outline, .btn-outline:focus {
	margin-left: 15px;
	border: 1px solid #9d862e;
	color: #9d862e;
}

.btn-outline:hover {
	background: #9d862e;
	color: #fff;
}

.btn-filled:hover {
	background: #be9e21;
}

.btn-filled-alt:hover {
    background: #b17257;
    border: 2px solid #b17257;
}

.overlay-detail a i {
	 text-align: center;
	 position: absolute;
	 bottom: 25px;
	 font-size: 38px;
	 color: #fff;
}

.title, .service-title {
	font-family: 'Fira Sans', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
}

.item-img {
	margin-bottom: 15px;
}
.sub-title {
	font-size: 20px;
}

.bottom-line {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 0;
	border-top: 0px;
	height: 3px;
	width: 40px;
	background-color: #9d862e;
}

.wrap-item h3 {
	font-size: 24px;
	line-height: 25px;
}

.pad-bt15 {
	padding-top: 15px;
}

.pad-tp15 {
	padding-bottom: 15px;
}

.sec-sub-title {
	padding-top: 30px;
}

.sec-sub-title {
	font-size: 16px;
	font-weight: bold;
	color: #002F2F;
	text-transform: uppercase;
	margin: 25px 0px;
	line-height: 1.7;
}

#service {
	background-color: #F3F4F8;
}

.service-areas {

}

.service-areas .service-area {
	text-align: center;
	font-weight: 400;
	margin-bottom: 15px;
}

.service-areas-alt {
	display: none;
	font-style: italic;
}

@media (max-width: 992px) {
	.service-areas {
		display: none;
	}

	.service-areas-alt {
		display: inherit;
	}
}

.service-area p {
	margin: 0;
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.service-collage {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.learn-more, .learn-more:hover, .learn-more:focus {
	height: 50px;
	width: 175px;
	background: #046380;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 45px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.bx-wrapper img {
	width: 70px;
	display: inline-block;
	border-radius: 50%;
	border: 5px solid #fff;
	margin-bottom: 15px;
}

.mr-btn-15 {
	margin-bottom: 15px;
}

.padding-right-zero {
	padding-right: 0px !important;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.bx-wrapper {
	margin: 0 auto 35px;
}

.services-item {
	position: relative;
	overflow: hidden;
}

.services-item a:hover {
	text-decoration: none;
}

.services-item a:hover .services-body {
	background-color: #ecedef;
}

.services-item .services-body {
	background-color: #F3F4F8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.services-body h2 {
	margin: 0;
	text-align: center;
	padding: 10px;
	color: #67696c;
}

.services-image {
	height: 256px;
	width: 100%;
}

.about-body {
	margin-bottom: 20px;
	padding: 15px 0;
	background-color: #F3F4F8;
}

.about-body p {
	margin-bottom: 0;
	line-height: 1.8;
}

#testimonials {
	background: url('../img/testimonials-bg.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

#testimonials .bg-color {
	background-color: rgba(73, 84, 105, 0.61);
}

.testimonial-quote{
	color: #fff;
}

.testimonial-quote hr {
	border-top: 5px solid #fff;
}

.carousel-quote.left {
	background-image: none !important;
}

@media (max-width: 991px) {
	.testimonials-widget {
		margin-bottom: 40px;
	}
}

#contact {
	background-color: rgb(73, 84, 105);
	color: #fff;
}

.contact-info {
	display: inline-block;
}

.contact-info:not(:last-child) {
	margin-right: 100px;
}

.contact-info i:first-of-type {
	color: #9d862e;
}

@media (max-width: 1200px) {
	.contact-info {
		display: block;
		margin: 20px 0;
	}

	.contact-info:not(:last-child) {
		margin-right: 0 !important;
	}
}

#footer {
	padding: 20px 0px 45px 0px;
}

.scrollToTop {
	position: fixed;
	bottom: 12px;
	right: 12px;
	width: 42px;
	height: 42px;
	color: #ffffff;
	background: #9d862e;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	display: none;
}

#footer a {
	color: #9d862e;
	font-weight: 400;
}

.cta {
	background-color: rgb(73, 84, 105);
}

.cta .cta-info {
	width: 100%;
	float: left;
	padding: 30px 25px 30px 15px;
	border-radius: 5px;
}

.cta .cta-info .cta-txt h3 {
	font-size: 32px;
	margin-bottom: 10px;
}

.cta .cta-info .cta-btn {
	margin-top: 16px;
	background-color: rgb(190, 158, 33);
	padding: 20px 50px;
	color: #FFF;
	font-size: 22px;
	display: inline-block;
	transition: all 0.5s ease-in 0s;
}

@media (max-width: 991px) {
	.padding-right-zero {
		padding-right: 15px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.wrap-item {
		margin-bottom: 15px;
	}

	.navbar-brand > img {
		height: 48px;
	}
}

@media (min-width: 451px) and (max-width: 767px) {
	.navbar-default .navbar-brand {
		padding-left: 12px;
	}

	.top-nav-collapse .navbar-brand > img {
		height: 32px;
	}

	.wrap-item {
		margin-bottom: 15px;
	}

	.bnr-buttons {
		margin-bottom: 120px;
	}

	.bnr-buttons .btn-filled, .btn-outline {
		margin: 20px 10px;
		display: block;
	}
}

@media (min-width: 20px) and (max-width: 450px) {
	.navbar-default .navbar-brand {
		padding-left: 12px;
	}

	.navbar-brand > img {
		height: 32px !important;
	}

	.banner-info {
		padding-top: 40px;
	}

	h2.bnr-title {
		margin-top: 50px;
		font-size: 33px;
	}

	.bnr-buttons .btn-filled, .btn-outline {
		margin: 20px 10px;
		display: block;
	}

	body {
		font-size: 14px;
	}

	.btn-filled, .btn-outline, .btn-filled:hover, .btn-outline:hover, .btn-filled:focus, .btn-outline:focus {
		font-size: 12px;
	}

	.wrap-item h3 {
		font-size: 18px;
	}

	.title, .service-title {
		font-size: 28px;
	}

	.sub-title {
		font-size: 15px;
	}

	.wrap-item {
		margin-bottom: 15px;
	}

	.navbar-default .navbar-nav > li > a {
		line-height: 22px;
		text-align: center;
	}
}