section.about-us {
    margin: 60px 0 60px;
}
section.about-us .about-aquantuo p:first-child{
   
    font-weight: 800;
    font-size: 32px;
    color: #066277;
}
section.about-us .about-aquantuo h1{
    font-weight: 800;
    font-size: 32px;
    color: #066277;
}
section.about-us .about-aquantuo p:last-child {
    font-family: 'Roboto';
    margin: 16px 0 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}
section.about-us .row.images {
    margin: 80px 0 0;
}
section.about-us .row.second{
    margin: 38px 0 0;
}
section.doorstep{
    background: rgba(64, 185, 234, 0.05);
    padding: 55px 0;
    margin: 60px 0 60px;
}

section.mission.vision-section {
    padding-top: 0;
}

section.doorstep .doorstep-content h2 {
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Nexabold';
}
section.doorstep .doorstep-content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0 0;
    width: 72%;
    margin: 0 auto;
}
section.leadership-team{
    margin: 50px 0 100px;
}
section.leadership-team .team-heading p:first-child{
    font-family: 'Nexa';
    font-weight: 800;
    font-size: 24px;
    line-height: 0;
    padding: 0 0 13px;
    color: #066277;
}
section.leadership-team .team-heading p:last-child{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
}
section.leadership-team .leadership-box p:nth-child(1){
    font-family: 'Nexa';
    font-weight: 800;
    font-size: 16px;
    color: #066277;
}
section.leadership-team .leadership-box p:nth-child(2){
    font-family: 'Nexa';
    font-weight: 400;
    font-size: 14px;
}
.social-icons{
    gap: 22px;
    margin: 12px 0 0;
}
section.leadership-team .row.teams {
    margin: 62px 0 0;
}
.team-box {
    padding: 24px 0 0;
}
section.mission {
    padding: 50px 0;
}
section.mission p.first{
   font-weight: 800;
   font-size: 32px;
   color: #066277;
}
section.mission p.second {
    font-weight: 400;
    font-size: 24px;
    color: #070707;
    padding: 16px 0 0;
    font-family: 'Roboto';
    line-height: 30px;
}
section.core-values .heading-box.text-center {
    margin: 0 0 24px;
}
section.core-values .heading-box p{
   font-weight: 800;
   font-size: 32px;
   color: #066277;
}
section.core-values .images p{
  padding: 11px 0 0;
  font-weight: 800;
  font-size: 24px;
}
section.counter {
    margin: 60px 0px 60px;
}
section.counter .heading-box p{
  font-weight: 800;
  font-size: 32px;
  color: #066277;
  padding: 0 0 32px;
}
section.counter .counter-box h1 {
    font-weight: bolder;
}
section.counter .counter-box.one {
    color: #066277;
}
section.counter .counter-box.two {
    color: #A568ED;
}
section.counter .counter-box.three {
    color: #0EAD69;
}
section.counter .counter-box.four {
    color: #326CE7;
}
section.locations .heading-box p{
  font-weight: 800;
  font-size: 32px;
  color: #066277;
  margin: 0 0 29px;
}
section.locations{
  padding: 0 0 100px;
}
section.locations .container {
    
}
.col-md-1 {
    max-width: 14.2%;
    flex: 0 0 14.2%;
    padding: 0;
}
.col-md-1 img{
   width: 100%;
}
section.locations .row.last {
    padding: 42px 0 0;
}
.about-banner{
    height: 450px;
    text-align: center;
    overflow: hidden;
}
.about-banner img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    bottom: -50px;
}
.row.flags img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

section.core-values .images img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
section.locations .row.flags a:first-child img{
    height: 72px;
    border-radius: 10px;
}
                    /* Responsive About Aquantuo Page*/

@media (max-width: 3000px){
/*    .container {
        max-width: calc(100% - 100px);
    }*/
    section.locations .row.flags{
        gap: 42px;
    }
    .col-md-1 {
    	max-width: 11%;
    	flex: 0 0 11%;
    }
}

@media (max-width: 1200px){
    .container {
        max-width: calc(100% - 30px);
    }
    section.locations .row.flags{
        gap: 42px;
        justify-content: center;
    }
}

@media (max-width: 1100px){
    ul.navbar-nav li {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 991px){
    section.about-us .about-aquantuo p:first-child{
        font-size: 32px;
    }
    section.about-us .about-aquantuo p:last-child{
        font-size: 24px;
        line-height: 30px;
    }
    section.about-us {
        margin: 35px 0;
    }
    section.about-us .row.images {
        margin: 40px 0 0;
    }
    section.doorstep .doorstep-content h2{
        font-size: 28px;
    }
    section.doorstep .doorstep-content > br{
        display: none;
    }
    section.leadership-team .leadership-box p:nth-child(1){
        font-size: 14px;
    }
    section.mission p.second{
        font-size: 28px;
    }
    section.doorstep{
        margin: 50px 0 60px;
    }
    section.counter .counter-box.one, section.counter .counter-box.two, section.counter .counter-box.three {
       margin: 0 auto;
    }
    section.doorstep .doorstep-content p {
    width: 80%;
   }
   section.locations .row.flags {
    gap: 25px;
   }
}

@media (max-width: 767px){
    section.doorstep .doorstep-content h2 {
        font-size: 26px;
    }
    section.doorstep .doorstep-img {
        margin: 45px 0 0;
        text-align: center;
    }
    .team-box {
        padding: 10px 0 0;
    }
    section.leadership-team .row.teams .col-md-3.col-sm-6:nth-child(3), section.leadership-team .row.teams .col-md-3.col-sm-6:nth-child(4), section.leadership-team .row.teams{
        margin: 25px 0 0;
    }
    section.mission p.second {
    	font-size: 20px;
		line-height: 26px;
    }
    section.core-values .images {
    	margin: 0 0 20px;
    }
    section.counter .counter-box {
    	width: fit-content;
    	margin: 0 auto;
    }
     section.counter .col-md-3.col-sm-6.second {
    	margin: 20px 0 0;
    }
    section.counter {
    	margin: 60px 0px 60px;
    }
    section.counter .counter-box h1 {
        font-size: 30px;
        text-align: center;
    }
    section.doorstep .doorstep-content p {
      width: 100%;
    }
	
	section.mission p.first {
		font-size: 26px;
	}
	section.core-values .heading-box p {
		font-size: 26px;
	}
	section.counter .heading-box p {		
		font-size: 26px;
	}
	section.locations .heading-box p {
		font-size: 26px;
		margin: 0 0 26px;
	}
	 section.about-us .about-aquantuo p:first-child{
        font-size: 32px;
    }
}

@media (max-width: 575px){
    section.about-us .row.second {
        margin: 0;
    }
    section.about-us .about-img {
        margin: 0 0 20px;
    }
    section.about-us .row.second .col-md-6.col-sm-6:last-child .about-img{
        margin: 0;
    }
    section.about-us .about-aquantuo p:last-child {
        font-size: 20px;
        line-height: 24px;
    }
    section.about-us .about-aquantuo p:first-child {
        font-size: 26px;
    }
    section.doorstep .doorstep-content h2{
        margin: 0;
        font-size: 26px;
    }
    section.doorstep{
        padding: 35px 0;
    }
    section.leadership-team .team-heading p:first-child{
        font-size: 22px;
    }
    section.leadership-team .team-heading p:last-child{
        font-size: 16px;
    }
    section.leadership-team .row.teams .col-md-3.col-sm-6:nth-child(2){
        margin: 25px 0 0;
    }
    section.leadership-team {
        margin: 50px 0 50px;
    }
    section.counter .col-md-3.col-sm-6.second {
    	margin: 0px 0 0;
    }
    section.counter .counter-box{
	margin: 0 auto 20px;
    }
    section.counter .col-md-3.col-sm-6 {
    	margin: 0px 0 20px;
    }
    section.counter .col-md-3.col-sm-6.second.last{
       margin: 20px 0 0;
    }
    .col-md-1 {
        max-width: 13.3%;
        flex: 0 0 13.3%;
   }
   section.locations {
    padding: 0 0 50px;
  }
  .about-banner img {
    height: auto;
   }
  .about-banner {
   height: auto;
  }
}


@media (max-width: 420px){
    section.locations .row.flags {
        gap: 15px;
    }
}
section.locations .row.flags a:first-child img{
    height: 72px;
    border-radius: 10px;
}