/*
    Default Style
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');
:root {
    --body-font: 'Poppins', sans-serif;
}

* {
    font-family: var(--body-font);
}

.single-coutnerup .count-num-pla {
    font-size: 70px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.single-coutnerup .count-num {
    font-size: 70px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.single-coutnerup  .big {
    font-size: 110px !important;
    line-height: 140px !important;

}
.single-coutnerup .small {
    font-size: 40px !important;
    line-height: 60px !important;

}
.single-coutnerup .count-num-percent {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
	margin-left: 10px;
}

.single-coutnerup {
    text-align: left;
}

.single-coutnerup .title {
    font-size: 16px;
    font-weight: 500;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px; 
}
.card {
    margin-bottom: 30px;
}

.card .card-header .title {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

.card .card-body code {
    background-color: #efecec;
    padding: 10px;
    border-radius: 3px;
}

.header .title {
    font-size: 50px;
    font-weight: 600;
}

.header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.header .title::first-letter {
    color: #fc4444;
}

.margin-top-60 {
    margin-top: 60px;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

ul.menu li {
    display: inline-block;
}

ul.menu li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: all 500ms;
    text-decoration: none;
}

ul.menu li a:hover {
    color: #fc4444;
}

ul.menu li+li {
    margin-left: 25px;
}

.doc1 { 
	background:#f6dbe9;
}
h3.tit-doc1 { 
	color: #da71a6;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc2 { 
	background:#cbe9ed;
}
h3.tit-doc2 { 
	color: #2fa9b6;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc3 { 
	background:#fde2cc;
}
h3.tit-doc3 { 
	color: #f78a32;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc4 { 
	background:#facac8;
}
h3.tit-doc4 { 
	color: #ed2d23;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800;
	font-weight: 800; 
}
.doc5 { 
	background:#d6ecd2;
}
h3.tit-doc5 { 
	color: #5bb44b;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc6 { 
	background:#c7e2f1;
}
h3.tit-doc6 { 
	color: #1f8dc9;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc7 { 
	background:#d2e4e1;
}
h3.tit-doc7 { 
	color: #4b9587;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc8 { 
	background:#e8cdd1;
}
h3.tit-doc8 { 
	color: #a53849;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc9 { 
	background:#fde2cc;
}
h3.tit-doc9 { 
	color: #f78a32;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc10 { 
	background:#f1e7d0;
}
h3.tit-doc10 { 
	color: #ca9f42;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}
.doc11 { 
	background:#f6ddd4;
}
h3.tit-doc11 { 
	color: #de7651;
	border-bottom: none;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800; 
}