/*about-us*/
.who-we-are{
	padding-top: 64px;
	background-color: #00A4E6;
  padding-bottom: 90px;
}
.who-we-are .container{
	position: relative;
}
.who-we-are img {
	position: absolute;
    max-width: 182%;
    right: -17px;
    top: 22px;
}
.our-purpose{
	padding-top: 68px;
  padding-bottom: 80px;
}
.our-team{
	padding-top: 80px;
  background-color: #EFF8FE;
  padding-bottom: 150px;
  position: relative;
}
.our-purpose img{
  padding-right: 85px;
  padding-top: 38px;
}
.who-we-are h3,.our-purpose h3,.our-team h3{
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 42px;
  margin-bottom: 20px!important;
}
.our-purpose h3,.our-team h3{
	color: #000000;
}
.who-we-are p{
	  max-width: 544px;
  	color: #FFFFFF;
  	font-family: Raleway;
  	font-size: 18px;
  	letter-spacing: 0;
  	line-height: 26px;
}
.our-purpose p,.our-team p{
	  max-width: 508px;
  	color: #000000;
  	font-family: Raleway;
  	font-size: 20px;
  	letter-spacing: 0;
  	line-height: 32px;
}
.our-team p{
    max-width: 750px;
}
.bidding-partner button a{
    color: #00A4E6;
    font-family: Raleway;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border: 1.5px solid #00A4E6;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 8.3px;
    width: 209px;
}
.bidding-partner button{
    background-color: transparent;
    border:none;
}
.bidding-contact{
    background-image: none!important;
    min-height: auto!important;
    display: block !important;
    height: auto !important;
}
.header-bidding-contact-form h2{
    text-align: center;
}
.team-details{
	padding-top: 50px;
}
.team-details h4{
	color: #053054;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.team-details span{
	color: #053054;
	font-family: Raleway;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
  display: block;
}
.our-purpose img,.team-details img {
	max-width: 100%;
}
.team-details{
  text-align: center;
}
.top-right-img{
  position: absolute;
  top: 0px;
  right: 60px;
}
.bottom-left-img{
  position: absolute;
  bottom: 0px;
  left: 60px;
}
@media(max-width: 1199px){
  .who-we-are img {
    top: 146px;
  }
}
@media(max-width: 992px){
  .who-we-are img{
    max-width: 100%;
    right: inherit;
    position: relative;
    top: 3px;
  }
  .who-we-are{
    padding-bottom: 0px;
  }
  .our-purpose img {
    padding-right: 0px;
    padding-top: 0px;
  }
}
@media(max-width: 430px){
  .bottom-left-img,.top-right-img{
    right: 10px;
  }
}