

/*
==================================================
Developer Humayun Ahmed 
=================================================
*/


.hero-desc-two p {
    font-size: 16px;
    font-family: "Playfair Display";
    transform: rotate(-90deg);
}
.hero-desc-three p {
    font-size: 16px;
    font-family: "Playfair Display";
    transform: rotate(-91deg);
}


/*icon Box style 19*/
.icon-box.style19 {
    display: flex;
    align-items: center;
    gap: 18px;
}
.icon-box.style19 .icon-box-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
}
.icon-box.style19 p.description {
    opacity: 0.702;
    color: #ffffff;
    margin: 13px 0 0;
}




/*section-title Style 9*/
.section-title.style9 .subtitle {
    border-radius: 20px;
    background-color: transparent;
    border: transparent;
    margin: 0 0 2px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #52614e;
    font-weight: 500;
    font-family: "Playfair Display";
    padding: 0;
}
.section-title.style1 .description {
    margin-bottom: 0;
    padding: 18px 0 0px;
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Open Sans";
    width: 94%;
}


/*counter Box Style 8*/

.single-counter.style8 .counter-content.counter {
    text-align: center;
}
.single-counter.style8 span.count.percent {
    font-size: 42px;
    color: #52614e;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.single-counter.style8 span.suffix{
    font-size: 42px;
    color: #52614e;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.single-counter.style8 .counter-content.counter h6 {
    font-size: 16px;
    color: #161616;
    font-weight: 600;
    text-align: center;
    margin: 6px 0 0;
}

/*icon bos style 20*/
.icon-box.style20 {
    background: #f3f8f1;
    padding: 17px 31px 32px;
    position:relative;
}
.icon-box.style20:before{
    position:absolute;
} 
.icon-box.style20 .img-icon {
    float: left;
    padding-right: 22px;
}
.icon-box.style20 p.description {
    overflow: hidden;
    margin: 14px 0 0;
}
.icon-box.style20 p.description {
    overflow: hidden;
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.icon-box.style20 .img-icon {
    float: left;
    padding-right: 22px;
    margin-top: 15px;
}


