

.container-count {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: fit-content;
    margin-top: 100px;
    margin-bottom: 100px;
    direction: rtl;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container-count:before, .container-count:after, .container-fluid:before, .container-fluid:after, .row-count:before, .row-count:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.row-count {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
}

.counter {
    color: #2b3044;
    background: linear-gradient(#2b3044,#2b3044 43%,transparent 43%,transparent 57%,#2b3044 57%);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 290px;
    height: 290px;
    padding: 43px 28px 35px;
    margin: 0 auto;
    border-radius: 70px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
}

.counter:before, .counter:after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    z-index: -1;
}

.counter .counter-icon {
    font-size: 33px;
    margin: 40px 0 10px;
}

.counter h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 9px;
}
.conuter-title {
    color: #65bbb0;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 600;
    display: block;
}

.counter:after {
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    top: 23px;
    left: 23px;
    right: 23px;
    bottom: 23px;
}

.counter.green {
    color: #59AE58;
    background: linear-gradient(#59AE58,#59AE58 43%,transparent 43%,transparent 57%,#59AE58 57%);
}

.counter.yellow {
    color: #FEA703;
    background: linear-gradient(#FEA703,#FEA703 43%,transparent 43%,transparent 57%,#FEA703 57%);
}



section#countersec {
    padding-top: 80px;
    padding-bottom: 180px;
    background-color: #f6f6f6;
}




/*.counter {*/
/*    color: #0B697E;*/
/*    background: linear-gradient(#0B697E,#0B697E 43%,transparent 43%,transparent 57%,#0B697E 57%);*/
/*    font-family: 'Poppins', sans-serif;*/
/*    text-align: center;*/
/*    width: 290px;*/
/*    height: 290px;*/
/*    padding: 43px 28px 35px;*/
/*    margin: 0 auto;*/
/*    border-radius: 70px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    transition: all 300ms ease;*/
/*}*/

/*.counter:before, .counter:after {*/
/*    content: "";*/
/*    background-color: #fff;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    top: 13px;*/
/*    left: 13px;*/
/*    right: 13px;*/
/*    bottom: 13px;*/
/*    z-index: -1;*/
/*}*/

/*.counter .counter-icon {*/
/*    font-size: 33px;*/
/*    margin: 40px 0 10px;*/
/*}*/

/*.counter h3 {*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    text-transform: capitalize;*/
/*    margin: 0 0 9px;*/
/*}*/

/*.counter .counter-value {*/
/*    font-size: 30px;*/
/*    font-weight: 600;*/
/*    display: block;*/
/*}*/

/*.counter:after{*/
/*    box-shadow: 5px 5px 10px rgba(0,0,0,.3);*/
/*    top: 23px;*/
/*    left: 23px;*/
/*    right: 23px;*/
/*    bottom: 23px;*/
/*}*/


/*.counter.green{*/
/*    color: #59AE58;*/
/*    background: linear-gradient(#59AE58,#59AE58 43%,transparent 43%,transparent 57%,#59AE58 57%);*/
/*}*/
/*.counter.yellow{*/
/*    color: #FEA703;*/
/*    background: linear-gradient(#FEA703,#FEA703 43%,transparent 43%,transparent 57%,#FEA703 57%);*/
/*}*/
.counter.blue{
    color: #0C8AFA;
    background: linear-gradient(#0C8AFA,#0C8AFA 43%,transparent 43%,transparent 57%,#0C8AFA 57%);
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}


.container-count:after, .container-fluid:after, .row-count:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after {
    clear: both;
    content: " ";
    display: table;
}

.counter:hover{
    transform: rotate(360deg) scale(1.1);
}

.divider
{
	position: relative;
    margin-bottom: 40px;
    margin-top: 15px;
    height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #2b3044, transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-tab-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 14px;
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
	border-radius: 0 0 8px 8px;
}

.div-stopper:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 12px;
	background-color: white;
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #65bbb0;
	border: 1px solid rgb(48,49,51);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}

