html {
    height: 100%;
    box-sizing: border-box;
}


body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}



.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    display: none
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: rgba(0, 0, 0, .9);
    padding: 5px 15px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    z-index: 10;
}

a {
    transition: 0.1s;
}



/* .banner-section-two{
  top: 69em;
  z-index: 9;
}
 */



@media only screen and (max-width: 1326px) {
  /* .banner-section-one{
    position: absolute;
    top: 45em;
    z-index: 99;
  }

  .banner-section-two{
    top: 69em;
    z-index: 9;
  } */
}


/*
@media only screen and (max-width: 1225px) {
  .banner-section-one{
    position: absolute;
    top: 40em;
    z-index: 99;
  }

  .banner-section-two{
    top: 69em;
    z-index: 9;
  }
}
*/


@media only screen and (max-width: 991px) {
/*
  .banner-section-one{
    position:relative;
    top:-3em;
    z-index: 99;
    background-color: #0059a1;
  }

  .banner-section-two{
    position:relative;
    top: -4em;
    z-index: 9;
    background-color: #e6e6e6;
  }
*/

  .subscribe-section{
      background-color: #09589e;
  }
}

.news-section p {
    font-size: 14px;
    margin: 0;
}

a{
    transition: 0.15s;
}

a:hover{
    text-decoration: none;
}


.blue-gradient-bg {
    background: rgb(35, 57, 147);
    background: linear-gradient(180deg, rgb(243 243 243) 35%, rgb(255 255 255) 100%);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    height: 380px;
    text-align: center;
}

.blue-gradient-bg.quick-access img {
    margin-bottom: 15px;
    width: 21em;
}


.blue-gradient-bg.quick-access h6 {
    font-size: 0.9em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}



.main-btn {
  background-color: #ffffff;
  color: #0059a1;
  border-radius: 20px;
  font-size: 16px;
  min-width: 150px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-btn-blue {
  background-color: #0059a1;
  color:#ffffff;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-btn:hover, .main-btn-blue:hover {
    background-color: #c2020b;
    color: #fff;
}

.main-footer-wrapper,
.cp-wrapper {
    background-color: #151C2E;
    color: #fff;
}

.main-footer-wrapper a:hover {
    color: #c2020b;
    text-decoration: none;
}

.footer-float-section {
    background: rgb(35, 57, 147);
    background: linear-gradient(180deg, rgba(35, 57, 147, 1) 35%, rgba(18, 29, 74, 1) 100%);
    padding: 50px 30px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    margin-top: -85px;
}

.subscribe-wrapper {
    margin-top: 15px;
    position: relative;
}

.subscribe-wrapper .subscribe {
    padding: 15px;
    height: unset !important;
    font-style: italic;
}

.subscribe-wrapper .submit-icon {
    position: absolute;
    right: 25px;
    top: 30%;
    color: #EE1A26;
    cursor: pointer;
    font-size: 18px;
}


.sm-icon {
    font-size: 40px;
}

.footer-listing {
  list-style-type: none;
  margin-bottom: 0;
  font-size: 12px;
  padding:0
}

.footer-listing li {
    margin-bottom: 10px;
    list-style-type: none !important;
}

.cp-wrapper {
    border-top: 1px solid #525B71;
}

.cp-text {
    font-size: 10px;
    margin-bottom: 0;
}

.inner-title {
    margin: 125px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.inner-nav-border {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
}

.inner-nav-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.inner-nav-wrapper>.row {
    width: 100%;
}

.inner-nav-wrapper .navigation-bar {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.inner-nav-wrapper .navigation-bar .nav-link {
    padding: 1em;
    transition: 0.15s;
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    text-align: center;
}

.inner-nav-wrapper .navigation-bar .nav-link:hover {
    background-color: #c2020b;
    color: #fff;
}


.inner-section-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-wrapper {
    display: flex;
    justify-content: space-around;
}

.blue-rounded {
    background-color: #151C2E;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    /* display: flex !important;
    align-items: center;
    justify-content: center; */
    color: #fff;
}


.red-link {
    color: #c2020b;
    font-weight: bold;
}

.text-width {
    max-width: 80%;
}

.press-tab {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.press-tab li a {
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
}

.press-tab li a.active {
    background-color: #c2020b;
    color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);

}

.press-box-shadow {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .15);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
}

.press-content {
    padding: 15px;
}

.post-title {
    font-weight: bold;
}

.post-date {
    font-size: 14px;
    margin-bottom: 0;
}

.dark-blue-bg {
    background-color: #151C2E;
    color: #fff;
}

.contact-us-form input,
.contact-us-form textarea {
    background-color: #F6F6F6;
    margin-top: 10px;
    border: 0;
    border-radius: 0;
    padding: 15px;
    height: unset;
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
    background-color: #F6F6F6 !important;
}

.input-checkbox label {
    display: block;
    margin-top: 10px;
}

.gray-bg {
    background-color: #F6F6F6;
    padding: 20px;
}

.search-member-wrapper{
    position: relative;
    margin-bottom: 25px;
}

.search-member-wrapper .search-member-input{
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .15);
    padding:15px;
    height: unset;
    font-style: italic;
    color: #787878;
}

.search-member-wrapper .search-icon{
    position: absolute;
    right: 25px;
    top: 35%;
    color: #787878;
}


.member-wrapper {
    max-height: 350px;
    overflow-y: auto;
}

.member-table {
    width: 100%;
    border-collapse: collapse;

}

.member-table td:first-child {
    width: 40%;
}

.member-table th,
.member-table td {
    padding: 5px;
}

.member-table th:nth-child(2),
.member-table td:nth-child(2) {
    text-align: center;
}

.member-table td:nth-child(3) {
    text-align: right;
    padding-right: 20px;
}


/* width */
.member-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.member-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.member-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.member-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


@media only screen and (max-width: 767px) {
    .contact-wrapper {
        flex-flow: column;
        justify-content: center;
        text-align: center;
    }

    .contact-wrapper div {
        margin-bottom: 25px;
    }
}


@media only screen and (max-width: 991px) {
    .inner-nav-wrapper {
        display: none;
    }

    .text-width {
        max-width: 100%;
    }
}



/*add by wes*/

.dropdown-item{
    white-space: normal;
}

.white-text{
    color: #fff !important;
}

html, body{
    overflow-x: hidden;
}

.section-title{
    font-size: 26px;
    font-weight: bold;
    color: #0059a1;
}

.home-overlay-01{
    margin-top: -175px;
    padding-bottom: 75px;
    z-index: 2;
}

.home-overlay-01 .gift-box-img{
    min-height: 575px;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-overlay-01 .gift-box-img img{
    display: none;
}

.home-overlay-01 .content{
    display: flex;
    align-items: center;
    padding-top: 125px;
    padding-left: 50px;
    padding-right: 50px;
}

.home-overlay-02{
    margin-top: -125px;
    padding-top: 65px;
    padding-bottom: 30px;
    z-index: 3;
}

.home-overlay-03{
    margin-top: -100px;
    padding-top: 65px;
    padding-bottom: 100px;
    z-index: 4;
}

.home-overlay-04{
    margin-top: -100px;
    padding-top: 65px;
    padding-bottom: 100px;
    z-index: 5;
}

.home-overlay-05{
    margin-top: -100px;
    padding-top: 65px;
    padding-bottom: 65px;
    z-index: 6;
}

.banner-section-one{
    margin-top: -175px;
    z-index: 2;
    background-size: 100%;
    padding-top: 25px;
  } 
  

/* .content-offset-top{
   
} */

.newsletter-wrapper{
    position: relative;
}

.newsletter-wrapper .mail-btn-wrapper{
    all: unset;
    position: absolute;
    right: 20px;
    top: 4px;
}

input{
    padding: 15px;
    border-radius: 15px;
}

.email_with_submit{
    padding-right: 40px;
}

.send-btn{
    background: red;
    color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-wrapper .mail-btn-wrapper .col-12{
    all: unset;
}




@media(min-width:1400px){

    .home-overlay-02{
        margin-top: -75px;
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: #09589e;
        z-index: 3;
    }

    .home-overlay-03{
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .home-overlay-04{
        margin-top: -50px;
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .home-overlay-05{
        margin-top: -160px;
    }
}


@media(max-width:1199px){
    .home-overlay-01 .gift-box-img{
        min-height: unset;
    }

    .home-overlay-02{
        margin-top: -75px;
        padding-top: 65px;
        padding-bottom: 30px;
        background-color: #09589e;
        z-index: 3;
    }


}

@media (max-width:991px){
    .home-overlay-01{
        margin-top: 0;
        padding-bottom: 0;
        background-color: #0059a1;
        text-align: center;
    }

    .home-overlay-01 .gift-box-img{
        background-image: unset;
        min-height: unset;
        text-align: center;
    }

    .home-overlay-01 .gift-box-img img{
        display: block;
    }

    .home-overlay-01 .content{
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 35px;
    }
    
    .home-overlay-02{
        background-color: #e7e8e8;
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .home-overlay-03{
        background-color: #fff;
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .home-overlay-04{
        background-color: #28b9eb;
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .home-overlay-05{
        background-color: #0059a1;
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .banner-section-one{
        margin-top: 0px;
      } 
}


.member-benefits ul li{
    border:1px #00579C solid;
    margin-right: 15px;
    margin-bottom: 10px
}

.member-benefits ul li:last-child{
   margin-right: 0;
}

.member-benefits ul li .active{
    background-color: #00579C;
    color: #fff;

}

.member-benefits ul li .to-right{
    margin-left: auto;
    
}

.round-button{
    border-radius: 30px;
    background-color: red;
    color:white;
}

.round-button:hover{

    background-color: #E10000;
    color:white;

}

.press-box-shadow img{
  width: 100% !important;
  height: 180px;
  object-fit: cover;
}

/* for loading */
.preload-box {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 255);
    z-index: 9999999;
    overflow: hidden;
}

.preimage-box {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* for loading */

.news-events .inner-section-title{
    margin-bottom: 10px;
}


.home-past-events img{
    /* height: unset;
    height: 250px;
    object-fit: cover; */
    margin-bottom: 10px;
}

.home-past-events  .press-box-shadow, .home-past-events .press-content{
    all: unset;
}


.home-past-events .col-lg-3 {
    text-align: center;
    }

@media (min-width:991px){
.home-past-events .col-lg-3 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}