/* your styles go here */
/**@subsection   Counter  start*/
.counter {
    font-size: 48px;
    line-height: 1;
    /* font-family: "Open Sans", sans-serif; */
    letter-spacing: 0.06em;
}
.counter-span {
	font-size: 48px;
}

@media (min-width: 390px) {
	.counter {
        font-size: 35px;
    }
	.counter-span {
		font-size: 35px;
	}
}
  
@media (min-width: 768px) {
    .counter {
        font-size: 40px;
    }
	.counter-span {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.counter {
        font-size: 48px;
    }
	.counter-span {
		font-size: 48px;
	}
}
  
.counter-panel {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
  
.counter-panel [class*='col-'] {
    padding-top: 42px;
    padding-bottom: 42px;
}
  
.counter-panel [class*='col-'] + [class*='col-'] {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.text-opacity {
    /* color: rgba(255, 255, 255, 0.6); */
    letter-spacing: 0.06em;
}

/* .font-secondary {
    font-family: "Open Sans", sans-serif;
} */

.text-uppercase, .initialism {
    text-transform: uppercase;
}

/**@subsection   Counter  end*/

.counter-icon {
	position: relative;
	display: inline-block;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}

.counter-icon::after,
.counter-icon::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 20%;
	border: 3px solid #fff;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	opacity: 0;
	animation: iconPulse 1s linear infinite;
}
.counter-icon::after {
	animation-delay: 0.5s;
}

@media (min-width: 768px) {
    .partners-cla {
        width: 90%;
    }
}

@media (min-width: 390px) {
	.partners-cla {
        width: 90%;
    }
}