.abouts .col-lg-6{    padding: 0;overflow: hidden;    padding-right: 10px;}
	.abouts .col-lg-6 h3{
	color: #666;
    line-height: 3;
	}
	.abouts .col-lg-6 p{   
	color: #666;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 32px;
    letter-spacing: 2px;}
	.abouts .col-lg-6 a{    color: #666;
    font-size: 16px;
    line-height: 2;
    border: 1px solid #ddd;
    padding: 6px 18px;
    border-radius: 16px;}

	.col-lg-4 img{  
                cursor: pointer;  
                transition: all 0.7s ease-out;  
            } 
			
	.col-lg-4:hover img{  
                transform: scale(1.2); 
				opacity: 0.5;
            }
	.col-lg-4:hover div:nth-child(2){
		bottom: 8px;
		 
	}
	.col-lg-4{position: relative;
    margin-top: 10px;
    padding: 0 5px;    overflow: hidden;height: 295px;
}	.col-lg-4 div:nth-child(1){background:#000;overflow: hidden;}
	.col-lg-4 div:nth-child(2){
	width: 100%;
    height: 226px;
    background: #fff;    padding: 20px 15px;    bottom: -158px;    position: absolute;    border-bottom: 2px solid #024d74;
	cursor: pointer;  
                transition: all 0.7s ease-out; 
	}
	.col-lg-4 div h2{       text-align: center;    color: #666;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;    letter-spacing: 2px;    font-weight: bold;}
	.col-lg-4  div p{   
    bottom: 8px;
    left: 10px;
    color: #666;
    font-size: 14px;
  
    letter-spacing: 2px;    line-height: 2;    margin-bottom: 18px;}
	.col-lg-4  div span{color: #024d74;
    
   font-size:16px;
    padding: 6px 20px;
    }

	.con-left{position: relative; }
	.con-left p{position: absolute;
    bottom: 8px !important;
    left: 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 2px !important;
	margin-bottom: 0 !important;
	}
