.content_left.features ul li.meta{ 
    margin: 0 0 5px;  
}
.topbar {
    border-top: 1px solid #fec200; 
    background-color: #fec200;
}  
#homebanner{ 
   background: #999;    
} 
.aboutArea{ 
   background: #2e2e2e;
   padding: 15px 0px; 
} 

.container-banner{ 
  /*  max-height: 360px; */
    overflow:hidden;
}
.slides.carousel-inner{  
   /* max-height: 360px;*/
    overflow: hidden;  
}
.margin-top-5{
    margin-top: 5px !important;  
}
.margin-top-10{
    margin-top: 10px !important; 
}
.margin-top-15{
    margin-top: 15px !important;
}
.aboutImage img{ 
    width: 100%; 
    min-height: 10px;
}
.ct-col-sm-2{ 
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px; 
}
.ct-col-sm-2{  
    width: 16.66666667%; 
}
.about_inner_bottom{
    padding: 0px 10px; 
}
.commonBtn, .commonBtn:hover{
    border-color: #fec200;  
    background-color: #fec200; 
}  
.commonBtn:hover, .commonBtn:focus{
    background: #ffd502;  
}
.videoArea{
    margin-bottom: 15px; 
}
.fa{
    margin-right: 5px;
}
.banner_caption{
    top: 12px !important;
    bottom: auto; 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; 
    overflow: hidden;
}
  
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel-body .comment-date,.panel-body .comment-user, .comment-meta span{
	font-weight: 400; 
    font-style: italic;
    line-height: 20px;
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    border-right: 1px solid #dce4ea;
}
hr {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px solid #cecece;
}
.features ul li i { 
    color: #419104;
}
.remark{ 
	color:#f00;
} 


@media (max-width: 767px){ 
    .about_inner_bottom.margin-top-10{
        margin-top: 0px !important;  
    }
    .about_inner_bottom .ct-col-sm-2{
        margin-bottom: 20px;  
    }
    .ct-col-sm-2{    
        width: 50%; 
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .about_inner_bottom{
        padding: 0px; 
    }
}
@media (max-width: 479px){  
    .ct-col-sm-2{  
        width: 100%;  
    }
    
}