
/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position: relative;
	padding: 70px 0px 30px;
}

.counter-section .inner-section{
	position: relative;
	padding-left: 380px;
}

.counter-section-two{
	position:relative;
	padding: 100px 0px 70px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	padding-right: 30px;
}

.fact-counter .column .inner .content{
	position:relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #eeeeee;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#fe5807;
	font-size:48px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#443986;
	font-size:42px;
	line-height:1em;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer.alternate,
.fact-counter .column .inner .count-outer.alternate .count-text{
	color:var(--theme-color);
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#443986;
	font-size:42px;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#555555;
	margin-top:8px;
	text-transform:uppercase;
}

.fact-counter .column:hover .icon-box{
	border-color:#f47629;
}


/* funfacts section */
.funfacts__section {
    position: relative;
    padding: 150px 0 260px;
}

.funfacts__section .sec-title {
    margin-bottom: 60px;
}

.funfacts__section .shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
}

.funfacts__section .shape-two {
    position: absolute;
    top: 140px;
    right: 130px;
    animation: animation__6 7s linear infinite;
}

.funfacts__section .funfacts .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 88px;
    background: #3f4549;
    color: #fff;
    font-size: 35px;
    z-index: 1;
}

.funfacts__section .funfacts .icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-color);
    border-radius: 50%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    transform: scale(.5);
}

.funfacts__section .funfacts .inner:hover .icon:before {
    opacity: 1;
    transform: scale(1);
}

.funfacts__section .funfacts .inner {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}

.funfacts__section .funfacts .count-outer {
    position: relative;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
}

.funfacts__section .funfacts h4 {
    position: relative;
    font-size: 17px;
    color: rgb(255 255 255 / 70%);
    font-weight: 500;
    font-family: 'Hind', sans-serif;
}

/* funfacts__section style two */
.funfacts__section.style__two .funfacts .icon {
    background: #4d4383;
}

.funfacts__section.style__two {
    padding: 140px 0 110px;
}