/* ------------------------------------- */
/* 10. progress ........................ */
/* ------------------------------------- */
.progress-bars p {
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.progress {
	@include border-radius(0);
	position: relative;
	background: $color-gray;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: inherit;
	position: relative;
	height: 5px;
	margin-top: 10px;
}
.progress-bar {
	@include border-radius(0);
	height: 5px;
   	box-shadow: none;
    max-width: 100%;
	@extend .bg-color-main;
}
.progress-bars .bar {
	position: relative;
}
.progress-bar-tooltip {
	float: right;
    position: relative;
    right: 0px;
    top: -13px;
    @extend .bg-color-main;
    color: #fff;
    text-align: center;
    font-size: 10px;
    @include border-radius(50%);
    height: 30px;
    width: 30px;
    line-height: 29px;
}
/* bt-progress-style1 */
.bt-progress-style1.vc_progress_bar .vc_single_bar {
  position:relative;
  height:7px;
  background:rgba(0,0,0,.1);
  box-shadow:none;
  margin:50px 0;
  @include border-radius(0);
}
.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label {
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
  padding:0;
}
.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
  font-size:13px;
  line-height:14px;
  letter-spacing:0.02em;
  position:relative;
  @extend .bold-weight;
}
.mo-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger { @extend .bg-color-main; }
.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units {
    position: absolute;
	right: 0;
	top: 7px;
}
.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_bar {
   @extend .bg-color-main;
   height:7px;
   @include border-radius(0);
}
/* bt-progress-style2 */
.bt-progress-style2.vc_progress_bar .vc_single_bar {
  position:relative;
  height:7px;
  box-shadow:none;
  margin:50px 0;
  background: rgba(0, 0, 0, 0.05);	
  @include border-radius(0);
}
.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label {
  position:absolute;
  bottom:12px;
  left:0;
  width:100%;
  padding:0;
}
.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
	font-size: 13px;
    letter-spacing: 0.02em;
    @extend .bold-weight;
}
.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units { float:right; }
.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_bar {
  height:5px;
  @extend .bg-color-main;
  @include border-radius(0);
  &:after , &:before {
	position: absolute;
	display: block;
	content: "";
	@extend .bg-color-main;
	@include border-radius(50%);
  }
  &:after{
    right: 0;
    top: -4px;
    width: 12px;
    height: 12px;
  }
  &:before{
    right: -4px;
    top: -8px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
  }
}
.bg-dark .bt-progress-style2.vc_progress_bar .vc_single_bar {
	background:rgba(255, 255, 255, 0.07);
}
.bt-progress-style3.vc_progress_bar .vc_single_bar {
  position:relative;
  background:rgba(0, 0, 0, 0.1);
  height: 5px;
  box-shadow:none;
  margin: 50px 0;
  @include border-radius(0);
}
.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label { padding:0; }
.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
  font-size:15px;
  @extend .bold-weight;
  line-height:15px;
  letter-spacing:0.1em;
  position:relative;
}
.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_title {
    position:absolute;
    top:-30px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
	line-height: 22px;
	letter-spacing: 0;
}
.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units{
    float: right;
    position: absolute;
    right: -20px;
    bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 5px;
}
.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_bar { 
  height: 5px;
  @include border-radius(0);
  @extend .bg-color-main;
}
.bt-progress-style4.vc_progress_bar .vc_single_bar {
  display: block;
  position:relative;
  height:7px;
  width: 100%;
  margin: 45px 0;
  background:rgba(0, 0, 0, 0.1);
  @include border-radius(0);
}
.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label {
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
  padding:0;
}
.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
  font-size:12px;
  @extend .bold-weight;
  line-height:24px;
  letter-spacing:0.1em;
  position:relative;
  .vc_label_title{ position:relative; top:5px; }
}
.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_bar {
  height:7px;
  background-color:$color-font;
  @include border-radius(0);
}
.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  float:right;
  position: absolute;
  right: -16px;
  bottom: -6px;
  background-color:$color-font;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 5px;
}
.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid $color-font;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.bg-dark .bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  background-color:$color-gray;
  color:$color-font;
}
.bg-dark .bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units:after {
  border-top: 6px solid $color-gray; 
}
/* ------------------------------------- */
/* 11. counter-number .................. */
/* ------------------------------------- */
.counter-number {
	max-width: 380px;
    float: none;
    margin: 15px auto;
}
.counter-number {
	position: relative;
    text-align: center;
	i{
		text-align: center;
        line-height: 1;
		display: block;
		font-size: 48px;
		margin: 0 auto 15px;
	 }
	h3, .symbol{
		@extend .bold-weight;
		font-style: normal;
		text-transform: none;
		font-size: 60px;
        line-height: 60px;
		letter-spacing: 0;
	}
	.icon svg{ max-width:70px; max-height:70px; }
	h3{ margin-bottom:0; display: inline-block; }
   .symbol{ margin-left: 5px; }
	h6{    
		@extend .font-sm-subtitle;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0;
		clear: both;
	    margin-bottom:10px;
		margin-top:0; 
	}
	.content{
		@extend .font-family;
		clear: both;
		display: block;
		font-weight: 400;
		font-style: normal;
		font-size: 15px;
		line-height: 25px;
		text-transform: none;
		letter-spacing: 0;
	}
}
.counter-number.style1 {
	display: flex;
	margin: 0;
	.counter-wrap{text-align:left;}
	.icon {
		padding-right: 20px;
		padding-top: 10px;
	}
	h3, .symbol{
		font-size: 40px;
		font-weight: 700;
		@extend .bold-weight;
        @extend .color-dark;
	}
	.symbol{ margin-right: 18px;}
	.content{ max-width: 270px;  @extend .color-dark;    opacity: 0.6;}
}
.counter-number.style2 {
	margin: 15px 0;
	max-width: 320px;
	text-align: left;
	h3, .symbol{
		line-height: 1;
		letter-spacing: 0;
		float: none;
		font-size: 4.444em;
        line-height: 1em;
		transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
		@extend .bold-weight;
		@extend .color-dark;
	 }
	i { @extend .color-main; }
	.icon {
		position: absolute;
		right: 0;
		top: 10px;
		@include single-transition(all, .4s, ease-in-out); 
		i{font-size: 60px;}
	}
	.content{
		position: relative;
		margin-top: 50px;
		&:after, &:before{
			content: '';
			height: 2px;
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			top: -25px;
		}
		&:before{
			width:100%;
			background: #e6eaef;
		}
		&:after{
			background: -webkit-linear-gradient(0, var(--color-primary) 0%, #e6eaef 77%);
			transform-origin: top left;
			-moz-transform: scale(0, 1);
			-ms-transform: scale(0, 1);
			-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
			-webkit-transition: all 300ms linear;
			-moz-transition: all 300ms linear;
			-ms-transition: all 300ms linear;
			-o-transition: all 300ms linear;
			transition: all 300ms linear;
		}
	}
	&:hover{
	    .content:after { 
			-moz-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
		 }
	}
}
.counter-number.style3 {
	position: relative;
	padding-top: 40px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
	@extend .borde-color;
	transition: all 0.2s ease-in-out 0s;
	&:after{
		content: "";
		position: absolute;
		width: 0;
		right: 0;
		top: -1px;
		height: 1px;
		transition: all 0.2s ease-in-out 0s;
		@extend .bg-color-main;
	}
	.icon {
		margin-left: 35%;
		margin-bottom: 5px;
		display: grid;
		i{text-align: left;}
	}
	.counter-wrap{
		text-align: left;
		.value {
			float: left;
			display: inline-block;
			width: 35%;
		}
		.symbol{
			margin-left: 0;
		}
		h3.counter, .symbol{
			font-size: 48px;
			font-weight: 500;
			line-height: 1em;
			@extend .color-main;
		}
	}
	.title-wrap {
		float: left;
		display: inline-block;
		width: 65%;
        padding-left: 10px;
        padding-right: 10px;
		h6{ 
			max-width: 190px;
			font-size: 18px;
			letter-spacing: 0;
			margin-top: 0;
			@extend .font-family;
		}
		.content{ max-width: 270px; margin: 0 auto; }
   }
   &:hover:after{
		right: auto;
		width: 100%;
		left: 0;
   }
}

.counter-number.style4 {
    text-align: left;
	h3, .symbol, h6 , .content , i { text-align: left; }
	h3{ 
		font-size: 86px;
		line-height: 100px;
		letter-spacing: -1px;
		overflow: visible !important;
		text-shadow: 1px 1px 0 $color-black, -1px -1px 0 $color-black, 1px -1px 0 $color-black, -1px 1px 0 #151313, 1px 1px 0 $color-black;
		color: #fff;
		-webkit-text-fill-color: inherit;
		-webkit-text-stroke-width: 0;
		-webkit-text-stroke-color: rgba(21, 19, 19, .3);
	}
	h6{
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 15px;  
	}
	.symbol{ vertical-align:top; color: var(--color-primary); }
	.content{ max-width: 270px; margin:0; }
	.icon{
		font-size: 38px;
		@extend .color-dark;
		i {
			font-size: 37px;
			margin-bottom: 0;
			margin-top: 10px;
		}
	    i.vc_li , i[class^="ion-"], i[class*=" ion-"]{ @extend .txt-fill-main; }
		svg{
			margin-bottom: 0;
			margin-top: 10px;
			max-width: 40px;
			max-height: 40px;
		}
	}
}

/* vc_pie_chart */
.vc_pie_chart {
    margin-bottom:0 !important;
}
.vc_pie_chart .vc_pie_wrapper , .vc_pie_chart_back , .vc_pie_chart .vc_pie_chart_value , .vc_pie_chart canvas{
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
  margin:0 auto 15px !important;
}
.vc_pie_chart .vc_pie_chart_value {
    font-size: 150% !important;
}
.vc_pie_chart_back {
	border: 4px solid #ccc !important;
}
.vc_pie_chart .vc_pie_chart_value {
    @extend .bold-weight;
}
.white_txt .vc_pie_chart .vc_pie_chart_value{
	color: rgba(255,255,255,0.6);
 }
.vc_pie_chart_value, .wpb_pie_chart_heading {
    display: block;
	font-size: 18px;
    margin-bottom: 0;
}
.vc_pie_chart_value{
    display: block;
	color:$color-black;
	@extend .font-primary;
}
.vc_chart .vc_chart-legend span {
    width: 5px !important;
    border-radius: 0 !important;
}
.vc_chart .vc_chart-legend li {
	line-height: 2.5em !important;
    @extend .bold-weight;
    font-size: 16px;
	@extend .font-primary;
}
/* ------------------------------------- */
/* 12. accordion  ...................... */
/* ------------------------------------- */
.accordionjs {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
  }
  .accordionjs li {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
  }
  .accordionjs li .acc_head {
	position: relative;
	padding: 3px 30px;
	display: block;
	cursor: pointer;
	@extend .radius4;
  }
  .accordionjs li .acc_head h3 {
	line-height: 1;
	margin: 5px 0;
  }
  .accordionjs li.acc_active > .acc_content {
	display: block;
  }
  /* -- accordion-style1 --*/
.accordion{
	.acc_head h6{
		@extend .font-sm-subtitle;
		text-transform: none;
		margin: 10px auto;
	}
}
.accordion-style1 {
	li > .acc_head {
		padding: 3px 30px;
		margin-bottom: 10px;
		backdrop-filter: blur(43.9804px) brightness(93%);
        background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.189) 1.8%, rgba(254, 248, 255, 0) 99.75%);
		&:before {
			content: "";
			text-indent: -32px;
			width: 20px;
			height: 20px;
			display: inline-block;
			float: left;
			overflow: hidden;
			margin-right: 11px;
			text-align: center;
			background-image: url(../images/mo-star-dark.svg);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top center;
			position: relative;
			top: 14px;
			opacity: 0.2;
		}
	}
	li .acc_content {
		padding: 20px 25px;
	}
	li .accordion-icon:before {
		font-family: 'FontAwesome';
		content: '\f107';
		position: absolute;
		font-weight: 900;
		top: 50%;
		right: 25px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 16px;
	}
	li.acc_active {
		> .acc_head {
			@extend .bg-color-main; 
			h6{color:#fff;}
		}
		.accordion-icon:before {
			content: '\f106';
			color:#fff;
		}
	}
}
.accordion-style2 {
	li{
		margin-bottom: 15px;
		border: 1px solid rgba(10, 29, 53, 0.1);
		@extend .radius10;
	}
	li > .acc_head {
		padding: 7px 30px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	li .acc_content {
		padding:0 30px 15px;
	}
	li .accordion-icon:before {
		font-family: 'FontAwesome';
		content: "\f067";
		position: absolute;
		font-weight: 900;
		top: 50%;
		right: 25px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 16px;
	}
	li.acc_active {
		> .acc_head h6 {@extend .color-main;  }
		.accordion-icon:before {
			content: "\f068";
			@extend .color-main;
		}
	}
}

.accordion-style3 {
	li > .acc_head {
		padding: 0;
		&:before {
			content: "";
			text-indent: -32px;
			width: 16px;
			height: 16px;
			display: inline-block;
			overflow: hidden;
			margin-right: 5px;
			text-align: center;
			background-image: url(../images/mo-star-dark.svg);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top center;
			position: relative;
			top: 2px;
			opacity: 0.2;
			animation: push_animat2 05s infinite linear;
            animation-delay: 2s;
		}
		h6{
			position: relative;
			display: inline-block;
			padding: 3px 0;
			&:after, &:before {
				background: rgba(0,0,0,0.2);
				content: '';
				display: inline-block;
				width: 100%;
				height: 1px;
				position: absolute;
				bottom: 0;
				left: 0;
				-webkit-transform-origin: right center;
				transform-origin: right center;
				-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.32, 0.96, 0.4, 0.98);
				transition: -webkit-transform 0.5s cubic-bezier(0.32, 0.96, 0.4, 0.98);
				transition: transform 0.5s cubic-bezier(0.32, 0.96, 0.4, 0.98);
				transition: transform 0.5s cubic-bezier(0.32, 0.96, 0.4, 0.98), -webkit-transform 0.5s cubic-bezier(0.32, 0.96, 0.4, 0.98);
			}
			&:before {
				-webkit-transform: scaleX(1);
				transform: scaleX(1);
			}
			&:after {
				-webkit-transform: scaleX(0);
				transform: scaleX(0);
			}
			&:hover{
				&:before {
					-webkit-transform-origin: right center;
					transform-origin: right center;
					-webkit-transform: scaleX(0);
					transform: scaleX(0);
				}
				&:after {
					-webkit-transform-origin: left center;
					transform-origin: left center;
					-webkit-transform: scale(1);
					transform: scale(1);
					background: $color-font;
				}
			}
		}
	}
	li .acc_content {
		padding: 5px 25px 15px 25px;
	}
	li.acc_active > .acc_head {
		&:before {opacity: 1;}
		h6:before {
			-webkit-transform-origin: right center;
			transform-origin: right center;
			-webkit-transform: scaleX(0);
			transform: scaleX(0);
		}
		h6:after {
			-webkit-transform-origin: left center;
			transform-origin: left center;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		&:hover h6:after{ @extend .bg-color-main; }
	}
}

.accordion-style4 {
	li{ 
		border-bottom: 1px solid #e8e9f1;
	 }
	li > .acc_head {
		padding: 10px 0;
		h6{ margin-left:25px;}
	}
	li .acc_content {
		padding: 0 25px 15px 25px;
	}
	li .accordion-icon:before {
		font-family: 'FontAwesome';
		content: "\f067";
		position: absolute;
		font-weight: 900;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 14px;
	}
	li.acc_active {
		.acc_head h6{ @extend .color-main; }
		.accordion-icon:before { content: "\f068"; @extend .color-main; }
	}
}
.opcity-acc .accordion-style4{
	li .acc_head h6{opacity: 0.8;}
	li.acc_active{
	    .acc_head h6, .accordion-icon::before{ opacity:1; color:#fff; }
	}
}
/* ------------------------------------- */
/* 13. Tabs  ........................... */
/* ------------------------------------- */
.mo-tabs .tabs-heading {
	margin: 0 -5px;
	overflow: hidden;
	padding-left: 0;
  }
  .mo-tabs .tab-link {
	position: relative;
    overflow: hidden;
    will-change: transform;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	outline: none;
	color:$color-black; 
	@extend .bg-grey;
	margin: 0 5px;
	float: left;
	font-weight: 700;
	cursor: pointer;
    display: inline-block;
    border: none;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    > span{
		display: inline-block;
		transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
		will-change: transform;
		padding: 14px 30px 14px 30px;
	}
	&:before {
		content: attr(data-title);
		height: 100%;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		transform: translateY(110%);
		transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95)
	}
	&:hover{
		> span {
			transform: translateY(-125%);
		}
		&:before {
			transform:translateY(15px);
		}
	}
  }
  .mo-tabs .tab-link:visited {
	color: #fff;
  }
  .mo-tabs .tab-link:hover, .mo-tabs .tab-link:focus {
	@extend .bg-color-main;
	color: #fff;
  }
  .mo-tabs .tab-link.current, .mo-tabs .tab-link:hover {
	@extend .bg-color-main;
	color: #fff;
  }
  .mo-tabs .tab-content {
	display: none;
	padding: 15px 25px 15px 0;
	letter-spacing: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
  }
  .mo-tabs .tab-content.current {
	display: inherit;
  }
  .mo-tabs p:last-child {
	margin-bottom: 0;
  }

.mo-tabs.tabs-style2{
	.tab-link{
		background-color: transparent;
        color:$color-black; 
		background-image: linear-gradient(to right,currentColor 0%,currentColor 100%);
		background-position: 0 calc(100% - 0.1em);
		background-size: 0 2px;
		transition: background-size .25s cubic-bezier(0.785,0.135,0.15,0.86) 0;
		padding: 3px 0;
		margin: 0 30px 0 0;
		display: inline;
		background-repeat: no-repeat;
		box-sizing: border-box;
		text-align: left;
		> span {
			padding: 3px 0;
		}
	}
	.tab-link.current{
		background-size: 100% 2px;
		color: var(--color-primary);
		@extend .color-main;
	} 
	.tab-link:hover:before { transform:translateY(6px); }   
}

.mo-tabs.tabs-style3{
  .tabs-heading {
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 0;
   }
   .tab-link{
	background-color: transparent;
    color:$color-black; 
	padding-left: 0;
	> span, &:before{padding: 14px 30px 14px 0;}
   }
   .tab-content { 
	 padding: 15px 0;
   }
   .tab-link.current{
	  color: var(--color-primary);
   }  
   .tab-link:hover:before {
     transform: translateY(0);
   }   
}

.mo-tabs.tabs-style4{
	.tabs-heading {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 15px;
		overflow: visible;
	}
	.tab-link.current{
		position: relative;
		overflow: visible;
		background-color: $color-black;
		&:after {
			position: absolute;
			content: "";
			bottom: -9px;
			left: 50%;
			margin-left: -8px;
			width: 0;
			height: 0;
			border-width: 9px 8.5px 0;
			border-style: solid;
			border-color: transparent;
			border-color: $color-black transparent transparent transparent;
		}
	}
}

/* mo-countdown */
.mo-countdown {
	list-style: none;
	text-align: center;
	font-size: 24px;
	display: block;
	margin: auto 0;
}
.mo-countdown li {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	flex-grow: 1;
	flex-basis: 0;
}
.mo-countdown li span {
	font-size: 90px;
	display: block;
	margin-bottom: 5px;
	color:$color-black;
	min-width: 100px;
	@extend .font-primary;
	@extend .bold-weight; 
}
.mo-countdown li p {
	margin-bottom: 0;
    margin-top: 0;
	color:$color-black; 
	@extend .font-sm-subtitle;
	@extend .font-primary;
    @extend .bold-weight;
}
.mo-countdown li.seperator {
	font-size: 100px;
	font-weight: 500;
	margin-top: -8px;
    opacity: .2;
}
/* progress */
.mo-progress {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color:$color-black; 
  }
  .mo-progress .pname {
	display: block;
  }
  .mo-progress .iprogress {
	height: 6px;
	margin-bottom: 6px;
	position: relative;
  }
  .mo-progress .iprogress:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: rgba(0, 0, 0, 0.05);
	z-index: -1;
  }
  .mo-progress .progress-bar {
	position: relative;
	height: 100%;
	width: 0;
	@extend .bg-color-main;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
  }
  span.ppercent {
    color: #000;
}
.mo-progress.style1{
	.ppercent {
		float: right;
		position: relative;
		right: 0;
		top: -23px;
	}
}

.mo-progress.style2{
	.ppercent{
		float: right;
		position: relative;
		right: 0;
		top: -23px;
		&:before, &:after{
			position: absolute;
			display: block;
			content: "";
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			@extend .bg-color-main;
		}
		&:before {
			right: -15px;
			top: 15px;
			width: 20px;
			height: 20px;
			opacity: 0.3;
		}
		&:after {
			right: -11px;
			top: 19px;
			width: 12px;
			height: 12px;
		}
	}
}
.mo-progress.style3{
	.ppercent{
		float: right;
		position: absolute;
		right: -16px;
		bottom: 13px;
		color: #fff;
		font-size: 12px;
		letter-spacing: 0.05em;
		line-height: 1em;
		padding: 5px;
		@extend .bg-color-main;
		&:after{
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 6px solid var(--color-primary);;
			bottom: -6px;
			left: 50%;
			margin-left: -6px;
		}
	}
	.ppercent.right{display:none;}
}

  .ppercent.right{
	float: right;
    position: absolute;
    right: 0;
    bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 5px;
  }
  .circle-progress {
	justify-content: left;
  }
  .circle-progress .inner-bar {
	position: relative;
	display: inline-block;
	line-height: 1;
  }
  .circle-progress .inner-bar > span {
	position: absolute;
	width: 100%;
	line-height: 1;
	top: 50%;
	left: 0;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 30px;
	margin-top: -15px;
	color: #1b1d21;
  }
  .circle-progress .inner-bar canvas {
	display: block;
  }
  .circle-progress .inner-bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	border: 1px solid #dadada;
  }
  .circle-progress h4 {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-left: 20px;
	margin-bottom: 0;
  }
  .circle-progress.tbottom h4 {
	margin: 10px 0 0;
  }
  
  .easyPieChart {
	position: relative;
	text-align: center;
  }
  
  .easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
  }
  .elementor-element.elementor-widget-empty {
	background-color: transparent;
   }