/*css for about us page*/
.content-wrapper1{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.about-grid{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width:500px;
    height: 300px;
    position: relative;
    border: 1px solid #ccc;
    
}
.about-grid:first-child{
    margin-right: 21px;
}
.about-content{
    position: absolute;
    background: url("../images/icon/thumb_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 35%;
    color: #ffffff;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 50px;
    overflow: hidden;
    
}
.about-grid:hover .about-content{
     bottom: 0;
     height: 100%;
}
.about-content h2{
    font-size:30px;
    color: #ffffff;
    font-family: RobotoCondensed-Light;
    margin-top: 7px;
    margin-bottom: 10px;
    text-align: center;
}
.about-content p{
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-family: Ubuntu-L;
    font-size: 14px;
}
.main-bg{
    background: url("../images/defaut/body.gif") repeat scroll 0 0 #121619;
}
.about-main-wrapper{
    margin-top: 15px;
    width: 100%;
    height: auto;
}

.grid-bg01{
    background: url("../images/defaut/slider_tail.gif") repeat scroll 0 0 #121619;
    
}

.main-left{
    float: left;
    width: 600px;
    height: 500px;
    margin-right: 25px
}
.main-right{
    float: left;
    width: 400px;
    height: 400px;
}
.heading-icon{
    float: left;
    height: 71px;
    width: 92px;
    margin-right: 8px;
}
.heading-content{
   float: left; 
   
  
   
}
.heading-content h4{
  font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    
     margin-top: 10px;
    color: #ffffff;
    font-family: RobotoCondensed-Light;
}
.main-left p{
    color: #ffffff;
    margin-right: 5px;
    font-family: Ubuntu-L;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
    float: left;
}
.main-right .image{
    float: left;
    width: 95px;
    height: 71px;
}
.main-right h4 {
    float: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
  
    color: #ffffff;
    font-family: RobotoCondensed-Light;
}
.main-right p {
    color: #ffffff;
    float: left;
    font-family: Ubuntu-L;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 10px;
    text-align: justify;
}
.list1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    list-style: none outside none;
}