﻿

/* ===================== Mater page ========================*/

.div-main {
    width: 90%;
    min-height: 350px;
    border: solid 2px #055cc7;
    border-radius: 15px;
    margin: 10px auto;
    background-color: #fff;
    padding: 20px;
    line-height: 25px;
}

.div-aboute-home {
    background-position: 20% 40%;
    padding-left: 45%;
    padding-right: 10%;
    min-height: 300px;
    background-image: url('../Images/Aboutus.png');
    background-repeat: no-repeat;
    background-size: 20%;
    font-size: 14px;
}

/* =================== Header Menu ===========================*/
header {
    width: 100%;
    height: 160px;
    background: linear-gradient(to right,#1c8ffa, #064d8a 60%);
    position: relative;
}


header div {
    width: 100%;
    height: 80%;
    background-color: #064d8a;
    position: relative;
    top: 10%;
    background-image: url('../Images/Backtop.png');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center top;
}

header div table {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    position: relative;
    top: -2px;
    border: none;
}

header table tr td:nth-of-type(1) {
    width: 15%;
    background-image: url('../Images/Logo.png');
    background-repeat: no-repeat;
    background-size: 59%;
    background-position: center center;
    cursor:pointer;
}

header table tr td:nth-of-type(2) {
    width: 50%;
    vertical-align: central;
    text-align: right;
}

header table tr td:nth-of-type(3) {
    width: 25%;
    /*background-position: left 0px;
    background-image: url('../Images/parcham.png');
    background-repeat: no-repeat;
    background-size: contain;*/
}

header img {
    height: 150px;
    position:absolute;
    top:2px;
    left:0;
}

header > span {
    position: absolute;
    top: 20px;
    width: 20%;
    right: 25%;
    color: #ffffff;
}

header > span a {
    margin: 5px 5px;
    color: #ffffff;
}

.Maintitle {
    background-image: url('../Images/Titlehead.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80%;
}

.a-home,#a-home {
    margin-left: 2px;
    display: block;
    float: left;
    width: 30px;
    height: 23px;
    background-image: url('../Images/home.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 60%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

#a-home:hover {
    background-position: center -24px;
}

/*==============================================================*/
/*======================== Footer =============================*/

footer {
    background-position: center 0px;
    background-image: url('../Images/backfooter.png');
    background-repeat: no-repeat;
    background-size:80%;
    width: 100%;
    height: auto;
    color: #ffffff !important;
    background-color: #064d8a;
    padding-top: 20px;
    padding-bottom: 15px;
}

footer table{
    width:85%;
    margin:5px auto;
}

footer > p {
    height: 25px;
    text-align: center;
    vertical-align: central;
    color: #ffffff;
    font-size: 12px;
}

footer table td p {
    border-bottom: solid 1px #FFFFFF;
    color: #00e0ff;
}

footer table td a {
    display: block;
    color: #FFFFFF;
}

/*================== Responsive ======================*/
/*===================================================*/


@media screen and (max-width: 1150px) {
    body {
        font-size: 10px !important;
    }

    .GridHeader {
        font-size: 8px !important;
    }

    header {
        height: 120px !important;
    }

    header img {
        height: 100px!important;
    }

    .div-step, .div-stepok, .div-stepnow {
        width: 100px !important;
        height: 70px !important;
    }

    .div-step p:nth-of-type(3), .div-stepok p:nth-of-type(3), .div-stepnow p:nth-of-type(3) {
        padding-top: 3% !important;
        font-size: 14px !important;
    }

    .a-help {
        height: 25px !important;
        width: 120px !important;
    }

    header h2 {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 800px) {
    body {
        font-size: 8px !important;
    }

    /*.div-inputhome, .div-inputhome2 {
        width: 95% !important;
        float: none !important;
    }*/

    #p-mnu {
        width: 75% !important;
        left: 13% !important;
    }

    .a-help {
        height: 20px !important;
        width: 120px !important;
        margin: 10px !important;
    }

    #div-bannertxt {
        height: 20px !important;
        width: 95% !important;
    }
    header h2 {
        font-size: 10px!important;
    }
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 8px !important;
    }

    header table {
        width: 100% !important;
    }

    /*.div-inputhome, .div-inputhome2 {
        width: 99% !important;
    }*/

    #p-mnu {
        width: 100% !important;
        left: 0% !important;
    }

    .a-help {
        width: 100px !important;
    }

    #p-mnu {
        margin-top: -19px !important;
    }

    footer table {
        width: 100% !important;
    }

    #div-master {
        width: 100% !important;
    }

    footer > p {
        height: auto !important;
    }
}
