@charset "UTF-8";

/* Header */

.header-topbar li{
    display: inline-flex !important;
    line-height: initial;
}
.afc_logo{
  width: 165px;
  margin-left: 50%;
}

@media (max-width: 1599px) {
  .afc_logo{
    margin-left: 15%;
  }
}
@media (max-width: 1199px) {
  .afc_logo{
    margin-left: 8%;
  }
}
@media (max-width: 991px) {
  .afc_logo{
    margin-left: 6%;
  }
}
@media (max-width: 575px) {
  .afc_logo{
    margin-left: 6%;
  }
}
@media (max-width: 399px) {
  .afc_logo{
    margin-left: 6%;
  }
}


.afc_logo_footer{
  width: 130px;
}

/**** Menu Titles ****/
  header .header-nav .nav-container .menu-items ul li a {
    margin-left: 30px;
    margin-right: 30px;
  }
@media (max-width: 767px) {
  header .header-nav .nav-container .menu-items ul li a {
    margin-left: 0;
    margin-right: 0;
  }
}


.container-fluid{
  padding: 0 0px;
  margin: 0 0px;
}

/* Menu Toggle Mobile */
header .header-nav .nav-container .navbar-toggler{
  margin-right: 30px;
}


/* Chrome Mobile Scroll-Y Hidden */
header .header-nav .nav-container.breakpoint-on .nav-menu{
  overflow-y: hidden;
}

/* Who We Are */
#whoarewe img {
  max-width: 85%;
} 

@media (max-width: 767px) {
  #whoarewe img {
    max-width: 100%;
  } 
}
@media (max-width: 575px) {
  #whoarewe img {
    max-width: 100%;
  } 
}

/* Map */
.coverage_map{
  width: 700px;
}

/* Banner Button Color */
/*.afc .main-btn.main-btn-2::after{
  background-color: #008080;
}
.afc header .header-nav .nav-container.breakpoint-on .nav-menu{
  background-color: #008080;
}
*/

/* Leader */
.testimonial-section{
    padding-top: 90px;
}

/*Offering */
.service-boxes .service-box-two{
  height: 320px;
  margin-top: 30px;
}
#offerings.section-gap{
  padding-top:60px;
}


@media (min-width: 992px) and (max-width: 1550px) {
  #coverage .section-title .title, #offerings .section-title .title {
    margin: 0 120px;
  }
}

/* Partners */
.member-details-wrapper .member-details {
    -ms-grid-columns: 270px 60px 1fr 60px 1fr;
    grid-template-columns: 270px 1fr 0fr;
  }
  @media (max-width: 991px) {
    .member-details-wrapper .member-details {
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 0fr;
    }
  }
  @media (max-width: 767px) {
    .member-details-wrapper .member-details {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }

  /* Current Mandates */
  .current_mandates .fact-two-inner::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #040f17;
    opacity: 0.75;
    z-index: -1;
  }

  /* Why Afc */
  @media (max-width: 1199px) {
    .why_afc{
      padding-bottom: 0px;
    }
    .fact-section-three::before {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .why_afc{
      padding-bottom: 0px;
    }
    .fact-section-three::before {
      display: none;
    }
  }

  /********************/

  html {
    scroll-behavior: smooth;
  }
/* To Be Removed */
  /* Second Member */
  .member-details-wrapper .member-details.second_member {
    -ms-grid-columns: 270px 60px 1fr 60px 1fr;
    grid-template-columns: 1fr 270px 0fr;
  }
  .member-details-wrapper .member-details.second_member .member-desc{
    order: initial;
    -webkit-order: initial;
  }
  @media (max-width: 991px) {
    .member-details-wrapper .member-details.second_member {
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 0fr;
    }
    .member-details-wrapper .member-details.second_member .member-desc{
        order: 1;
        -webkit-order: 1;
      }
  }
  @media (max-width: 767px) {
    .member-details-wrapper .member-details.second_member {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .member-details-wrapper .member-details.second_member .member-desc{
        order: 1;
        -webkit-order: 1;
      }
  }

  .logo_afc{
    width: 650px;
    margin-top: 35px;
  }
  .logo_axios{
    width: 600px;
  }
  .logo_afc:hover, .logo_axios:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .col_1:hover, .col_2:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  /* Text Colors */
  .afc_blue a, .afc_blue i{
    color: #008080 !important;
    font-size: 30px;
  }
  .axios_gold a, .axios_gold i{
    color: #bf9a4f !important;
    font-size: 30px;
  }
  
  /* Cursor Trail */
 @media screen and (min-width: 1000px) {
	.cursor{
    position:fixed;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    z-index:999999;
    pointer-events:none;
    border-radius:50%;
    transform-origin:left top;
    transition:transform 0.35s;
    transform:scale(0.35) translate(-50%,-50%);
    background-color:#0080808f
	}
}
  


/****** The Team Page *****/
/* staff Member */
.job-list-area-section .single-job{
  margin-bottom: 13px;
  padding: 15px;
}
