body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #414a52;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #414a52;
}
h3, h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #f6f6f6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #343b42;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 90px;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 20px;
	color: rgba(255,255,255,0.7);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	font-size: 18px;
	color: #ff6700;
	vertical-align: top;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ff6700;
}
.on {
	background-color: #343b42 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ff6700 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ff6700;
	border-color: #ff6700;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: none;
}
.section-title {
	padding-bottom: 50px;
}

.btn-container {
	padding-top: 30px;
    position: relative; /* Ensures proper positioning */
    z-index: 2; /* Keeps it above other elements */
    margin-top: 20px; /* Adds spacing above */
    text-align: center; /* Center the button horizontally */
}

.btn-custom {
    display:inline-block; /* Similar inline-block styling */
	text-align:center;
    text-transform: uppercase; /* Matches the list buttons */
    color: #414a52; /* Matches the orange text color */
    background-color: #ff6700; /* Matches the dark gray background */
    padding: 12px 24px; /* Matches padding of list buttons */
    border: 0; /* No border */
    font-size: 16px; /* Adjusted size for consistency */
    border-radius: 0; /* Removes rounded corners */
    transition: background-color 0.3s, color 0.3s; /* Matches the smooth hover effect */
    text-decoration: none; /* Removes underline */
}

.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom.focus, 
.btn-custom:active, 
.btn-custom.active {
    color: #ff6700; /* Dark gray text on hover */
    background-color: #414a52; /* Orange background on hover */
    text-decoration: none; /* Ensures no underline on hover */
}



/* Header Section */

/*
.title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #E9190F;
	font-size: 64px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
	z-index: 1;
}
*/

.intro {
	position: relative;
	height: 70%; /* Adjusted height */
	width: 100%;
	overflow: hidden;
  }
  
  /* Background Blur Layer */
  .blur-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/head.jpg) no-repeat center bottom;
	background-color: #414a52;
	background-size: cover;
	filter: blur(5px); /* Adjust the blur intensity */
	z-index: 1; /* Ensure it's behind the content */
	transform: scale(1.11);
  }

.title {
	text-align:center;
	position: relative;
	z-index: 2;
}

.title-container {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);  
	padding: 20px 20px;
	border-radius: 10px; 
	margin: auto;
}

.section-title.center {
	padding: 10px 0 0 0;
}

.intro h1 {
    color: #ffffff; /* White font */
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;  
}

.title-red{
	color: #c1121f; /* Your red color */
	font-size: 64px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF; /* Thicker white border */
}	

.title.mission {
	background-color: rgba(65, 74, 82, 0.4); /* Subtle gray with 30% opacity */
	color: #ffffff; /* White text for contrast */
	border-radius: 15px; /* Rounded corners */
	font-style: italic;
	font-size: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Subtle shadow for readability */
	width: 55%; /* Set a reasonable width */
	margin: 0 auto; /* Center the element horizontally */
	text-align: center; /* Center the text inside */
  
  }
  

.title.middle {
	color: #Ffffff; /* Text color */
	font-size: 23px; /* Slightly larger font size */
	font-weight: 700; /* Bold text */
	margin-bottom: 40px;
	margin-top: 20px;
	text-shadow: -1px -1px 0 #120D31, 1px -1px 0 #120D31, -1px 1px 0 #120D31,1px 1px 0 #120D31; /* Thicker shadow for better readability */
	}	

header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
}

.intro-content {
    position: relative;
    z-index: 2; /* Prevents blur from affecting content */
}

/* About Section */
#about {
	padding: 30px 0 0 0;
	background-color: #ff6700;
  }

#about .container{
	
	padding-top: 5%;
	
}
  
  #about .img-container {
	display: flex; /* Use flexbox for horizontal alignment */
	justify-content: space-between; /* Evenly distribute items */
	align-items: center; /* Vertically align items */
	gap: 5px; /* Add spacing between items */
	text-align: center;
  }
  
  #about img {
	max-width: 270px; /* Increase max width for larger images */
	height: auto; /* Maintain aspect ratio */
	object-fit: cover; /* Crop images if necessary without distortion */
  }

  #about .about-map{
	text-align: left;
	flex: 0 1 45%; /* Each image takes up 45% of the container */
	max-width: 250px; /* Ensure images don't grow too large */
	height: 25rem; /* Maintain aspect ratio */
	object-fit: cover; /* Ensure the image is properly cropped */
  }
	

  #about .aboutus-img {
	text-align: right;
	width:100%;
	flex: 0 1 65%; /* Each image takes up 45% of the container */
	max-width: 265px; /* Ensure images don't grow too large */
	height: auto; /* Maintain aspect ratio */
	object-fit: cover; /* Ensure the image is properly cropped */
  }
  
  #about .about-text {
	flex: 1; /* Make the text section flexible */
	width: 50%;
	margin: 0 auto; /* Center the text block */
	padding: 17px; /* Add padding for better spacing */
	text-align: justify; /* Align text evenly for a professional look */
	font-size: 20px; /* Font size for readability */
	font-weight: 500; /* Medium thickness for clean typography */
	line-height: 1.8; /* Improve text readability */
	color: #414a52; /* Neutral text color for good contrast */
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Subtle shadow for readability */
	
  }
  
  /* Paragraph styling */
  #about p {
	margin-bottom: 20px;
	color: #414a52; /* Text color */
	line-height: 1.6; /* Line spacing for readability */
	text-align: justify; /* Justify paragraphs for professional alignment */
  }
  
  /* Highlight specific text */
  #about p strong {
	background-color: rgba(65, 74, 82, 0.3); /* Subtle gray background */
	color: #414a52; /* Neutral text color */
	padding: 4px 6px; /* Add padding for emphasis */
	border-radius: 9px; /* Rounded corners */
  }
  
  #about .button-portfolio{
	text-align: center;
	padding-bottom: 5%;
  }
	  
/**/

  #about a.btn {
	display: inline-block;
	margin-top: 10px;
	background-color: #414a52; /* Button background */
	color: #ff6700; /* Button text color */
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
  }
  
  
/* Portfolio Section */
#portfolio {
	padding: 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6700+0,54d0dd+0,54d0dd+0,71777d+0,414a52+100 */
	background: rgb(241,115,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(241,115,0,1) 0%, rgba(241,115,0,1) 0%, rgba(241,115,0,1) 0%, rgba(113,119,125,1) 0%, rgba(65,74,82,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,115,0,1) 0%, rgba(241,115,0,1) 0%, rgba(241,115,0,1) 0%, rgba(113,119,125,1) 0%, rgba(65,74,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,115,0,1) 0%, rgba(241,115,0,1) 0%, rgba(241,115,0,1) 0%, rgba(113,119,125,1) 0%, rgba(65,74,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6700', endColorstr='#414a52', GradientType=0 ); /* IE6-9 */

}
#portfolio h2 {
	color: #ff6700;
}
.categories {
	padding-bottom: 30px;
	text-align: center;

}
ul.cat li {
	display: inline-block;
	height: 10rem;
	;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	background: #414a52;
	color: #ff6700;
	padding: 12px 24px;
	text-transform: uppercase;
}
ol.type li a.active {
	background: #ff6700;
	color: #414a52;
}
ol.type li a:hover {
	background: #ff6700;
	color: #414a52;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Contact Section */
#contact {
	padding: 120px 0 60px 0;
	background-color: #ff6700;
}

#contact .container{
	display: flex;
	justify-content: space-between;
}

#contact .social {

	font-size: 28px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 60px;
	padding-top: 30px;
	color: #343b42;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #c0c0c0;
}
.btn:active, .btn.active {
	color: #ebebeb;
	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;
}

#contact .social .Contact {
	padding: 10px;
	color: #343b42;
	transition: all 0.3s;
}
#contact .social .contact:hover {
	color: #c0c0c0;
}
/* Footer Section*/
#footer {
	background: #343b42;
	color: rgba(255,255,255,0.4);
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #ff6700;
}

@media (max-width: 1024px) {
#about img {
	font-size: 60px;
	float: left;
	margin-bottom: 20px;
}

.portfolio-items {
	display: flex;
	justify-self: center;
}

#contact .container{
	display: flex;
	flex-direction: column;
}

.categories{
	height: 20rem;
}
ul.cat li{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 5rem;
	width: 90%;
	
}

.type{
	display: flex;
	flex-wrap: wrap;
	line-height: 1rem;
	min-width: 6rem;
	height: auto;
}
.about-text{
	width: 90%;
}



#about .img-container{
		display: flex;
		flex-direction: column;
	}

.about-map{
		display: none;
	}

.about-text{
		min-width: 90%;
	}

.contact-info{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 10%;
}
}
