body {
    background: rgb(9,232,106);
    background: linear-gradient(90deg, rgba(9,232,106,1) 0%, rgba(44,128,53,1) 0%, rgba(81,170,116,1) 90%);
}

header {
    padding: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

footer {
    margin: 0 auto;
    padding: 0;
}

.logo {
    height: 50px;
    background: rgb(3,159,245);
    background: linear-gradient(90deg, rgba(3,159,245,0.958) 0%, rgba(95,189,238,1) 92%);
}

marquee {
    font-size: 30px;
    font-weight: 800;
    color: maroon;
    font-family: sans-serif;
}

.navbar-custom {
    background: rgb(0,10,36);
    background: linear-gradient(90deg, rgba(0,10,36,1) 100%, rgba(3,3,245,1) 100%);
}

    .navbar-custom .navbar-nav > li > a {
        font-size: 18px;
        font-family: Arial, sans-serif;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 20px;
    }

        .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a.active {
            color: orange;
        }

.submenu {
    display: none;
    width: 200px;
    background: #333;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    transition: all 0.3s ease;
}

.navbar-nav > li:hover .submenu {
    display: block;
}

.footer_bg {
    background: rgb(3,159,245);
    background: linear-gradient(90deg, rgba(3,159,245,0.958) 0%, rgba(95,189,238,1) 92%);
    height: 350px;
}

.box {
    width: 31%;
    margin-right: 20px;
}

    .box h3, .box p, .box ul li a, .box address {
        font-size: 16px;
        font-family: Arial, sans-serif;
        color: #fff;
    }

h3, h2 {
    font-size: 25px;
    margin: 0;
}

.default_height {
    height: 450px;
    text-align: center;
    padding: 0;
    line-height: 300px;
}

.section_bg {
    background: url(../images/section_wrapper.jpg) repeat center center;
}

table tr th {
    background: url(../images/table_heading_image.png) repeat-x left top;
    color: #000;
    font-size: 18px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

table tr td {
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-align: center;
}

form {
    background: url(../images/fbg.jpg) repeat left top;
    padding: 20px;
    border: 3px solid #000;
    box-shadow: 0 0 10px #333 inset;
    max-width: 600px;
}

label {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    display: inline-block;
    margin-bottom: 15px;
    width: 150px;
}

form input, form select, form textarea {
    background: #f3f3f3;
    border: 1px solid #333;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-shadow: 0 0 10px #333 inset;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

    form input[type="radio"], form input[type="checkbox"] {
        width: auto;
        border: 0;
        box-shadow: none;
        height: auto;
    }

form textarea {
    height: 70px;
}

form input[type="submit"] {
    border: 1px solid #000;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-shadow: 0 0 10px #fff inset;
    border-radius: 15px;
    color: #000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.img_left {
    float: left;
    padding: 20px;
}

.img_right {
    float: right;
    padding: 20px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
