@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
	Theme Name: African Foundries
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Ram Kumar
	Author URI: https://www.africanindustries.com/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.5px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a:hover {
	color:#444;
	  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: opacity 0.5s ease, transform 0.5s ease;
  box-shadow: 0px 0px 35px #000;
}
.header.fixed {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255);
  box-shadow: 0px 0px 35px #000;
  z-index: 99 !important;
  transform: translateY(-20px); /* start slightly above */
  opacity: 0;
  animation: slideFadeDown 0.8s ease forwards;
}

@keyframes slideFadeDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media (max-width: 1199px) {
  .mainnav .nav {
    display: block;
    width: 100%;
    max-width: 56px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  #mega-menu-header-menu {
    top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
.border-md-0 {
  border: none !important;
}
.contact-set {
  padding: 50px 25px 50px !important;
}
}
@media screen and (max-width: 575px) {
.container {
  width: 90%;
}
.logo-img {
  height: 50px !important;
}
.aiglogo {
  height: 50px !important;
}
#mega-menu-header-menu {
    top: 55px !important;
  }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.logo-img {
    max-width: 100%;
    height: 80px;
    width: auto;
}
#footer-menu li a:hover, .cont-info a:hover {
  color: #ed1c24;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#footer-menu li a, .cont-info a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bg-red {
	background: linear-gradient(to right, #ed1c24, #085AA4);
}
.bgthree {
  background-image: url('/wp-content/uploads/2025/10/careers-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.homeaboutsec {
  background-image: url("/wp-content/uploads/2025/10/home-about-bg-scaled-1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.table-bordered td, .table-bordered th {
  border: 2px solid #000;
  padding: 10px;
}
.table-bordered {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.carousel-control-next, .carousel-control-prev {
  width: 48px;
  opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #ed1c24;
  width: 48px;
  height: 48px;
  background-size: 60%;
}
.carousel-indicators .active {
  background-color: #ed1c24 !important;
}
.careericons {
  height: 80px;
  width: 100%;
  max-width: 80px;
  object-fit: contain;
  object-position: center center;
}
.awsm-job-search.awsm-job-form-control {
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.awsm-job-more-container {
  width: 100%;
  margin: 20px 0 10px 0;
}
.awsm-grid-item .awsm-job-item:hover .awsm-job-more {
  background: #085AA4 !important;
}
.awsm-grid-item .awsm-job-item:hover .awsm-job-post-title {
  color: #ed1c24 !important;
}
.awsm-job-item h2.awsm-job-post-title {
  font-size: 20px;
  font-weight: 600;
}
.awsm-job-more {
  background: #ed1c24;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.awsm-job-entry-content h2:first-of-type {
  margin-top: 0 !important;
}
.awsm-job-entry-content h2 {
  font-size: clamp(16px, 1vw, 24px);
  font-weight: bold;
  margin: 20px 0 20px 0;
}
.awsm-job-form-inner h2 {
  font-size: clamp(18px, 1.5vw, 26px);
  text-transform: uppercase;
  font-weight: bold;
}
.awsm-job-entry-content {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}
.awsm-job-form-group label {
  font-size: 14px;
}
#awsm-application-form .awsm-job-form-control:hover {
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-color: #ed1c24 !important;
}
#awsm-application-form .awsm-job-form-control {
  background: #fff !important;
  margin-bottom: 0px;
  border-radius: 5px !important;
  border: 1px solid #4d4d4d !important;
  outline: 0;
  padding: 1.7rem 2rem !important;
  display: block !important;
  width: 100% !important;
  resize: none;
  font-size: 14px !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#awsm-application-form .awsm-application-submit-btn:hover {
  color: #ffffff !important;
  background-color: #085AA4 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}
#awsm-application-form .awsm-application-submit-btn {
  color: #fff !important;
  outline: 0;
  background: #ed1c24;
  padding: 10px 40px;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #ed1c24 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}
.productheading {
  position: absolute;
  bottom: 0;
  background: #ed1c24;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 100px;
}
.customer-icon img {
  width: 100%;
  max-width: 150px;
  height: 100px;
  object-fit: contain;
  object-position: center center;
}
/*
.certifications-sec {
  background-image: url("/wp-content/uploads/2025/10/certificate-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
*/
.testimonialoverlay {
  background: rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.ch-icon {
  background: #085AA4;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
    margin-bottom: 0px;
  height: 130px;
  align-content: center;
  border-radius: 100%;
  margin-bottom: 20px;
}
.cicon {
  text-align: center;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  align-content: center;
  border: 1px solid #085AA4;
}
.bg-green {
  background-color: #085AA4;
}
.contact-set {
  position: relative;
  display: block;
  box-shadow: 0px 0px 21.25px 3.75px rgba(0, 0, 0, 0.06);
  padding: 50px 50px 80px;
}
.form-control {
  background: #fff !important;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid #4d4d4d !important;
  outline: 0;
  padding: 1.7rem 2rem;
  display: block;
  width: 100%;
  resize: none;
  font-size: 14px;
}
.form-control:hover {
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-color: #085AA4 !important;
}
.wpcf7-submit {
  width: 100%;
  max-width: 200px;
  float: right;
  padding: 15px;
  text-transform: uppercase;
  background: #085AA4;
  color: #fff;
  border: 1px solid #085AA4;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 20px;
  -webkit-transition: width 0.5s !important;
  transition: all 0.5s !important;
}
.wpcf7-submit:hover {
  background: #ed1c24 !important;
  border-color: #ed1c24 !important;
  -webkit-transition: width 0.5s !important;
  transition: all 0.5s !important;
}
.btn-danger {
	background: #ed1c24 !important;
	border-color: #ed1c24 !important;
}
.btn-danger:hover {
	background: #085AA4 !important;
	border-color: #085AA4 !important;
}
.main-img {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.overlap-img {
  bottom: -100px;
  right: 0px;
  z-index: 9;
  transition: all 0.4s ease;
}
.overlap-img:hover, .main-img:hover {
  transform: scale(1.05);
}
.bg-danger {
	background: #ed1c24 !important;
}
.text-danger {
	color: #ed1c24 !important;
}
.bg-blue {
	background: #085AA4 !important;
}
.aiglogo {
  max-width: 100%;
  height: 70px;
  width: auto;
}
