
/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-style1-area .shape1{
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 2;
}
.about-style1-area .shape2{
    position: absolute;
    left: 0;
    bottom: -300px;
    z-index: 1;
}
.about-style1-content-box {
    position: relative;
    display: block;
    z-index: 2;
}
.about-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.about-style1-content-box .inner-content .text p{}
.about-style1-content-box .inner-content ul {
    overflow: hidden;
    margin-bottom: 35px;
}
.about-style1-content-box .inner-content ul li{
    position: relative;
    display: block;
    color: #333029;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}
.about-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.about-style1-content-box .inner-content ul li span{
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}
.about-style1-content-box .inner-content .bottom-box {
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .bottom-box .icon{
    width: 60px;
}
.about-style1-content-box .inner-content .bottom-box .icon span {
    position: relative;
    top: 7px;
    color: #333029;
    font-size: 60px;
}
.about-style1-content-box .inner-content .bottom-box .icon,
.about-style1-content-box .inner-content .bottom-box .title{
    display: table-cell;
    vertical-align: middle;
}
.about-style1-content-box .inner-content .bottom-box .title {
    padding-left: 20px;
}
.about-style1-content-box .inner-content .bottom-box .title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800
}

.about-style1-image-box{
    position: relative;
    display: block;
}
.about-style1-image-box .shape3{
    position: absolute;
    bottom: 80px;
    right: -80px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}
.about-style1-image-box .main-image{
    position: relative;
    display: block;
}
.about-style1-image-box .main-image img{
    width: 100%;
}
.about-style1-image-box .main-image .icon-box {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    padding: 29px 0;
}
.about-style1-image-box .main-image .icon-box:before {
    position: absolute;
    bottom: 2px;
    right: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    transform: rotate(-40deg);
}
.about-style1-image-box .main-image .icon-box span{
    color: #ffffff;
    font-size: 60px;
}
.about-style1-image-box .main-image .icon-box h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 0;
}



/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.about-style2-area .shape{
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 10;
}
.about-style2-image-box{
    position: relative;
    display: block;
    z-index: 10;
}
.about-style2-image-box .main-image{
    position: relative;
    display: block;
}
.about-style2-image-box .main-image img{
    width: 100%;
}
.about-style2-image-box .main-image .icon-box {
    position: absolute;
    top: 50px;
    left: -115px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    text-align: center;
    padding: 29px 0;
}
.about-style2-image-box .main-image .icon-box:before{
    position: absolute;
    bottom: 2px;
    right: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    transform: rotate(-40deg);
}
.about-style2-image-box .main-image .icon-box span{
    color: #ffffff;
    font-size: 60px;
}
.about-style2-image-box .main-image .icon-box h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 0;
}


.about-style2-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 11;
}
.about-style2-content-box .sec-title{
    padding-bottom: 38px;
}
.about-style2-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style2-content-box .inner-content .title {
    position: relative;
    display: block;
    background: #f7f4ef;
    border-radius: 5px;
    padding: 16px 40px 18px;
}
.about-style2-content-box .inner-content .title h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.about-style2-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-top: 38px;
    margin-bottom: 38px;
}
.about-style2-content-box .inner-content .text p{
    color: #84827d;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}


.about-style2-content-box .bottom-text{
    position: relative;
    display: block;
    border-bottom: 1px solid #ebe5db;
}
.about-style2-content-box .bottom-text .single-box {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.about-style2-content-box .bottom-text .single-box h3{
    color: #333029;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
}
.about-style2-content-box .bottom-text .single-box h3 span{
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}
.about-style2-content-box .bottom-text .single-box p{
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

.about-style2-phone-number{
    position: relative;
    display: block;
    padding-top: 31px;
}
.about-style2-phone-number h3 {
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.about-style2-phone-number h3 a{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 800;
}
.about-style1-content-box .inner-content .bottom-box .icon span svg {
    max-width: 60px;
    height: auto;
}




/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area{
    position: relative;
    display: block;
    background: #333029;
    padding: 0px 0 0px;
    z-index: 1;
}
.testimonial-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 640px;
    width: 100%;
    opacity: .04;
    background-repeat: no-repeat;
    background-position: left top;
}
.testimonial-style1-content {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-right: 90px;
}

.testimonial-carousel{
    position: relative;
    display: block;
    z-index: 10;
}
.testimonial-style1-content .sec-title{
    padding-bottom: 38px;    
} 
.testimonial-style1-content .sec-title .sub-title h3 {
    color: #a4a097;
}
.testimonial-style1-content .sec-title h2 {
    color: #ffffff;
}
.single-testimonial-style1{
    position: relative;
    display: block;
}
.single-testimonial-style1 .text-holder{
    position: relative;
    display: block;
}
.single-testimonial-style1 .text-holder .text-box{
    position: relative;
    display: block;
}
.single-testimonial-style1 .text-holder .text-box p{
    color: #a4a097;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
}


.single-testimonial-style1 .client-info {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 34px;
}
.single-testimonial-style1 .client-info .image-box{
    position: relative;
    display: block;
    width: 80px;
}
.single-testimonial-style1 .client-info .image-box img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonial-style1 .client-info .title-box{
    position: relative;
    display: block;
    padding-left: 20px;
}
.single-testimonial-style1 .client-info .title-box h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.single-testimonial-style1 .client-info .title-box span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.testimonial-style2-image-box{
    position: relative;
    display: block;
}
.testimonial-style2-image-box img{
    max-width: none!important;
    float: left;
}
.testimonial-style2-image-box .bg-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 95px;
}
.testimonial-style2-image-box .bg-box:before {
    position: absolute;
    top: 50%;
    left: -25px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 80px;
    text-align: center;
    transform: translateY(-50%) rotate(90deg);
}

.testimonial-style2-image-box .title-box {
    position: absolute;
    left: -108px;
    top: 176px;
    -webkit-transform: rotate(90deg) translateX(50%);
    -ms-transform: rotate(90deg) translateX(50%);
    transform: rotate(90deg) translateX(50%);
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
}
