

/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.single-fact-counter {
    position: relative;
    display: block;
    margin-bottom: 50px;
    background: #ffffff;
    padding: 7px 60px 20px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    margin-top: -30px;
    z-index: 10;
}
.single-fact-counter::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.single-fact-counter .top {
    position: relative;
    display: flex;
    align-items: center;
}
.single-fact-counter .top .icon{
    position: relative;
    display: block;
    width: 120px;
}
.single-fact-counter .top .icon.top7 {
    position: relative;
    top: 7px;
}
.single-fact-counter .top .icon span::before{
    font-size: 160px;
}
.single-fact-counter .top .count-box {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}
.single-fact-counter .top .count-box h2 {
    position: relative;
    font-size: 48px;
    line-height: 40px;
    font-weight: 600;
}
.single-fact-counter .top .count-box h2 span {
    color: #1f67b0;
}
.single-fact-counter .top .count-box h2 .plus_icon {
    position: absolute;
    top: 5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 5px;
}

.single-fact-counter .sub-title {
    position: relative;
    top: -27px;
    display: block;
    text-align: right;
}
.single-fact-counter h5 {
    color:#222222;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}



/*** 
=============================================
    Fact Counter Style2 Area style
=============================================
***/
.fact-counter-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0px 110px;
}
.fact-counter-style2-area .container-box{
    position: relative;
    display: block;
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding:0px 15px;
}
.fact-counter-style2_box{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.single-fact-counter-style2 {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-right: 60px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.single-fact-counter-style2:first-child{
    padding-left: 0;
}
.single-fact-counter-style2:last-child{
    padding-right: 0;
}
.single-fact-counter-style2::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8e8;
    content: "";
}
.single-fact-counter-style2:last-child:before {
    display: none;
}
.single-fact-counter-style2 .top {
    position: relative;
    display: block;
    padding-left: 126px;
    padding-top: 14px;
}
.single-fact-counter-style2 .top .icon{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 110px;
}
.single-fact-counter-style2 .top .count-box{
    position: relative;
    display: block;
}
.single-fact-counter-style2 .top .count-box h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}
.single-fact-counter-style2 .top .count-box h2 span::before {
    position: relative;
    display: inline-block;
    font-size: 24px;
    top: -10px;
    left: -14px;
}
.single-fact-counter-style2 .top .count-box h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.single-fact-counter-style2 .text-box {
    position: relative;
    display: block;
    margin-top: 34px;
}
.single-fact-counter-style2 .text-box p{
    margin: 0;
}



/*** 
=============================================
    Fact Counter Style3 Area style
=============================================
***/
.fact-counter-style3-area {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 195px 0px 110px;
    z-index: 1;
}
.fact-counter-style3-area-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 729px;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1.0;    
}

.faq-style3_image_box {
    position: relative;
    display: block;
    margin-right: -23px;
}
.faq-style3_image_box img {
    width: 100%;
}


.faq-style3_content{
    position: relative;
    display: block;
}
.fact-counter-style3_box{
    position: relative;
    display: block;
}
.single-fact-counter-style3{
    position: relative;
    display: block;
    background: #ffffff;
}


.faq-style3_content{
    position: relative;
    display: block;
    margin-left: 33px;
}
.fact-counter-style3_box{
    position: relative;
    display: block;
}
.single-fact-counter-style3 {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 22px 0px 24px;
}
.single-fact-counter-style3:last-child{
    margin-bottom: 0;
}
.single-fact-counter-style3 .count-box{
    position: relative;
    display: block;
}
.single-fact-counter-style3 .count-box h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}
.single-fact-counter-style3:nth-of-type(2) .count-box h2{
    color: #222222;
}
.single-fact-counter-style3:nth-of-type(3) .count-box h2{
    color: #2739a7;
}
.single-fact-counter-style3 .count-box h2 span{}
.single-fact-counter-style3 h5 {
    color: #222222;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.faq-style3_content .more_button{
    position: relative;
    display: block;
    padding-top: 25px;
}
.faq-style3_content .more_button a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #2739a7;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}


.progress_box{
    position: relative;
    display: block;
}
.progress_box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.progress_box ul li {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.progress_box ul li:last-child{
    margin-bottom: 0;
}

.progress_box ul li .progress-block{
    position: relative;
    display: block; 
    min-height: 170px;
}
.progress_box ul li .progress-block .inner-box{
    position: relative;
    display: block;
    padding-left: 170px;
}
.progress_box ul li .progress-block .inner-box .graph-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
}

.progress_box ul li .progress-block .inner-box .title-outer {
    position: relative;
    display: block;
    margin-left: 30px;
    padding-top: 25px;
    border-bottom: 1px solid #cfd3e4;
    padding-bottom: 20px;
}
.progress_box ul li .progress-block .inner-box .title-outer p{
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 14px;
}
.progress_box ul li .progress-block .inner-box .title-outer .inner-text{
    color: #222222;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
}
.progress_box ul li .progress-block .inner-box .title-outer .inner-text i::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    top: -4px;
    margin-left: -4px;
    padding-right: 3px;
}














