#filters {
	margin: 1%;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li {
	display: inline-block;
}
#filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #222222;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
#filters li span.active {
	color: #000;
	font-weight: 700;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31%;
	margin: 1%;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #fff;
	cursor: pointer;
}
.portfolio img {
	max-width: 100%;
	position: relative;
}

.imgDescription2 {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  background:  rgba(0,0,0,0.75);
  border:10px solid #000;
  color: #fff;
	width:100%;
	height:auto;
font-size:18px;
	font-weight:400;
	text-align:center;
  visibility: hidden;
  opacity: 0;
  padding-top:180px;
  transition:all 0.5s;
  cursor:pointer;

  /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}
.portfolio:hover .imgDescription2 {
  visibility: visible;
  opacity: 1;
}

.imgDescription2 h1 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing:1px;
	line-height:24px;
	padding-bottom:5px;
}
.imgDescription2 p{ font-size:14px; color:#fff; font-weight:300;}

.orangeline{
	height:1px; 
	width:50px;
	background:#d87843;
	display:inline-block;	
	margin:20px auto;
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
#portfoliolist .portfolio {
	width: 48%;
	margin: 1%;
}
}

.strategy-box {
    background: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.strategy-box i {
    font-size: 36px;
    color: #f36c21;
    margin-bottom: 15px;
}

.strategy-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.strategy-box p {
    font-size: 14px;
    line-height: 1.6;
}

.strategy-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

b {
  font-weight: bold !important;
}

/* Team image floated to the right */
.team-image-right {
  float: right;         /* float image to the right */
  width: 250px;         /* keep original width */
  margin-left: 20px;    /* space between image and text */
  margin-bottom: 20px;  /* space at bottom for smaller screens */
  border-radius: 10px;  /* rounded corners */
}

/* Clear floats for container */
.team-member-full::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive: stack image on small screens */
@media screen and (max-width: 768px) {
  .team-image-right {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}

.team-title {
  text-align: center;      /* center the title */
  font-size: 36px !important;  /* force the size to 36px */
  font-weight: bold;       /* make it bold */
  margin-bottom: 60px;     /* space below the title */
}

/* Force proper left-aligned readable text */
#core-competencies .col-lg-3 {
  text-align: left !important;
}

#core-competencies .competency-text-wrapper {
  width: 100% !important;     /* take full column width */
  max-width: none !important; /* remove narrow constraint */
  margin-top: 10px;
}

#core-competencies .competency-text-wrapper p {
  text-align: left !important;
  white-space: normal;        /* ensure normal wrapping */
}

.homebanner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;         /* Remove any top padding */
}

.home-logo {
  max-width: 120px;
  height: auto;
  margin: 0 0 5px 0;      /* Only small margin below logo */
  display: block;
}

.homebanner h1 {
  margin-top: 0;          /* Remove default margin above h1 */
  margin-bottom: 10px;
  text-align: center;
  padding-top: 40px !important;
}

/* Make banner a positioning reference */
.homebanner {
  position: relative;
}



/* Banner full screen */
.homebanner {
  position: relative;
  height: 100vh;
}

/* Center text perfectly */
.homebanner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}



/* Text cleanup */
.homebanner h1 {
  margin: 0;          /* remove default browser margin */
  padding: 0;
  line-height: 1.1;   /* keeps text tight but readable */
}

.homebanner p {
  margin-top: 10px;
}

/* Center logo above company name */
.home-logo {
  max-width: 120px;
  height: auto;
  margin: 0;          /* remove ALL space */
  padding: 0;
  display: block;
  margin-bottom: -2px; 
}


/* Center everything vertically & horizontally */
.homebanner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
