

@font-face {
    font-family: Prelo-Black;
    src: url(fonts/Prelo-Black.ttf);
}
@font-face {
    font-family: Prelo-Light;
    src: url(fonts/Prelo-Light.ttf);
}
@font-face {
    font-family: Prelo-Medium;
    src: url(fonts/Prelo-Medium.ttf);
}
@font-face {
    font-family: Prelo-Bold;
    src: url(fonts/Prelo-Bold.ttf);
}
@font-face {
    font-family: Prelo-SemiBold;
    src: url(fonts/Prelo-SemiBold.ttf);
}


body {
    overflow-x: hidden;
    font-family: Prelo-Light, 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #FFF;
    color: #000;
}

p {
    line-height: 1.75;
}

a {
    color: #01539c;
}

a:hover {
    color: #45823d;
}

.text-primary {
    color: #45823d !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Prelo-Black;
    /*font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: AvenirLTStd-Book;
    /*font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

.btn {
    font-family: AvenirLTStd-Light;
    /*font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary, .dt-button {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #01539c !important;
    font-family: Prelo-Medium;
    /* box-shadow: 0 0 0 0.2rem #01539c !important; */
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 1.25rem;
    border: 1px solid #01539c !important;
    margin-right: 10px;
    margin-bottom: 15px;

}



.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #01539c !important;
}

::-moz-selection {
    background: #D3D3D3;
    text-shadow: none;
    color: #000;
}

::selection {
    background: #D3D3D3;
    text-shadow: none;
    color: #000;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.alert-green{
    display: none;
}
.alert-failure{
    display: none;
}
.mt20{
    margin-top:20px;
}
.mt60{
    margin-top:60px;
}
.addContainer{
    padding-top:50px;
    padding-bottom: 50px;
}
.heading{
    margin-bottom: 2rem;
    width:100%;
}
.eventLogo{
    width:60%;
    max-width: 400px;
}
.form-group {
    margin-bottom: 2rem;
}

.dashboard-btn{
    /*margin-top: 25px;*/
    /*background: #cccccc ;*/
    /*border: 1px solid #808080;*/
    color: #cccccc;
    padding: 5px 15px;
    text-decoration: none !important;
    font-size: 16px;

}
.dashboard-btn.active,
.dashboard-btn:hover{
    /*background: #808080 !important;*/
    color: #808080;
    text-decoration: none !important;
}

#hsbcTable{
    font-size: 14px;
}
.form-col {
    padding-left: 30px;
    padding-right: 30px;
}
label {
    /*text-transform: uppercase;*/
    color: #01539c;
    font-family: Prelo-Medium;
    font-size: 1.4rem;
    /*font-weight: 600;*/
}

.modal-body{
    font-size: 14px;
    font-family: AvenirLTStd-Light;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}
.main-logo{
    width:200px;
}

@media (max-width: 999px) {
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .main-logo{
        width:120px;
    }

}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem !important;
}


.table td, .table th {
    padding: 5px !important;
}

.six-coloum {
    height: 16.667vh;
    line-height: 16.667vh;
    text-align: center;
    vertical-align: baseline;
}
.six-coloum .row .col-md-6 h1 {
    margin: 0 !important;
}
.six-coloum .row .col-md-6{

}
.row-half{
    width: 50%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.row-half h1{
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 45%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*text-transform: uppercase;*/
}
@media (max-width: 699px) {
    .row-half{
        width: 70%;

    }
}

.targetBtn.btn:focus {
    outline: none !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus { outline: none !important; outline-style: none; }
.btn, .btn-danger.focus, .btn-danger:focus {
    box-shadow: none !important   ;
    border: 0;
}
.modal-backdrop
{
    opacity:0.8 !important;
}

.modal-body{
    text-align: center !important;
}

@media (max-width: 576px){
    .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem 2rem !important;
        text-align: center;
    }

}



.btn-info {
    color: #fff;
    background-color: #0ebbef !important;
    border-color: #0ebbef !important;
}
/*.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../img/loader.gif');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
      background-size: 300px;
}*/
.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
      /*change these sizes to fit into your project*/
      width:100px;
      height:100px;
}
.load hr{border:0;margin:0;width:30%;height:30%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.load :first-child{background:#2b4ba0;animation-delay:-1.5s}
.load :nth-child(2){background:#0ebbef;animation-delay:-1s}
.load :nth-child(3){background:#2b4ba0;animation-delay:-0.5s}
.load :last-child{background:#0ebbef}

@keyframes spin{
    0%,100%{transform:translate(0)}
    25%{transform:translate(160%)}
    50%{transform:translate(160%, 160%)}
    75%{transform:translate(0, 160%)}
}
.preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #FFF;

}

.questionBox{
    width: 100%;

}
.level_number{
    font-family: Nootype-Radikal-Thin;
    font-size: 1.2rem;
    color: #FFF;
    margin-bottom: 0;
}
.question{
    font-family: Nootype-Radikal-Bold;
    font-size: 1.8rem; 
    margin: 0;
    margin-bottom: 5px;
    color: #FFF;
}
.header-box{
    background: #012751;
    padding: 20px;
    margin-top: 5vh;
}
.logo{
    width: 280px;
    max-width: 100%;
}
.answer-box{
    padding: 0px ;  
    width: 100%; 
    min-height: 30vh;
    line-height: 3rem;
}
.checkbox-label {
    height: 10vh;
    border: 1px solid #01539c;
    color: #01539c;
    background: #FFF;
    font-family: Prelo-SemiBold;
    font-size: 2rem;
    padding: 0 10%;
    font-weight: 300;
    margin-bottom: 3vh;
    border-radius: 10px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    cursor: pointer;
}
.quiz-para {
    margin-bottom: 0;
    /*    margin-bottom: 0PX;
        font-size: 1.8rem;
        width: 800px;
        max-width: 100%;
        color: #FFFFFF;
        font-weight: 300;
        font-family: Nootype-Radikal-Bold;*/
}
.quiz-para span {
    font-size: 2.1rem;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.tick{
    position: absolute;
    right: 40px;
    height: 6vh;
    top: 2vh;
    display: none;
}

.modal-content{
    background: #ff3941;
    padding: 3rem 4rem;
    color: #FFF;
}

.modal-logo{
    width: 200px; 
    display: block; 
    margin: auto;
}   
.modal-heading{
    font-family: 'Prelo-Black';
    font-size: 2.5rem;
    margin: 0px auto 20PX;
    color: #FFF;
}
.modal-para{
    color: #FFF;
    font-family: Prelo-Light;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 5px;
}
.modal-para-bold{
    font-family: Nootype-Radikal-Bold;
}
.touch{
    color: #f1f1f1;
    font-family: Prelo-Light;
    font-size: 1.2rem;
    line-height: 1.4rem; 
    margin-top: 60px;
}
#welcomeMessage{
    cursor: pointer;
}
#answerBox2, #answerBox3, #answerBox4, #answerBox5, #questionBox2, #questionBox3, #questionBox4, #questionBox5  {
    display: none;
}
.modal-btn{
    margin-top: 40px;
}
.mainBg{
    min-height: 100vh;
}
.rightBg{
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-color: #FFFFFF;
    color: #002F52;
}
.rightBgQ3{
    background-image: url(../img/bg3.png);
}
.rightBgQ4{
    background-image: url(../img/bg4.png);
}
.rightBgQ5{
    background-image: url(../img/bg5.png);
}
.rightBgFinal{
    background-image: url(../img/bgFinal.png);
}
.bg-blue .h1 {
    color: #FFF;
    position: absolute;
    font-size: 3.75rem;
    top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-bottom: 0;
    left: -5px;
}

.headcontainer {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    min-height: 24vh;
}
.headcontainer h1 {
    font-size: 3.75rem;
    text-transform: uppercase;
} 
.header-left{
    background: #ff3941;
    color: #FFF;
    text-align: right;
    padding-right: 50px;
    max-width: 200px;
}
.logo-div{
    padding-left: 5%;
}
.logo-div.text-right{
    /*padding-right: 10%;*/
}
@media (max-width: 1198px){
    .headcontainer h1 {
        font-size: 2.4rem;
    }  
}
#sentForm{
    padding: 5vh 8%;
}
.questionRow{
    padding: 5vh 8vh;
}
.form-control{
    height: 10vh;
    border: 1px solid #808080;
    font-family: Prelo-Medium;
    font-size: 1.4rem;
}
.btn-theme{
    height: 10vh;
    border: 1px solid #01539c;
    color: #01539c;
    background: #FFF;
    font-family: Prelo-SemiBold;
    font-size: 2rem;
    padding: 0 10%;
    font-weight: 300;
    margin-bottom: 3vh;
    border-radius: 10px;
}
#submitSuccess, #submitFailure{
    display: none;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #31333C;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-top: 50px !important;
    margin: auto;
}


/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#question1Div, #question2Div, #question3Div, #question4Div, #question5Div, #resultDiv{
    display: none;
}
.questionHead{
    font-family: Prelo-SemiBold;
    font-weight: 300;
    color: #01539c;
    margin-bottom: 7vh;
}
.finalBox{
    border: 1px solid #ff3941;
    padding: 10%;
    text-align: left;
    border-radius: 10px;
}
.finalBox h2{
    font-family: Prelo-SemiBold;
    font-weight: 300;
    color: #ff3941;
    margin-bottom: 0;
    font-size: 4rem;
}
#html5-watermark{
    display: none !important;
}

.html5-image{
    padding:0px !important;
}

#html5-watermark{
    display: none !important;
}
#html5lightbox-watermark{
    display: none !important;
}
.html5-image{
    padding: 0px !important;
}
.html5-image{
    height: 102% !important;
    top: -1% !important;
    width: 101.8% !important;
    left: -0.9% !important;
}
.html5-loading{
    display: none !important;
}
.table td, .table th {
    padding: 16px !important;
}
div.dataTables_wrapper div.dataTables_filter input{
    height: auto;
}

table.table-striped.dataTable thead th, table.table-striped.dataTable thead td{
    background: #01539c; 
    /*background: #3b0253;*/ 
    color: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #FFF;
}
.table-striped tbody tr:nth-of-type(even){
    background-color: #d9d9d9;
}
table.dataTable{
    border-collapse: collapse !important;
}
div.dataTables_wrapper div.dataTables_info{
    color: #FFF !important;
}

.table td, .table th {
    text-align: center;
}

table.dataTable{
    border-collapse: collapse !important;
}

.dataTables_wrapper{
    padding: 0px;
}
.dt-buttons{
    width: 50%;
    float: left;
    margin-top:-px;

}
div.dataTables_wrapper div.dataTables_filter{
    margin-right: 15px;

}
@media (max-width: 600px) {
    .dt-buttons{
        width: 100%;
    }
}



div.dataTables_wrapper div.dataTables_info{
    text-align: center !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content: center !important;
    margin-top: 10px!important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    top: 18px;
}

div.dataTables_scrollHead table.table-bordered{
    font-size: 14px !important;
}
#dashboardTable thead {
    visibility: collapse !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #01539c;
    border-color: #01539c;
}