/*
* Counterup Css
*/
.htmegavc-counter-content {
  line-height: 1;
}
.htmegavc-counter-icon span{
  display: inline-block;
}

/*Counterup Style 1*/
.htmegavc-counter-style-1 {
    text-align: center;
}

.htmegavc-counter-style-1 .htmegavc-counter-icon i {
    font-size: 36px;
    color: #ed552d;
}

.htmegavc-counter-style-1 .htmegavc-counter-content span {
    color: #696969;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.htmegavc-counter-style-1 .htmegavc-counter-content h2 {
    color: #898989;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    position: relative;
    margin-top: 9px;
    display: block;
    padding-bottom: 15px;
}

.htmegavc-counter-style-1 .htmegavc-counter-content h2::before {
    background: #d5d5d5;
    width: 48px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*Counterup Style 2*/
.htmegavc-counter-style-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.htmegavc-counter-style-2 .htmegavc-counter-icon,
.htmegavc-counter-style-2 .htmegavc-counter-img {
    padding-right: 20px;
}

.htmegavc-counter-style-2 .htmegavc-counter-icon i {
    font-size: 48px;
    color: #383838;
}

.htmegavc-counter-style-2 .htmegavc-counter-content span {
    color: #383838;
    font-size: 24px;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.htmegavc-counter-style-2 .htmegavc-counter-content h2 {
    color: #383838;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    position: relative;
    display: block;
}

/*Counterup Style 3*/
.htmegavc-counter-area{
  position: relative;
}
.htmegavc-counter-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.8;
}
.htmegavc-counter-content {
  position: relative;
  z-index: 1;
}

.htmegavc-counter-style-3 .htmegavc-counter-img {
    display: inline-block;
    position: relative;
}

.htmegavc-counter-style-3 .htmegavc-counter-img::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #52b6bc;
    opacity: 0.8;
    border-radius: 100%;
}

.htmegavc-counter-style-3 .htmegavc-counter-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.htmegavc-counter-style-3 {
    text-align: center;
}

.htmegavc-counter-style-3 .htmegavc-counter-content span {
    font-size: 40px;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    font-family: 'Courgette', cursive;
}

.htmegavc-counter-style-3 .htmegavc-counter-content h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    margin-top: 4px;
    font-family: 'Courgette', cursive;
}

/*Counterup Style 4*/
.htmegavc-counter-style-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.htmegavc-counter-style-4 .htmegavc-counter-img {
    padding-right: 25px;
}

.htmegavc-counter-style-4 .htmegavc-counter-content {
    text-align: center;
}

.htmegavc-counter-style-4 .htmegavc-counter-content span {
    color: #585858;
    font-size: 24px;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.htmegavc-counter-style-4 .htmegavc-counter-content h2 {
    color: #585858;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    position: relative;
    display: block;
    padding-bottom: 14px;
}

.htmegavc-counter-style-4 .htmegavc-counter-content h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    background: #ed552d;
    width: 70px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}

/*Counterup Style 5*/
.htmegavc-counter-style-5 {
    text-align: center;
}

.htmegavc-counter-style-5 .htmegavc-counter-icon i {
    font-size: 36px;
    color: #ed552d;
}

.htmegavc-counter-style-5 .htmegavc-counter-content span {
    color: #18012c;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Lobster Two', cursive;
}

.htmegavc-counter-style-5 .htmegavc-counter-content span.color-1 {
    color: #b1c642;
}

.htmegavc-counter-style-5 .htmegavc-counter-content span.color-2 {
    color: #ff5020;
}

.htmegavc-counter-style-5 .htmegavc-counter-content span.color-3 {
    color: #ffc10d;
}

.htmegavc-counter-style-5 .htmegavc-counter-content span.color-4 {
    color: #68b9d8;
}

.htmegavc-counter-style-5 .htmegavc-counter-content h2 {
    color: #444444;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    margin-top: 9px;
    display: block;
    padding-bottom: 15px;
    font-family: 'Lobster Two', cursive;
}

/*Counterup Style 6*/
.htmegavc-counter-style-6 {
    text-align: center;
}

.htmegavc-counter-style-6 .htmegavc-counter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.htmegavc-counter-style-6 .htmegavc-counter-icon span {
    color: #363636;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    padding-left: 15px;
}

.htmegavc-counter-style-6 .htmegavc-counter-content h2 {
    color: #363636;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    display: block;
    font-family: "Montserrat", sans-serif;
    margin-top: 13px;
    text-transform: uppercase;
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.htmegavc-counter-style-2 {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	.htmegavc-counter-style-4 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 40px;
	}
}

/* Small mobile :320px. */
@media (max-width: 767px) {
	.htmegavc-counter-style-1,
	.htmegavc-counter-style-2,
	.htmegavc-counter-style-3,
	.htmegavc-counter-style-4,
	.htmegavc-counter-style-5,
	.htmegavc-counter-style-6{
		margin-bottom: 60px;
	}
}