
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact, #areas-of-business, #projects, #careers, #news {
  padding-top: 120px;
}

.justify {
  text-align: justify;
  text-justify: inter-word;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	
	#services, #portfolio, #about, #contact, #areas-of-business, #projects, #news {
	  padding-top: 50px;
	}
	
	#contact{
		padding-bottom: 0px !important;
	}
	
	#portfolio{
		margin-top:0px !important;
		padding-bottom: 0px !important;
	}
	
	.next {
		right: 60px !important;
	}
	
	.prev {
		left: 60px !important;
	}
}

#about-02{
	padding-top: 60px;
}
.center-page{
	margin: 0 auto;
}

.text-white{
	color: white !important;
}

.text-captalize{
	text-transform: capitalize !important;
}

#areas-of-business{
	background-image: url('../images/areas-of-business-bg.jpg');
	background-repeat: no-repeat;
   background-attachment: fixed;
}

.completed-projects{
	background-image: url('../images/banner01.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
	padding-bottom: 50px;
}

.ongoing-projects{
	background-image: url('../images/ongoingbg.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
	padding-bottom: 50px;
}

.upcoming-projects{
	background-image: url('../images/upcomingbg.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
	padding-bottom: 50px;
}

#careers{
	background-image: url('../images/careersbg.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
	padding-bottom: 50px;
}

#contact{
	padding-bottom: 50px;
}

.display-none{
	display: none !important;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/

.mainlogo{
	width: 80% !important;
}

.top-header {
  background: #E96822;
  color: white;
  padding: 4px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #E96822;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 25px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 50px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.main-header .menu ul li a.current {
  background: #E96822;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -24px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #E96822;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #E96822;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 8px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}


/* Desktop submenu styles */
.main-header .menu ul li {
  position: relative; /* Add this to allow absolute positioning of submenus */
}

.main-header .menu ul li ul.submenu {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%; /* Position directly below the parent item */
  left: 0;
  background-color: #ffffff; /* White background; adjust to match your theme */
  border: 1px solid #cccccc; /* Optional light border for definition */
  min-width: 180px; /* Minimum width; adjust as needed */
  padding: 10px 0px;
  margin: 0;
  z-index: 1000; /* Ensure it's above other content */
  -webkit-border-radius: 3px; /* Match your main menu's border-radius */
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional subtle shadow for depth */
  text-align: left;
}

.main-header .menu ul li ul.submenu li {
  display: block; /* Stack vertically */
  margin-left: 0; /* Override main menu's margin */
  width: 100%; /* Full width for dropdown items */
  padding: 5px 0px;
}

.main-header .menu ul li ul.submenu li a {
  border-radius: 0; /* No rounded corners on submenu items for a clean list */
  text-align: left; /* Align left for readability */
  padding: 10px 15px; /* Adjust padding if needed */
  color: #000000; /* Match main menu color */
}

.main-header .menu ul li ul.submenu li:hover {
  background-color: #E96822; /* Optional hover background for submenu items */
  color: #FFF;
}

.main-header .menu ul li ul.submenu li:hover a {
  color: white; /* Changes text color to white on hover */
}

@media (min-width: 1024px) {
	.main-header .menu ul li:hover > ul.submenu {
	  display: block; /* Show on hover */
	}
}

/* Mobile submenu styles (nested and always visible when menu is open) */
.responsive-menu .menu ul li ul.submenu {
  display: hidden; /* Always show in mobile for simplicity (no hover) */
  position: static; /* No absolute positioning; integrate into the flow */
  background-color: #d1601c; /* Slightly darker than main mobile menu for contrast */
  border: none; /* No extra borders */
  padding-left: 20px; /* Indent submenus for hierarchy */
}

.responsive-menu .menu ul li ul.submenu li {
  border-bottom: 1px solid #b54e18; /* Match mobile border style but darker */
}

.responsive-menu .menu ul li ul.submenu li:last-child {
  border-bottom: none; /* No bottom border on last item */
}

.responsive-menu .menu ul li ul.submenu li a {
  padding: 0px 20px; /* Slightly less padding for nesting */
  color: #ffffff; /* White text to match mobile menu */
  background-color: transparent; /* No background override */
}

.responsive-menu .menu ul li ul.submenu li a.current {
  background-color: #444444; /* Match your mobile current style */
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 20px;
}

.main-description{
	padding: 10px 0px;
	text-align: justify;
}
.main-areas-business{
	padding-top: 20px;
	padding-bottom: 75px;
}

.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
	.number{
		font-size: 2.3em !important;
	}
	.title-section h2 {
		font-size: 20px;
		margin-left: 20px;
        margin-right: 20px;
	}
	
	.main-areas-business{
			padding-bottom: 20px;
	}
	
	.main-description{
		padding: 10px 25px;
	}
}
.title-section span {
  display: block;
  width: 234px;
  height: 4px;
  background: #E96822;
}

.widget-title {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
	.widget-title {
		font-size: 16px;
	}
}

.small-font{
	font-size: small;
}

.mainBtn {
  background-color: #E96822;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 50px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
}
.mainBtn:hover {
  background-color: #444444;
}

.text-uppercase {
	text-transform: uppercase;
}

.areas-of-business-section{
	margin-bottom: 50px;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #E96822;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	How we deliver
--------------------------------------------------------*/

.banner {
	display: flex;
	height: 135px;
	overflow: hidden;
	padding: 0 20px; /* Adds gaps on left and right of the entire banner */
}

.section-impact {
	position: relative;
	flex: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-start;
	padding: 45px;
	color: #fff;
	transition: transform 0.3s ease;
}

.section1 {
	background-image: url('../images/areas-of-business-01.jpg');
}

.section2 {
	background-image: url('../images/areas-of-business-02.jpg');
}

.section3 {
	background-image: url('../images/areas-of-business-03.jpg');
}

.number {
	font-size: 2.5em;
	font-weight: bold;
	color: #E96822;
	margin: 0;
	margin-right: 10px;
	float: left;
}

.orange-text {
	font-size: 2.0em;
	font-weight: bold;
	color: #E96822;
	float: left;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: -20px;
}

.orange-smaller-text {
	font-size: 1.0em;
	font-weight: bold;
	color: #E96822;
	float: left;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: -20px;
}

@media (max-width: 768px) {
	.orange-text {
		font-size: 1.5em;
	}
	
	.orange-smaller-text {
		font-size: 0.8em;
	}
}

.title {
	font-size: 12px;
	float: left;
	font-weight: bold;
	color: #000;
	max-width: 140px;
}

/* Slanted sections with clip-path (no distortion) */
@supports (clip-path: polygon(0 0)) {
	.section-impact {
		clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
	}
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.banner {
		flex-direction: column;
		height: auto;
		padding: 20px; /* Adjust padding for mobile */
		gap: 20px;
	}

	.section-impact {
		clip-path: none;
		height: 200px;
		padding: 40px 20px;
		align-items: center;
	}

	.content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.bottom-bar{
		margin-top: 40px;
	}
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 60px;
  margin-top: 35px;
  background: #3d3f3f;
  padding-top: 60px !important;
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}



/*------------------------------------------------------
	Projects Slider 
--------------------------------------------------------*/

 .slider-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	perspective: 1000px; /* Adds 3D perspective for depth effect */
	overflow: hidden;
}

.slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
	transform-style: preserve-3d; /* Enables 3D transformations */
	margin-bottom: 60px;
}

.slide {
	flex: 0 0 calc(100% / 3); /* Show 3 slides at once on desktop */
	padding: 20px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: left;
	transition: transform 0.3s;
	transform: rotateY(0deg); /* Default flat, but can add slight rotation for 3D feel */
}

.slide:hover {
	transform: scale(1.05) rotateY(5deg); /* Slight 3D hover effect */
}

.slide img {
	width: 100%;
	height: auto;
}

.slide h2 {
	color: #E96822; 
	font-size: 1.2em;
	margin: 10px 0 5px;
	font-weight: bold;
}

.slide p {
	font-size: 0.9em;
	color: #333;
	margin: 0;
}

.navigation {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.dot {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.dot.active {
	background-color: #E96822;
}

.arrow {
	position: absolute;
	top: 97%;
	transform: translateY(-50%);
	font-size: 2em;
	color: #CCC;
	cursor: pointer;
	user-select: none;
}

.prev {
	left: 460px;
}

.next {
	right: 460px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.slide {
		flex: 0 0 100%; /* Show 1 slide at a time on mobile */
	}

	.slider-container {
		perspective: 800px; /* Adjust perspective for smaller screens */
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.slide {
		flex: 0 0 50%; /* Show 2 slides on tablets */
	}
}


/*------------------------------------------------------
	Projects Gallery Styles
--------------------------------------------------------*/



.gallery-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

@media (max-width: 768px) {
	.gallery-container {
		padding: 0px;
	}
}
.carousel-gallery {
	position: relative;
	overflow: hidden;
}
.carousel-inner-gallery {
	display: flex;
	transition: transform 0.5s ease;
}
.carousel-item-gallery {
	min-width: 100%;
	box-sizing: border-box;
	padding: 15px;
}
.carousel-item-gallery .row {
	display: flex;
	flex-wrap: nowrap;
}
.carousel-item-gallery .row .col-main {
	flex: 0 0 77%;
	max-width: 77%;
}

.carousel-item-gallery .row .col-main-one-item {
	flex: 0 0 100%;
	max-width: 100%;
}

.carousel-item-gallery .row .col-thumbs {
	flex: 0 0 23%;
	max-width: 23%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 10px;
}
.thumbnail-img {
	margin-bottom: 10px;
}
.thumbnail-img:last-child {
	margin-bottom: 0;
}
.image-wrapper {
	position: relative;
	display: block;
	width: 100%;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
}
.zoom-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: transparent;
	pointer-events: none;
}
.zoom-icon::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 24px;
	width: 20px;
	height: 2px;
	background: #fff;
	transform: rotate(150deg);
}
.carousel-indicators-gallery {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.carousel-indicators-gallery .prev, .carousel-indicators-gallery .next {
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #CCC;
	cursor: pointer;
	padding: 0 10px;
}
.carousel-indicators-gallery .dots {
	display: flex;
}
.carousel-indicators-gallery .dots .dot {
	background-color: #CCC;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	border: none;
	cursor: pointer;
}
.carousel-indicators-gallery .dots .dot.active {
	background-color: #E96822;
}
/* Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
}
.modal-content {
	background-color: #fff;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 100%;
	max-width: 1000px;
	position: relative;
}
.close-gallery {
	position: absolute;
	top: 20px;
	right: 25px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
}
/* Mobile friendly */
@media (max-width: 768px) {
	.carousel-item-gallery .row {
		flex-direction: column;
	}
	.carousel-item-gallery .row .col-main {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.carousel-item-gallery .row .col-thumbs {
		flex: 0 0 100%;
		max-width: 100%;
		flex-direction: row;
		justify-content: space-between;
		padding-left: 0;
	}
	.thumbnail-img {
		margin-bottom: 0;
		margin-right: 10px;
		flex: 1;
	}
	.thumbnail-img:last-child {
		margin-right: 0;
	}
}





/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/

#about {
  padding-bottom: 60px;
  margin-top: 35px;
  padding-top: 60px !important;
  background-image: url('../images/about01.jpg');
}

#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #E96822;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #E96822;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 768px) {
	
	.font-smaller{
		font-size: smaller;
	}
}

.divider {
  height: 2px; /* Thickness of the line */
  background-color: #CBCBCB; /* Base color (one of your two colors) */
  box-shadow: 0 1px 2px #D7D7D7; /* Darker color for shadow (offset down for 3D depth) */
  margin: 20px 0; /* Optional spacing */
}




.parallelogram {
	position: relative;
	width: 1024px;
	height: 200px;
	background-size: 100%;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	margin: 50px auto;
}

.vision {
	background-image: url('../images/vision.jpg');
	background-repeat: no-repeat;
}

.mission {
	background-image: url('../images/mission.jpg');
	background-repeat: no-repeat;
}

.parallelogram .text {
	position: absolute;
	top: -40px;
	left: 100px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	color: #E96822; /* Adjust text color for visibility on background */
	font-size: 20px;
	font-weight: bold;
}

.parallelogram .sub-text{
	position: absolute;
	top: 20px;
	left: 100px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	color: white;
	font-size: 12px;
	max-width: 450px;
}

.bold-text{
	display: inline;
	font-weight: bold;
}

@media (max-width: 768px) {
	.parallelogram {
		position: relative;
		width: 285px;
		background-size: 100%;
		margin: 50px auto;
	}
	
	.vision {
		height: 300px;
	}
	
	.mission {
		height: 300px;
		position: relative;
		top: -146px;
	}
	
	.pages-main-heading{
		font-size: 20px !important;
		margin-left: -35px;
		padding-left: 14px;
	}
	
	.title-section span{
		margin-left: 20px;
	}
	
	.mobile-top-50{
		margin-top: 50px;
	}
	
	.mobile-title-h2{
		text-align: left;
		margin-left: 0px;
	}
	
	.mobile-bottom-less-40{
		margin-bottom: -40px;
	}
	
	.parallelogram .text {
		left: 40px;
		top: -120px;
		width: 80%;
	}
	.parallelogram .sub-text{
		left: 20px;
		color: #000;
		width: 80%;
	}
	
	.vision .sub-text{
		top: -35px;
	}
	
	.mission .sub-text{
		left:25px;
		top: 10px;
	}
	
	.mobile-bottom-less-180{
		margin-bottom: -180px;
	}
}




/*------------------------------------------------------
	Management Page 
--------------------------------------------------------*/


/* --- Carousel Specific Styles --- */
.carousel-wrapper {
	max-width: 1200px;
	margin: 10px auto 60px;
	position: relative;
	padding: 0 10px;
}

.carousel {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 20px;
	padding-bottom: 20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.carousel::-webkit-scrollbar {
	display: none;
}

.item {
	flex: 0 0 calc(25% - 15px);
	background-color: white;
	border-radius: 0px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	text-align: center;
	padding-bottom: 15px;
	cursor: pointer;
	scroll-snap-align: start;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.item.active {
	box-shadow: 0 4px 15px rgba(255,102,0,0.3);
	border: 2px solid #E96822;
}

.item img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	margin-bottom: 0px;
}

.item-text {
	padding: 0 10px;
	transition: all 0.3s ease;
}

.item.active .item-text {
	background-color: #E96822;
	color: white;
	margin: 0 -10px -15px;
	padding: 31px 10px !important;
}

.item h3 {
	color: #E96822;
	font-size: 1.1em;
	margin: 0 0 5px;
	white-space: normal;
	text-overflow: ellipsis;
	font-weight: bold;
	transition: color 0.3s ease;
}

.item.active h3 {
	color: white;
}

.item p {
	color: #555;
	font-size: 0.9em;
	margin: 0;
	flex-grow: 1;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.item.active p {
	color: white;
}

.carousel-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	gap: 15px;
}

.carousel-controls button {
	color: #CCC;
	border: none;
	width: 0px;
	height: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	flex-shrink: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	outline: none;
}

.carousel-controls button:hover {
	transform: scale(1.05);
}

.carousel-controls button:active {
	transform: scale(0.95);
}

.carousel-controls button[style*="visibility: hidden"] {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.carousel-dots {
	display: flex;
	gap: 8px;
	margin: 0 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.dot {
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.dot.active {
	background-color: #E96822;
	transform: scale(1.2);
	box-shadow: 0 2px 5px rgba(255,102,0,0.4);
}

/* --- Profile Container Styles --- */

#management{
	padding-top: 50px;
}
.profile-detail-section {
	background-image: url("../images/housebg.jpg");
	background-color: rgba(255, 255, 255, 1); /* Semi-transparent white (adjust color and alpha) */
    background-blend-mode: multiply;
	margin-bottom: -40px;
}

.award-detail-section {
	background-image: url("../images/award-bg.jpg");
	background-color: rgba(255, 255, 255, 1); /* Semi-transparent white (adjust color and alpha) */
    background-blend-mode: multiply;
	margin-bottom: -40px;
}

.profile-container {
	max-width: 1200px;
	margin: 40px auto;
	padding: 30px;
	border-radius: 8px;
	display: none;
}

.profile-container.active {
	display: block;
}

.profile {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.profile img {
	width: 300px;
	height: 500px;
	object-fit: cover;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	flex-shrink: 0;
}

.profile-content {
	flex: 1;
	padding-top: 10px;
}

.profile-content h2 {
	color: #fff;
	margin-top: 0;
	font-size: 1.6em;
	margin-bottom: 5px;
	font-weight: bold;
}

.profile-content p:first-of-type {
	font-size: 1.1em;
	font-weight: bold;
	color: #E96822;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.profile-content p {
	color: #FFF;
	margin-top: 15px;
	font-size: smaller;
	text-align: justify;
}

.profile-content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 15px;
	color: #FFF;
	font-size: smaller;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 1024px) {
	.item {
		flex: 0 0 calc(33.333% - 13.33px);
	}
}

@media (max-width: 768px) {
	.carousel-wrapper {
		margin: 20px auto;
		padding: 0 5px;
	}
	.item {
		flex: 0 0 calc(50% - 10px);
		padding-bottom: 10px;
	}
	.item img {
		height: 380px;
	}
	.item h3 {
		font-size: 1em;
		margin: 0 0 3px;
	}
	.item p {
		font-size: 0.85em;
		margin: 0;
	}
	.item-text {
		padding: 0 8px;
	}
	.item.active .item-text {
		margin: 0 -8px -10px;
		padding: 10px 8px;
	}

	.carousel-controls button {
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
	.carousel-dots {
		gap: 6px;
	}
	.dot {
		width: 10px;
		height: 10px;
	}

	.profile {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 20px;
	}

	.profile img {
		width: 250px;
		height: 333px;
	}

	.profile-content {
		padding-top: 0;
	}
	.profile-content h2 {
		font-size: 1.8em;
	}
	.profile-content p:first-of-type {
		font-size: 1em;
	}
	.profile-content ul {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
	}
}

@media (max-width: 480px) {
	.item {
		flex: 0 0 calc(90% - 10px);
		margin: 5px 20px;
	}
	.carousel-wrapper {
		padding: 0;
	}
	.carousel{
		left: 15px;
		gap: 12px;
	}
	.item h3, .item p {
		margin: 0;
	}
	.item-text {
		padding: 0 5px;
	}
	.item.active .item-text {
		margin: 0 -5px -15px;
		padding: 10px 5px;
	}
	.carousel-controls {
		margin-top: 20px;
		gap: 10px;
	}
	.carousel-controls button {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.dot {
		width: 8px;
		height: 8px;
	}
	.profile-container {
		padding: 20px;
		margin: 0px auto;
	}
	.profile img {
		width: 180px;
		height: 300px;
	}
	.profile-content h2 {
		font-size: 1.5em;
	}
	.profile-content p:first-of-type {
		font-size: 0.9em;
		margin-bottom: 15px;
	}
	
	.areas-of-business-section{
		margin-bottom: 0px;
	}
}

.award-image{
	text-align: center;
}

.award-title{
	font-size: smaller;
    font-weight: bold;
    text-align: center;
}

.award-venue{
	font-size: xx-small;
    text-align: center;
}

.award-top{
	margin-top: 20px;
}


/*------------------------------------------------------
	Tabs 
--------------------------------------------------------*/



/* Main Tab Container */
.tab-container {
	max-width: 1100px; /* Maximum width of the content */
	margin: 40px auto; /* Center the container with top/bottom margin */
	padding: 0;
	width: 100%; /* Ensure it takes available width */
	box-sizing: border-box;
}

/* Tab Buttons Container */
.tab-buttons {
	display: flex; /* Arrange buttons horizontally */
	justify-content: space-between; /* Distribute space */
	padding: 0;
	margin: 0 0 20px 0; /* Margin below the tab bar */
	width: 100%; /* Occupy full width */
	box-sizing: border-box; /* Include padding in width calculation */
	gap: 50px; /* Gap between buttons */
	background-color: #ffffff; /* White background for the tab bar */
	overflow: hidden; /* Ensures children's borders don't spill out if using specific radius */
}

/* Tab Button Styling */
.tab-button {
	background-color: #f8f8f8; /* Light gray background for inactive tabs */
	border: 1px solid #ddd; /* Border for inactive buttons */
	padding: 12px 25px; /* Padding for better click area and spacing */
	cursor: pointer; /* Indicate clickable element */
	font-size: 15px;
	font-weight: bold; /* Bold text for emphasis */
	color: #666; /* Dark gray text for inactive tabs */
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Smooth transitions */
	flex: 1; /* Allow buttons to grow and share space equally */
	text-align: center; /* Center the text within the button */
	outline: none; /* Remove outline on focus for cleaner look */
	border-radius: 0; /* Remove radius from individual buttons */
	min-width: 120px; /* Minimum width to prevent buttons from becoming too small */
	box-sizing: border-box; /* Include padding in width calculation */
	text-transform: uppercase;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow for the content area */
}

@media (max-width: 768px) {
	.tab-button {
		font-size: 10px;
	}
}

/* Active Tab Button Styling */
.tab-button.active {
	background-color: #E96822; /* Vibrant orange for the active tab */
	color: #fff; /* White text for active tab */
	border-color: #E96822; /* Match border color to background */
	border: 1px solid #ddd;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow for the content area */
}

/* Styling for inactive tabs to ensure they look like buttons and have separators */
.tab-button:not(.active) {
	border-right: 1px solid #ddd; /* Separator between buttons */
}

/* Content Panels Container */
.tab-content {
	background-color: #ffffff; /* White background for the content area */
	padding: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow for the content area */
	width: 100%; /* Take full width */
	box-sizing: border-box; /* Include padding in width */
}

.only-one-tab{
	width: 25%;
}

@media (max-width: 768px) {
	.only-one-tab{
		width: 50%;
	}
}

.only-two-tab{
	width: 66%;
}

.projects-sub-heading{
	font-weight: bold;
    margin-top: 40px;
}

/* Individual Content Panel Styling */
.content-panel {
	display: none; /*  ESSENTIAL: Hidden by default */
	animation: fadeIn 0.5s ease-in-out forwards; /* Fade-in animation */
	gap: 30px; /* Space between text and image */
	width: 100%; /* Ensure panel takes full width */
	flex-wrap: wrap; /* Allow content to wrap if needed */
	flex-direction: row; /* Default layout for larger screens: side-by-side */
	align-items: flex-start; /* Align items to the top */
}

/* .active class controls visibility and layout */
.content-panel.active {
	display: flex; /*  ESSENTIAL: Show active panel */
	/* flex-direction and align-items are already set in the base .content-panel rule for .active */
}

/* Content Text Styling */
.content-text {
	min-width: 300px; /* Minimum width before wrapping */
}

.content-text p {
	margin-top: 15px;
    font-size: smaller;
	text-align: justify;
}

/* Content Image Styling */
.content-image {
	min-width: 250px; /* Minimum width before wrapping */
	text-align: center; /* Center the image */
}

.content-image img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	display: block;
}

/* Animation Keyframes */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.tab-buttons {
		flex-wrap: wrap; /* Allow buttons to wrap */
		justify-content: center; /* Center buttons if they wrap */
		gap: 0px;
	}

	.tab-button {
		flex-basis: calc(30% - 5px); /* Try to fit 2 buttons per row */
		border-bottom: 1px solid #ddd; /* Add bottom border for separation when stacked */
		padding: 10px 0px;
		border: none;
	}
	
	.tab-button:not(.active) {
		border-right: none; /* Remove right border when stacking */
	}

	/* Stack content and image vertically on mobile */
	.content-panel.active {
		flex-direction: column; /* Stack content and image vertically on mobile */
		align-items: center; /* Center items when stacked */
	}

	.content-text, .content-image {
		min-width: 100%; /* Take full width when stacked */
		width: 100%; /* Ensure full width */
		flex: none; /* Remove flex grow when stacked */
		text-align: center; /* Center align text when stacked */
	}

	.content-image img {
		margin-top: 20px; /* Add space above image when stacked */
	}

	.tab-content {
		width: 100%; /* Ensure full width */
		padding: 20px;
	}
	
	.copyright-mobile{
		margin-left: -20px;
		margin-bottom: 20px;
	}
}


/*------------------------------------------------------
	News Styles 
--------------------------------------------------------*/


.carousel-news {
	position: relative;
	max-width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.carousel-track-news {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide-news {
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.box-news {
	width: 48%;
	background-color: white;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.box-news img {
	width: 100%;
	height: auto;
	display: block;
}

.box-news .heading {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 5px;
}

.box-news .subheading {
	font-size: 14px;
	color: #666;
	margin: 0 0 10px;
}

.box-news .source {
	font-size: 10px;
	color: #999;
}

/* For boxes without images, like PALACE */
.text-box-news {
	text-align: center;
	padding: 20px;
}

.text-box-news .large-title {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

.text-box-news .subtitle {
	font-size: 16px;
	margin: 5px 0;
}

/* Navigation arrows */
.prev-news, .next-news {
	position: absolute;
	top: 97%;
	transform: translateY(-50%);
	color: #CCC;
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
	font-size: 1.5rem;
	background-color: #fff;
}

.prev-news {
	left: 460px;
}

.next-news {
	right: 460px;
}

/* Dots */
.dots-news {
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
}

.dot-news {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.dot-news.active {
	background-color: #E96822;
}

/* Mobile responsive */
@media (max-width: 600px) {
	.slide-news {
		justify-content: center;
	}

	.box-news {
		width: 100%;
		margin-bottom: 20px;
	}

	.box-news:last-child {
		margin-bottom: 0;
	}
}


.new-details-bg{
	background-color: #3D3938;
	padding: 0px 40px;
}

.news-main-heading{
	font-size: 40px !important;
    text-align: left;
	max-width: 700px;
	line-height: 1.2;
}

#newsdetail{
	padding-top: 180px;
}



.date {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.main-image-news {
	width: 100%;
	margin-bottom: 20px;
}

.news-detail-article {
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.button-news {
	background-color: #ffffff;
	color: #555555;
	padding: 10px 105px;
	text-decoration: none;
	font-weight: bold;
}
.button-news:hover {
	color: #E96822;
}

@media (max-width: 600px) {
	#newsdetail{
		padding-top: 60px;
	}
	
	.news-main-heading{
		font-size: 20px !important;
	}
	
	.button-news {
		padding: 10px 20px;
	}
	
	.buttons-mobile{
		width: 50%; 
		float: left;
	}
}


/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form .half-row {
  width: 49%;
  margin-bottom: 20px;
  float: left;
}
#email-gap {
	margin-right: 12px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
  min-width: 200px;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}

@media (max-width: 768px){
	#contact .contact-form .half-row {
	  width: 100%;
	  margin-bottom: 20px;
	  float: left;
	}
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #E96822;
  font-size: 16px;
  margin-right: 12px;
}
@media (min-width: 1024px) {
	.pages-main-heading{
		font-size: 45px !important;
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.top-70{
		margin-top: 70px !important;
	}
}

.top-40{
	margin-top: 40px !important;
}

.top-150{
	margin-top: 150px !important;
}

@media (max-width: 768px){
	.top-150{
		margin-top: 100px !important;
	}
	
	.top-20-mobile{
		margin-top: 20px !important;
	}
}

.bottom-40{
	margin-bottom: 40px !important;
}

.bottom-20{
	margin-bottom: 20px !important;
}

.bottom-0{
	margin-bottom: 0px !important;
}

.left-0{
	margin-left: 0px !important;
	text-align: left;
}

.careers-form{
	padding: 0px 20px;
}

.careers-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.careers-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
.careers-form .half-row {
  width: 49%;
  margin-bottom: 20px;
  float: left;
}

.careers-form input, .careers-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}

.careers-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 8px 15px;
  color: white;
  min-width: 280px;
  margin-bottom: 50px;
}

.careers-info {
  margin-top: 30px;
}
.careers-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
.careers-info span i {
  color: #E96822;
  font-size: 16px;
  margin-right: 12px;
}

.send-button{
	text-align: right;
}

.terms-text{
	margin-top: 8px;
}

@media (max-width: 768px) {
	.terms-text{
		width: 180px;
		margin-top: -5px;
	}
	
	.send-button{
		margin-top: 40px;
		text-align: left;
	}
}

.no-border{
	border: none !important;
}

.file-upload-text{
	margin-top: -25px;
    margin-bottom: 25px;
}

.flexslider {
  margin-top: 109px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #CCC;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
  margin-top: 230px;
}

input[type="checkbox"] {
  width: 30px; /* Adjust the desired width */
  height: 30px; /* Adjust the desired height */
}



@media (max-width: 768px) {
	input[type="checkbox"] {
		width: 20px; /* Adjust the desired width */
		height: 20px; /* Adjust the desired height */
	}
	
	.checkbox-tnc{
		width: 40px;
	}
	
	.flex-caption span{
		margin-top: 80px;
	}
}

.side-by-side{
	float: left;
	text-align: left;
	margin-left: 10px;
}

.careers{
	/*background-image: url("../images/best-office-background.jpg");*/
	background-color: #B4B4B4;
}

.form-white-bg{
	background: #FFF;
}

.p30topbottom{
	padding: 30px 0px;
}
/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  color: #000;
  padding-bottom: 25px;
}
.site-footer p {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 768px) {
	.site-footer p {
		font-size: xx-small;
	}
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

.footer-text{
	margin-top: 40px;
	font-size: 0.9em;
}


.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between icons */
}

.icon {
    width: 30px;
    height: 30px;
    border: 2px solid #696969;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    color: #696969;
}

.fb, .li {
    /* Slight adjustments for text alignment if needed */
    line-height: 1;
}

.ig {
    padding: 0; 
}

.camera {
    width: 18px; /* Squared to match logo */
    height: 18px;
    border: 2px solid #696969;
    border-radius: 5px; /* Rounded corners for the camera body */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lens {
    width: 6px;
    height: 6px;
    border: 2px solid #696969;
    border-radius: 50%;
}

.flash {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 2px;
    height: 2px;
    background-color: #696969; /* Flash is usually a solid dot */
    border-radius: 50%;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 40%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
	
  .flexslider .slides img{
	 height: 200px; 
  }

  .contact-form {
    margin-bottom: 60px;
  }
  
  .careers-form {
    margin-bottom: 60px;
	font-size: x-small;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
