body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

/* About us */
#aboutus{
    padding-top: 50px;
}
#aboutus .container{
    width:1200px;
}
#aboutus .container .col-md-6,#aboutus .container .col-md-4,#aboutus .container .col-md-12,
#aboutbottom .container .col-md-6,#aboutbottom .container .col-md-4,#aboutbottom .container .col-md-12
{
    padding:0 15px;
}
#aboutus,#aboutbottom{
    background:#ffffff;
}
#aboutbottom{
    border-top:1px solid #e9e9e9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
}
#aboutus h2{
    font-size:19px;
    color:#666666;
    position:relative;
    border-bottom:1px solid #e1e1e1;
    height:13px;
    margin-bottom:30px;
}
#aboutus h2 span{
    position:absolute;
    background:#ffffff;
    padding-right:30px;
}
#aboutus  p{
    font-size:14px;
    color:#666666;
        line-height: 15px;
}
#aboutus .container .col-md-6 div.top{
    margin-bottom:65px;
        padding-top: 10px;
}
#aboutus .container .col-md-6 div.top p{
    line-height: 25px;
}
#aboutus .container .col-md-6 div{
    margin-left:14px;
}
#aboutus .container .col-md-12 div p span{
    color: #48bce9;
}
#aboutus .container .col-md-12{
    text-align:center;
}
#aboutus .container .col-md-6 div.progress{
    height:30px;
    border-radius:0;
    background:#e6e5e5;
    margin-bottom:5px;
}
#aboutus .container .col-md-6 div .progress-bar{
    margin-left:0;
    text-align:left;
    background:#48bce9;
}
#aboutus .container .col-md-6 div .progress-bar span{
    margin-top:3px;
    padding:2px 10px;
    margin-left:3px;
    background:#0099cc;
    font-size:13px;
    color:#ffffff;
    display:inline-block;
}
#aboutus .container .col-md-12 h1{
    border-top:1px solid #e1e1e1;
    margin-top:40px;
    padding-top:50px;
    font-size:24px;
    color:#333333;
    padding-bottom:20px;
}
#aboutus .container .col-md-12  div.col-md-4{
    margin-top:40px;
}
#aboutus .container .col-md-12  div img{
    max-width:100%;
    display:inline-block;
}
#aboutus .container .col-md-12  div h3{
    font-size:19px;
    color:#222222;
    text-transform:capitalize;
    padding:10px 0;
}
#aboutus .container .col-md-12  div h4{
    font-size:13px;
    color:#919191;
    text-transform:capitalize;
    margin-bottom:10px;
}
#aboutus .container .col-md-12  div p{
    font-size:14px;
    color:#666666;
    line-height:25px;
        width: 85%;
        margin: auto;
}
#aboutbottom{
    padding-top:70px;
}
#aboutbottom h1{
    text-align:center;
    font-size:27px;
    color:#444444;
    text-transform: uppercase;
    position:relative;
    padding-bottom:40px;
}
#aboutbottom span.line{
    background:url(../images/ic-line.png) no-repeat center center;
    width:100%;
    display:block;
    height:10px;
    margin-bottom:40px;
}
#aboutbottom .col-md-6{
    min-height:180px;
    padding-top:20px!important;
}
#aboutbottom .top{
    border-bottom:1px dashed #e1e1e1;
}
#aboutbottom  .iteamleft {
    border-right:1px dashed #e1e1e1;
}
#aboutbottom .col-md-6 img{
    float:left;
    width:18%
    max-width:80px;
}
#aboutbottom .col-md-6  .data{
    float:right;
    width:82%;
}
#aboutbottom .col-md-6  .data p{
    color:#888888;
    font-size:14px;
}
#aboutbottom .col-md-6  .data  p.title{
    font-size:13px;
    color:#444444;
    margin-top:25px;
}
#aboutbottom .col-md-6  .data  p.end{
    font-size:13px;
}
#aboutbottom .col-md-6  .data  p.end span{
    color:#48bce9;
}
/* End about us */


.header-page{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 55px;
  line-height: 55px;
  background: #fcfcfc;
}
.breadcrumb-w{
  text-align: right;
}
.breadcrumb{
  float: right;
  margin-left: 8px;
}
.breadcrumb-w > span,
.breadcrumb-w ul li span,
.breadcrumb-w ul li a{
  font-size: 12px;
  color: #888888;
}
.breadcrumb-w ul li a:hover{
  color: #25bce9;
}

.mh-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #888888;
}

.pr-main {
    padding: 30px 0 55px;
}