/* * {
    font-family: 'Lato', sans-serif;
} */
* {
	font-family: 'Open Sans', sans-serif;
}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,600,700&display=swap);
a:hover,
a:focus {
	text-decoration: none;
}
::-webkit-scrollbar {
	width: 5px;
	background-color: #ccc;
}
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}
.main {
	width: 100%;
}
.little-box {
	background-color: #000;
	background-image: linear-gradient(326deg, #000, red 74%);
	width: 120px;
	height: 100px;
	margin: 0 auto;
	border-radius: 4px;
}
.left-aside {
	float: left;
	width: 10%;
	background: #ed151b;
	height: 100vh;
	position: fixed;
	overflow-y: scroll;
	/* max-height: 650px; */
	scrollbar-width: thin;
}
.left-aside ul {
	padding-left: 0;
}
.left-aside ul li {
	list-style-type: none;
	display: block;
	text-align: center;
	float: left;
	width: 100%;
}
.left-aside ul li a i {
	color: #fff;
	font-size: 20px;
}
#offCanvasClose {
	display: none;
}
/* .left-aside ul li img{
    width: 23px;
    height: 23px;
    object-fit: contain;
    margin-bottom: 3px;
    
} */
.left-aside ul li a {
	color: #fff;
	text-align: center;
	font-size: 14px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.left-aside ul li a.active {
	color: #000;
	font-weight: bold;
}
.left-aside ul li a.active i {
	color: #000;
}
.head-top {
	float: left;
	width: 100%;
	background: #fff;
	height: 80px;
	/* box-shadow: 0px 7px 8px 0px rgba(12, 0, 46, 0.08); */
	line-height: 5.5;
	border-bottom: 1px solid #eee;
}
.head-top .col-md-2 img {
	width: 165px;
}
.head-top .form-control {
	border-radius: 25px;
	height: 36px;
	margin-top: 23px;
}
.head-top .col-md-2 .fa-search {
	float: right;
	position: relative;
	top: -25px;
	right: 10px;
	color: #999;
}
.head-top ul {
	float: right;
}
.head-top ul li {
	list-style: none;
	display: inline-block;
	margin-top: 5px;
}
.head-top ul li a {
	color: #000;
	padding: 5px 5px;
	line-height: 2.5;
	font-weight: bold;
}
.head-top .search i {
	float: right;
	top: -25px;
	position: relative;
	color: #999;
	left: -14px;
}
.head-top .col-md-10 ul li img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.head-top .col-md-7 ul li .fa-ellipsis-v {
	margin-left: 8px;
}
.title {
	float: left;
	width: 100%;
	font-weight: bold;
	color: #000;
	font-size: 32px;
}
.inner-item .search {
	float: right;
}
.inner-item .search .form-control {
	border-radius: 25px;
	box-shadow: none;
	border-color: #ddd;
}
.inner-item .search .form-control::placeholder {
	color: #333;
}
.inner-item .search i {
	float: right;
	font-size: 13px;
	position: relative;
	top: -24px;
	right: 14px;
	color: #333;
}
.sub-title {
	color: #ed151b;
	font-size: 22px;
	font-weight: bold;
}
.item-list {
	float: left;
	border: 1px solid #eee;
	width: 100%;
}
.item-list ul {
	padding-left: 0;
}
.item-list ul li {
	list-style-type: none;
	display: block;
	padding: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}
.item-list ul li span {
	width: 37px;
	height: 32px;
	background: #000;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 2.3;
	margin-right: 10px;
	border-radius: 4px;
}
.dashboard .panel article {
	text-align: center;
	margin-bottom: 40px;
}

.dashboard .panel .little-box {
	background-color: #000000;
	background-image: linear-gradient(326deg, #000000 0%, #ff0000 74%);
	width: 115px;
	height: 100px;
	margin: 0 auto;
	border-radius: 4px;
}
.dashboard .panel article h5 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.dashboard .panel article img {
	width: 45px;
	height: 45px;
	position: relative;
	top: 29px;
	margin: 0 auto;
}
.dashboard .owl-prev {
	display: none;
}
.dashboard .owl-next i {
	float: right;
	background: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 2;
	border-radius: 50%;
	top: -147px;
	position: relative;
}

ul {
	padding-left: 0;
}
.dashboard .course-list ul li {
	list-style-type: none;
	/* display: inline-flex; */
	/* float: left;
   width: 100%; */
}
.dashboard .course-list ul li img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}
.dashboard .course-list ul li h6 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.dashboard .course-list ul li article {
	float: left;
	width: 100%;
}
.dashboard .course-list ul li h6 span {
	font-weight: normal;
	color: #999;
}
.dashboard .course-list ul li .badge {
	height: 20px;
	background: #000;
	padding: 3px 14px;
	margin-right: 42px;

	margin-top: 19px;

	margin-left: 26px;
}
.dashboard .course-list ul li p {
	color: #000;
	font-weight: bold;
	margin-top: 17px;
	margin-right: 33px;
}
.dashboard .course-list ul {
	float: left;
	width: 100%;
}
.dashboard .course-list ul li .fa-clock-o {
	color: #999;
}
.dashboard .col-md-6 .panel {
	float: left;
	width: 100%;
	border: 1px solid #eee;
	padding: 15px;
	height: 190px;
}
.even {
	background: #f4f4f4;
	float: left;
	width: 100%;
}
.course-list {
	float: left;
	width: 100%;
	border: 1px solid #eee;
}
.course-list article {
	float: left;
	width: 100%;
	padding: 10px;
	display: inline-flex;
}
.dashboard .alert-box img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 50%;
	float: left;
}
.dashboard .alert-box h5 {
	color: #000;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 14px;
}
.dashboard .alert-box h5 .badge {
	background: #000;
}
.dashboard .alert-box p {
	float: left;
	color: #999;
	font-size: 13px;
}
.dashboard .alert-box {
	float: left;
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.dashboard .blog-box {
	border: 1px solid #eee;
	padding: 10px;
}
.dashboard .blog-box span {
	color: #999;
	font-size: 13px;
}
.dashboard .blog-box p {
	float: left;
	color: #333;
	font-size: 13px;
}
table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
table th {
	background: #222;
	color: #fff;
}
td,
th {
	border: 1px solid #dddddd;
	text-align: center;
	padding: 8px;
}
table tr td img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 50%;
}
tr:nth-child(even) {
	background-color: #dddddd;
}
table tr td i {
	width: 30px;

	height: 30px;

	border-radius: 50%;

	background: #000;

	color: #fff;

	line-height: 2 !important;

	margin-right: 4px;
}
.breadcrumb {
	background: transparent;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 0;
	float: left;
	width: 100%;
}
.breadcrumb ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 5px;
}
.breadcrumb ul li a {
	color: #000;
}
.breadcrumb ul li a:hover {
	text-decoration: none;
}
.breadcrumb ul li .btn {
	border: 1px solid #ddd;
	border-radius: 25px;
	background: transparent;
}
/* ----check-box */
.new {
	padding: 50px;
}
.checkbox {
	display: inline-block;
	margin-bottom: 0;
}
.checkbox .form-group {
	display: inline-block;
	margin-bottom: 0px;
}

.checkbox .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox .form-group label {
	position: relative;
	cursor: pointer;
	font-weight: normal;
	color: #000;
	font-size: 13px;
	padding-left: 0;
}

.checkbox .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 7px;
	border-radius: 3px;
	margin-top: -3px;
}

.checkbox .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 5px;
	height: 12px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.form .form-control {
	border-radius: 0;
	height: 40px;
	box-shadow: none;
	border-color: #ddd;
	color: #222;
	font-weight: bold;
}
.form .form-control::placeholder {
	color: #222;
	font-weight: bold;
}
.btn {
	background: #000;
	color: #fff;
	border-radius: 0;
	padding: 5px 16px;
	font-size: 13px;
}
/****** CODE ******/

.file-upload {
	display: block;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.file-upload .file-select {
	display: block;
	border: 1px solid #ddd;
	color: #34495e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select .file-select-button {
	background: #dce4ec;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: right;
}
.file-upload .file-select .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}
.file-upload .file-select:hover {
	border-color: #34495e;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
	background: #34495e;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
	border-color: #3fa46a;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
	background: #3fa46a;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type='file'] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #dce4ec;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

.container {
	width: 95%;
}
.right-aside {
	float: right;
	width: 92%;
}
.login .panel {
	width: 30%;
	margin: 0 auto;
	background: #fff;
	/* border: 1px solid #eee; */
	border-radius: 4px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin-top: 17%;
	text-align: center;
}
.login img {
	width: 170px;
	margin-bottom: 15px;
}
.login .panel .form-control {
	border-radius: 0;
	height: 40px;
	box-shadow: none;
	border-color: #ddd;
	color: #222;
	font-weight: bold;
}
.login .form-control::placeholder {
	color: #222;
	font-weight: normal;
}
.header {
	display: none;
}
.nav-offcanvas-menu {
	display: none;
}
.even {
	display: contents;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	vertical-align: center !important;
}
div.dataTables_wrapper div.dataTables_filter input {
	border-radius: 0px;
	box-shadow: none;
}
div.dataTables_wrapper div.dataTables_length select {
	border-radius: 0;
	box-shadow: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #000;
	border-color: #000;
}
.left-aside .dropdown:hover > .dropdown-menu {
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.left-aside .dropdown-menu {
	border-radius: 0;
	border: none;
	left: 0;
	margin-top: -1px;
}

.left-aside .dropdown-menu li {
	width: 100%;
	float: left;
}

.left-aside .dropdown-menu > li > a {
	line-height: 1.5 !important;
	padding-left: 10px !important;
	color: #000;
	text-align: left;
}

.left-aside .dropdown-menu .fa-caret-up {
	position: absolute;
	text-align: center;
	left: 28%;
	margin-top: -18px;
	font-size: 20px;
	color: #fff;
}

/* ---course-detail-page---- */
.course-detail .col-md-9 .grey-box .col-md-2 img {
	width: 100px;
}
.bx {
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px;
	border-radius: 7px;
	position: relative;
	margin-bottom: 15px;
	z-index: 10;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.grey-box h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 4px;
	font-weight: bold;
}
.grey-box h6 {
	color: #000;
	margin-top: 5px;
	text-transform: capitalize;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.grey-box .col-md-3 span {
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.grey-box .col-md-3 small {
	color: #000;
}
.right-menu .topic a {
	background: #eee;
	float: left;
	width: 100%;
	border-bottom: 1px solid#ddd;
	padding: 13px;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}
.right-menu .topic a i {
	float: right;
	font-size: 20px;
	color: #222;
}
.right-menu .certi img {
	width: 100%;
	height: 200px;
	-o-object-fit: contain;
	object-fit: cover;
}
.course-detail .grey-box .col-md-3 article {
	text-align: left !important;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px;
}
.course-detail .grey-box .col-md-3 article {
	text-align: left !important;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px;
}
.course-detail .grey-box .col-md-3 article i {
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 19px;
	line-height: 1.9;
	color: #000;
	text-align: center;
}
.grey-box p {
	margin-top: 14px;
	float: left;
	width: 100%;
	color: #999;
}
.collap .panel-default > .panel-heading {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}
.collap .panel-title a {
	font-size: 14px;
	font-weight: bold;
}
.course-detail .collap {
	float: left;
	width: 100%;
}

.collap h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.course-detail .panel-title a:after {
	font-family: Fontawesome;
	content: '\f077';
	float: right;
	font-size: 10px;
	font-weight: 300;
}

.course-detail .panel-title a.collapsed:after {
	font-family: Fontawesome;
	content: '\f078';
}

.collap h3 {
	color: #000;
}

.collap .grey-box .col-md-2 img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin-top: 10px;
}

.collap .grey-box .col-md-2 ul li {
	list-style-type: none;
	display: inline-block;
}

.collap .grey-box .col-md-2 ul li a i {
	width: 30px;
	height: 30px;
	background: #3190e7;
	border-radius: 50%;
	color: #fff;
	line-height: 2.2;
	text-align: center;
	margin-top: 15px;
}

.collap .grey-box h4 {
	color: #000;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 22px;
}

.collap .grey-box span {
	color: #555;
}
.course-detail .col-md-9 .grey-box .col-md-2 img {
	width: 100px;
}
.collap .grey-box .col-md-2 ul li a i {
	width: 30px;
	height: 30px;
	background: #3190e7;
	border-radius: 50%;
	color: #fff;
	line-height: 2.2;
	text-align: center;
	margin-top: 15px;
}

.collap .grey-box h4 {
	color: #000;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 22px;
}
.right-menu h6 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	float: left;
	width: 100%;
}
.topic.panel {
	border: none;
}
.right-menu .panel .btn {
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 10px;
	padding: 6px 12px;
	font-size: 13px;
}
.right-menu .panel h5 {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.vendorProfile .boxCard {
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px;
	border-radius: 7px;
	margin-top: -100px;
	position: relative;
	margin-bottom: 15px;
	z-index: 10;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.vendorProfile .boxCard .col-md-6 img {
	max-height: 130px;
	max-width: 130px;
	border-radius: 7px;
}
.vendorProfile .boxCard .head2 {
	margin-top: 15px;
}
.head2 {
	color: #000;
	font-weight: bold;
}
.vendorProfile .boxCard .row .col-md-6:first-child p {
	display: flex;
	margin-top: 15px;
	margin-bottom: 5px;
}
.vendorProfile .boxCard .social {
	float: left;
	display: flex;
	width: 60%;
	margin-top: 15px;
}
.vendorProfile .boxCard .social a {
	margin-right: 25px;
	color: #000;
}
.lightHead {
	font-weight: lighter;
}
.vendorProfile .boxCard .row .col-md-6:last-child article div {
	display: grid;
	grid-template-columns: 10% 90%;
	grid-gap: 2em;
}
.vendorProfile .bx {
	background: #fff;
	float: left;
	width: 100%;
}
.vendorProfile .tab-content {
	margin-top: 25px;
	float: left;
	width: 100%;
}
.vendorProfile .boxCard .row .col-md-6:first-child small {
	color: green;
	font-weight: bold;
	font-size: 14px;
	padding-right: 7px;
}
.rated {
	height: 24px;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	padding: 3px 11px;
	text-align: center;
	background: orange;
}
.vendorProfile .boxCard .row .col-md-6:first-child {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-gap: 2em;
}
.vendorProfile .boxCard .row .col-md-6:first-child small svg {
	width: 1.3em;
	height: 1.3em;
	stroke: green;
	position: relative;
	top: 3px;
	margin-left: 3px;
}
.vendorProfile p {
	color: #747474;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 2;
	border: 1px solid transparent;
	color: #000;
	border-radius: 0;
}
.vendorProfile .tabs {
	/* margin-top: -15px; */
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
}
.tabs {
	display: flex;
	background: #fff;
	background-color: rgb(255, 255, 255);
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
	z-index: 9;
	float: left;
	/* height: 50px;
    width: 100%; */
	line-height: 50px;
	margin-bottom: 0;
	background-color: rgb(221, 221, 221);
	border-color: rgb(221, 221, 221);
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-bottom: 2px solid #fff !important;
	color: #000;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: rgb(221, 221, 221);
	border-top-left-radius: 7px;
}
.addresses div article {
	display: grid;
	grid-template-columns: 80% 20%;
}
.addresses div article span {
	border: 1px solid #ddd;
	border-right-color: rgb(221, 221, 221);
	border-right-style: solid;
	border-right-width: 1px;
	padding: 15px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-right: none;
}
.addresses div article em {
	position: relative;
}
.addresses div article img {
	width: 100%;
	position: absolute;
	border-top-right-radius: 7px;
	height: 100%;
	object-fit: cover;
	border-bottom-right-radius: 7px;
}
.addresses div {
	margin-bottom: 15px;
}
.vendorProfile .nav > li > a {
	padding: 15px 28px;
	font-weight: bold;
}
#gallery img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	margin-bottom: 10px;
	border-radius: 7px;
}
#trainer .box img {
	border-radius: 50%;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	display: block;
}
#trainer .box article {
	background: #eee;
	border: none;
	margin-top: -15px;
	text-align: center;
	padding-top: 18px;
}
.box article {
	padding: 10px 15px;
	padding-top: 10px;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
#trainer .box article h4 {
	color: #000;
}
#trainer .box article p {
	color: #000;
}
#trainer .social li {
	margin: 0 4px;
}
#facilities svg {
	width: 50px;
	margin-right: 5px;
	margin-top: 1px;
}
#service p {
	display: inline-flex;
}

#service svg {
	width: 27px;
	margin-right: 5px;
	margin-top: -17px;
}
.box {
	float: left;
	width: 100%;
}
.box img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.box article {
	padding: 10px 15px;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.box article h4 {
	color: #000;
	font-size: 20px;
	margin-bottom: 0px;
}
.box article p {
	margin-bottom: 16px;
}
.box article h6 {
	color: red;
	font-size: 16px;
}
.art-info {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	color: #000;
}
.art-info .left {
	float: left;
	margin-top: 10px;
}
.art-info i {
	color: #999;
}
.art-info .right {
	float: right;
	margin-top: 10px;
}
.art-info i {
	color: #999;
}
.box article ul li {
	display: inline-block;
	text-align: center;
}
#trainer .box article ul li a i {
	color: #000;
}
.small-title {
	/* text-transform: uppercase; */
	font-weight: bold;
	color: #000;
	margin-bottom: 18px;
	font-size: 25px;
	float: left;
	width: 100%;
}

#facilities p {
	display: inline-flex;
}
.box .prom-tag {
	float: left;
	position: absolute;
	background: red;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: -100px;
}
.vendorProfile {
	padding-top: 100px;
	float: left;
	width: 100%;
}
.vendorProfile .spons {
	margin-top: 100px;
}
.course-profile .panel {
	border-radius: 0;
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px;
}
.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: 17px auto;
	margin-top: -84px;
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label::after {
	content: '\f040';
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.avatar-upload .avatar-preview {
	width: 165px;
	height: 165px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}
.avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.course-profile .panel h5 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
.course-profile .panel p {
	color: #747474;
	font-size: 13px;
	margin: 8px 0;
}
.course-profile small {
	color: green;
	font-weight: bold;
	display: block;
	margin: 7px 0;
}
.course-profile svg {
	width: 1.3em;
	height: 1.3em;
	stroke: green;
	position: relative;
	top: 3px;
	margin-left: 3px;
}
.course-profile .svg-icon path,
.svg-icon polygon,
.svg-icon rect {
	fill: #ed1d25;
}
.likes span {
	margin: 0 7px;
}
.likes span i {
	margin: 0 3px;
}
.course-profile .social {
	float: none;
	width: auto;
	border: none;
	margin-top: 0px;
}
.course-profile .social li {
	list-style-type: none;
	display: inline-block;
	width: auto;
	margin: 0 3px;
}
.course-profile .social li a {
	width: auto;
	border: none;
	padding: 0;
}
.course-profile .social li a i {
	width: 30px;
	height: 30px;
	background: #3190e7;
	border-radius: 50%;
	color: #fff;
	line-height: 2.2;
	text-align: center;
	margin-top: 15px;
}
.profile {
	padding-top: 90px;
	float: left;
	width: 100%;
}
.vendor-board {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 7px;
}
.vendor-board .panel {
	width: 100%;
	margin: 0 auto;
	/* margin-top: -40px; */
	position: relative;
	border-radius: 0;
	padding: 15px;
	box-shadow: 0px 7px 8px 0px rgba(12, 0, 46, 0.08);
	float: left;
}
.small-title {
	font-weight: bold;
	color: #000;
	margin-bottom: 18px;
	font-size: 25px;
	float: left;
	width: 100%;
}
.vendor-board .panel p {
	color: #747474;
	font-size: 13px;
}
.vendor-board label {
	color: #000;
	font-weight: 600;
}
address {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2em;
}
.keywords li a {
	background: #fff;
	color: #000;
	border: 1px solid #ddd;
	padding: 7px 15px;
	border-radius: 25px;
}
.keywords li {
	padding-right: 7px;
	margin-bottom: 7px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.keywords {
	margin: 15px 0px 0px;
	float: left;
	width: 100%;
}
.profile .bx label {
	color: #000;
	font-weight: 600;
}
.profile .bx p {
	color: #747474;
}
