/* body{
    font-family: 'Arial'; 
    font-size: 16px;
    color: #333333;
    padding: 0;
    margin: 0;
}
a{
    color:#333333;
} */
.inner-top{
    background: url('../img/inner-top.png');
    width:100%;
    height:300px;
    position: relative;
}
.inner-top div{
    position: absolute;
    top:50%;
    left:13%;/*155px;*/
}
.inner-top h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.pt45{
    padding-top: 45px;
}
.mt25{
    margin-top: 25px;
}
.mb25{
    margin-bottom: 25px;
}
.cle{
    clear: both;
}

.bread{
    font-size: 16px;padding: 20px 0 20px 0;
    /*text-indent: 2em;*/
    /*border-bottom: solid 1px #e5e5e5;*/
}
.bread .curr{
    color:#117eeb;
}
.bread .glyphicon-home{
    color: #999;
    margin-right: 5px;
}
.first-top{
    margin-top: 25px;
}
.first-top-p{
    margin-top: 45px;
}
.title{
    text-align: center;

}
.title h2{    
    color:#117eeb;
    font-weight: bold;
}
.title p,.description-div p{
    /*margin-top: 16px;*/
    margin-bottom: 32px;
}

.img_border img{
    border: solid 1px #ccc;
    margin-bottom: 25px;
}
.power-img img{
    margin-bottom: 25px;
}
.main_info{
    text-align: center;
    background-color:#117eeb;
    padding-top: 30px;
    padding-bottom: 33px;
    margin-top: 54px;
    color: #ffffff;
}
.main_info h2{   
    font-weight: bold;
}
.main_info p{
    margin: 26px 0;
}
.main_bottom{
    color:#117eeb;
    text-align: center;
    font-weight: bold;
    margin: 46px 0 37px;
}
.main_bottom_services{
    margin-top: 8px;
    margin-bottom: 70px;
}
.main_bottom_services img{
    display: inline-block;
    margin: 0 15px;
}
.service_title{
    background-color: #117eeb;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
}
.services_con{
    clear: both;
    padding-top: 15px;
}
.services_con li{
    /* list-style: none; */
    line-height: 23px;
    /* height: 23px; */
    margin-left: -20px;
}
.services_con ul li div ul li{
    list-style: none;
    line-height: 23px;
    margin-left: -20px;
}

.no-padding{
    padding:0;
}


.text-red{
    color:red;
    font-weight: bold;
}

.pro-img{
    text-align: center;
}
.pro-img h3{
    margin-bottom: 21px;
}
.pro-img img{
    display: inline-block;
    margin-bottom: 25px;
}

.bg-gray{
    background-color: #fafafa
}

.table-customize td,.table-customize th{
    padding: 10px;
}
.table-customize thead th{
    text-align: center;

}

.table-customize tbody td:nth-child(odd){
    font-weight: bold;
}
/* .table-customize tbody td:nth-child(even){
    
} */
@media (max-width: 767px){
    .title,.main_info,.main_bottom{
        text-align: left;
    }
    .title h2,.main_info h2,.main_bottom{
        font-size: 18px;
    }
    .main_bottom_services{
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .inner-top h3{
        font-size: 18px;
    }
}
@media (min-width: 1600px) {
    .pro-img .col-md-6:nth-child(odd){
        text-align: right;
        padding-right: 50px;
    }
    .pro-img .col-md-6:nth-child(even){
        text-align: left;
        padding-left: 50px;
    }
    .elg-max-img-width img{
        max-width:500px;
        margin-bottom: 50px;
    }
}