
/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    padding: 150px 0 150px;
    background: #ffffff;
}
.about-style1-area .round-shape {
    position: absolute;
    top: -700px;
    right: -100px;
}
.about-style1-area .round-shape img{
    width: auto;
}

.about-style1__image1{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    padding-right: 60px;
    padding-bottom: 70px;
}
.about-style1__image1 .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 2;
}
.about-style1__image1 .inner .inner-box{
    border-radius: 20px;
    overflow: hidden;
}

.about-style1__image1 .inner img{
    width: 100%;
}
.about-style1__image1 .content-box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    background: var(--thm-base);
    border-radius: 20px;
    padding: 39px 35px 38px;
    z-index: 2;
}
.about-style1__image1 .content-box h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}




.about-style1__content {
    position: relative;
    display: block;
    padding-left: 40px;
    z-index: 2;
}
.about-style1__content .sec-title{
    padding-bottom: 34px;
}
.about-style1__content .inner-content{
    position: relative;
    display: block;
}
.about-style1__content .inner-content .bottom-box{
    position: relative;
    display: block;
    padding-top: 35px;
}

.our-achive-box-single{
    position: relative;
    display: block;
}
.our-achive-box-single .icon{
    position: relative;
    display: block;
}
.our-achive-box-single .icon span:before{
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
}

.our-achive-box-single h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 12px 0 14px;
}
.our-achive-box-single p{
    font-size: 18px;
    margin: 0;
}



/*** 
=============================================
    About Style2 Area Css   
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    padding: 150px 0 150px;
    background: #ffffff;
}
.about-style2-area .round-shape-box {
    position: absolute;
    top: -1200px;
    left: 0;
}
.about-style2-area .shape-round-box2 {
    position: absolute;
    top: -550px;
    left: -100px;
    opacity: 0.20;
}


.about-style2-area.pdtop0{
    padding-top: 0;
}
.about-style2__image-box{
    position: relative;
    display: block;
    padding-left: 110px;
    padding-right: 50px;
    max-width: 530px;
    width: 100%;
    z-index: 11;
}
.about-style2__image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.about-style2__image-box .inner img{
    width: 100%;
    transform: scale(1.1) rotate(1deg);
}
.about-style2__image-box:hover .inner img{
    transform: scale(1.0) rotate(0deg);
}

.about-style2__image-box .content-box {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 250px;
    height: 290px;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 40px 40px;
    box-shadow: -12.856px 15.321px 70px 0px rgba(26, 46, 85, 0.2);
}
.about-style2__image-box .content-box span:before{
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
}
.about-style2__image-box .content-box h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 24px 0 19px;
}
.about-style2__image-box .content-box p{
    font-size: 18px;
    margin: 0;
}

.about-style2__image-box .icon-holder{
    position: absolute;
    top: 120px;
    right: 0;
    width: 120px;
    height: 120px;
    background: var(--thm-base);
    border-radius: 20px;
    box-shadow: 12.856px 15.321px 70px 0px rgba(26, 46, 85, 0.2);
}
.about-style2__image-box .icon-holder span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 120px;
    text-align: center;
}


.about-style1__content--style2{
    position: relative;
    display: block;
    padding-top: 60px;
    padding-left: 40px;
    z-index: 11;
}
.about-style1__content--style2 .bottom-box{
    position: relative;
    display: block;
}
.about-style1__content--style2 .bottom-box .btns-box{
    position: relative;
    display: block;
    line-height: 0;
}




/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    padding: 150px 0px 120px;
    background: var(--thm-primary);
    z-index: 1;
}
.fact-counter-area .shape1 {
    position: absolute;
    top: -900px;
    right: 0;
}

.fact-counter_box {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    float: right;
}
.fact-counter_box ul{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.single-fact-counter {
    position: relative;
    display: block;
    float: left;
    max-width: 50%;
    width: 100%;
    padding: 0 15px 30px;
}
.single-fact-counter .inner{
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 89px 0 87px;
    border-radius: 20px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.single-fact-counter .outer-box{
    position: relative;
    display: block;
}
.single-fact-counter .count-box{
    position: relative;
    display: block;
    color: rgba(var(--thm-base-rgb), .15);
    font-size: 100px;
    font-weight: 500;
    font-family: var(--thm-font);
}
.single-fact-counter .count-box span {
    position: relative;
    display: inline-block;
    line-height: 80px;
}
.single-fact-counter .count-box .k {
    position: relative;
    display: inline-block;
    margin-left: -25px;
}
.single-fact-counter .count-box .plus {
    position: relative;
    display: inline-block;
    margin-left: -25px;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
}

.single-fact-counter .title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-fact-counter .title h6{
    color: var(--thm-black);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

















