body {
  /* background-image: -webkit-linear-gradient(90deg, #001046ee 0%, #00a7ebee 100%);
  background-image: -ms-linear-gradient(90deg, #001046ee 0%, #00a7ebee 100%); */

  background-color: #001046 !important;
}

.container {
  /* max-width: 960px; */
}
.position-md-absolute{
  position: absolute;
}

@media screen and (max-width: 768px) {
  .position-md-absolute {
      position:unset;
   }
  
}
.bg-dark {
  background-color: #001046ee !important;
}

.bg-red {
  background-color: #c30920 !important;
}
.bg-blue {
  background-color: #001d5b !important;
}

.bg-white-50{
  background-color: rgba(255, 255, 255, .5) !important;
}

.bg-white-70{
  background-color: rgba(255, 255, 255, .7) !important;
}
.bg-white-90{
  background-color: rgba(255, 255, 255, .9) !important;
}
.btn-dark {
  background-color: #001046 !important;
}

.btn-red{
  background-color: #c30920 !important;
  color: #fff !important;
}
.btn-blue{
  background-color: #001d5b !important;
  color: #fff !important;
}

.text-dark {
 color: #001046 !important;
}
.text-pale-blue {
  color: #60b2ff !important;
}
.text-blue {
  color: #1989f2 !important;}
.text-red{
  color: #f86476 !important;
}
.text-white{
  color: #fff !important;
}

.text-heading {
  color: #fff !important;
}
.text-heading small {
  color: #f86476 !important;
  display: block;
  font-weight: normal;
  font-size: 60%;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-transform: none;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.site-brand{
  max-width: 200px;
}

.nav-link, .navbar-brand {
/* box-sizing: border-box; */
}

.logoTextDesign{
  font-size: 40px;
  font-weight:bolder;
  color: #c30d23;
  min-width: 250px;
  text-transform: uppercase;
}
.logoTextDesign small{
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0px;
}

.logoIcon {
  max-width: 40px;
  height: fit-content;
  object-fit: contain
}




#frontMission{
  top: 50px;
  z-index: 9;
}


@media screen and (max-width: 1024px) {


.logoTextDesign {
    font-size: 40px;
    font-weight: bolder;
    color: #c30d23;
    min-width: 150px;
    text-transform: uppercase;
  }

  .logoTextDesign small {
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0px;
  }

  .logoIcon {
    max-width: 40px;
    /* height: fit-content; */
    object-fit: contain
  }

}
@media screen and (max-width: 768px) {
  #frontMission{
    top: 0px;
    z-index: 9;
  }
.nav-link,
.navbar-brand {
  box-sizing: border-box;
  min-height: 100%
}
  .site-brand {
    width: 250px;
    max-width: 400px;
  }

    .logoTextDesign {
      font-size: 40px;
      font-weight: bolder;
      color: #c30d23;
      min-width: 200px;
      text-transform: uppercase;
    }
  .logoIcon {
    max-width: 40px;
    /* height: fit-content; */
  }
}
.footer-brand {
  max-width: 120px;
}
.nav-item a{
  text-transform: none;
  color: #ffffffdd;
}

.nav-item.active a {
  text-transform: none;
  color: #f24949;
}

.offcanvas{
  background-color: #001046;
}

.single-welcome-slide {

}

.single-welcome-slide .welcome-text h2 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 70px;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
}

.single-welcome-slide .welcome-text h2::after {
  position: absolute;
  content: "";
  height: 23px;
  width: 100%;
  bottom: 15%;
  left: -15px;
  text-transform: none;
  z-index: -1;
  background-image: -webkit-linear-gradient(120deg, #00a7eb 0%, #c30920 100%);
  background-image: -ms-linear-gradient(120deg, #00a7eb 0%, #c30920 100%);
}

.single-welcome-slide .welcome-text h6 {
  color: #ffffff;
  /* margin-bottom: 0px; */
  /* text-transform: uppercase; */
  display: inline-block;
  text-transform: none;
  /* background-color: rgba(255, 255, 255, 0.1); */
  padding: 0px 20px;
  margin: 0;
  font-size: 60px;
  line-height: 55px;
}

#jarallax-container-2{
  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -100;
    
  }

  #jarallax-container-2 > div {
    background-position: top left;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url('../img/bg-img/banner-1.png');
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 854.5px;
      overflow: hidden;
      pointer-events: none;
  }

  @media screen and (max-width: 768px) {
    .single-welcome-slide .welcome-text h2{
      color: #fff;
      font-size: 50px;
    }
    .single-welcome-slide .welcome-text h2::after {
        position: absolute;
        content: "";
        height: 23px;
        width: 80%;
        bottom: 15%;
        left: -15px;
        text-transform: none;
        z-index: -1;
        background-image: -webkit-linear-gradient(120deg, #00a7ebee 0%, #c30920ee 100%);
        background-image: -ms-linear-gradient(120deg, #00a7ebee 0%, #c30920ee 100%);
      }
    
      .single-welcome-slide .welcome-text h6 {
        color: #fff;
        /* margin-bottom: 0px; */
        /* text-transform: uppercase; */
        display: inline-block;
        text-transform: none;
        /* background-color: rgba(255, 255, 255, 0.1); */
        padding: 0px 0px;
        margin: 0;
        font-size: 40px;
        line-height: 35px;
      }
    #jarallax-container-2 > div {
      background-position: 15% 00%;
      background-size: cover;
      height: 100vh;
    }
    
  }
  #frontMission{
    /* background-image: -webkit-linear-gradient(120deg, #00000033 0%, #00a7eb33 100%);
      background-image: -ms-linear-gradient(120deg, #00000033 0%, #00a7eb33 100%);  */
  }

  .mission-text  {

    background-image: url(../img/bg-img/front-mission-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #001842;
    color: #ffffff;
    position: relative;
    
    

  }

  .mission-bg-clean{
    background-image: none;
  }
  .mission-text::before {
      content: "";
      width: 108%;
      height: 90%;
      z-index: -1;
  
      position: absolute;
      margin-top: 8%;
      margin-left: -5%;
      /* top: 30px;
      bottom: 0;
      right: 0; */
      padding: 0;
      background-color: #555174dd;
      /* border-radius: 31% 0% 0% 28%; */
    }
  .mission-text-container{
    border-top: 1px solid #55586f;
    border-bottom: 1px solid #55586f;

  }
  .mission-text-content {
    position: absolute;
  }
  .mission-item{
    border-left: 1px solid #55586f;
    /* height: 100%; */
    padding-top: 200px;
    padding-bottom: 50px;
    }

  .mission-item.short{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mission-item .heading-number{
    color: #f86476;
    border-bottom: #00a4e7 6px solid;
    font-size: 30px;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 50px;

  }
  .mission-item .item-heading {
    font-size: 30px;
    color: #7bc1f7;
  
  }
    .mission-item.short .item-heading {
      font-size: 25px;
      color: #7bc1f7;
    }
  .mission-item .item-text {
    color: #739ab0;
    font-size: 16px;
  
  }
.mission-item .item-text {
  color: #fff;
  font-size: 1rem;

}

  .nextEventPhoto{
    position: relative;
    top: -100px;
    margin-bottom: -50px;
  }

  #eventSectionArchive .nextEventPhoto{
    position: relative;
      top: -70px;
      margin-bottom: -50px;
    
  }
    #eventSectionArchive .nextEventPhoto {
      position: relative;
      top: -70px;
      margin-bottom: -50px;
  
    }

    .galleryPoster .nextEventPhoto {
      position: relative;
      top: 0px;
      margin-bottom: 0px;
  
    }


    #eventSectionArchive .eventContent {
      position: relative;
    
  
    }
    #eventSectionArchive .eventContent .btn-details {
      position: absolute;
      bottom: 0px;  
    }
    #gallergySectionArchive {
      position: relative;
   
  
    }
    #gallergySectionArchive .eventContent {
      position: relative;
      /* background: url(../img/gallergy-bg.png); */
      background-position: top right;
      background-repeat: no-repeat;
      background-color: #ffffff;
    


  
  
    }


    .contact-page-header{
      position: relative;
      z-index: 9;
      padding: 150px 0px 0px 0px;
      background-image: url(../img/contact-page-bg.jpg);
      background-position: top right;
      background-repeat: no-repeat;
      background-color: #001842;
      color: #ffffff;
    }

  @media screen and (max-width: 768px) {

    .mission-item .item-heading {
      font-size: 20px;
    }
    .mission-item .item-text {
      font-size: 14px;
    }
    .nextEventPhoto{
      position: relative;
      top: -50px;
      margin-bottom: -50px;
    }
        #eventSectionArchive .nextEventPhoto {
          position: relative;
          top: -50px;
          margin-bottom: -20px;
    
        }
        #eventSectionArchive .eventContent {
          position: relative;
    
    
        }
    
        #eventSectionArchive .eventContent .btn-details {
          position: relative;
          /* bottom: 0px; */
    
        }

                .contact-page-header {
                  position: relative;
                  z-index: 9;
                  padding: 50px 0px 0px 0px;
                  background-position: center center;

                }
    
  }

  .sponsorship-section{
    background-image: url(../img/sponsor-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #001842;
    color: #ffffff;
    position: relative;
  }



  .sponsorship-section h2{
    color: #000000;
  }

  .sponsorship-section .position-md-absolute {
    /* position: absolute; */
    bottom: 0px;
  }

    .memberEntry {
      background-image: url(../img/blue-pattern-size1.jpg);
      background-position: top right;
      background-repeat: no-repeat;
      background-color: #001842;
      color: #ffffff;
      position: relative;
    }
        .memberEntry h2 {
          color: #fff;
        }
        .memberEntry .position-md-absolute {
          bottom: 0px;
        }

  #eventSection  {
    background-image: url(../img/border-bottom-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    
    background-color: #001842;
    color: #ffffff;
    position: relative;
    background-attachment: fixed;

  }

    .circlelinebg {
      background-image: url(../img/circle-line-bg.png);
      background-position: top right;
      background-repeat: no-repeat;
      background-color: #f0f4f8;
      color: #ffffff;
      position: relative;
    }
 .hongkongbg{
    background-image: url(../img/hk-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
  
    background-color: #001842;
    color: #ffffff;
    background-size: cover;
    position: relative;
    /* background-attachment:; */
  
  }
  .wiresbg {
      background-image: url(../img/bg-wire.jpg);
      background-position: top center;
      background-repeat: no-repeat;
  
      background-color: #001842;
      color: #ffffff;
      /* background-size: contain; */
      position: relative;
      /* background-attachment:; */
  
    }

    .missionbg{
      background-image: url(../img/bg-img/mission-bg.png);
      background-position: top right;
      background-repeat: no-repeat;
      background-blend-mode: lighten;
  
      background-color: #001842;
      color: #ffffff;
      /* background-size: contain; */
      position: relative;
      /* background-attachment:; */
    }
    .missionpagebg{
      background-image: url(../img/mission-bg.jpg);
      background-position: top center;
      background-repeat: no-repeat;
  
      background-color: #011435;
      color: #ffffff;
      /* background-size: contain; */
      position: relative;
      /* background-attachment:; */
    }


  .past-event-section  {
    background-image: url(../img/past-event-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #001842;
    /* background-attachment: fixed; */
    color: #ffffff;
    position: relative;

  }


  .presidentMessageContent{
    padding-top: 50px;
    padding-bottom: 250px;
  }

  @media screen and (max-width: 768px) {
    #eventSection {
      background-attachment:unset;
    }
     .missionbg {
       background-position: top right;
       background-blend-mode: multiply;
      background-color: #00184255;
      
       /* background-size: contain; */
       position: relative;
       /* background-attachment:; */
     }
    .mission-item.short {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .mission-text::before {
      width: 100%;
    

    }

            .presidentMessageContent {
              padding-top: 10px;
              padding-bottom: 10px;
            }
    
  }

  #contactSection{

    background-color: #001046;
  }
  #contactSection .contact-section  {
    background-image: url(../img/contact-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #001842;
    color: #ffffff;
    position: relative;

  }
/* <div style="background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-image: url(<?php echo get_theme_file_uri('/img/bg-img/banner-1.png'); ?>); position: absolute; top: 0px; left: 0px; width: 1881px; height: 854.5px; overflow: hidden; pointer-events: none; margin-top: -62.75px; transform: translate3d(0px, 62.75px, 0px);"></div> */
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

footer .footer-menu a{
  /* text-decoration: none; */
 
}
/* footer  */
/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}


#linksSection {
  background-image: url(../img/pin-bg.png);
  background-position: top left;
}
#linksSection .link-content{
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 0) 100%);

}

#linksSection .link-item{
  background-color: #fff;

}
#linksSection .link-content-row.link-content-row:nth-child(2n) .link-item {
  background-color: #f0f4f8;
}


@media screen and (max-width: 768px) {
   #linksSection .link-item {
      background-color: #fff;
  
    }
  
}

.memberThumbSection{
  background-image: url(../img/blue-pattern-size2.jpg);
  
}
.memberThumb a{
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.memberThumb h3 {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.01em;
  height: 56px;
  /* vertical-align: text-bottom; */
}

.memberThumb p b{
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  
  font-weight: bold;
}
.memberThumb p  {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 7px;

  font-weight: normal;
}

.memberhr{
  /* border: 1px solid #ffffff; */
  margin: 10px 0;
  height: 1px;
  background: #ffffff;
  margin:10% 5%;

}
.member-block .position-absolute{  
 
  bottom: 0px;
 
}
#profileSection {
  background-image: url(../img/bg-paper-texture.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #001842;
  color: #ffffff;
  position: relative;
}

#profileSection .profileInfo h2{
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 20px 0px 20px;


}

#profileSection .profileInfo  p b {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  display: block;
} 

#profileSection .profileInfo p{
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  color: #ffffff;
  padding: 0px 20px 0px 20px;
  margin-bottom: 8px;

}

#profileSection .profileDetail h3 {

  color: #ffffff!important;
  margin-top: 30px;

}
#profileSection .profileDetail table  td{
  /* padding:  0 5px 0 0; */
}

.pagination a {
  color: #ffffff;
  text-decoration: none;
}