@font-face {
    font-family: "Helvetica Neue";
    src: url(../fonts/Helvetica.ttf);
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(../fonts/Helvetica-Bold.ttf);
    font-weight: bold;
}

@font-face{
    font-family: "Futura";
    src: url(../fonts/FuturaPTMedium.otf);
}
@font-face{
    font-family: "Futura";
    src: url(../fonts/FuturaPTLight.otf);
    font-weight: 300;
}
@font-face{
    font-family: "Futura";
    src: url(../fonts/FuturaPTBold.otf);
    font-weight: bold;
}
@font-face{
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face{
    font-family: "Roboto";
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
@font-face{
    font-family: "Roboto";
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
}
a:hover{
    text-decoration: none;
    color:initial;
}
body{
    color: #1A1B1E;
    overflow-x: hidden !important;
    max-width: 100vw;
    /* margin: 0; */
    font-family: "Hind Siliguri", sans-serif;
    padding-top: 75px;
}
header{
    display: flex !important;
    justify-content: space-between !important;
    box-shadow: 0 3px 3px #EEE;
    margin-bottom: 50px;
    background: white;
    align-items: center;
    height:75px;
}
header > .container{
    display: flex;
    align-items: center;
}
nav a{
    text-decoration: none;
    color: #676A6C;
    margin: 0px;
    margin-left: 35px;
    font-weight:500;
    font-size: 16px;
    font-family: "Hind Siliguri", sans-serif;
}
nav a.active{
    color: #00C4BB;
}
.big-text{
    font-size: 36px;
    font-weight: normal;
    margin-top: 63px;
    margin-bottom: 24px;
    color: #0D47A1;
    font-family: "Hind Siliguri", sans-serif;
}
.text-center{
    text-align: center;
}
.flex{
    display: flex;
}
.flex-center{
    justify-content: center;
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}


.mobile-only{
    display: none; 
}
.button{
    text-decoration: none;
    color: black;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 15px;
    align-self: center;
}
.button-orange{
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    color: white;
    background: linear-gradient(270deg, #FF5F02 0%, #FF8902 100%);
    box-shadow: 0 5px 8px 2px rgba(0,0,0,0.2);
}
.button-grey{
    background: #B9B9B9 !important  ;
    color: white;
}
.bigger{
    transform: scale(1.5);
}
.text-bold{
    font-weight: bold;
}
footer{
    padding-bottom: 15px;
    background:#F6FBFF;
}
footer,
footer p{
    font-family: "Hind Siliguri", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight:400;
}
.footer-content img{
    position: relative;
    top: 5px;
}
header embed,
header .header-logo img{
    width: auto;
    height: 40px;
}
footer embed{
    width: 159px;
    height: 51px;
}
footer .footer-content .social-icons a:first-child{
    margin-right:19px;
}
footer .footer-content .social-icons img{
    top:0;
}

footer {
    background: #0B0D17;
    color: #fff;
    padding-top:24px;
    padding-bottom:24px;
}
@media (max-width: 1200px){
    .mobile-only{
        display: block !important;
    }
    header{
        padding: 17px 20px;
        box-shadow: none;
    }
    header embed{
        height: 35px;
    }
    header > embed,
    header .container > embed{
        width: 100px;
    }
    header > #sidebar-open-button,
    header .container > #sidebar-open-button{
        order: 0;
        margin-right:18px;
    }
    header > #sidebar-open-button .mobile-only,
    header .container > #sidebar-open-button .mobile-only{
        display: flex !important;
        align-items: center;
    }
    header > #sidebar-open-button > svg,
    header .container > #sidebar-open-button > svg{
        transform: scaleX(1.8) scaleY(1.5);
    }
    header > .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0px;
    }
    header .fa-bars{
        font-size: 20px;
        color:#676A6C;
        cursor: pointer;
    }
    footer{
        padding: 24px 0px;
        flex-wrap: wrap;
        align-items: center;
        background:#0B0D17;
    }
    footer .footer-content .social-icons a:first-child{
        margin-right:5px;
    }
    footer embed{
        width: 102px;
        height: 33px;
    }
    .desktop-only{
        display: none;
    }
    .social-icons-flex{
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .social-icons-flex img{
        width: 53px;
        height: 55px;
    }
    .mobile-menu{
        display: none !important;
    }
    .mobile-sidebar{
        width: 82vw;
        background: white;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -90vw;
        transition: 300ms all;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left-width: 2px;
        border-left-color: #FFC106;
        border-left-style: solid;
        
    }
    .mobile-sidebar__header{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        align-items: center;
    }
    .mobile-sidebar__header .fa-times{
        font-size: 20px;
        color: #b7b7b7;
        cursor: pointer;
    }
    .mobile-sidebar__header embed{
        padding-right: 50px;
        height: 40px;
        padding-left: 10px;
    }
    .mobile-sidebar__mobile-menu{
        display: flex;
        flex-direction: column;
        margin-top: 35px;
    }
    .mobile-sidebar__mobile-menu a{
        font-size: 18px;
        padding: 13.1px 20px;
        border-top: 1px solid #EBEBEB;
        margin: 0;
    }
    .mobile-sidebar__mobile-menu a:last-child{
        border-bottom: 1px solid #EBEBEB;
    }
    .mobile-sidebar__mobile-menu a.active{
        background: #E2E8F2;
        color: #00C4BB;
    }
}

.btn-gradient-blue{
    color: white;
    background: linear-gradient(270deg, #0099D6 0%, #00C4BB 100%);
    padding: 8px 14px;
    border-radius: 3px;
}
.btn-orange{
    background: #FDB827;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding:4px 18px;
}
.btn-orange:hover{
    color:#fff;
}
@media (max-width: 1200px){
    body{
        padding-top: 56px;
    }

    header{
        margin-bottom: 0;
        height: 56px;
        padding: 5px 24px;
    }
    header embed, header .header-logo img{
        height: 30px;
        margin-top: -10px;
    }
}


.button.button-gradient-blue{
    background: linear-gradient(270deg, #0099D6 0%, #00C4BB 100%);
    color: white;
    font-weight: normal;
    font-size: 14px;
}