/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto';

}
main a{
    display: inline;
}
.topbar{
    width: 90%;
    margin: 0 auto;
}
.logo{
    width: 40%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.logo2{
    width: 40%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.logo img{
    width: 120px !important;
    cursor: pointer;
}
.logo2 img{
    width: 120px !important;
    cursor: pointer;

}
.display-button{
    cursor: pointer;
    width: 35px;
    padding: 15px;
    float: right;
    margin-top: 15px;

  }
  .display-button span{
    background-color:#03132b;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    width: 25px;
    border-radius: 1px;
  }
  .topbar img{
    width: 60%;
  }
  .fai{
    color: #01204e;
    margin-top: 40px;
  }
  .fai h2{
    font-size: 17px;

}
.space{
    display: none;
}
.fai p{
    font-weight: 600;
    padding-top: 15px;
}
.dropdown-content{
    margin-left: 30px;
}
.nav-list{
    margin-top: 20px;
    display: none;
}
.nav-list.show{
    display: block;
}
.nav-list li{
    font-weight: 500;
    color: #272023;
    border-bottom: 1px solid rgba(183,183,183,0.5);
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    transition: 0.5s;
}
.nav-list a{
    color: #272023;

}
.nav-list li:hover{
color: #ffd100;
}
.nav-list a:hover{
    color: #ffd100;
    }
.nav-list i{
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

#aboutList{
    display: none; 
  
}
#aboutList.show{
    display: block;
}
.wrapper{
    width: 95%;
    margin: 0 auto;
}
.container{
    margin-top: 50px;
    color: #01204e;

}
.container h1{
    font-size: 20px;
    margin-top: 50px;
}
.container h2{
    font-size: 18px;
    padding-top: 15px;
}
.container p{
    font-weight: 500;
    padding-top: 15px;
}
.down{
    margin-top: 50px;

}
.down h2{
    background-color: #f2f4f6;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 1px;
    font-size: 15px;border-left: 2px solid #ffd100;
    padding-left: 30px;
    color:#03132b;
}
.unu{
    background-color: #f2f4f6;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 1px;
}
.unu img{
    width: 35px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.unu h3{
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    transition: 0.5s;
    color: #03132b;
}
.unu p{
    font-size: 13px;
    color: #707070;
    padding-top: 5px;
}
.unu h3:hover{
  color:  #ffd100;
}
.spons{
    margin-top: 50px;
    text-align: center;

}
.spons h2{
    color: #03132b;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
}
.spons img{
    width: 250px;
    margin-top: 40px;
}
footer{
    background-color: #03132b;
    margin-top: 100px;
    padding-bottom: 50px;
    padding-top: 30px;
}
.f-foot{
    width: 100px;
    margin: 0 auto;

}
.priv p{
    color: #ededed;
    font-weight: 300;
    margin-top: 50px;
}
.doi{
    width: 250px;
    margin: 0 auto;
}
.cont{
    background: url(/images/bg-2.jpg);
    background-size: cover;
}
.cont h1{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #01204e;
    font-size: 54px;
    margin-top: 30px;
}
.second {
    margin-top: 20px;
    border-bottom: 1px solid #d0cfcf;
    padding-bottom: 30px;
}
.second p{
    color: #03132b;
    font-weight: 500;
    padding-top: 20px;
    line-height: 25px;
}
.second span{
    color: #ffd100;
    cursor: pointer;
}






@media (min-width:767px){
.doi{
    width: 50%;
    float: left;
}
.wrapper{
    width: 85%;

}
}



@media (min-width:992px){

.logo{
    width: 20%;
    max-width: 150px;
    margin-top: 30px;
    margin-right: 80px;
}
.logo2{
    width: 20%;
    max-width: 140px;
    float: right;
    margin-top: 30px;

}
.display-button{
    display: none;
}
.fai{
    width: 60%;
    float: left;max-width: 600px;
}
.free{
    display: none;
}

.space{
    display: block;
}

.fai h2{
    font-size: 28px;
    line-height: 20px;
}
.fai span{
    font-size: 18px;
}
.nav{
    background-color: #03132b;
    margin-top: 20px;

}
.nav-list{
    display: inline-flex;
    margin-top: 0;
    float: right;
}
.nav-list li{
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: none;
    border-left: 1px solid rgba(183,183,183,0.2) ;
}
.topbar{
    width: 100%;
}
.nav-list a{
    color: #fff;
}
.page{
    width: 95%;
    margin: 0 auto;
    max-width: 1680px;
    
}
.dropdown-content li{
    border-left:none;

}
.nav-list i{
    display: none;
}





.dropdown:hover #aboutList {
    display: block;
    
}

.dropdown-content{
    display: none;
    margin-left: 0%;
    position: absolute;   
    margin-top: 85px;
    transition: 0.5s;
    left: auto;
    height: auto;
    padding-top: 0;
    margin-top: 0;
    width: 250px;
    border-top: 2px solid #ffd100;
    background-color: #fff;
    color: #707070;
    padding-bottom: 0;
    }
.dropdown-content li{
    display: grid;
    float: none;   
    margin: 5px;
    text-transform: capitalize;
    font-size: 14px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(183,183,183,0.5);

}
.logo img{
    width: 100% !important;
  
}
.logo2 img{
    width: 100% !important;
}
.container{
    width: 70%;
    float: left;
}
.second{
    width: 70%;
    float: left;
}
.down{
    width: 30%;
    float: right;
    max-width: 300px;
}
.wrapper{
    max-width: 1200px;
}
.container img{
    width: 650px;
}
.doi{
    width: 25%;
}







}