﻿@charset 'UTF-8';

.accordian1 {
    width: 100%;
    /* max-width: 400px; */
    padding: 11px;
    background: whitesmoke;
    border: 1px solid #d8d7d7;
    margin: 0 auto;
}

    .accordian1 .accordian-head {
        background: #057b3d;
        color: white;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 10px;
        border-radius: 6px;
        border: 2px solid #f7d3ba;
        border-left: 6px solid #f7d3ba;
        cursor: pointer;
    }

    .accordian1 .spacer1 {
        height: 14px;
    }

    .accordian1 .accordian-box {
        background: #ddf3f9;
        border: 1px solid #d8d6d6;
        padding: 5px 11px;
        border-radius: 0px 0px 7px 7px;
        position: relative;
        top: -4px;
        display: none;
    }

        .accordian1 .accordian-box span {
            display: inline-block;
            width: 100%;
            font-size: 17px;
            color: #2051de;
        }

            .accordian1 .accordian-box span a {
                background: #1888bd;
                color: white;
                padding: 1px 5px;
                display: inline-block;
                border-radius: 4px;
                float: right;
                text-decoration: none;
                font-size: 17px;
            }

    .accordian1 .slct {
        float: right;
        position: relative;
        top: -8px;
        font-size: 26px;
        color: #f9eee7;
    }

    .accordian1 h2 {
        padding: 0px 0 7px 0;
        margin: 0;
        font-size: 19px;
        font-weight: 600;
        border-bottom: 1px solid #bfbcbc;
        margin-bottom: 9px;
        color: #1b95b1;
        text-align: center;
    }

blink {
    -webkit-animation: 1s linear infinite condemned_blink_effect;
    // for Android animation: 1s linear infinite condemned_blink_effect;
}

@-webkit-keyframes condemned_blink_effect {
    // for Android 0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}



body, html {
    height: 100%;
}

body {
    background-image: url(../images/body-bg.png), url(../images/Sky-bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, top left;
    background-size: contain, cover;
    background-attachment: fixed;
}

header {
    padding: 8px 7px;
    background: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    header .logo {
        width: 173px;
        display: inline-block;
    }

    header .right-area {
        width: calc(100% - 196px);
        display: inline-block;
        /* text-align: center; */
        vertical-align: middle;
        text-align: center;
        padding-right: 12%;
    }

        header .right-area .site-name1 {
            display: inline-block;
            width: 100%;
            font-size: 26px;
            color: #008000;
            font-weight: 600;
            vertical-align: middle;
            /* padding: 13px 0; */
            line-height: 30px;
            /* padding-left: 31%; */
        }

        header .right-area .site-name2 {
            display: inline-block;
            width: 100%;
            font-size: 20px;
            color: #deac05;
            font-weight: 600;
        }

.footer {
    text-align: center;
    color: #797878;
}

#main-slider-prev-btn {
    position: absolute;
    top: 41%;
    left: 1%;
    z-index: 999;
    font-size: 33px;
    color: #6c594b;
    opacity: .6;
}

#main-slider-next-btn {
    position: absolute;
    top: 41%;
    right: 1%;
    z-index: 999;
    font-size: 33px;
    color: #6c594b;
    opacity: .6;
}

    #main-slider-prev-btn:hover, #main-slider-next-btn:hover {
        opacity: 1;
        cursor: pointer;
    }


.TickerNews {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #03aa52;
    padding: 0 1%;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
}

    .ti_news a {
        display: block;
        margin-right: 10px;
        color: white !important;
        text-decoration: none !important;
    }

.full-img img {
    width: 100%;
}

.main-con {
    padding: 10px;
}

.left-area {
    width: 76%;
    float: left;
}

.main-slider {
    position: relative;
}

.login-page {
    height: 100%;
    width: 100%;
}

.bot-img.full-img {
    margin-top: 20px;
    -webkit-box-shadow: 1px 1px 11px 0px #C7C7C7;
    box-shadow: 1px 1px 11px 0px #C7C7C7;
    display: block;
}

.about-us h3 {
    color: #b98b0f;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.about-us p {
    color: #5f5c5c;
    font-size: 17px;
}

.right-area {
    float: right;
    width: 23%;
}

.login-box .row {
    margin: 0px 0;
}

.row.inpt-tp {
    margin-top: 9px;
}

.login-box {
    /* background: #e9f2d6; */
    /* border: 1px solid #e2dfdf; */
    /* border-bottom: 7px solid #42771c; */
    /* -webkit-box-shadow: 1px 1px 10px 1px #cacaca; */
    /* box-shadow: 1px 1px 10px 1px #cacaca; */
    -webkit-border-radius: 10px;
    border-radius: 0;
    overflow: hidden;
}

    .login-box h3 {
        margin: 0;
        text-align: center;
        padding: 2px;
        color: #b98b0f;
        font-size: 23px;
        border-bottom: 1px solid;
    }

.login-bx-inner {
    padding: 0% 10%;
    margin-bottom: 9%;
}

.button-1 {
    background: #eca314;
    color: white;
    border: 0;
    border-bottom: 2px solid #734f09;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: 0;
}

    .button-1:hover {
        background: #d4900d;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

    .button-1:active {
        border-bottom: 0;
    }

.forget {
    text-align: center;
    margin-top: 5px;
}

    .forget a {
        color: #af7606;
    }

.txt {
    font-size: 15px;
}

.click-here {
    background: #eca314;
    color: white;
    white-space: nowrap;
    padding: 2px 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.click-here2 {
    background: #4e68e8;
    color: white;
    white-space: nowrap;
    padding: 2px 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.login-icon {
    text-align: center;
    padding: 2% 0 0% 0;
    /* background: #fdfcfc; */
}

    .login-icon img {
        width: 55px;
    }

/*#nw-supplier {
    display: none;
}*/

@media (max-width:768px) {
    header {
        padding: 5px 0;
        overflow: hidden;
    }

        header .logo {
            width: 100%;
        }

    .logo img {
        width: 111px;
        margin: 0 auto;
        display: block;
    }

    header .right-area {
        width: 100%;
    }

        header .right-area .site-name1 {
            padding: 0 0;
            margin-left: 0;
            text-align: center;
        }

    .left-area {
        display: none;
    }

    .right-area {
        float: none;
        width: 65%;
        margin: 0 auto;
    }

    @media (max-width:480px) {
        .right-area {
            width: 96%;
        }

        .login-box {
            padding-bottom: 10%;
        }

    }
}
