body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #000000;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #000000;
}
h4 {
	font-size: 18px;
	color: #000000;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #1f386e;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding:10px 15px;
	transition: all 0.8s;
	background-color: #cdcbbe; 
	box-shadow: none;
}

#menu.navbar-default {
	background-color: #cdcbbe;
	border-color: transparent;
}
#menu a.navbar-brand {
    display: flex;
    align-items: center; 
}
#menu a.navbar-brand img {
	height: 100%; 
    width: auto; 
    display: block;
    margin: 45px 0 0; 
	position: relative; 
    left: -225px;
    vertical-align: middle; 	
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 0;
	margin: 50px 15px;
	transition: color 0.3s;
}

#menu.navbar-default .navbar-nav > li > a:hover {
	color: #654321; 
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #654321!important;
	background-color: transparent;
}

#menu .phone {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	text-align: right;
	margin: 0;
}

#menu .phone span {
	font-size: 18px;
	display: block;
	color: #000000; 
}

.navbar-toggle {
	border-radius: 0;
	border: none;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #cdcbbe; 
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
	background-color: #000000; 
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background: #654321;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
	border-radius: 10px;
}
.btn-custom:hover {
	color: #654321;
	background-color: #fff; 
}

.btn-custom:focus, 
.btn-custom:active {
	color: #fff;
	background: #654321; 
	outline: none; 
	box-shadow: none; 
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

@media (max-width: 768px) {
    #menu {
        flex-direction: column; 
        align-items: flex-end;
    }

    #menu a.navbar-brand img {
        max-height: 600px; 
        margin: 0 auto;
		position: relative;
		left: -120px;
    }

    #menu.navbar-default .navbar-nav > li > a {
        font-size: 15px;
        margin: 12px 8px; 
    }

    #menu .phone {
        font-size: 18px;
        text-align: right; 
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    #menu a.navbar-brand img {
        max-height: 80px;
    }

    #menu.navbar-default .navbar-nav > li > a {
        font-size: 13px; 
    }

    #menu .phone {
        font-size: 15px;
    }
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.3);
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45);
}
.intro h1:hover, .intro p:hover {
  color: #fff; 
  opacity: 1;
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center;
}
/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: #000000;
	background: #cdcbbe;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	color: #fff;
	background: #654321;
}
#get-touch .btn-custom:hover {
	color: #494842;
	background: #fff;
}
/* About Section */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-top: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	padding: 20px;
	width: 500px;
	margin-top: -20px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#services {
	padding: 70px 0;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
}
#services .service-desc hr {
	margin-left: 0;
}
/* Portfolio Section */
#portfolio {
	padding: 70px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(31, 56, 110, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	border-radius: 10px;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 70px 0;
	overflow: hidden;
  	position: relative;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
	flex: 0 0 33%;
	min-width: 300px; 
	box-sizing: border-box;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#testimonials .row {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px; 
	animation: slide 15s linear infinite;
}
@keyframes slide {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
}

@media (max-width:768px) {
	@keyframes slide {
		0%{
			transform: translateX(0);
		}
		100% {
			transform: translateX(-200%);
		}
	}

	#testimotionals .row{
		animation-duration: 25s;
	}
}
/* Contact Section */
#contact {
	font-family: 'Montserrat', sans-serif;
	padding: 30px 0 50px 0;
	background: #cdcbbe;
	color: #000;
}
  
#contact h2 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
}  
#contact p {
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}
  
#contact address ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 20px 0 0;
}
  
#contact address ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 15px;
}
  
#contact address ul li i {
	color: #654321;
	font-size: 18px;
	margin-right: 10px;
}
  
#contact address ul li p {
	margin: 0;
}
  
#contact a {
	color: #000;
	text-decoration: none;
}
  
#contact a:hover {
	text-decoration: underline;
}
  
#contact .btn-custom {
	display: inline-block;
	background: #654321;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	margin-top: 30px;
	transition: all 0.3s ease;
}
  
#contact .btn-custom:hover {
	background: #fff;
	color: #654321;
	border: 1px solid #654321;
}
iframe {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
  }

@media (max-width: 768px) {
    #contact {
        flex-direction: column;
    }
    #map {
        height: 300px; 
    }
}

@media (max-width: 768px) {
	body {
	  font-size: 14px;
	  padding: 0;
	}
	.navbar {
	  flex-direction: column;
	}
}