@font-face { font-family: AvertaR; src: url('/fonts/AvertaDemo/AvertaDemo-Regular.otf'); } 
@font-face { font-family: AvertaBI; src: url('/fonts/AvertaDemo/AvertaDemo-ExtraBoldItalic.otf'); }
@font-face { font-family: CenturyGothicR; src: url('/fonts/century-gothic/GOTHIC.TTF'); } 
@font-face { font-family: CenturyGothicB; src: url('/fonts/century-gothic/GOTHICB.TTF'); }

html, body { min-height:100%; min-width:100%;}
*{ 
  margin: 0;
  padding: 0;
  box-sizing: border-box;             
}


/* header style
/////////////////////////////////////////////////////////////////////////////////////////////*/

@keyframes fadeIn {
  0%{opacity: 0;}
  100%{opacity: 1;}
}

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


.message-container{
  position: relative;
  background-color: #616161;
  display: inline;
}

.fade-in-c{
  /* animation: fade-inout 4s infinite alternate; */
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  /* animation-delay: 4s;
  animation-duration: 4s; */
  width: auto;
  font-size: 4em;
  text-align: center;
  font-family: CenturyGothicR;
  color: #ffffff;
  z-index: 100;
  margin-top: -310px;
  margin-left: -500px;
}

.fade-in-l{
  /* animation: fade-inout 4.1s infinite alternate;
  animation-delay: 4.1s;
  animation-duration: 4.1s; */
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  font-size: 4em;
  text-align: center;
  font-family: CenturyGothicR;
  color: #ffffff;
  z-index: 100;
  position: absolute;
  left: 680px;
  top: 0px;

}

.fade-in-g{
  /* animation: fade-inout 4.2s infinite alternate;
  animation-delay: 4.2s;
  animation-duration: 4.2s; */
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  font-size: 4em;
  text-align: center;
  font-family: CenturyGothicR;
  color: #ffffff;
  z-index: 100;
  left: 920px;
  position: absolute;
  top: 0px;

}
      
.header{
    height: 550px;
    background:url('/Desktop/Cover\ \(2000\ ×\ 800\ px\).jpg'); 
    background-position: center;
    background-size: cover; 
}

.overlay{
    height: 412px;
    width: 100%;
    background-color: #000000;
    opacity: 0.4;
}

/*navigation bar design
///////////////////////////////////////////////////////////////////////////////////////////*/

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:rgb(0, 0, 0, 0.4) ;
    padding: 2rem 2rem;
  }
  
  .navbar_board{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#0c0c31 ;
    padding: 2rem 2rem;
  }

  
  .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 840px;
    margin-top: -4.3px;

  }

  .nav-item {
    margin-left: 25px;
    margin-right: 13px;
  }

  .nav-link{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    font-family: AvertaR;
    text-transform: uppercase;
  }
  
  .nav-link:hover{
    color: #FF346E;

  }
  
  .nav-logo {
      width: 220px;

  }

/* sections, text, and img style
//////////////////////////////////////////////////////////////////////////////////////////////////// */


.blue_sec{
    background-color: #0c0c31;
    color:#ffffff;
    margin-top: 0%;
    -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}

.white_sec{
    background-color: #ffffff;
    color: #0c0c31;
    -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}

#sec_img{
    width: 350px; 
    height: 300px;
}

.heading{
  font-family: 'CenturyGothicR';
  font-size: 40px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.heading_questionmark{
font-family: 'AvertaR';
font-size: 40px;

}

#content_blue{
  font-family: 'CenturyGothicR';
  color: #0c0c31;
  font-size: 20px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  line-height: 50px;
  text-align: justify;
}

#content_white{
  font-family: 'CenturyGothicR';
  color: #ffffff;
  font-size: 20px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  line-height: 50px;
  text-align: justify;
}


#h_line_l{
content: "";
width: 20%; height: 2px;
margin-bottom: 20px;
margin-left: 41px;
background-image: linear-gradient(to left, transparent 2%, #F3836F);
transform: translate(13%);
}

/* footer and its content style 
/////////////////////////////////////////////////////////////////////////////////////////////*/

footer{
    background-color: #0c0c31;
    text-align: center;  
}

.footer-nav{
  color: #fff;
  font-family: AvertaR;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  margin-left: 80px;
  
}

.footer-nav a{
  text-decoration: none;
  color: #fff;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

.footer-nav-divider{
  margin-top: -30px;
}


#twitter{
    width: 29.17px; 
    height: 23.72px; 
    /* margin-right: 40px; */
}

#facebook{
    width: 13px; 
    height: 26.68px; 
    /* margin-right: 40px; */
}

#instagram{
    width: 25.2px; 
    height: 25.2px; 
    /* margin-right: 40px; */
}

#linkedin{
    width: 27.92px;
    height: 24.68x;
    /* margin-right: 40px; */
}

#website{
    width: 25.2px;
    height: 25.2px; 
}

#copyright{
    font-size: 14px;
    color: #ffffff;
    font-family: AvertaR;
}

.social-media{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}
.sm-column{
  width: 5%;
  float: left;
    text-align: center;
    align-items: center;
    align-content: center;
}

/* img style in section*/

.column_R {
    float: right;
    padding-left: 10px;
    padding-bottom: 80px;

  }
  
  .column_L {
    float: left;
    padding-right:10px;
    padding-bottom: 80px;
  }

  /* FORM Style inputs 
  //////////////////////////////////////////////////////////////////////////////////////*/

  input[type=text], textarea {
    width: 90%;
    padding: 15px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: CenturyGothicR;
  }
  
  input[type=submit] {
    width: 90%;
    background-color: #0C0C3189;
    color: white;
    padding: 20px 20px;
    border: none;
    cursor: pointer;
    font-family: CenturyGothicR;
  }
  
  input[type=submit]:hover {
    background-color: #0c0c31;
  }

  #form_img{

    margin-left: 80px;
    margin-top: 40px;
    width: 400px;
  }

/* partner style
/////////////////////////////////////////////////////////////////////////////////////////// */

  .partner_container{
    width: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-bottom: 80px;
    padding-right: 80px;
  }

  .column_partner {
   display: inline;
    width: 16.66%;
    margin-right: 19px;
    margin-left: 25px;
    align-items: center;
    align-content: center;
    object-fit: cover;
  }

  .column_partner img{
    width: 160px;
    height: 120px;
    align-items: center;
    align-content: center;
    object-fit: cover;
}

.row_partner{
    width: 100%;  
    padding-bottom: 10px;  
    object-fit: cover;
}

   .column_form {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 80px;
  }

  .row_form:after {
    content: "";
    clear: both;
    display: table;
  }

  .container {
    padding: 10px;
    align-content: center;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* kpi and clip art style
  //////////////////////////////////////////////////////////////////////////////////// */

.kpi_container{
    width: 100%;
    background-color: #1e1e41;
    padding-right: 80px;
    padding-left: 80px;
    display: inline-block;
    align-items: center;
    align-content: center;
    text-align: center; 
}

  .column_kpi {
    float: left;
    width: 16.66%;
    padding-bottom: 40px;
  }

  .column_clipart{
    float: left;
    width: 25%;
    padding-bottom: 40px;
  }

  .p_kpi{
    margin-top:7px;
     font-size: 15px;
     font-family: CenturyGothicR;
  }

  .p_clipart{
    margin-top:20px;
     font-size: 15px;
     font-family: CenturyGothicR;
  }

  #num_kpi{
    margin-top:15px;
    margin-bottom: 10px;
    font-size: 25px;
    font-family: CenturyGothicR;
    color: #969696;
  }

  .sign{
    font-family: CenturyGothicR;
    font-size: 23px;
    text-transform: uppercase;
    color: #969696;
  }
  
  .curr{
    font-family: CenturyGothicR;
    font-size: 16px;
    color: #969696;
  }

  .column_kpi i img{
    margin-bottom: 15px;
  }


  #counters_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
   
  }
  
  #counters_2 .kpi_p{
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #616161;
  }
  
  #counters_2 .cont .row{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

/* partner style
//////////////////////////////////////////////////////////////////////////////// */

.row_partner{
    width: 100%;
    margin-left: 40px;
}

.row_partner:after {
    content: "";
    clear: both;
    display: table;
  }

  
/* removing the scroll bar*/

html {
    overflow: scroll;
    overflow-x: hidden;
}







/* //////////////////////////////////////////////////////////// board code ///////////////////////////////////////////////////////////////////// */

/* header  */

.title_b{
  text-align: center;
  color: #0c0c31;
  position: relative;
  font-family: 'AvertaR';
  font-size: 40px;
  margin-top: 80px;
}

#about_board{
  font-size: 20px;
  font-family: AvertaR;
  color: #0c0c31;
  line-height: 50px;
  margin-left: 140px;
  margin-right: 140px;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: justify;
}


/* accordian style */

.accordian{
  display: block;
  padding-top:20px;
  text-align: center;
  border-radius: 0px;
  background-color: #0c0c31;
}

.accordian .card{
  margin-bottom:20px;
  float: left;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0%;
  align-items: center;
  align-content: center;
}
.accordian .card .card-header h3{
  cursor: pointer;
  color:#ffffff;
  position: relative;
  margin:0;
  padding:15px 20px;
  font-size: 20px;
  font-family: CenturyGothicR;
}

.accordian .card .card-header {
  position: relative;
  border-radius: 0px;
  padding: 15px;
  background-color:#0c0c31;
  border: solid #9797972e 3px;
  width: 100%;
}

/* design the arrows */

.accordian .card .card-header span{ 
  position: absolute;
  right:705px;
  top:55px;
  height:25px;
  width:25px;
  color:#ffffff;
  text-align: center;
  line-height:25px;
  font-size:20px;
}

.accordian .card .card-body{  
  padding:20px;
}

.accordian .card .card-body{
  display: none;
}

/*open one card by default*/
.accordian .card:nth-child(1) .card-body{
 display: block;
}

.accordian .card .card-body p{
  font-size: 15px;
  line-height: 24px;
  margin:0px;
}
  
.card-body{
  align-items: center;
  align-content: center;
}



/* card style 
////////////////////////////////////////////////////////////////////////*/

.team-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.member{
  flex: 1 1 250px;
  margin: 5px;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  max-width: 300px;
  transition: all 0.3s;
}

.member:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(-20px);
}



/* card info
///////////////////////////////////////////////////////////////////// */

#company{
  font-size: 16px;
  font-family: CenturyGothicR;
  height: 50px;
}

#position{
  padding-top: 15px;
  font-size: 16px;
  height: 80px;
  font-family: CenturyGothicB;

}

#membership{
  font-size: 12px;
  font-family: CenturyGothicR;

}
.member img{
  display: block;
  width: 230px; height: 230px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  /* border: 2px solid #737373; */
  box-shadow: 2px 2px 7px #999;
}

.member h2{
  text-transform: uppercase;
  font-size: 21px;
  color: #737373;
  margin: 15px 0;
  font-family: CenturyGothicR;
}

.member p{
  font-size: 15px;
  color: #737373;
  line-height: 1.6;
}

/*////////////////////////////////////////////////    END OF DESKTOP VIEW    ////////////////////////////////////////////////*/




/* ///////////////////////////////// Mobile setting /////////////////////////////// */
  
@media only screen and (max-width: 768px) {

  html, body { min-height:100%; min-width:100%;}


*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;             
}

/* header style
/////////////////////////////////////////////////////////////////////////////////////////////*/

.title_b{
  text-align: center;
  color: #0c0c31;
  position: relative;
  font-family: 'AvertaR';
  font-size: 24px;
  width: 100%;
  margin-top: 40px;
}

.fade-in-c{
  /* animation: fade-inout 4s infinite alternate; */
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  width: auto;
  font-size: 1.7em;
  text-align: center;
  font-family: CenturyGothicR;
  color: #ffffff;
  z-index: 100;
  margin-top: -400px;
  margin-left: -190px;
}

.fade-in-l{
  /* animation: fade-inout 4.1s infinite alternate; */
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  font-size: 1.7em;
  text-align: center;
  font-family: CenturyGothicR;
  color: #ffffff;
  z-index: 100;
  position: absolute;
  left: 180px;
  top: 0px;
}

.fade-in-g{
  /* animation: fade-inout 4.2s infinite alternate; */
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  font-size: 1.7em;
  text-align: center;
  font-family: CenturyGothicR;
  color: #ffffff;
  z-index: 100;
  left: 280px;
  position: absolute;
  top: 0px;
}

    .header{
        height: 600px;
        background:url('/Mobile/Cover\ \(814\ ×\ 1197\ px\).png');
        background-color: #0c0c31;
        background-size: cover;
        background-position: center;
    }

    .overlay{
      height: 487px;
      width: 100%;
      background-color: #000000;
      opacity: 0.8;
  }

  #about_board{
    font-size: 12px;
    font-family: AvertaR;
    color: #0c0c31;
    line-height: 25px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: justify;
  }

  /* nav bar 
  /////////////////////////////////////////////////////////////////////////////// */

    .header .navbar a img{
      width: 155px;
      margin-top: -5px;
      margin-left: -5px;
    }

    .navbar_board a img{
      width: 155px;
      margin-top: -5px;
      margin-left: -5px;
    }

    .board_header{
        height: 600px;
        background:url('Picture1.png'); 
        background-position: center;
        background-size: cover;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color:rgb(0, 0, 0, 0.8) ;
      padding: 2rem 2rem;
    }
     
    
    .nav-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: 40px;
      margin-top: -4.3px;
    }
    
    .nav-item {
      margin-top: -3px;
      margin-left: 10px;
      margin-right: 5px;
    }

    .nav-link{
      font-size: 13px;
      color: #fff;
      font-weight: bold;
      font-family: AvertaR;
      text-transform: uppercase;
    }

    .nav-link:hover{
      color: #FF346E;
    }

    /* section, text, and img */

    .heading{
        font-family: 'CenturyGothicR';
        font-size: 23px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .heading_questionmark{
      font-family: 'AvertaR';
      font-size: 23px;
    
    }
   
/*img size*/

      #sec_img{
          width: 120px;
          height:120px ;
      }

/* img style in section*/

  .column_R {
    float: right;
    padding-left: 5px;
    padding-bottom: 40px;
  }

  .column_L {
    float: left;
    padding-right:5px;
    padding-bottom: 40px;
  }
  .column_form, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }

#content_blue{
    font-family: 'CenturyGothicR';
    color: #0c0c31;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    line-height: 25px;
    text-align: justify;
}

#content_white{
  font-family: 'CenturyGothicR';
    color: #ffffff;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    line-height: 25px;
    text-align: justify;
}

#h_line_l{
  content: "";
  width: 30%; height: 2px;
  margin-bottom: 20px;
  margin-left: 25px;
  background-image: linear-gradient(to left, transparent 2%, #F3836F);
  transform: translate(13%);
}

/* partner style
////////////////////////////////////////////////////////////////////////////////////////// */

.partner_container{
  width: 100%;
  align-items: center;
  align-content: center;
  padding-bottom: 40px;
  padding-right: 40px;
}

.column_partner {
  width: 33.3%;
  margin-right: 5.5px;
  margin-left: 8.5px;
  object-fit: cover;
}

.column_partner img{
  width: 90px;
  height: 70px;
  align-items: center;
  align-content: center;
  object-fit: cover;
}

.row_partner{
    width: 100%; 
    margin-left: 18px;
    margin-bottom: -10px;
  
}

.row_partner:after {
    content: "";
    clear: both;
    display: table;
  }

  /* kpi and clip art */

  .kpi_container{
    width: 100%;
    background-color: #1e1e41;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    /* display: inline-block;
    align-items: center;
    align-content: center;
    text-align: center; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

  .column_kpi {
    float: left;
    text-align: center;
    align-items: center;
    align-content: center;
    width: 50%;
    padding-bottom: 20px;

  }
  .column_clipart{
    float: left;
    width: 50%;
    padding-bottom: 20px;

  }

  .p_kpi{
    padding-top:5px;
     font-size: 14px;
     font-family: CenturyGothicR;
  }

  #num_kpi{
    padding-top:1px;
    font-size: 20px;
    font-weight: bold;
    font-family: CenturyGothicR;
  }

  .sign{
    font-family: CenturyGothicR;
    font-size: 18px;
    text-transform: uppercase;
  }
  
  .curr{
    font-family: CenturyGothicR;
    font-size: 12px;
  }

  .p_clipart{
    padding-top:1px;
     font-size: 14px;
     font-family: CenturyGothicR;
     text-align: center;
  }


  /* footer style
  /////////////////////////////////////////////////////////////////////////// */

#copyright{
    font-size: 9px;
    width: 100%;
    color: #ffffff;
    font-family: AvertaR;
    justify-content: center;
    /* margin-left: 5px; */
    margin-bottom: 5px;
}

.sm-column{
  width: 15%;
  float: left;
    text-align: center;
    align-items: center;
    align-content: center;
}

.sm-column a{
  align-items: center;
  align-content: center;
}

#twitter{
  width: 29.17px; 
  height: 24.52px; 
}

#facebook{
  width: 13px; 
  height: 25.68px; 
}

#instagram{
  width: 25.2px; 
  height: 25.2px; 
}

#linkedin{
  width: 25.92px;
  height: 29.68x;
}

#website{
  width: 25.2px;
  height: 25.2px; 
}

footer{
    background-color: #0c0c31;
    text-align: center;   
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center; 
}

.footer-nav a{
  text-decoration: none;
  color: #fff;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.footer-nav-divider{
  margin-top: -30px;
  font-size: 14px;
}


/* FORM Style inputs 
///////////////////////////////////////////////////////////////////////////////////////*/

input[type=text], textarea {
  width: 133%;
  padding: 12px;
  margin-left: -40px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: CenturyGothicR;
}

input[type=submit] {
  width: 133%;
  margin-left: -40px;
  background-color: #0C0C3189;
  color: white;
  padding: 20px 20px;
  border: none;
  cursor: pointer;
  font-family: CenturyGothicR;
}

input[type=submit]:hover {
  background-color: #0c0c31;
}

#form_img{
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: -40px;
  width: 150px;
}


/*////////////////////////////////////////// Board mobile view ////////////////////////////////////////////// */

/* accordian style
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.accordian .card .card-header h3{
  font-size: 16px;
}

.accordian .card .card-header {
  position: relative;
  border-radius: 0px;
  padding: 10px;
  background-color:#0c0c31;
  border: solid #9797972e 2px;
  width: 100%;
}

/* design the arrows*/
.accordian .card .card-header span{ 
  position: absolute;
  right:180px;
  top:45px;
  height:25px;
  width:25px;
  color:#ffffff;
  text-align: center;
  line-height:25px;
  font-size:18px;
}


.card-body{
  align-items: center;
  align-content: center;
}

/* card info
//////////////////////////////////////////////////////// */

.member img{
  display: block;
  width: 130px; height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.member h2{
  text-transform: uppercase;
  font-size: 12px;
  color: #737373;
  margin-top:15px;
  margin-bottom: 2px;
  font-family: CenturyGothicR;
}

.member p{
  font-size: 15px;
  color: #737373;
  line-height: 1.6;
}

#company{
  font-size: 9px;
  line-height: 16px;
  font-family: CenturyGothicR;
  height: 35px;
  padding-bottom: 20px;
}

#position{
  padding-top: 8px;
  font-size: 10px;
  height: 40px;
  line-height: 15px;
  font-family: CenturyGothicB;
}

#membership{
  font-size: 10px;
  font-family: CenturyGothicR;
}

/* card style
///////////////////////////////////////////////////////// */

.team-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.member{
  flex: 1 1 250px;
  margin: 5px;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  max-width: 165px;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}




}




