body {
  font-family: "Raleway", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.nopadding-1 {
  padding-right: 0;
}
.nopadding {
  padding: 0;
  margin: 0;
}
.nopadding-2 {
  padding-left: 0;
}

.layout_padding {
  padding: 30px 0;
}

.layout_padding2 {
  padding: 0 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #da7426;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  /* position: relative;
  height: calc(100vh - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover; */
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section .header_bottom {
  background-color: #fff;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #fff;
  display: none;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #da7426;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .social_box a:hover i {
    background-color: #da7426;
}

.header_section .header_bottom {
    padding: 22px 0px 30px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar #navbarSupportedContent {
  padding-top: 15px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand span {
  color: #da7426;
}

.navbar-brand:hover {
  color: inherit;
}

.navbar_brand_mobile {
  display: none;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav li.menu-item {
  padding-top: 1%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 23px;
  color: #003288;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
  transition: .5s ease;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #C2082D;
  font-weight: 800;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #da7426;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 0;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #003288;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #003288;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

li.menu-item-77.nav-item {
  margin-top: 9px;
  margin-left: 0px;
  margin-right: 5px;
}

li.menu-item-77.nav-item a {
  background-image: url(/wp-content/themes/afmuseum/images/search.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
}

li.menu-item-77.nav-item a:hover, 
li.menu-item-77.nav-item a:focus {
    opacity: .7;
}

li.menu-item-77.nav-item a span {
  font-size: 0;
}

li.menu-item-150.nav-item {

  margin-left: 10px;
}



li.menu-item-150.nav-item a {
  /*background-image: url(/wp-content/uploads/2024/05/group73-plus.png);*/
  display: inline-block;
  background-repeat: no-repeat;
  width: 124px;
background-position-x: center;
padding: 0px 15px !important;

 
}

li.menu-item-150.nav-item a:hover,
li.menu-item-150.nav-item a:focus {
    /*background-image: url(/wp-content/uploads/2024/05/group73-hover.png);*/
    color: #C2082D;
}

li.menu-item-150.nav-item a span {
       font-size: 16px;
    font-family: 'Raleway';
    font-weight: 900;
    color: #0176C7;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #0176C7;
  
}
li.menu-item-150.nav-item a span:hover {
  font-size: 16px;
    font-family: 'Raleway';
    font-weight: 900;
    color: #C2082D;
    border-bottom: 1px solid #C2082D;
  
}

li.menu-item-150.nav-item a span::after {
    content: "";
     background: url(https://airforcemuseumfoundation.org/wp-content/uploads/2024/07/arrow-other.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 130px;
    height: 9px;
}

li.menu-item-150.nav-item a:hover span::after {

   
    
    background: url(https://airforcemuseumfoundation.org/wp-content/uploads/2024/07/arrow-red.png);
    background-repeat: no-repeat;
    background-position: center;
}


/*li.menu-item-6537.nav-item {*/

/*  margin-left: 10px;*/
/*}*/

/*li.menu-item-6537.nav-item a {*/
  /*background-image: url(/wp-content/uploads/2024/05/group73-plus.png);*/
/*  display: inline-block;*/
/*  background-repeat: no-repeat;*/
/*  width: 124px;*/
/*background-position-x: center;*/
/*padding: 0px 15px !important;*/

 
/*}*/

/*li.menu-item-6537.nav-item a:hover,*/
/*li.menu-item-6537.nav-item a:focus {*/
    /*background-image: url(/wp-content/uploads/2024/05/group73-hover.png);*/
/*    color: #0176C7;*/
/*}*/

/*li.menu-item-6537.nav-item a span {*/
/*    font-size: 16px;*/
/*    font-family: 'Raleway';*/
/*    font-weight: 900;*/
/*    color: #C2082D;*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    padding-bottom: 8px;*/
/*    border-bottom: 1px solid #C2082D;*/
  
/*}*/
/*li.menu-item-6537.nav-item a span:hover {*/
/*  font-size: 16px;*/
/*  font-family: 'Raleway';*/
/*  font-weight: 900;*/
/*  color:#0176C7;*/
/*  border-bottom: 1px solid #0176C7;*/
  

/*li.menu-item-6537.nav-item a span::after {*/
/*    content: "";*/
    /*background: url(https://airforcemuseumfoundation.org/wp-content/uploads/2024/07/arrow-red.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position-x: center;*/
/*    display: block;*/
/*    width: 130px;*/
/*    height: 9px;*/
    /* background: black; */
/*    right: 85px;*/
    /* top: 0; */
/*    bottom: 19px;*/
/*    position: absolute;*/
    
  
/*}*/
/*li.menu-item-6537.nav-item a::hover span::after {*/
/*    background: url(https://airforcemuseumfoundation.org/wp-content/uploads/2024/07/arrow-other.png);*/

    
  
/*}*/

/*li.menu-item-6537.nav-item a span::after {*/
/*    content: "";*/
/*    background: url(https://airforcemuseumfoundation.org/wp-content/uploads/2024/07/arrow-red.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    display: inline-block;*/
/*    width: 130px;*/
/*    height: 9px;*/
/*}*/

/*li.menu-item-6537.nav-item a:hover span::after {*/

/*    background: url(https://airforcemuseumfoundation.org/wp-content/uploads/2024/07/arrow-other.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/


.header_section .header-search {
  background-color: #0176C7;
  padding: 15px;
  text-align: right;
  display: none;
  /*position: fixed;*/
  width: 100%;
  z-index: 9999999;
  border: 1px solid #003288;
}

.header_section .header-search .search-form {
    position: relative;
}

.header_section .search-label label {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

.header_section .header-search .search-form input#search {
  border: 1px solid #003288;
    border-radius: 13px;
    padding: 5px 35px 5px 20px;
    width: 100%;
    max-width: 500px;
}

.header_section .header-search .search-form input.image {
      top: 5px;
    right: 35px;
    /*display: ;*/
    position: relative;
}

/*end header section*/

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 800;
  background-size: 100% 100%;
  background-repeat: no-repeat;
     /*background-image: url(/wp-content/uploads/2024/10/banner-image-new.png.webp/);*/
    background-size: cover;
    background-position: top center;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #da7426;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 3rem;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #da7426;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #da7426;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #da7426;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 105px;
  height: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100%;
  color: #003471;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #da7426;
  color: #ffffff;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slide {
  margin: auto;
  /*margin-top: 12%;*/
  margin-top: 5%;
  display: inline-block;
  width: 100%;
}

.slide .carousel-top-inner {
    text-align: center;
    padding: 0px 40px;
    margin-bottom: 20px;
}

.slide .carousel-top-inner img {
    width: 80%;
}

.slide .carousel-bottom-inner {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: 5%;
  font-family: "Sen", sans-serif;
}

.slide .carousel-button-inner {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-top: 4%;
}

.slide .carousel-button-inner a.donate-button {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 50px;
    display: inline-block;
    transition: .5s ease;
}

.slide .carousel-button-inner a.donate-button:hover,
.slide .carousel-button-inner a.donate-button:focus {
    border: 2px solid #C2082D;
    background-color: #C2082D;
}

.slide .carousel-arrow-inner {
    text-align: center;
    margin-top: 56px;
    margin-bottom: 60px;
}

/** top carousel END **/


/** about us **/

section.about_section .detail-box .heading_container h2,
section.about_section .detail-box .heading_container h2 p {
    position: relative;
    font-weight: 900;
    font-size: 40.69px;
    letter-spacing: 1px;
    color: #003288;
    padding-bottom: 0;
}

section.about_section .detail-box .btn-box {
  margin: 0 0;
}

section.about_section .detail-box .btn-box a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #003288;
  border: 2px solid #003288;
  padding: 7px 55px;
  text-transform: uppercase;
  display: inline-block;
  transition: .5s ease;
}

section.about_section .detail-box .btn-box a:hover,
section.about_section .detail-box .btn-box a:focus {
    color: #fff;
    border: 2px solid #003288;
    background-color: #003288;
}

section.about_section .detail-box .entry-content {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #fff;
    padding-bottom: 25px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section {
  position: relative;
  padding: 40px 0 160px 0;
}

.about_section .entry-image {
    position: block !important;
    position: relative;
    /* right: -70px; */
    z-index: 0;
    margin-left: auto;
    /* bottom: -360px; */
        text-align: end;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .about-section-image {
  position: relative;
}

.about_section .detail-box {
    position: relative;
    z-index: 9999;
    padding: 0 40px 0 0;
}

.about_section .detail-box p {
  color: #7A7A7A;
  margin-top: 15px;
}

.about_section .detail-box .entry-content p {
  line-height: 32px;
  padding-right: 30px;
  font-size: 20px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #da7426;
}

/** about us END **/

/** donation section **/

.donation_section {
    background: linear-gradient(129.89deg, #0176C7 65.97%, #003288 100%);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 800;
    margin-top: -295px;
    /*position: relative;*/
    /*z-index: -9;*/
}

.donation_section .donation_bg {
    background-image: url(/wp-content/uploads/2024/05/frame-1-support-us-1.png);
    padding: 300px 20px 90px 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
   
}

.donation_section .donation-image {
  position: relative;
}

.donation_section .donation-title .heading_container h2 p {
  font-weight: 900;
  font-size: 40.69px;
  letter-spacing: 1px;
  color: #fff;
}

.donation_section .donation-title .donation-info {
    padding-left: 40px;
}

.donation_section .donation-title {
  font-family: "Open Sans", sans-serif;
  padding-top: 70px;
}

.donation_section .donation-title p {
  font-family: "Open Sans", sans-serif;    
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}

.donation_section .btn-box a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 15px;
    display: inline-block;
    transition: .5s ease;
}

.donation_section .btn-box a:hover,
.donation_section .btn-box a:focus {
    border: 2px solid #003288;
    background-color: #003288;;
}

.donation_section .donation-image img {
    width: 100%;
    height: auto;
    max-width: unset;
}

.donation_section .btn-box {
  margin-top: 30px;
}

.donation-label .heading_container h2 {
  font-size: 40.69px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.donation-price {
  margin-bottom: 35px;
}

.donation-price .price-label,
.donation-payment .payment-label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.donation_section .donation-label {}
.donation_section .donation-label .heading_container {
    padding-top: 25%;
}

.donation-price-option {}

.donation-price-option ul {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 13px;
}

.donation-price-option ul li {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0;
}

.donation-price-option ul li.active {}

.donation-price-option ul li.active a {
  background-color: #002059;
  color: #fff;
  font-weight: 900;
  font-size: 33.13px;
  text-align: center;
  padding: 4px;
}

.donation-price-option ul li a {
  border-radius: 13px;
  color: #002059;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-family: "Sen", sans-serif;
  padding: 10px;
  transition: .5s ease;
}

.donation-price-option ul li a:hover {
    opacity: 0.7;
    background-color: #002059;
    color: #fff;
}

.donation-payment .payment-option a.paypal-option {
    display: inline-block;
    background-color: #fff;
    width: 214px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 13px;
    margin-right: 20px;
    text-align: center;
    transition: .5s ease;
}

.donation-payment .payment-option a.paypal-option::after {
    content: "";
    background-image: url(/wp-content/themes/afmuseum/images/paypal.png);
    width: 130px;
    height: 71px;
    display: inline-block;
    background-repeat: no-repeat;
}

.donation-payment .payment-option a.paypal-option:hover:after,
.donation-payment .payment-option a.visa-option:hover:after {
  transition: .5s ease;    
  box-shadow: 0 0 18px rgba(255, 255, 255, 1);
}

.donation-payment .payment-option a.paypal-option.active,
.donation-payment .payment-option a.visa-option.active {
  box-shadow: 0 0 18px rgba(255, 255, 255, 1);
}

.donation-payment .payment-option a.visa-option {
  display: inline-block;
  background-color: #fff;
  width: 214px;
  height: 71px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 13px;
  text-align: center;
  transition: .5s ease;
}

.donation-payment .payment-option a.visa-option::after {
    content: "";
    background-image: url(/wp-content/themes/afmuseum/images/visa.png);
    width: 190px;
    height: 71px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.donation-payment {
  margin-bottom: 40px;
}

.donation-option a.option-image {
  background-image: url(/wp-content/themes/afmuseum/images/ellipse.png);
  display: inline-block;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  height: 21px;
  padding-left: 25px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.donation-option a.option-image.active {
  background-image: url(/wp-content/themes/afmuseum/images/ellipse-active.png);
  display: inline-block;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  height: 21px;
  padding-left: 25px;
}

.donation-option {
  margin-bottom: 40px;
}

/** donation section END **/

/** blog section **/

.blog_section .heading_container h2 {
    color: #C2082D;
    font-size: 40.59px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.blog_section .btn-box-section a {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #003288;
    border: 2px solid #003288;
    padding: 7px 45px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 80px;
    transition: .5s ease;
} 

.blog_section .btn-box-section a:hover,
.blog_section .btn-box-section a:focus {
    color: #fff;
    background-color: #003288;
}

.blog_section .blog-data .img-box {
  margin-bottom: 20px;
  padding: 10px;
}

.blog_section .blog-data .img-box img {
    width: 100%;
    height: 279px;
    object-fit:cover;
}

.blog_section .blog-data .box h5 {
     font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    color: #003288;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 30px;
}

.blog_section .blog-data .box .blog-date {
  font-weight: 400;
  font-size: 16px;
  color: #003288;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

.blog_section .blog-data .detail-box {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #7A7A7A;
  letter-spacing: 1px;
  padding-right: 30px;
}

.blog_section .blog-data .detail-box p,
.blog_section .blog-data .detail-box p a {
        font-family: "Open Sans", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_section .blog-data .detail-more a {
    background-image: url(/wp-content/themes/afmuseum/images/arrow8.png);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #003288;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 35px;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 30px;
}

.blog_section .blog-data .detail-more a:hover,
.blog_section .blog-data .detail-more a:focus {
    opacity: .7;
}

section.blog_section.layout_padding {
  padding: 70px 0 80px 0;
}

/** shop section **/

.shop_section {
  background-image: url(/wp-content/uploads/2024/09/shop-banner.png.webp);

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 800;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 0 20px 0;
}

.shop-container {
  padding-top: 0;
  padding-bottom: 50px;
}

.shop_section .shop-title {
  margin-bottom: 20px;
}

.shop_section .shop-title .heading_container h2 p {
  font-weight: 900;
  font-size: 40.69px;
  letter-spacing: 1px;
  color: #fff;
}

.shop_section .shop-title p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  padding-right: 10px;
}

.shop_section .shop-image img.shop1-image {
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 80%;
}

.shop_section .shop-image img.shop2-image {
    position: absolute;
    width: 80%;
    right: -72px;
    bottom: 100px;
}

.shop_section .shop-image img.shop3-image {
    position: absolute;
    width: 34%;
    bottom: -35px;
    right: 20%;
}

.shop_section .shop-content {
    padding-bottom: 30px;
}

.shop_section .btn-box {
    width: 100%;
    margin-bottom: 40px;
}

.shop_section .btn-box a {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 45px;
    display: inline-block;
    text-transform: uppercase;
    transition: .5s ease;
}

.shop_section .btn-box a:hover,
.shop_section .btn-box a:focus {
    border: 2px solid #003288;
    background-color: #003288;
}

.shop-image {
    position: relative;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/** shop section END **/

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #da7426;
  color: #ffffff;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #da7426;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #da7426;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #da7426;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_section .form_container {
  background-color: #003471;
  padding: 45px;
}

.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.contact_section .form_container .form-control::-webkit-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control:-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::placeholder {
  color: #565554;
}

.contact_section .form_container .form-control.message-box {
  height: 95px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_section .form_container .btn_box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #da7426;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #da7426;
}

.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #da7426;
}

.contact_section .map_container {
  height: 100%;
  min-height: 375px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.client_section .heading_container {
  margin-bottom: 45px;
}

.client_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .client_id h5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .img-box {
  width: 145px;
  min-width: 145px;
  position: relative;
  border: 10px solid #da7426;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 15px;
  margin-bottom: 34px;
  margin-left: 1px;
}

.client_section .box .detail-box p {
  margin: 0;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #da7426;
  width: 20px;
  height: 20px;
  border: none;
  background-clip: unset;
  margin: 5px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: #003471;
}


/* Archive Page */
.site-main {
  /*padding-top: 40px;*/
  padding-bottom: 40px;
}

.site-main h1 {
  padding-bottom: 40px;
}
 
.site-main .archive-item {
  padding-bottom: 20px;
}

.site-main .featured-image {
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 5px;
}

.site-main .archive-item p {
  margin-top: 1rem;
}

.site-main .archive-item img {
  border-radius: 5px;
  padding: 7px;
}

/* info section footer */
.info_section {
    position: relative;
    font-size: 14px;
    font-weight: 800;
    color: #003288;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info_section h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.info_section .info_logo .navbar-brand {
  font-size: 28px;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 25px;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
    color: #003288;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.info_section ul li a:hover,
.info_section ul li a:focus {
    font-weight: 800;
    color: #C2082D;
}

.info_section .info_link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_contact {
  margin: 15px 0;
}

.info_section .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  color: #ffffff;
}

.info_section .info_contact .link-box i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #da7426;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
}

.info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_form form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  border: none;
  padding-left: 10px;
}

.info_form form button {
  width: 45px;
  height: 45px;
  background-color: #da7426;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 12px;
  margin: 0;
}

.info_section .info1-box {
    margin-bottom: 15px;
}

.info_section .info2-box {

}

.info_main .footer-logo {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
}

.info_main .seal-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.info_main .footer-menu1, .info_main .footer-menu2, 
.info_main .footer-menu3, .info_main .footer-menu4 {
  padding-top: 10px;
}

.info_section .info_main .footer-menu3 {
  margin-bottom: 20px;
}

.footer_address_box p,
.footer_phone_box p,
.footer_phone_box p a {
  font-family: "Sen", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #003288;
}

.footer_phone_box p a:hover,
.footer_phone_box p a:focus {
    color: #C2082D;
}

/* end info section */

/* footer section*/
.footer_section {
  display: none;
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

li.menu-item-6537.nav-item a:hover, li.menu-item-6537.nav-item a:focus {
    /*background-image: url(/wp-content/uploads/2024/05/group73-hover.png);*/
    color: #0176C7;
}
/*li.menu-item-6537.nav-itema:hover span:after, li.menu-item-6537.nav-item a:focus span:after {*/
    /*background-image: url(/wp-content/uploads/2024/05/group73-hover.png);*/
/*      background: url(https://airforcemuseumfoundation.org/wp-content/uploads/2024/07/arrow-other.png);*/
/*}*/

/*# sourceMappingURL=style.css.map */


.lname> label.gfield_label.gform-field-label {
    font-family: 'Open Sans' !important;
    font-size: 12px !important; 
    font-weight: normal;
    color: #7a7a7a;
    margin-bottom: 0px !important;
        text-transform: uppercase;
}

.fname>label.gfield_label.gform-field-label {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    color: #7a7a7a;
    margin-bottom: 0px !important;
        text-transform: uppercase;
}

.pnum>label.gfield_label.gform-field-label {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    color: #7a7a7a;
    margin-bottom: 0px !important;
}
.emails>label.gfield_label.gform-field-label {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    color: #7a7a7a;
    margin-bottom: 0px !important;
        text-transform: uppercase;
}


.orgs>label.gfield_label.gform-field-label {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    color: #7a7a7a;
    margin-bottom: 0px !important;
}


.par-message>label.gfield_label.gform-field-label {
   font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    color: #003288;
    margin-bottom: 0px !important;
}


body .gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent !important;
    outline: 0 !important;
    border: 1.5px #003288 solid !important;
    color: #003288 !important;
    font-family: 'Raleway' !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    border-radius: 0 !important;
    /*padding-top: 5.5px !important;*/
    /*padding-bottom: 5.5px !important;*/
    height: 49px !important;
    max-width: 179px !important;
    width: 100% !important;
    margin-top: 5px !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #003288 !important;
    color: white !important;
    
 
}

@media only screen and (max-width: 831px) {
 .pnum>label.gfield_label.gform-field-label {

    margin-bottom: 21px !important;
}
@media only screen and (max-width: 767px) {
 .pnum>label.gfield_label.gform-field-label {

    margin-bottom: 0px !important;
}
@media only screen and (max-width: 341px) {
 


}

ul#menu-footer-menu-1 {
    margin-bottom: 0px !important;
}

.jacket-shop {
    width: 100%;
}



