

/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 130px 0 0;
    z-index: 1;
}
.about-style1-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 90px;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.rowmargin0{
    margin: 0;
}
.colpd0{
    padding: 0;
}
.about-style1-image-box{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.about-style1-image-box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    content: "";
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.about-style1-image-box img{
    width: 100%;
    transition: all 3700ms ease 100ms;
}
.about-style1-image-box:hover img{
    transform: scale(1.3);    
}
.about-style1-image-box::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.about-style1-image-box:hover::after {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-style1-image-box .button-box{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
.about-style1-image-box .button-box a{
    position: relative;
    display: block;
    text-align: center;
}


.about-style1-content-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 60px 83px;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
}
.about-style1-content-box .sec-title {
    padding-bottom: 34px;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content ul{
    overflow: hidden;
}
.about-style1-content-box .inner-content ul li {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    padding: 23px 0px 28px;
}
.about-style1-content-box .inner-content ul li:first-child{
    padding-top: 0;
}
.about-style1-content-box .inner-content ul li:last-child{
    padding-bottom: 0;
    border: none;
}
.about-style1-content-box .inner-content ul li span{
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    float: right;
}



