/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #777;
	font-family: 'Open Sans', sans-serif;
	background-color: #F0F8FF;
}

/*************** Header  ***********/

/* Header Section */
.header {
  background-image: url(../awards_images/background/backgorund_hdr.jpg);
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 700px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.title-header{
	margin-top:80px
}

.header p {
	color: rgb(255, 255, 255);
	font-size: 60px; 
	font-weight: 800;  
	margin-top: -15px;
	
}

/**************** End Of Header ****************/

/****************** Who-we-are ***************/
.who-we-are {
	background-color: rgb(236, 236, 236);
}
.who-we-are-title h2{
	color: #227634;
	font-family: 'Poppins',sans-serif;
	font-size: 60px;
	font-weight: 800;
	
}

.who-we-are-title span{
	color: #727272;
	font-family: 'Poppins',sans-serif;
	font-size: 18px;
	text-align: justify;
}

.who-we-are-title label{
	color: #c21616;
}







	.move-up {
  	margin-top: -200px; 
	}
	.move-up2 {
  	margin-top: -30px; 
	}

	.nav-link {
		color: #000;
		font-weight: 500;
		padding: 8px 16px;
	}

	.nav-link:hover {
		text-decoration: underline;
	}


	.buttons {
		margin-top: 20px;
	}

	.button-info {
		padding: 10px 20px;
		margin-right: 10px;
		background-color:rgb(231, 40, 40);
		border: none;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	.button-info:hover {
		background-color:rgb(255, 255, 255);
		color:black;
	}

	.button-info2 {
		padding: 10px 20px;
		margin-right: 10px;
		background-color:rgb(255, 255, 255);
		border: none;
		color: black;
		font-weight: bold;
		cursor: pointer;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	.button-info2:hover {
		background-color:rgb(231, 40, 40);
		color: white;
	}
	
	ul.navbar-nav {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: flex-end;

	}

	ul.navbar-nav li a {
		text-decoration: none;
		font-weight: bold;
		color: whitesmoke;
	}

	blockquote {
	position: relative;
  margin: 40px auto;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6;
  color: #333;
  max-width: 700px;


	}

	.content1 span{
		color: rgb(231, 40, 40);
		letter-spacing: 1px;
		font-family:'Poppins',sans-serif;
		font-size: 15px;
		font-weight: 800;
		
	}

	.content1 p{

		font-family:'Poppins',sans-serif;
		font-size: 17px;
	}

	.about-title{
		color: rgb(231, 40, 40);
		font-weight: 800;
		font-size: 30px;
	}

  .services-card-body {
    max-height: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease; /* smooth zoom */
  }

  .services-offers p{
    font-family: 'Poppins';
    font-weight: 600;
    color:whitesmoke;
    letter-spacing:1px;
  }

  .services-card-body:hover {
    transform: scale(1.05); /* zoom in slightly */
  }

  .card p{
    color: white;
    font-size: 20px;
    text-align: center;
  }


  .our-services p {
    color: white;
    font-size:30px;

  }

  .news-card {
      width: 100%;
      max-width: 300px;
      background: #f9f9f9;
      margin: 0.5rem;
      padding: 1rem;
      border-radius: 4px;
      box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }
    .news-card h5 {
      margin: 0 0 0.5rem;
      font-size: 1.1rem;
    }
    .news-card small {
      color: #666;
    }
    .news-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .news-content h5{
      color: rgba(49, 49, 49, 1);
      font-size:25px;
      font-weight: 500;
    }


    .navbar-toggler {
    border: none;
    background: transparent;
    font-size: 24px;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #333;
    position: relative;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #333;
    left: 0;
  }

  .navbar-toggler-icon::before {
    top: -7px;
  }

  .navbar-toggler-icon::after {
    top: 7px;
  }

  @media (max-width: 767.98px) {
    #navLinks {
      flex-direction: column;
      text-align: right;
      padding-top: 10px;
    }

    #navLinks.show {
      display: flex !important;
    }
  }
   
	 @media (max-width: 768px) {
    .move-up {
      margin-top: 0;
      text-align: center;
    } 
    

    .move-up2 {
      margin-top: 0;
      text-align: center;
    }

    ul.navbar-nav {
      flex-direction: column;
      align-items: center;
    }

    ul.navbar-nav li {
      margin: 8px 0;
    }

    .title-header p {
      font-size: 22px !important;
      text-align: center;
    }

    .buttons {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .buttons button {
      margin-bottom: 10px;
      width: 80%;
      max-width: 300px;
    }

    blockquote {
      font-size: 1em;
      margin: 20px auto;
      text-align: center;
    }

    .container .row > div img {
      height: auto;
      width: 100%;
      max-width: 300px;
      display: block;
      margin: 0 auto;
    }

    .container .row.align-items-center {
      text-align: center;
    }
  }

	.commitment {
	background-image:  url(../awards_images/background/background3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	}

	.mcc img{
    margin-top: 100px;
  }

	.affiliations-img img{
    height: 200px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .affiliations-img img:hover {
    filter: grayscale(0%);
  }

	
	@media (max-width: 768px) {
		.affiliations-img img {
			height: 100px;
		}
	}


/******* Services We Offer ************/
.services-offers {
  background-image:  url(../awards_images/background/world-dot-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.services-title span{
	color:rgb(231, 40, 40);
	font-size: 50px;
	font-weight: 800;
	font-family: 'Poppins',sans-serif;
	
}


.servicesTitle2 label{
	color:rgb(231, 40, 40);
	font-size: 25px;
	font-weight: 800;
	font-family: 'Poppins',sans-serif;
	
}

.servicesTitle2 img {
	max-height: 50px;
}

.servicesTitle2 p{
	color:rgb(80, 80, 80);
	font-size: 16px;
	font-family: 'Poppins',sans-serif;
}




.services-title p {

	font-size: 18px;
	color:#5f5f5f;
	font-family: 'Poppins',sans-serif;
	text-align: justify;

}

.services-title-content {
	color: #c21616 ;
	font-size: 25px;
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
}

.services-txt  {
	font-size: 18px;
	font-family: 'Poppins',sans-serif;
	text-align: justify;
	text-decoration: none; 
	position: relative; 
	display: inline-block;
}

.services-title-content {
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	text-align: justify;
	text-decoration: none; 
	position: relative; 
	display: inline-block; 
	margin-bottom: 15px;
  }
  
  .services-title-content::after {
	content: ''; 
	position: absolute; 
	left: 0;
	bottom: 0;
	width: 0; 
	height: 2px; 
	background-color: #227634; 
	transition: width 0.3s ease; 
  }
  
  .services-title-content:hover::after {
	width: 100%; 
  }
  

.services-content-img img{
	border-radius: 10px;
}

.services-title-index h2{
	color: white;
	font-weight: 600;
	font-family: 'Poppins',sans-serif;
	font-size: 50px;

}

.services-title-index span {
	color: white;
	font-family: 'Poppins',sans-serif;
	font-size: 25px;
}




.col-lg-3, .col-md-6, .col-sm-6, .col-xs-12 {
    padding: 20px;
}

/* From Uiverse.io by kamehame-ha */
.cards {
	display: flex;
	flex-wrap: wrap; /* Allow wrapping for multiple rows */
	gap: 15px;
	justify-content: space-between; /* Space out the cards */
}

.cards .card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 200px; /* Adjust the height for better proportion */
	width: 100%; /* Ensure full width in the grid column */
	max-width: 250px; /* Limit max width of each card */
	border-radius: 10px;
	color: white;
	cursor: pointer;
	transition: transform 400ms, filter 400ms;
}





.cards .card p.second-text {
	font-size: 15px;
	font-family: 'Poppins',sans-serif;
	font-weight: 700;
}

.cards .card:hover {
	transform: scale(1.1, 1.1);
}

.cards:hover > .card:not(:hover) {
	filter: blur(10px);
	transform: scale(0.9, 0.9);
}

.card img {
	height: 180px;
	width: 250px;
	padding: 8px;
	border-radius: 15px;
}

.nav a {
  text-decoration: none;
  padding-bottom: 4px;
  position: relative;
  color: #000;
}

.nav a.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000; /* or your desired color */
  bottom: 0;
  left: 0;
}


.keystaff-images img {
  width: 100%; 
  max-width: 100px; 
  height: auto; 
  margin: 5px auto;
  display: block;
}


.keystaff-images span {
  -webkit-text-fill-color: #000;
}

.keystaff-images i {
  -webkit-text-fill-color: #d44a4a;
  margin-top: -50px;
}

@media (min-width: 576px) {
	/* On larger screens (sm+), the cards should be 50% width in each row */
	.cards .card {
		width: 48%; /* 2 cards per row */
	}
}

@media (min-width: 992px) {
	/* On medium screens (md+), ensure the cards are still responsive */
	.cards .card {
		width: 48%; /* 2 cards per row */
	}
}



.btn-apply {
    width: 30em;
    height: 2.3em;
    margin: 0.5em;
    background: black;
    color: white;
    border: none;
    border-radius: 0.625em;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s ease; /* Smooth text color transition */
}

.btn-apply:hover {
    color: rgb(0, 0, 0);
}

.btn-apply:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s ease;
}

.btn-apply:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    transition: all 0.5s ease;
}


/* Certification */
.certification-title h2{
	color: #227634;
	font-size: 50px;
	font-weight: 800;
	font-family: 'Poppins',sans-serif;
	text-align: center;
	
}

.certification-title span{
	color: #727272;
	font-size: 18px;
	text-align: justify;
	font-family: 'Poppins',sans-serif;
}

.cert-images {
	margin-top: 50px;
}

/* End of Certification */





/******* End of Services We Offer ************/





/* CSS */
.readmore-btn {
	align-items: center;
	background-color: #fff;
	border: 2px solid #adadad;
	box-sizing: border-box;
	color: #4b4b4b;
	cursor: pointer;
	display: inline-flex;
	fill: #000;
	font-family: Inter, sans-serif;
	font-size: 14px; /* Smaller font size */
	font-weight: 600;
	height: 36px; /* Smaller height */
	justify-content: center;
	letter-spacing: -.8px;
	line-height: 18px; /* Adjusted line-height for better alignment */
	min-width: 120px; /* Smaller minimum width */
	outline: 0;
	padding: 0 12px; 
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border-radius: 50px;
  }
  

.readmore-btn:focus {
  color: #494949;
}

.readmore-btn:hover {
  border-color: #227634;
  color: rgb(255, 255, 255);
  fill:#227634;
  background-color: #227634;
}

.readmore-btn:active {
  border-color:#227634;
  color:#227634;
  fill:#227634;
}


h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
a {
	color: #227634;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2c9b44;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #2c9b44;
}
a:focus {
	border-bottom: none;
}
.bg-gray {
	background: #F0F8FF;
}
.bg-green {
	background: #227634;	
}
.bg-blue{
	background: #3090C7;
}	
.bg-red{
	background: #EA2C2C;		
}
.bg-dkgray {
	background: #222;
}
.bg-white{
	background: #FFFFFF;
}	
.btn-primary {
	color: #fff;
	background-color: #696A6C!important;
	border: none !important;
  font-family: 'Poppins', sans-serif;
}
.btn-default {
	color: #fff;
	background-color: #ff0037 !important;
	border: none !important;
	margin-top: 10px;
}
.btn-primary:hover, .btn-default:hover {
	background-color: #E30000 !important;
	color: #fff;
}
.container-fluid.spacer {
	padding: 50px 0 60px 0 !important;
}
.image-right {
	margin: 0 0 30px 30px;	
}
blockquote {
	color: #c8c8c8;
	padding: 10px 20px;
	margin: 40px 0 40px 30px;
	font-size: 16px;
	border-left: 8px solid #c8c8c8;
	font-style: italic;
}
.logo-cs img {
	margin: 80px auto;
}
hr {
  background: #d8d8d8;
	border: 0;
  height: 1px;
	margin: 50px 0;
}
ul {
	margin-bottom: 10px;	
}
.spacer-bottom-30 {
	margin-bottom: 30px;
}
.spacer {
	margin-top: 100px;
	margin-bottom:100px;	
}
iframe, br.spacer {
	margin-bottom: 20px;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #E30000;
  border-color: #ddd;
}


/******************* CORE VALUES CSS *********************/
.core-values {
	background-image: url(../images/bg_emcs/core_val.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center; 
	height: 550px;
	text-align: center;
}

.core-values-title span {
	color: white;
	font-size: 50px;
	font-family: 'Poppins',sans-serif;
	font-weight: 800;
	text-align: center;
}

.core-values-content span{
	color: white;
	font-family: 'Poppins',sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.1px;
}

.core-values-content p{
	color: white;
	font-family: 'Poppins',sans-serif;
	font-size: 18px;
	letter-spacing: 0.1px;
}


/************************ END OF CORE VALUES  *************************/





/************************ Why Choose EMCS Philippines Inc*********************** */

.why-choose-emcs-content span {
	color: #227634;
	font-size: 50px;
	font-family: 'Poppins',sans-serif;
	font-weight: 800;
}

.why-choose-emcs-content label {
	color: #c21616;
	font-size: 18px;
	font-family: 'Poppins',sans-serif;

}

.why-choose-emcs-content li {
	font-size: 18px;
	font-family: 'Poppins',sans-serif;
}



/****************** Affiliations *******************/

.container-fluid.affiliations {
	padding: 0; 
	margin-top: 100px; 
}


.title-affil {
	text-align: center; 
	
}


.affiliations h2 {
	font-family: 'Poppins',sans-serif; 
	font-size: 50px; 
	font-weight: 800; 
	letter-spacing:2px;
	color: #227634; 
	
}


/******************* End of Affiliations ********************/

/******************** Contact Us Home ************************/
.contact-us-footer{
	background-image: url(../images/bg_emcs/servicesbg2.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center; 
	height: 500px;

}

.contact-us-text1 p{
	font-size: 50px;
	font-weight:1000;
	color:white;
	letter-spacing: 2px;
}
.contact-us-text2 p {
	font-size: 30px;
	font-weight:1000;
	color:white;
	letter-spacing: 2px;
	padding-top:20px
}
.text-contactus {
	font-size: 20px;
	color:white;
	letter-spacing: 2px;
	padding-top:20px
}

.card-contactusimg{
	margin-top: 100px;
}
/********************** End of Contact Us Home *******************/


/* Header About Us  */

.header-about-us {
  background-image: url(../images/bg_emcs/companyprofilebg.jpg); 
  background-repeat: no-repeat;  
  background-size: cover;  
  background-position: center; 
  height: 700px;  
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header-about-us p {
	font-size: 60px; 
	font-weight: 800;  
	margin-top: -15px;
	color: white;
	
}



.about-us-title span{
	
	color: #227634;
	font-weight: 800;
	font-size: 50px;
	font-family: 'Poppins',sans-serif;

}

.about-us-title p {
	font-size: 18px;
	font-family: 'Poppins',sans-serif;
	text-align: justify;	
}

.about-us-title label{
	color: #c21616;
}

.about-us-img{
	margin-top: 50px;
	
}
/* ENd of Header About Us  */ 


/* Company Profile */

.title-company-profile h2{
	color: rgb(9, 78, 158);
	font-family: 'Poppins',sans-serif; 
	font-size: 50px; 
	font-weight: 800; 
	letter-spacing:2px;
}

.text-eeg {
	font-size: 16px;
	margin-bottom:-10px;
	text-align: justify;
}

.text-eeg span{
	color:rgb(9, 78, 158); 
}



/* End of Company Profile  */



/* Mission Vision */
.banner-mission-vision {
	display: flex;
	justify-content: space-between;
	color: rgb(109, 109, 109);
	padding: 50px;
	
}

.column {
	padding: 30px;
}




.mission-vision {
	background-image: url(../images/bg_emcs/mission_visionbg.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center; 
	height: 600px;
}

.mission-title span {
	color: rgb(255, 255, 255);
	font-size: 50px; 
	font-weight: 1000;  
	margin-top: 10px;


}

.mission-title img {
	margin-top: -50px;
	padding-left: 50px;
}

.vision-title img {
	margin-top: -50px;
	padding-left: 50px;
}


.vision-title span {
	color: rgb(255, 255, 255);
	font-size: 50px; 
	font-weight: 1000;  
	margin-top: 10px;


}

.mission-title ul {
	color: rgb(255, 255, 255);
	font-size: 20px;  
	margin-top: 10px;

}

.vision-title ul {
	color: rgb(255, 255, 255);
	font-size: 20px;  
	margin-top: 10px;

}
/* End of Mission Vision */

/* Why-Choose-us */
.why-choose-us p {
  font-family: 'Poppins', sans-serif;
	font-size: 20px;
}

.why-choose-us p:first-child {
  color: rgb(9, 78, 158);
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.why-choose-us p span {
  color: rgb(9, 78, 158);
}

/* Paragraph Text Styling */
.why-choose-us p:nth-child(2) {
  font-size: 19px;
  text-align: justify;
  margin-bottom: -10px;
}

.img-event{
	padding: 50px;
}
/* End of Why-choose-us */

/* Work-with-us */

.title-workwithus {
	text-align: justify; 
	margin-bottom: 70px;

}

.title-work  {
	color: rgb(9, 78, 158); 
	font-weight: 800; 
	font-size: 50px;
	font-family: 'Poppins',sans-serif; 
	letter-spacing:2px;
}

.work-logo h3{
	font-family: 'Poppins',sans-serif;
	color: rgb(21, 177, 238);
	text-align: center;
}

.work-logo2 h3{
	font-family: 'Poppins',sans-serif;
	color: rgb(21, 177, 238);
	text-align: center;
}

.work-logo p {
	font-family: 'Poppins',sans-serif;
	text-align: center;
}

.work-logo2 p {
	font-family: 'Poppins',sans-serif;
	text-align: center;
}

.work-logo i {
	font-size: 40px; 
	color:rgb(9, 78, 158);


}

.work-logo label {
	padding-top: 20px;
}

.work-logo {
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	color: #7a7a7a;
	font-size: 18px;
	height: 250px;
	transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, padding 0.3s ease;
}

.work-logo:hover {
	border-radius: 5px;
	color: rgb(21, 177, 238);  
	transform: scale(1.0); 
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  
	padding: 20px;
}

.work-logo i {
	font-size: 3rem;
	font-size: 50px;
	color: #7a7a7a;
	margin-bottom: 10px;
}


.work-logo:hover i {
	font-size: 3rem;
	font-size: 50px;
	color:   rgb(9, 78, 158);
	margin-bottom: 10px;
}



/* careers */
.careers-contents span{
	color:  rgb(231, 40, 40);
	font-size: 35px;
	font-weight: 800;
	font-family: 'Poppins',sans-serif;
}

.careers-contents label{
	color:  rgb(231, 40, 40);
	font-size: 15px;
	font-weight: 800;
	font-family: 'Poppins',sans-serif;
}


.contactus-contents span{
	color:  rgb(231, 40, 40);
	font-size: 30px;
	font-weight: 600;

}

.other-contacts span{
	color:  rgb(231, 40, 40);
	font-size: 14px;
	font-weight: 600;
}



/* End of Banner-openings */

/* APPLICATION-BANNER  */

.banner-application-title{
	color:#084a8e;
	text-align: center;
	font-family: 'Poppins',sans-serif;
	font-size: 50px;
	font-weight: 800;
}

.input-group {
	border-radius: 5px;
}

.btn-application {
	margin-top: 20px;
	position: relative;
}


.application-btn {
	background-color: rgb(9, 78, 158);
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
  .btn-about-us {
	  margin-top: 20px;
  }
  
  .application-btn:hover {
	background-color: #084a8e; /* Darker shade on hover */
  }
  
/* END OF APPLICATION BANNER  */

/* Banner-contact-us */

.banner-contact {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url(../images/bg_emcs/contactusbg.jpg);
	background-size: cover;
	background-position: center;
}
.contact-us-title {
	text-align: center;
}

.contact-us-title span{
	color: #c21616;
	font-size: 50px;
	font-weight: 800;
	font-family: 'Poppins',sans-serif;
}


.contact-us-title p{
	font-family: 'Poppins',sans-serif;
	font-size: 18px;
	
}

.contactus-content span {
	color:#c21616 ;
	font-family: 'Poppins',sans-serif;
	font-size: 25px;
	font-weight: 800;
}
.contacts {
	margin-top: 20px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Make the navbar fully transparent */
/* Default transparent navbar */



/* CONTENTS
-------------------------------------------------- */
.contents .col-lg-3, .contents .col-lg-4 {
  margin-bottom: 20px;
}
.contents .col-lg-3.center, .contents .col-lg-4.center {
  text-align: center;
}
.contents h2 {
	color: #8d8d8d;
  	font-weight: normal;
}
.contents h3 {
	color: #575757;
}
.contents h3, .contents h4 {
	margin-bottom: 20px;
}
/*.contents .col-lg-3 p, .contents .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}*/
.contents .title h2 {
	display: block;
	line-height: 60px;
	margin-bottom: 40px;
	overflow: hidden;
}
.contents .title.center {
	text-align: center;
}
.contents .partner-logos .thumbnail {
	border: none !important;
}
.contents.what-we-can-do h4, .contents.processes-events h4 {
	color: #227634;
}
.contents.what-we-can-do p {
	margin-bottom: 30px;
}
.contents.processes-events h2 {
	margin-bottom: 30px;	
}
.contents .steps {
	background: #227634;
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 36px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	text-align: center;
	vertical-align: top;
	width: 50px;	
}
.contents .upcoming-events .date, .contents .sidebar .date {
	color: #575757;
	float: left;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 700;
	margin-right: 20px;	
}
.contents .upcoming-events .date {
	width: 150px;	
}
.contents ul.products li {
	margin: 0 0 10px -20px;
}
.contents .page-contents.sophos .pull-left {
	margin: 0 20px 0 0;
}
.contents .page-contents.sophos .title {
	color: #575757;
	font-size: 24px;
}
.contents .page-contents.sophos .sub-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.contents .sidebar h3 {
	color: #8d8d8d;
  	font-weight: normal;
	margin-bottom: 30px;
}
.contents .sidebar .date {
	width: 60px;	
}
.contents .sidebar .address {
	margin-top: 30px;
}
.contents .sidebar h5 {
	color: #575757;
	font-weight: 700;
}
.contents .page-contents {
	padding-right: 60px;
}




/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the contents headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.footer-links .text-cs {
	margin: 20px 0;
	text-align: center;
}
.footer-links .text-cs a {
	color: #fff;
}
.footer-links .text-cs a:hover {
	border-bottom: 1px dotted #fff;
}
.footer-links .text-cs h2 {
	color: #fff;
	margin-bottom: 10px;
}
.footer-links .text-cs h3 {
	margin-bottom: 10px;
}
.footer-links h3 {
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}
.footer-links ul {
	margin: 0;
	padding: 0;
}
.footer-links ul li {
	list-style: none;
	margin-bottom: 5px;
}
.footer-links ul li a {
	color: #fff;
}
.footer-links ul li a:hover {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
footer {
	color: #ffffff;
	padding: 10px 0 10px 0;

}
footer .links {
	margin-top: 20px;
}
footer .copyright img {
	margin-left: 15px;
}
footer a {
	color: #fff;
	margin-right: 30px;
	padding: 1px 0;
	text-decoration: none;
}
footer a:hover {
	border-bottom: none;
	color: #7f7f7f;
	text-decoration: none;
}

.list-services{
	font-size: 15px;
}

.list-services h3{
	font-size: 25px;
	font-family: 'Poppins',sans-serif;
}

.cr-cs {
	margin: 10px 0 0 0;
	text-align: center;	
}

/* Initially apply grayscale to the images */
.affiliations   img {
  filter: grayscale(100%);
  transition: filter 0.3s ease,;
}

/* Remove grayscale on hover */
.affiliations img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.affiliations img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* Remove grayscale on hover */
.affiliations img:hover {
  filter: grayscale(0%);
}

/************************ banners *************************/
/* ADDED BY WARREN CIAR */
/* BANNER ABOUT US  */

/* Adjust the banner section */
.banner-about-us {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url('images/about_usbg.jpg');
	background-size: cover;
	background-position: center;
}

.banner-about-us img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 85%; 
}


.banner-about-us .content-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

/* END OF BANNER ABOUT US */

/* Banner-services */
.services-header {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url(../images/bg_emcs/servciesbg.jpg);
	background-size: cover;
	background-position: center;
}

.title-header{
	color: rgb(255, 255, 255);
	font-size: 60px; 
	font-weight: 800;  
	
}

.services-title{
	color: rgb(231, 40, 40);
}
/* end of banner-services */

.container.contents {
	margin-top: 50px;
}

/* Centering the heading */
.title.center h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2rem;
	color: #333;
}

/* Service box container */
.service-box {
	margin-bottom: 30px;
}

/* Styling for each service card */
.service-card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 30px;
	text-align: center;
	position: relative;
	font-size: 50px;
}

.service-card .icon {
	font-size: 100px;
	color: #f30020;
	margin-bottom: 20px;
}

.service-card h4 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.service-card p {
	font-size: 1rem;
	color: #666;
	margin-bottom: 20px;
}

.service-card .btn {
	background-color: #227634;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.service-card .btn:hover {
	background-color: #227634;
}

/* Hover effect */
.service-card:hover {
	transform: translateY(-10px); /* Elevates the box */
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Adds a stronger shadow */
}


	/* Hover effect */
.hover-effect {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
	transform: scale(1.05); /* Slightly enlarge the image */
}



/* Wrap images with a container for hover effect */
.image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
  }
  
  .image-wrapper img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
	display: block;
	border-radius: 8px;
  }
  
  /* Hover effect to darken image and add zoom-in */
  .image-wrapper:hover img {
	transform: scale(1.1); /* Zoom effect */
	opacity: 0.8; /* Slight opacity change */
  }
  
  /* Optionally, you can add a dark overlay when hovered */
  .image-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5); /* Dark overlay */
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
  }
  
  /* Show the dark overlay on hover */
  .image-wrapper:hover::after {
	opacity: 1;
  }
  
 /* Hover effect */
    .hover-effect {
        transition: transform 0.3s ease;
    }

    .hover-effect:hover {
        transform: scale(1.05); /* Slightly enlarges the image */
        
    }  


	.custom-video-size {
		width: 100%; /* Make the video 100% width of its container */
		height: 350px; /* Set a fixed height (you can adjust this value) */
	  }

/* Card */
/* Basic styles for the container and rows */
.container-fluid {
	padding: 0;
	margin: 0;
  }
  

  .row {
	margin-bottom: 20px;
  }
  
  /* Card styling */
  .card-image {
	
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card-image:hover {
	transform: translateY(-5px);
	
  }
  
  .card-image {
	font-size: 16px;
	font-weight: bold;
	
	height: 150px; /* Fixed height to make all cards look uniform */
	display: flex;
	justify-content: center;
	align-items: center;
  }



/*   card-contactus */

  /* Card styling */
  .card-contactusimg {
	
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  

  
  .card-contactusimg {
	font-size: 16px;
	font-weight: bold;
	
	height: 150px; /* Fixed height to make all cards look uniform */
	display: flex;
	justify-content: center;
	align-items: center;
  }

 
  
  /* Responsiveness: Adjust for different screen sizes */
  @media (max-width: 768px) {
	.col-lg-2, .col-md-6, .col-sm-12 {
	  margin-bottom: 10px;
	}
  
	.card-image {
	  height: auto;
	}
  }
  
  /* Spacing between rows and cards */
  .spacer {
	padding: 0 15px;
  }
/* End Card */
/* RESPONSIVE CSS
-------------------------------------------------- */



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0;
    color: white;

  }
  .navbar-wrapper .container {
    padding-right: 0;
    padding-left: 0;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
	.service-card {
			padding: 20px;
	}

	.service-card .icon {
			font-size: 100px;
	}

	.service-card h4 {
			font-size: 5rem;
	}

	.service-card p {
			font-size: 0.9rem;
	}
}

/* mission-vision */
@media (max-width: 768px) {
	.banner-mission-vision {
			flex-direction: column; /* Stack columns on smaller screens */
			height: auto; /* Allow height to be flexible on smaller screens */
	}

	.column {
			width: 100%; /* Make each column full-width */
			margin-bottom: 20px; /* Add space between stacked columns */
	}

	.right {
			padding-left: 0; /* Remove left padding on smaller screens */
	}
}


.navbar-nav a:hover,
.navbar-nav a:focus {
    color: #ffffff !important;      /* Retain original color */
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
}

/* Remove active navbar link shadow if any */
.navbar li.active a {
    box-shadow: none !important;
    background: none !important;
    border-bottom: none !important;
}

/* Optional: Remove hover from dropdown menu links if present */
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
}