.portfolio-tabs {
 border-bottom: 0;
 margin-bottom: 30px;
}
.portfolio-tabs li {
 margin-bottom: 0;
}
.portfolio-tabs li.nav-item a.nav-link {
 font-size: 25px;
 border: 0;
 font-weight: 800;
 letter-spacing: 1px;
 padding: 0;
 margin-right: 30px;
}
.portfolio-tabs li.nav-item a.nav-link.active:after {
 content: '';
 width: 100%;
 background: #495057;
 height: 3px;
 display: block;
 position: relative;
 bottom: -5px;
}

/** Header **/
header {
 border-bottom: 1px solid #eaeaea;
}
header .menu > li > a {
 font-weight: 600;
}
header .menu > li > a.post-job-top-btn {
 padding: 4px 18px 6px;
 text-transform: none;
 color: #fff;
 box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
header .menu > li > a.post-job-top-btn:after {
 display: none;
}

ul.menu li:hover .categories-menu {
	top: 70px;
	opacity: 1;
 visibility: visible;
}

/** Card **/
.card-header {
 position: relative;
}
.card-header button {
 position: absolute;
 top: 5px;
 right: 1.25rem;
 background: transparent;
 border: 0;
 font-size: 25px;
 padding: 0;
 color: #f90001;
 outline: none;
}

/** Education **/
.edu-info {
 width: auto;
 padding-left: 65px;
 overflow: hidden;
 position: relative;
}
.edu-info:not(:last-child) {
 border-bottom: 1px solid #d8d8d8;
 padding-bottom: 15px;
 margin-bottom: 15px;
}
.edu-info .buttons {
 position: absolute;
 top: 0;
 right: 0;
 opacity: 0;
 transition: all ease .35s;
}
.edu-info:hover .buttons {
 opacity: 1;
}
.edu-info .buttons button {
 background: #f90001;
 border: 0;
 color: #fff;
 font-size: 10px;
 padding: 6px 7px 5px;
}
.edu-info img {
 position: absolute;
 background-image: url(../images/school.svg);
 background-color: #d8d8d8;
 border-radius: 50%;
 left: 0;
 top: 0;
}
.edu-info.work-info img {
 background-image: url(../images/company.svg);
}
.edu-info .degree-info .institute-name {
 font-size: 1rem;
 line-height: normal;
 margin-bottom: 0;
}
.edu-info .edu-dates {
 color: rgba(0,0,0,.6);
 font-size: 12px;
 margin-bottom: 0;
}
.edu-info .description {
 margin-top: 5px;
}

/** Tags **/
.tags-list {
 background-color: #f90001;
 border-radius: 15px;
 color: #fff;
 font-size: 13px;
 margin: 0 5px 15px 0;
 display: inline-block;
 padding: 2px 12px 3px;
}
div.tagsinput span.tag {
 padding: 2px 13px 5px;
 background: #f90001;
 border-radius: 15px;
}

/** Activity Container **/
.activity-container {
 margin-bottom: 50px;
}
.activity-container .activity-box {
 color: #232226;
 float: left;
 font-size: 18px;
 text-align: center;
 width: 25%;
}
.activity-container .activity-box span {
 border-bottom: 1px solid #36c415;
 display: block;
 font-size: 35px;
 margin-bottom: 10px;
 padding-bottom: 10px;
 position: relative;
}
.activity-container .activity-box span:before {
 background-color: #36c415;
 border-radius: 50%;
 bottom: -6px;
 content: "";
 height: 12px;
 left: 50%;
 margin-left: -6px;
 position: absolute;
 width: 12px;
}
.activity-container .activity-box span:after {
 content: "";
 position: absolute;
 bottom: -1px;
 right: 0;
 border-bottom: 1px solid #36c415;
 width: 50%;
}
.activity-container .activity-box:first-child span, .activity-container .activity-box:first-child+.activity-box+.activity-box+.activity-box span {
 border-color: transparent;
}
.activity-container .activity-box:first-child+.activity-box+.activity-box+.activity-box span:after {
 right: auto;
 left: 0;
}

/** Range Slider **/
.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
 background-color: #f90001;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
 border-top-color: #f90001;
}
.irs--round .irs-handle {
 border: 4px solid #f90001;
 box-shadow: 0 1px 3px rgba(236, 45, 0, 0.3);
}

/** Artist **/
.artist {
 margin-bottom: 30px;
}
.artist .artist-image {
 border: 1px solid #231f20;
 position: relative;
}
.artist .artist-image img {
 width: 100%;
}
.artist .artist-image a {
 display: block;
}
.artist .artist-content button {
 margin-top: 15px;
}
.artist .artist-content a {
 color: #f90001;
 font-size: 15px;
 font-weight: 800;
 margin: 5px 0 0;
 display: block;
}
.artist .artist-content p {
 margin: 0;
 font-size: 12px;
}
.artist .artist-content p:not(.category) {
 font-weight: bold;
}
.artist .artist-content p.apply_date {
 color: #4CAF50;
 font-weight: normal;
 margin-top: 5px;
 margin-bottom: 10px;
}
.platinum-artists .artist {
	width: calc(100% / 6 - 30px);
}
@media only screen and (max-width: 1200px) {
	.platinum-artists .artist {
		width: calc(100% / 4 - 30px);
	}
}
@media only screen and (max-width: 991px) {
	.platinum-artists .artist {
		width: calc(100% / 3 - 30px);
	}
}
@media only screen and (max-width: 767px) {
	.platinum-artists .artist {
		width: calc(100% / 2 - 30px);
	}
}
@media only screen and (max-width: 420px) {
	.platinum-artists .artist {
		width: 100%;
	}
}

/** Buttons **/
#apply-job button {
 padding-right: 25px;
 padding-left: 25px;
}
#shortlist-job {
 background: transparent !important;
 border-color: transparent !important;
 color: #8BC34A;
 font-size: 20px;
 padding: 0 10px;
 box-shadow: none;
}

/** Job List **/
.job-listing li.active a span.title {
 color: #f90001;
}

/** Footer **/
.footer .heading {
 margin-bottom: 10px;
}
section.footer {
	padding-bottom: 30px;
}

/** Pricing Tables **/
.pricing-tables {
 margin: 0;
}
.pricing-tables .membership-heading h3 {
 font-size: 16px;
 text-align: center;
 text-transform: uppercase;
 background: #8BC34A;
 color: #fff;
 letter-spacing: 1px;
 padding: 35px 25px;
 margin: 0;
}
.pricing-tables .column ul li {
 text-align: center;
 padding: 15px;
 font-weight: 500;
 font-size: 15px;
}
.pricing-tables .column ul li span {
	display: none;
	font-size: 12px;
	color: #9c9c9c;
}
.pricing-tables .column ul.features li {
 text-align: right;
}
.pricing-tables .column ul li i {
 font-size: 15px;
}
.pricing-tables .column ul li:nth-child(odd) {
 background: #f9f9f9;
}
.pricing-tables .column:not(:first-child) {
 flex: 0 0 22.22222333333333%;
 max-width: 22.22222333333333%; 
}
.pricing-tables .column {
 padding: 0;
}
.pricing-tables .column:nth-child(1) .membership-heading {
 height: 89px;
}
.pricing-tables .column:nth-child(2) ul li:nth-child(odd), .pricing-tables .column:nth-child(4) ul li:nth-child(odd) {
 background: #f1f1f1;
}
.pricing-tables .column:nth-child(2) ul li:nth-child(even), .pricing-tables .column:nth-child(4) ul li:nth-child(even) {
 background: #f9f9f9;
}
.pricing-tables .column:nth-child(3) .membership-heading h3 {
 background: #78b532;
}
.pricing-tables .column:nth-child(4) .membership-heading h3 {
 background: #6ba924;
}
.pricing-tables .column ul li.last {
 background: transparent !important;
}
.pricing-tables .column ul li.last .btn {
 text-transform: uppercase;
 font-size: 13px;
 padding: 10px 20px 12px;
}
.plan .card, .plan .card .card-header {
 border-color: #f7f7f7;
}
.plan .card .card-header span {
 display: block;
 font-size: 30px;
 line-height: normal;
 text-transform: uppercase;
}
.plan {
 cursor: pointer;
}
.plan .card {
 box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.plan .card .card-body {
 text-align: center;
}
.plan .card .card-body ul li {
 line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
}
.plan .card .card-body ul li:before {
	content: '\e81b';
	font-family: scfonts;
	margin-right: 5px;	
}
.plan .card .card-body .amount {
 font-size: 45px;
 font-weight: bold;
 padding: 15px 0 30px;
}
.recruiter-plan.plan .card .card-body .amount {
 padding: 0 0 10px;
}
.plan input[type="radio"] {
 display: none;
}
.plan input[type="radio"]:checked + .card {
 border-color: #f90001;
}
.plan input[type="radio"]:checked + .card .card-header {
 background: #f90001;
 color: #fff;
}
.plan .card .card-body p {
 margin: 0;
 padding: 15px 15px 0;
 color: #9a9a9a;
}
.plan .card .card-body .button {
 background: #f7f7f7;
 color: #888;
 font-size: 14px;
 text-transform: uppercase;
 padding: 10px 25px;
 border-radius: 4px;
 display: inline-block;
}
.plan input[type="radio"]:checked + .card .card-body .button {
 background: #f90001;
 color: #fff;
}

/** Payment Methods **/
.payment-methods {
 margin-top: 30px;
}
.payment-methods .payment-method {
 border: 1px solid #eaeaea;
 display: block;
 padding: 30px 20px;
 margin-bottom: 40px;
 position: relative;
 border-radius: 4px;
}
.payment-methods .payment-method img {
 width: 100%;
 max-width: 150px;
}
.payment-methods .payment-method input {
 display: none;
}
.payment-methods .payment-method label {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 cursor: pointer;
 z-index: 8;
}
.payment-methods .payment-method input[type="radio"]:checked + label {
 border: 4px solid #f90001;
 border-radius: 4px;
}
.payment-methods .payment-method input[type="radio"]:checked + label:after {
 content: '\e81b';
 font-family: 'scfonts';
 position: absolute;
 top: -10px;
 right: -10px;
 font-size: 14px;
 color: #ffffff;
 border-radius: 50%;
 width: 20px;
 height: 20px;
 background: #f90001;
}
.payment-methods .payment-method input[type="radio"]:checked + label + .method-title {
 color: #505050;
}
.payment-methods .payment-method .method-title {
 color: #cccccc;
 font-size: 12px;
 position: absolute;
 bottom: -30px;
 left: 0;
 text-align: center;
 width: 100%;
}
.payment-methods p {
 border-top: 1px solid #eaeaea;
 padding-top: 15px;
 color: #a2a2a2;
}
.submit-btn {
 text-align: center;
}
.submit-btn button {
 padding: 10px 20px;
 text-transform: uppercase;
 margin-bottom: 15px;
}

/** Categories **/
.cat-icon {
	text-align: center;
	border: 2px solid #e0e0e0;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	height: 0;
	margin: 0 0 50px;
	padding: 100% 0 0;
	position: relative;
	width: 100%;
}
.cat-icon:hover {
	text-decoration: none;	
}
.cat-icon:hover span {
	color: #f90001;
}
.cat-icon img {
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}
.cat-icon span {
	display: block;
	margin-top: 5px;
	color: #000;
	font-weight: 600;
}
@media only screen and (max-width: 575px) {
	.categories-icon .col-sm-4 {
		width: 50%;
	}
}

/** Custom **/
.m-r-0 {
 margin-right: 0 !important;
}
.m-b-0 {
 margin-bottom: 0 !important;
}
.m-b-10 {
 margin-bottom: 10px !important;
}
.m-b-15 {
 margin-bottom: 15px !important;
}
.m-t-15 {
 margin-top: 15px !important;
}
.m-t-25 {
 margin-top: 25px !important;
}
.pb-1-25 {
 padding-bottom: 1.25rem !important;
}
.pb-30 {
 padding-bottom: 30px !important;
}
.ptb-50 {
 padding-top: 50px !important;
 padding-bottom: 50px !important;
}
.radio-block {
 display: block !important;
}
.hide {
 display: none;
}

.bootstrap-datetimepicker-widget table td.day {
	height: 40px;
	line-height: 40px;
}
.bootstrap-datetimepicker-widget table th {
	height: 36px;
	line-height: 36px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #f90001;
}

.sitemap table tbody tr td a {
 text-align: center;
 display: block;
 color: #737373;
}
.sitemap table.sitemap-table tbody tr td a {
 font-size: 12px;
}

.social-links a {
	width: 40px;
	height: 40px;
	background: #f90001;
	border: 1px solid #f90001;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	text-decoration: none;
	margin-right: 5px;
	transition: all ease .35s;
}
.social-links a:hover {
	background: transparent;
	color: #f90001;
}
.social-links a span {
	display: none;
}
@media only screen and (max-width: 991px) {
 .testimonials .item .testimonial-wrapper p {
  padding: 0;
 }
}
.copyright {
	padding: 8px 0 5px;
}
.our-apps p, .our-apps a {
	display: inline-block;
}
.our-apps p {
	margin: 0;
	font-weight: bold;
	height: 36px;
	vertical-align: top;
	padding: 9px 0;
}
.our-apps a {
	text-indent: -9999px;
	background-image: url(../images/app-google-store.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 42px;
	width: 120px;
	vertical-align: top;
}
.our-apps a.apple {
	background-position: 0px -38px;
}
.copyright-content {
	padding: 10px 0;
}
.visible-991 {
	display: none !important;
}
.mobile-menu {
	float: right;
	padding: 19.5px;
	font-size: 21px;
}
.fixed .mobile-menu {
	padding: 9.5px 19.5px;
}
header .menu > li.divider {
	margin: 8px 0;
}
.divider.menu-divider {
	margin-top: 20px;
}

@media only screen and (max-width: 991px) {
	.menu-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .1);
		width: 100%;
		height: 100%;
		z-index: 9;
		display: none;
	}
	.menu-backdrop.active {
		display: block;
	}
	.hidden-991 {
		display: none !important;
	}
	.visible-991 {
		display: block !important;
	}
	header .menu {
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		background: #fff;
		border-right: 1px solid #eaeaea;
		height: 100%;
		transition: all ease .35s;
		z-index: 99;
	}
	header .menu.active {
		left: 0;
	}
	header .menu > li {
		display: block;
	}
	header .menu > li.header-head {
		padding: 25px 40px 0;
	}
	header .menu > li.header-head img {
		width: 100%;
	}
	header .menu > li > a.post-job-top-btn {
		width: 150px;
		margin: auto;
		padding: 10px 18px 12px;
		font-size: 15px;
	}
	header .menu > li a, header.fixed .menu > li a {
		padding: 12px 15px;
	}
	header .menu > li a:after {
		display: none;
	}
}

/** Select 2 **/
.select2-container--default .select2-selection--multiple, .select2-container .select2-selection--single {
	border-color: #ced4da;
	border-radius: .25rem;
}
.select2-container .select2-selection--single {
	height: 38px;
}
.select2-container .select2-selection--multiple {
	min-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 .75rem;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 8px;
	color: #999;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f90001;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	overflow: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-right: 8px;
	margin-top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px;
}

/** Secondary Header **/
.secondary-header h3 {
 text-align: center;
 color: #fff;
 font-weight: 100;
 font-size: 35px;
 padding: 1rem;
}

/** Owl Carousel **/
.owl-carousel .owl-item .item {
	text-align: center;
}
.owl-carousel .owl-item .item img {
	width: inherit;
	display: inline-block;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 15px;
}
.owl-carousel .owl-dots button.owl-dot {
	background: rgba(0, 0, 0, .25);
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 5px;
	outline: none;
}
.owl-carousel .owl-dots button.owl-dot.active {
	background: rgba(0, 0, 0, .75);
}

@media only screen and (max-width: 1200px) {
	.artist-reg-frm .step ul.categories li {
		width: calc(100% / 6 - 15px);
	}
}
@media only screen and (max-width: 991px) {
	.artist-reg-frm .step ul.categories li {
		width: calc(100% / 4 - 15px);
	}
}
@media only screen and (max-width: 767px) {
	.artist-reg-frm .step ul.categories li {
		width: calc(100% / 3 - 15px);
	}
	.copyright-content, .our-apps {
		text-align: center;
  float: none !important;
	}
}
@media only screen and (max-width: 539px) {
	.artist-reg-frm .step ul.categories li {
		width: calc(100% / 2 - 15px);
	}
	.portfolio-tabs li.nav-item a.nav-link {
		font-size: 18px;
	}
	.card .card-header {
		font-size: 14px;
	}
}
@media only screen and (max-width: 359px) {
	.artist-reg-frm .step ul.categories li {
		width: calc(100% - 15px);
	}
}