/*------------------------------
    PRELOADER
-------------------------------*/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.preloader-spinner img {
    width: 100%;
}


/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .welcome-text h3 {
        font-size: 32px;
    }
}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    .padding-top {
        padding-top: 80px;
    }
    .area-title h2 {
        font-size: 40px;
    }
    .welcome-text h3 {
        font-size: 30px;
    }
    .subscriber-form form {
        width: 60%;
    }
}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/

@media only screen and (max-width: 767px) {

    .welcome-text-area{
        display: inline-block;   
         padding-top: 21px;
    }


    .n-logo img {
        height: auto;
        width: 45%;
    }
    .p12{
        font-size: 24px;
    }

    .logotit {
        display: inline-block;
        margin-top: 31px;
        margin-left: 0;
        width: 100%;
    }


    .logoall{
        margin-bottom:28px;
    }

    .section-padding {
        padding: 80px 0;
    }
    .area-title {
        margin-bottom: 25px;
    }
    .area-title h2 {
        font-size: 28px;
    }
    .padding-top {
        padding-top: 50px;
    }
    .service-area.padding-bottom,
    .gallery-area.padding-bottom {
        padding-bottom: 20px;
    }
    /*-----------------*/
    .welcome-text h1 {
        font-size: 40px;
        letter-spacing: 5px;
        margin-bottom: 30px;
        font-size: 16px;
    }


    .subscriber-form{
        margin-top: 63px;
    }

    .n-logo{
        top:0px;
    }

    .welcome-text h3 {
        font-size: 20px;
    }
    .clock-countdown {
        width: 100%;
        top: 0px;
        margin: 0 auto 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .copy-right {
        right: 9%;
        max-width: 100%;
        left: 9%;
    }
    .clock-countdown .days-counter {
        margin-top: auto;
    }
    .clock-countdown .days-counter .digit {
        font-size: 80px;
    }
    .clock-countdown .hour-counter::before {
        left: 82%;
    }
    .clock-countdown .hour-counter::after {
        right: 82%;
    }
    .clock-countdown .hour-counter .border::after,
    .clock-countdown .hour-counter .border::before {
        height: 100px;
    }
    .subscriber-form form {
        width: 100%;
    }
    .subscriber-form form button {
        width: auto;
    }
    .social-book-mark {
        display: none;  
        text-align: center;
        position: relative;
        bottom: 12%;
    }
    .information-contact {
        display: none; 
    }
    .home-button {
        margin-top: inherit;
    }
    .home-button a {
        margin: 0 8px;
        min-width: 120px;
    }
    .left-contact-content,
    .right-details-content {
        left: -100%;
        width: 100%;
    }
    .right-details-content {
        left: auto;
        right: -100%;
    }
    .area-title::after {
        display: none;
    }
}


/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .area-title h2 {
        font-size: 40px;
    }
    .welcome-text h3 {
        font-size: 26px;
    }
    .welcome-text h1 {
        font-size: 60px;
    }
    .clock-countdown {
        margin-bottom: 40px;
        width: auto;
        max-width: 460px;
    }
    .home-button {
        margin-top: 60px;
    }
    .home-button a {
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 20px;
        padding: 15px 30px;
        display: inline-block !important;
    }
}
