
.iq-mlr-0 {
    text-align: center
}


li {
    list-style: none;
    display: inline-block;
}
.iq-banner .iq-countdown {
    background: #131519;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    border-bottom: 5px solid #f9b707;
    border-top: 5px solid #f9b707;
}

.iq-banner .iq-countdown {
    margin-top: 20%;
}

.iq-bg-fixed {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed !important;
}

.border-white {
    margin-right: 3%;
}


h2 {
    font-size: 2em;
}
.head-text{
    font-size: 1.3em;
}

body {
   color: #FFF;
    background: #1b222c;
}

.eggs{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

.bg-black{
    background-color: #000;
}

.iq-timeline .timeline-content {
    background: #434852;
}

.iq-timeline .timeline:nth-child(2n) .timeline-content:after {
    border-right: 20px solid #434852;
}

.iq-timeline .timeline-content:after {
    border-left: 20px solid #434852;
}


#iq-home{
    margin:0px;
    height: 100vh;
}


@media screen 
  and (min-device-width: 300px) 
  and (max-device-width: 1024px) 
 { 
    #iq-home {
        height: 100%;
    }
    .iq-bg-fixed {
        background-attachment: initial !important;
        background-size: auto !important;
    }

    .iq-banner .iq-countdown {
        padding: 13px;
    }

    .iq-header {
        background-color: #131519 !important;
    }

    .menu li a {
        color: #ffffff;
    }

}