﻿/* css reset start */
body, dd, dl, form, h1, h2, h3, h4, h5, h6, input, ol, p, ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

.banner {
    background: white;
}

#aspnetForm {
    background-color: #f8f3ff;
}

.index1 {
    display: block;
    height: 550px;
    max-width: 100% !important;
    background: url(../images/content_bg01.png) no-repeat 100% 100%;
    top: 0;
    left: 0;
    min-width: 700px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.index2 {
    display: block;
    height: 800px;
    max-width: 100% !important;
    background: url(../images/content_bg02.png) no-repeat 100% 100%;
    top: 0;
    left: 0;
    min-width: 700px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

li.widgets-title2 {
    color: #000;
    text-transform: capitalize;
    padding: 10px;
    font-size: 43px;
}

li.widgets-title3 {
    color: #000;
    text-transform: capitalize;
    padding: 10px;
    font-size: 18px;
}

.input01, .input01:hover {
    border: none;
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #fff;
    border-radius: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
}

.input02, .input02:hover {
    padding: 10px;
    border-radius: 30px;
    width: 150px;
}

.row01, .row02, .row03, .row04 {
    text-align: center;
    padding: 20px 10px;
}

.row04 {
    padding-top: 0px;
}

.row01 {
    font-size: 46px;
}

.row02 {
    font-size: 24px;
}

.row04 {
    font-size: 24px;
}

input:focus {
    outline: none;
}

.btn01 {
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #2d68ff;
    border-radius: 30px;
    width: 180px;
}

@media (min-width: 1600px) {
    .index1 {
        //box-shadow: 0px 0px 5px #888888;
        display: block;
        height: 750px;
        max-width: 100% !important;
        background: url(../imgages/content_bg01.png) no-repeat 100% 100%;
        top: 0;
        left: 0;
        min-width: 1000px;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}
