/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	background: #e5f2fb;
}

.btn-primary{
	background: #377efc !important;
	border: none;
}

.pad0 {
	padding: 0px;
}

.padl0 {
	padding-left: 0px;
}

.pad20r {
	padding: 0px 20px 0px 0px;
}

.border {
	border: 1px solid #333;
}

.clear {
	clear: both;
}

.padr0 {
	padding-right: 0px;
}

#overlay {
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.top {
	background: #FFF;
	height: 60px;
	width: 100%;
	padding: 5px 10px;
	position: fixed;
	z-index: 1;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

.logo1 {
	width: 100%;
}

.logo2 {
	display: none;
	width: 100%;
	margin-top: 9px;
}

.topnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.topnav ul li {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 5px 10px 0px 10px;
}

.topnav li li {
	display: block;
	margin: 0px;
}

.topnav li i {
	font-size: 1.4em;
}

.topnav li span {
	width: 25px;
	height: 25px;
	background: #d8524f;
	display: block;
	position: absolute;
	border-radius: 100%;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	font-size: .8em;
	top: 0px;
	margin-left: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.topnav a {
	color: #666;
	text-decoration: none;
	font-weight: 500;
}

.language {
	width: 40px;
}

.topnav .postadd {
	background: #d8524f;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 0px 20px;
	border-radius: 2px;
}

.topuser img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-left: 10px;
}

.topnav .dropdown-menu {
	width: 250px;
	background: #FFF;
	font-weight: 400;
	text-align: left;
	padding: 5px;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 0px 0px 4px 4px;
	border: none;
}

.topnav .dropdown-menu a {
	color: #000;
	display: block;
	padding: 10px;
	font-weight: 400;
	text-decoration: none;
	height: 40px;
}

.topnav .dropdown-menu i {
	color: #f3763c;
	width: 20px;
	font-size: 1em;
}

.topnav .dropdown-menu a:hover {
	background: #FFF;
}

.topnavm {
	display: none;
}

.topnav .mobilemenu {
	color: #d56a00;
	cursor: pointer;
	font-size: 1.8em;
	margin-top: 5px;
}

.sidemenu {
	background: #FFF;
	width: 18%;
	height: 100%;
	float: left;
	margin-top: 60px;
	position: fixed;
	overflow: auto;
	border-right: 1px solid #ddd;
}

.sidemenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-bottom: 80px;
}

.sidemenu li {
	/*border-bottom: 1px dashed #f5f5f5;*/
}

.sidemenu a {
	height: 60px;
	line-height: 60px;
	display: block;
	padding: 0px 18px;
	font-weight: 500;
	color: #000;
	font-size: .9em;
	text-decoration: none;
	transition: all 0.5s;
	text-transform: uppercase;
}

.sidemenu a:hover {
	background: #f5f5f5;
	color: #000;
	transition: all 0.5s;
}

.sidemenu ul i {
	width: 30px;
	height: 60px;
	color: #f3763c;
	font-size: 1.2em;
	line-height: 60px;
}

.sidemenu .fa-angle-down {
	float: right;
	line-height: 50px;
	font-size: 1.4em;
}

.sidemenu ul ul {
	display: none;
	/*background: #dfdfbf;*/
	background: #f5f5f5;
	padding: 0px;
}

.sidemenu ul ul a {
	padding-left: 25px;
	font-size: 1em;
	border: none;
}

.sidemenu::-webkit-scrollbar {
	width: 5px;
}

.sidemenu::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.sidemenu::-webkit-scrollbar-thumb {
	background: #333;
}

.sidemenu::-webkit-scrollbar-thumb:hover {
	background: #222;
}

.main {
	width: 81%;
	min-height: 100px;
	float: right;
	margin-top: 60px;
	padding: 20px 5px;
	/*border: 1px solid #333;*/
}

.heading {
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
}

.short_heading {
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

.page_area {
	width: 100%;
	background: #FFF;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
	border-radius: 5px;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.header {
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.header input[type=search] {
	font-size: .9em;
	font-weight: 400;
	height: 35px;
	padding-left: 35px;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 2px;
	outline: none;
	background: url('../img/search-icon.png') no-repeat;
	background-position: 3% 50%;
}

.pagewrok {
	padding: 15px;
	overflow: auto;
}

.slide {
	margin-bottom: 10px;
}

.service {
	background: #FFF;
	padding: 15px;
}

.myservice {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	height: 320px;
	padding: 15px;
	text-align: center;
	color: #040c2d;
	border-radius: 5px;
	margin-bottom: 15px;
}

.myservice b {
	display: block;
	font-weight: 600;
}

.myservice .slogo {
	width: 160px;
	height: 160px;
	margin: 10px 0px;
}

.myicon {
	height: 50px;
	/* line-height: 50px; */
	text-align: left;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	color: #2c688a;
	text-align: center;
}

.myicon img {
	width: 35px;
	margin-right: 10px;
}

.myservice .button {
	padding: 0px 20px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #6b916f;
	border: 1px solid #6b916f;
	border-radius: 20px;
	text-decoration: none;
	text-transform: capitalize;
}

.line {
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 40px 0px;
	text-align: center;
}

.line span {
	background: #d70634;
	padding: 0px 20px;
	font-weight: 500;
	color: #FFF;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	position: relative;
	top: -20px;
	outline: 10px solid #FFF;
}

.line b {
	background: #FFF;
	display: inline-block;
	padding: 0px 20px;
	font-weight: 400;
	color: #444;
	height: 40px;
	font-size: 1.5em;
	line-height: 40px;
	border-radius: 4px;
	position: relative;
	top: -20px;
	outline: 10px solid #FFF;
}

.donate {
	border: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.donate i {
	width: 50px;
	height: 35px;
	background: #f3763c;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	font-size: 1.4em;
	float: left;
}

.donate span {
	display: block;
	text-align: center;
	line-height: 35px;
}

.donate ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin: 20px 0px;
}

.donate ul li {
	display: inline-block;
	text-align: center;
	padding: 0px 20px;
}

.donate img {
	width: 50px;
	height: 50px;
}

.service_title {
	font-size: 1.5em;
	color: #2c688a;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.service_title img {
	width: 40px;
	margin-right: 5px;
}

.zoompic {
	margin-bottom: 30px;
}

.zoompic img {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 8px;
}

.sopimg {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 0px 0px 3px 3px;
	margin-bottom: 30px;
}

.sopimg img {
	background: url('../image/shopping/back.jpg');
	padding: 20px;
}

.sopimg .prtitle {
	padding: 5px;
	font-size: 1em;
	font-weight: 500;
	color: #021b2d;
	text-transform: capitalize;
}

.row {
	margin: 0px;
	margin-bottom: 20px;
}

.basicform label {
	font-size: 1em;
	display: block;
	color: #444;
	font-weight: 400;
}

.basicform input,
.basicform select,
.basicform textarea {
	height: 38px;
	border-radius: 2px;
	border: 1px solid #ddd;
	background: #fafafa;
	box-shadow: none;
	margin-bottom: 10px;
}

.basicform textarea {
	height: 60px;
	resize: none;
}

.basicform input[type=submit] {
	background: #377efc;
	color: #FFF;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
}

.basicform .error {
	color: red;
}

/* ------------------- For Course------------------ */

.back {
	background: #FFF;
}

.coursePage {
	background: #FFF;
	padding: 20px;
}
.course{
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding: 20px;
}
.training-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.card-body {
	border: 1px solid #ddd;
	padding-bottom: 20px;
	border-radius: 20px;
}
.card-body img{
	border-radius: 20px 20px 0 0;
}
.card-body-details{
	padding: 10px;
}

.price {
	font-size: 22px;
	font-weight: bold;
	color: #1923d9;
}

.btn-primary {
	border-radius: 6px;
	padding: 8px 20px;
}

.panel-group .panel {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}

.panel-heading {
	background: #ffffff !important;
}

.panel-title a {
	display: block;
	text-decoration: none;
}

.check {
	color: #6c63ff;
	margin-right: 8px;
}


/* ----------------- */
.stats-box {
    background: #fff;
    padding: 20px 10px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    margin-top: 15px;
}

.stat-item {
    padding: 10px 0;
}

.stat-value {
    font-size: 22px;
    font-weight: bold;
}

.stat-icon {
    font-size: 18px;
    color: orange;
    margin: 5px 0;
}

.stat-label {
    font-size: 13px;
    color: #666;
}

.border-left {
    border-left: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.download-link {
    color: #007bff;
    text-decoration: none;
}

.download-link:hover {
    text-decoration: underline;
}




@media(max-width:700px) {
	.mpad0 {
		padding: 0px;
	}

	.padr0 {
		padding: 0px;
	}

	.logo1 {
		display: none;
	}

	.logo2 {
		display: block;
	}

	.topnavd {
		display: none;
	}

	.topnavm {
		display: block;
	}

	.top {
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}

	.topnav ul li {
		margin: 5px 5px 0px 5px;
	}

	.fadbg {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		display: none;
		z-index: 2;
	}

	.fadbg.active {
		display: block;
		opacity: .5;
	}

	.sidemenu {
		z-index: 2;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		width: 250px;
		margin-left: -260px;
		transition: all 0.5s ease-out;
		margin-top: 0px;
	}

	.sidemenu.active {
		margin-left: 0px;
		transition: all 0.5s ease-out;
	}

	.main {
		width: 100%;
		float: none;
		position: absolute;
		z-index: 0;
		padding: 20px 15px;
	}

	.mobilemenu {
		display: block;
	}

	.pad20r {
		padding: 0px;
	}
}