/* Large devices (large desktops & laptops, 1200px and up) */
@media (min-width: 1200px) {
    #home-cover {
        background-image: url("../img/bg-home.jpg");
    }
}
/* Medium devices (landscape tablets & medium desktops, from 992px to 1199px) */
@media (min-width: 992px) and (max-width:1199px) {
    #home-cover {
        background-image: url("../img/bg-home.jpg");
    }
}

/* Small devices (portrait tablets & small desktops, from 768px to 991px) */
@media (min-width: 768px) and (max-width:991px) {
    #home-cover {
        background: url("../img/bg-home-991.jpg") no-repeat center;
    }
}

/* Extra small devices (landscape phones & portrait tablets, 767px and down) */
@media (max-width:767px) {
    #home-cover {
        background-image: url("../img/bg-home-767.jpg");
    }
}








































/*===========================================
    Bootstrap Media Queries
===========================================*/


/* Large devices (Desktops & Labtops) */

@media (min-width: 1200px) {}


/* Medium devices (Landscape Tablets & Medium Desktops) md */

@media (min-width: 992px) and (max-width: 1199px)  {
    
}


/* Small devices (Portrait Tablets & Small Desktops) sm */

@media (min-width: 768px) and (max-width: 992px) {
    
    .header-noor{
        display: block;
    }

    .header-noor-left-out{
        position:relative;
        top: auto;
        padding-top: 50px;
        transform: none;
        text-align: center;
    }

    .header-noor-left-in{
        text-align: center;
    }

    .all-ul{
        text-align: left;
    }

    #contact-02{
        padding-top: 50px;
    }

    #home {
        height:auto;
        
    }

    .about-us{
        position: relative;
        top: 0;
        left: 0;
        
        transform: none;
    }

    #home-cover{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    }

    .bg-parallax {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-attachment:unset;
    }

    .second-section-row{
        display: block;
    }

    .secondSection-left-container{
        position:relative;
        top: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        transform: none;
    }

    .footer-social{
        
    }

    #contact-02 {
        padding-top: 0px;
    }

    .form-fields{
        text-align: center;
    }

    .error-message{
        
        text-align: center;
    }

    #arrow-down{
        display: none;
    }

    .twoAgendaRow{
        display:block;
    }

    .agenda-leftside-out{
        border-right: none;
    }







    .header-noor-left-out{
        padding-top: 80px;
    }

    .header-noor{
        padding-bottom: 40px;
    }

    .speakers-col{
        margin-top: 20px;
    }


    .agendaTable-col{
        text-align: center;
    }


    .leftLocation-in{
        padding-top: 15px;
        padding-bottom: 20px;
    }



}


/* Extra small devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
   
    .about-us-out{
        width: 320px;
        display: inline-block; 
        
    }
    
    .about-us-in p{
        font-size: 18px;
        line-height: 1.3;
    }

    .header-noor{
        display: block;
    }

    .header-noor-left-out{
        position:relative;
        top: auto;
        padding-top: 50px;
        transform: none;
        text-align: center;
    }

    .header-noor-left-in{
        text-align: center;
    }

    .all-ul{
        text-align: left;
    }

    #contact-02{
        padding-top: 50px;
    }

    #home {
        height:auto;
        
    }

    .about-us{
        position: relative;
        top: 0;
        left: 0;
        
        transform: none;
    }

    #home-cover{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    }

    .bg-parallax {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-attachment:unset;
    }

    .second-section-row{
        display: block;
    }

    .secondSection-left-container{
        position:relative;
        top: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        transform: none;
    }

    .footer-social{
        
    }

    #contact-02 {
        padding-top: 0px;
    }

    .form-fields{
        text-align: center;
    }

    .error-message{
        
        text-align: center;
    }

    #arrow-down{
        display: none;
    }

    .agenda-leftside-out{
        border-right: none;
    }

    .twoAgendaRow{
        display:block;
    }






    .header-noor-left-out{
        padding-top: 80px;
    }

    .header-noor{
        padding-bottom: 40px;
    }

    .aboutCar-title{
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-top-down{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .padding-top{
        padding-top: 50px;
    }
    
    .padding-down{
        padding-bottom: 50px;
    }
    
    
    .padding-top-down-sm{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .padding-top-sm{
        padding-top: 25px;
    }
    
    .padding-down-sm{
        padding-bottom: 25px;
    }

    .speakerCar-title{
        padding-left: 20px;
        padding-right: 20px;
    }

    .agendaCar-title{
        padding-left: 20px;
        padding-right: 20px;
    }

    .topicDesc{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }

    .topicSpeaker{
        padding-top: 5px;
    }

    .agendaFrom{
        padding-top: 0;
    }

    .agendaTo{
        padding-top: 0;
    }


    .speakers-col{
        margin-top: 30px;
    }

    .speakers-col-in h2{
        padding-top: 10px;
        margin-bottom: 5px;
    }


    .agendaTable-col{
        text-align: center;
    }

    .leftLocation-in{
        padding-top: 15px;
        padding-bottom: 20px;
    }


}


/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 480px) {
    #contact-01 p{
        width: 320px;
    }

    .form-group input{
        width: 320px;
    }

    .form-country{
        width: 320px;
    }

    .form-group{
        width: 320px;
        display: inline-block;
    }

    .form-fields{
        text-align: center;
    }

    .error-message{
        width: 320px;
        display: inline-block;
        text-align: center;
    }

    .input-group{
        width: 320px;
        display: inline-block;
        text-align: left;
    }

    .form-message{
        width: 320px;
    }

    

   

    


    .header-noor-left img {
        width: 160px;
    }

    h2{
        font-size: 16px;
    }

    li{
        font-size: 14px;
    }

    #contact-02 {
        padding-top: 0px;
    }

    .owl-theme .owl-dots .owl-dot span {
        border-radius: 0;
        width: 30px !important;
        margin: 0px 5px;
    }

    .fac-in img{
        width: 70px;
    }

    

    .footer-social a {
        margin: 0 15px;
        display: inline-block;
    }

    .footer-social a:first-child {
        margin-right: 15px;
        margin-left: 0;
    }








    #countdown ul li{
        font-size: 30px;
    }

    #countdown{
        padding-top: 20px;
    }

    .regBtn {
        margin-top: 20px;
    }

    .title-time {
        font-size: 20px;
    }






    h1 {
        
        font-size: 24px;
        
    }

    .reg-form-left, .reg-form-right{
        padding-left: 0;
        padding-right: 0;
    }

    .contactCar-form{
        padding-left: 0;
        padding-right: 0;
    }




    .radioLabel{
        padding-top: 15px;
    }






}


/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 320px) {
    
    
    
    
    
}






















