﻿body {
    color: #0C3578;
    background: #FFFFFF;
}

#banner {
    height: 135px;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

.banner-img {
    margin-top: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-main {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #0C3578;
}

/*Back to Top*/
.back-to-top {
    position: fixed;
    bottom: 6em;
    text-decoration: none;
    padding: 1em;
    display: none;
    z-index: 1001;
    width: 45px;
    height: 45px;
    display: block;
     background: #222;
    background: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    right: 25px;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    transition: background 0.25s linear;
}
    .back-to-top:hover {
       text-decoration: none;
        background-color: #60a020 !important;
        background: rgba(229, 65, 45, 0.85);
    }

    .back-to-top i {
        color: #fff;
    }

.center {
    text-align: center;
}

/*search button position on menu bar*/
.searchbtn {
margin-left: -3px; 
margin-right:3px;
}

