* {
    font-family: 'Asap', sans-serif;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

li {
    list-style: none;
}

a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: #fff;
}

#return-to-top {
    background: #ff8d00;
    border-radius: 50%;
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 50;
    bottom: 25px;
    right: 15px;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    text-align: center;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.6);
}

    #return-to-top:after {
        content: 'Top';
        position: absolute;
        top: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        left: 0;
        border-radius: 50%;
        opacity: 0;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 700;
        background-color: #303030;
        border: 1px solid #303030;
        font-size: 1em;
        padding-top: 14px;
        text-transform: none;
        -webkit-transition: opacity 175ms cubic-bezier(.18,.43,.58,1);
        -moz-transition: opacity 175ms cubic-bezier(.18,.43,.58,1);
        transition: opacity 175ms cubic-bezier(.18,.43,.58,1);
    }


    #return-to-top:hover:after {
        opacity: 1;
    }

    #return-to-top i {
        color: #fff;
        font-weight: bold;
        font-size: 40px;
        margin: 3px auto 0;
    }




.navigation {
    margin-right: 5%;
}

@media (max-width:1200px) {
    .navigation {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar {
    margin-bottom: 10px;
    background-color: #f38512;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.5);
}

.navbar-brand {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
}

.navigation li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    padding: 17px 25px;
    font-weight: 600;
    transition: .4s ease;
    letter-spacing: 1px;
}

@media (max-width:1200px) {
    .navigation li a {
        padding: 17px 15px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-brand img {
    }

    .navigation li a {
        padding: 17px 15px;
        font-size: 14px;
    }
}

.navigation li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    margin-top: 3px;
    background: #000;
    transition: width .3s;
}

.navigation li a:hover::after {
    width: 100%;
}

.navigation li a:hover {
    background-color: transparent;
}

.navbar-toggle {
    margin-top: 15px;
    border: 1px solid #000;
    border-radius: 0;
}

.banner {
    padding: 0
}

.banner1, .banner2 {
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0;
}

.banner1 {
    background-image: url(../images/banner1.jpg);
}
.banner2 {
    background-image: url(../images/banner2.jpg);
    background-position:top;
}
.banner h1 {
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 3em 0;
}

.next-draw {
    background-color: #fff;
    background-image: url(../images/bg.png);
    width: 200px;
    position: absolute;
    right: 0;
    top: 30%;
    text-align: center;
    padding: 35px 10px;
    z-index: 10;
}

    .next-draw .button-close {
        float: right;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-top: -25px;
        background-color: #ff8d00;
        padding: 0 5px;
    }


    .next-draw p {
        font-weight: 600;
        font-size: 18px;
        color: #ff0000;
        line-height: 1.1;
    }

    .next-draw h2 {
        font-weight: 900;
        font-size: 24px;
        color: #ff8d00;
        margin: 6px 0 0;
    }

.mobile-ribbon-next-draw {
    background-color: #f38512;
    padding: 18px 0;
}

    .mobile-ribbon-next-draw p {
        letter-spacing: 1px;
        font-size: 15px;
        color: #ff0;
        line-height: 1.1;
    }

    .mobile-ribbon-next-draw h2 {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-size: 20px;
        color: white;
        margin: 0;
    }


.draw-results {
    padding-top: 5em;
    padding-bottom: 5em;
    background-image: url(../images/bg.png);
    position:relative;
}
.current-rate {
    padding:30px 20px;
    background-color: #ff8d00;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 8888;
    text-align:center;
}
.current-rate img  {

    padding-bottom:10px;
}

   
    .current-rate h3 {
        margin: 0;
        font-weight: bold;
        font-size:20px;
    }

.draw-results {
    padding-top: 5em;
    padding-bottom: 5em;
    background-image: url(../images/bg.png);
    position: relative;
}

.current-rate-mobile {
    background: #1f1b1b;
    text-align: center;
    padding: 20px 0;
    color:#fff;
}
    .current-rate-mobile img {
        padding-bottom: 10px;
    }

    
    .current-rate-mobile h3 {
        margin: 0;
        font-size: 25px;
        font-weight:bold;
    }

.did-win {
    padding-top: 5em;
    padding-bottom: 5em;
    background: #333
}

.main-header {
    font-weight: 700;
    color: #4d4d4d;
    padding-bottom: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

.did-win .main-header {
    color: #fff;
}

.panel-group {
    border-radius: 3px;
    margin-bottom: 0;
    padding: 10px 0;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 0;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title a {
    background: #333 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}

    #accordion .panel-title a.collapsed {
        background: #333 none repeat scroll 0 0;
        border: 1px solid #ddd;
        color: #fff;
    }

.draw-results-page #accordion .panel-title a::after, .department-main #accordion .panel-title a.collapsed::after {
    border: 1px solid transparent;
    color: #fff;
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    padding: 20px;
    right: 0;
    position: absolute;
    text-align: center;
    top: -10px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-title a.collapsed::after {
    border: 1px solid transparent;
    color: #fff;
    content: "\f106  ";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

.panel-date {
    color: #ff8d00 !important;
    font-weight: bold;
}

    .panel-date span {
        color: #fff !important;
        font-weight: bold;
    }

.result-card {
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
}

.prize-result {
    margin-left: 0;
    margin-right: 0;
}

.orange {
    background-color: #ff8d00;
}

    .orange h2 {
        color: #000;
    }

.red {
    background-color: #ff2121;
}

    .red h2 {
        color: #fff;
    }

.yellow {
    background-color: #e9d705;
}

    .yellow h2 {
        color: #ff2121;
    }

.result-card h2 {
    margin: 0;
    padding: 10px 20px 15px 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.prizes-box {
    background-color: #4d4d4d;
    color: #fff;
    text-align: center;
}

    .prizes-box h3 {
        border-bottom: 1px solid#fff;
        margin: 0;
        padding: 10px;
    }

        .prizes-box h3 span {
            letter-spacing: 3px;
            padding-left: 10px;
        }

.result-content {
    padding: 10px;
    background: white;
    color: black;
}


.result-card img {
    display: block;
    margin: 10px auto 12px;
}


.orange .result-content {
    border-bottom: 1px solid #ff8d00;
}

.red .result-content {
    border-bottom: 1px solid #ff2121;
}

.yellow .result-content {
    border-bottom: 1px solid #e9d705;
}

.result-label {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}

.result-number {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    letter-spacing: 5px;
}

.result-col {
    margin: 0;
    padding: 10px 0;
}

.block {
    display: block !important;
}

.result-label.block {
    margin-bottom: 10px;
}

.result-number-list .result-number {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 5px 10px;
    font-size: 18px;
    letter-spacing: 1px;
}

.orange .result-col + .result-col {
    border-top: 1px solid #ffc20f;
    padding-top:20px;
}

.red .result-col + .result-col {
    border-top: 1px solid #ff2121;
    padding-top: 20px;
}

.yellow .result-col + .result-col {
    border-top: 1px solid #e9d705;
    padding-top: 20px;
}

.prize-result [class*="col-md-"] {
    padding: 2px;
}

.show-more {
    display:none;
    background-color: #ff8d00;
    border: none;
    border-radius: 0;
    padding: 20px 35px;
    box-shadow: 0 2px 2px 0 rgba(37, 37, 37, 0.14), 0 1px 5px 0 rgba(37, 37, 37, 0.12), 0 3px 1px -2px rgba(37, 37, 37, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    margin-top: 20px;
   
    transition: .4s ease;
}

    .show-more:hover {
        background-color: #333;
        color: #ff8d00;
        text-decoration: none;
    }

.check-form {
    margin-top: 30px;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 0;
}

.check-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.check-form a {
    background-color: #ff8d00;
    border: none;
    border-radius: 0;
    padding: 10px 35px;
    box-shadow: 0 2px 2px 0 rgba(37, 37, 37, 0.14), 0 1px 5px 0 rgba(37, 37, 37, 0.12), 0 3px 1px -2px rgba(37, 37, 37, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    transition: .4s ease;
    margin-top: 15px;
}

    .check-form a:hover {
        background-color: #333;
        color: #ff8d00;
        text-decoration: none;
    }

.control-label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.check-number-result {
    background-color: #f3f3f3;
    padding: 25px 12px;
    margin-top: 15px;
}

    .check-number-result .number-result-title {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        text-transform: uppercase;
        text-align: center;
    }

    .check-number-result .border {
        border-color: #333;
        margin: 10px auto 15px;
    }

    .check-number-result .number-result-description {
        color: #666666;
        text-align: center;
        margin-bottom: 10px;
    }

.table > tbody > tr > th {
    background: #ff8d00;
    padding: 20px 10px;
    color: white;
    font-size: 18px;
}

.check-number-result .number-result-table tbody > tr > td {
    padding: 8px 10px;
    background: white;
}























.how-much {
    padding-top: 5em;
    padding-bottom: 5em;
    background-color: #fcc581;
}

    .how-much .prize-tab {
        background-color: #ff8d00;
        padding-top: 30px;
    }

    .how-much .prize-tab-content {
        background-color: #333;
        padding-top: 30px;
        max-height: 500px;
        min-height: 500px;
    }

    .how-much [class*="col-"] {
        padding: 0;
    }

.prize-tab-heading {
    padding: 0 15px 15px;
    min-height: 120px;
    margin: 0;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

    .prize-tab-heading p {
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        color: #fff;
        margin: 10px auto;
        letter-spacing: 1px;
    }


.border {
    width: 50px;
    margin: 0 auto;
    border-top: 3px solid #fff;
}

.prize-tab-heading h2 {
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.nav-pills li {
    margin: 0 !important;
}

.nav-pills a {
    border-top: 1px solid #333;
    border-radius: 0 !important;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    padding: 20px 20px !important;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease;
}

    .nav-pills a:hover {
        background-color: #333 !important;
        color: #ff8d00;
    }

.nav-pills > li.active > a {
    background-color: #333 !important;
    color: #ff8d00;
}

.prize-amount h1 {
    color: #fff;
    padding: 50px 0;
    font-weight: bold;
    font-size: 50px;
}




.about {
    padding-top: 5em;
    padding-bottom: 5em;
}

    .about .main-header {
        padding-bottom: 30px;
    }


.ab-img img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.ab-desc h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.ab-desc p {
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.contact {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #e6e6e6;
}

    .contact h2 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        padding-top: 15px;
        margin-top:0;
        margin-bottom:15px;
    }

.address {
    padding-top: 15px;
}

    .address li {
        padding-bottom: 20px;
        font-size: 16px;
        letter-spacing: 1px;
    }


        .address li i {
            color: #ff8d00;
            font-size: 20px;
            padding-right: 5px;
        }

.fa-android {
    color: #333;
    transition: .4s ease;
}

    .fa-android:hover {
        background-color: #a4c639;
        color: #fff;
    }

.social li {
    display: inline-block;
    padding-right: 10px;
}

    .social li a, .android i {
        color: #fff;
        background-color: #333;
        display: block;
        padding: 10px;
        border-radius: 5px;
        transition: .4s ease;
    }

.android i {
    display: inline-block;
    padding: 12px;
}

.contact p {
    font-size: 16px;
    padding-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.submit-btn {
    background-color: #ff8d00 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
}

.contact .form-control {
    height: 42px;
}

.facebook:hover {
    background-color: #3b5998;
}

.youtube:hover {
    background-color: #cc181e;
}

.instagram:hover {
    background-color: #e1306c;
}




/*Draw results*/
.draw-results-logo {
    background-color: #f38512;
    padding: 20px 0;
}

.draw-results-banner {
    background-image: url(../images/results-banner.jpg);
    background-position: top;

    background-attachment:fixed;
    background-size: auto;
}

    .draw-results-banner h1 {
        color: #fff;
        margin: 0;
        font-weight: 700;
        padding: 2em 0;
        text-transform: uppercase;
        font-size: 50px;
    }

.go-back {
    background-color: #fff;
    color: #ff8d00 !important;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: bold;
    position: relative;
    bottom: -15px;
    z-index:9000;
}
.draw-results-page {
    padding-top: 3em;
    padding-bottom: 5em;
    background-image: url(../images/bg.png);
}

.draw-results-page input{
    height:45px;
    border-radius:0;
    border-color:#ccc;
    border-left:0;
}

.draw-results-page .input-group-addon {
     color:#000;
    background-color: #ff8d00;
    border: none;
    border-radius: 0;
    padding:6px 16px;
}

.search-btn {
    background-color: #ff8d00;
    color: #000;
    height: 45px;
    width:80px;
    padding-top:12px;
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:1px;
}

.loading{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
   
    padding-bottom:20px;
}









































































































































@media(max-width:992px) {

    .navigation li a {
        margin-top: 0;
        padding: 12px 15px;
    }

    .banner1, .banner2 {
        width: 100%;
        max-height: 650px;
        min-height: 500px;
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .why-kuda {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 25px;
    }

    .ab-img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ab-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        padding-left: 20px;
        text-align: left !important;
    }

        .ab-desc h3 {
            text-align: left !important;
        }

        .ab-desc p {
            text-align: left !important;
        }

    .draw-results {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .did-win {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .how-much {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .about {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .contact {
        padding-top: 2em;
        padding-bottom: 3em;
        background-color: #e6e6e6;
    }

    .control-label {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .banner {
        margin-top: 4em;
    }

        .banner h1 {
            font-size: 55px;
            padding: 2em 0;
        }

    .banner1, .banner2 {
        width: 100%;
        max-height: 626px;
        min-height: 400px;
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .check-number-result .number-result-table tbody > tr > td {
        font-size: 14px;
    }

    .table > tbody > tr > th {
        font-size: 14px;
    }
    .contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact p {
        padding-top: 20px
        
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        padding-bottom: 0;
    }
}



@media (max-width: 500px) and (min-width:377px) {
    .nav-pills a {
        font-size: 14px;
    }

    .prize-tab-heading {
        min-height: 80px;
    }

        .prize-tab-heading h2 {
            font-size: 24px;
        }

    .how-much .prize-tab-content {
        background-color: #333;
        padding-top: 30px;
        max-height: 430px;
        min-height: 435px !important;
    }

    .prize-amount h1 {
        color: #fff;
        padding: 50px 0;
        font-weight: bold;
        font-size: 40px;
    }
}

@media (max-width: 376px) and (min-width:336px) {

    .how-much .prize-tab-content {
        min-height: 435px !important;
    }
}

@media (max-width: 377px) {
    .nav-pills a {
        font-size: 14px;
    }

    .prize-tab-heading {
        min-height: 80px;
    }

        .prize-tab-heading h2 {
            font-size: 20px;
        }

    .how-much .prize-tab-content {
        background-color: #333;
        padding-top: 30px;
        max-height: 430px;
        min-height: 455px;
    }

    .prize-amount h1 {
        color: #fff;
        padding: 50px 0;
        font-weight: bold;
        font-size: 30px;
    }
    .result-number {
        font-size: 20px;
       
    }
    .result-number-list .result-number {
       
        font-size: 15px;
   
    }
    .contact p {
        font-size: 14px;
        
    }
}
.cl-tpp {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,.5);
    display: none;
}

#covid19 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    height: 50%;
    background-color: #ff6a00;
    width: 50%;
    z-index: 1000;
    border-radius: 6px;
}

@media (max-width: 400px) and (min-width:320px) {

    #covid19 {
        width: 95%;
    }

    .close {
        position: absolute;
        right: 5px;
        cursor: pointer;
        width: 30px !important;
        height: 30px !important;
        background-repeat: no-repeat;
        top: 10px;
    }
}

@media (max-width: 800px) and (min-width:400px) {

    #covid19 {
        width: 80%;
    }




    .close {
        position: absolute;
        right: 5px;
        cursor: pointer;
        width: 30px !important;
        height: 30px !important;
        background-repeat: no-repeat;
        top: 10px;
    }
}

#covid19 img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}


#covid19 h2 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    font-weight: 800;
}

#covid19 h5 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
}


#covid19 p {
    font-size: 18px;
    text-align: center;
    padding-top: 5%;
    color: #000;
    text-decoration: underline;
    line-height: 30px;
}



.close {
    position: absolute;
    right: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    top: 10px;
    opacity: 1;
}
