/*
Theme Name: AEDC Custom Theme
Theme URI: http://www.kodemetrics.com
Author: Kapamau
Author URI: http://www.kodemetrics.com
Description: Our theme is clean,responsive, and designed for clarity. It is simple, the typography is readable on a wide variety of screen sizes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: corporate,business,two-columns, left-sidebar,responsive-layout, accessibility-ready, featured-images, post-formats

*/

@import url('assets/css/bootstrap.min.css');
@import url('assets/css/style.css');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

/* .copyright{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5px;
    height: 20px;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
    background-color: #E5E5E5;
}
.copyright  span ,
.copyright span a {
   float: right;
   color: #E5E5E5;
   font-size: 8px;
} */

span i.hidden-sm {
    font-size: 12px;
    background-color: ;
}

ul.accordion {
    margin-bottom: 14px;
}

ul.accordion>li {
    margin: 0;
    background: #FFF;
    margin-bottom: 5px!important;
    padding: 13px 20px 0 20px;
    -webkit-box-shadow: 0 1px 2px #CCCCCC;
    -moz-box-shadow: 0 1px 2px #CCCCCC;
    box-shadow: 0 1px 2px #CCCCCC;
	list-style: none;
}

ul.accordion>li>a {
    display: block;
    padding: 0 0 13px 0;
    color: #444;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: padding .3s ease-out;
    -moz-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;
    -ms-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
}

ul.accordion li>a:hover {
    color: #FEC000;
}

ul.accordion li>a:before {
    float: right;
    position: relative;
    margin: -3px -7px 0 0;
    color: #c8c8c8;
    font: 600 1.308em 'Poppins', sans-serif;
    content: "+";
}

ul.accordion li>a.expanded::before {
    color: rgb(174, 174, 174);
    content: "-";
}

ul.accordion li>div {
    display: none;
    padding: 0 0 18px 0;
    width: 100%;
}

ul.accordion li p {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.responsive .fa.fa-bars {
    font-size: 24px;
    font-weight: bold;
    display: none;
}

.mobile-nav {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content-wrapper {
        display: none;
    }
    .responsive .fa.fa-bars {
        display: block;
    }
    .mobile-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        margin: 0;
        float: none;
        max-width: 250px;
        background: #3358df;
        background-color: #FEC000;
        padding: 25px 5px;
        z-index: 99999;
        transition: 0.3s ease;
        transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
    }
    .mobile-nav.active {
        display: block;
        left: 0px;
        right: 0px;
    }
    ul.mobile-menu li {
        display: block;
        border-bottom: 1px solid #cc9900;
    }
    ul.mobile-menu li:first-child {
        border-top: 1px solid #cc9900;
    }
    ul.mobile-menu li a {
        position: relative;
        display: block;
        color: #fff;
        padding: 10px 0px;
        text-transform: capitalize;
        padding-left: 10px;
    }
    ul.mobile-menu li a .btn.expander {
        background: none;
        color: #000375;
        /* border: 1px solid rgba(255,255,255,0.80); */
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 0px;
        position: absolute;
        top: 6px;
        right: 0px;
        outline: none;
    }
    .top-nav {
        width: 100%;
    }
    .top-nav span:last-child {
        display: none;
    }
    .menu-wrapper ul,
    .menu-wrapper .social-media-links {
        display: none;
    }
    .about-us-wrapper,
    .projects-two,
    .project-wrapper {
        display: block;
    }
    .projects-one,
    .projects-two {
        width: 100%;
    }
    .project-item {
        width: auto;
    }
    .about-us img {
        width: 40%;
    }
    .call-to-action,
    .our-core-values,
    .ibm {
        margin-bottom: 20px;
    }
    .location-item {
        width: auto;
    }
    .management {
        margin-bottom: 20px;
    }
    .widget {
        border-right: none;
    }
    .breadcrumb {
        background-position: 50%;
    }
    .members {
        width: 100%;
    }
    .board-details {
        width: 100%;
        margin: 0px auto;
    }
    .about-us-wrapper .about-us,
    .about-us-wrapper .e-news {
        width: 100%;
    }
}
.cookies-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    display: none;
}

.cookies-popup p {
    margin: 0;
}
.cookies-conent-wrapper{
    display: flex;
    justify-content: space-around;
}

.cookies-popup button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    cursor: pointer;
}
.gallery-wrapper{
	display:block;
	margin-top:10px;
}
.gallery-wrapper h3{}
.gallery-images{
	display:flex;
	flex-wrap:wrap;
}
.gallery-img{
	width:340px;
	height: 220px;
	margin-right: 5px;
	margin-bottom:5px;
	background-repeat: no-repeat;
	background-size: cover;

}
.management .content h3 {
    font-size: 1.1rem;
}
.management .content span {
	font-size:14px;
}
/* }
.th-main,
.th-sub{
	background-color: green;
	color: #fff;
	font-size: 12px;
}
.th-body{
	font-size:10px;
}
.table thead th {
	font-size:10px;
    text-align: center;
}
.th-sub-1{
	font-size: 8px;
	display: flex;
	justify-content: left;
}

.th-sub-1 span{
	margin-right: 2px;
}

tbody.th-body tr td:nth-child(3){
   width:300px;
} */

/*     .th-main,
	.th-sub {
		background-color: green;
		color: #fff;
		font-size: 12px;
		text-align:center;
	}

	.th-body tr {
		font-size: 12px;
	}

	.th-sub-1 {
		display: flex;
		justify-content: space-evenly;
	}

	.th-sub-1 span {
		font-size: 12px;
		margin-right: 2px;
	}

	tbody.th-body tr td:nth-child(3) {
		width: 300px;
	} */

.table tbody tr{
	font-size:10px;
}

.table, th, td {
	border: 1px solid black !important;
}

 body {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
    }

    .navbar-component {
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      margin-top: 0px;
      margin-bottom: -150px;
      padding: 0px 10px 30px;
      /* background-color: #050202; */
      z-index: 900;
      position: relative;
    }

    .navbar-component {
      display: flex;
      align-items: center;
    }

    .navbar-component .logo {
      width: 20%;
    }

    .navbar-component .nav_menu {
      width: 80%;
    }

    .nav_menu {
      display: flex;
    }

    .nav_menu ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      margin-left: auto;
      list-style: none;

    }

    .nav_menu ul li:last-child {
      margin-right: 50px;
    }

    .nav_menu ul li li:last-child {
      margin-right: 0px;
    }

    .navbar-component a {
      font-family: "Mulish", muli;
      font-size: 16px;
      font-weight: 400;
      line-height: 20.08px;
      color: #FFFFFF;
      padding: 0px 10px;
    }

    .navbar-component ul ul {
      display: none;
      position: relative;
    }

    .navbar-component ul li:hover ul {
      display: block;
      position: absolute;
      top: 15;
      background-color: #FFF;

    }

    .navbar-component ul ul a {
      display: block;
      color: #333;
      padding: 10px;
      font-size: 13px;
      letter-spacing: 1px;
      text-decoration: none;

    }

    .navbar-component ul ul a:hover {
      background-color: #FF8300;
	  background-color: #000375;
      color: #fff;
    }

    .tm-banner {
      display: flex;
      position: relative;
      width: 100%;
      height: 650px;
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
    }


    .bd-example {
      position: relative;
      background-size: cover;
      overflow: hidden;
    }

    .carousel::before,
    .bd-example::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #0000008c;
/*       opacity: .45;
      z-index: 2; */
    }

/*     .carousel-control-prev,
    .carousel-control-next {
      display: none;
    } */
    .carousel-item a:hover{
	  text-decoration:none;
    }
    .carousel-caption {
      position: relative;
      bottom: -40%;
      left: 110px;
      text-align: left;
      padding-right: 60%;
      padding-left: 3%;
    }

    .carousel-caption h5 {
      font-size: 30px;
      font-weight: 900;
      border-bottom: 2px solid #FFF;
      font-family: "Mulish", muli;
/*       line-height: 60px; */
    }

    .carousel-caption h5:hover {
      text-decoration: none;
    }

    .carousel-caption p {
      font-size: 18px;
    }

    footer.tm-block .row {
      align-items: center;
    }


    .responsive i {
      color: #fff;
    }

    .responsive .fa.fa-bars {
      font-size: 24px;
      font-weight: bold;
      display: none;
    }

    .mobile-nav {
      display: none;
    }

    @media (min-width: 320px) and (max-width: 767px) {
      .navbar-component {
        justify-content: space-between;
      }

      .navbar-component .logo {
        width: 0px;
      }

      .widget {
        margin-bottom: 30px;
      }

      .tm-banner {
        height: 300px !important;
      }

      .carousel-caption {
        display: none;
      }

      .nav_menu {
        display: none;
      }

      .top-content-wrapper {
        display: none;
      }

      .responsive .fa.fa-bars {
        display: block;
      }

      .mobile-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        margin: 0;
        float: none;
        max-width: 250px;
        background: #3358df;
        background-color: #FEC000;
        padding: 25px 5px;
        z-index: 99999;
        transition: 0.3s ease;
        transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
      }

      .mobile-nav.active {
        display: block;
        left: 0px;
        right: 0px;
      }

      ul.mobile-menu li {
        display: block;
        border-bottom: 1px solid #cc9900;
      }

      ul.mobile-menu li:first-child {
        border-top: 1px solid #cc9900;
      }

      ul.mobile-menu li a {
        position: relative;
        display: block;
        color: #fff;
        padding: 10px 0px;
        text-transform: capitalize;
        padding-left: 10px;
      }

      ul.mobile-menu li a .btn.expander {
        background: none;
        color: #000375;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 0px;
        position: absolute;
        top: 6px;
        right: 0px;
        outline: none;
      }

    }


.tm-block-header{
  font-family: "Mulish", sans-serif;
  margin-top: 30px;
  background-color: #D9D9D9;
}
.tm-block-header h3{
  font-family: "Mulish", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  letter-spacing: 2px;
  margin: 0px;
}
.board-management{
  font-family: "Mulish", sans-serif;
  border: 1px solid #ccc;
  padding: 50px;
}

.board-management .team-image img {
    width: 100%;
}
.board-management .meta-content{
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 10px;
}

.board-management .meta-content h3 {
  font-size: 12px;
  font-weight: 900;
  margin: 0px;
}
.board-management .meta-content a {
  font-size: 8px;
  text-transform: uppercase;
  color: #FFF;
  width: 100px;
  background-color: #000375;
  letter-spacing: 2px;
  padding: 8px 5px;
}
.board-management .meta-content a:hover {
  text-decoration: none;
}
.board-management .meta-content p{
  margin: 0px;
  font-size: 12px;
}

/**************** grid blog *****************/

.blog-grid{
    display: flex; 
    background-color: #F5F5F5;
    transition-property: background, border, box-shadow;
	margin-bottom: 20px;
}

.blog-grid-image{
  width: 50%;
  height: 300px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
.meta-Information{
  padding: 10px;
  width: 50%;
}
.meta-Information{
  padding: 10px;
  width: 50%;
}

.blog-grid-meta-tag{
  display: flex;
  justify-content: space-between;
}

.blog-grid-meta-tag i{
  margin-right: 5px;
}
.meta-Information h3{
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.meta-Information h3 a{
  color:#000;
}

.meta-Information a.blog-grid-url{
  float: right;
  width: 100px;
  padding: 5px 10px;
  color: #fff;
  background-color: #000375;
  text-transform: uppercase;
  font-size: 12px;
}

.careers {
	display: flex;
	justify-content: space-between;
}

.careers .wrapper {
	padding: 10px 25px;
	width: 50%;
}

.careers .wrapper .main-title{
	color: #606060;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	margin-bottom:20px;
	padding-bottom:20px;
}

.careers .image {
	position: relative;
	width: 50%;
	height: 650px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.careers ul li{
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
	align-items: center;
}

.careers ul li span{
	font-size:18px;
	font-weight:900;
}

.careers ul li a{
	width:150px;
	padding: 5px;
	padding-left: 20px;
	background:#000375;
	color:#FFF;
	font-weight:900;
	text-decoration: none;
	border-radius: 4px;
}
p strong{
	font-size:20px;
	font-weight:900;
}
.banner-section{width: 100%;overflow: hidden;}


/** audited-financial-statement **/
.audited-financial-statement{
	background-color: #f4f4f4;
	padding: 20px 30px;
}

.audited-financial-statement .parent{
	margin: 0px auto;
	margin-bottom: 30px;
	width: 600px;
}
.parent,.child {display: flex;justify-content: space-around; margin-bottom: 10px}
.parent-statement{ width: 600px;}
.parent-statement,
.child-statement{
	height: 150px;
	background-color: #fff;
	text-align: center;
	padding: 15px 15px;
}
.child-statement{
	width:30%;
	height:150px;
}

.parent-statement span,
.child-statement span{
	display: block;
	margin-bottom: 20px;
}

.parent-statement a,
.child-statement a{
	width: 300px;
	padding: 5px 10px;
	color: #FFF;
	background-color: #000375;
	margin-top: 30px;
	border-radius: 2px;
}


.block{display: block;margin-top: 20px;}
.block-title{border-bottom: 2px solid #CCC; margin-bottom: 50px;}
.block-title h3{
  color: #606060;
  font-size: 20px;
  padding-left:25px;
}
.block-row,
.block-row-two{
	display: flex;
	justify-content: space-around;
}
.block-row-one{width: 60%;}
.org-mantra{
	width: 200px;
	padding: 10px;
	border: 2px solid #000375;
	margin-right: 10px;
	text-align: center;

}
.org-mantra span{
	text-transform: uppercase;
	font-weight: 900;
}

.block-row-one ul{
	list-style: circle;
	list-style-position: inside;
}
.org-mantra .icon{
	display: block;
	margin-bottom: 20px;
   font-size: 30px;
}
.about-us-plac,
.our-values-image{
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
}
.about-us-plac{
	height: 250px !important;
	background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
	.careers .image,
	.careers .wrapper{width: 100%}
	.careers {display: block;}
	.block-row-one {width: 100%;}
	.org-mantra {width: 100%; margin-bottom: 10px;}
	.block-row, .block-row-two {display: block;}
	.about-us-plac, .our-values-image {height: 100px;}
	.about-us-plac {height: 150px !important;}
	.child {display: block;margin-bottom: 10px;}
	.child-statement{ width: 100%; margin-bottom: 10px;}
	.block-row-one ul {padding: 10px;}
	.team .meta {display: block;}
	.team .meta-img {width: 100%;}
	.team .meta-content {padding: 10px 25px}
}
.table, th, td {
    font-size: 14px;
    color: black;
}

.core-values-wrapper{
	display: block;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	margin-top:10px;
}

.core-values-title{
	background: #FFF;
	width: 150px;
	height: 200px;
	margin-left: 20px;
	padding: 20px;
	padding-top:50px;
	margin-bottom: 10%;
}

.core-values-item-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 90%;
	margin: 0 auto;

}

.core-values-item{
	width: 300px;
	height: 220px;
	background-color: #FFF;
	text-align: center;
	padding: 20px;
	border:1px solid #f2f2f2;
}

.contact-info-container li{
	display:flex;
	padding-bottom:5px;
}
.contact-info-container li i{
	width:13%;
}
.contact-info-container li p{
	width:70%;
}

.der_wrapper{
	display: block;
	width: 100%;
	margin-top:1%;
}

.der_row {
	display: flex;
	width: 100%;
	margin-top:40px;
}

.der_row .image {
	width: 50%;
	height: 400px;
	background-repeat: no-repeat;
}
.der_row .content {
	width: 45%;
	padding: 20px;
}

.der_row .content ul {
	margin: 0;
	padding: 0;
}
.der_row .content ul a{color:#007bff; padding-right:10px;}

.blog-detail{
	display:block;
	margin-top:10px;
}

.blog-detail img{
	max-width: 800px;
}

.blog-category{
	display:inline-block;
	width:100px;
	color:red;
	background-color:bisque;
	padding:5px 10px;
}
.blog-detail .blog-title{
	font-size: 30px;
}