
.cont-vision{

    padding: 20px;
    margin-top: 10px;
    margin-top: 50px;
}
.cont-mission{

    padding: 20px;
    /* margin-top: 20px; */
    margin-top: 0px;
   
}
.about-img{
    width: 100%;
    height: 300px;
    
}
.misvis{
    width: 400px;
}

.image-cover{
    padding: 20px;
}


/* .imgbox:after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background-color: #173f7a;
    position: absolute;
    z-index: -1;
    right: -7px;
    bottom: -7px;
} */




.icone{
  height: 70px;
  width: 100%;
}

.img-icone{
    margin-top: 40px;
}

/* .bluehalf{
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
}
.bluehalf::before{
    background: #163f7a;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
} */

.heading-api{
    margin-top: 100px;
}
.api-cont{
    /* margin-bottom: 150px; */
    margin-bottom: 0px;
    margin-top: 50px;
}

.email-title{
    color: #163f7a;
    font-weight: bold;
}

.api-cont a{
    color: #e3383d;
}

.tablestyleprod
{
	
    /* margin-bottom: 50px; */
	width: 100%;
    border-collapse: collapse;

}

.tablestyleprod th
{
	padding: 5px;
	background-color: #163f7a;
	color:#fff;
    border: 1px solid #ccc;
}
.tablestyleprod th .head-p
{
	
	color:#fff;
}

.tablestyleprod td
{
	padding: 0px 5px 0px 10px;
	background-color: rgba(255,255,255,0.5);
    border: 1px solid #ccc;
}
.tablestyleprod td p
{
	font-size: 15px;
}

.tablestyleprod tr:hover td
{
	background-color: #fff;
}


.tablestyleprod-reduce 
{
	
    /* margin-bottom: 50px; */
	width: 100%;
}

.tablestyleprod-reduce  th
{
	padding: 8px;
	background-color: #163f7a;
	color:#fff;
    border: 1px solid #ccc;
}

.tablestyleprod-reduce  td
{
	padding:  7px;
	background-color: rgba(255,255,255,0.5);
    border: 1px solid #ccc;
}

.tablestyleprod-reduce  tr:hover td
{
	background-color: #fff;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #163f7a;
}
.image-abt-box{
    margin-left: -100px;
}
.overlap-img{
    height: 500px;
    width: 300px;
}
.image-abt-box::before{
    content: '';
    display: block;
    width: 100%;
    height: 354px;
    /* background-color: #173f7a; */
    position: absolute;
    border-top: 15px solid #163f7a;
    border-left: 15px solid #163f7a;
    border-bottom: 15px solid #163f7a;
    z-index: -1;
    left: -100px;
    top: -15px;
    clip-path: polygon(0 0, 72% 0, 30% 100%, 0% 100%);
}

.section-heading-contrmanu h3{
    font-family: BrandonGrotesqueBold, 'Roboto', sans-serif;
    color: #163f7a;
}

.tablestyle-prodpipeline
{
	
    /* margin-bottom: 50px; */
	width: 100%;
}

.tablestyle-prodpipeline th
{
	padding: 10px;
	background-color: #163f7a;
	color:#fff;
}

.tablestyle-prodpipeline td
{
	padding:  12px;
	background-color: rgba(255,255,255,0.5);
    border-bottom: 1px solid gray;
}

.tablestyle-prodpipeline tr:hover td
{
	background-color: #fff;
}
.progress{
    height: 30px;
    border-radius: 100px;
    margin: 0;
}
.progress-bar {
	text-align: left;
	white-space: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
    background-color: #e3383d;
    border-radius: 100px;
    height: 30px;
    padding-top: 5px;
    padding-left: 15px;

}

.progress-bar > .progress-type {
	padding-left: 10px;
    margin-top: 10px;
}

.progress-meter {
	min-height: 15px;
	border-bottom: 2px solid rgb(160, 160, 160);
}

.progress-meter > .meter {
	position: relative;
	float: left;
	min-height: 15px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
	border-left-width: 2px;
}

.progress-meter > .meter-right {
	float: right;
	border-right-width: 2px;
}

.progress-meter > .meter-right:last-child {
	border-left-width: 2px;
}

.progress-meter > .meter > .meter-text {
	position: absolute;
	display: inline-block;
	bottom: -20px;
	width: 100%;
	font-weight: 700;
	font-size: 0.85em;
	color: rgb(160, 160, 160);
	text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
	text-align: right;
}

.mail-cont{
    /* box-shadow: 0px 4px 8px 0px; */
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    height: auto;
    margin-top: -80px;
    background-color: white;
    margin-bottom: 100;
    
}
.mail-cont p a{
    text-decoration: none;
    color: black;
}

.mail-cont i {
    color: #e3383d;
    margin-right: 2px;
    font-size: 15px;
   
    width: 30px;
    height: 30px;
    border: 1px
    solid #e3383d;
    padding: 6px;
    border-radius: 100%;
    text-align: center;
}

.mail-cont span{
    font-weight: bolder;

}
/* .head-contact{
    position: absolute;
   
   

} */

.email-header h4{
    margin-bottom: 7px;
}

.email-header{
    background-color: #163f7a;
    height: auto;
    width: 150px;
    text-align: center;
     color: white;
    padding: 5px;
    border-radius: 5px;
    padding-bottom: 1px;
    margin-top: -40px;
    margin-bottom: 10px;
}

.main-web-btn {
    background-color: #e3383d;
    /* margin-top: 20px; */
    margin-top: 0;
    border: none;
    /* padding: 10px; */
    padding: 5px;
    border-radius: 5px;
    transition: 1s;

   
}

.main-web-btn:hover{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

#main-web-link{
    color: #ffffff !important;
    font-weight: bold;
    background: #e3383d;
    border-radius: 5px;
    margin: 3px !important;
    /* padding: 5px 15px !important; */
    padding: 5px 5px;
    font-size: 12px;
}

.sub-head-cont{
    color: #e3383d;
    font-family: BrandonGrotesqueBold, 'Roboto', sans-serif;
    font-size: 16px;
  margin-bottom: 15px;
}
.section-headingg-2{
    margin-top: 60px;
    padding: 20px;
}

.section-heading-2{
    margin-top: 60px;
    border: 1px solid #163f7a;
    padding: 20px;
    border-radius: 20px;
}
.section-heading-2 h4{
margin-top: -30px;
background: white;
width: 110px;
margin-left: 15px;
padding-left: 10px;
}
.logo-body{
    height: 90px;
    width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
}
.logo-body .who{
    height: 50px;
    width: 100%;
    margin-top: 10px;
}
.logo-body .souaf{
    height: 50px;
    width: 100%;
    margin-top: 10px;
}

.logo-body .austr{
    height: 50px;
    width: 100%;
    margin-top: 10px;
}


.logo-body .tga{
    height: 50px;
    width: 100%;
    margin-top: 10px;
}



.logo-body .pics{
    height: 80px;
    width: 100%;
    margin-top: 0px;
}


.logo-body .moi{
    height: 70px;
    width: 100%;
}
.logo-body .kenya{
    height: 70px;
    width: 100%;
}
.logo-body .arabheal{
    height: 70px;
    width: 80px;
}
.logo-body .nda{
    height: 70px;
    width: 80px;
}
.logo-body .zimbab{
    height: 70px;
    width: 120px;
}
.logo-body .iso{
    height: 70px;
    width: 80px;
}


/* 
#tab-contract{
    width: 25%;
} */
/* #tab-contract-trans{
    width: 23%;
} */

#resptabprodpipe{
    display: none;
}