
/*** 
=============================================
    Service style1 Area Css
=============================================
***/
.service-style1-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 1;
}
.service-style1-area .top-gray-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 370px;
    background: #f6f2eb;
    z-index: -1;
}
.service-style1-area .sec-title {
    padding-bottom: 78px;
}
.service-style1-area.pdbottom120{
    padding-bottom: 120px;
}

.single-service-style1{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ebe5db;
    padding: 0 19px 0;
    border-radius: 8px;
    margin-bottom: 30px;
}
.single-service-style1:hover{
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); 
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -20px;
}
.single-service-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.single-service-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img{
    transform: scale(1.2);    
}
.single-service-style1 .img-holder::before {
    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;
}
.single-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}


.single-service-style1 .text-holder{
    position: relative;
    display: block;
    padding: 23px 20px 0;
}
.single-service-style1 .text-holder .inner-text{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .text-holder h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 18px;
}
.single-service-style1 .text-holder h3 a{
    color: #333029;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder p{
    line-height: 30px;
    margin: 0;   
}
.single-service-style1 .text-holder .readmore-button {
    position: relative;
    display: block;
    padding-top: 31px;
    margin-bottom: -45px;
}
.single-service-style1 .text-holder .readmore-button a {
    position: relative;
    display: block;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background: #f6f2eb;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 20px;
    line-height: 140px;
    font-weight: 600;
    transform: rotate(180deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder .readmore-button a:hover{
    color: #ffffff;
}


/*** 
=============================================
    Service style2 Area Css
=============================================
***/
.service-style1-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.service-style1-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #333029;
    opacity: .90;
    content: "";
}
.single-service-style1.style1instyle2 {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
.single-service-style1.style1instyle2 .text-holder h3 a {
    color: #ffffff;
}
.single-service-style1.style1instyle2 .text-holder p{
    color: #a4a097;
}
.single-service-style1.style1instyle2 .text-holder .readmore-button a {
    background: rgba(255, 255, 255, 0.10);
}



.service-style1-area.element-page{}
.service-style1-area.element-page .owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 0px !important;
}
.service-style1-area.element-page .owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 30px;
}





/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.choose-style1-area .shape {
    position: absolute;
    top: 200px;
    left: 0;
}

.choose-style1-image-box {
    position: relative;
    display: block;
    z-index: 1;
}
.choose-style1-image-box:before {
    position: absolute;
    top: -120px;
    left: 230px;
    bottom: -120px;
    right: -1000000px;
    background: #f7f4ef;
    content: "";
    z-index: -1;
}
.choose-style1-image-box img{
    width: 100%;
}
.choose-style1-image-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    border-top-right-radius: 10px;
    padding: 40px 40px 31px;
}
.choose-style1-image-box .overlay-content span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.choose-style1-image-box .overlay-content h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 19px 0 0;
}

.choose-style1-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 1;
}
.choose-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.choose-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.choose-style1-content-box .inner-content .text{
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.choose-style1-content-box .inner-content .text p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
.choose-style1-content-box .inner-content ul{
    overflow: hidden;
}
.choose-style1-content-box .inner-content ul li {
    margin-bottom: 47px;
}
.choose-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.choose-style1-content-box .inner-content ul li h3 {
    color: #333029;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 11px;
}
.choose-style1-content-box .inner-content ul li h3 i {
    padding-right: 9px;
}
.choose-style1-content-box .inner-content ul li p {
    color: #84827d;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}




