body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
	font-weight: 400;
	width: 100%;
	height: 100%;
}
h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 36px;
	color: #333;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
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: #000000;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000000;
}
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 {
	
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
#menu a.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #000000 0%, #282c30 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #000000;
}
.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;
}
.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #888;
	background-color: #5ca9fb;
	background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #6372ff;
}
.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;
}
/* Header Section */
.intro {
	position: relative;
	display: table;
	width: 100%;
	height: 600px; /* Adjust the height as needed */
	padding-bottom: 10px;
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
  }
  
  .intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 30px;
	background-image: url(../img/Logo1.png); /* Update the path to your image */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
  }
  
  .intro .overlay {
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
  }
  
  #header .btn-custom {
	position: absolute;
	bottom: 27px;
	right: 200px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 300px;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 10px;
	border: none;
	transition: background-color .3s ease-in-out;
	color: #fff;
	background-color: #5ca9fb;
	opacity: 0.3;
  }
  @media screen and (min-width: 1921px) {
	.intro:before {
		background-size: 90%;
	  }
	
	  #header .btn-custom {
			  position: absolute;
			  bottom: 27px;
			  right: 10px;
			  font-weight: 700;
			  text-transform: uppercase;
			  border-radius: 300px;
			  letter-spacing: 1px;
			  font-size: 14px;
			  line-height: 1.4;
			  padding: 8px 20px;
			  border: none;
			  transition: background-color .3s ease-in-out;
			  color: #fff;
			  background-color: #5ca9fb;
			  opacity: 0.3;
			}
	}
  @media screen and (max-width: 768px) {
	.intro:before {
	  background-size: 90%;
	}
  
	#header .btn-custom {
			position: absolute;
			bottom: 27px;
			right: 10px;
			font-weight: 700;
			text-transform: uppercase;
			border-radius: 300px;
			letter-spacing: 1px;
			font-size: 14px;
			line-height: 1.4;
			padding: 8px 20px;
			border: none;
			transition: background-color .3s ease-in-out;
			color: #fff;
			background-color: #5ca9fb;
			opacity: 0.3;
		  }
  }

/* Services Section */
#services {
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
  }
  
  #services .section-title {
	padding-top: 100px;
	margin-bottom: 50px;
  }
  
  #services .row-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  #services .col-lg-4 {
	width: calc(33.33% - 20px);
	flex: 0 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
	text-align: center;
  }
  
  #services .service-box {
	margin: 20px;
	max-width: 300px;
  }
  
  #services .service-card {
	perspective: 1000px;
  }
  
  #services .service-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s;
  }
  
  #services .service-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  #services .service-image .service-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-size: 16px;
	text-align: center;
  }
  
  #services .service-image .learn-more-button {
	position: absolute;
	top:305px;
	bottom:-35px;
	padding: 0px 12px;
	padding-top: 3px;
	background-color: linear-gradient(to right, #000000 0%, #282c30 100%);
	color: #ffffff;
	font-size: 14px;
	border:	1px solid #ffffff;
	cursor: pointer;
	z-index: 1;
  }
  
  #services .service-card.flipped .service-image .learn-more-button {
	display: flex;
	position: absolute;
	top:305px;
	bottom:-35px;
	z-index: 1;
  }
  
  #services .service-card .service-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	text-align: center;
	transform: rotateY(0deg);
	transition: opacity 0.6s;
	opacity: 0;
	pointer-events: none;
  }
  #services .service-card.flipped .service-desc p{
  font-size: 17px;
  }
  #services .service-card.flipped .service-desc {
	opacity: 1;
	pointer-events: auto;
	margin-bottom: 20px;

  }
  /* Responsive Styles */
  
  @media screen and (max-width: 992px) {
	#services .col-lg-4 {
	  width: calc(50% - 20px);
	  flex: 0 0 calc(50% - 20px);
	  max-width: calc(50% - 20px);
	}
	#services .service-card .service-image .learn-more-button {
		position: absolute;
		top:305px;
		bottom:-35px;
  }
  #services .service-card.flipped .service-image .learn-more-button {
		position: absolute;
		top:305px;
		bottom:-35px;
	}
}

@media screen and (max-width: 1080px) {
	#services .service-card .service-image .learn-more-button {
		position: absolute;
		top:305px;
		bottom:-35px;
  }
  #services .service-card.flipped .service-image .learn-more-button {
		position: absolute;
		top:305px;
		bottom:-35px;
	}
	#services .col-lg-4 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	  }
}
  
  @media screen and (max-width: 360px) {
	#services .service-card .service-image .learn-more-button {
		position: absolute;
		top:295px;
		bottom:-35px;
  }
  #services .service-card.flipped .service-image .learn-more-button {
		position: absolute;
		top:295px;
		bottom:-35px;
	}
	#services .col-lg-4 {
	  width: 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
  }

/* About Section */
#about {
	padding-top: 50px;
	padding-bottom: 10px;
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
	
	#about h3 {
	font-size: 30px;
	margin: 0 0 20px 0;
	text-align: center;
	}
	
	#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	}
	
	#about h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
	}
	
	#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
	}
	
	#about img {
	width: 550px;
	height: 350px;
	margin-top: 10px;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
	padding-bottom: 20px;
	}
	
	#about p {
	line-height: 24px;
	margin: 30px 0;
	flex-basis: 100%;
	max-width: 520px;
	}
	
	#about .about-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding-left: 20px;
	}
	
	#about .about-list ul {
	flex-basis: 100%;
	max-width: 100%;
	padding-left: 0;
	}
	
	#about .about-list ul li {
	margin-bottom: 10px;
	list-style-type: none;
	position: relative;
	white-space: nowrap;
	}
	
	#about .about-list ul li::before {
	content: "\2713"; /* Unicode character for a check mark */
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	left: -20px;
	}
	
	@media (min-width: 768px) {
	#about .about-list {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	}
	#about .about-list ul {
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin-bottom: 0;
	}
	
	#about .about-list ul:first-child {
		margin-right: 30px;
	}
}
/* Contact Section */
#contact {
	padding: 30px 0 0px 0;
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
	color: rgba(119, 119, 119);
}

#contact .section-title {
	margin-bottom: 10px;
}

#contact .section-title p {
	font-size: 16px;
}

#contact h2 {
	color: rgba(51, 51, 51);
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#contact .section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}

#contact h3 {
	color: rgba(119, 119, 119);
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	font-weight: 400;
}

#contact form {
	padding-top: 20px;
	padding-bottom: 20px;
}

#contact .text-danger {
	color: rgba(51, 51, 51);
	text-align: left;
}

#contact .btn-custom {
	margin: 20px 0;
	background: transparent;
	border: 2px solid #fff;
}

#contact .btn-custom:hover {
	color: #888;
	background: rgb(255, 255, 255);
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
	color: #777777;
}

.form-control:-moz-placeholder {
	color: #777;
}

.form-control::-moz-placeholder {
	color: #777;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

#contact .contact-item {
	margin: 20px 0;
}

#contact .contact-item span {
	color: rgba(51, 51, 51);
	margin-bottom: 10px;
	display: block;
}

#contact .contact-item i.fa {
	margin-right: 10px;
}

#contact .social {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 10px;
	margin-top: 50px;
	text-align: center;
}

#contact .social ul li {
	display: inline-block;
	margin: 0 10px;
}

#contact .social i.fa {
	font-size: 22px;
	width: 48px;
	height: 48px;
	padding: 12px 0;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #000000;
	background: #fff;
}

/* MAP */
.iframe {
	display: flex;
	justify-content: center;
}

.iframe-container {
	position: relative;
	width: 100%;
	height: 450px;
}

.text-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .text-content {
	color: rgb(0, 0, 0);
	margin-top: 20px;
  }
  
  .contact-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start; /* Updated to align items at the top */
  }
  
  .contact-container > * {
	flex: 1 1 100%;
	max-width: 100%;
  }
  
  .contact-container > .iframe-container {
	flex: 1 1 100%;
	max-width: 100%;
	order: 1;
  }
  
  .contact-container > .text-container {
	flex: 1 1 100%;
	max-width: 100%;
	order: 2;
  }
  
  @media (max-width: 767px) {
	.text-container {
	  position: relative;
	  width: 100%;
	  height: auto;
	  top: unset;
	  right: unset;
	  background: linear-gradient(to right, #000000 0%, #282c30 100%);
	}
	.text-content {
		color: rgb(255, 255, 255);
	  }
	  .text-content .contact-item:nth-child(3) p {
		color: rgb(255, 255, 255);
	  }
	  #contact .contact-item span {
		color: rgb(255, 255, 255);
	}
	#contact h3{
		color: rgb(255, 255, 255);
	}
  }
  
  @media (min-width: 768px) {
	.contact-container > .iframe-container {
	  flex: 1 1 60%; /* Updated to allow more space for the map */
	  max-width: 60%;
	  order: 1;
	}
  
	.contact-container > .text-container {
	  flex: 1 1 40%; /* Updated to allow less space for the contact info */
	  max-width: 40%;
	  order: 2;
	  background-color: rgba(255, 255, 255, 0.8);
	}
  }
/* Footer Section */
#footer {
	background: linear-gradient(to right, #000000 0%, #282c30 100%);
	padding: 5px 0;
	text-align: center;
	color: #888;
	font-size: 14px;
	order: 3; /* Added to change the order on smaller screens */
  }
  
  #footer .social-links {
	margin-top: 20px;
	margin-bottom: 20px;
  }
  
  #footer .social-links a {
	display: inline-block;
	margin: 0 10px;
  }
  
  #footer .social-links i.fa {
	font-size: 22px;
	width: 48px;
	height: 48px;
	padding: 12px 0;
	border: 2px solid #fff;
	color: #888;
	border-radius: 50%;
	transition: all 0.3s;
  }
  
  #footer .social-links i.fa:hover {
	color: #000000;
	background: #fff;
  }
  
  #footer .text-center a {
	color: #888;
  }
  
  #footer .text-center a:hover {
	color: #000000;
  }
  
  @media (max-width: 767px) {
	#footer {
	  order: 4; /* Changed the order to move the footer below the text container */
	margin-top: 350px;
	}
}

.to-top {
    color: white;
    display: inline-block;
    position: fixed;
    bottom: 80px;
    right: 20px;
    border-color: transparent;
    background-color: transparent;
    text-decoration: none;
    transition: all .3s ease-out;
    padding: 20px;
    display: block; /* Add this line */
}
.to-top:before {
    content: '▲';
    font-size: 4em;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.9em;
    border: solid .15em transparent;
    border-radius: 10em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.6em;
    border-color: inherit;
    transition: transform .5s ease-in;
}

.to-top:hover {
    color: rgb(255, 255, 255);
}

.to-top:hover:before {
    transform: rotate(360deg);
}

/* Media Query for Small Screens */
@media screen and (max-width: 600px) {
    .to-top {
        bottom: 40px;
        right: 10px;
        padding: 10px;
    }
    
    .to-top:before {
        font-size: 3em;
        width: 1em;
        height: 1em;
        line-height: 0.8em;
    }
}