﻿.header {
    background: #333;
}

.container {
    width: 80% !important;
}

.cont_bd {
    background-image:url(../images/bg1.png);
   /* background-color:#1f4cf8;*/
    padding: 1% 0%;
     background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header_img {
    background-image:url(../images/header.png);
     background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align:center;
    min-height:20px;
}

.header-label {
    float: left;
    width: 100%;
    vertical-align: middle;
    line-height: 20px !important;
    padding: 0% 5%;
    font-weight: bold;
    font-size: 13px;
    color: #066c9e;
}
.header-label_left {
    float: left;
    width: 30%;
    vertical-align: middle;
    line-height: 20px !important;
    padding: 0% 2%;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
.header-label_right {
    float: left;
    width: 70%;
    vertical-align: middle;
    line-height: 20px !important;
    padding: 0% 0%;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

.control-label {
    float: left;
    width: 100%;
    vertical-align: middle;
    line-height: 25px !important;
    padding: 1% 3%;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.cont_label {
    float: left;
    width: 30%;
    vertical-align: middle;
    line-height: 22px !important;
    padding: 0% 2%;
    font-size: 13px;
    color: #333;
}

.cont_label_txt {
    float: left;
    width: 70%;
    vertical-align: middle;
    line-height: 22px !important;
    padding: 0% 2%;
    font-size: 13px;
    color: #333;
}

img {
    vertical-align: middle !important;
    width: 100%;
    height: auto;
    float: none;
}

.mrg {
    margin: 6px 20px 0;
}

.cont_txt {
    background-image:url(../images/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background: #38b742;*/
    border-radius: 15px 15px 0px 0px;
    margin: 0% auto 0px;
    width: 90%;
}

.cont_txt_bottom {
       background: #ffffff;
    /*border-radius: 15px;*/
    margin: 0% auto 1% auto;
    width: 90%;
}

.img_icon {
    width:50%;
}

.img_txt {
    width:100%;
    margin: 30px 0px;
}

.img_txtaline {
    text-align:center;
   margin: 20px 20px 0;
}

ul li {
    text-align:left;
}
.side_menutype {    
    text-align:center;
   margin: 20px 5px 0;
}

.side_menutype ul li a {
    line-height: 22px !important;
    padding: 0% 2%;
    font-size: 13px;
    color: #333;
}

.side_menutype ul li a:hover {
    line-height: 22px !important;
    padding: 0% 2%;
    font-size: 13px;
    color:#38b742;
}
.border {
    border-left: 1px solid #ccc;
}

.border-left {
    border-left: 2px solid #ccc;
}
.border-right {
    border-left: 2px solid #ccc;
}
.side_menutype h3 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.img_left10 {
    margin-left:10px;
}

.img_right10 {
    margin-right:10px;
}

.img_top20 {
    margin-top:20px;
}

.img_divimg {
    text-align:left;
}

.img_divlogo {
    text-align:right;
}


@media (max-width:990px) {
.container {
    width: 100% !important;
}
.cont_Menu {
    background: #631329;
    border-radius: 0px 0px 0px 0px;
    border-color: #E7E7E7;
    background-image: linear-gradient(to bottom,#d03d65 0,#631329 100%) !important;
}
}

@media (max-width: 768px) {
.container {
    width: 100% !important;
}

.header-label_left {
    float: left;
    width: 45%;
    vertical-align: middle;
    line-height: 20px !important;
    padding: 0% 3%;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
.header-label_right {
    float: left;
    width: 55%;
    vertical-align: middle;
    line-height: 20px !important;
    padding: 0% 5%;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

.cont_label {
    float: left;
    width: 100%;
    vertical-align: middle;
    line-height: 22px !important;
    padding: 0% 2%;
    font-size: 13px;
    color: #333;
}

.cont_label_txt {
    float: left;
    width: 100%;
    vertical-align: middle;
    line-height: 22px !important;
    padding: 0% 2%;
    font-size: 13px;
    color: #333;
}

.side_menutype ul li a {
    line-height: 22px !important;
    padding: 0% 2%;
    font-size: 13px;
    color: #333;
}

.img_icon {
    width: 30%;
}

.border {
    border-left: none;
}

.border-left {
    border-left: none;
}
.border-right {
    border-left: none;
}

.img_divimg {
    text-align:center;
}

.img_divlogo {
    text-align:center;
}

}