
body{
    overflow: hidden;
    font-family: SANS-SERIF;
    font-size: 1.2rem;
    white-space: normal;
}

.form-control{
    font-family: SANS-SERIF;
    font-size: 1rem!important;
}

@media (max-width: 600px) {
    
    body{
        font-size: calc(0.8rem + 1.2 * ((100vw - 20rem) / 30));
        /* font-size: 1.4rem!important; */
    }

    .form-control{
        font-size: calc(0.8rem + 1.2 * ((100vw - 20rem) / 30));
        /* font-size: 1.3rem!important; */
    }

    .fw-header-ioi{
        top: -265px!important;
    }
    
    .fw-header-bamboohills{
        top: -215px!important;
    }
}

.bg-1 {
    background-image: url("/static/assets/img/1978931.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-3 {
    background-image: url("/static/assets/img/ioicity/lp-800w.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg-2 {
    /* background-image: url("/static/assets/img/bg2.png"); */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f9c000;
    display: flex;
    background-color: #12377d;
}

.bg2-1 {
    background-image: url(/static/assets/img/bg2-1.png);
    background-size: unset;
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    height: 71vh;
    background-color: #12377d;
    background-position: center bottom;
    padding: 0 0.5rem 0 0.5rem;
}
.bg2-2 {
    background-image: url(/static/assets/img/bg2-2.png);
    /* background-size: cover; */
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #12377d;
    padding: 0 0.5rem 0 0.5rem;
}
.bg2-3 {
    background-image: url(/static/assets/img/bg2-3.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #12377d;
    height: 19vh;
    padding: 0 0.5rem 0 0.5rem;
}

.bg-2 .container2 {
    height: 100vh;
}


.bg-2 .font-1 {
    color: #f9c000;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.bg-2 .font-4 {
    color: #f9c000;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.bg-2 .font-2 {
    color: #f9c000;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bg-2 .font-3 {
    color: #f9c000;
    font-size: 1rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bg-2 a{
    text-decoration: none;
}

.bg-2 a.link>span {
    white-space: nowrap;
    padding: 0.3rem 2rem 0.3rem 2rem;
    border: 3px solid #f9c000;
    color: #f9c000;
    font-size: 2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

@media (max-width: 1350px) {
    
    .bg-2 .font-1 {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .bg-2 .font-4 {
        font-size: 1rem;
        line-height: 1.2;
    }

    .bg-2 .font-2 {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .bg-2 .font-3 {
        font-size: 0.79rem;
    }

    .bg-2 a.link>span {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .bg-2 .font-1 {
        font-size: 0.9rem;
        line-height: 1;
    }

    .bg-2 .font-4 {
        font-size: 0.9rem;
        line-height: 1;
    }

    .bg-2 .font-2 {
        font-size: 0.9rem;
        line-height: 1;
    }

    .bg-2 .font-3 {
        font-size: 0.79rem;
    }
    
    .bg-2 a.link>span {
        font-size: 1.2rem;
    }
}

.material-profile{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.slideopen{
    height: 100;
}

.container {
    /*min-height: 90vh;*/
    border-radius: 0px;
    /*background-color: white;*/
    max-width: 800px;
    position: relative;
    padding: 0 6vw 0 6vw;
    /* padding: 0 6rem 0 6rem; */
}

.container>.row>div{
    margin: 0 auto;
}

.fade:not(.show) {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

.footer{
    border-radius: 0px;
    max-width: 800px;
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    /* left: 29vw;
    bottom: -19px;
    width: 100%; */
}

.bg-footer{
    max-width: 600px;
    width: 100%;
    min-height: 10vh;
    border-radius: 0px;
    margin: 0 auto;
    background-color: white;
    z-index: -1;
    position: absolute;
    bottom:-25px;
    left:0px;
}

.bottomsidebar{
    text-align: center;
    width: 100%;
    display: flex;
    height: 10vh;
}

.nav-item{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    border-radius: 0;
    line-height: normal;
    border: none;
    background-color: #fff;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,.16);
    background-color: #e8e8e8;
}

.footer .material-icons, 
.footer .fa{
    font-size: 30px;
    line-height: 0px;
}

.nav-item.active{
    color: #1b47a0 !important;
    transition: 1.5s ease;
    box-shadow: inset 1px -6px 5px 0 rgba(0,0,0,.16);
    background-color: #fff;
}

.bottomsidebar .nav-item:first-child {
    border-top-left-radius: 20px;
}

.bottomsidebar .nav-item:last-child {
    border-top-right-radius: 20px;
}

.float-wrapper{
    background-color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.fw-header{
    position: absolute;
    top: -75px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: sans-serif; 
    font-size: 135px;
}

.fw-header-ioi{
    position: absolute;
    top: -335px;
    width: 100%;
    max-width: 600px;
    text-align: center;
    color: white;
    font-family: sans-serif; 
    font-size: 135px;
}

.fw-header-bamboohills{
    position: absolute;
    top: -245px;
    width: 100%;
    max-width: 600px;
    text-align: center;
    color: white;
    font-family: sans-serif; 
    font-size: 135px;
}


.btn-fansy {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
    margin-top: 0;
    padding: 0.24rem 0.5rem;
    font-size: 24px;
    /* text-align: center; */
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ef4137;
    border: none;
}

.btn-fansy:hover {
    background-color: #fff;
    color: #ef4137;
}

.fw-header::before {
  bottom: -15px;
  height: 15px;
  width: 100%;
  left: 8px;
  transform: skewX(45deg);
  background-color: #196090;
}

.table-container{
    overflow-x: auto;
}

.float-menu{
    cursor: pointer;
    z-index: 200;
    width: 45px;
    height: 45px;
    background: #2d53fe;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 23px;
    border-radius: 50%;
    transition: color .2s ease-in-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.float-menu-wrapper{
    position: absolute;
    bottom: 100px;
}
.fab {
    width: 70px;
    height: 70px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
  
    font-size: 50px;
    color: white;
    text-align: center;
    line-height: 70px;
  
    position: fixed;
    right: 50px;
    bottom: 50px;
 }
  
 .fab:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.05);
 }

 .section{
     display: none;
 }

 .float-header-wrapper{
     height: 6vh;
 }

 .float-header{
    width: 100%;
    height: 100%;
    display: none;
    margin: 0 auto;    
    max-width: 600px;
    text-align: center;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.float-header-full{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.float-header h3{
   margin-bottom: 0px;
}

@media (max-width: 575.98px) {
    .footer{
        background-color: white;
    }
}

.close {
    float: right;
    opacity: 0.5;
}