/* 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(../images/eeg_pic.jpg);
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 600px; 
  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 ***************/

/* Container Styling */
.container-fluid {
  padding: 0;
}

.container.spacer {
  padding: 40px 0;
}

/* Title Styling */
.who-we-are p {
  font-family: 'Poppins', sans-serif;
}

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

.who-we-are p span {
  color: rgb(9, 78, 158);
}

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

/* Read More Button */
.readmore-btn-link {
  text-decoration: none;
}

.readmore-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;
}

.readmore-btn:hover {
  background-color: #084a8e; /* Darker shade on hover */
}

/* Second Column with YouTube Video */
.col-xs-12.col-sm-6.col-md-6 iframe {
  width: 100%;
  height: 100%;
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  margin-top: 80px;
}


/******* Services We Offer ************/
.services {
  background-image: url(../images/bgservicesweoffer.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

/* Title Styling */
.title.center {
  text-align: center;
}

.serices-offer p {
  font-size: 50px;
  font-weight: 1000;
  color: white;
  letter-spacing: 2px;
  padding-top: 20px;
  margin: 0;
}

/* Services Description Text */
.serices-offer-text p {
  font-size: 20px;
  color: white;
  padding-top: 20px;
  margin: 0;
  text-align: center;
}

/* Services Images Container */
.services-offers-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

/* Individual Service Column */
.services-offers-imgs .col-lg-3 {
  padding: 10px;
  text-align: center;
}

/* Image Style */
.services-offers-imgs img {
  width: 100%;
  height: 190px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.serices-offer-text{
	text-align :center;
}

/* Hover Effect for Images */
.services-offers-imgs .hover-effect:hover img {
  transform: scale(1.05); /* Slight zoom on hover */
}

/* Service Titles */
.services-offers-imgs .pb-0 {
  font-size: 20px;
  color: white;
  font-weight: 700;
  margin-top: 5px;
}

/* Readmore Button */
.readmore-btn-link {
  text-decoration: none;
}

.readmore-btn {
  background-color: rgb(9, 78, 158); /* Button color */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}

.readmore-btn:hover {
  background-color: #084a8e; /* Darker shade on hover */
}


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


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

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


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

.banner-services-title p {
	margin-top: 50px;
	color: white;
	font-size: 55px;
	font-family: 'Poppins', sans-serif;
  font-weight: 800;  
}

.services-titles h2{
	color: #084a8e	;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
}
.services-text {
	font-family: 'Poppins',sans-serif;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 1px;
}
.container.contents {
	margin-top: 50px;
}

.services-contents img {
	height: 300px;
	margin-top: 105px;
	margin-left: 50px;
}

.services-span label {
	margin-top: 50px;
	color: #084a8e;
	font-size: 25px;

}

.services-span li {
	font-size: 15px;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
}

.services-span span {
	font-size: 20px;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
}
/* end of banner-services */


/* CSS */
.readmore-btn {
	align-items: center;
	background-color: #fff;
	border: 2px solid #adadad;
	box-sizing: border-box;
	color: #000;
	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: #171e29;
}

.readmore-btn:hover {
  border-color: rgb(9, 78, 158);
  color: rgb(255, 255, 255);
  fill: rgb(9, 78, 158);
  background-color:  rgb(9, 78, 158);
}

.readmore-btn:active {
  border-color: rgb(9, 78, 158);
  color: rgb(9, 78, 158);
  fill: rgb(9, 78, 158);
}


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/bgblue.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center; 
	height: 500px;
}

.title-corevalues {
	text-align: center; 

}

.title-core  {
	padding-top: 50px;
	color: rgb(255, 255, 255); 
	font-weight: 800; 
	font-size: 50px;
	font-family: 'Poppins',sans-serif; 
	letter-spacing:2px;
}


.title h2{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	font-family: 'Poppins',sans-serif;
	
}
/* .partner-logos {
	border-right: 1px solid rgb(255, 255, 255);
	
	height: 320px;

}

 */
.partner-logos h3{
	font-family: 'Poppins',sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 30px;
}

.partner-logos2 h3{
	font-family: 'Poppins',sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 30px;
}

.partner-logos p {
	font-family: 'Poppins',sans-serif;
	text-align: center;
	color:rgb(255, 255, 255);
	font-size: 20px;
}

.partner-logos2 p {
	font-family: 'Poppins',sans-serif;
	text-align: center;
	color:rgb(255, 255, 255);
	font-size: 20px;

}

.partner-logos i {
	font-size: 60px; 
	color:rgb(255, 255, 255);
	padding-top: 50px;

}

.partner-logos2 i {
	font-size: 60px; 
	color:rgb(255, 255, 255);
	padding-top: 50px;
}

.partner-logos label{
	font-size: 18px; 
	color:rgb(255, 255, 255);
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.partner-logos2 label{
	font-size: 18px; 
	color:rgb(255, 255, 255);
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
/************************ END OF CORE VALUES  *************************/



/***************** Years of Experience ******************/

/* Years of Experience Section */
.years-of-experience {
  background-image: url(../images/yearsbg.jpg); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0; 
}

/* Title Styling */
.title.center {
  text-align: center;
}

.serices-offer p {
  font-size: 50px;
  font-weight: 1000;
  color: white;
  letter-spacing: 2px;
  padding-top: 20px;
  margin: 0;
}

/* Services Offer Columns */
.services-offers-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.services-offers-imgs .col-lg-4 {
  padding: 10px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.services-offers-imgs i {
  font-size: 50px;
  color: white;
  letter-spacing: 5px;
}

.services-offers-imgs .pb-0 {
  font-size: 20px;
  color: white;

}

/* Additional Information Section */
.pt-5 {
  padding-top: 50px;
}


.pt-5 p {
  font-size: 30px;
  color: white;
  letter-spacing: 1px;
}

hr {
  border-top: 1px solid white;
  margin-top: 30px;
  margin-bottom: 30px;
}

.totals {
  font-size: 30px; 
  color: white; 
  font-weight: 700;
  letter-spacing: 3px; 
  text-align: center;
  display: inline-block; 
  margin-top: 10px;
}
/****************** End of Year of Experience *********************/ 



/****************** 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: rgb(9, 78, 158); 
}


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

/******************** Contact Us Home ************************/
.contact-us-footer{
	background-image: url(../images/contactus.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: 60px;
}
/********************** End of Contact Us Home *******************/


/* Header About Us  */

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

.header-about-us .p1 {
  font-family: 'Poppins', sans-serif;  
  color: rgb(255, 255, 255);  
  font-size: 60px;  
  font-weight: 800;  
  letter-spacing: 2px; 

	
}

.header-about-us .p2 {
  font-family: 'Poppins', sans-serif;  
  color: rgb(255, 255, 255);  
  font-size: 30px;  
  font-weight: 800;  
  letter-spacing: 2px; 

}

.about-us-title{
	margin-top: 40px;
}
/* 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);
	height: 900px;
}



.left {
	height: 500px;

}

.left img{
	height: 350px;


}



.column h1 {
	font-size: 24px;
	color:#084a8e;
	font-family: 'Poppins',sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}

.column p {
	font-size: 19px;
	padding-left: 50px;
	text-align: center;
}


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

.title1 {
	color: rgb(255, 255, 255);
	font-size: 70px; 
	font-weight: 1000;  
	margin-top: 10px;
	text-align: center;

}
/* 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;
}



/* End of Work with Us  */

/* Banner-careers */
.banner-careers {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url(../images/contactusbg.jpg);
	background-size: cover;
	background-position: center;
}

.banner-careers-title p{
	font-size: 80px;
	padding-top: 100px;
	font-family: 'Poppins',sans-serif;
	font-weight: 800;
	color: white;
}

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

.banner-careers-content span {
	color: #084a8e;
	font-family: 'Poppins',sans-serif;
	font-size: 80px;
	font-weight: 800;
	letter-spacing: 1px;
}

.banner-careers-content label {
	color: #838383;
	font-family: 'Poppins',sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}


.banner-careers-content p {
	font-family: 'Poppins',sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}

.banner-careers-content button {
	padding: 12px;
	font-size: 20px;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
	font-weight: 1000;
}

.banner-careers-content img{
	height: 350px;
}


.banner-careers-img {
	background-color: #68aef3;
	height: 500px;
}

.banner-careers-opportunities {
	text-align: center;
}
.banner-careers-opportunities label{
	text-align: center;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.banner-careers-opportunities span{
	text-align: center;
	font-size: 50px;
	color: white;
	font-weight: 800;
}

.card-titles label {
	color: white;
	font-size: 20px;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
	text-align: center;
}
.card-titles span {
	color: rgb(255, 255, 255);
	font-size: 17px;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
	text-align: center;
}

.card-title img{
	height: 50px;
}

.testimonial-title {
	color: #084a8e;
	font-family: 'Poppins',sans-serif;
	text-align: center;
}

.testimonial-title label {
	font-size: 50px;
	letter-spacing: 1px;
	font-weight: 800;
}

.container-testimonial span {
	font-size: 18px;
	font-style: italic;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
	text-align: justify;
}

.container-testimonial label {
	color: #084a8e;
	padding-top: 10px;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
}

.banner-openings {
	background-color: #68aef3;
	height: 650px;
}

.card-body {
	background-color: white;
	border-radius: 10px;
	padding: 30px;
	height: 180px;
	margin-right: 15px;
	margin-top: 10px;
	transition: background-color 0.3s ease; /* Smooth transition */
}

/* Hover effect for card-body */
.card-body:hover {
	background-color: #f0f0f0; /* Light grey on hover */
}

.card-body2 {
	background-color: #084a8e;
	border-radius: 10px;
	padding: 30px;
	height: 180px;
	margin-right: 15px;
	margin-top: 10px;
	color: white;
	transition: background-color 0.3s ease; /* Smooth transition */
}

/* Hover effect for card-body2 */
.card-body2:hover {
	background-color: #062f60; /* Darker blue on hover */
}

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

.card-title2 {
	font-size: 20px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}

.card-text {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}


/* 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/careersbg.jpg);
	background-size: cover;
	background-position: center;
}


.banner-contact-title p{
	font-size: 80px;
	padding-top: 100px;
	font-family: 'Poppins',sans-serif;
	font-weight: 800;
	color: white;
}

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

.banner-contact-content span {
	color: #084a8e;
	font-family: 'Poppins',sans-serif;
	font-size: 80px;
	font-weight: 800;
	letter-spacing: 1px;
}

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

.contact-title p {
	text-align: center;
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
}

.sendmessage-btn-link {
	text-decoration: none;
  }
  
  .sendmessage-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;
  }
  
  .sendmessage-btn:hover {
	background-color: #084a8e; /* Darker shade on hover */
  }
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Make the navbar fully transparent */
/* Default transparent navbar */
.navbar-wrapper {
    background: transparent;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

/* Navbar when scrolled */
.navbar-wrapper.navbar-scrolled {
    background-color: rgb(9, 78, 158);  /* Change this to your preferred color */
}

.navbar-wrapper .navbar {
    margin: 5px 0 !important;
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar .container {
    max-width: 1170px;
}

.navbar-nav {
    margin-top: 30px !important;

}

.navbar-nav a {
    color: #fff;  /* Change text color when navbar background is dark */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px !important;
    text-decoration: none;
	border-radius: 50px;
}

.navbar-nav a:hover, .navbar li.active a {
    background: none;
    border-bottom: none;
    color: rgb(9, 78, 158);
}

/* Active link with box shadow */
.navbar li.active a {
    cursor: none;
    box-shadow: 0 4px 8px rgba(0, 66, 248, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}

  
  /* Fixing the navigation bar in place on scroll */
  .navbar-nav li a.icon-security, 
  .navbar-nav li a.icon-register, 
  .navbar-nav li a.icon-search {
	margin: 0 0 0 10px;
	text-indent: -9999px;
  }
  
  .navbar-nav li a.icon-security {
	background: url(../images/icon_security.png) 5px 12px no-repeat;
  }
  
  .navbar-nav li a.icon-register {
	background: url(../images/icon_register.png) 5px 12px no-repeat;
  }
  
  .navbar-nav li a.icon-search {
	background: url(../images/icon_search.png) 5px 12px no-repeat;
  }
  
  .navbar-nav li a.icon-security:hover {
	background: url(../images/icon_security_hover.png) 5px 12px no-repeat !important;
  }
  
  .navbar-nav li a.icon-register:hover {
	background: url(../images/icon_register_hover.png) 5px 12px no-repeat !important;
  }
  
  .navbar-nav li a.icon-search:hover {
	background: url(../images/icon_search_hover.png) 5px 12px no-repeat !important;
  }

/* 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: 18px;
}

.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 */
.banner-services {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url(../images/servicesbg2.jpg);
	background-size: cover;
	background-position: center;
}

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


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

.banner-services-title p {
	margin-top: 50px;
	color: white;
	font-size: 55px;
	font-family: 'Poppins', sans-serif;
  	font-weight: 800;  
}
/* 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: #f34646;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

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

/* 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: transparent;
    background-color: transparent;
  }
  .navbar-wrapper .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    color: transparent;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0;
    color: transparent;
    background-color: transparent;
  }


}

@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 */
	}
}