@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  /* colors */
  --main-color:#00A5EC;
  --text-color:#050505;
  --full-color:255 255 255;
  --empty-color:0 0 0;
  /* white default*/
  --abalance1:rgba(var(--full-color) / 1);
  --abalance80:rgba(var(--full-color) / 0.80);
  /* black default*/
  --balance1:rgb(var(--empty-color) / 0.05);
  --balance2:rgb(var(--empty-color) / 0.10);
  --balance3:rgb(var(--empty-color) / 0.15);
  --balance4:rgb(var(--empty-color) / 0.20);
  --balance8:rgb(var(--empty-color) / 0.60);
  --balance10:rgb(var(--empty-color) / 0.80);
  --balance-full:#f0f2f5;
  /* sizes */
  --height-header:40px;
  /* common sizes */
  --size1:4px;
  --size2:calc(var(--size1) * 2);
  --size3:calc(var(--size1) * 3);
  --size4:calc(var(--size1) * 4);
}
body
{
	font-family: 'Roboto', sans-serif;
}
.container-fluid
{
	border-right: 50px solid transparent;
	border-left:50px solid transparent;
}
@media screen and (max-width: 600px) {
	.pushNav {
		width: 75%;
		right: -75%;
	}
}
@media screen and (min-width: 601px) {
	.pushNav {
		width: 350px;
		right: -350px;
	}
}
ul.pushNav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.pushNav {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	overflow: hidden;
	background: #2e2f35;
	transition: ease-in-out 0.5s;
}
.pushNav hr {
	border: 1px solid #555;
}
.pushNav, .pushNav a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.pushNavIsOpen {
	overflow: auto;
	height: 100%;
}
.js-topPushNav.isOpen, .pushNav_level.isOpen {
	right: 0;
}
.closeLevel, .openLevel {
	cursor: pointer;
}
.openLevel, .closeLevel, .pushNav a {
	padding:10px 0;
	display: block;
	text-indent:15px;
	transition: background 0.4s ease-in-out;
	text-transform: capitalize;
}
.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
	background: #494a50;
}
.hdg {
	background-color: #1e1e24;
}
.closeLevel, closelevel > i {
	font-size: 1em;
	color: #a5a5a4;
}
.burger i {
	font-size:2em;
}
.screen {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.pushNavIsOpen .screen {
	height: 100%;
	opacity: 1;
}
.fa {
	display: inline;
	padding: 5px;
}
* {
	box-sizing: border-box;
}
body {
	padding: 0;
	margin: 0;
}
strong {
	padding: 0;
	margin: 0;
}
label,
a {
	text-decoration: none;
	color: #555;
}
ul {
	list-style: none;
	padding: 0;
}
header {
	box-shadow: 2px 9px 15px -17px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9999;
	background-color:#fff;
/*	padding: 10px 0;*/
}
header .header-content-top {
	background: #00A5EC;
	/* height: 30px; */
	width: 100%;
}
.logo img{
	width:200px;
	/*height: 55px;*/
}
header .header-content-top .content {
	align-items: center;
	display: flex;
	height: 30px;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
}
header .header-content-top .content span {
	color: #fff;
	font-size: 12px;
	margin: 0 15px;
}
header .header-content-top .content span .fas {
	margin-right: 5px;
}
header .logo {
	color: #00A5EC;
	font-size: 40px;
	line-height: 20px;
	padding:17px 10px 17px 0;
}
/*.mobile-search
{
display: flex;
}*/
@media (max-width: 991px) {
	section.content-inner.preparation
	{
		padding: 50px 0 30px 0!important
	}
	.exp-salary
	{
		flex-direction: column!important;
		align-items: flex-start!important;
		gap:0!important;
	}
	.exp-salary .drop__exp
	{
		padding-left: 0!important;
	}
	.mobile-search a
	{ 
		display: none!important
	}
	.job-detail-content .income
	{
/*		display: block!important*/
	}
/*	.dz-card .dz-info
	{
		padding: 0!important;
	}*/
	.btn
	{
		padding: 6px 10px!important;
		border-radius: 4px!important;
	}
	.m-t50
	{
		margin-top: 0!important
	}
	section.details .col-xl-4
	{
		width: 33%!important;
		padding: 1%!important;
		font-size: 12px!important;
		margin: 0!important
	}
	.details-head{
		padding: 0 15px;
	}
/*	.social__links ul#item li
	{
		padding:0!important;
		background-color: transparent!important;
	}
	.details-head
{
	background-color: transparent!important;
	padding:0!important;
}*/
/*section.details .col
{
margin: 0!important;
padding: 0!important
}*/
.details .card-body h5.card-title
{
	font-size: 14px!important;
	display: -webkit-box;
	-webkit-line-clamp: 1	;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	/*width: 90%!important;*/
	/*text-align: center!important;*/
}
.details .card-body span.h2
{
	font-size: 14px!important
}
.details .card-body 
{
	/*text-align: center!important;*/
}
.details .icon.icon-shape
{

	margin:0 auto!important;
}
.details .card-body .col-auto
{
	/*width: 100%!important;*/
}
.switches-container
{
	width: 6rem!important;
	font-size: 12px!important;
	line-height: 24px!important;
}
#search .btn-success
{
	background-color: #00A5EC!important;
	border-color: #00A5EC!important;
	padding: 4px 10px!important
}
#search h3 {
	top: 30%!important;
}
#search input[type="search"] {
	font-size: 20px!important;
	left: 2%!important
}
.testim .wrap
{
	padding: 0!important
}
.job_category .icon-media
{
	margin-bottom: 10px!important
}
.footer-action
{
	margin-bottom: 10px!important
}
#search .btn
{
	margin-top: 15px!important;
	margin-left: -62px!important;
}
.detail_serach .input-group > .form-control
{
	height: 32px!important;

}
.detail_serach .btn
{
	padding:2px!important;
	border-radius: 2px!important;
}
header .logo img
{

	/*height: 35px!important;*/
}
#ribbon-container
{
	top: 50px!important
}
.job_category
{

}

header .logo
{
	padding: 5px 0 0 0!important
}
label.open-menu-login-account i.fas.fa-user-circle
{
	font-size: 20px!important
}
.details_cards .drop__card i.fa-solid.fa-network-wired
{
	font-size: 25px!important
}
.details_cards .drop__name
{
	font-size: 14px!important;
}
.details_cards .drop__profession
{
	font-size: 15px!important;
}
.bottom_div
{
	font-size: 12px!important;
}
.details_cards .drop__social
{
	font-size: 20px!important;
}
}

header .nav-content .nav-content-list {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	/*padding:9px 0;*/
	margin: 0;
}
header .nav-content .nav-content-list .nav-content-item {
	align-items: center;
	display: flex;
	/*height: 40px;*/
/*	margin: 0 5px;*/
	position: relative;
	transition: 100ms all linear 0s;
}
::-webkit-scrollbar {
  width: 15px;
}
.more-info
{
	padding: 10px 20px;
/*    border: 1px solid #ccc;*/
    border-radius: 4px;
    overflow-y: scroll;
    margin: 10px;
    height: 214px;
    background-color: #f6f6f6;

}
@media (max-width: 991px) {
	header .nav-content .nav-content-list .nav-content-item {
		padding:0;
		margin: 3px;
	}
	section.preparation
	{
		padding:0px 0 30px 0!important; 
	}
	.details_cards .drop__card:hover
	{
		transform: none!important;
	}
	.more-info
	{
		height: auto;
	    padding: 15px;
	    background: transparent;
	    border: 0;
	    border-radius: 10px;
	    margin: 10px;
	    box-shadow: 0 0 10px ##d8dde54d;
	    padding: 0;
	    box-shadow: none;
	}
	.main_cat
{
	padding: 0px!important
}
}
.main_cat
{
	padding: 15px;
}

header .nav-content .nav-content-list .nav-content-item .item-arrow {
	margin-left: 5px;
	position: relative;
	top: -3px;
}
@media (max-width: 768px) {
	header .nav-content .nav-content-list .nav-content-item .item-arrow {
		display: none;
	}
}
header .nav-content .nav-content-list .nav-content-item .open-menu-login-account {
	align-items: center;
	cursor: pointer;
	display: flex;
	position: relative;
	display: none;
}
header .nav-content .nav-content-list .nav-content-item .input-menu {
	display: none;
}
header .nav-content .nav-content-list .nav-content-item .input-menu:checked ~ .login-list {
	display: block;
}
header .nav-content .nav-content-list .nav-content-item .login-list {
	background: #fff;
	border-bottom: 3px solid #00A5EC;
	border-radius: 3px;
	box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
	display: none;
	overflow: hidden;
	position: absolute;
	right:-40px;
	top: 40px;
	transition: 100ms all linear 0s;
	width: 200px;
	z-index: 10;
}
header .nav-content .nav-content-list .nav-content-item .login-list .login-list-item {
	padding: 15px 20px;
}
header .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover {
	background: #00A5EC;
}
header .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover a {
	color: #fff;
}
header .nav-content .nav-content-list .nav-content-item:nth-child(2):hover .fas
{
	color: #00A5EC;
}
header .nav-content .nav-content-list .nav-content-item:hover .fas {
	color: #00A5EC;
}
label.open-menu-login-account i.fas.fa-user-circle
{
	font-size: 30px;
	color: #ddd;
}
header .nav-content .nav-content-list .account-login .login-text {
	align-items: end;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	margin-left: 5px;
	color: #fff;
}
@media (max-width: 991px) {
	header .nav-content .nav-content-list .account-login .login-text {
		display: none;
	}
	header .col-md-6{
		display: none!important
	}
	header .col-md-7{
		display: none!important
	}
	header .col-md-3{
		width:50%!important;
		display: inline-block!important;
		padding: 0;
	}
	header .col-md-2{
		width:50%!important;
		display: inline-block!important;
		padding: 0;
	}
	header .col-md-3 nav.nav-content {
		float: right;
	}
}
header .nav-content .nav-content-list .account-login .login-text strong {
	display: block;
}
header .nav-content .nav-content-list .nav-content-link {
	border-radius: 3px;
	font-size: 19px;
	padding: 10px 15px;
	transition: 100ms all linear 0s;
	color: #fff;
}
	

@media (max-width: 991px) {
	header .nav-content .nav-content-list .nav-content-link {
		padding: 0;
		font-size: 12px!important;
	}
	.burger i
	{
		font-size: 20px!important;
	}
	.container-fluid{
		border-right: 15px solid transparent!important;
		border-left: 15px solid transparent!important;
	}
}

.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.jssorb031 {
	position: absolute;
}
.jssorb031 .i {
	position: absolute;
	cursor: pointer;
}
.jssorb031 .i .b {
	fill: #000;
	fill-opacity: 0.5;
	stroke: #fff;
	stroke-width: 1200;
	stroke-miterlimit: 10;
	stroke-opacity: 0.3;
}
.jssorb031 .i:hover .b {
	fill: #fff;
	fill-opacity: 0.7;
	stroke: #000;
	stroke-opacity: 0.5;
}
.jssorb031 .iav .b {
	fill: #fff;
	stroke: #000;
	fill-opacity: 1;
}
.jssorb031 .i.idn {
	opacity: 0.3;
}
.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora051 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 360;
	stroke-miterlimit: 10;
}
.jssora051:hover {
	opacity: 0.8;
}
.jssora051.jssora051dn {
	opacity: 0.5;
}
.jssora051.jssora051ds {
	opacity: 0.3;
	pointer-events: none;
}

footer.mobile_footer {
	position: fixed;
	bottom: -1px;
	width: 100%;
	z-index: 9999999;
}
footer.mobile_footer .navigation-bar {
	background: #303030;
/*	border-radius: 3px;*/
	overflow: hidden;
	-webkit-box-shadow:6px -2px 30px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 6px -2px 30px 3px rgba(0,0,0,0.4);
	box-shadow: 6px -2px 30px 3px rgba(0,0,0,0.4);
	box-shadow: 6px -2px 30px 3px rgba(0,0,0,0.4);
}
footer.mobile_footer .navigation-bar .list-items {
	list-style: none;
	display: flex;
	position: relative;
	margin: 0;
}
footer.mobile_footer .navigation-bar .list-items .pointer {
	position: absolute;
	left: 0px;
	height: 100%;
	width:5rem;
	z-index: 0;
	transition: all 0.2s linear;
}
footer.mobile_footer .navigation-bar label
{
	color: #fff;
}
footer.mobile_footer .navigation-bar .list-items i
{
	color: #fff;
}
/*footer.mobile_footer .navigation-bar .list-items .pointer::before,
footer.mobile_footer .navigation-bar .list-items .pointer::after {
content: "";
position: absolute;
left: 0;
width: 100%;
}
footer.mobile_footer .navigation-bar .list-items .pointer::before {
top: 0;
border-bottom: 8px solid #00A5EC;
border-radius: 0 0 30px 30px;
}
footer.mobile_footer .navigation-bar .list-items .pointer::after {
bottom: 0;
border-top: 8px solid #00A5EC;
border-radius: 30px 30px 0 0;
}*/

footer.mobile_footer .navigation-bar .list-items .item {
	flex: 1 1 0px;
	position: relative;
	z-index: 2;
	text-align: center;
	padding:10px 0 5px 0;
}
footer.mobile_footer .navigation-bar .list-items .item .link {
	display: inline-block;
	width:auto;
	text-align: center;
	color: #303030;
	font-size: 12px;
	text-decoration: none;
}
footer.mobile_footer .navigation-bar .list-items .item.active .link {
	color: #00A5EC;
	text-decoration: none;

}
footer.mobile_footer .navigation-bar .list-items .item.active .link label{
	color: #00A5EC;
	margin-bottom: 0;
}
footer.mobile_footer .navigation-bar .list-items .item.active .link i
{
	color: #00A5EC;
}
footer.mobile_footer .navigation-bar .list-items .item .link label
{
	display: block;
	line-height: 20px;
}
footer.mobile_footer .navigation-bar .list-items .item .link i {
	font-size:16px;
	/*transition: font-size 0.2s linear;*/
	display: block;
	margin: 0;
	padding: 0;
	line-height: 2;

}
footer.mobile_footer .navigation-bar .list-items .item.active .link i {
	/*font-size: 1.4rem;*/
}





nav[_ngcontent-d2c-frontend-c81]
ul[_ngcontent-d2c-frontend-c81]
a[_ngcontent-d2c-frontend-c81] {
	color: #333;
}
.navbar-fixed[_ngcontent-d2c-frontend-c81] nav[_ngcontent-d2c-frontend-c81] {
	position: relative;
}
.routeContainer[_ngcontent-d2c-frontend-c81] {
	position: relative;
	overflow-x: hidden;
}
.no-padding-left[_ngcontent-d2c-frontend-c81] {
	padding-left: 0 !important;
}
.btn[_ngcontent-d2c-frontend-c81]:hover {
	color: #fff;
}
.custom-back-btn[_ngcontent-d2c-frontend-c81] {
	margin-right: 4px;
	font-size: 24px;
	padding: 0 10px;
	background: #888;
	color: #fff;
	float: left;
	cursor: pointer;
	transition: 0.4s;
	display: none;
}
.custom-back-btn[_ngcontent-d2c-frontend-c81]:hover {
	background: #bbb;
}
.vertical-line[_ngcontent-d2c-frontend-c81] {
	line-height: 0;
}
.vertical-line[_ngcontent-d2c-frontend-c81] span[_ngcontent-d2c-frontend-c81] {
	display: inline-block;
	height: 0;
	border-bottom: 1px dashed #a9a9a9;
	width: 84%;
	margin-bottom: 4px;
	margin-top: 5px;
}
.logo[_ngcontent-d2c-frontend-c81] {
	height: 40px;
	margin-bottom: 7px;
	margin-top: 13px;
	margin-left: 15px;
}
@media (min-width: 992px) {
	.hide-desktop[_ngcontent-d2c-frontend-c81] {
		display: none !important;
	}
}
.nav-wrapper app-sidemenu {
	float: right;
	margin-top: -2px;
	margin-right: 20px;
}
@media (max-width: 768px) {
	.nav-wrapper app-sidemenu {
		margin-top: 10px;
		line-height: 0px;
	}
}
@media (max-width: 480px) {
	.nav-wrapper app-sidemenu {
		margin-top: 9px;
	}
}
.collapse-btn[_ngcontent-d2c-frontend-c81],
.show-on-mobile[_ngcontent-d2c-frontend-c81] {
	display: none;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 99999999999;
	text-align: center;
	padding: 15px;
	display: none;
}
.landscape-mode[_ngcontent-d2c-frontend-c81]
.center-item[_ngcontent-d2c-frontend-c81] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 100%;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] img[_ngcontent-d2c-frontend-c81] {
	width: 90px;
	height: auto;
	margin-bottom: 8px;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] h4[_ngcontent-d2c-frontend-c81] {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin: 0 0 12px;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] p[_ngcontent-d2c-frontend-c81] {
	color: #00000080;
	line-height: 20px;
	width: 70%;
	margin: 0 auto;
	font-size: 14px;
}
.d2c-container.ftr-wrapper.justify-space-between.ng-tns-c81-0
{
	padding-top: 7%!important;
}
@media (max-width: 1024px) and (min-aspect-ratio: 13/9) {
	.landscape-mode[_ngcontent-d2c-frontend-c81] {
		display: none;
	}
}
.built[_ngcontent-d2c-frontend-c81] {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.built[_ngcontent-d2c-frontend-c81] span[_ngcontent-d2c-frontend-c81] {
	color: #ff5454;
	margin: 0 2px;
}
.category_section .hs__item__description
{
	font-size: 18px;
}
@media (max-width: 1400px) {
	.category_section .hs__item__description
	{
		font-size:16px!important;
	}
	.details_cards .drop__name
	{
		font-size: 14px!important;
	}
/*	.details_cards .drop__profession
	{
		font-size: 12px!important;
	}*/
	header .nav-content .nav-content-list .account-login .login-text
	{
		font-size: 12px!important;
	}
	
}
@media (max-width: 767px) {
	.built[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 0;
		padding-top: 12px;
	}
}
#lock-area{
	position: relative;
}
.category_section span.hs__item__title
{
	color: #000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	font-size: 14px;
}
@media (max-width: 991px) {

	footer[_ngcontent-d2c-frontend-c81] {
		padding-bottom: 65px;
	}
	footer[_ngcontent-d2c-frontend-c81] .footer-new[_ngcontent-d2c-frontend-c81],
	footer[_ngcontent-d2c-frontend-c81] .built[_ngcontent-d2c-frontend-c81],
	footer[_ngcontent-d2c-frontend-c81] .version[_ngcontent-d2c-frontend-c81] {
		display: none;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81] .footer-new[_ngcontent-d2c-frontend-c81] {
		background-color: #303030;
		overflow: hidden;
		position: relative;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]:before {
		content: "";
		background-color: #2a2a2a;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 36.6%;
		background-size: cover;
		z-index: 0;
	}
}
@media (min-width:1500px){
	.bottom_div
	{
		font-size: 13px!important;
	}
	.salary-price{
		/*font-size: 13px !important;*/
	}
	.exp-salary .text-muted{
		font-size: 13px !important;
	}
	.location{
		font-size: 13px !important;
	}
}
@media (min-width: 992px) and (min-width: 1441px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]:before {
		width: 38.5%;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81] {
		padding-top: 48px;
		padding-bottom: 32px;
		display: flex;
		justify-content:space-evenly;
		position: relative;
		z-index: 1;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81]
	.h4[_ngcontent-d2c-frontend-c81] {
		color: #fff;
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		display: inline-flex;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		color: #ffffffb3;
		transition: all 0.3s linear;
		cursor: pointer;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:hover {
		color: #fff;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-left[_ngcontent-d2c-frontend-c81] {
		z-index: 1;
		width: 324px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81]:before {
		content: "";
		position: absolute;
		width: 204px;
		height: 204px;
		background-repeat: no-repeat;
		background-size: cover;
		left: -75px;
		top: -73px;
		z-index: -1;
		opacity: 0.6;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81]
	+ p[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
		color: #fff;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
		padding-bottom: 16px;
		border-bottom: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81]
	+ p[_ngcontent-d2c-frontend-c81]
	span[_ngcontent-d2c-frontend-c81] {
		color: #e9407a;
		font-size: 20px;
		margin: 0 4px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-contact[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-contact[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	span[_ngcontent-d2c-frontend-c81] {
		color: #fff;
		font-size: 16px;
		margin-right: 8px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-contact[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	small[_ngcontent-d2c-frontend-c81] {
		font-size: 12px;
		margin-left: 4px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		padding-bottom: 12px;
		border-bottom: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid transparent;
		border-radius: 50%;
		margin-right: 8px;
		width: 35px;
		height: 35px;
		transition: 0.3s;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child {
		margin-left: -8px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		filter: brightness(0) invert(1);
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:hover {
		border-color: #fff;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 16px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child {
		border-radius: 8px 10px 10px 8px;
		background: #dadce0;
		color: #174073;
		display: inline-flex;
		font-weight: 500;
		font-size: 13px;
		align-items: center;
		height: 40px;
		width: 100%;
		padding-left: 10px;
		position: relative;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child
	em[_ngcontent-d2c-frontend-c81] {
		height: 40px;
		width: 40px;
		position: absolute;
		right: 0;
		background: #00A5EC;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 8px 8px 0;
		font-size: 20px;
		transition: all 0.3s linear;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child:hover {
		background: #ffffff;
		color: #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child:hover
	em[_ngcontent-d2c-frontend-c81] {
		background: #00A5EC;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.btn-box[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		color: #fff;
		font-size: 12px;
		line-height: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 6px;
		width: 150px;
		height: 40px;
		background: #00A5EC;
		border-radius: 8px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.btn-box[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		margin-right: 4px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.btn-box[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:hover {
		background: #00A5EC;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.stay-updated[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.stay-updated[_ngcontent-d2c-frontend-c81]
	p[_ngcontent-d2c-frontend-c81] {
		color: #dadce0;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 16px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
		padding-bottom: 20px;
		/*border-bottom: 1px dashed #00A5EC;*/
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p[_ngcontent-d2c-frontend-c81] {
		font-weight: 500;
		font-size: 14px;
		line-height: 23px;
		color: #dadce0;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p.copyright[_ngcontent-d2c-frontend-c81] {
		border-top: 1px dashed #00A5EC;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 0;
		margin-top: 20px;
		padding-top: 20px;
	}
}
@media (min-width: 992px) and (min-width: 1201px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p.copyright[_ngcontent-d2c-frontend-c81] {
		white-space: nowrap;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p.copyright[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		font-size: inherit;
		line-height: inherit;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81] {
		width: 700px;
		max-width: 62%;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-3-col[_ngcontent-d2c-frontend-c81]
	+ .ftr-3-col[_ngcontent-d2c-frontend-c81] {
		margin-top: 24px;
		padding-top: 32px;
		border-top: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-3-col[_ngcontent-d2c-frontend-c81]
	+ .ftr-3-col[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]:first-child {
		width: 39%;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81] {
		flex-direction: column;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]
	.h4[_ngcontent-d2c-frontend-c81]:not(:first-child) {
		margin-top: 18px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 16px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col.other-link[_ngcontent-d2c-frontend-c81]
	.d-flex[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:not(:last-child) {
		margin-right: 25px;
		position: relative;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col.other-link[_ngcontent-d2c-frontend-c81]
	.d-flex[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:not(:last-child):after {
		content: "";
		background: rgba(255, 255, 255, 0.7);
		height: 17px;
		width: 1px;
		position: absolute;
		top: 0;
		right: -13px;
		pointer-events: none;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col.other-link[_ngcontent-d2c-frontend-c81]
	span.hiring[_ngcontent-d2c-frontend-c81] {
		background: #01a768;
		border-radius: 50px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 500;
		line-height: 15px;
		margin-left: 10px;
		height: 18px;
		width: 88px;
	}
}
@media (min-width: 992px) and (min-width: 1112px) and (max-width: 1199px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81] {
		max-width: 57%;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-3-col[_ngcontent-d2c-frontend-c81]
	+ .ftr-3-col[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]:first-child {
		width: 40%;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81] {
		background: #fff;
		padding: 5px 0;
		position: relative;
		z-index: 1;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.left-box[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.left-box[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		width: 70px;
		display: block;
		margin-right: 10px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81]:last-child {
		margin-right: 0;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81] {
		transform: scale(0.8);
		transform-origin: right;
	}
}
.extra_link[_ngcontent-d2c-frontend-c81] {
	display: flex;
}
.extra_link[_ngcontent-d2c-frontend-c81] a[_ngcontent-d2c-frontend-c81] {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid;
	line-height: 100% !important;
	margin-bottom: 10px !important;
}
.extra_link[_ngcontent-d2c-frontend-c81]
a[_ngcontent-d2c-frontend-c81]:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.footer-notify-container[_ngcontent-d2c-frontend-c18] {
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 0;
	left: 0;
	right: 0;
	z-index: 9999999999;
	text-align: center;
	opacity: 1;
	vertical-align: middle;
}
.footer-notify-container[_ngcontent-d2c-frontend-c18]
.d2c-progress[_ngcontent-d2c-frontend-c18] {
	height: 8px;
	border-radius: 0;
}
.footer-notify-container[_ngcontent-d2c-frontend-c18]
.d2c-progress[_ngcontent-d2c-frontend-c18]
.d2c-progress-bar[_ngcontent-d2c-frontend-c18] {
	width: 100%;
	background-color: #116ff6;
}
.new-loader[_ngcontent-d2c-frontend-c18] {
	position: fixed;
	top: 15px;
	width: 130px;
	left: calc(50% - 65px);
	padding: 5px;
	background: #fff;
	z-index: 99999999999;
	border-radius: 33px;
	box-shadow: 0 0 18px 6px #00000012;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
}
.new-loader[_ngcontent-d2c-frontend-c18] p[_ngcontent-d2c-frontend-c18] {
	margin-bottom: 6px;
}
.new-loader[_ngcontent-d2c-frontend-c18] .d-flex[_ngcontent-d2c-frontend-c18] {
	margin: 0 8px;
}
.new-loader[_ngcontent-d2c-frontend-c18] span[_ngcontent-d2c-frontend-c18] {
	margin: 0 2px;
	width: calc(33.33% - 4px);
	height: 5px;
	background: #eee;
	border-radius: 12px;
	overflow: hidden;
	animation: progress 0.6s infinite;
}
.new-loader[_ngcontent-d2c-frontend-c18]
span[_ngcontent-d2c-frontend-c18]:nth-child(1) {
	animation-delay: 0.2s;
}
.new-loader[_ngcontent-d2c-frontend-c18]
span[_ngcontent-d2c-frontend-c18]:nth-child(2) {
	animation-delay: 0.4s;
}
.new-loader[_ngcontent-d2c-frontend-c18]
span[_ngcontent-d2c-frontend-c18]:nth-child(3) {
	animation-delay: 0.6s;
}
@keyframes progress {
	0% {
		background: #eee;
	}
	10% {
		background: #0073e6;
	}
	to {
		background: #eee;
	}
}
.loading-line[_ngcontent-d2c-frontend-c18] {
	background-color: #0000001a;
	position: relative;
	height: 4px;
}
.loading-line[_ngcontent-d2c-frontend-c18]:before {
	content: "";
	position: absolute;
	background-color: #00897b;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	animation: large-anim 0.6s linear infinite;
}
.module-loading-line[_ngcontent-d2c-frontend-c18] {
	height: 5px;
	background: #d63500;
}
@keyframes large-anim {
	0% {
		left: 0%;
		width: 0%;
	}
	80% {
		left: 0%;
		width: 100%;
	}
	to {
		left: 100%;
		width: 0%;
	}
}
@keyframes short-anim {
	0% {
		left: -200%;
		right: 100%;
	}
	60% {
		left: 107%;
		right: -8%;
	}
	to {
		left: 107%;
		right: -8%;
	}
}
.notify-footer[_ngcontent-d2c-frontend-c18] {
	position: fixed;
	bottom: 20px;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 340px;
	margin: auto;
	background: #484848;
	z-index: 99999;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 0.6px;
	box-shadow: 2px 2px 7px #0000004d;
	animation-duration: 0.4s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.notify-footer[_ngcontent-d2c-frontend-c18]
.light-bg[_ngcontent-d2c-frontend-c18] {
	padding: 10px;
	background: rgba(0, 0, 0, 0.1);
}
.notify-footer[_ngcontent-d2c-frontend-c18]
.light-bg.preloader[_ngcontent-d2c-frontend-c18] {
	padding: 5px;
}
.wrapper[_ngcontent-d2c-frontend-c18],
.wrapper[_ngcontent-d2c-frontend-c18] *[_ngcontent-d2c-frontend-c18] {
	box-sizing: border-box;
}
.wrapper[_ngcontent-d2c-frontend-c18] {
	width: 32px;
	height: 32px;
	background: #424040;
	position: relative;
}
.wrapper[_ngcontent-d2c-frontend-c18] .pie[_ngcontent-d2c-frontend-c18] {
	width: 50%;
	height: 100%;
	transform-origin: 100% 50%;
	position: absolute;
	background: #4588c5;
	border: 2px solid rgba(255, 255, 255, 0.9);
}
.wrapper[_ngcontent-d2c-frontend-c18] .spinner[_ngcontent-d2c-frontend-c18] {
	border-radius: 100% 0 0 100%/50% 0 0 50%;
	z-index: 200;
	border-right: none;
	animation: rota 2s linear infinite;
}
.wrapper[_ngcontent-d2c-frontend-c18]:hover
.spinner[_ngcontent-d2c-frontend-c18],
.wrapper[_ngcontent-d2c-frontend-c18]:hover
.filler[_ngcontent-d2c-frontend-c18],
.wrapper[_ngcontent-d2c-frontend-c18]:hover .mask[_ngcontent-d2c-frontend-c18] {
	animation-play-state: running;
}
.wrapper[_ngcontent-d2c-frontend-c18] .filler[_ngcontent-d2c-frontend-c18] {
	border-radius: 0 100% 100% 0/0 50% 50% 0;
	left: 50%;
	opacity: 0;
	z-index: 100;
	animation: opa 2s steps(1, end) infinite reverse;
	border-left: none;
}
.wrapper[_ngcontent-d2c-frontend-c18] .mask[_ngcontent-d2c-frontend-c18] {
	width: 50%;
	height: 100%;
	position: absolute;
	background: inherit;
	opacity: 1;
	z-index: 300;
	animation: opa 2s steps(1, end) infinite;
}
@keyframes rota {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes opa {
	0% {
		opacity: 1;
	}
	50%,
	to {
		opacity: 0;
	}
}
nav[_ngcontent-d2c-frontend-c81]
ul[_ngcontent-d2c-frontend-c81]
a[_ngcontent-d2c-frontend-c81] {
	color: #333;
}
.navbar-fixed[_ngcontent-d2c-frontend-c81] nav[_ngcontent-d2c-frontend-c81] {
	position: relative;
}
.routeContainer[_ngcontent-d2c-frontend-c81] {
	position: relative;
	overflow-x: hidden;
}
.no-padding-left[_ngcontent-d2c-frontend-c81] {
	padding-left: 0 !important;
}
.btn[_ngcontent-d2c-frontend-c81]:hover {
	color: #fff;
}
.custom-back-btn[_ngcontent-d2c-frontend-c81] {
	margin-right: 4px;
	font-size: 24px;
	padding: 0 10px;
	background: #888;
	color: #fff;
	float: left;
	cursor: pointer;
	transition: 0.4s;
	display: none;
}
.custom-back-btn[_ngcontent-d2c-frontend-c81]:hover {
	background: #bbb;
}
.vertical-line[_ngcontent-d2c-frontend-c81] {
	line-height: 0;
}
.vertical-line[_ngcontent-d2c-frontend-c81] span[_ngcontent-d2c-frontend-c81] {
	display: inline-block;
	height: 0;
	border-bottom: 1px dashed #a9a9a9;
	width: 84%;
	margin-bottom: 4px;
	margin-top: 5px;
}
.logo[_ngcontent-d2c-frontend-c81] {
	height: 40px;
	margin-bottom: 7px;
	margin-top: 13px;
	margin-left: 15px;
}
@media (min-width: 992px) {
	.hide-desktop[_ngcontent-d2c-frontend-c81] {
		display: none !important;
	}
}
.nav-wrapper app-sidemenu {
	float: right;
	margin-top: -2px;
	margin-right: 20px;
}
@media (max-width: 768px) {
	.nav-wrapper app-sidemenu {
		margin-top: 10px;
		line-height: 0px;
	}
}
@media (max-width: 480px) {
	.nav-wrapper app-sidemenu {
		margin-top: 9px;
	}
}
.collapse-btn[_ngcontent-d2c-frontend-c81],
.show-on-mobile[_ngcontent-d2c-frontend-c81] {
	display: none;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 99999999999;
	text-align: center;
	padding: 15px;
	display: none;
}
.landscape-mode[_ngcontent-d2c-frontend-c81]
.center-item[_ngcontent-d2c-frontend-c81] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 100%;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] img[_ngcontent-d2c-frontend-c81] {
	width: 90px;
	height: auto;
	margin-bottom: 8px;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] h4[_ngcontent-d2c-frontend-c81] {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin: 0 0 12px;
}
.landscape-mode[_ngcontent-d2c-frontend-c81] p[_ngcontent-d2c-frontend-c81] {
	color: #00000080;
	line-height: 20px;
	width: 70%;
	margin: 0 auto;
	font-size: 14px;
}
@media (max-width: 1024px) and (min-aspect-ratio: 13/9) {
	.landscape-mode[_ngcontent-d2c-frontend-c81] {
		display: none;
	}
}
.built[_ngcontent-d2c-frontend-c81] {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.built[_ngcontent-d2c-frontend-c81] span[_ngcontent-d2c-frontend-c81] {
	color: #ff5454;
	margin: 0 2px;
}
footer[_ngcontent-d2c-frontend-c81] .footer-new[_ngcontent-d2c-frontend-c81]
{
	width: 100%;
	/*padding: 50px;*/
}
@media (max-width: 767px) {
	.built[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 0;
		padding-top: 12px;
	}
}
@media (max-width: 991px) {
	/*body
	{
		padding-bottom: 50px;
	}*/

	footer[_ngcontent-d2c-frontend-c81] {
		padding-bottom: 65px;
	}
	footer[_ngcontent-d2c-frontend-c81] .footer-new[_ngcontent-d2c-frontend-c81],
	footer[_ngcontent-d2c-frontend-c81] .built[_ngcontent-d2c-frontend-c81],
	footer[_ngcontent-d2c-frontend-c81] .version[_ngcontent-d2c-frontend-c81] {
		display: none;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81] .footer-new[_ngcontent-d2c-frontend-c81] {
		background-color: #303030;
		overflow: hidden;
		position: relative;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]:before {
		content: "";
		background-color: #000;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 36.6%;
		background-size: cover;
		z-index: 0;
	}
}
@media (min-width: 992px) and (min-width: 1441px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]:before {
		width: 38.5%;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81] {
		padding-top: 48px;
		padding-bottom: 32px;
		display: flex;
		justify-content: space-evenly;
		position: relative;
		z-index: 1;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81]
	.h4[_ngcontent-d2c-frontend-c81] {
		color: #fff;
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		display: inline-flex;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		color: #ffffffb3;
		transition: all 0.3s linear;
		cursor: pointer;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-wrapper[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:hover {
		color: #fff;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-left[_ngcontent-d2c-frontend-c81] {
		z-index: 1;
		width: 324px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81]:before {
		content: "";
		position: absolute;
		background-image: url(../img/ft_bg.png);
		width: 204px;
		height: 204px;
		background-repeat: no-repeat;
		background-size: cover;
		left: -75px;
		top: -73px;
		z-index: -1;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81]
	+ p[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
		color: #fff;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
		padding-bottom: 16px;
		border-bottom: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-logo[_ngcontent-d2c-frontend-c81]
	+ p[_ngcontent-d2c-frontend-c81]
	span[_ngcontent-d2c-frontend-c81] {
		color: #e9407a;
		font-size: 20px;
		margin: 0 4px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-contact[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-contact[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	span[_ngcontent-d2c-frontend-c81] {
		color: #fff;
		font-size: 16px;
		margin-right: 8px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-contact[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	small[_ngcontent-d2c-frontend-c81] {
		font-size: 12px;
		margin-left: 4px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		padding-bottom: 12px;
		border-bottom: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid transparent;
		border-radius: 50%;
		margin-right: 8px;
		width: 35px;
		height: 35px;
		transition: 0.3s;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child {
		margin-left: -8px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		filter: brightness(0) invert(1);
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-social[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:hover {
		border-color: #fff;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 16px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child {
		border-radius: 8px 10px 10px 8px;
		background: #dadce0;
		color: #174073;
		display: inline-flex;
		font-weight: 500;
		font-size: 13px;
		align-items: center;
		height: 40px;
		width: 100%;
		padding-left: 10px;
		position: relative;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child
	em[_ngcontent-d2c-frontend-c81] {
		height: 40px;
		width: 40px;
		position: absolute;
		right: 0;
		background: #00A5EC;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 8px 8px 0;
		font-size: 20px;
		transition: all 0.3s linear;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child:hover {
		background: #ffffff;
		color: #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.google-news[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:first-child:hover
	em[_ngcontent-d2c-frontend-c81] {
		background: #00A5EC;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.btn-box[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		color: #fff;
		font-size: 12px;
		line-height: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 6px;
		width: 150px;
		height: 40px;
		background: #00A5EC;
		border-radius: 8px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.btn-box[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		margin-right: 4px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.btn-box[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:hover {
		background: #00A5EC;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.stay-updated[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.stay-updated[_ngcontent-d2c-frontend-c81]
	p[_ngcontent-d2c-frontend-c81] {
		color: #dadce0;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 16px;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 20px;
		padding-bottom: 20px;
		/*border-bottom: 1px dashed #00A5EC;*/
		justify-content: space-around;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p[_ngcontent-d2c-frontend-c81] {
		font-weight: 500;
		font-size: 14px;
		line-height: 23px;
		color: #dadce0;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p.copyright[_ngcontent-d2c-frontend-c81] {
		border-top: 1px dashed #00A5EC;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 0;
		margin-top: 20px;
		padding-top: 20px;
	}
}
@media (min-width: 992px) and (min-width: 1201px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p.copyright[_ngcontent-d2c-frontend-c81] {
		white-space: nowrap;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.app-box[_ngcontent-d2c-frontend-c81]
	~ p.copyright[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		font-size: inherit;
		line-height: inherit;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81] {
		width: 700px;
		max-width: 62%;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-3-col[_ngcontent-d2c-frontend-c81]
	+ .ftr-3-col[_ngcontent-d2c-frontend-c81] {
		margin-top: 24px;
		padding-top: 32px;
		border-top: 1px dashed #00A5EC;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-3-col[_ngcontent-d2c-frontend-c81]
	+ .ftr-3-col[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]:first-child {
		width: 39%;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81] {
		flex-direction: column;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]
	.h4[_ngcontent-d2c-frontend-c81]:not(:first-child) {
		margin-top: 18px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81] {
		margin-bottom: 16px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col.other-link[_ngcontent-d2c-frontend-c81]
	.d-flex[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:not(:last-child) {
		margin-right: 25px;
		position: relative;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col.other-link[_ngcontent-d2c-frontend-c81]
	.d-flex[_ngcontent-d2c-frontend-c81]
	a[_ngcontent-d2c-frontend-c81]:not(:last-child):after {
		content: "";
		background: rgba(255, 255, 255, 0.7);
		height: 17px;
		width: 1px;
		position: absolute;
		top: 0;
		right: -13px;
		pointer-events: none;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-col.other-link[_ngcontent-d2c-frontend-c81]
	span.hiring[_ngcontent-d2c-frontend-c81] {
		background: #01a768;
		border-radius: 50px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 500;
		line-height: 15px;
		margin-left: 10px;
		height: 18px;
		width: 88px;
	}
}
@media (min-width: 992px) and (min-width: 1112px) and (max-width: 1199px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81] {
		max-width: 57%;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	footer[_ngcontent-d2c-frontend-c81]
	.footer-new[_ngcontent-d2c-frontend-c81]
	.ftr-right[_ngcontent-d2c-frontend-c81]
	.ftr-3-col[_ngcontent-d2c-frontend-c81]
	+ .ftr-3-col[_ngcontent-d2c-frontend-c81]
	.ftr-col[_ngcontent-d2c-frontend-c81]:first-child {
		width: 40%;
	}
}
@media (min-width: 992px) {
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81] {
		background: #fff;
		padding: 5px 0;
		position: relative;
		z-index: 1;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.left-box[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.left-box[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81] {
		display: flex;
		align-items: center;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81] {
		width: 70px;
		display: block;
		margin-right: 10px;
	}
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81]
	img[_ngcontent-d2c-frontend-c81]:last-child {
		margin-right: 0;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	footer[_ngcontent-d2c-frontend-c81]
	.payment-sect[_ngcontent-d2c-frontend-c81]
	.iso-icon[_ngcontent-d2c-frontend-c81] {
		transform: scale(0.8);
		transform-origin: right;
	}
}

.extra_link[_ngcontent-d2c-frontend-c81] {
	display: flex;
}
.extra_link[_ngcontent-d2c-frontend-c81] a[_ngcontent-d2c-frontend-c81] {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid;
	line-height: 100% !important;
	margin-bottom: 10px !important;
}
.extra_link[_ngcontent-d2c-frontend-c81]
a[_ngcontent-d2c-frontend-c81]:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.d-flex {
	display: flex;
}
.i-flex {
	display: inline-flex !important;
	align-items: center;
}
.align-center {
	display: flex;
	align-items: center;
}
.vert-center {
	display: flex;
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-flex-between {
	display: flex;
	justify-content: space-between;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-space-between {
	justify-content: space-between;
	display: flex;
}
.j-between {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.j-between-start {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}
.j-center {
	justify-content: center;
	align-items: center;
	display: flex;
}
.j-space-around {
	justify-content: space-around;
	align-items: center;
	display: flex;
}
.j-flex-end {
	justify-content: flex-end;
	display: flex;
	align-items: center;
}
.flex-column {
	flex-direction: column;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

div#footer-links
{
	display: block;

    position: relative;
}
footer.mobile_footer
{
	display: none;
}
@media only screen and (max-width: 990px) {
	div#footer-links
	{
		display: none!important;
	}
	footer.mobile_footer
	{
		display: block!important;
	}
}

/* === BASE HEADING === */ 
h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	color: #080808;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}
h1 em {
	font-style: normal;
	font-weight: 600;
}


.eleven h1 {
	font-size:30px;
	text-align:center; 
	line-height:1.5em; 
	padding-bottom:45px; 
	text-transform:uppercase;
	letter-spacing: 2px; 
	color:#111;
}


.eleven h1:before {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 40%;
	left:50%; margin-left:-20%;
	height: 1px;
	content: "";
	background-color: #777; z-index: 4;
}
.eleven h1:after {
	position:absolute;
	width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
	content: '\00a7'; font-size:30px; line-height:40px; color:#00A5EC;
	font-weight:400; z-index: 5;
	display:block;
	background-color:#fff;
}




/*.category_section
{
	padding: 2% 0;
}*/
.category_section .title-flex {
	display: flex;
	margin-bottom: 1em;
}

.category_section .title-flex h2 {
	margin-right: 2em;
}

/*5 card column layout*/
.category_section .cards-grid {
	display: grid;
	grid-gap: 0.5em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: "card-1 card-2 card-3 card-4 card-5 card-6";
}

/*4 card column layout*/
@media (max-width: 50em) {
	.category_section .cards-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "card-1 card-2 card-3 card-4";
	}

	.category_section .wrapper-16-by-9:nth-of-type(5) {
		display: none;
	}
}

/*3 card column layout*/
@media (max-width: 40em) {
	.category_section .cards-grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas: "card-1 card-2 card-3";
	}

	.category_section .wrapper-16-by-9:nth-of-type(4) {
		display: none;
	}
}

/*2 card column layout*/
@media (max-width: 30em) {
	.category_section .cards-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "card-1 card-2";
	}

	.category_section .wrapper-16-by-9:nth-of-type(3) {
		display: none;
	}
}

/*1 card column layout*/
@media (max-width: 20em) {
	.category_section .cards-grid {
		grid-template-columns: 1fr;
		grid-template-areas: "card-1";
	}

	.category_section .wrapper-16-by-9:nth-of-type(2) {
		display: none;
	}
}

.category_section .wrapper-16-by-9:nth-of-type(1) {
	grid-area: card-1;
}

.category_section .wrapper-16-by-9:nth-of-type(2) {
	grid-area: card-2;
}

.category_section .wrapper-16-by-9:nth-of-type(3) {
	grid-area: card-3;
}

.category_section .wrapper-16-by-9:nth-of-type(4) {
	grid-area: card-4;
}

.category_section .wrapper-16-by-9:nth-of-type(5) {
	grid-area: card-5;
}
.category_section .wrapper-16-by-9:nth-of-type(6) {
	grid-area: card-6;
}
.category_section .wrapper-16-by-9 {
	position: relative;
/*height: 0;
padding: 56.25% 0 0 0;*/
}

.category_section .card-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.category_section .hs__item {
/*	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(100% /6 - (10px * 2) - (20px / 4));
	margin:5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 2px 4px 14px 0 #ccc;
	padding: 10px 5px;
	border-radius: 10px;
	border-bottom: 5px solid #00A5EC;
	flex-direction: column;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: transform .2s;*/
	padding:15px 10%;
background: var(--muted);
border-radius: var(--border-radius-base);
margin-bottom: 30px;
transition: 0.5s;
border-bottom: 5px solid var(--primary);
/*filter: grayscale();*/

}
.category_section .hs__item a
{
display: flex;
flex-direction: column;
}
.category_section .hs__item:hover
{
	/*background: var(--primary);*/
transform: translateY(-10px);
/*filter: unset;*/
/*border-bottom: 5px solid var(--primary);*/

}
.category_section .hs__item__image__wrapper {
	position: relative;
	width: 70px;
	height: 70px;
	/* border: 2px solid; */
	/* border-radius: 50%; */
	/* border-color: #00A5EC; */
	text-align: center;
	margin: 0 auto;
}
.category_section .hs__item__image__wrapper svg
{
	width:70px;
	height:70px;
}
.category_section .hs__item__image__wrapper i {
	font-size: 30px;
	line-height: 60px;
	color: #979797;
}
.category_section .hs__item__description {
	z-index: 1;
	align-self: flex-start;
	margin: 10px auto;
	text-align: center;
}
.category_section .hs__item__subtitle {
	color: #6e6e6e;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
/*.category_section .hs__item:hover {
	box-shadow: 0 0 4px 4px #ccc;
}*/
.category_section .hs__item:hover .hs__item__image__wrapper {
	transition: transform .2s;
	transform: scale(1.1);
}
.category_section .hs__item:hover .hs__item__image__wrapper i {
	color: #00A5EC;
}
.category_section .hs__item:hover .hs__item__title {
	color: #00A5EC;
}
.category_section .hs__item:hover .hs__item__subtitle {
	color: #00A5EC;
}
@media (max-width:767px){
	.category_section .col-md-2
	{
		width: 30%!important;
		padding: 0!important;
	}
	.category_section .row {
        justify-content: center;
        gap: 15px 10px;
  }
}


/*.drop__data svg {
    max-width: 120px;
    min-width: 52px;
    padding-right: 15px;
}*/
.details_cards .drop__container {
	margin:0 auto;
	padding: 0;
	/*overflow: hidden;*/
	height: 100%;
}
.details_cards .drop__list {
	display: grid;
/*	row-gap:0.5rem;*/
height: 100%;
gap:16px;
}
.details_cards .drop__card,.details_cards .drop__data {
	display: flex;
	align-items: center;
	justify-content:start;
	width: 100%;
	height: 100%;
}
.details_cards .drop__card {
	width: 100%;
	position: relative;
	justify-content: space-between;
/*	padding: 0.75rem 1.25rem 0.75rem 0.75rem;*/
	/*background-color:var(--rgba-primary-1);
	border-bottom: 5px solid #00A5EC;*/
	 box-shadow: 0 0 10px #d8dde54d;
	border-radius: 10px;
    transition: 0.5s;
/*    background: #f8faff;*/
background: #fff;
/*    box-shadow: 0 0 10px ##d8dde54d;*/
/*border: 1px solid #ced4da;*/
/*border: 1px solid transparent;
border: 1px solid #ced4da;*/
font-family: 'Poppins',sans-serif;
/*overflow: hidden;*/
}

.share_div
{
	position: absolute;
	top: 3px;
	right: 17px;
	font-size: 16px;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;

}
/*.share_div i
{
	margin-left:5px;
}*/
.drop__name span,.drop__profession span
{
	font-size: 16px;
}
.details_cards .drop__card i.fa-solid.fa-network-wired{
	font-size:45px;
	margin-right: 20px;
	color: #00A5EC;
}
.details_cards .drop__card:hover
{
	box-shadow: 0 0 12px #bbbbbbf0;
/*	transform: translateY(-10px);*/
/*border: 1px solid #00A5EC;*/
/*box-shadow: 0 0 40px 0 rgba(130, 130, 130, 0.2);*/
/*box-shadow: 0 0 4px 8px #bbbbbbf0;*/
}
.details_cards .drop__img {
	width: 55px;
	height: 55px;
	border-radius: 1rem;
	margin-right: 1rem;
}
.details_cards .drop__name {
	font-size:16px;
	margin-bottom: 6px;
	font-weight: 600;
	text-transform: capitalize;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.details_cards .drop__stream {
	font-size:14px;
	display: inline-block;
}
.details_cards .drop__spec {
	font-size:14px;
	display: inline-block;
	border-left: 2px solid;
	padding-left: 10px;
	margin-left: 10px;

}

.details_cards .drop__profession {
	font-size:14px;
	display: block;
	color: #454545;
    /*font-family:'Poppins', sans-serif;*/
    font-weight:500;
    line-height: 22px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.details_cards .drop__social {
	margin: 0 0.375rem;
	color: var(--first-color-light);
	transition: 0.4s;
	font-size: 30px;
}
.details_cards .drop__social:hover {
	color: var(--first-color);
}

.details_cards .sortable-chosen {
	box-shadow: 8px 8px 32px #e1e1e1;
	cursor: grabbing;
}
.bottom_div{
/*	font-size: 14px;*/
	margin-bottom: 0;
	font-weight: 400;
/*    color: #616161;*/
    color: #000;
    display: inline-block;
    font-size: 13px;
    width: 100%;
}

label.bottom_div div {
	display: inline-block;
}
.bottom_div i{
	/*padding: 0px 5px 5px 0;*/
	color: #71717b;
	opacity: 0.8
}
.strm
{
	border-right: 1px solid #303030;
	padding-right: 10px;
}
.salary
{
/*	border-right: 1px solid #303030;*/
	padding-right: 10px;
	/*line-height: 14px;*/
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	font-family: 'Poppins',sans-serif;
}
.spec
{
	padding-left: 10px;
}
.location
{
/*	padding-left: 5px;*/
	font-size:14px;
	color: #000;
    display: inline-block;
    font-size: 13px;
    /* padding: 0 0 0 20px; */
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.details_cards_div .location{
	display: -webkit-box !important;	
}*/
.hs__item__image__wrapper svg
{
	width: 45px;
	height: auto;
}
@media (max-width: 991px) {
	.details_cards .drop__container
	{
		/*margin: 8px 0!important;*/
	}
.details_cards .drop__stream {
	font-size:12px!important;
}
.details_cards .drop__spec {
	font-size:12px!important;
}
.hs__item__image__wrapper svg
{
	width: 25px!important;
	height: auto;
}
.details_cards .drop__profession {
	font-size:15px!important;
}
.bottom_div 
{
	font-size: 12px!important
}
	.eleven h1
	{
		font-size: 16px!important;
		padding-bottom: 30px!important;
	}
	.eleven h1:after
	{
		width: 20px!important;
		height: 20px!important;
		font-size: 15px!important;
		bottom: 10px!important;
		line-height: 20px!important;
	}
	
	.category_section .hs__item__image__wrapper svg
	{
		width: 30px!important;
		height: 30px!important;
	}
	.category_section .hs__item__image__wrapper
	{
		width: 30px!important;
		height: 30px!important;
		margin: 0 auto;
	}
	.category_section .hs__item
	{
		/*height: 110px!important;*/
		padding: 10px 4px 0 4px!important
	}
	
	.category_section .hs__item__subtitle
	{
		font-size: 8px!important;
	}
}
@-ms-viewport{
	width: device-width;
}


.breadcrumb {
	text-align: center;
	display: inline-block;
	/*box-shadow: 0 2px 5px rgba(0,0,0,0.25);*/
	overflow: hidden;
	border-radius: 5px;
	padding: 0!important;
	counter-reset: flag;
	background-color: #fff!important;
	margin-bottom:0 !important;	
	/*display: none!important;*/
}
.breadcrumb__step {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	padding: 0 10px 0 30px;
	position: relative;
	color: #00A5EC;
	background: var(--rgba-primary-1);
	transition: background 0.5s;
}
.breadcrumb__step:first-child {
	padding-left:15px;
	border-radius: 5px 0 0 5px;
}
.breadcrumb__step:first-child::before {
	left: 14px;
}
.breadcrumb__step:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px;
}
.breadcrumb__step:last-child::after {
	content: none;
}
.breadcrumb__step::before {
	content: counter(flag);
	counter-increment: flag;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	font-weight: bold;
	background: var(--rgba-primary-1);
	box-shadow: 0 0 0 1px #00A5EC;
	display: none;
}
.breadcrumb__step::after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	border-radius: 0 5px 0 50px;
/*	background:var(--rgba-primary-1);*/
	transition: background 0.5s;
	box-shadow: 2px -3px 0 2px #d1a004;
}
.breadcrumb__step--active {
	color: #ffffff;
	background: #00A5EC;
}
.breadcrumb__step--active::before {
	color: #00A5EC;
}
.breadcrumb__step--active::after {
	background: #00A5EC;
}
.breadcrumb__step:hover {
	color: #ffffff;
	background: #d1a004;
}
.breadcrumb__step:hover::before {
	color: #00A5EC;
}
.breadcrumb__step:hover::after {
	color: #00A5EC;
	background: #d1a004;
}


.detail_serach .has-search .form-control {
	padding-left: 2.375rem;
}
.detail_serach .has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}
.job-data b
{
	font-size: 12px;
	font-weight: 500;
}
.job-data p
{
	font-size: 12px;
	display: inline-block;
	margin: 0;
	color: #00A5EC;
}
.job-data .data-div
{
	width: 49%;
	display: inline-block;
}
.detail_serach .input-group .btn
{
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}
.detail_serach .input-group .btn
{
	color: #fff;
	background-color: #00A5EC;
	border-color: #00A5EC;
/*	padding:6px 10px;*/
padding: 0.175rem 0.75rem;

}



header .nav-content .nav-content-list .nav-content-item .burger i
{
	color: #fff;
}








.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height:51px;
	width:52px;
	vertical-align: bottom;
	float: right;
	padding-top:7px;
}
.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.searchbutton {
	position: absolute;
	font-size: 27px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #00A5EC;
	text-align: center;
	border-radius: 4px;
}
.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #00A5EC;
	color: white;
	border: none;
	outline: none;
}
.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 80%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.search:focus {
	width: 240px; /* Bar width+1px */
	padding: 0 16px 0 0;
}
.expandright {
	left: auto;
	right:50px; /* Button width-1px */
/*	background-color: #f2f2f2;*/
	background-color:#fff;

}
.expandright:focus {
	padding: 0 0 0 16px;
}
@media (max-width: 991px) {
	.search-container
	{
		width:30px!important;
		height: 30px!important;
		margin: 8px 2px!important;
		display: none;
	}

	.expandright
	{
		right:28px!important;
		font-size: 12PX!important;
	}
	.expandright:focus
	{
		padding: 0 0 0 8px!Important;
	}
	header .nav-content .nav-content-list
	{
		padding: 0 5px!important;
	}
	.searchbutton
	{
		font-size: 20px!important;
		height: 30px!important;
	}
	.search:focus {
		width:150px;
		padding: 0 5px 0 0;
	}
}





.levelCard {
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 20px;
}
.iconWrapper {
	width: 30%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #ccc;
	position: relative;
	background: url(https://images.collegedunia.com/public/college_data/images/resources/course_icon_bg.jpeg);
	background-size: cover;
}
.iconWrapper::before {
	background: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	content: "";
}
.iconWrapper .streamIcon {
	display: inline-block;
	height: 90px;
	width: 90px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 2;
}
.iconWrapper .streamIcon svg
{
	width: 90px;
	height: 90px;
}
.iconWrapper .streamHeading {
	color: #333;
	margin-top: 22px;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
}
.listWrapper {
	width: 70%;
	padding: 18px 25px 70px;
	min-height: 325px;
}
.listWrapper ul {
	padding: 0;
}
.listWrapper .courseBlock:first-child {
	border-top: none;
}
.justify-content-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.listWrapper .courseBlock .courseName {
	color: #FF8400;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
}
.listWrapper .courseBlock {
	padding: 10px 0px;
	border-top: 1px dotted #ccc;
	list-style: none;
}
.listWrapper .courseBlock .courseDuration .year {
	margin-right: 20px;
	color: #FF8400;
}
.courseBlock .courseDuration .year, .listWrapper .courseBlock .courseDuration .shift {
	font-size: 10px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}
.listWrapper .courseBlock .courseDuration .year::before {
	background-color: #FF8400;
}
.listWrapper .courseBlock .courseDuration .year::before, .listWrapper .courseBlock .courseDuration .shift::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 30%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #333;
}
.listWrapper .courseBlock .courseDuration .shift {
	color: #3eae8d;
}
.listWrapper .courseBlock .courseDuration .shift::before {
	background-color: #3eae8d;
}
.listWrapper .courseBlock .link-block {
	font-size: 10px;
	padding-top: 5px;
	text-transform: uppercase;
}
.listWrapper .courseBlock .link-block .overview-link {
	margin-right: 9px;
}
.text-link {
	color: #4fb8dd;
}
.font-weight-semi {
	font-weight: 600;
}
.listWrapper .courseBlock .link-block .customPill {
	background-color: #FF8400;
	border-radius: 50rem;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 10px;
	border: none;
	outline: none;
}
.view-btn {
	bottom: 25px;
	right: 25px;
}
.listWrapper .allCourseBtn {
	color: #fff;
}
/*.btn-primary {
	color: #fff;
	background-color: #00A5EC!important;
	border-color: #00A5EC!important;
}*/
.btn-primary:focus, .btn-primary.focus
{
	box-shadow: none!important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled) .active:focus, .show>.btn-primary.dropdown-toggle:focus
{
	box-shadow: 0 0 0 0.2rem rgba(255,141,38,0.5)!important;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.3;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (max-width: 991px) {

	.levelCard{
		display:block!important;
	}
	.listWrapper .courseBlock .courseName
	{
		font-size: 12px!important;
	}
	.listWrapper .courseBlock .link-block
	{
		padding-top: 3px!important;
	}
	.iconWrapper
	{
		display: block;
		width: 100%!important;
		padding: 10px 0;
	}
	.listWrapper
	{
		display: block;
		width: 100%!important;
	}
	.iconWrapper .streamHeading
	{
		margin-top: 5px!important;
	}
	.iconWrapper .streamIcon
	{
		width: auto!important;
		height: auto!important;
	}
	.iconWrapper .streamIcon svg
	{
		width:40px;
		height: 40px;
	}
	.listWrapper .courseBlock
	{
		padding: 5px 0!important;
	}
	.courseDuration
	{
		display: none;
	}
}
.details-head {
/*	background: #fff9e5;*/
	padding: 0 15px;
	border-radius: 10px;
	/*color: #fff;*/
}
.details-head .col-md-6
{
	width: 50%;
	display: inline-block;
}
.details .head__section img {
	display: block;
	margin: 0 auto;
	height: 5rem;
	width: 5rem;
	object-fit: cover;
	border-radius: 50%;
}
.details .head__section p {
	text-align: center;
	color: #fff;
}
.details .social__links ul li {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
/*	backdrop-filter: blur(0px);*/
	border-radius: 5px;
	transition: background 0.25s;
/*	transform-style: preserve-3d;*/
	/*perspective: 500px;*/
/*	box-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.12);*/
}
.details .js-tilt-glare {
	border-radius: 5px;
}
.details .social__links ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	color: #303030;
	font-size:16px;
}
.details .social__links ul li a i {
	text-align: center;
	margin-right:15px;
	color: #00A5EC;
	font-size: 28px;
}
.details .social__links ul li a span {
	line-height: 1.2rem;
}
.details .social__links ul li a span h3
{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}
.details .social__links ul li a span p{
	margin-bottom: 0;
	text-align: left;
	font-size:14px;
}
.social__links ul#item
{
	text-align: center;
}
.social__links ul#item li {
	width:47%;
	margin:1%;
	display: inline-block;
	/*background: #f2f2f2;
	padding:2%;*/
}

#app {
	display: flex;
	align-items: center;
	justify-content: center;
}


#app h1 {
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}
.apllication-area{
	font-weight: 500;
    font-family: var(--font-family-title);
}
#app ul {
	padding: 0;
}
#app ul li {
	list-style: none;
	position: relative;
/*	color: #333;*/
	line-height: 14px;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 0.5rem;
	font-weight: 300;
	color:#464646;
}
#app ul li::before {
	content: "•";
	/* Character unicode precede the list item */
	color: #00A5EC;
	display: inline-block;
	font-size: 2em;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 991px) {
	.details .social__links ul li a {
		font-size:12px!important;
	}
	.details .social__links ul li a span h3
	{
		font-size:12px!important;
	}
	.details .social__links ul li a i
	{
		margin-right: 10px!important;
		font-size: 20px!important;
		width: 14%;
	}
	.social__links ul#item li {
		width: 47%;
		margin: 1%;
		display: inline-block;
		text-align: left!important;
	}
	.job-details .card-body
	{
		padding: 0.5rem!important
	}
	#main_cat .social__links ul li a i
	{
		font-size: 22px!important;
		width: 15%;
		line-height:2rem!important;
	}
	.social__links ul#item li p
	{
		font-size: 12px!important
	}
	#app ul li {
		font-size: 11px!important;
		line-height: 13px!important;
		padding-left: 13px!important
	}
	.apllication-area
	{
		font-size: 12px!important
	}
}

.promoBox {
	display: inline-block;
	position: relative;
	padding: 10px;
	width: 100%;
	margin-bottom: 7px;
	border: 2px solid #ddd;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;

	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );

	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.promoBox aside {
	position: absolute;
	width: 230px;
	right: 0;
	margin: 0 -65px 0 0;
	-webkit-transform: rotate(35deg);
	-khtml-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;

	color: #fff;
	background: #000;
/*background: -moz-linear-gradient(-45deg, #00A5EC 0%, #00A5EC 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00A5EC), color-stop(100%,#00A5EC));
background: -webkit-linear-gradient(-45deg, #00A5EC 0%,#00A5EC 100%);
background: -o-linear-gradient(-45deg, #00A5EC 0%,#00A5EC 100%);
background: -ms-linear-gradient(-45deg, #00A5EC 0%,#00A5EC 100%);
background: linear-gradient(135deg, #00A5EC 0%,#00A5EC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A5EC', endColorstr='#00A5EC',GradientType=1 );
*/
}

.promoBox aside p { padding: 10px 80px 10px 80px; margin: 0; }
.promoBox h4 { 
	font-size: 25px; 
	margin: 0; 
	padding: 0 35% 10px 0; 
	line-height: 25px; 
	border-bottom: 1px solid #ddd;

}
.promoBox p { font-size: 12px; }

/* COLOR: Box & Text
\* --------------------------------- */
.promoBox.info-box {
	background: #e0f3fa;
	background: -moz-linear-gradient(-45deg, #00A5ECc9 0%, #00A5ECb3 50%, #00A5EC 51%, #00A5EC 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00A5ECc9), color-stop(50%,#00A5ECb3), color-stop(51%,#00A5EC), color-stop(100%,#00A5EC));
	background: -webkit-linear-gradient(-45deg, #00A5ECc9 0%,#00A5ECb3 50%,#00A5EC 51%,#00A5EC 100%);
	background: -o-linear-gradient(-45deg, #00A5ECc9 0%,#00A5ECb3 50%,#00A5EC 51%,#00A5EC 100%);
	background: -ms-linear-gradient(-45deg, #00A5ECc9 0%,#00A5ECb3 50%,#00A5EC 51%,#00A5EC 100%);
	background: linear-gradient(135deg, #00A5ECc9 0%,#00A5ECb3 50%,#00A5EC 51%,#00A5EC 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A5ECc9', endColorstr='#00A5EC',GradientType=1 );
	border-color: #00A5EC;
}
.promoBox.info-box h4 { color: #000; border-color: #303030; }


#main_cat .social__links ul li{
	width:49%;
	margin:0;
	display: inline-block;
	padding:0;
	background: #f6f6f6;
/*	backdrop-filter: blur( 0px );*/
	border-radius: 5px;
	transition: background 0.25s;
	background: transparent;
	/*transform-style: preserve-3d;
	perspective: 500px;
	box-shadow: 0 0 0.8rem  rgba(255, 255, 255, .12);*/
}
#main_cat .js-tilt-glare{
	border-radius: 5px;
}

#main_cat .social__links ul li a{
	width: 100%;
	display: flex;
	align-items: center;
	color: #000;
	/*font-size:12px;*/
}
#main_cat .social__links ul li img
{
	width: 20px;
	height: auto;
	margin: 0 10px;
}
#main_cat .social__links ul li a i{
	text-align: center;
	line-height: 4rem;
	font-size:25px;
	/*margin-right: 10px;
	transform: scale(1.2) translateZ(50px);*/
	transition: 0.25s;
	color: #00A5EC;
}
#main_cat .social__links h3
{
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	font-weight: 500;

}
#main_cat .social__links p
{
	/*font-size: 10px;*/
	margin-bottom: 0;
}
#main_cat .social__links label
{
	/*font-size: 10px;*/
	margin-bottom: 0;
	color:#00A5EC;

}
#main_cat .social__links li .updated-link label
{
	cursor:pointer;
}
.job-details .container-fluid {
	padding: 0;
}
#main_cat .social__links ul li a span{
	line-height: 14px;
	margin-left: 10px;
}

#main_cat1 .container
{
	overflow-x: scroll;
	overflow-y: hidden;
}
#main_cat1 .container::-webkit-scrollbar {
	display: none;
}
#main_cat1 .social__links ul li img
{
	width: 35px;
	height: auto;
	margin: 0 10px;
}
#main_cat1 .social__links ul .instagram{
	background: #FFE6E6;
}
#main_cat1 .social__links ul .youtube12{
	background:#F2D1D1;
}
#main_cat1 .social__links ul .telegram{
	background:#DAEAF1;
}
#main_cat1 .social__links ul .github{
	background: #C6DCE4;
}
/* Hide scrollbar for IE, Edge and Firefox */
#main_cat1 .container {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
#main_cat1 .social__links{
	width: 900px;
	overflow-x: scroll;
}
#main_cat1 ul#item
{
	width: 100%;
	overflow-x: scroll;
}
#main_cat1 .social__links ul li{
	width:23%;
	margin:1% 1% 0 0;
	display: inline-block;
	padding:1%;
	background: #fff;
	backdrop-filter: blur( 0px );
	border-radius: 5px;
	transition: background 0.25s;
	transform-style: preserve-3d;
	perspective: 500px;
	box-shadow: 0 0 0.8rem  rgba(255, 255, 255, .12);
}
#main_cat1 .js-tilt-glare{
	border-radius: 5px;
}

#main_cat1 .social__links ul li a{
	width: 100%;
	display: flex;
	align-items: center;
	color: #000;
	font-size:12px;
}
#main_cat1 .social__links ul li a i{
	text-align: center;
	line-height: 4rem;
	font-size:14px;
	transform: scale(1.4) translateZ(50px);
	transition: 0.25s;
	color: #fd3838;
}
#main_cat1 .social__links h3
{
	font-size: 12px;
	margin-bottom: 0;
}
#main_cat1 .social__links p
{
	font-size: 10px;
	margin-bottom: 0;
}
#main_cat1 .social__links label
{
	font-size: 10px;
	margin-bottom: 0;
	color: #fd3838;
}
#main_cat1 .social__links ul li a span{
	line-height: 14px;
	/*margin-left: 10px;*/
}
#main_cat1 .social__links ul li a i
{
	margin:0 10px;
}
/*
#category_scroll .container
{
overflow-x: scroll;
overflow-y: hidden;
}
#category_scroll .container::-webkit-scrollbar {
display: none;
}
#category_scroll .container {
-ms-overflow-style: none;  
scrollbar-width: none; 
}
#category_scroll .page-wrapper{
width: 900px;
overflow-x: scroll;
}*/
/*#category_scroll {
-ms-overflow-style: none; 
scrollbar-width: none;
}
#category_scroll .container
{
overflow-x: scroll;
overflow-y: hidden;
}

#category_scroll .row
{
width: 1402px;
overflow-x: scroll;
}
#category_scroll .col-md-2
{
max-width:107px;
margin-bottom: 10px;
padding:0 10px;
height: 100px;
}*/


.filter_tabs  .tab-content > .tab-pane h4
{
	text-align: center;
}
.filter_tabs  .tab-content > .tab-pane
{
	padding: 15px;
}
.filter_tabs .nav-pills-custom .nav-link {
	color: #303030;
	background: #fff;
	position: relative;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 15px;
}

.filter_tabs .nav-pills-custom .nav-link.active {
	color: #fff;
	background: #00A5EC;
}

.filter_tabs .nav-pills .nav-link span b
{
	color: red;
	font-size: 16px;
	margin-left: 5px;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
	.filter_tabs .nav-pills-custom .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #00A5EC;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}
}

.filter_tabs .nav-pills-custom .nav-link.active::before {
	opacity: 1;
}
@media (max-width: 991px) {

	#main_cat .social__links ul li a i
	{
		
	}
	#main_cat .social__links h3
	{
		font-size: 13px!important;
		margin-bottom: 3px;
		width: 35%;
	}
	#main_cat .social__links label
	{
		font-size: 13px!important;
		color: #00aeff;
	}
	#main_cat .social__links ul li
	{
		width: 100%!important;
		justify-content: center;
		align-items: center;
		margin-bottom:5px;
	}
	#main_cat .social__links ul li a{
		align-items: center;
	}
	.filter_tabs .flex-column{
		flex-direction: row!important
	}
	.radio-tile-group .input-container
	{
		height: 4rem!important
		width: 4rem!important
	}
	.filter_tabs .col-md-3 ,.filter_tabs .col-md-9
	{
		padding: 0!important
	}
	.filter_tabs .tab-content > .tab-pane h4
	{
		font-size: 16px;
		margin-bottom: 10px!important;
	}
	.filter_tabs .nav-pills-custom .nav-link
	{
		width: 20%!important;
		margin:0 auto!important;
		text-align: center!important;
		box-shadow: none!important;
		display: inline-block!important;
		background-color: #f2f2f2;
	}
	.filter_tabs .nav-pills-custom .nav-link span
	{
		display: none!important;
	}
	div#v-pills-tabContent
	{
		margin-top: 10px;
	}
	.details-head{
		padding: 0;
	}
}












select[data-multi-select-plugin] {
	display: none !important;
}

.multi-select-component {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 3px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	padding-bottom: 0px;
	color: #555;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	/*border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	-webkit-transition: border-color ease-in-out 0.15s,
	-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.autocomplete-list {
	/*border-radius: 4px 0px 0px 4px;*/
}

.multi-select-component:focus-within {
	/*box-shadow: inset 0px 0px 0px 2px #78abfe;*/
}

.multi-select-component .btn-group {
	display: none !important;
}

.multiselect-native-select .multiselect-container {
	width: 100%;
}

.selected-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #d9d9d9;
	background-color: #ededed;
	white-space: nowrap;
	margin: 1px 5px 5px 0;
	height: 22px;
	vertical-align: top;
	cursor: default;
}

.selected-wrapper .selected-label {
	max-width: 514px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 4px;
	vertical-align: top;
}

.selected-wrapper .selected-close {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.49em;
	margin-left: 5px;
	padding-bottom: 10px;
	height: 100%;
	vertical-align: top;
	padding-right: 4px;
	opacity: 0.2;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	font-weight: 700;
}

.search-container1 {
	display: inline-block;
	flex-direction: row;
}

.search-container1 .selected-input {
	background: none;
	border: 0;
	height: 20px;
	width: 100%;
	padding: 0;
	margin-bottom: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-container1 .selected-input:focus {
	outline: none;
}

.dropdown-icon.active {
	transform: rotateX(180deg);
}

.search-container1 .dropdown-icon {
	display: inline-block;
	padding: 10px 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 10px;
	border: 0 !important;
	/* needed */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* SVG background image */
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: center;
	background-size: 10px;
	background-repeat: no-repeat;
}

.search-container1 ul {
	position: absolute;
	list-style: none;
	padding: 0;
	z-index: 3;
	margin-top: 1px;
	width: 100%;
	right: 0px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.search-container1 ul :focus {
	outline: none;
}

.search-container1 ul li {
	display: block;
	text-align: left;
	padding: 8px 29px 2px 12px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	min-height: 31px;
}

.search-container1 ul li:first-child {
	border-top: 1px solid #ccc;
	border-radius: 4px 0px 0 0;
}

.search-container1 ul li:last-child {
	border-radius: 4px 0px 0 0;
}

.search-container1 ul li:hover.not-cursor {
	cursor: default;
}

.search-container1 ul li:hover {
	color: #333;
	background-color: rgb(251, 242, 152);
	border-color: #adadad;
	cursor: pointer;
}

/* Adding scrool to select options */
.autocomplete-list {
	max-height: 99px;
	overflow-y: auto;
}





.radio-tile-group {
	display: flex;
	flex-wrap: wrap;
	
}
.radio-tile-group .input-container {
	position: relative;
	height: 7rem;
	width: 7rem;
	margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 2px solid #00A5EC;
	border-radius: 5px;
	padding: 1rem;
	transition: transform 300ms ease;
}
.radio-tile-group .input-container .icon svg {
	fill: #00A5EC;
	width: 3rem;
	height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
	text-align: center;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00A5EC;
}
.radio-tile-group i
{
	font-size: 45px;
	margin-bottom: 10px;
	color: #00A5EC;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile i
{
	color: #fff;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
	background-color: #00A5EC;
	border: 2px solid #00A5EC;
	color: white;
	transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
	fill: white;
	background-color: #00A5EC;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
	color: white;
	background-color: #00A5EC;
}

.btn-filter i
{
	margin-left: 5px;
/*	color:#9ea1a3;*/
    color:#7e7e7e;
}
.btn-filter label
{
/*	color: #fff;*/
	margin: 0
}

#SortModal .card {
	background-color: #fff;
	margin:0 auto;
	border: none;
}

/* Individual Controls
------------------------------------------------------------- */
#SortModal .radio {
	display: inline-block;
	padding-right: 20px;
	font-size: 15px;
	line-height: 40px;
	cursor: pointer;
}
#largeModal .radio{
	cursor: pointer;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    display: inline-block;
	padding-right: 10px;
	line-height: 40px;
}
#largeModal .modal-body{
	padding: 0px;
}

#SortModal .radio:hover .inner, #largeModal .radio:hover .inner {
	transform: scale(0.5);
	opacity: 0.5;
}
#SortModal .radio input, #largeModal .radio input {
	height: 1px;
	width: 1px;
	opacity: 0;
}
#SortModal .radio input:checked + .outer .inner, #largeModal .radio input:checked + .outer .inner{
	transform: scale(1);
	opacity: 1;
}
#SortModal .radio input:checked + .outer, #largeModal .radio input:checked + .outer {
	border: 3px solid #00A5EC;
}
#SortModal .radio input:focus + .outer .inner, #largeModal .radio input:focus + .outer .inner{
	transform: scale(1);
	opacity: 1;
	background-color: #00A5EC;
}
#SortModal .radio .outer, #largeModal .radio .outer {
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	margin: 10px 9px 10px 10px;
	border: 3px solid #555555;
	border-radius: 50%;
	background-color: #fff;
}
#SortModal .radio .inner, #largeModal .radio .inner {
	transition: all 0.25s ease-in-out;
	height: 16px;
	width: 16px;
	transform: scale(0);
	display: block;
	margin:-1px;
	border-radius: 50%;
	background-color: #00A5EC;
	opacity: 0;
}
.bal{margin-right:1px; color: #7e7e7e;}
.balance {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	
	section.job_category
	{
		overflow-x: hidden!important;
		padding-top: 34px;
	}
	.detail_serach
	{
/*		width:78%!important*/
	}
	/*section.job_category .col-xl-4{
		width: 50%!important
	}*/
	.detail_serach .form-control
	{
		padding: 10px!important;
		font-size: 10px!important;
		line-height: 12px!important;
		border-radius: 4px!important
	}
	.details_cards .col-md-8
	{
		padding: 0;
	}
	.btn-filter label
	{
		display: none;
	}
	.modal-title
	{
		font-size: 18px!important;
		font-weight:500;
	}

	.modal-body .container
	{
		margin: 0!important;
		padding: 0!important;
		overflow: visible;
	}
	.modal-header
	{
		padding: 10px 10px!important;
	}
/*.modal-header .close
{
margin: -20px -15px -15px auto!important
}*/
}
.detail_serach
{
/*	width: 38%;*/
	display: inline-block;
}
.job-top-right
{
	text-align: right;
	/*justify-content:space-between;
	display: flex;
	margin-bottom: 1rem;*/
}
label.bal
{
	line-height: 38px;
}
.switches-container {
	width: 7rem;
	position: relative;
	display: inline-flex;
	padding: 0;
	position: relative;
	background: #00A5EC;
	line-height:38px;
	border-radius:0.25rem;
	font-size: 12px;

}

.switches-container input {
	visibility: hidden;
	position: absolute;
	top: 0;
}
.switches-container label {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.switch-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 0.15rem;
	z-index: 3;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s; 
}
.switch {
	border-radius: 0.25rem;
	background: #fff;
	height: 100%;
}
.switch div {
	width: 100%;
	text-align: center;
	opacity: 0;
	display: block;
	color: #00A5EC;
	transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
	will-change: opacity;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
	transform: translateX(0%);
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
	transform: translateX(100%);
}
.switches-container
input:nth-of-type(1):checked~.switch-wrapper
.switch div:nth-of-type(1) {
	opacity: 1!important;
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper
.switch div:nth-of-type(2) {
	opacity: 1;
}


/*Heading css*/

h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #080808;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}
h1 em {
	font-style: normal;
	font-weight: 600;
}
/* STYLE 1
----------------------------- */
.heading
{
	display: flex;
	justify-content: space-between;
	margin-bottom:1%;
	/*margin-top:2%;*/
}
.heading h4
{
	color: #010f20;
	font-size: 20px;
	font-weight: bold;
	width: auto;
	margin-bottom: 0;
	text-transform: capitalize;
}
.heading a{
	color: #fd3838;
	font-size:20px;
	width: auto;
}
@media only screen and (max-width: 768px) {
	.heading
	{
		margin-bottom:1%!important;
		margin-top: 5%!important;
	}
	.heading h4
	{
		font-size: 14px!important;
	}
	.heading a{
		font-size: 12px!important;
	}
}
/* STYLE 1
----------------------------- */

/* STYLE 6
----------------------------- */
.six h1 {
	text-align: center;
	color:#222; 
	font-size:30px; 
	font-weight:400;
	text-transform: uppercase;
	word-spacing: 1px; 
	letter-spacing:2px; 
	color:#fd3838 ;
}
.six h1 span {
	line-height:24px; 
	padding-bottom:15px;
	width: 70%;
	text-align: center;
	margin: 0 auto;
	text-transform: none;
	font-size:20px;
	font-weight: normal;
	font-style: italic; 
	font-family: "Playfair Display","Bookman",serif;
	color:#999; letter-spacing:-0.005em; word-spacing:1px;
	letter-spacing:none;
}
.six h1:after, .six h1:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 4px;
	content: "";
	right: 45px; 
	margin:auto;
	background-color: #ccc;
}
.six h1:before { 
	background-color:#fd3838 ;
	left:45px; width:90px;
}
@media only screen and (max-width: 768px) {
	.six h1 {
		font-size: 16px!important;
	}
	.six h1 span
	{
		width: 100%;
		font-size: 12px;
		line-height: 15px;
	}
}
/*Heading css*/


#consultants_sec .drop__container {
	margin:15px auto;
}
#consultants_sec .drop__list {
	display: grid;
	row-gap: 1rem;
}
#consultants_sec .drop__card, .drop__data {
	display: flex;
	align-items: center;
}
#consultants_sec .drop__card {
	width: 100%;
	justify-content: space-between;
	padding: 0.75rem 1.25rem 0.75rem 0.75rem;
	background-color: #fff;
	box-shadow:2px 4px 14px 0 #ccc;
	border-radius: 5px;
}
#consultants_sec .drop__img {
	width: 55px;
	height: 55px;
	border-radius: 1rem;
	margin-right: 1rem;
}
#consultants_sec .drop__name {
	font-size:14px;
	font-weight: 700;
}
#consultants_sec .drop__profession {
	font-size:12px;
}
#consultants_sec .drop__social {
	margin: 0 0.375rem;
	color: var(--first-color-light);
	transition: 0.4s;
}
#consultants_sec .drop__social:hover {
	color: var(--first-color);
}

#consultants_sec .sortable-chosen {
	box-shadow: 8px 8px 32px #e1e1e1;
	cursor: grabbing;
}

#consultants_sec .sortable-drag {
	opacity: 0;
}



#about_section .container {
	display: flex;
	flex-direction: column;
	height:385px;
}
#about_section .panel {
	position: relative;
	border-radius:5px;
	background: #fff;
	height: 40px;
	margin: 10px 0;
	box-shadow: 2px 4px 14px 0 #ccc;
	cursor: pointer;
	transition: flex 0.5s linear;
	overflow: hidden;
}
#about_section .panel.active {
	flex-grow: 5;
}
#about_section .setting-title {
	display: flex;
	margin: 12px 20px;
}
#about_section .setting-title h3 {
	margin: 0 10px;
	font-size: 14px;
}
#about_section .panel.active .setting-title {
	color: var(--accent-color);
}
#about_section .setting-content {
	opacity: 0;
	margin: 16px 20px;
	line-height: 28px;
	transition: opacity 0.2s ease-in;
}
#about_section .panel.active .setting-content {
	opacity: 1;
	transition: opacity 0.2s ease-in 0.3s;
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	#about_section .container {
		height: 530px!important;
	}
}

/*popular activities*/
.popular_activities img,
.popular_activities video {
	display: block;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}
.popular_activities .card
{
	background-color: transparent;
}
.popular_activities .container {
	/*max-width: 80rem;*/
	width: 100%;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
}
.popular_activities .text {
	font-family: inherit;
	font-weight: 700;
	line-height: inherit;
	text-rendering: optimizeLegibility;
}
.popular_activities .text-title {
	font-size:13px;
	color: #d32f2f;
	margin: 0;
}

.popular_activities .paragraph {
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	line-height: inherit;
	margin: 0.25rem 0;
	color: #252a32;
	text-transform: unset;
	text-rendering: optimizeLegibility;
}

.popular_activities .truncate {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popular_activities .main .scroll {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: auto;
	cursor: default;
	overflow: scroll hidden;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	scroll-padding: 0px 1.25rem;
	scrollbar-width: none;
}
.popular_activities .main .scroll::-webkit-scrollbar {
	display: none;
}
.popular_activities .main .scroll.active {
	cursor: grab;
	cursor: -webkit-grab;
}
.popular_activities .main .scroll .card {
	width:23.9%;
	height: auto;
	flex: 0 0 auto;
	margin: 0 7px;
	border: none;
	outline: none;
	border-radius: 0.25rem;
	color: #252a32;
/*background: #ffffff;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
}
.popular_activities .main .scroll .card-image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 60%;
}
.popular_activities .main .scroll .card-image img.responsive {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.popular_activities .main .scroll .card-inner {
	width: 100%;
	height: auto;
	padding: 5px 7px;
}
.popular_activities .main .scroll .card-inner span{
	font-size: 14px;
}
.popular_activities .main .scroll .card-inner h4{
	font-size: 16px;
	margin:0;
}
.popular_activities .main .scroll .card-inner label{
	background: #e5e5e5;
	padding: 2px 4px;
	font-size: 14px;
	border-radius: 2px;
	margin:0;
}
.popular_activities .main .scroll .card-inner p{

}
.popular_activities .main .scroll .card-inner .price{
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.popular_activities .main .scroll .card {
		width: 9rem!important;
	}
	.popular_activities .main .scroll .card-image {
		padding-top: 80%!important;

	}
	.popular_activities .paragraph {
		font-size: 12px!important
	}
	.popular_activities .main .scroll .card-inner {
		padding: 5px 7px!important;
	}
	.popular_activities .main .scroll .card-inner span{
		font-size: 10px!important;
	}
	.popular_activities .main .scroll .card-inner h4{
		font-size: 13px!important;
		margin:0;
	}
	.popular_activities .main .scroll .card-inner label{
		padding: 2px 4px!important;
		font-size: 12px!important;
		border-radius: 2px!important;
		margin:0!important;
	}
	.popular_activities .main .scroll .card-inner p{

	}
	.popular_activities .main .scroll .card-inner .price{
		font-size: 12px!important;
	}
}
/*popular activities*/








.header-nav .navbar {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.header-nav .navbar__menu {
	position: relative;
	display: flex;
	margin:0 auto;
}
.header-nav .navbar__link {
	position: relative;
/*	display: inline;*/
	display: flex;
/*	flex-direction: column;*/
	gap: 0rem;
	align-items: center;
	justify-content: center;
/*	height: 3.5rem;*/
	color: #fff;
	transition: 250ms ease all;
	text-decoration: none;
/*	width: 7rem;*/
	text-transform: uppercase;
	margin: 10px;
/*	line-height: 47px;*/
}
.header-nav .navbar__link span {
}
.header-nav .navbar__link i {
	font-size:15px;
}
.header-nav .navbar__link:hover i {
	color:  #00A5EC;
}
.header-nav .navbar:not(:hover) .navbar__link:focus span, .navbar__link:hover span {
	color:  #00A5EC;
}


button.close {
	width: 30px;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
}


button.btn.btn-default {
	background: #7e7e7e;
	background: #000;
	color: #fff;
}



#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 9999;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
#search h3 {
	position: absolute;
	top:35%;
	width: 100%;
	color: #fff;
	text-align: center;
}
#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100px;
	max-width: 200px;
	margin-top: 61px;
	margin-left: -45px;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #888;
	border-color: #ccc;
	opacity: 1;
	font-size: 27px;
	width: 30px;
	height: 30px;
}
.search-container1.mobile-search {
	background: #00A5EC;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 8px;
}
.search-container1.mobile-search a.nav-content-link:hover i
{
	color: #fff;
}
.btn-success
{
	background-color: #00A5EC!important;
	border-color: #00A5EC!important;
}



.loadmore {
	text-align: center;
	margin-top: 25px;
}







.select2.select2-container {
	width: 100% !important;
}

.select2.select2-container .select2-selection {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 34px;
	margin-bottom: 15px;
	outline: none;
	transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
	color: #333;
	line-height: 32px;
	padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
	background: #f8f8f8;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	height: 32px;
	width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
	background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
	border: 1px solid #34495e;
}

.select2.select2-container.select2-container--focus .select2-selection {
	border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
	height: auto;
	min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
	margin-top: 0;
	height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	padding: 0 4px;
	line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 4px 4px 0 0;
	padding: 0 6px 0 22px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	margin: 0;
	text-align: center;
	color: #e74c3c;
	font-weight: bold;
	font-size: 16px;
}

.select2-container .select2-dropdown {
	background: transparent;
	border: none;
	margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
	padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
	outline: none;
	border: 1px solid #34495e;
	border-bottom: none;
	padding: 4px 6px;
}

.select2-container .select2-dropdown .select2-results {
	padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
	background: #fff;
	border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
	background-color: #3498db;
}
.dz-bnr-inr .dz-bnr-inr-entry
{
	/*display: none!important*/
height: 200px!important;
}
/*.dz-bnr-inr h1, .dz-bnr-inr .h1
{
	margin-top: 100px!important;
}*/
.content-inner1
{
	padding-top: 40px;
}


.wrapper {
	/*background: linear-gradient(60deg, #420285, #08BDBD);*/
	height:50%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.carousel {
	position: relative;
	width: 100%;
	max-width: 500px;
	display: flex;
	height: 300px;
	justify-content: center;
	flex-direction: column;
}

.carousel__item {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	padding: 0 12px;
	opacity: 0;
	filter: drop-shadow(0 2px 2px #555);
	will-change: transform, opacity;
	-webkit-animation: carousel-animate-vertical 27s linear infinite;
	animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
	-webkit-animation-delay: calc(3s * -1);
	animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
	-webkit-animation-delay: calc(3s * 0);
	animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
	-webkit-animation-delay: calc(3s * 1);
	animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
	-webkit-animation-delay: calc(3s * 2);
	animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
	-webkit-animation-delay: calc(3s * 3);
	animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
	-webkit-animation-delay: calc(3s * 4);
	animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
	-webkit-animation-delay: calc(3s * 5);
	animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
	-webkit-animation-delay: calc(3s * 6);
	animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
	-webkit-animation-delay: calc(-3s * 2);
	animation-delay: calc(-3s * 2);
}

.carousel__item-head {
	border-radius: 50%;
	background-color:#fff9e5;
	width: 90px;
	height: 90px;
	padding: 14px;
	position: relative;
	margin-right: -45px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}

.carousel__item-body {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding: 16px 20px 16px 70px;
}
.carousel__item-body p {
	margin-bottom: 0;
}
/*.title {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
}*/

@-webkit-keyframes carousel-animate-vertical {
	0% {
		transform: translateY(100%) scale(0.5);
		opacity: 0;
		visibility: hidden;
	}
	3%, 11.1111111111% {
		transform: translateY(100%) scale(0.7);
		opacity: 0.4;
		visibility: visible;
	}
	14.1111111111%, 22.2222222222% {
		transform: translateY(0) scale(1);
		opacity: 1;
		visibility: visible;
	}
	25.2222222222%, 33.3333333333% {
		transform: translateY(-100%) scale(0.7);
		opacity: 0.4;
		visibility: visible;
	}
	36.3333333333% {
		transform: translateY(-100%) scale(0.5);
		opacity: 0;
		visibility: visible;
	}
	100% {
		transform: translateY(-100%) scale(0.5);
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes carousel-animate-vertical {
	0% {
		transform: translateY(100%) scale(0.5);
		opacity: 0;
		visibility: hidden;
	}
	3%, 11.1111111111% {
		transform: translateY(100%) scale(0.7);
		opacity: 0.4;
		visibility: visible;
	}
	14.1111111111%, 22.2222222222% {
		transform: translateY(0) scale(1);
		opacity: 1;
		visibility: visible;
	}
	25.2222222222%, 33.3333333333% {
		transform: translateY(-100%) scale(0.7);
		opacity: 0.4;
		visibility: visible;
	}
	36.3333333333% {
		transform: translateY(-100%) scale(0.5);
		opacity: 0;
		visibility: visible;
	}
	100% {
		transform: translateY(-100%) scale(0.5);
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 991px) {
	.carousel {
		position: relative!important;
/*		height: 300px!important*/
	}
	.category_section .row
	{
		justify-content: center;
/*		gap: 15px 10px;*/
	}
	.job-top-right
	{
		justify-content:space-between!important;
		display: flex!important;
	}
	/*.switches-container {
    padding: 3px 0!important;
    position: fixed;
    bottom: 60px;
    right:15px;
}*/
.switch-control{
    position: fixed;
    bottom: 60px;
    right:15px;
    z-index: 99;
}
}



/*
.testim {
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translatey(-50%);
-moz-transform: translatey(-50%);
-ms-transform: translatey(-50%);
-o-transform: translatey(-50%);
transform: translatey(-50%);
}*/

.testim .wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 40px 20px;
	margin: auto;
}

.testim .arrow {
	display: block;
	position: absolute;
	color: #333;
	cursor: pointer;
	font-size: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 5px;
	z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}

.testim .arrow:hover {
	color: #f7a712;
}

.testim .arrow.left {
	left: 70px;
}

.testim .arrow.right {
	right: 70px;
}

.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
}

.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #f7a712;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
	background: #f7a712;
	border-color: #f7a712;
}

.testim .dots .dot.active {
	-webkit-animation: testim-scale 0.5s ease-in-out forwards;
	-moz-animation: testim-scale 0.5s ease-in-out forwards;
	-ms-animation: testim-scale 0.5s ease-in-out forwards;
	-o-animation: testim-scale 0.5s ease-in-out forwards;
	animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
	position: relative;
	overflow: hidden;
}

.testim .cont > div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70px 0;
	opacity: 0;
}

.testim .cont > div.inactive {
	opacity: 1;
}

.testim .cont > div.active {
	position: relative;
	opacity: 1;
}

.testim .cont div .img img {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
}

.testim .cont div h2 {
	color: #f7a712;
	font-size: 1em;
	margin: 15px 0;
}

.testim .cont div p {
	font-size: 1.15em;
	color: #333;
	width: 70%;
	margin: auto;
}

.testim .cont div.active .img img {
	-webkit-animation: testim-show 0.5s ease-in-out forwards;
	-moz-animation: testim-show 0.5s ease-in-out forwards;
	-ms-animation: testim-show 0.5s ease-in-out forwards;
	-o-animation: testim-show 0.5s ease-in-out forwards;
	animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
	-webkit-animation: testim-content-in 0.4s ease-in-out forwards;
	-moz-animation: testim-content-in 0.4s ease-in-out forwards;
	-ms-animation: testim-content-in 0.4s ease-in-out forwards;
	-o-animation: testim-content-in 0.4s ease-in-out forwards;
	animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
	-webkit-animation: testim-content-in 0.5s ease-in-out forwards;
	-moz-animation: testim-content-in 0.5s ease-in-out forwards;
	-ms-animation: testim-content-in 0.5s ease-in-out forwards;
	-o-animation: testim-content-in 0.5s ease-in-out forwards;
	animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
	-webkit-animation: testim-hide 0.5s ease-in-out forwards;
	-moz-animation: testim-hide 0.5s ease-in-out forwards;
	-ms-animation: testim-hide 0.5s ease-in-out forwards;
	-o-animation: testim-hide 0.5s ease-in-out forwards;
	animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
	-webkit-animation: testim-content-out 0.4s ease-in-out forwards;
	-moz-animation: testim-content-out 0.4s ease-in-out forwards;
	-ms-animation: testim-content-out 0.4s ease-in-out forwards;
	-o-animation: testim-content-out 0.4s ease-in-out forwards;
	animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
	-webkit-animation: testim-content-out 0.5s ease-in-out forwards;
	-moz-animation: testim-content-out 0.5s ease-in-out forwards;
	-ms-animation: testim-content-out 0.5s ease-in-out forwards;
	-o-animation: testim-content-out 0.5s ease-in-out forwards;
	animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-webkit-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-webkit-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-webkit-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-moz-keyframes testim-scale {
	0% {
		-moz-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-moz-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-moz-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-moz-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-ms-keyframes testim-scale {
	0% {
		-ms-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-ms-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-ms-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-ms-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-o-keyframes testim-scale {
	0% {
		-o-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-o-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-o-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-o-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@keyframes testim-scale {
	0% {
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-webkit-keyframes testim-content-in {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes testim-content-in {
	from {
		opacity: 0;
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes testim-content-in {
	from {
		opacity: 0;
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes testim-content-in {
	from {
		opacity: 0;
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes testim-content-in {
	from {
		opacity: 0;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes testim-content-out {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-moz-keyframes testim-content-out {
	from {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-ms-keyframes testim-content-out {
	from {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-o-keyframes testim-content-out {
	from {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes testim-content-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
	}
}

@-webkit-keyframes testim-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes testim-show {
	from {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes testim-show {
	from {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes testim-show {
	from {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes testim-show {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes testim-hide {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-moz-keyframes testim-hide {
	from {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
}

@-ms-keyframes testim-hide {
	from {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
}

@-o-keyframes testim-hide {
	from {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes testim-hide {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0);
	}
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}



.category_menu .wrapper {
	width: 40em;
	margin: 4em auto;
	background: #fff;
	padding: 4em;
	border-radius: 8px;
	border: 1px solid #f5f5f5;
}
.category_menu .wrapper > :first-child {
	margin-top: 0;
}
.category_menu .wrapper > :last-child {
	margin-bottom: 0;
}

.category_menu .desc {
	margin: 4em auto;
	font-size: 1.2em;
}

.category_menu .todo {
	background: #f9f9f9;
	padding: 1em;
	border-radius: 4px;
	color: #ccc;
	font-style: italic;
	font-weight: lighter;
	font-size: 0.9em;
}
.category_menu .todo ul {
	margin: 0.4em 0;
	padding: 0 1em;
}
.category_menu .todo ul li {
	list-style-position: inside;
}


.category_menu .emoticon-face {
	background: #FFEB3B;
	border-radius: 100%;
	width: 1.7em;
	height: 1.7em;
	transform: rotate(90deg);
	display: inline-block;
	vertical-align: middle;
	line-heigh: 1;
	margin: -0.4em 0.2em 0;
	text-align: center;
	border: 1px solid #FDD835;
	padding-left: 0.1em;
	-webkit-font-smoothing: antialiased;
}
.category_menu .emoticon-face--no-rotation {
	transform: rotate(0deg);
}

.category_menu code {
	padding: 0.2em 0.3em;
	background: #f5f5f5;
	margin: 0 0.2em;
	border-radius: 4px;
	font-size: 0.95em;
}

.category_menu .tac {
	text-align: center;
}

.category_menu .menu {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.category_menu .menu input[type=checkbox] {
	display: none;
}
.category_menu .menu input[type=checkbox]:checked ~ * {
	display: block;
}
.category_menu .menu__wrapper {
	overflow: hidden;
	position: relative;
	/*top: -1em;*/
	/*background: #263238;*/
	z-index: 2;
}
.category_menu .menu__wrapper:before, .category_menu .menu__wrapper:after {
	content: "";
	position: absolute;
	width: 1em;
	height: 100%;
	top: 0;
	z-index: 3;
}
/*.category_menu .menu__wrapper:before {
left: 0;
background: linear-gradient(to right, #263238 5%, rgba(255, 255, 255, 0) 100%);
}
.category_menu .menu__wrapper:after {
right: 0;
background: linear-gradient(to left, #263238 5%, rgba(255, 255, 255, 0) 100%);
}*/
.category_menu .menu__wrapper[data-submenu-name] {
	display: none;
	background: #ffdf7b;
	z-index: 1;
	margin-top: -1em;
}
.category_menu .menu__wrapper[data-submenu-name]:before {
	left: 0;
	/*background: linear-gradient(to right, #4f6875 5%, rgba(255, 255, 255, 0) 100%);*/
}
.category_menu .menu__wrapper[data-submenu-name]:after {
	right: 0;
	/*background: linear-gradient(to left, #4f6875 5%, rgba(255, 255, 255, 0) 100%);*/
}
.category_menu .menu__wrapper--active {
	display: block;
}
.category_menu .menu__menu, .menu__submenu {
	/*margin: 0 0 18px 0;*/
	list-style: none;
	overflow-x: scroll;
	position: relative;
	/*top: 1em;*/
	padding: 0 0 1em 0;
}
.category_menu .menu li {
	display: inline-block;
	margin:0 2px;
}
.category_menu .menu li:last-child {
	margin-right: 1em;
}
.category_menu .menu li[data-submenu] .menu__item:after {
	content: "";
	margin-left: 5px;
	top: -0.1em;
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 0.375em solid #fff;
	border-right: 0.375em solid transparent;
	border-left: 0.375em solid transparent;
}
.category_menu .menu__item {
	padding:9px 8px;
	background: #00A5EC;
	display: inline-block;
	border-radius:4px;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.category_menu .menu__item:hover {
	text-decoration: none;
}
.category_menu .menu__item--active:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	top: 100%;
	right: 50%;
	margin-right: -1em;
	border-bottom: 1em solid #00A5EC;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.category_menu .menu__menu::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.category_menu .menu__menu {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

a.dwnld:hover
{
	opacity: 1;
	color: #fff;

}
a.visit_website:hover
{
	opacity: 1;
	color: #fff;
}
.dwnld
{
	background: red;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 16px;
	opacity: 0.7;
}
.details_btn {
	margin: 10px 0;
	text-align: right;
}
.visit_website
{
	background: blue;
	color: #fff;
	padding:6px 10px;
	border-radius: 4px;
	opacity: 0.7;
	font-size: 16px;
}
/*.category_menu
{
display: none;
}*/
.slides_div
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%;
	width: 1300px; 
	/*height: 500px; */
	overflow: hidden;
    height: 335px;
    overflow: hidden;
/*    margin: 1%;*/
/*    border-radius: 10px;*/
}
header .nav-content .nav-content-list .nav-content-item:last-child
{
	display: none;
}
.ticker_wrap {
	display: flex;
}
.ticker__breaking {
	white-space: nowrap;
	background: #ff8400;
	color: #fff;
	overflow: hidden;
	padding: 10px 6px;
	display: inline-block;
	font-weight: bold;
	width: auto;
}
.ticker__viewport {
	background: #ed9936;
	color: #fff;
	overflow: hidden;
	padding: 10px 0;
	display: inline-block;
	flex-grow: 1;
}
.ticker__viewport a {
	cursor: pointer;
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}
.ticker__viewport a:hover {
/*	color: #000;*/
color: #fff;
	opacity:1;

	/*font-weight: bold;*/
}
.ticker__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.ticker__item {
	display: inline-block;
	white-space: nowrap;
	padding-right: 40px;
}
.ticker__item:before {
	content: "";
	/*font-weight: bold;*/
}
.newsss {
/*background: var(--rgba-primary-1);
box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
border-radius: var(--border-radius-base);
backdrop-filter: blur(7.5px);
padding: 20px 0;*/
width: 100%;
/*padding: 18px 20px;*/
/*background: var(--rgba-primary-1);*/
/*box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);*/
border-radius: 10px;
/*width: fit-content;*/
display: flex;
align-items: center;
backdrop-filter: blur(7.5px);
}
.newsss .container {
	width:100%;
	margin:0 auto;
	height:332px;
	overflow: hidden;
	padding: 0;
}
.newsss ul {
	list-style: none;
	position: relative;
}
.newsss li {
	height: 93px;
	/*background-color:#fff;*/
	text-align: left;
	border:1px solid #00A5EC;
	/*border-bottom:5px solid #00A5EC;*/
	background: var(--rgba-primary-1);
	padding: 10px 15px;
	border-radius: 10px;
	/*box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);*/
	margin:0 0 14px 0;
	position: relative;
}
.newsss h2 {
	color: #303030;
	font-size: 15px;
}
.newsss p {
	text-align: left;
	font-size: 14px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
}
.newsss a
{
	padding: 0;
	margin:0;
}
.extended_tags
{
	background: #ff5768;
	color: #fff;
	width: auto;
	font-size: 10px;
	padding: 2px 4px;
	border-radius: 3px;
}
.featured_tags
{
	background: #00a5e3;
	font-size: 10px;
	color: #fff;
	width: auto;
	padding: 2px 4px;
	border-radius: 3px;
}
.tags
{
	position: absolute;
	top: 10px;
	right: 10px;
}
.icon-bx-wraper.style-1 p
{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

div#slider1_container
{
	top: 92px!important;
}



#ribbon-container {
	position: absolute;
	top:50px;
	right: -15px;
	overflow: visible;
	/* so we can see the pseudo-elements we're going to add to the anchor */

	font-size:12px;
	/* font-size and line-height must be equal so we can account for the height of the banner */

	line-height: 18px;
}

#ribbon-container:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	border-top:9px solid rgba(0, 0, 0, 0.3);
	/* These 4 border properties create the first part of our drop-shadow */

	border-bottom: 14px solid rgba(0, 0, 0, 0.3);
	border-right:14px solid rgba(0, 0, 0, 0.3);
	border-left: 14px solid transparent;
}

#ribbon-container:after {
	/* This adds the second part of our dropshadow */

	content: "";
	height: 3px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	bottom: -3px;
	left:27px;
	right: 3px;
}

#ribbon-container a {
	display: block;
	padding:2px 6px;
	position: relative;
	/* allows us to position our pseudo-elements properly */

	background: #0089d0;
	overflow: visible;
	height:auto;
	margin-left: 18px;
	color: #fff;
	text-decoration: none;
}

#ribbon-container a:after {
	/* this creates the "folded" part of our ribbon */

	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	bottom: -15px;
	right: 0;
	border-top: 15px solid #004a70;
	border-right: 15px solid transparent;
}

#ribbon-container a:before {
	/* this creates the "forked" part of our ribbon */

	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0;
	left: -14px;
	border-top: 9px solid #0089d0;
	border-bottom:14px solid #0089d0;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
}

#ribbon-container a:hover {
	background: #009ff1;
}

#ribbon-container a:hover:before {
	/* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
/*
border-top:14px solid #009ff1;
border-bottom:14px solid #009ff1;*/
border-top: 9px solid #009ff1;
border-bottom: 14px solid #009ff1;
}
.job_category .icon-media {
	height: 65px!important;
}
.no-result
{
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}
.no-result img
{
	width: 30%;
}
@media all and (max-width: 991px) {
	.blog-single .dz-title
	{
		font-size: 14px!important;
		margin-bottom: 2px!important;
		display: inline-flex;
        width: max-content;
        color: #f1ae00;
        border: 1px solid #f1ae00;
        border-radius: 4px;
        font-weight: 600;
        padding: 2px 8px;
        margin-top: 10px;
	}
	div#slider1_container
	{
		top: 16px!important
	}
	.details .col-xl-6 .card-body
	{
		padding:10px!important;
	}
	.details .col-xl-6
	{
		/*width: 50%!important;*/
	}
	.job-detail-content .job-address
	{
		margin-bottom: 2px!important;
		font-size: 13px!important
	}
	.category_menu .menu__item
	{
		padding:4px 8px!important;
	}
	.job-detail-content .income .jobs-amount
	{
		font-size: 12px!important
	}
	.job-top-right
	{
		margin-bottom: 0!important
	}
	.testim .arrow {
		font-size: 1.5em;
	}
	.testim .arrow.left
	{
		left: 0!important
	}
	.testim .arrow.right
	{
		right: 0!important;
	}
	.testim .cont div p {
		line-height: 25px;
		width: 100%!important;
	}
	.dz-bnr-inr
	{
		display: none!important;
	}
	.main-bnr
	{
		padding-top:66px!important
	}
	.page-content
	{
		/*margin-top:45px!important*/
	}
	.all_jobs .section-head
	{
		display: none!important;
	}
	.all_jobs select.js-select2 {
		display: none!important;
	}
	.all_jobs .input-group
	{
		margin-bottom: 0!important
	}
	.btn-filter
	{
		padding:4px 7px!important;
	}
	.btn-recharge
	{
		height: 30px!important
	}
	.switches-container{
		padding: 3px 0!important
	}
	.newsss .container
	{
		padding: 0!important
	}
/*	section.job_category
	{
		padding:20px 0!important;
	}*/

	/*.page-content .blog-single
	{
		margin-top: 22px!important
	}*/
	.no-result img
	{
		width: 60%!important
	}
	.page-content.all_jobs .content-inner
	{
		margin-top: 40px!important
	}
	.content-inner .job_category
	{
		margin-top:40px!important
	}
	.newsss h2
	{
		font-size: 14px!important;
		width: 75%!important
	}
	header .nav-content .nav-content-list .nav-content-item:last-child
	{
		display: inline-block!important;
	}
	section.wow.fadeIn.example.no-padding.no-transition.slider-top
	{
		margin-top:31px!important
	}
	.slides_div
	{
		height: 400px!important
	}

	.category_menu
	{
		/*display: inline-block!important;*/
	}
	.details_btn {
		text-align: center!important;
	}
	section.map-wrapper1.overflow-hidden.content-inner
	{
		margin-top: 40px!important
	}
	.modal-footer
	{
		padding: 5px 0!important
	}
	.modal-dialog .btn
	{
		font-size: 12px!important;
		line-height: 14px!important
	}
	.title
	{
		font-size:14px!important;
		font-weight: 600;
	}
	.dz-page-text p, .dz-card.blog-single .dz-post-text p
	{
		font-size: 12px!important;
		margin-bottom: 8px!important
	}
	.dz-page-text, .dz-page-text ul li, .dz-page-text ol li, .dz-page-text p, .dz-card.blog-single .dz-post-text, .dz-card.blog-single .dz-post-text ul li, .dz-card.blog-single .dz-post-text ol li, .dz-card.blog-single .dz-post-text p
	{
		font-size: 12px!important
	}
	/*.main-bnr .col-xl-7 {
		width: 70%!important;
	}*/
	.main-bnr .col-xl-5.col-lg-5.col-md-12
	{
		width:30%!important;

	}
	p.desc
	{
		display: none!important;
	}
	.main-bnr .sub-title
	{
		font-size: 20px!important
	}
	.main-bnr h1, .main-bnr .h1
	{
		font-size: 38px!important
	}
	span.main_head
	{
		font-size: 14px!important

	}
	.banner-media img
	{
		height:auto!important
	}
	h6.bottom-contact.wow.fadeInUp
	{
		display: none!important;
	}
	.section-head h2.title, .section-head .title.h2
	{
		font-size: 18px!important
	}
	.job_category .col-xl-3.col-md-6.col-sm-6
	{
		width: 50%!important;
	}
	.newsss
	{
		margin-bottom: 30px!important
	}
	.icon-bx-wraper.style-2 .icon-content .title
	{
    font-size: 12px!important;
    padding: 11% 0!important
	}
	.content-inner1
	{
		padding-top:0px!important;
	}
	.job_category h5
	{
		font-size: 14px!important;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}

	.job_category p
	{
		font-size:12px!important;
	}
	.search-container1.mobile-search
	{
		background: transparent!important;
	}
	
	.job-bx.style-1 .job-contant .job-title
	{
		font-size: 14px!important;
		width: 70%!important
	}
	.job-bx.style-1 .job-contant .text
	{
		font-size: 12px!important
	}
	.job-data b
	{
		display:block!important;
	}
	.jobs-amount span {
		color: #777f87;
	}
	.jobs-amount i{
   color: #00A5EC;
	}
	.jobdetails-sec > .row {
		overflow-x: auto;
		overflow-y: hidden;
	}
.details-head .drop-name{
	padding: 9px 0px 11px;
}
.details-head .drop-name .drop__profession{
	display: block;
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height:17px;
    text-transform: capitalize;
}
.details-head .drop-name .location i{
	margin-right: 4px;
}
.details-head .drop-name .company-logo{
	max-width: 60px;
    min-width: 52px;
    margin-right: 15px;
    position: relative;
}

	.jobdetails-sec > .row > .col-xl-4 {
		display: inline-block;
		float: none;
	}
	.loadmore {
/*		display: none;*/
	}
	.dwnld,.visit_website
	{
		padding: 4px 10px!important;
		width:49%!important;
		display: inline-block!important;
		font-size: 13px!important
	}
	.widget_categories.style-2 ul li .info-inner .info-discription
	{
		font-size: 11px!important
	}
	.widget_tag_cloud .tagcloud a
	{
		padding: 4px 10px!important;
		font-size: 10px!important;
		border-radius: 4px!important
	}
	.widget
	{
		margin-bottom: 15px!important
	}
	.logo img
	{
		width: 120px!important
	}
	.job_category .section-head
	{
		padding-top: 8px!important;
	}
	.all_jobs .row .col-md-6:first-child
	{
		order: 2;
	}
	.all_jobs .row .col-md-6:last-child
	{
		order:1;
	}
	.category_menu .menu__menu, .menu__submenu
	{
		padding: 01em 0 0 0
	}
	section.job_category.pt40
	{
		padding-top: 49px!important
	}
	.details-head .location{
		display: inline-block;
		overflow: visible;
	}
	#app p{
		font-size: 13px;
		margin-bottom: 8px;
	}
}



section.job_category.pt40
{
	padding-top: 92px;
/*	background-color: #151414;*/
}
section.job_category.pt40 .container-fluid{
	background: #fff;
}



/* SLIDER */
.testimonial_div #section--3 .slider {
	max-width: 100rem;
	height:20rem;
	margin: 0 auto;
	position: relative;

	/* IN THE END */
	overflow: hidden;
}

.testimonial_div #section--3 .slide {
	position: absolute;
	top: 0;
	width: 100%;
	height:auto;

	display: flex;
	align-items: center;
	justify-content: center;

	/* THIS creates the animation! */
	transition: transform 1s;
}

.testimonial_div #section--3 .slide>img {
	/* Only for images that have different size than slide */
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial_div #section--3 .slider__btn {
	position: absolute;
	top: 50%;
	z-index: 10;

	border: none;
	background: rgba(255, 255, 255, 0.7);
	font-family: inherit;
	color: #333;
	border-radius: 50%;
	height: 5.5rem;
	width: 5.5rem;
	font-size: 3.25rem;
	cursor: pointer;
}

.testimonial_div #section--3 .slider__btn--left {
	left: 6%;
	transform: translate(-50%, -50%);
}

.testimonial_div #section--3 .slider__btn--right {
	right: 6%;
	transform: translate(50%, -50%);
}

.testimonial_div #section--3 .dots {
	position: absolute;
	bottom:0;
	left: 52%;
	transform: translateX(-50%);
	display: flex;
}

.testimonial_div #section--3 .dots__dot {
	border: none;
	background-color: #b9b9b9;
	opacity: 0.7;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	margin-right: 1.75rem;
	cursor: pointer;
	transition: all 0.5s;

	/* Only necessary when overlying images */
	/* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.testimonial_div #section--3 .dots__dot:last-child {
	margin: 0;
}

.testimonial_div #section--3 .dots__dot--active {
	/* background-color: #fff; */
	background-color: #888;
	opacity: 1;
}

/* TESTIMONIALS */
/*.testimonial_div .testimonial {
	width:80%;
	position: relative;
	text-align: center;
}

.testimonial_div .testimonial::before {
	content: '\201C';
	position: absolute;
	top: -5.7rem;
	left: -6.8rem;
	line-height: 1;
	font-size: 20rem;
	font-family: inherit;
	color: #00A5EC;
	z-index: -1;
	display: none;
}
*/
.testimonial_div .testimonial__header {
	font-size:16px;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.testimonial_div .testimonial__text {
	font-size:14px;
	margin:0;
	color: #666;
	font-weight: 400;
}


.testimonial_div .testimonial__author {
	margin-left: 3rem;
	font-style: normal;
	/*display: grid;*/
	grid-template-columns: 6.5rem 1fr;
	column-gap: 2rem;
}

.testimonial_div .testimonial__photo {
	grid-row: 1 / span 2;
	width: 6.5rem;
	border-radius: 50%;
}

.testimonial_div .testimonial__name {
	font-size: 1.7rem;
	font-weight: 500;
	align-self: end;
	margin: 0;
}

.testimonial_div .testimonial__location {
	font-size:14px;
}

.testimonial_div .section__title--testimonials {
	margin-bottom: 4rem;
}
@media (max-width: 991px) 
{
	.testimonial_div .slider__btn
	{
		font-size: 1.25rem!important
	}
	/*.testimonial_div .testimonial
	{
		width: 85%!important
	}*/
	.testimonial_div .testimonial__text
	{
		font-size: 12px!important;
		line-height: 16px!important;
		font-weight: 500!important;
		text-align: justify!important;
	}
	.testimonial_div .slider__btn
	{
		width: 30px!important;
		height: 30px!important
	}
	.testimonial_div .testimonial__photo
	{
		width: 3.5rem!important;
	}
	.testimonial_div .testimonial__author
	{
		grid-template-columns: 4.5rem 1fr!important;
		margin-left: 1rem!important;
		column-gap: 0!important
	}
	.testimonial_div .testimonial__name
	{
		font-size: 14px!important
	}
	.testimonial_div .testimonial__location
	{
		font-size: 12px!important
	}
	.testimonial_div .slider
	{
		height: 20rem!important;
	}
   
}


.desktop_news
{
	display: block;
}
.mobile_news
{
	display: none;
}

@media (max-width: 991px) {
	.desktop_news
	{
		display: none!important;
	}
	.mobile_news
	{
		display: block!important;
	}



	.news_section .container {
		width: 100vw;
		overflow-x: scroll;
		white-space: nowrap;
		background-color: #fff;
		display: flex;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding-left: 0!important
	}

	.news_section .scroll-disabler {
		width: 100vw;
		height:auto;
		position: absolute;
		background-color: rgba(0,0,0 , 0.0001);
	}

	::-webkit-scrollbar {
		display: none;
	}

	.news_section article {
		min-width:auto;
		height: auto;
		padding:0.5rem;
	}
	.news_section article .wrapper {
		padding :2rem 1rem 1rem 1rem;
		background-color: #fff9e5;
		height: auto;
		/*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
		border-radius: 10px;
		border:1px solid #00A5EC;
		position: relative;
		justify-content:flex-start;
	}
	.news_section article .img {
		height: 50%;
		background-color: lightgray;
		border-radius: 25px 25px 0 0;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
	}
	.news_section article .content a
	{
		margin-bottom: 10px;
		font-size:15px;
		margin-bottom: 0;
		margin-top: 20px;
		color: #000;
	}
	.news_section article .content a:hover
	{
		color: #00A5EC;
	}
	.news_section article .content p
	{
		margin-bottom: 10px;
	}
	.news_section article .content > div {
		/*height: 2rem;*/
		background-color: lightgray;
		margin: 2rem auto 0 auto;
		width: 85%;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
		border-radius: 5px;
	}
	.news_section article .content > div:last-child {
		height: 5rem;
	}
}
/*changes*/
.section-box .desc{
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#more {display: none;}
.readbtn{
	font-size:14px;
    color: #464646;
    cursor:pointer;
}
.readbtn:hover, .readbtn:active{
	color: #464646 !important;
	letter-spacing: 1px;
}
.drop__container.container a{
	text-decoration:none !important;
	/*color:inherit !important;*/
}
.btn-decor{
	border: 1px solid #ced4da !important;
	color:#495057;
	padding: 0.275rem 0.75rem !important;
	background-color: #fff !important;
}
.btn:focus, .btn.focus{
	box-shadow:none !important;
}
.form-control:focus{
	box-shadow:none !important;
}
.content-inner.page-content.details_cards .layout{
	padding:12px 0;
	border-bottom: 1px solid #ced4da;
    margin: 0 10px;
}
@media(max-width:991px){
	.btn-decor{
		height:32px;
		margin-right:3px;
	}
	.content-inner.page-content.details_cards .layout{
	padding: 2px 0 10px;
}
.readbtn{
	font-size:12px;
}
}
/*switch button*/
.upper{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-family: sans-serif;
}
.switch-button {
/*  background: rgba(255, 255, 255, 0.56);*/
  overflow: hidden;
  width: 100px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
/*  color: #155FFF;*/
  position: relative;
  padding-right: 50px;
  position: relative;
}
.switch-button:before {
  content: "P.Grad";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(50px);
  transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 8px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.25rem;
  transform: translateX(0);
  transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}
.switch-control{display:inline-block;
/*  padding: 0.375rem 0.25rem;*/
/*	padding: 0.175rem 0.15rem ;*/
    background-color: #00A5EC;
    font-size: 1rem;
/*     height: 30px;*/
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    transition: background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color:#495057;
}
 label{
    	margin-bottom:0 !important;
    }

/*new animation*/
.text-container {
  display: inline-flex;
  flex-direction: column;
  height: 3.5rem;
  overflow: hidden;
}

.text-container span {
  height: 3.3rem;
  animation: moveUp 10s linear infinite;
  width:auto;
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  
  5% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-3.3rem);
  }

  25% {
    transform: translateY(-3.3rem);
  }

  35% {
    transform: translateY(-6.6rem);
  }

  45% {
    transform: translateY(-6.6rem);
  }

  55% {
    transform: translateY(-9.9rem);
  }

  65% {
    transform: translateY(-9.9rem);
  }

  75% {
    transform: translateY(-13.2rem);
  }

  95% {
    transform: translateY(-13.2rem);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveup {
  0% {
    transform: translateY(0);
  }
  
  5% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-1.3rem);
  }

  25% {
    transform: translateY(-1.3rem);
  }

  35% {
    transform: translateY(-2.6rem);
  }

  45% {
    transform: translateY(-2.6rem);
  }

  55% {
    transform: translateY(-3.9rem);
  }

  65% {
    transform: translateY(-3.9rem);
  }

  75% {
    transform: translateY(-5.2rem);
  }

  95% {
    transform: translateY(-5.2rem);
  }

  100% {
    transform: translateY(0);
  }
}

.job-top-right .form-control{
	padding: 0.195rem 0.45rem !important;
}
.banner-inner h1 .main-line{display:none;}
@media (max-width:600px){
	.job-top-right .bal{
	display: flex;
    position: absolute;
   top: 3px;
    left: -182px;
    margin-right:0;
    font-size: 14px;
    
	}
	.job-top-right .bal img{
    width: 24px !important;
	}
	.job-top-right tt{
/*		display:none;*/
	}
   .row.layout.mid-header {
    position: relative;
}

}
@media (max-width:500px){
	 .img-responsive{
    	max-width:58% !important;
    }
    .banner-hero{padding:0 !important;}
    .main-bnr .sub-title{
    	font-size:14px !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-1{
    	top: 10% !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-2{
    	right: -42% !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-3{
      right: 8% !important;
       top: 21% !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-4{
    bottom: 8% !important;
    left: 10% !important;
    }
    .banner-hero .banner-inner .banner-imgs{
    	min-height: 240px !important;
    }
    .main-bnr .text{font-size: 14px !important;}
    .banner-inner h1 .main-line{
	display:inline-flex;
	font-weight: 600;
    line-height: 1.5;
    font-size: 42px !important;
    color: var(--primary) !important;
    font-family: var(--font-family-title);
	}
    tt.text-container {
	  display: inline-flex;
	  flex-direction: column;
	  height: 1.5rem;
	  overflow: hidden;
	}
    .main-bnr h1, .main-bnr .h1
	{
		font-size: 19px!important
	}
	tt.text-container span {
	  height: 1.3rem;
	  animation: moveup 10s linear infinite;
	  width:auto;
	}
	span.text-container.main_head{display:none;}

}

@media (min-width: 502px) and (max-width: 991px){
	.job-top-right tt{
		display:none;
	}
	.job-top-right .bal{
	display: flex;
	padding: 4px 15px;}
	.banner-hero{
		padding:0 !important;
	}
	.text-container{
		display: none;
	}
	.banner-inner h1 .main-line{
	display:inline-flex;
	font-weight: 600;
    line-height: 1.5;
    font-size: 81px !important;
    color: var(--primary) !important;
    font-family: var(--font-family-title);
	}
	 .img-responsive{
    	max-width:90% !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-1{
    	top: 10% !important;
    	left: 12% !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-2{
    	right: 10% !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-3{
      right: 36% !important;
       top: 17% !important;
    }
    .banner-hero .banner-inner .banner-imgs .block-4{
    bottom: 8% !important;
    left:8%;
    }
    .banner-hero .banner-inner .banner-imgs{
    	min-height: 390px !important;
    }
}
.menu, .drop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    display: inline-block;
    position: relative;
}

.menu-item a.menu-anchor {
    text-decoration: none;
    display: inline-block;
    color: #616161 !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.drop-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    z-index: 9;
    width: 200px;
/*    right:0;*/
    height:80px;
    padding:6px;
    overflow-y: scroll;
}

.drop-menu-item {
    width: 100%;
}
.drop-menu-item a{
	padding: 6px 15px;
	font-size: 14px;
	color: #616161 !important;
    font-family: 'Poppins', sans-serif;
}
.drop-menu-item:hover {
    background-color: #eee;
}

.drop-menu-item a {
    color: #555;
}

.menu-item:hover .drop-menu {
    display: block;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

 
.footer {
  position: relative;
  padding-top: 45px;
  background: #121518;
}

.footer .newsletter {
  position: relative;
  max-width: 900px;
  margin: 0 auto 45px auto;
  padding: 30px 15px;
  background: #000000;
  text-align: center;
}

.footer .newsletter h2 {
  color: #dddddd;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.footer .newsletter input {
  height: 50px;
  border: 2px solid #cdcdcd;
  border-radius: 0;
}

.footer .newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00A5EC;
  background: #121518;
  border-radius: 0;
  border: 2px solid #00A5EC;
  transition: .3s;
}

.footer .newsletter .btn:hover {
  color: #ffffff;
  background: #00A5EC;
}

.footer .newsletter .btn:focus {
  box-shadow: none;
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
  position: relative;
  margin-bottom: 45px;
  color: #dddddd;
}

.footer .footer-about h3,
.footer .footer-link h3,
.footer .footer-contact h3{
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #00A5EC;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #dddddd;
  transition: .3s;
  text-transform: capitalize;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #00A5EC;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 18px;
  color: #00A5EC;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #dddddd;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 10px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a {
  color: #dddddd;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu .f-menu a:hover {
  color: #00A5EC;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  padding: 30px 15px;
}

.footer .copyright p {
  margin: 0;
  color: #dddddd;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #00A5EC;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.view-m{
    padding: 5px 14px;
    letter-spacing: 0px;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    background: #fff9e5;
    color: #00A5EC;
    font-weight: 500;
}
@media (max-width: 991px) {
  .view-m{
  	margin-left: 136px;
  	font-size: 12px;
  }
  .location{
  	font-size:12px;
  } 
}
a:hover{
	text-decoration: none !important;
}
.truncated {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  line-height:11px;
  /* Optional: set a fixed max-width or width to the element if needed */
  max-width: 200px; /* max-width: 100%; also works */
}
.modal-header .close{
	margin: -15px -4px -15px auto !important;
}
 .details .social__links{
 	border-top: 1px solid #ccc;
    padding-top: 5px;
    margin:0 10px;
 }
 #main_cat .social__links{
 	margin: 0 10px;
 }
 
@media (max-width: 991px) {
 .truncated {
 	max-width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
 	}
 	.details .social__links{
    margin:0;
    margin-bottom: 12px;
 }
 #main_cat .social__links{
 	margin:0;
 }
 }
 .widget.widget_categories .details_cards{
 	margin:10px 0;
 }
 .widget.widget_categories .details_cards .drop__card:hover{
  transform: translateY(0px);
 }
 @media (max-width: 991px){
.widget.widget_categories > .row {
    overflow-x: auto;
    overflow-y: hidden;
}}

/*New Footer style*/
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}
.single-cta i {
  color: #00A5EC;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #d4d3d3;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo img {
  max-width: 120px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #d4d3d3;
  line-height: 21px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #00A5EC;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 6px;
}
.footer-widget ul li a:hover {
  color: #00A5EC;
}
.footer-widget ul li a {
  color: #d4d3d3;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #00A5EC;
  padding: 13px 20px;
  border: 1px solid #00A5EC;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 20px 0 15px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #cec9c9;
  text-align:left;
}
.copyright-text p a {
  color: #00A5EC;
}
.footer-menu ul{
	margin-bottom: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:hover a {
  color: #00A5EC;
}
.footer-menu li a {
  font-size: 14px;
  color: #cec9c9;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #00A5EC;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}
.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #00A5EC;
}
.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #00A5EC;
}
.footer-social-icon .social_icon {
  text-align: left;
}
.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}
.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}
.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}
.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
}
.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}
.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}
.footer-menu{
	text-align:right;
}
.footer-menu ul li:nth-child(1):after {
    display: inline-block;
    content: "|";
    margin-left: 7px;
    margin-right: 5px;
}
	#new-navbar .nav_left {
          background-color: #515151;
          border-top-left-radius: 48px;
          border-bottom-left-radius: 48px;
      }
      
     #new-navbar .nav-tabs .nav-link.active{
          background-color: transparent ;
          border-color: transparent ;
          color: #fff;
          opacity:1;
      }
      #new-navbar .nav-tabs .nav-link.active a{
      	color: #fff;
          opacity:1;
      }
    #new-navbar .nav-tabs .nav-link {
          border: none;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          margin: 0 30px 0 40px;
      }
      #new-navbar .nav-tabs .nav-link a{
       color: #fff;
      }
      
    #new-navbar .nav-tabs {
          border-bottom: none;
      }
      
      #new-navbar .nav-link {
          padding: 1rem 0.5rem;
          color: #fff;
          opacity:0.8;
      }
      
      #new-navbar .nav-link:focus,
      #new-navbar .nav-link:hover {
          color: #fff;
      }
      
      #new-navbar .search_input {
          width:100%;
          border-radius: 10px;
          border: none;
          line-height: initial;
          padding-top: 4px;
          padding-bottom: 4px;
          color: #f19159;
      }
      
      #new-navbar .search_input:focus-visible {
          outline: none;
      }
      
      #new-navbar input.search_input::placeholder {
          color: #cfd2ec;
          vertical-align: middle;
      }
      
      #new-navbar .search_img {
          top: 7px;
          right: 8px;
      }
      
     #new-navbar.navbar-toggler {
          border: 3px solid #f19159;
      }
      
      #new-navbar .navbar-toggler-icon {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(35, 76, 203, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }
      
      #new-navbar .navbar-toggler:focus {
          box-shadow: none;}
       #new-navbar .navbar-brand{
       	width:17%;
       }
       #new-navbar .container-fluid{
        border-right: 0;
        border-left: 17px solid transparent;
       }

       @media (max-width:991px){
       	#new-navbar .navbar-brand {
         width:42%;
       	}}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle{ box-shadow:none !important; }
.btn-group.btn-toggle{
		height: 36px;}
		 .btn-group.btn-toggle button.btn.btn-default{
			background:#7e7e7ed4;
		}
		.btn-group.btn-toggle .btn.btn-default, .btn-group.btn-toggle .btn.btn-primary{
			line-height:19px;
		} 
@media (max-width:991px){
	.btn-group.btn-toggle{
		height: 32px;
		margin-right:4px;
	}
	.btn-group.btn-toggle .btn.btn-default{
		line-height:18px;
		border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !important;
		border-radius:0 !important;
		font-size:14px;
	}
	.btn-group.btn-toggle .btn.btn-primary{
		line-height:18px;
		border-top-left-radius:0 !important;
		border-bottom-left-radius:0 !important;
		border-radius:0 !important;
		font-size:14px;
	}
}
/*ends here*/

/*new job-detail section syling*/

.job-quality .row{
	margin:0 10px;
	border:1px solid #d8d8d8;
	border-radius: 8px;
	
}
.job-quality .row .col-3{
	border-right:1px solid #d8d8d8;
	padding: 10px 10px 0;
}
.term1{
	text-align:center;
}
.term1 h3{
		color: #83838e;
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
    font-weight: 500;
}
.term1 p{
	font-size: 16px;
    font-weight: 500;
    margin-top: -7px;
    white-space: nowrap;
    color: #2f2f33;
    margin-bottom: 3px;
}
section.job-details2
{

}
.job-details2 .more-info{
	background:;
}
.job-post-container {
    background-color: var(--white);
    border-radius: 10px;
    padding:24px;
/*    box-shadow: 4px 4px 12px rgba(21, 60, 245, .05), 0 2px 6px rgba(5, 21, 46, .02);*/
   box-shadow: 0 0 10px ##d8dde54d;
   font-family: 'Poppins',sans-serif;
   /*border: 1px solid #ced4da;*/
   margin-bottom: 20px;
   position: relative;
   overflow: hidden;

}
.grid-job-post-top {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .35fr;
}
.w-layout-grid {
    grid-row-gap: 0px;
    grid-column-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    grid-template-columns: 100% 30%;
}
.job-post-primary-info {
    display: flex;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.job-post-company-name {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #777f87;
}
.job-post-title {
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 18px;
}
.job-post-category {
    color: var(--neutral-500);
/*    letter-spacing: .12em;*/
    text-transform: capitalize;
    background-color: #f6f7fa;
    border-radius: 4px;
    padding:4px 8px;
    font-size: 12px;
    line-height: 14px;
    transition: background-color .4s, color .4s;
    display: inline-block;
    margin-right: 8px;
    margin-bottom:0;
    width: auto;
    background:#f3f3f3;
    background: transparent;
    border:1px solid;
    border-radius: 20px;
}
.prep-btn {
    position: relative;
    right: -15px;
}
.job-post-category:hover{
	color: #3a6abe;
}
.job-category-types{
	display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;

}
div#w-node-c85b3c49-0913-efda-9e04-0bef2535e1fa-f30a77b9 {
    text-align: end;
}
#w-node-c85b3c49-0913-efda-9e04-0bef2535e1fa-f30a77b9 {
    justify-self: end;
    position: absolute;
    height: auto;
}
.job-post-date {
    color: #858c95;
    text-align: right;
    margin-bottom: 6px;
    line-height: 20px;
}
.button-primary {
    background-color: var(--primary-1);
    color: var(--white);
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    transition: transform .3s, box-shadow .3s, background-color .3s;
    box-shadow: 0 2px 6px rgba(5, 21, 46, .12), 0 14px 14px rgba(21, 60, 245, .2);
}
.job-post-middle {
/*    border-bottom: 1px solid #e5e5ef;*/
    align-items: center;
    margin-top: 5px;
/*    padding-bottom: 20px;*/
    display: flex;
}
.job-post-info-container {
    align-items: center;
    display: flex;
}
.job-post-info-icon {
    margin-right: 8px;
}
.job-post-info-text.edu{
	text-transform: capitalize;
}
.job-post-middle.edu-part{
	border-bottom: none;
    padding-bottom: 0;
    margin-top: 0px;
}
.job-post-info-text {
/*    letter-spacing: .12em;*/
/*    text-transform: uppercase;*/
    font-size: 14px;
    color: #777f87;
/*    line-height: 18px;*/
}
.job-post-info-divider {
    width: 1px;
    height: 24px;
    background-color:#ced3d9;
    margin-left:10px;
    margin-right: 10px;
}
.job-post-info-container i{
	color: #00A5EC;
	 margin-right: 8px;
	 font-size:17px;
}
.date-p{
	color:red;
}
.job-post-info-text i{
letter-spacing: .12em;
    text-transform: uppercase;
    font-size:12px;
    line-height: 18px;
    color:#142238;
    margin-right:0;
}
/*.job-post-bottom {
    margin-top: 20px;
}*/
.job-post-subtitle {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
}
.rich-text p {
/*    margin-bottom: 24px;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #777f87;
    margin-bottom: 10px;
    font-family: 'Poppins',sans-serif;
}
.rich-text ul, .rich-text ol {
    max-width: 720px;
   list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
    color: #777f87;
    font-family: 'Poppins',sans-serif;
  }
  .rich-text.w-richtext li{
  	list-style-type: disc;
  }
    .button-primary.large {
    padding: 22px 36px;
    font-size: 18px;
    line-height: 20px;
}
/*section.details{
	padding:25px 0;
}*/

.widget.has-content {
    padding: 10px 15px;
    background-color: #b5b3ae1a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 20px 0;
}
.widget {
    margin-bottom: 0px !important;
    position: relative;
    padding: 0px;
    background: transparent;
}
.job-detail-detail .details {
    padding-left:52px;
}
.job-detail-detail .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap:16px;
}

.job-detail-detail .icon {
    /*color: #00A5EC;
    font-size: 29px;*/
    float: left;
    background: var(--muted);
        /* padding: 6px; */
        border-radius: 4px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: var(--muted-foreground);
}
.job-detail-detail .text {
    font-size: 12px;
    font-weight: 400;
    
}
.job-detail-detail .list{
	/*display: flex;
    justify-content: space-between;*/
}
#no-result h2{
	text-align:center;
	padding:10px 0;
	font-size:30px;
}
#no-result img{
	width:25%;
	margin:0 auto;
	display: block;
	padding: 4% 0;
}
@media (max-width:991px){
	#no-result img{
		width:85%;
	}
	#no-result h2{
		font-size: 28px;
	}
	.news
	{
		margin-top: 50px!important
	}
	#carouselExampleFade.carousel
	{
		margin: 0!important
	}
}
.widget.widget_getintuch li i{
 	margin-right: 15px;
    font-size: 22px;
    color: #00A5EC;
}
#wallet h1{
	font-size: 28px;
	text-align: center;
	margin: 15px 0;
}
#wallet h3{
 font-size:18px;
 color:#737373;
 text-align: center;
 font-weight: 500;
    margin-bottom: 0;
}
#wallet p{
	text-align: center;
	font-size: 26px;
	margin-bottom: 25px;
}
#wallet .item-price{
	text-align: center;
	background-color: #fff;
/*    border: 1px solid #d4d7d866;*/
    margin-bottom: 25px;
    font-size: 16px;
    border-radius: 8px;
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
    font-weight: 400;
    width: 100%;
    padding: 35px 0;
/*    box-shadow: 0 0 4px 2px #eee;*/
    border: 1px solid #ced4da;
    border-bottom: 6px solid #00A5EC;
    cursor: pointer;
}
#wallet .item-price p{
/*	background-color: #2197541a;*/
    color: #00A5EC;
    font-size: 13px;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 500;
    margin-bottom: 7px;
}
#wallet .item-price h6{
	font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}
@media (max-width:600px){
#wallet .row > *{
	padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
}
#wallet h1{
	font-size: 22px;
	margin-bottom:5px;
}
#wallet h3 {
    font-size: 16px;}

 #wallet p {
    font-size: 24px;
    margin-bottom: 12px;
}
}
#payment .card0 {
	margin: 0px 12px 50px 12px;
	border: 0;
	box-shadow: none;
}

/*Left Side card*/
 #payment .card1 {
	margin: 0;
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 0px;
/*	background: #f6f6f6;*/
	border: 1px solid #ced4da;
    box-shadow: none;
}

 #payment .bill-head {
	color: #000;
	font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 18px;
    text-align: start;
    padding-left: 12px;
}

 #payment .line {
	border-right: 1px grey solid;
}

 #payment .bill-date {
	color: #BDBDBD;
}

#payment .red-bg {
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#686560;
	padding-left: 20px !important;
	padding: 15px 10px 15px 15px;
	background: #b5b3ae1a;
}

#payment #total {
	margin-top: 0px;
	padding-left: 7px;
	color:#00A5EC;
}

#payment #total-label {
	margin-bottom: 0px;
	color: #202124;
	padding-left: 7px;
}

#payment #heading1 {
	color: #000;
	font-size: 20px;
	padding-left: 10px;
}

#payment #heading2 {
	font-size: 21px;
	color:#000

}

/*For font-awesome icons in Placeholder*/
#payment .placeicon {
	font-family: fontawesome !important;
}

/*Right Side Card*/
#payment .card2 {
	/*padding: 25px;
	margin: 0;
	height: 100%;
	box-shadow: none;
    border: 1px solid #ced4da;*/
    text-align: center;
}



#payment .form-card input, #payment .form-card textarea {
/*    padding: 10px 8px 10px 8px;*/
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: 'Poppins' !important;
/*    width: 80%;*/
    box-sizing: border-box;
    font-family: montserrat;
    font-size: 14px;

   width: 95%;
   text-align: center;
   padding: 6px;
}
#myModal input.form-txt{
	 border: 1px solid #ccc;
    border-radius: 6px;
    font-family: 'Poppins' !important;
    padding: 6px;
    width: 47%;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
#payment .form-card input:focus, #payment .form-card textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    outline-width: 0;
}

#payment .btn-info {
	color: #ffffff !important;
}

/*Imaged Radio Buttons*/
#payment .radio-group {
    position: relative;
    margin-bottom: 12px;
}

#payment .radio {
    display:inline-block;
    width: 204px;
    height: 64px;
    border-radius: 0;
/*    background: lightblue;*/
    box-sizing: border-box;
    border: 2px solid lightgrey;
    cursor:pointer;
    margin: 8px 25px 8px 0px; 
}

#payment .radio:hover {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#payment .radio.selected {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}

/*Fit image in bootstrap div*/
#payment .fit-image{
    width: 100%;
    object-fit: cover;
}
.page-content iframe {
    width: 100%;
    height: 100%;
}
@media (max-width:991px){
	#payment .card2{
		padding:5px;
	}
	#payment .radio{
		width: 127px;
    height: 47px;
    margin: 8px 24px 8px 0px;
}
	#payment #heading2{
		margin:15px 0 0;
		font-size:20px;
	}
	#payment .bill-head{
		font-size:14px;
	}
	.page-content iframe {
    padding-top: 28px;
    height: auto;
}
.video-sec-part iframe{
	padding-top:0px;
}
}
.header.new-header .list-inline a, .top-header a.text-color.mr-3{
	color:#cec9c9;
}
.header.new-header .list-inline a:hover, .header.new-header .list-inline a.active{
	color:#00A5EC;
}
div#wallet {
    padding-top: 116px;
    margin-bottom: 25px;
    min-height: 70vh;
}
.content-inner-p{
	padding-top:70px;
	padding-bottom:70px;
}
.top-header .list-inline{
	margin-bottom: 0;
}
section.wow.fadeIn.example.no-padding.no-transition.slider-top{
	margin-bottom: 76px;
	background-color: #151414;
}
@media (max-width:991px){
	.content-inner-p{
	padding-top:15px!important;
	padding-bottom:15px!important;
}
section.wow.fadeIn.example.no-padding.no-transition.slider-top{
	margin-bottom: 13px;
}.info-box h2.wow.fadeInUp {
    font-size: 20px;
} 
.info-box p.wow.fadeInUp {
    font-size: 14px;
} 
.info-box .widget_getintuch ul li span{
	font-size:18px;
}
.info-box .p-t10 {
    padding-top: 0px !important;
}
.info-box .p-t20 {
    padding-top: 3px;
}
.info-box .widget {
    margin-bottom: 10px !important;
}
.category_section .hs__item
{
	margin-bottom: 1px!important
}
.category_section .row :last-child .hs__item .hs__item__description{
	margin: 2px auto 7px;
}
.category_section row :last-child .hs__item .hs__item__title{
	font-size: 11px !important;
	font-weight: 500;
}
}


.new-header .top-header {
  font-size: 12px;
  transition: transform 0.2s ease;
  /*background-color: #f2f2f2;*/
  transform-origin: top;
  font-weight: 600;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.new-header .top-header.hide {
  transform: scaleY(0);
  transform-origin: top;
}

.new-header .navigation {
/*  background: linear-gradient(to right, transparent 30%, #00A5EC 70%);*/
   background:#fff;
/*  background: #fff9e5;*/
  transition: 0.2s ease;
}
a.navbar-brand
{
  width: 100px;
}
a.navbar-brand img
{
	height: 36px;
}
.new-header .nav-bg {
  background-color: #fff;
}
.new-header .text-lg-right
{
  text-align: right;
}
.new-header .nav-item {
  margin: 0 12px;
  position: relative;
}
.new-header .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}
.new-header .nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height:3px;
  width: 100%;
  content: "";
  background:#00A5EC;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.new-header .nav-item:hover::before, .new-header .nav-item.active::before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.new-header .navbar-dark .navbar-nav .nav-link {
  color: #303030;
}

.new-header link:focus,
.new-header .navbar-dark .navbar-nav .nav-link:hover {
  color: #00a5ea;
    text-shadow: 0 0 #00a5ea;
}
.new-header .nav-item::before
{
	color: #00a5ea;
}
.new-header .navbar-dark .navbar-nav .active > .nav-link,
.new-header .navbar-dark .navbar-nav .nav-link.active,
.new-header .navbar-dark .navbar-nav .nav-link.show,
.new-header .navbar-dark .navbar-nav .show > .nav-link {
  color: #00A5EC;
}

.new-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 0px 10px;
  font-size: 12px;
  color: #4c4c4c;
  margin-left: 0;
  font-size: 16px;
  /* padding: 6px 12px; */
  transition: all .3s ease-in-out;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}

.new-header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.0509803922);
}

.new-header .navbar .nav-item > .dropdown-toggle::after {
  border: 0;
  margin-left: 0.255em;
  vertical-align: 1px;
  content: "\f078";
    font-family: 'Font Awesome 5 Free';
  font-size: 11px;
  width: auto;
}
.new-header .navbar .dropdown .dropdown-menu li {
  padding-top: 10px;
}
.new-header .navbar .dropdown .dropdown-menu li:last-child {
  padding-bottom: 15px;
}
.new-header .navbar .dropdown .dropdown-menu.dropdown-submenu {
  top: 0;
}
.new-header .navbar .dropdown .dropdown-item .dropdown-toggle {
  display: block;
  line-height: 1.8;
}
.new-header .navbar .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.new-header .navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid red;
  padding: 0 15px;
  padding-left: 5px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff;
}
.new-header .navbar .dropdown-menu.show {
  visibility: hidden;
}
.new-header .navbar .dropdown .dropdown .dropdown-toggle,.new-header .navbar .dropdown-item {
  position: relative;
  color: #000;
  transition: 0.2s ease;
  text-transform: capitalize;
}
.new-header .navbar .dropdown .dropdown .dropdown-toggle:hover,.new-header  .navbar .dropdown-item:hover {
  color: red;
  background: transparent;
}
@media screen and (max-width: 769px) {
  .new-header .navigation {
    background: #151414;
  }
  .list-inline-item:not(:last-child){
    margin-right: 0.3rem;
  }
  a.navbar-brand{
   width: 68px;
    padding: 0;
  }
  .new-header .navbar-collapse
  {
    background: #303030;
    max-height: calc(100vh - 80px);
  }
  .new-header .navbar-collapse.show
  {
    overflow-y: auto;
  }
  .new-header .navbar-nav
  {
    padding-left: 0;
    background:#151414;
  }
  .new-header .nav-item:last-child {
    margin-bottom: 20px;
  }
  .new-header .nav-item::before
  {
    opacity: .1;
    height: 100%;
  }
  .new-header .top-header{
    padding:3px 0;
  }
   .new-header .text-lg-right{
  text-align: center;
}
  .new-header .navbar-expand-lg .navbar-nav .nav-link 
  {
    padding: 12px 20px;
    font-weight: 600;
  }
  .new-header .navbar .dropdown .dropdown-menu li:last-child {
    padding-bottom: 15px;
  }
  .new-header .navbar .dropdown .dropdown-menu.dropdown-submenu li:first-child {
    margin-top: 15px;
  }
  .new-header .navbar .dropdown-menu {
    padding-left: 15px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: unset;
    margin: 0;
    border: 0;
    position: static;
  }
  .new-header .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
  .new-header .navbar .dropdown .dropdown .dropdown-toggle, .navbar .dropdown-item {
    text-align: center;
  }
.new-header .text-lg-left
{
text-align: center;
}

}
.top-header label
{
	padding:10px 0;
	font-weight: 400;
	color: #303030;
}
.top-header a.text-color.mr-3
{
  padding:0;
  line-height: 30px;
}
.top-header .col-lg-4
{
  padding:0;
}
.navbar-expand-lg .navbar-collapse
{
  justify-content: end;
}
 #new-modal.modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
/*  background: rgba(51, 51, 51, 0.5);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
#new-modal .modal-container {
  display: flex;
  max-width: 720px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}
#new-modal .modal-title {
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  color: #55311c;
}
#new-modal .modal-desc {
  margin: 6px 0 30px 0;
}
#new-modal .modal-left {
  padding: 60px 30px 60px;
  background: #fff;
  flex: 1.5;
  transition-duration: 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
#new-modal .modal-button {
  color: #7d695e;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 10px 40px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
#new-modal .modal-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
#new-modal .modal-right {
  flex: 2;
  font-size: 0;
  transition: 0.3s;
  overflow: hidden;
}
#new-modal .modal-right img {
  width: 100%;
  height: 100%;
  transform: scale(2);
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 1.2s;
}
#new-modal.modal.is-open {
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}
#new-modal.modal.is-open .modal-button {
  opacity: 0;
}
#new-modal.modal.is-open .modal-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
#new-modal.modal.is-open .modal-right img {
  transform: scale(1);
}
#new-modal.modal.is-open .modal-left {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
#new-modal .modal-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#new-modal .modal-buttons a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
}

#new-modal .sign-up {
  margin: 60px 0 0;
  font-size: 14px;
  text-align: center;
}
#new-modal .sign-up a {
  color: var(--primary);
}

#new-modal .input-button {
  padding: 8px 12px;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 4px;
  background: var(--primary);
  font-family: "Nunito", sans-serif;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

#new-modal .input-button:after {
    content: "";
    position: absolute;
   background-color: #2323230d;
    height: 100%;
    width: 7px;
    left: -1px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
#new-modal .input-button:hover:after {
   transition: all 0.5s;
    border-right: 7px solid #fff;
    opacity: 0;
    width: 100%;
}

#new-modal .input-label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: var(--primary);
  transition: 0.3s;
}

#new-modal .input-block {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s;
}
#new-modal .input-block input {
  outline: 0;
  border: 0;
  padding: 4px 0 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
#new-modal .input-block input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#new-modal .input-block input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.input-block input::placeholder {
  color: #ccc;
  opacity: 1;
}
#new-modal .input-block:focus-within {
  border-color: var(--primary);
}
#new-modal .input-block:focus-within .input-label {
  color:rgb(253 184 1 / 62%);
}

#new-modal .icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

#new-modal .scroll-down {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #7d695e;
  font-size: 32px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
#new-modal .scroll-down svg {
  margin-top: 16px;
  width: 52px;
  fill: currentColor;
}

@media (max-width: 750px) {
  #new-modal .modal-container {
    width: 90%;
  }

  #new-modal .modal-right {
    display: none;
  }
}

/*register modal*/
#reg-modal.modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
/*  background: rgba(51, 51, 51, 0.5);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
#reg-modal .modal-container {
  display: flex;
  max-width: 720px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}
#reg-modal .modal-title {
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  color: #55311c;
}
#reg-modal .modal-desc {
  margin: 6px 0 30px 0;
}
#reg-modal .modal-left {
  padding: 34px 30px 34px;
  background: #fff;
  flex: 1.5;
  transition-duration: 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
#reg-modal .modalbutton1 {
  color: #7d695e;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 10px 40px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
#reg-modal .modalbutton1:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
#reg-modal .modal-right {
  flex: 2;
  font-size: 0;
  transition: 0.3s;
  overflow: hidden;
}
#reg-modal .modal-right img {
  width: 100%;
  height: 100%;
  transform: scale(2);
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 1.2s;
}
#reg-modal.modal.is-open {
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}
#reg-modal.modal.is-open .modalbutton1 {
  opacity: 0;
}
#reg-modal.modal.is-open .modal-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
#reg-modal.modal.is-open .modal-right img {
  transform: scale(1);
}
#reg-modal.modal.is-open .modal-left {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
#reg-modal .modal-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#reg-modal .modal-buttons a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
}

#reg-modal .sign-up {
  margin: 60px 0 0;
  font-size: 14px;
  text-align: center;
}
#reg-modal .sign-up a {
  color: var(--primary);
}

#reg-modal .input-button {
  padding: 8px 12px;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 4px;
  background: var(--primary);
  font-family: "Nunito", sans-serif;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
#reg-modal .input-button:after{
	 content: "";
    position: absolute;
   background-color: #2323230d;
    height: 100%;
    width: 7px;
    left: -1px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
#reg-modal .input-button:hover:after {
   transition: all 0.5s;
    border-right: 7px solid #fff;
    opacity: 0;
    width: 100%;
}

#reg-modal .input-label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: var(--primary);
  transition: 0.3s;
}

#reg-modal .input-block {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s;
}
#reg-modal .input-block input {
  outline: 0;
  border: 0;
  padding: 4px 0 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
#reg-modal .input-block input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#reg-modal .input-block input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.input-block input::placeholder {
  color: #ccc;
  opacity: 1;
}
#reg-modal .input-block:focus-within {
  border-color: var(--primary);
}
#reg-modal .input-block:focus-within .input-label {
  color: rgb(253 184 1 / 62%);
}

#reg-modal .icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

#reg-modal .scroll-down {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #7d695e;
  font-size: 32px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
#reg-modal .scroll-down svg {
  margin-top: 16px;
  width: 52px;
  fill: currentColor;
}

@media (max-width: 750px) {
  #reg-modal .modal-container {
    width: 90%;
  }

  #reg-modal .modal-right {
    display: none;
  }
}


/*new breadcrumbs*/
.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  padding: 0.5em 1em;
  margin: 0 auto;
/*  margin-bottom: 1em;*/
  background-color: var(--rgba-primary-1);
/*  border-radius: .25em;*/
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 14px;
  color: #2c3f4c;
 
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #00A5EC;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 0.5em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 18px;
  }
}
#small-bread .cd-breadcrumb{
	margin-bottom: 0;
	padding: 0;
}

@media (max-width:600px){
	#small-bread .cd-breadcrumb{
		width: 70%;
    padding: 0;
     margin: 0;
    margin-right: auto;

	}
	#small-bread .cd-breadcrumb li > *, #small-bread .cd-multi-steps li > *{
		font-size: 12px;
		 font-weight:500;
	}
	#small-bread .cd-breadcrumb li::after, #small-bread .cd-multi-steps li::after{
		margin: 0 0.3em;
	}
	#fixed-social {
		top: 214px;
	}
}
/* menu toggle */

.menu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-toggle::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 4px;
    background: #000;
    box-shadow: 0 8px 0 #000,
                0 -8px 0 #000;
}

/* profile menu */

.profile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
    margin-left: 15px;
/*    margin-top: 8px;*/
margin-top: 0;
}

.profile h3 {
    text-align: end;
/*    line-height: 1;*/
    margin-bottom: 4px;
    font-weight: 600;
    color: #d4d3d3;
    font-size: 15px;
    padding-top: 2px;
    text-transform: uppercase;
}

.profile p {
    line-height: 1;
    font-size: 14px;
    opacity: .6;
    color: #fff;
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 6px;
}

.profile .img-box {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.profile .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* menu (the right one) */

.menu {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    width: 225px;
    min-height: 91px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    border-radius: var(--border-radius-base);
    padding-bottom: 10px;
}

.menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);*/
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* menu links */

.menu#profile-menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
}

.menu#profile-menu ul li {
    list-style: none;
}
.menu#profile-menu ul li.last-log {
    border-top: 1px solid #f2f2f2;
}

.menu#profile-menu ul li:hover {
    background: #f2f2f2;
}

.menu#profile-menu ul li a {
    text-decoration: none;
    color: #142238;
    display: flex;
    align-items: center;
    padding:8px 20px;
    gap: 2px;
    font-size: 14px;
}
section.job_category.pt40 .section-head{
	padding-top: 30px;
}
.menu#profile-menu ul li a i {
    font-size: 14px;
    margin-right: 9px;
}
.widget-title p{
	margin-bottom: 0;
}
.widget-title  .wid-link{
 font-size: 13px;
    padding: 0 2px;
    line-height: 1;
}
.content-inner.extra{
	padding-top:86px;
}
@media (max-width:1023px){
	a .profile{
		display: none;
	}
	.content-inner.extra{
	padding-top:51px;
/*	padding-bottom: 40px;*/
}
	section.job_category.pt40 .section-head{
	margin-top: 0;
}
section.job-details.content-inner{
	padding-top: 49px;
	padding-bottom: 30px;
}
}
.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
a.wid-link.btn-primary.btn {
   /* margin-bottom: -10px;
    padding: 4px 3px !important;
    color: var(--primary);
    background-color: #fff !important;
    border: none;*/
}
@media (max-width:600px){
.content-inner.extra .details_cards_div .col-md-4
	{
		padding: 0 	10px;
	}
	.container-fluid.category-list {
    padding: 0 0px;

}
	.details_cards .drop__card{
	
/*    border: 1px solid #ced4da;*/
	}
}
.o-inline-svg-icon {
  stroke: currentColor;
}
.o-inline-svg-icon--baseline {
  position: relative;
  top: 0.125em;
  width: 1em;
  height: 1em;
}

.c-navigation-breadcrumbs__directory {
  display: flex;
  padding-left: 0;
  margin-bottom: 0 !important;
}

li.c-navigation-breadcrumbs__item{
	font-size: 17px;
}
.c-navigation-breadcrumbs__link{
	color:#7e7e7e ;
}
.c-navigation-breadcrumbs__link:link {
  color: #00A5EC;
}
.row.layout.mid-header{
	align-items: center;
	padding:15px 0!important
}
.c-navigation-breadcrumbs__link:link:hover {
  /* background-image: linear-gradient(currentColor, currentColor); */
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: 0 calc(50% + 1ex);
}
@media (max-width: 500px) {
  /* .c-navigation-breadcrumbs__item:not(:nth-last-child(2)) {
    display: none;
  } */
  /* .c-navigation-breadcrumbs__link:before {
    display: inline-block;
    content: "​";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007c89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
    width: 16px;
  } */
}

  .c-navigation-breadcrumbs__item:nth-last-child(n+2):after {
    display: inline-block;
    content: "​";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
    width: 16px;
    margin: 0 4px;
  }
  /* .c-navigation-breadcrumbs__link {
    display: block;
    float: left;
  } */


.u-visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a:active,
a:hover {
  outline: 0;
}
.detail_serach ::placeholder{
	font-size: 1rem;
	color: #9b9b9b;

}
.detail_serach .form-control{
	font-size: 0.6rem;
}
@media (max-width:600px){
	.detail_serach ::placeholder{
		font-size: 12px;
	}
	li.c-navigation-breadcrumbs__item{
		font-size: 14px;
	}
	nav.c-navigation-breadcrumbs{
/*		display: none;*/
		font-size: 12px;
	}

	.c-navigation-breadcrumbs__item:nth-last-child(n+2):after{
		margin: 0 1px;
	}

	.truncated{
			white-space: normal;
		  max-width: 200px;
			line-height: 14px;
	}
	/*.salary:after{
	content: "";
    border: 1px solid #7a727f;
    margin-left: 5px;
    font-size: 10px;
}*/
	
	.salary {
    border-right: none;
  }
}
.dash-widget {
    padding: 10px;
    border: 1px solid #ced4da;
/*    box-shadow: 0px 8px 16px 0px rgba(142, 141, 208, 0.12);*/
    border-radius: 6px;
    margin-bottom: 30px;
}
.dash-widget .dash-info {
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
}
.dash-widget .dash-info .dashboard-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #EEF3FA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.dash-widget .dash-widget-info {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.recent-earnings .table tr td {
    padding: 13px 9px;
    text-align: center;
}
.dash-widget-count {
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 600;
    line-height: 1.2;

}
.dash-widget-more a {
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
}
.dash-widget .dash-info .dashboard-icon.dashboard-icon-two {
    background: #EBF9EE;
}
.page-title1 h3 {
    font-size: 24px;
}
.page-title1{
	padding: 0px 0 15px;
}
.dash-widget .dash-info .dashboard-icon.dashboard-icon-three {
    background: #FDFAF0;
}
.dash-widget .dash-info .dashboard-icon.dashboard-icon-four {
    background: #FFF2F2;
}
.ongoing-project-card.card {
    padding: 20px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    box-shadow: none;
    margin-bottom: 24px;
}
.pro-head {
    border-bottom: 1px solid #F8F8F8;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0;
    margin-bottom: 24px;
}
.pro-head h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.fund-btn.btn {
    background: #00A5EC;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
}
.recent-earnings table {
    border: 1px solid #CED4E6;
}
.recent-earnings .table {
    color: #161c2d;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
    --bs-table-bg: transparent;
    border: 1px solid #ced4da;
}
.recent-earnings .table thead {
    border-bottom: 1px solid #ced4da;
    background: #F9F9F9;
}
.recent-earnings
.table>:not(:first-child) {
    border-top: none;
}
.recent-earnings .table tbody tr {
    border-bottom: 1px solid #ced4da;
}
.recent-earnings th {
    background: #F9F9F9;
    border-bottom: 1px solid #ced4da !important;
}
.recent-earnings .table tr td:first-child, .recent-earnings .table tr th:first-child {
    padding-left: 20px;
}
.recent-earnings .table tr td, .recent-earnings  .table tr th{
	padding: 10px 12px;
}
.recent-earnings td {
    padding: 10px 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #6B7385;
    border: 1px solid #ced4da;
    border-left: 0;
    border-right: 0;
}
table.table td h2.table-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
.table-avatar .avatar {
    width: 38px;
    height: 38px;
}
table.table td h2 a {
    color: #161c2d;
}
.recent-earnings .table tr th {
font-weight: 600;
text-align: center;
 }
 .ongoing-project-card .drop__name{
 	font-weight: 600;
 	font-size: 18px !important;
 }
.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
.table tr td:last-child, .table tr th:last-child {
    padding-right: 20px;
}
td.action-bg {
    color: #34C759;
}
.ongoing-project-card .card-body{
	border: 1px solid #ced4da;
	margin-bottom: 20px;
	border-radius: 0.375rem;
}
.ongoing-project-card .card-body:last-child{
	margin-bottom: 0;
}
.ongoing-project-card .card{
	border: none;
	box-shadow: none;
}
@media (max-width:767px){
	.page-title1{
		padding: 10px 0 10px;
	}
	.recent-earnings .table tr td:first-child, .recent-earnings .table tr th:first-child {
    padding-left: 15px;
    width: 150px;
}
.recent-earnings .table tr td, .recent-earnings .table tr th {
    padding: 10px 8px;
}
.recent-earnings .table tr th:first-child {
    text-align: center;
}
.dash-widget {
margin-bottom: 10px;
}
.fund-btn.btn{
	line-height: 20px;
}
}
.filter_tabs h4{
	font-size: 18px;
}
.modal-content .card{
	box-shadow: none;
}
.qr-code{
	height: 100px;
    margin-bottom: 10px;
}
/*#pay-detail{
 margin-right: 32px;
}*/
section.content-inner.extra.page-content.details_cards{
	min-height: 70vh;
}
section.content-inner.extra.details_cards{
		min-height: 70vh;
		background: #f3f5f7;
}
.drop-name{
	display: flex;
    padding: 16px 20px 12px;
    position: relative;
    align-items: center;
    cursor: pointer;
    /*position: relative;*/
    /*filter: blur(1px);
    background: #adabab4f;*/
}
.job-post-primary-info .drop-name{
	padding: 10px 0px 15px;
}
.details_cards .drop__data{
	position: relative;
}
.job-post-primary-info .drop__profession {
    font-size: 14px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--title);
  }
.drop_detail{
	    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.card-box{
	padding: 0 18px 4px;
    position: relative;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*.drop__data img {
    max-width: 120px;
    min-width: 52px;
    padding-right: 15px;

}*/
.location
{
	text-transform: capitalize;
}
.location span, .salary span
{
	display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-transform: capitalize;
}
.loaction i{
	padding-right: 3px;
}
.tags-item{
	background-color: #f6f6f6;
    border-radius: 5px;
    color: #71717b !important;
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
text-transform: capitalize;
background-color: #f3f3f3;
}
.tags-part{	
	margin:10px 0 5px;
	max-height: 29px;
	overflow: hidden;
	position: relative;
	padding-right: 30px;
	
}
.div-block .location i{
	color: var(--primary);
}
.div-block .location{
	font-size: 14px !important;
}
.salary-price{
	color: #000;
    /*font-size: 13px;*/
    font-weight: 400;
    /*line-height: 14px;*/
}
.exp-salary .text-muted{
	color: #000 !important;
	font-size: 13px;
}
.outer-div .company-logo
{
	max-width:100px!important;
	height: auto!important;
}
.company-logo {
    width:75px;
    height:75px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 12px;
    /*position: relative;*/
    /*box-shadow: 0 0.3rem 1rem -0.375rem rgb(0 0 0 / 29%) !important;*/
    border-radius: 5px;
    flex-shrink:0;
}
 .company-logo img{
    	border-radius: 7px;
    	object-fit: contain;
    }
.content-inner.extra.details_cards  .company-logo img{
    /*filter: blur(3px);*/
}
.drop__exp{
	padding-left: 20px;
}
@media (max-width:991px){
	.content-inner.page-content.details_cards .layout{
		margin: 0;
	}
}
@media (max-width:599px){
	.drop-name{
		padding: 20px 15px 15px;
	}
	.tags-part{
		margin: 6px 0;
	}
	.card-box {
    padding: 0 20px 5px;
    position: relative;
}
.salary-price {
    font-size: 12px;
}
}
/* Dropdown */

#edu.dropdown {
  display: inline-block;
  position: relative;
}

#edu .dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  color: gray
}

#edu .dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}


#edu .dd-input {
  display: none;
}

#edu .dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 21;
    text-align: left;
}

#edu .dd-input + .dd-menu {
  display: none;
} 

#edu .dd-input:checked + .dd-menu {
  display: block;
} 

#edu .dd-menu li {
  padding: 6px 14px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
}

#edu .dd-menu li:hover {
  background-color: #f6f6f6;
}

#edu .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

#edu .dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


form#header-search-people {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
 
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(25,15,9,.1);
 /* display: inline-block;
  padding: 10px;*/
}
/* Search Form */

.styled-input {
  float: left;
    background: #fff;
    /* border: 1px solid #efefef; */
    border-radius: 6px;
    width: 100%;
    position: relative;
    /* margin-bottom: 10px; */
    font-family: " Poppins", sans-serif;
  /*  border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
}

.styled-input.multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 14px 5px 10px;
  height: auto;
}

.styled-input label {
  color: #9b9b9b;
 font-size: 16px;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}

.styled-input.multi label {
  padding: 10px 0 0;
}

.styled-input.active {
  
}

.styled-input .icon--check,
.styled-input .icon--error,
.styled-input .chevron-down {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.styled-input .chevron-down{
	 right: 0;
	 width: 14px;
}

.styled-input .icon--check,
.styled-input .icon--error {
  display: none;
}

.styled-input .icon--check {
  right: 0%;
}

.styled-input input.success ~ .icon--check,
.styled-input input.error ~ .icon--error {
  display: inline-block;
}

/*.styled-input label.error,
.styled-input input:focus ~ label.error,
.styled-input input#fn:valid ~ label.error,
.styled-input input#ln:valid ~ label.error {
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
  color: #ff523d;
  top: 53px;
  left: -3px;
}*/

.styled-input.multi.error {
  margin-bottom: 20px;
}

.styled-input.multi > div {
  position: relative;
  width: 100%;
  border-right: 2px solid #f1f1f1;
}

.styled-input.multi > div:nth-last-of-type(1) {
  border-right: 0;
}

.styled-input.multi > div input,
.styled-input.multi > div label {
  padding-left: 6px;
}
.styled-input.multi > div input::placeholder {
  color: #142238;
  opacity: 1; /* Firefox */
}

.styled-input.multi > div input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #142238;
}

.styled-input.multi > div input {
  padding-top: 10px;
}

.styled-input input:focus,
.styled-input textarea:focus,
.styled-input select:focus {
  outline: none;
}

.styled-input input,
.styled-input textarea {
 color:#9b9b9b;
    border: 0;
    width: 85%;
    font-size: 15px;
    padding-top: 15px;
    background: transparent;
    
}
.styled-input select {
	color: #9b9b9b;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1.5px;
     padding-top: 15px;
     border: 0;
    width: 85%;
    padding: 10px 10px;
    height: 42px;
}

.styled-input select {
  width: 100%;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  left: 0;
}
.styled-input select option{
	padding: 6px;
}
.styled-input select option:hover{
	background-color: #fff9e5;

}
.styled-input select option[aria-selected=true]{
background-color: #ddd;
}
/* Focus Label */

/*.styled-input input:focus ~ label,
.styled-input input#fn:valid ~ label,
.styled-input input#ln:valid ~ label,
.styled-input input#city[filled="true"]:valid ~ label,
.styled-input #select-stream label,
.styled-input #select-state label {
  font-size: 13px;
  letter-spacing: 1.56px;
  color: #4a3b8f;
  top: -12.8px;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  -o-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}*/

@media (min-width: 991px) {
  .styled-input.multi {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
 .styled-input.multi {
    height: 60px;
    padding: 8px 0;
  }
  .styled-input.multi > div input {
    padding-top: 12px;
  }
  .styled-input.multi label {
    padding: 7px 0 0;
  }
  .styled-input input#fn:valid ~ label,
  .styled-input input#ln:valid ~ label,
  .styled-input input#city[filled="true"]:valid ~ label,
  .styled-input.multi input:focus ~ label,
  .styled-input #select-state label {
    top: -9px;
  }
  .styled-input.multi.error {
    margin-bottom: 30px;
  }
  .styled-input label.error,
  .styled-input input:focus ~ label.error,
  .styled-input input#fn:valid ~ label.error,
  .styled-input input#ln:valid ~ label.error {
    font-size: 13px;
    top: 53px;
  }
  .search-area .form-area button.serach-btn {
    height: 34px;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .examples [class^="col-"] {
    padding: 0;
  }

  .styled-input.multi > div {
    background-color: #fff;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 16px 16px 8px 11.2px;
    height: 50px;
  }

  .styled-input.multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
  }

  .styled-input.multi > div label {
    padding: 12px 0 0 12px;
  }
  .styled-input.multi > div input:valid ~ label,
  .styled-input.multi > div input:focus ~ label,
  .styled-input.multi #select-state > label {
    padding-top: 15px;
  }

  .styled-input.multi > div input {
    padding-left: 5px;
    padding-top: 2px;
    position: relative;
    z-index: 2;
    width: 86%;
  }
  .styled-input select {
    left: 0;
    padding-top: 2px;
  }

  .styled-input.multi.error {
    margin-bottom: 0;
  }

  .styled-input.multi > div.error {
    margin-bottom: 30px;
  }

  .styled-input.multi > div.error label.error {
    padding-top: 0;
  }
}

/* Button */

.no-pad-left-10 {
  padding-left: 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .no-pad-left-10 {
    padding-left: 0px;
    margin-left: -5px;
    width: calc(16.66666667% + 5px);
  }
}

@media (max-width: 767px) {
  .no-pad-left-10 {
    padding-left: 15px;
    margin-left: 0;
  }
}

.form-area button.serach-btn {
 border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: none;
    font-size: 17px;
    background: #00A5EC;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1.01px;
    width: 94%;
    height: 50px;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
/*    margin: 8px 0px;*/
}
.search-sec span{
	color:#00A5EC;
}

.form-area button.serach-btn:hover {
  background: #ff8400;
  -webkit-box-shadow: -2px -2px 4px -4px rgba(0, 0, 0, 0.02),
    0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: -2px -2px 4px -4px rgba(0, 0, 0, 0.02),
    0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.form-area button.serach-btn:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .form-area button.serach-btn {
    font-size: 20px;
    height: 60px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-area button.serach-btn {
    font-size: 22px;
    padding: 7px 20px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: -12px;
    margin-bottom: 20px;
  }
}
.search-sec{
/*	background: #00A5EC;*/
	background-image: url(../img/bnr1.jpg);
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative !important;
    z-index: 2;
}
.search-sec h3{
	font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color:#fff;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 20px;
}
.search-sec p{
	margin: 20px;
	color: #fff;
	font-family: 'Poppins',sans-serif;
}
.no-pad-left-10{
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media(max-width:599px){
	.search-sec h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
}
.search-sec p {
    margin: 7px;
    font-size: 14px;
}
form#header-search-people{
	margin-top: 20px;
	box-shadow: none;
}
.styled-input.multi > div{
	height: 38px;
	box-shadow: none;
	padding: 8px 16px 8px 11.2px;
}
.styled-input label{
	font-size: 14px;
	padding: 9px 0 0 11px;
}
.styled-input.multi > div input:valid ~ label, .styled-input.multi > div input:focus ~ label, .styled-input.multi #select-state > label, .styled-input.multi #select-stream > label{
	padding-top: 10px;
}
.form-area button.serach-btn{
	background: #000;
	font-size: 16px;
    padding: 6px 20px;
    width: 42%;
    height: 38px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: -12px;
    margin-bottom: 0;
}
#edu .dd-button{
	font-size: 12px;
	line-height: 1.5;
}
.btn-decor{
	height: 27px;
}
}
.styled-input input::placeholder{
	color: #9b9b9b;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1.92px;
    padding-left: 0px;
    
}
 #input-city i{
	color: #9b9b9b;
    font-size: 16px;
    margin-left: 10px;
}
#input-first-name i{
	color: #9b9b9b;
    font-size: 16px;
}
#select-state select{
	padding-right:0 ;
	color: #142238
}
.form-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
	color: #142238
}
#category_types .category-type{
	padding: 8px 17px;
    border-radius: 5px;
    color: #111;
    font-size: 11px;
    background: #fff;
    width: auto;
    margin-right: 6px;
    text-align: center;
    line-height: 8px;
    font-weight: 300;
    color:#142238;
    border: 1px solid #ced4da;
}
#category_types .category-type a{
	color: #142238;
}
#header-search-people::placeholder{
	color: #9b9b9b;
}

@media (max-width:767px){
	#header-search-people .row{
		background: #fff;
    padding: 18px 0px;
    border-radius: 9px;
    margin: 0;
	}
	.search-sec{
		display: none;
	}
	#pay-detail{
	margin-right: 0;
}
}
@media (min-width:576px){
	#largeModal .modal-dialog{
	max-width: 500px;
}

}
.job-detail-detail .value {
    font-size: 13px;
    color: #777f87;
}
.job-post-container.job-icons{
	padding:24px;
}
@media (max-width:990px){
	.site-footer{
  display:none;
	}
.job-post-container.job-icons{
	padding:16px;
}

div#category_types {
    padding: 8px 10px 8px;}
#category_types .category-type.active {
    background: #fff;
/*    border: 1px solid #ced4da;*/
    border-bottom: 3px solid #00A5EC;
}
.btn-decor{
	margin-right: 6px;
}
}
 .side-bar.right .drop-name{
 	padding: 16px 20px 12px;
 }
 .end-date{
 	font-size: 15px;
 }
 .pay {
    color: #313131;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    background-color: #fff;
/*    box-shadow: 0 0 4px 1px #ccc;*/
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ced4da;
}
#payment table, #payment th, #payment td {
  border:1px solid #ced4da;
   border-collapse: collapse;
}
#payment table{
	width: 100%;
}
#payment td:last-child, #payment th:last-child {
	text-align: right;
}
#payment td, #payment th{
	padding: 8px 12px;
    line-height: 1.42857143;
    font-size: 16px;
}
#payment th{
	font-weight: 600;
}
#paypage .form-card{
	box-shadow: 0 0 4px 1px #ccc;
    border-radius: 10px;
    padding-bottom: 12px;
}
#paypage .pay{
	box-shadow: none;
	font-weight: 600;
	margin-bottom: 0;
}
input[value^="Make A Payment &nbsp; &#xf178;"] {
    text-transform: capitalize;
}
@media (max-width:599px){
	#payment table {
    margin-bottom: 15px;
}
#payment .card0 {
    margin: 0 12px 50px 12px;
  }
}

.share_div .fa-heart.active{
	color:var(--primary-hover);
}
.badge.badge-warning {
    background-color: #f8d986;
    color: #fff;
    margin-bottom:2px;
    text-transform: capitalize;
    padding: 6px 4px;
    height: auto;
    background: #00A5EC!important;
    
}
.badge.badge-warning.det{
	margin-right: auto;
	margin-bottom: 7px;
	transition: 0.3s;
	color: #fff;

}
.job-post-primary-info .location i{
	margin-right: 3px;
}
#app ol{
	padding-left: 1rem;
	list-style-type: decimal;
}
#app ol li{
	list-style: decimal;
	font-size: 12px;
}
.details .widget-title button{
	border:none;
/*	margin-top: 10px;*/
}
.details .widget-title button i{
	margin-right: 4px;
}
.rich-text.w-richtext{
	max-height: 160px;
	overflow-y: scroll;
	margin-top: 15px;

} 
.lock-sheet.sheet .rich-text.w-richtext{
		filter: blur(3px);
} 
.badge.badge-warning.det:hover{
	background-color: rgb(255 194 0 / 50%);

}
.navigation .bal{
	display: none;
}
@media (max-width:599px){
	.navigation .bal{
	display: block;
	color: #fff;
}
.navigation .bal tt{
	display: none;
}
.navigation .bal img{
	filter: brightness(0) invert(1);

}
}
.ribbon {
  position: relative;
  margin-bottom: 18px;
  background-size: cover;
  text-transform:capitalize;
  color: #fff;
}
.ribbons-wrapper{
	display: none;
}
@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
  }
  .ribbon {
    width: 48%;
  }
}

/*.ribbon1 {
  position: absolute;
  top: -6.1px;
  left: 10px;
}*/
/*.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 77px solid transparent;
    border-right: 80px solid transparent;
    border-top: 10px solid #00A5EC;
}*/
/*.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #00A5EC;
    font-size: 14px;
    line-height: 1;
    padding: 8px 8px 8px;
    border-top-right-radius: 8px;
    width: 157px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -2px;
    top: 0;
    background: #00A5EC;
}
.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #00A5EC;
}*/
.ribbon1 {
    position: absolute;
    top: -1.1px;
    left: -31px;
}
.ribbon1 .ribbon1-shape {
    width: 134px;
    height: 21px;
    font-weight: 600;
    background: #00A5EC;
    margin-left: 45px;
    position: relative;
    padding: 2px 8px 2px;
    text-align: center;
    color: #303030;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
}
.ribbon1 .ribbon1-shape span{
	 font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 129px;
    text-overflow:ellipsis;
    display: inline-block;
    cursor: pointer;
}
.ribbon1 .ribbon1-shape:before {
    content: '';
    border-right: 5px solid #00A5EC;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -4px;
    top: 0;
}
.ribbon1 .ribbon1-shape:after {
    content: '';
    border-left: 5px solid #00A5EC;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -4px;
    top: 0;
}


@media (max-width:599px){
	.category-list .ribbon{
    margin-bottom: 3px;
	}
	.category-list .drop-name{
		padding-top: 31px;
	}
	.category-list .ribbon1 span{
  padding: 1px 8px 1px;
  font-size: 12px;
	}
}
#drop-items .badge.badge-warning{
/*	display: none;*/
	white-space: nowrap;
	font-weight: 400;
    overflow: hidden;
    max-width:210px;
    font-size: 12px;
    font-weight:400;
    line-height: 18px;
    text-overflow: ellipsis;
    display: inline-block;
    color: #000!important;
    background-color: #f3f3f3 !important;
    padding:4px 8px !important;
}
.category-list .badge.badge-warning.det{
	display: none;
}
.category-list .drop__profession {
    display: block;
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight:500;
    line-height: 18px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.category-list .company-logo{
	max-width: 52px;
}*/

@media (max-width:599px){
	.job-detail-content .drop-name .company-logo {
    max-width: 56px;
    /*max-width: 115px;
    height: 115px;*/
  }
    .job-detail-content .badge.badge-warning.det{
       margin-bottom: 5px;
    }
     .job-detail-content .drop__profession {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    }
  	.job-detail-content .drop-name .location {
    font-size: 10px;
}
.details_cards_div .ribbon{
	margin-bottom: 3px;
}
.details_cards_div .drop-name{
	padding-top: 16px;
	overflow: hidden;
}
.details_cards_div .ribbon1 span{
  padding: 1px 8px 1px;
  font-size: 12px;
	}
}
@media (max-width:599px){
	.details_cards_div .bottom_div{
		flex-wrap: wrap;
	}
		.details_cards_div .salary{
/*			margin-bottom: 4px;*/
		}
	.details_cards_div .exp-salary{
		display: block;
		width: 100%;
	}
	/*.ribbon1 span:after {
		border-left: 20px solid #00A5EC;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -20px;
	}*/
	.profile{
	display: none;
}
	/*.ribbon1 span:before{
		border-right: 20px solid #00A5EC;
    border-bottom: 24px solid transparent;
    position: absolute;
    left: -20px;
	}*/
	.ribbon1 span {
    width: 134px;
    height: 20px;
  }
  .ribbon1 {
    position: absolute;
    top: -5.1px;
    left: -36px;
}
.app-sidebar .app-sidebar__inner{
	padding-top: 49px;
}
}
/*.user h3{
		padding: 6px 0;
     color: #cec9c9; 
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
}*/
.user label span{
	color: #00A5EC;
}
#wallet .item-price{
	position: relative;
}
#wallet .tag-part{
	display: flex;
	justify-content: center;
}
#wallet .item-price .mst-popular{
	position: absolute;
    top: 0;
    background: #00A5EC;
    color: #fff;
    padding: 1px 6px;
    font-size: 12px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#payment .section-head{
	margin-top: 30px;
}
#payment .btn.btn-primary.wow.fadeInUp.placeicon1{
	margin-top: 15px;
	margin-right: 15px;
}
#payment .cancel{
	background: #EB5757;
	color: #fff;
	margin-top: 15px;
}
#coupen.alert{
	margin: 15px 0 0;
	font-size: 14px;
	color: #664d03;
   background-color: #fff3cd;
    border-color: #ffecb5;
    padding: 0.45rem 1rem;
}
#notify-alert.alert{
margin: 15px 0 0;
	font-size: 14px;
	padding: 0.45rem ;	
	display: flex;
	flex-wrap: wrap;
}
#notify-alert.alert:nth-child(2){
	width: 90%;
}
.coupen-lnk{
	font-size: 18px;
	color: #ff8400;
	color: #737373;
	font-weight: 400;
	transition: all 0.5s;
	display: inline-block;
	margin: 15px auto 0;
text-decoration: underline !important;
}
.coupen-lnk:hover{
	color: #ff8400;
	text-decoration: underline !important;
}
.modal:nth-of-type(even) {
    z-index: 100001 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
#myModal.modal .modal-header{
	background: #fff9e5;
	align-items: flex-start;
    padding-left: 17px;
    padding-right: 20px;
}
#myModal.modal .modal-footer{
background: #fff9e5;
padding-left: 17px;
    padding-right: 20px;
}
#myModal .modal-header .company-logo {
    max-width: 66px;
}
.rev-code{
	border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.qr-code {
    margin-bottom: 10px;
    width: 165px;
    display: inline-block;
}
#myModal .modal-dialog{
	max-width: 390px;
}
.opts p{
	margin-bottom: 3px;
    font-size: 13px;
}
.qr-code1 {
    /* margin-bottom: 10px; */
    width: 139px;
    display: inline-block;
}
.qr-code1 img{
	border-radius: 6px;
}
#myModal h5{
	font-size: 18px;
    margin: 15px 0;
}
#myModal.modal .modal-body{
	padding-top: 0;
}
#myModal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

#myModal h6{
	text-align: center;
	margin: 8px 0;
}
/* Hide the file input using
opacity */
#myModal [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
#myModal input,
[type=file] + label {
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
  width: 150px;
  margin: 0;
  left: 0;
  position: relative;
}
#myModal [type=file] + label {
  text-align: center;
  top: 0.5em;
  /* Decorative */
  background: #00A5EC;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}
/*#myModal [type=file] + label:hover {
  background: #3399ff;
}*/
#myModal .btn.btn-primary{
	background: #00A5EC;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}
#myModal .btn{
    font-weight: 400;
    font-size: 14px;
    padding: 0.5px 20px;
    border: 1px solid #00A5EC;
    color: var(--primary);
}
.ongoing-project-card .card-body .ribbon1 {
    position: absolute;
    top: -19.1px;
    left: -49px;
}
@media (min-width:1600px){
	.new-header .top-header{
		font-size: 14px;

	}
}
.input__box select{
	height: 28px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid var(--main-grey);
    padding: 0;
    padding-left: 15px;
    font-size: 15px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    background: none;
}
#myModal{
	background: rgba(0, 0, 0, 0.6);
}
#myModal2{
	background: rgba(0, 0, 0, 1.0);
}
#myModal2 i{
	color: #fff;
	background: green;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
    margin-right: 10px;
}

@media (min-width:991px)
{
.job-detail-detail .list
	{
		flex-direction: row!important;
	}
	.job-detail-detail .list .age-list
	{
		width: 25%!important;
	}
	.box-op
	{
		flex-direction: row!important;
		width: 100%!important;
	}
}
@media (max-width:991px){
	.vertical-nav-menu.metismenu:first-child{
		padding-top: 28px;
	}
	.job-detail-detail .list .age-list
	{
		padding: 0!important
	}

	

}
@media (max-width:599px){
	.dash-widget .dash-widget-info{
		font-size: 14px;
	}
	.dash-widget .dash-info .dashboard-icon{
		width: 25px;
    height: 25px;
    margin-right: 6px;
	}
	.dash-widget-more a{
		font-size: 12px;
	}
	.dash-widget-count {
    font-size: 16px;}
  .ongoing-project-card .exp-salary {
        display: block;
        width: 100%;
    }
    .ongoing-project-card .bottom_div {
        flex-wrap: wrap;
    }
    .ongoing-project-card .salary {
        margin-bottom: 4px;
    }
    .pro-head{
    	margin-bottom: 15px;
    }
}
@media (max-width:991px){
	.ongoing-project-card .card-body .ribbon1 {
	 left: -35px;
	}
	.ongoing-project-card .card-body {
    padding: 0}
    .ongoing-project-card .company-logo {
    max-width: 63px;}
    .ongoing-project-card .drop__name {
    font-size: 14px !important;
    margin-bottom: 6px;
}
.app-main__inner .page-title1 h3 {
    font-size: 20px;
}
.qr-code{
	height: auto;
    width: 125px
}
.qr-code1 {
    /* margin-bottom: 10px; */
    width: 124px;}
}
.exp-salary {
    display: block !important;
}
#find .exp-salary{
	width: 100%;
}
.exp-salary .salary-price{
	min-width: 50%;
    display: inline-block;
/*    padding-left: 0px;*/
}

.exp-salary .drop__exp {
    padding-left: 10px;
}
#fixed-lock {
   /*position: fixed;
   top: 130px;*/
   position: absolute;
    right: -46px;
    top: 10px;
	display: none;
}
.locked-box #fixed-lock {
	position: absolute;
    right: -46px;
    top: 10px;
	display: inline-block;
}

#fixed-lock a.fixed-facebook {
   color: #fff;
   display: block;
/*   height: 40px;*/
   position: relative;
   text-align: center;
    line-height: 25px;
   width: 25px;
/*   margin-bottom: 1px;*/
   z-index: 2;
   border: 2px solid #999;
    border-radius: 50%;
    font-size: 14px;
}
#fixed-lock a.fixed-facebook:hover>span{
	visibility: visible;
/*  left: 41px;*/
  opacity: 1;
} 
#fixed-lock a.fixed-facebook span {
	line-height: 19px;
    left: 28px;
    position: absolute;
    text-align: center;
    /* width: 94px; */
/*    visibility: hidden;*/
    transition-duration: 0.5s;
    z-index: 1;
/*    opacity: 0;*/
    top: 0;
    font-size: 14px;
    color: var(--primary);
}
 .fixed-facebook{
 	background-color: #fff;
 }
 .fixed-facebook span{
	background-color: #fff;
 }
 #fixed-lock a.fixed-facebook span:hover{
  text-decoration: underline;
 }
 #fixed-lock a.fixed-facebook:hover{
 	background: var(--rgba-primary-2);
 }
 #up-grade{
 	 background:transparent;
    border-color: green !important;
  }
  #up-grade label
  {
  	color: green!important;
  }
  #up-grade i
  {
  	color: red!important
  }

 section.plan-section {
    padding-top: 92px;
}
.price-table{
/*    text-align: center;*/
/*    overflow: hidden;*/
    margin: 20px;
    background: #fff;
    box-sizing: border-box;
/*    box-shadow: 0 0 40px rgba(0,0,0,.1), 0 20px 50px rgba(0,0,0,.1);*/
    border-radius: 20px;
}
.col-sm-4:nth-child(2) .price-table{
    transform: scale(1.1);
    position: relative;
}
.price-table .price-head{
    padding: 40px;
/*    background: var(--rgba-primary-1);*/
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.price-table .price-head h4{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: var(--primary);
    font-weight: 700;
    color: #fff;
}
.price-table .price-head h2{
    margin: 0;
    padding: 15px 0 0;
    font-size: 30px;
    color: #fff;
}
.price-table .price-head h2 span{
	font-size: 20px;
}
.price-content{
    position: relative;
}
.price-content ul{
    position: relative;
    margin: 0;
    padding: 20px 0;
}
.price-content ul li {
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    color: #777;
    cursor: pointer;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: .5s;
    display: flex;
    justify-content: space-between;
}
.price-content ul li:hover{
    border-left: 15px solid var(--primary);
    border-right: 15px solid var(--primary);
}
.price-button{
    padding: 0 0 30px;
    text-align: center;
}
.price-button a{
    padding: 10px 40px;
    background:var(--primary);
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.plan-section .row{
	padding: 60px 0;
}
.price-button a:hover{
	color: var(--primary);
	background: #fff;
	border-color:var(--primary);
	border: 1px solid;
}
.job-top-right .btn{
	line-height: 28px;
}
.card-box .location i{
	/*padding: 0px 5px 5px 0;*/
    color: #71717b;
    opacity: 0.8
}
.price-content ul li .list-name{
    font-size: 17px;
    font-weight: 400;
}
.price-content li .icon{
    font-size: 19px;
}
.price-content li .icon.check{
    color: #2db94d;
}
.price-content li .icon.cross{
    color: #cd3241;
}
.price-table:hover{
	box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}
.price-table .price-head.popular span.pplr{
 position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary);
  color: #fff;
  padding: 4px 20px;
  font-size: 15px;
  border-radius: 5px;
}
/*.lock-box{
	border: 1px solid #ced4da;
    padding:2px 34px 0px 6px;
    border-radius: 6px;
}
.lock-box .drop__name{
margin-bottom: 0;
}*/
@media (max-width:599px){
	.ticker__viewport{
		padding: 2px 0;
	}
}
.category_section .icon-bx-wraper.style-2 .icon-content .title{
	text-transform: capitalize;
}
.category_section .row :last-child .hs__item span.hs__item__title{
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px !important;
    line-height: 18px;
/*    padding: 39px 0;*/
}
.category_section .row :last-child .hs__item .hs__item__subtitle{
/*	display: none;*/
		color: #fff;
}
.category_section .row :last-child .hs__item{
padding: 15px 10%;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    margin-bottom: 30px;
    transition: 0.5s;
     border-bottom: 5px solid #0172e4; 
    color: #fff;
}
.category_section .row :last-child  .hs__item .hs__item__image__wrapper{
/*	display: none;*/
filter: brightness(0) invert(1);
}
.category_section .row :last-child .hs__item .hs__item__description{
	margin-top: 2px;	
}
nav.c-navigation-breadcrumbs{
	color: #fff;
    background-color:#00A5EC;
    padding: 3px 17px;
    box-shadow: 0 0 2px 1px #c1c1c1;
    border-radius: 6px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    box-shadow: unset;
    border-radius: 4px;
    text-align: center;
}

.posting-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 7px 0;
    border-top: 1px solid #e1e1e1;
}
.post-item {
    font-size: 11px;
    line-height: 12px;
    color: #777f87;
}
.border-line{
	color: #e1e1e1;
	line-height: 12px;
}
.posting-info :last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
section.content-inner.extra.page-content.details_cards .card-box{
	padding-bottom:5px ;
}
 
.blink_me {
  animation: blinker 1s linear infinite;
   font-size: 12px;
    line-height: 12px;
    color: red;
    font-family: 'Poppins', sans-serif;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.buttons {
  position: relative;
  display: inline-flex;
  place-items: center;
  height: fit-content;
  width: fit-content;
  transition: 0.3s;
  border-radius: 50%;
}

/*.buttons:hover {
  padding: 60px;
}*/

.buttons:hover .button {
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.main-button {
  position: relative;
  display: inline-block;
  place-items: center;
  padding:3px 0px;
  border: none;
  /*background: #e8e8e8;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;*/
  border-radius: 50%;
  transition: 0.2s;
  z-index: 100;
  background: #fff;
  width: 26px;
  height: 26px;
  line-height: 21px;
}

.button {
  position: absolute;
  display: grid;
  place-items: center;
  /*padding: 5px;*/
  border: none;
/*  background: #e8e8e8;*/
  box-shadow: 5px 5px 12px rgba(202, 202, 202, 0), -5px -5px 12px rgba(255, 255, 255, 0);
  transition: 0.3s;
  border-radius: 50%;
  background: #f2f2f2;
  z-index: 99;
  width: 25px;
  height:25px;
  line-height:20px;
  font-size: 12px;
}

.discord-button:hover {
  background: #5865F2;
}

/*.buttons:hover .instagram-button {
  translate: 43px -8px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #f2f2f2;
}
*/
.twitter-button:hover {
  background: #1CA1F1;
}

/*.buttons:hover .whatsapp-button {
  translate: 35px -35px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #f2f2f2;
}*/

.reddit-button:hover {
  background: #FF4500;
}

/*.buttons:hover .messenger-button {
  translate: 4px -40px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #f2f2f2;
}*/

/*.messenger-button:hover {
  background: #0093FF;
}*/

/*.buttons:hover .messenger-button {
  translate: -47px -47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
*/
.pinterest-button:hover {
  background: #F0002A;
}

/*.buttons:hover .pinterest-button {
  translate: -70px 0px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}*/

/*.instagram-button:hover {
  background: #F914AF;
}*/

/*.buttons:hover .instagram-button {
  translate: -47px 47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}*/

.snapchat-button:hover {
  background: #FFFC00;
}

/*.buttons:hover .snapchat-button {
  translate: 0px 70px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}*/

/*.whatsapp-button:hover {
  background: #25D366;
}
*/
/*.buttons:hover .whatsapp-button {
  translate: 47px 47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}*/
img.crown-icon {
    filter: blur(0px) !important;
    width: 20px;
/*    transform: rotate(-32deg);*/
    position: absolute;
    left: -11px;
    z-index: 9;
    top: -12px;
    rotate:-32deg;
}
.wobble {
	animation: wobble 2s ease infinite;
}
@keyframes wobble {
	0% {
		transform: translateX(0%);
	}
	15% {
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		transform: translateX(0%);
	}
}
@media (min-width:1501px){

	section.wow.fadeIn.example.no-padding.no-transition.slider-top{
		margin-bottom: 70px;
	}
}
.container-fluid.category-list{
/*	background: #e7e7e7b3;*/
/*	overflow-x: hidden;*/
	
}
#searchbar::placeholder {
	color: #495057;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
#searchbar{
	line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}
#searchbar2 {
	line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}
section.job-details2 .company-logo img {
    filter: blur(6px);
}
 a[disabled="disabled"] {
        pointer-events: none;
        cursor: no-drop;
        color: rgb(253 184 1 / 60%);
/*        color: rgba(148, 152, 155, 0.5) !important;*/
					color: #00aeff !important;
    }
    .value{
    	cursor: not-allowed;
    }
     a[disabled="disabled"].btn{
    
/*     	 cursor: no-drop !important;*/
        color: rgba(148, 152, 155, 0.5) !important;
     background-color: #f2f2f2 !important;
     border-color: #f2f2f2 !important;
     outline: none;
      pointer-events: none;
   
     }
     .set-btn{
     	 cursor: not-allowed;
     } 
     a[disabled="disabled"].btn:hover{
      cursor: not-allowed;
     }
    @media (max-width:991px){
    	 #main_cat a[disabled="disabled"] {
    	 	pointer-events: none;
    	 	color:rgb(253 184 1 / 30%);
    	 }
    	 button a[disabled="disabled"]{
    	 color: rgba(148, 152, 155, 0.5) !important;
     background-color: #f2f2f2 !important;
     border-color: #f2f2f2 !important;
     outline: none;
      pointer-events: none;
    	 }
    	 a[disabled="disabled"] label{
/*    	 	 color: rgba(148, 152, 155, 0.5) !important;*/
/*    	 	 color: rgb(67 67 67 / 50%) !important;*/
    	 }
    }
 #fixed-lock i{
 	color:#000;
 }
 .job-post-info-text.edu .blink_me{
 	font-size: 14px;
 	line-height: 14px;
 }
.advert{
 	width: 100%;
 	object-fit: cover;
 }
 .owl-carousel.version-1, .owl-carousel.version-2{
  position: relative;
  padding: 0px 0px 0;
}
.logo-slider-1, .logo-slider-2{
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 40px;
  text-align: center;
}
.owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
}
.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}
.owl-nav button.owl-next{
  right: 0;
}
.owl-nav button.owl-prev{
  left: 0;
}
.version-2 h2 {
    margin: 0px;
    font-size: 20px;
}
.version-2 p {
    font-size: 15px;
}
.version-2 .owl-item{
  text-align: center;
  padding: 10px 8px 20px;
}
.version-2 .owl-item img{
  width: 160px;
  margin: 0 auto;
}
.owl-carousel .owl-item img.crown-icon{
	width: 20px !important;
}
.owl-carousel .owl-item .tags-part, .owl-carousel .owl-item .bottom_div{
	text-align: left;
}
.owl-carousel .owl-item .bottom_div{
	width: 100%;
}
section.content-inner.extra.details_cards .widget-title{
	margin-bottom: 0;
}
section.content-inner.extra.details_cards .btn.btn-lg{
	padding: 11px 30px;
}
@media (min-width:1499px){
	.logo-slider-1, .logo-slider-2{
  width: 100%;
  max-width: 1620px;}
}
@media (max-width:599px){
	.post-item{
		font-size: 10px;
	}
	.content-inner.extra{
		padding-bottom: 0;
	}
	.owl-item .post-item{
		font-size: 10px;
	}
	.logo-slider-1, .logo-slider-2{
		margin-bottom: 0;
	}
	.content-inner{
		margin-bottom: 0 !important;
	}
	.blink_me{
		font-size: 10px;
	}
}
.p-t90{
	padding-top: 90px;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 1030;
}
.quick_call_area {
    position: fixed;
    bottom: 15px;
    transform: translateY(-50%);
    right: 0px;
    z-index: 999;
/*    box-shadow: 0px 0px 7px 0px rgba(30, 15, 39, 0.2);*/
}
.quick_call_area a.wp {
    background: #25D366 !important;
    font-size: 24px;
}
.quick_call_area a{
	background: #0d6efd;
	color: #fff;
    height: 40px;
    display: block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 10px;
    border-radius: 50%;
    box-shadow: 2px 2px 7px 0px #1a1b1d4b;
}
.back-to-top a {
    color: #fff;
    background: #ff8600;
    background-color: var(--primary);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    box-shadow: 2px 2px 7px 0px #1a1b1d4b;
    display: inline-block;
}
.quick_call_area a:hover, .back-to-top a:hover{
	color: #fff;
}
.job-detail-detail .list li{
	display: inline-block;
/*	padding-right:14px;*/
}

section.job-details2 .job-post-title{
	margin-bottom: 5px;
}
.locked-box{
	display: inline-block;
    border:2px solid #ced4da;
/*    padding: 5px 20px 0;*/
    border-radius: 7px;
    position: relative;
    padding: 16px;
    margin-bottom: 32px;
}
.locked-box :nth-child(3) {
	padding-right: 0 !important;
}
.list #fixed-lock{
	position: absolute;
    /*top: 12px;
    right: -12px;*/
    bottom: 0;
    right: 50%;
    top: 87%;
 }
.list .fixed-facebook span {
    background-color: transparent;
}
#dotmenu .showLeft {
  /*background-color: white !important;
  border: 1px solid white !important;
  text-shadow: white !important;
  color: black !important;
  padding: 0px;*/
}
#dotmenu .icons li {
  background: none repeat scroll 0 0 #777;
    height: 3px;
    width: 3px;
    line-height: 0;
    list-style: none outside none;
    /* margin-top: 2px; */
    /*vertical-align: top;*/
    border-radius: 50%;
    pointer-events: none;
     /*margin-right: 2px;*/
}
#dotmenu .btn-left {
  left: 0.4em;
}
#dotmenu .btn-right {
  right: 0.4em;
}
#dotmenu .btn-left,
#dotmenu .btn-right {
  position: absolute;
  top: 10px;

}
#dotmenu .dropbtn {
    /* color: #000 !important; */
    /* font-size: 6px; */
    /* border: none; */
    /* cursor: pointer; */
    background: #f3f3f3;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    gap: 4px;
    /* padding: 4px; */
    border-radius: 5px;

}
#dotmenu .dropbtn:hover,
#dotmenu .dropbtn:focus {
  filter: brightness(0.9);
}
#dotmenu.dropdown {
  position: absolute;
  display: inline-block;
  right: 0px
}
#dotmenu .dropdown-content {
  display: none;
  position: relative;
  margin-top: 45px;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
    border-radius: 7px;
    box-shadow: 0 0 10px ##d8dde54d;
}

#dotmenu .dropdown-content a {
      color: black;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    border-bottom: 1px solid #f2f2f2;
}

#dotmenu.dropdown a:hover {
  background-color: #f1f1f1;
}

#dotmenu .show {
  display: block;
}
 .special{
	display: flex;
	justify-content: start;
	position: relative;
}
section.content-inner.extra.details_cards .card-box{
	padding: 0 18px 3px;
}

/*#fixed-lock
{
	display: none;
}*/
img.crown-icon {
	display: none;
}
/*.list #fixed-lock1 {
    position: absolute;
    right: 2px;
    top: 22%;
}*/
.app-div img{
	max-width: 50%;
	margin: 0 auto 10px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.hero-slider {
  width: 100%;
/*  height: 100vh;*/
  overflow: hidden;
  height: 400px;
  padding-top: 91px;
    background-color: #151414;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.hero-slider .flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
}
.flickity-prev-next-button{
	top: 63% !important	;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: var(--primary);
  border: 0 solid var(--primary);
}
@media (min-width:1500px) and (max-width:1699px){
	.hero-slider{
		height: 500px;
	}
}
@media (min-width:1700px){
	.hero-slider{
		height: 520px;
	}
}

@media (max-width:599px){
		.hero-slider{
			height: 130px;
    padding-top: 46px;
		}
		
		.hero-slider .flickity-page-dots {
    bottom: 5px;
    display: none;
}
	.flickity-prev-next-button{
		top: 68% !important;
	}
	.hero-slider .flickity-prev-next-button{
		width: 35px;
    height: 35px;
	}
}
@media (min-width:767px) and (max-width:1024px){
	.hero-slider{
			height: 230px;
			padding-top: 51px;
		}
		.flickity-prev-next-button{
		top: 55% !important;
	}
	.hero-slider .flickity-prev-next-button{
		width: 50px;
    height: 50px;}
}
@media (min-width:810px) and (max-width:1180px){

.hero-slider{
			height: 355px;
        padding-top: 91px;
		}

}
.small-add {
    width: 100%;
    height: 100%;
    background: url(../img/ads/advhgt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100%; */
    border-radius: 10px;
}
.dz-bnr-inr.dz-bnr-inr-sm.text-center.overlay-primary-dark.pt-93{
	padding-top: 93px;
}
@media (max-width:991px){

	section.job_category.pt40
	{
		padding-top: 49px!important
	}
	.back-to-top {
		bottom: 62px;
	}
	.quick_call_area{
		bottom: 47px;
	}
	.icon-bx-wraper.style-2{
		border-bottom: none;
	}
	.list #fixed-lock
	{
		top: 93%!important
	}
}
@media (max-width:599px){
	#searchbar::placeholder
	{
		font-size: 12px;
		line-height: 1.5;
	}
	.detail_serach .input-group > .form-control, .detail_serach .input-group-append{
		height: 28px !important;
	}
	.buttons:hover .messenger-button {
     translate: -30px -30px;
  
}
.buttons:hover .whatsapp-button {
    translate: -50px 0px;
    
}
.buttons:hover .instagram-button {
  translate: -30px 30px;
}
#dotmenu .btn-right {
    position: absolute;
    top: 5px;
  }
  .logo-slider-2 .owl-dots {
    display: none;
}
#category_types > .row {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 5px;
}
}
.hide-icon {
    width: 18px;
    height: 18px;
    background: #dfdbdb;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    background: #f3f3f3;
}
.hide-icon img{
	width: 12px;
}
.job-detail-content .company-logo img {
    filter: blur(6px);
}
.job-detail-content .location i {
    margin-right: 3px;
     color: var(--primary);
}
@media (max-width:599px){
	.job-post-category{
		padding: 4px 6px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
	}
	.job-category-types{
		max-height: 60px;
    overflow: hidden;
    position: relative;
    margin: 8px 0;
	}
	#main_cat .social__links ul li a.modalbutton1{
		width: 100%;
        height: 18px;
        text-align: center;
        display: inline-block;
	}
	#main_cat .social__links ul li .hide-icon img{
		width: 12px;
		margin: 0 ;
	}
	.social__links ul#item{
		display: flex;
    flex-wrap: wrap;
	}
	#main_cat .social__links ul li{
		width: 45%;
		display: flex;
	}
	#main_cat .social__links ul li a{
		width: 94%;
	}
.ticker__item{
	font-size: 12px;
}
.ticker__viewport a{
	font-size:10px;
}
}
@media (max-width:991px){
	.job-post-category{
		padding: 4px 6px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
	}
	.job-category-types{
		max-height: 60px;
    overflow: hidden;
    position: relative;
    margin: 8px 0;
	}
		#main_cat .social__links ul li a.modalbutton1{
		width: 100%;
        height: 18px;
        text-align: center;
        display: inline-block;
	}
	#main_cat .social__links ul li .hide-icon img{
		width: 12px;
		margin: 0 ;
	}
	.social__links ul#item{
		display: flex;
    flex-wrap: wrap;
	}
	#main_cat .social__links ul li{
		width:50%;
		display: flex;
	}
	/*#main_cat .social__links ul li a{
		width: 40%;
	}*/
}

@media (min-width:767px) and (max-width:1180px){
	.logo-slider-1, .logo-slider-2{
		margin-bottom: 0;
	}
	nav.c-navigation-breadcrumbs{
		padding: 3px 13px;
		font-size: 18px;
		line-height: 32px;
	}
	#find .col-md-4{
		padding-right: 8px !important;
    padding-left: 8px !important;
	}
	#find .post-item{
		font-size: 9px;
	}
	#find .tags-item{
		font-size: 13px;
	}
	#find .tags-part{
		max-height: 28px;
	}
	#find .ribbon1{
		top: -2.1px;
	}
	.job-top-right .btn{
		line-height: 26px;
	}
	 .ribbon1{
	 	top: -2.1px;
	 }
	 .job-detail-detail .list li{
		padding-right: 3px;
	}
	#fixed-lock a.fixed-facebook span{
		font-size: 12px;
	}
	.blink_me{
		font-size: 9px;
	}
	#searchbar{
		line-height: 26px;
	}
}
.search-sec.overlay-primary-dark.dz-bnr-inr{
	display: none;
}
#find i.fa-solid.fa-crown{
	color: red;
}


.pro .btn1 {
  align-items: center;
  background-color: transparent;
  border: 0 solid #fff;
  border-radius: 4px;
  display: inline-flex;
  padding: 0px;
  transition: all 0.3s ease-out;
  transition-delay: 3s;
}
.pro .btn1:hover span {
  transform: translateX(4px);
  opacity: 1;
  position: relative;
  display: inline-flex;
}
.pro .btn1 span {
  color: red;
  transform: translateX(320px);
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  display: none;
}
.pro .btn1 i {
  color:red;
}
.pro .btn1 + .pro  .btn1 {
  background-color: #000080;
  margin-left: 8px;
}


@media (max-width:991px){
	section#main_cat {
/*    border: 1px solid #ccc;*/
    margin-top: 8px;
    background: #f6f6f6;
    padding: 15px 10px 10px;
    border-top: 4px solid var(--primary);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px ##d8dde54d;
}
#main_cat .fixed-facebook {
    background-color: #fff;
    border-radius: 50%;
    /* padding: 4px; */
    line-height: 1;
    border: 2px solid var(--primary);
    width: 30px;
    height:30px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%, -19%);
}

#main_cat .fixed-facebook i
{
	font-size: 15px!important
}
#main_cat.fixed-unlock{
	border-top: none;
}
#main_cat.fixed-unlock .fixed-facebook{
	border:none;
	display: none;
}
#main_cat.fixed-unlock .fixed-facebook i{
display: none;
}

#main_cat h6{
	text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 11px 0 1px;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    margin-top: 7px;
}
#main_cat h6 a{
/*	color: var(--primary) !important;*/
    margin-right: 2px;
    color: #eb1c24;
}
.job-details .buttons{
	margin-left: auto;
    margin-bottom: auto;
}
.jobs-last {
    font-weight: 500;
    font-family: var(--font-family-title);
    font-size: 12px;
}
}
button#button1{
  display: none;
}
span.notify-num {
    color: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    position: absolute;
    z-index: 99999;
    left: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    top: 3px;
    background-color: rgb(199, 0, 0);
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.notify{
	position: relative;
}
.notify span{
	right: 18px;
	left: unset;
	top: 4px;
}

#notify-sec .row {
  margin: auto;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-flow: column;
}
#notify-sec #notify-sec .row .card {
  width: 100%;
  margin-bottom: 5px;
  display: block;
  transition: opacity 0.3s;
}

#notify-sec .card-body {
  padding: 0.5rem;
}
#notify-sec .card-body table {
  width: 100%;
}
#notify-sec .card-body table tr {
  display: flex;
}
#notify-sec .card-body table tr td a.btn {
  font-size: 0.8rem;
  padding: 3px;
}
#notify-sec .card-body table tr td:nth-child(2) {
  text-align: right;
  justify-content: space-around;
}

#notify-sec .card-title:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1rem;
  text-align: center;
  border: 2px solid grey;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding-bottom: 3px;
  margin-right: 10px;
}

#notify-sec .notification-invitation .card-body .card-title:before {
  color: #90CAF9;
  border-color: #90CAF9;
  content: "";
}

#notify-sec .notification-warning .card-body .card-title:before {
  color: #FFE082;
  border-color: #FFE082;
  content: "";
}

#notify-sec .notification-danger .card-body .card-title:before {
  color: #FFAB91;
  border-color: #FFAB91;
  content: "";
}

#notify-sec .notification-reminder .card-body .card-title:before {
  color: #CE93D8;
  border-color: #CE93D8;
  content: "";
}

#notify-sec .card.display-none {
  display: none;
  transition: opacity 2s;
}
.dismiss {
    display: flex;
    justify-content: space-between;
}

.pill-tab {
    color: #222;
    margin-right: 5px;
    padding: 4px 30px;
    transition: all 0.4s;
}
.pill-tab:hover, .pill-tab.active{
    background: #fff9e5;
    padding: 4px 30px;
    border-radius: 30px;
}
span.not-icon {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    display: inline-block;
    opacity: 1;
    text-align: center;
    line-height: 52px;
    font-size: 22px;
    border-radius: 10px;
}
.alert-danger .not-icon{
	background: #f1c3c3eb;
}
.alert-warning .not-icon{
	background: #f7dec1;	
}
.alert-success .not-icon{
	background: #abe9ab;
}
.alert-primary .not-icon{
	background: #bed4f5;
}
.notify-message{
	width: 93%;
}
.notify-message span{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}
.notify-message cite{
	font-size: 13px;
}
#notify-sec .alert[class*=alert-] i{
	margin-right: 2px;
}
#notify-sec h2{
	font-size: 2rem;
}
@media (max-width:991px){
	#notify-sec .row{
		padding: 0px;
    width: 100%;
	}
	.notify-message cite {
    font-size: 12px;
}
.notify-message {
    width: 90%;
}
span.not-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  #notify-sec h2 {
    font-size: 24px;
}
.profile{
	justify-content: center;
}
span.notify-num{
	left:51%;
	top: 0;
}
}
@media (max-width:599px){
	
	.notify-message {
    width: 82%;
}
}
@media (min-width:340px) and (max-width:370px){
	    .rddd {
/*        width: 45% !important;*/
      }
}
@media (max-width:991px){
	.navbar-brand img{
		width: 32px;
	}
	.navbar-brand i{
		font-size: 18px;
    margin-right: 5px;
	}
	.navbar{
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.container-fluid1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mobile-header .offcanvas{
	max-width: 55%;
}
.category_section.job_category.content-inner {
	padding-bottom: 0;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #fff;
    box-shadow: 0 0 2px 1px #ddd;
    position: fixed;
    height: 50px!important;
    overflow: hidden;
    top: 0;
    z-index: 999;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 220px;
    padding-top: 15px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #f2f2f2;
    background: #fff;
    text-align: center;
    z-index: 999;
    top: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #303030;
    text-transform: uppercase;
    font-weight: 500;
    padding:8px 40px;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid rgb(35 32 32 / 10%);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #303030;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.overlay-bg {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
        z-index: 998; /* Below the sidebar but above the page content */
        pointer-events: none; /* Allows clicks to pass through */
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
input[type="checkbox"]:not(:checked) ~ .overlay-bg {
        display: none;
    }
 .logbtn {
    background: var(--primary);
    color: #fff !important;
    border-radius: 20px;
    padding: 4px 22px !important;
    margin: 6px 0;
    font-weight: 600;
}
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
#vertical-filter input[type=checkbox]{
	display: inline-block;
} 
.rddd {
    /*width: 50%;
    display: inline-block;*/
    text-align: end;}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 18px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #303030;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
}
@media (max-width:991px){
  #food-slider{
    padding-top: 50px;
  }
  a.navbar-icon{
    position: absolute;
    top: 11px;
    color: #fff;
    font-size: 20px;

  }
  .navbar-icon i{
    color: #fff;
    margin: 0px 0px 0px 6px;
    font-size: 16px;
  }
  .sidebarMenuInner li.active a{
  	color: #303030;
  }
  .navbar-icon1.mobile-nav img{
  	width: 32px;
  	margin-left: 40px;
  }
  .navbar-icon1.mobile-nav span{
  	font-size: 18px;
    margin-left: 6px;
    font-weight: 600;
    line-height: normal;
  }
}
@media (min-width:992px){
	#sidebarMenu, #openSidebarMenu, .sidebarIconToggle{
		display: none;
	}
}

/*

.pro-div {
    position: absolute;
    right: 55px;
    top: 10px;
}
.pro-div a {
	transition: all 450ms cubic-bezier(.4,.25,.3,1.3);
	width:20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ece6ff;
	cursor: pointer;
	overflow: hidden;
}
	
.pro-div a span {
	transition: all 400ms cubic-bezier(.4,.25,.3,1.3) 100ms;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 12px;
	font-weight:500;
	vertical-align: middle;
}

.pro-div a span:first-of-type {
	font-size:12px;
	transform: translate(-50%,-50%);
}
		
.pro-div a span:last-of-type {
	transform: translate(-50%,50%);
	text-transform: uppercase;
}

.pro-div a:hover {
	width:50px;
	border-radius: 0;
}
		
.pro-div a:hover span:first-of-type {transform: translate(-50%,-150%)}
.pro-div a:hover span:last-of-type {transform: translate(-50%,-50%)}

.pro-div a span.offset-1 {margin-top: -1px}
.pro-div a span.offset-3 {margin-top: -3px}
.pro-div a span.offset-10 {margin-top: -10px} */

.navbar-icon1.mobile-nav {
    display: inline-block;
    color: #303030;
    padding: 10px;
}
.share-btn
{
	background-color: #00A5EC;
    width: auto;
    display: inline-block;
    padding: 4px 7px;
    border-radius:5px;
    font-size: 12px;
    color: #000;
}


.nav-tab-sec
{
	padding: 30px 2px 0px 2px;
}
.nav-tab-sec li.tab
{
	width: 50%;
}



.preparation .fill-primary {

fill: #00A5EC !important;

opacity: 0.1 !important;



}

.preparation .input-file-container {

position: relative;

width: 100%;

} 

.preparation #better h1{

font-size: 2.1rem;

}

.preparation #points-info h2{

font-size: 2rem;

}

.preparation .h1,.preparation  h1 {

    font-weight: 700;

}

.preparation h2,.preparation  h5{

	font-weight: 700;

}

.preparation p{

	color: #747579;

}

.preparation .dropdown-menu.show{

width: 100%;

}

.preparation .dropdown-toggle::after{

width: 80%;

text-align: end;

}

.preparation .list-group-borderless .list-group-item {

border: none !important;

padding: 0.425rem 0;

}

.preparation .fw-light {

font-weight: 300 !important;

}

.preparation .d-flex {

display: flex !important;

}

.preparation .btn-primary{

background: #00A5EC;

border-color: #00A5EC;

}

.preparation .js .input-file-trigger {

display: block;

padding: 6px 10px;

background: #ffffff;

color: #212529;

font-size: 15px;

transition: all .4s;

cursor: pointer;

margin-bottom: 1rem;

border: 1px solid #dee2e6;

}

.preparation #form-fill .form-control::placeholder{

 color: #212529;

font-size: 15px;

}

.preparation button.btn.btn-lg.btn-primary.mb-0{

margin-top: 0px;

border-radius: 0.375rem !important;

}

.preparation .js .input-file {

position: absolute;

top: 0; left: 0;

width: 100%;

opacity: 0;

padding: 0;

cursor: pointer;

}

.preparation .form-control:focus{

border-color: transparent;

outline: 0;

box-shadow: 0 0 0 .25rem rgba(253, 184, 1, .25);

}

.preparation .js .input-file:hover + .input-file-trigger,

.preparation .js .input-file:focus + .input-file-trigger,

.preparation .js .input-file-trigger:hover,

.preparation .js .input-file-trigger:focus {

outline: 1px solid var(--primary);

border: transparent;

}



.preparation .file-return {

margin: 0;

}

.preparation .file-return:not(:empty) {

margin: 1em 0;

}

.preparation .js .file-return {

font-style: italic;

font-size: .9em;

font-weight: bold;

}

.preparation .js .file-return:not(:empty):before {

content: "Selected file: ";

font-style: normal;

font-weight: normal;

}



.preparation .bg-primary {

--bs-bg-opacity: 1;

background-color: rgb(253 184 1 / 10%) !important;

}

.preparation #form-fill .text-success{

color: var(--primary) !important;

}

.preparation .rounded-circle {

border-radius: 50% !important;

}

.preparation .bg-body {

--bs-bg-opacity: 1;

background-color: #fff;

}

.preparation .mb-3 {

margin-bottom: 1rem !important;

}

.preparation .mx-auto {

margin-right: auto !important;

margin-left: auto !important;

}

.preparation .shadow {

box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

}

.preparation .fill-success {

fill: #0cbc87 !important;

}

.preparation .fill-danger {

fill: #d6293e !important;

}

.preparation .fill-orange {

fill: #fd7e14 !important;

}

.preparation .fill-info {

fill: #17a2b8 !important;

}

.preparation #form-fill h1 {

  font-size: 2.1rem;

}

.preparation #form-fill h2 {

  font-size: 1.9rem;

}

.preparation .icon-xxl {

width: 7rem;

height: 7rem;

line-height: 7rem;

text-align: center;

font-size: 2.5rem;

}

.preparation #form-fill input,.preparation  #form-fill [type=file] + label{

width: 100%;

}

.preparation section {

padding-top: 3.5rem;

padding-bottom: 2.8rem;

}



.preparation button.btn.btn-light.dropdown-toggle{

width: 100%;

text-align: left;

background: white;

border: 1px solid #dee2e6;

}

.preparation #form-fill select{

height: auto; 

border: 1px solid rgba(0, 0, 0, 0.125);

 padding: 0.375rem 2.25rem 0.375rem 0.75rem;

font-size: 15px;

font-weight: 400;

border-radius: 0.325rem;

background: #fff;

}
.preparation #form-fill select {

/*webkit browsers */

-webkit-appearance: menulist;

/*Firefox */

-moz-appearance: menulist;

/* modern browsers */

appearance: menulist;



}


@media (max-width:599px){

.preparation #form-fill h1 {

font-size: 1.6rem;

}

.preparation .content-inner.preparation {

    padding-top: 55px;

}

.preparation #form-fill h2 {

font-size: 1.6rem;

}

.preparation #better h1 {

font-size: 1.6rem;

margin-top: 25px;

}

.preparation #points-info h2 {

font-size: 1.4rem;

}

}


/* TABLE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#transaction-his .table-wrapper {
  overflow-x: auto;
}

#transaction-his .table-wrapper::-webkit-scrollbar {
  height:15px;
}

#transaction-his .table-wrapper::-webkit-scrollbar-thumb {
  background: #1b4965;
  border-radius: 40px;
}

#transaction-his .table-wrapper::::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 40px;
}

#transaction-his .table-wrapper table {
  margin: 30px auto 20px;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

#transaction-his .table-wrapper table th,
#transaction-his .table-wrapper table td {
  padding: 10px;
  min-width: 99px;
}

#transaction-his .table-wrapper table th {
  color: #fff;
  background: #1b4965;
  font-weight: 400;
}

#transaction-his .table-wrapper table tbody tr:nth-of-type(even) > * {
  background:#edf2f4;
}
#transaction-his .table-wrapper table tbody tr:hover{
  background: rgb(237 242 244 / 40%);
}
#transaction-his .table-wrapper table td:first-child {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 10px;
  text-align: left;
}

#transaction-his .table-credits {
  font-size: 12px;
  margin-top: 10px;
}
#transaction-his h2{
  font-size: 2rem;
}
.invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.invoice-container #logo{
  height: 45px;
}
.share-btn span{
	color: #000;
}
.share-btn.share-div
{
	background: var(--primary) !important;
}
.share-btn.share-div span
{
	color: #fff;
}
@media (max-width:599px){
	.preparation .form-control{
		height: 38px;
	}
	#wallet .item-price .mst-popular{
		padding: 1px 3px;
	}
	#myModal .modal-header .company-logo{
		max-width: 52px;
	}
	.tags-item{
		font-size: 12px;
	}
	.share #better figure{
		width: 90%;
		overflow: hidden;
	}
	.share .hero-content{
	padding: 0px;
}
 .job_category .widget-title{
	margin-bottom: 10px;
}
.job_category .p-t50 {
    padding-top: 30px;
}
.video-sec figure{
	display: none;
}
.accordion span.accordion-title{
	width: 93%;
	display: inline-block;
	padding: 0 !important;
}
.teach-intro figure{
	display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1152px){ 

 .side-bar .widget-title{
 	margin-bottom: 10px;
 }

}
@media only screen and (min-width: 719px) and (max-width: 991px){ 
	.share #better figure{
		width: 65%;
    top: 20% !important;
    overflow: hidden;
	}
	.share .hero-content{
		padding: 0;
	}
	.preparation #better figure{
		top: 12% !important;
	}
	.job_category .p-t50 {
    padding-top: 30px;
}
 .side-bar .widget-title{
 	margin-bottom: 10px;
 }
}
.contact-area .form-control::placeholder, .copywrite::placeholder{
	color: #142238 !important;
}
.share .form-control:focus, .share .form-control:active, .share .form-control.active{
	border-color: var(--primary);
}
.details_cards.fav .drop__container, .details_cards.jobs .drop__container{
	margin: 27px auto;
}
.details_cards.fav .share_div, .details_cards.jobs .share_div{
	top: 4px;
	gap: 7px;
}
.location.job-post-det{
	font-size: 14px !important;
	display: inline-block;
	overflow: visible;
	color: var(--neutral-500);
	text-transform: capitalize!important;
}
.location.job-post-det i{
	color: var(--primary);
    margin-right:10px;
}
.btn.btn-primary.btn-del {
    background: #c70000 !important;
    border: #c70000;
}
.profile-card{
	text-align: center;
	padding-top: 10px;
}
.profile-card h6{
	margin-bottom: 0;
}
.profile-card p{
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin: 0;
}
.profile-card img{
	border:1px solid #eee;
	padding: 2px;
}
.profile-card .last-log{
	border-top: 1px solid #ddd;
	padding-top: 12px;

}
.job-post-title.redr {
    color: #cd9c00;
    font-weight: 500;
    border: 1px solid var(--primary);
    width: auto;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
}
.job-post-title.beter{
	font-size: 13px;
    color: #666;
    font-weight: 500;
}
.job-post-title.much-btr{
	font-size: 13px;
    color: #e28119;
    font-weight: 500;
}

.ribbons-wrapper1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
}
#carouselExampleFade.carousel{
	/*margin-top: 100px;*/
	margin-top: 20px;
	max-width: 100%;
	height: 100%;
	margin-bottom: 13px;
}
#carouselExampleFade .carousel-inner {
	border-radius: 10px;
	box-shadow: 0 0.3rem 1rem -0.375rem rgb(0 0 0 / 29%);
}
.top-header .logbtn{
	background: var(--primary);
    color: #fff !important;
    border-radius: 20px;
    padding: 4px 22px !important;
    margin: 6px 0;
}
.logbtn{
	background: var(--primary);
    color: #fff !important;
    border-radius: 20px;
    padding: 4px 22px !important;
    margin: 6px 0;
}
.navigation #navigation{
	flex-direction: column;
	justify-content: flex-end;
}
#navigation .revt{
	font-size: 12px;
    font-weight: 600;
    width: 100%;
    text-align: end;
}
#navigation .revt .logbtn{
	margin: 12px 3px;
} 
.share_div .fa-heart {
	color: #00A5EC;
}
.details_cards_div .drop__profession {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.category_section.job_category{
	padding-top: 40px;
}
@media (max-width:599px){
	#carouselExampleFade.carousel{
		margin-top: 18%;
		margin-bottom: 2.3%;
	}
	.container-fluid.pret{
		padding-right: 0px;
		padding-left: 0px;
	}
	.multi-select-component{
		margin-bottom: 14px;
	}
	#largeModal .radio{
		padding-right: 5px;
    line-height: 30px;
	}
	#SortModal .radio .outer, #largeModal .radio .outer{
		margin: 5px 9px 2px 10px;
	}
	.modal-dialog .modal-footer .btn{
		margin-right: 12px;
	}
	#SortModal .radio{
		line-height: 30px;
	}
	.modal-header {
        padding: 5px 10px !important;
  }
}

.testimonial{
    padding: 7px 25px;
    margin: 0 20px 0px;
    /*border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;*/
    text-align: center;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 500;
}
.testimonial .description{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: var(--primary); }

/*styling for videogridsec*/
.youtube{
	height: 206px;
	border-radius: 10px;
}
.rechge{
	display: none;
}

.grad_switch
{
position: relative; width: 166px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    display: none;
    
}

.grad_switch .toggleContainer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  border: 3px solid #343434;
  border-radius: 20px;
  background: #343434;
  font-weight: bold;
  color: #343434;
  cursor: pointer;
}
.grad_switch .toggleContainer::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  border-radius: 20px;
  background: #00A5EC;
  transition: all 0.3s;
}
.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%;
}
.grad_switch .toggleContainer div {
  padding:3px;
  text-align: center;
  z-index: 1;
}
.toggleCheckbox {
  display: none;
}
.toggleCheckbox:checked + .toggleContainer div:first-child {
  color: white;
  transition: color 0.3s;
}
.toggleCheckbox:checked + .toggleContainer div:last-child {
  color: white;
  transition: color 0.3s;
}
.toggleCheckbox +  .toggleContainer div:first-child {
  color: white;
  transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:last-child {
  color: white;
  transition: color 0.3s;
}





.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    display: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
     border-radius: 20px;
    box-shadow: 0 -2px 4px -2px #dddada;
/*    border: 1px solid #ced4da;*/
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 26px; padding: 0; line-height: 26px;
    font-size: 14px; color: white; font-family: 'Poppins',sans-serif; font-weight: 500;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Grad";
    padding-left: 10px;
    text-align: left;
    background-color: var(--primary); color: #000;
}

.onoffswitch-inner:after {
    content: "P.Grad";
    padding-right: 10px;
    background-color: #EEEEEE; color: #000;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 15px; margin: 6px;
    background: #FFFFFF;
    border: 1px solid #999999; border-radius: 100%;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
@media (max-width:599px){
	.youtube {
    height: 200px;
    border-radius: 10px;
    margin-bottom: 17px;
}
.grad_switch
{
display: inline-block;
    position: fixed;
    bottom: 57px;
    left: 25%;
    box-shadow: 2px 2px 7px 0px #1a1b1d4b;
    border-radius: 20px;
    
}
.owl-carousel .owl-item{
	padding: 0px;
}
.testimonial{
	padding: 0px;
	margin: 0px;
}
.btn-decor{
	padding: 0.275rem 0.5rem !important;
}
}
@media (max-width:991px){
	.rechge{
		display: inline-block;
		color: green;
		font-size: 12px;
		margin-left: 5px;
	}
	#searchbar::placeholder{
		font-size: 12px;
		line-height: 28px;
	}

	.onoffswitch{
		display: inline-block;
		position: fixed;
		bottom: 57px;
		left: 36%;
		box-shadow: 2px 2px 7px 0px #1a1b1d4b;
    border-radius: 20px;
	}
	#edu.dropdown{
		display: none;
	}
	.detail_serach{
		width: 52%;
	}
}
#drop-items .drop__profession{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#job-det-sec .job-post-primary-info .drop-name{
	padding:10px 0px 0px;
	display: block;
	text-align: center;
}
#job-det-sec .rich-text.w-richtext{
	max-height: initial; 
     overflow-y: initial; 
    margin-top: 0px;
    text-align: center;
}
#job-det-sec {
    background: #fff8e5;
}
#job-det-sec .youtube {
    height: 400px;
    border-radius: 20px;
}
#job-det-sec iframe{
	width: 100%;
	height: 400px;
}
 #job-det-sec h2 {
    font-size: 25px;
    color: var(--primary);
    margin-bottom: 20px;
    text-align: center;
}
#job-det-sec .outer {
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    line-height: 1;
}
#job-det-sec .job-post-primary-info .drop__profession{
	font-weight: 600;
}

/*new styling for tabs*/

#tsum-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

#tsum-tabs .input-prt {
  display: none;
}
#tsum-tabs .input-prt, #tsum-tabs .label-prt{
	text-align: center;
}  
#tsum-tabs .label-prt {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

#tsum-tabs .label-prt:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

#tsum-tabs .label-prt[for*='1']:before { content: '\e09a'; }
#tsum-tabs .label-prt[for*='2']:before { content: '\f06e'; }
#tsum-tabs .label-prt[for*='3']:before { content: '\e522'; }

#tsum-tabs .label-prt:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs .input-prt:checked + .label-prt {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3{
  display: block;
}
#tsum-tabs{
	text-align: center;
}
#form-fill{
	text-align: left;
}
.notes-type {
    padding: 10px 17px;
    border-radius: 5px;
    color: #111;
    font-size: 13px;
    background: #fff8e5;
    width: auto;
    margin-right: 6px;
    text-align: center;
    line-height: 8px;
    font-weight: 500;
    color: #142238;
    border: 1px solid #ced4da;
    display: inline-block;
    width: auto !important;
}
#notes-types{
	justify-content: center;
}
.notes-type a {
    color: #142238;
}
.notes-type.active {
        background: #fff;
        /* border: 1px solid #ced4da; */
        border-bottom: 3px solid #00A5EC;
}

/* utilities classes (always with !important)*/
.u-flex {
  display: flex !important;
}

.u-hide {
  display: none !important;
}

.icon-button {
  display: flex;
  width: var(--height-header);
  height: var(--height-header);
  border-radius: 50%;
  background-color: var(--balance2);
}
.icon-button .icon {
  margin: auto;
}
.icon-button:hover, .icon-button:focus {
  background-color: var(--balance3);
}

.icon-button-2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
}
.icon-button-2 .icon-menu::before {
  vertical-align: 3px;
}
.icon-button-2:hover, .icon-button-2:focus {
  background-color: var(--balance1);
}

.user-image {
  border-radius: 50%;
  margin-inline-end: var(--size2);
  width: 50px;
    height: 50px;
    line-height: 50px;
}
.view-sec {
    margin-top: 2rem;
}

/* post parts */
.common-post {
  padding: 25px;
  margin-block-end: var(--size4);
  background-color: #fff8e5;
  border-radius: var(--size2);
  box-shadow: 0 1px 2px var(--balance4);
  margin-top: 30px;
}
#content2 .common-post p{
	color: #000;
	text-align: left;
}
.common-post-header {
  margin-bottom: var(--size2);
}
.common-post-content.common-img {
    margin: 20px 0;
}
.user-and-group {
  font-weight: bold;
}
.user-and-group a{
	color: #303030;
}
.user-and-group .icon-arrow-block-end {
  margin-inline-start: var(--size2);
}

.time-and-privacy {
  font-size: 12px;
  color: #797C7B;
}
.time-and-privacy > *:not(:first-child)::before {
  content: "";
  vertical-align: bottom;
  display: inline-block;
 /* width: 2px;
  height: 2px;*/
  background-color: var(--balance10);
  margin: 0 5px;
}
.img-prt img{
	border-radius: 7px;
}
.summary > * + * {
  margin-inline-start: var(--size1);
}

.total-comments a:hover, .total-comments a:focus {
  text-decoration: underline;
}

.reactions {
  }

.common-content b {
  font-weight: bold;
}
.common-content p {
  margin-bottom: var(--size1);
}
.common-content a:not(.embed-content) {
  color: var(--main-color);
}
.common-content a:not(.embed-content):hover, .common-content a:not(.embed-content):focus {
  text-decoration: underline;
}
.common-content img:not(.embed-content-image) {
  display: block;
  width: 100%;
  border-radius: 7px;
}
.img-ctner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.img-prt{
	width: calc(20% - 16px);
    min-width: calc(15% - 16px);
    margin: 0 7px 16px 7px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.embed-content {
  display: block;
  background-color: var(--balance1);
  margin: 16px -16px;
}
.embed-content-text {
  padding: var(--size3) var(--size4);
}
.embed-content-info {
  text-transform: uppercase;
  color: var(--balance8);
  font-size: 13rem;
  margin-bottom: var(--size1);
}
.embed-content-title {
  font-weight: bold;
}
.embed-content-paragraph {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: var(--balance8);
}
.embed-content-image {
  width: 100%;
}

.actions-buttons {
  padding-top: var(--size1);
  margin-top: var(--size2);
  border-top: solid 1px var(--balance4);
}
.actions-buttons-item {
  flex: 1;
}
.actions-buttons-button {
  width: 100%;
  text-align: center;
  height: 32px;
  border-radius: var(--size1);
}

.actions-buttons-button .icon {
  margin-inline-end: var(--size1);
  filter: grayscale(1);
}
.common-list-button {
  display: flex;
  height: 52px;
  padding: var(--size2);
}
.common-list-button > * {
  margin: auto 0;
}
.common-list-button img {
  border-radius: var(--size2);
}
.common-list-button .user-image {
  border-radius: 50%;
}
.common-list-button .icon {
  width: 36px;
  font-size: 24px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-inline-end: var(--size2);
}
.common-list-button .text {
  font-weight: bold;
}
.common-list-button:hover, .common-list-button:focus {
  background-color: var(--balance1);
  border-radius: var(--size2);
}
.common-list-button.is-ads {
  height: auto;
}
.common-list-button.is-ads .image {
  width: 115px;
  flex-shrink: 0;
  margin-inline-end: var(--size3);
}
.common-list-button.is-ads .ads-url {
  font-weight: normal;
}
body{
	position: relative;
}
/* Expand
_______________________*/

.img-full-container {
		position: fixed;
		z-index: 1031;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		padding: 10px;
		border-radius: 5px;
		text-align: center;
		display: none;
		cursor: pointer;
		height: 100vh;
		overflow: hidden;
}

.img-full-container img {
		max-width: 100%;
		max-height: 100%;
		bottom: 0;
		left: 0;
		margin: auto;
		overflow: auto;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1032;
}

.img-full-container .close {
		cursor: pointer;
		position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #fff;
    font-size: 18px;
    background-color: #1B1818;
    padding: 0.5em;
    width: 100%;
    z-index: 1033;
    opacity: 1;
    font-weight: 300;
}

.img-full-container .close:not(:disabled):not(.disabled):hover{
	opacity: 1;
}
/*video-part*/
.youtube-container {
    display: block;
    width: 100%;
/*    max-width: 600px;*/
    margin: 30px 0px;
}

.youtube-player {
    display: block;
    margin 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
    border-radius: 20px;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    filter: brightness(0.8);
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/img/icons/play-button.png") no-repeat center center;
  background-size: 72px 72px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.doc-type {
    display: flex;
    margin: 15px 0;
}
.doc-img {
    width: 54px;
    margin-right: 12px;
}
.doc-info h3{
	font-size: 16px;
	margin-bottom: 3px;
	text-align: left;
}
#content2 .doc-info p{
 color: #797C7B;
 font-size: 14px;
}
.doc-info span{
	margin: 0 6px;
}
.doc-info p:first-child{
	margin-left: 0px;
}
@media screen and (max-width: 650px) {
  #tsum-tabs .label-prt {
    font-size: 0;
  }
  #tsum-tabs .label-prt:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs .label-prt {
    padding: 15px;
  }
}
 #del-modal.modal-container {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            align-items: center;
            justify-content: center;
            z-index: 99;
        }

        #del-modal .modal-content {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 400px;
            width: 100%;
            padding: 20px;
            text-align: center;
        }

        #del-modal .button {
            border: none;
        }

        #del-modal h2 {
            color: #515151;
            font-size: 20px;
        }

       #del-modal .confirmation-message {
            margin-bottom: 20px;
        }

        #del-modal .button-container {
            display: flex;
            justify-content: end;
    				gap: 0px 9px;
        }

        #del-modal .button {
            padding: 10px 20px;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            cursor: pointer;

        }

        #del-modal .cancel-button {
            background-color: #ccc;
            color: #535353;
            padding: 5px 17px;
				    font-size: 14px;
				    text-align: center;
				    text-decoration: none;
				    border-radius: 5px;
				    cursor: pointer;
    				border:none;
        }

        #del-modal .delete-button {
            background-color: #e74c3c;
            color: #fff;
            padding: 5px 17px;
				    font-size: 14px;
				    text-align: center;
				    text-decoration: none;
				    border-radius: 5px;
				    cursor: pointer;
        		border:none;
        }
#staticBackdrop.modal .modal-body {
	padding: 0 50px 30px;
	text-align: center;
}
#staticBackdrop .form_wrapper .input_field {
  position: relative;
  margin-bottom: 20px;
  /*-webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;*/
}
#staticBackdrop .form_wrapper .input_field > span {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  height: 100%;
  border-right: 1px solid #cccccc;
  text-align: center;
  width: 30px;
}
#staticBackdrop .form_wrapper .input_field > span > i {
  padding-top: 10px;
  color: #979797;
}
#staticBackdrop .form_wrapper .textarea_field > span > i {
  padding-top: 10px;
}
#staticBackdrop .form_wrapper input[type=text], #staticBackdrop .form_wrapper input[type=email],
#staticBackdrop .form_wrapper input[type=number]{
  width: 100%;
  padding: 8px 10px 9px 35px;
  height: 35px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #eee;
  border: none;
}
#staticBackdrop .form_wrapper input[type=text]:hover, #staticBackdrop .form_wrapper input[type=email]:hover,
#staticBackdrop .form_wrapper input[type=number]:hover {
  background: #fafafa;
}
#staticBackdrop .form_wrapper input[type=text]:focus, #staticBackdrop .form_wrapper input[type=email]:focus,
#staticBackdrop .form_wrapper input[type=number]:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #f5ba1a;
  background: #fafafa;
}
.login-info {
    padding: 20px;
    text-align: center;
    font-size: 17px;
    color: #454545;
}
.login-info p{
	margin-bottom: 0px;
}
.login-email h3{
	text-align: left;
    font-size: 16px;
    margin: 0;
    padding: 12px 0;
    color: #525252;
    font-weight: 400;
}
.login-button {
    background-color: #00A5EC;
    color: #fff;
    border: none;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 0 4px 2px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s ease-in-out;
}
#staticBackdrop .btn-close{
	color: #fff;
	filter: brightness(0) invert(1);
    opacity: 1;
}
#home-jobs-view #drop-items .drop__profession{
	-webkit-line-clamp: 2;
}
.policy-text {
    margin-top: 15px;
    color: #999;
    font-size: 12px;
}
.terms-line {
    margin-bottom: 6px;
    color: #616161;
    font-size: 12px;
}
.terms-line a{
	text-decoration: underline;
    color: #4682b4;
}
#staticBackdrop .modal-header .modal-title {
	text-align: center;
    width: 100%;
}
.otp_sent_email {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    text-align: center;
    padding: 30px 0;
}
.email-abc {
    color: #000;
    font-size: 15px;
}
.input-otp {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.input-otp input{
	width: 50px;
    height: 50px;
    box-shadow: 0 0 2px #616161;
    border-radius: 5px;
    padding: 0 19px 0 20px;
    border: 1px solid #ccc;
}
.opt_submit_btn.mt-3 {
    background-color: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    color: #000;
    width: 100%;
    border: none;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
}
.otp-resend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.otp-resend h5{
	font-size: 14px;
    color: #616161;
    font-weight: 500;
    margin-bottom: 0;
}
.otp-resend span{
	color: red;
}
.resend-btn {
    border: none;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500;
    color: #333;
    background: #00A5EC;
    display: block;
    text-decoration: none;
    transition: .3s ease-in-out;
    padding: 5px 10px;
}
.otp-box{
	display: none;
}
.content-inner.preparation{
	padding-top: 100px;
}
.container-fluid.pret
{
	background: #fff!important;
    padding: 15px 0;
}
/*
.fa-clock
{
	color:#1e3050!important;		
}
.fa-indian-rupee-sign
{
		color: #07b150  !important;	
}
.fa-graduation-cap
{
color: #295F98!important;	
font-size: 12px;
}
.fa-calendar-days, .fa-file-arrow-down
{
color: #ff5733!important;	
}
.fa-location-dot
{
	color: #eb1c24!important
}
.fa-person-shelter
{
	color: #f49524!important
}
.fa-envelope-open-text
{
	color: #327ccf!important
}
.fa-clipboard
{
	color:#91c344!important
}
.fa-globe
{
	color:#488fc6!important
}
.fa-briefcase
{
	color: #25c2d7!important
}
.fa-award
{
	color: #e0a826!important
}
.fa-file-invoice
{
	color: #91c344!important
}
.fa-pen-to-square
{
	color: #2091eb!important
}*/
.heading-details {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.fa-check
{
	color: #00aeff !important
}
.heading-details .fa-solid
{
	font-size: 20px;
	margin-right: 10px!important;
}
.heading-details h4
{
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}



.details-sec li {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 16px 0;
}
.details-sec li:last-child {
    
    margin: 0 ;
}
.locat li
{
	margin:0 0 10px 0;
}
.post-name
{
	font-size: 14px;
	/*padding:2px 10px;*/
	/*border:2px solid #00A5EC;*/
	border-radius: 20px;
	font-weight: 400;
	display: inline-block;
	margin: 5px 0 0;
	color: #71717b;
}
i.outsidelock, i.textlock{
	/*	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;*/
    color: #444;
    /*transform: translate(-50%, -50%);*/
    font-size: 14px;
      background: var(--rgba-primary-7); 
		 padding: 6px;
    border-radius: 50%;
    color: var(--primary);
    background: #fff;
    display: inline-block;
    /*z-index: 20;*/
}
.lock-sheet.sheet .textlockbar{
		position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #444;
    transform: translate(-50%, -50%);
    font-size: 14px;
/*      background: var(--rgba-primary-7); */
		 padding: 6px;
/*    border-radius: 50%;*/
    color: var(--primary);
/*    background: #fff;*/
    display: inline-block;
    /*z-index: 20;*/
}
.lock-sheet .textlockbar{
	display: none;
}

.locked-img
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 200px;
}
.locked-img i
{
	text-align: center;
    color: #444;
    font-size: 18px;
    background: var(--rgba-primary-7); 
	padding: 6px;
    border-radius: 50%;
    color: red;
    width: 30px;
    height: 30px;
    line-height: 15px;
}
span.locked-div
{
	color: #fff;
	font-size: 12px;
}
.locked-img  a
{
	color: #ddd;
	font-size: 12px;
}
.share-div1
{
	position: absolute;
	bottom: 15px;
	right: 15px;
    width: auto;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    z-index: 9;
} 
.share-div {
	position: absolute;
	bottom: 15px;
	right: 15px;
    background-color: #00A5EC;
    width: auto;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
}
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
#bottom-filter.tabs nav {
	text-align: center;
}

#bottom-filter.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

#bottom-filter.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#bottom-filter.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

#bottom-filter.tabs nav a span {
	vertical-align: middle;
	
}



#bottom-filter.tabs nav a:focus {
	outline: none;
}
#bottom-filter.tabs{
	display: none;
}
.hidden-search-box{
	display: none;
}
@media (max-width:991px){
	.logbtn{
		margin: 6px 15px;
    font-size: 12px;
	}
	.autocomplete-list{
		max-height: 93px;
    overflow-y: auto;
	}
}
.filter_tabs .container{
	overflow: visible;
}
@media (max-width:1180px){
	#bottom-filter.tabs{
		position: fixed;
		bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    font-size: unset;
    display: block;
    box-shadow: 0 -2px 4px -2px #dddada;
    box-shadow: 2px 2px 7px 0px #1a1b1d4b;
	}
	#bottom-filter.tabs nav ul li{
		padding: 6px 0;
		border-right: 1px solid #74777b;
	}
	#bottom-filter.tabs nav a{
		text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-family: 'Poppins', sans-serif;
	}
	#bottom-filter.tabs nav a i{
		margin-right: 9px;
    font-size: 14px;
    color: #74777b;
    padding: 0;
	}
	#bottom-filter.tabs nav {
	padding: 6px 0;
	}
	#bottom-filter.tabs nav ul li:last-child{
		border-right: none;
	}
.details .social__links{
	border-bottom: 1px solid #ccc;
}
	.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.form-control{width:20%}
.my-navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
.my-navbar-nav:last-child{ border-right:0}
.round-btn{
  height: 50px;
  width: 50px;
  background-color:transparent;
  border-radius: 34px;
  text-align: center;
  line-height: 50px;
  color:gray;
  float: right;
}
.flip-icon{
   -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
/*.hidden-search-box{
  display: none;
  position:relative;
  float:right;
  background-color: rgb(52, 73, 94);
  height: 50px;
  width: 100%;
  z-index: 1000;

}*/
.addon-btn{
  width: 50px;
  height:50px;
  background-color: rgb(37, 51, 66);
  border: 0 none;
  margin-top: -5px;
  color: #ffffff;
}
.addon-text-box, addon-text-box:active{
  background-color: transparent!important;
  border: 0 none;
  color:  #ffffff!important;
  border-radius: 0;
  border-bottom: 1px #FFF solid;
  font-family: Proxima Nova soft,Helvetica,sans;
  font-weight: 600;
  margin-left: calc(5px + 1.13em);
  margin-right: calc(5px + 1.13em);
 
}
.traingle{
  height:15px;
  width: 15px;
  background-color: transparent;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  border-bottom: 15px rgb(37, 51, 66) solid;
  float:right;
  margin-top: -10px;
  margin-right: 10px;
}
.rddd .logbtn{
	margin: 6px 6px 6px 0;
}

.hidden-search-box {
 /* visibility: hidden;
  opacity: 0;*/
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: relative;
  float: right;
/*  background-color: rgb(52, 73, 94);*/
/*  height: 5px;*/
  width: 100%;
  z-index: 1000;
  display: none;
}
.hidden-search-box .form-control{
	height: 35px;
}
.hidden-search-box.active {
  /*visibility: visible;
  opacity: 1;*/
  display: inline-block;
}
.job-top-right, #category_types{
	display: none !important;
}
#close-search-box
{
	top: 1px;
    right: -7px;
}
.close-btn {
  position: absolute;
  top: -2px;
  right: 10px;
  background: none;
  border: none;
  color: #000;
  font-size: 22px;
  cursor: pointer;
  z-index: 1001;
}
.hidden-search-box .input-group{
	width:98%;
}
.hidden-search-box .input-group-append button{
	padding: 3px 9px !important;
    margin: 0px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: var(--primary);
    border: none;
}
.hidden-search-box .input-group-append button i{
	padding: 0px 5px;
    font-size: 13px;
    color: #000;
}
.close-btn:hover {
  color: #ff4c4c;
}
#hidden-search-box {
  position: relative;
  padding: 3px;
  border-radius: 5px;
}
.post-name{
	font-size: 12px;
	font-weight: 500;
}
.details .social__links{
	padding: 12px 0;
}
.lock-sheet {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  clip-path: polygon(40px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 40px);
  background: #fdf7b1;
  padding: 15px 15px 10px 45px;
  margin: 10px 0 20px;
  font-weight: 600;
  transition: clip-path 500ms;
  background: rgb(255 255 255);
  width: 100%;
}
/*.lock-sheet i{
	display: none;
}*/

.lock-sheet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background:#00a5ea;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
}

}
.locked-img a:hover, .locked-img a:focus, .locked-img a:active{
	text-decoration: underline;
}

.share-btn.bg-share{
	background-color: #00aeff;
}
.share-btn.bg-share span{
	color: #fff;
}
#fixed-lock a.fixed-facebook .red-line {
    line-height: 19px;
    left: -61px;
    position: absolute;
    text-align: center;
    width: 191px;
    /* visibility: hidden; */
    transition-duration: 0.5s;
    z-index: 1;
    /* opacity: 0; */
    top: 31px;
    font-size: 14px;
    color: #eb1c24;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
#fixed-lock .red-line .link-p {
    color: red;
}
.box-op{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap:16px;
}
/*.box-op li{
	width: 32%;
}*/
.job-detail-detail .list .age-list{
	width: 100%;
}
@media (max-width:599px){
	.heading-details .fa-solid{
		font-size: 17px;
	}
	.heading-details h4{
		font-size: 14px;
	}
.job-post-container
{
	padding:16px!important;
}
	span.locked-div{
		font-size: 10px;
    width: 104px;
	}
	.locked-img{
		width: 100px;
	}
	.widget-title .title i{
		font-size: 17px;
		margin-right: 7px;
	}
	nav.c-navigation-breadcrumbs{
		margin-bottom: 7px;
	}
	#main_cat .social__links ul li a span{
		display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
	}
}
.lock-sheet {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  clip-path: polygon(40px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 40px);
  background: #fdf7b1;
  padding: 15px 15px 10px 45px;
  margin: 10px 0 20px;
  font-weight: 600;
  transition: clip-path 500ms;
  background: #fff;
  width: 100%;
}

.lock-sheet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgb(255 255 255);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
}
.lock-sheet .job-post-container{
	box-shadow: none;
	background-color: transparent;
}
.job-post-category[data-index="0"] {
    border-color: #ff5733; /* Red */
}

.job-post-category[data-index="1"] {
    border-color: #33ff57; /* Green */
}

.job-post-category[data-index="2"] {
    border-color: #3357ff; /* Blue */
}

.job-post-category[data-index="3"] {
    border-color: #ff33a1; /* Pink */
}

.job-post-category[data-index="4"] {
    border-color: #ffaa33; /* Orange */
}
.job-post-category[data-index="0"],
.job-post-category[data-index="1"],
.job-post-category[data-index="2"],
.job-post-category[data-index="3"],
.job-post-category[data-index="4"]{
	border-color: #ddd;
}


/*#vertical-filter.content input{
  display: none;
}*/

#vertical-filter.content{
  display: flex;
  justify-content: space-between;
  min-height: auto !important;
  }

#vertical-filter.content .list{
  display: flex;
  flex-direction: column;
  position: relative;
/*  width: 25%;*/
  margin-right: 1.2rem;
  border-right:1px solid #ddd;
}

#vertical-filter.content .list label{
  cursor: pointer;
/*  height: 60px;*/
/*  line-height: 60px;*/
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  color: #000;
/*  padding:5px;*/
  padding: 10px 20px 10px 15px;
  transition: all 0.5s ease;
  z-index: 10;
  background-color: #eee;
  text-align: left;
  border-left: 5px solid transparent; /* Default left border */
    transition: all 0.3s ease;
}

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about,
#videos:checked ~ .list label.videos{
  color: #22272C;
}

/*#vertical-filter.content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.5s ease;
  
  background: #BB86FC;
}*/

/*#home:checked ~ .list .slider{
  top: 0;
}

#blog:checked ~ .list .slider{
  top: 60px;
}

#help:checked ~ .list .slider{
  top: 120px;
}

#code:checked ~ .list .slider{
  top: 180px;
}

#about:checked ~ .list .slider{
  top: 240px;
}
*/
#vertical-filter.content .text-content{
  width: 80%;
/*  height: 100%;*/
  height: 55vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

#vertical-filter.content .text{
  display: none;
}

#vertical-filter.content .text .title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.container .text p{
  text-align: justify;
}

#vertical-filter.content .text-content .home{
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about,
#videos:checked ~ .text-content .videos{
  display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home,
#videos:checked ~ .text-content .home{
  display: none;
}

#vertical-filter .list label:hover {
    background-color: #e9e9e9;
}
#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about,
#videos:checked ~ .list label.videos {
		background-color: #fff; /* Active background */
    border-left: 5px solid var(--primary); /* Active left border */
    font-weight: 500;
    color: #000;

}
button.filter-apply-btn {
    box-shadow: 0 0 3px 1px #919191;
    border-radius: 5px !important;
    padding: .5em 5.5em !important;
    color: #000;
    font-size: 16px !important;
    font-weight: 400;
    border: none;
    display: flex;
    /* margin: 0px auto; */
}
.checkbox-container {
  list-style: none;
  padding: 0;
}

.checkbox-container li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.checkbox-container input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    line-height: 12px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"]:checked {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.checkbox-container input[type="checkbox"]:checked::before {
    content: "✔";
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 2px;
}
.text-content .filter-btns{
		display: flex;
    justify-content: flex-end;
    align-items: center;
}
.text-content .filter-btns a{
	border: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 9px;
}
.filter-group{
	display: flex;
	justify-content: space-between;
	padding: 15px 0 20px;
}
.reset-fil{
	font-size: 16px;
    font-weight: 400;
    padding: 0px;
    transition: all 0.5s ease;
    text-align: left;
   margin-right: auto !important;
    padding-left: 12px;
    color: var(--primary);
}
/* Hide scrollbar for Chrome, Safari and Opera */
/*#vertical-filter.content .text-content::-webkit-scrollbar {
  display: none;
}*/

/* Hide scrollbar for IE, Edge and Firefox */
/*#vertical-filter.content .text-content {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}*/

.exp-container {
    width: 90%;
}
.exp-container .label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.exp-container input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: lightgray;
    outline: none;
    transition: background 0.3s;
    position: relative;
}
.exp-container input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
    background: lightgray;
}
.exp-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    position: relative;
}
/* Dynamic filled track effect */
.exp-container input[type="range"]::-moz-range-progress {
    background: var(--primary);
}
.exp-container input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, var(--primary) var(--progress), lightgray var(--progress));
}
#search-bar{
  width: 98%;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}
#search-bar span > i{
		margin-top: -2px;
    margin-left: 2px;
    font-size: 14px;
    color: #7e7e7e;
}
.view-mo {
    color: var(--primary);
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 8px;
}
.reset-fil:hover, .view-mo:hover{
	color: var(--primary);
}
#src-b{
  width: 92%;
    border: none;
    color: black;
    font-family: "Open sans";
    font-size: 15px;
    margin-top: 2px;
    padding-left: 0px;
}
.sort-container {
    display: flex;
    flex-direction: column;
}
.sort-container .radio-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 20px !important;
}
.sort-container .radio-input {
    display: none;
}
.sort-container .custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
}
.sort-container .custom-radio::after {
    content: "✔"; /* Checkmark */
    font-size: 12px;
    color: white;
    font-weight: bold;
    display: none;
}
.sort-container .radio-input:checked + .custom-radio {
    background: var(--primary);
}
.sort-container .radio-input:checked + .custom-radio::after {
    display: block;
}
.sort-container .radio-input:checked + .custom-radio + span {
    font-weight: 600;
}
#SortModal.modal .modal-body{
	padding: 20px;
}
#largeModal.modal .modal-header,
#SortModal.modal .modal-header{
	border-bottom: 1px solid #d7d7d7;
    padding: 12px 20px;
    background-color: #fff;
    align-items: center;
}
#largeModal.modal .modal-content,
#SortModal.modal .modal-content{
	border-radius: 0px;
}
#largeModal.modal .modal-header button,
#SortModal.modal .modal-header button{
	font-size: 14px;
    color: #000;
    opacity: .5;
    margin: 0;
    transition: .3s ease-in-out;
}
#largeModal.modal .modal-header .modal-title,
#SortModal.modal .modal-header .modal-title{
	font-weight: 600;
    margin-bottom: 0;
    color: #212529;
    font-size: 17px;
    text-transform: uppercase;
}
#largeModal.modal .modal-footer,
#SortModal.modal .modal-footer{
	padding: .7rem 0;
    background-color: #fff;
    border-top: 1px solid #d5d5d5;
}
#largeModal .modal-dialog .modal-footer .btn{
/*	margin: 0 auto;*/
	margin-right: 20px;
	line-height: 1;
}
.check-line{
	white-space: pre-line !important;
    width:100%;
    display: inline-block;
    overflow: unset;
    word-break: break-all;
    color: #313131;
	text-transform: capitalize;
}
.modal-center {
    display: flex;
     align-items: center; 
     min-height: calc(100% - 1rem); 
}
@media (max-width:599px){
	#vertical-filter.content .list label{
		font-size: 16px;
		padding:10px 20px 10px 27px;
	}
	.text-content .filter-btns a{
		margin: 0 6px;
		font-size: 12px;
	}
	.checkbox-container li{
		margin: 6px 0;
    font-size: 16px;
	}
	.checkbox-container input[type="checkbox"]:checked::before {
		font-size: 12px;
		left: 3px;
	}
	#vertical-filter.content .text-content{
		height: 70vh;
	}
	#largeModal .modal-dialog-centered,
	#SortModal .modal-dialog-centered{

		min-height: auto;
	}
	.category_section .hs__item .hs__item__title
	{
		font-size: 14px !important;
	}
	#src-b{
		font-size: 12px;
    margin-top: 4px;
    width: 65%;
	}
	#search-bar span > i{
		margin-top: -2px;
    margin-left: 0px;
    font-size: 12px;
	}
	#search-bar {
    width:70%;
    height: 30px;
  }
  #vertical-filter.content .list{
  	margin-right: 0.8rem;
  }
  .modal-center{
  	align-items: flex-end;
  }
  .exp-salary .salary-price, .exp-salary .drop__exp{
  	/*width: 49.3%;*/
  }
  section.content-inner.extra.details_cards .card-box{
  	padding: 0 15px 3px;
  }
  
}
@media (min-width:1081px){
	.details_cards_div .heading-details{
		display: none;
	}
	.lock-sheet{
		margin: 0;
	}

}

@media (min-width:1600px){
	.youtube {
    height: 273px;
    border-radius: 10px;
	}
}
.youtube{
	background-color: transparent !important;
}
@media (max-width:991px){
#sidebarMenu .profile-card {
    text-align: left;
    padding-top: 10px;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #ddd;
}
.details_cards_div .row .col-md-4
{
	padding:0 16px!important;
	width:100%!important
}
#sidebarMenu .profile-card p{
	border-bottom: none;
}
}
@media (max-width:1180px){
	#vertical-filter.content{
		display: flex;
    justify-content: start;
    min-height: auto !important;
    flex-direction: column;
    padding: 16px 10px;
	}
  #vertical-filter.content .list label {
   	font-size: 14px;
    padding: 3px 6px 3px 6px;
    height: min-content;
    margin: 0 5px;
    border-radius: 5px;
	}
	#vertical-filter.content .list {
    display: flex;
    flex-direction: row;
     flex-wrap: nowrap; 
    overflow-x: scroll;
    width: 100%;
	}
	#home:checked ~ .list label.home,
	 #blog:checked ~ .list label.blog,
	  #help:checked ~ .list label.help,
	   #code:checked ~ .list label.code,
	    #about:checked ~ .list label.about,
	    #videos:checked ~ .list label.videos{
	    	border: 1px solid var(--primary);
		    border-left: 3px solid var(--primary);
		    border-radius: 5px;
	    }
	 .videos span{
	 		width: 85px;
	 		display: inline-block;
	 }
	 #vertical-filter.content .list{
	 		margin-bottom: 10px;
	 }
	 .filter-group{
	 		padding: 6px 0 6px;
	 }
	 #vertical-filter.content .text-content{
	 		height: 60vh;
	 		width:100%;
	 }
	 #largeModal .modal-dialog{
	 		margin: 1rem;
	 }
	 .about .pe-3{
	 	padding-right: 0px !important;
	 }
	 #vertical-filter.content .list label.about{
	 	white-space: nowrap;
	 }
	 .about.text .youtube{
	 	margin: 10px 0;
	 }
}
.app-main .card-main-title{
		border: 1px solid #ccc;
    background: #f3f3f3;
    font-size: 16px;
    padding: 8px 12px;
    border-bottom: none;
    border-radius: 0.375rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.app-main .card-main-title h3{
		font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}
.app-main .bt-0{
		border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-select .dropdown-menu.show
{
	max-height: 400px!important

}
@media (min-width:1200px){
	#largeModal .modal-dialog {
        max-width: 652px;
    }
    section.content-inner.extra.details_cards .bottom_div i.fa-indian-rupee-sign{
    	/*width: 16px;*/
    }
    
    section.job-details2 .details-sec i.fa-indian-rupee-sign{
    	width: 16px;
    }
    section.job-details2 .details-sec i.fa-graduation-cap{
    	width: 18px;
    }
}
span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    flex-shrink: 0;
}
.salary,.salary-price,.location,.exp-salary,.drop__exp, #lock-area {
    display: flex!important;
    align-items: center;
    gap:8px;
    font-size: 14px;
    color: #71717b;
}
/*.drop-name
{
	filter: blur(3px);
}*/
div#find
{
	gap:16px;
}
.test-lock {
    width: 100%;
    position: absolute;
    background:#d8dde54d;
    height:100%;
    left: 0;
    top:0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: blur(15px);
    backdrop-filter: blur(1px);
    z-index: 10;
    overflow: hidden;
}
.drop-card-header
{
	position: relative;
}
#lock-wrap
{
	color: var(--primary);
	display: flex;align-items: center;
	gap:8px;
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 20;
    font-size: 16px;
    font-weight: 500;
}

.related-post-name.badge.badge-warning{
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 206px;
  font-weight: 400;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: #000 !important;
  background-color: #f3f3f3 !important;
  padding: 4px 8px !important;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media(min-width:1200px){
#home-jobs-view div.row{
	gap: 16px;
}
.post-name.badge.badge-warning{
	white-space: normal;
    font-weight: 400;
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    display: inline-block;
    color: #000 !important;
    background-color: #f3f3f3 !important;
    padding: 5px 10px !important;
    border: none;
    margin-bottom: 3px;
    margin-top: 0px;
}
.share-btn.share-div .main-button{
	background: var(--primary);
	color: #fff;
	z-index: 9;
}
.share-btn.share-div .main-button:hover{
	box-shadow: none;
}
.outer-div .job-post-primary-info .drop-name{
	padding: 0;
}
.job-details2 .details-sec ul{
	display: flex;
	flex-wrap: wrap;
	gap: 16px 0;
}
.job-details2 .details-sec li{
	flex: 0 0 50%;
	margin-bottom: 0;
}
.job-details2 .job-post-info-text{
	font-size: 15px;
	color: var(--neutral-500);
}

.job-details2 .job-post-category{
		padding: 6px 10px;
    font-size: 13px;
    line-height: 14px;
    text-transform: capitalize;
    margin-bottom:6px;
    color: var(--muted-foreground);
}
.job-details2 .lock-sheet p, .job-details2 .lock-sheet li{
	color: var(--neutral-500);
	font-weight: 400;
}
.job-details2 .location-list {
	color: var(--neutral-500);
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0px !important;
}
}
.map-wrapper1 h2{
	font-size: 2rem;
}
.buttons:hover{
	box-shadow: none !important;
}
 .side-bar .heading-details h4{
 	font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.detail-icon {
    background: var(--muted);
    /* padding: 6px; */
    border-radius: 4px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 14px;
    color: var(--muted-foreground);
}

@media (max-width:1199px){
	.post-name.badge.badge-warning{
		white-space: normal;
    font-weight: 400;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    color: #000 !important;
    background-color: #f3f3f3 !important;
    padding: 4px 8px !important;
    border: none;
    margin-bottom: 5px;
    margin-top: 0px;
	}

	#app p {
      font-size: 13px;
      margin-bottom: 8px;
      font-weight: 500;
      color: var(--neutral-500);
  } 
  .location-list{
  	font-size: 13px;
  	margin-bottom: 0px;
  	color: var(--neutral-500);
        font-weight: 400;
  }
  .lock-sheet.sheet .more-info{
  	filter: blur(3px);
  }
  .lock-sheet .more-info{
  	filter: none;
  }
  #app div{
		justify-content: start;
    display: flex;
    width: 100%;
	}
	.job-detail-content .test-lock{
		border-radius: 0;
	}
}
.news
{
	margin-top: 90px;
}
@media (min-width: 769px) and (max-width: 991px)
{
.category_section .col-md-2
{
	width: 15%!important
}
.news
{
	margin-top: 50px;
}
.details_cards_div .row .col-md-4
{
	width: 33%!important
}
}
h5.label-head
{
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 400;
}
.header-display{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-t90 {
padding-top: 90px; }
@media (min-width:768px) and (max-width:1180px){
	.category_section .row {
        justify-content: center;
        gap: 15px 0px;
    }
   .category_section .hs__item .hs__item__title{
   		font-size: 11px !important;
   		font-weight: 400;
   }
   .youtube {
    	height: 120px;
    	margin-bottom: 13px;
	 }
	 div#find{
	 	gap: 16px 0;
	 }
	 .details-sec ul{
	   	display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: baseline;
	    gap: 16px 0;
   }
   .details-sec li{
   		width: 50%;
   		margin-bottom: 0px;
   }
   .p-t90 {
    padding-top: 50px;
	}
	.category_section.job_category .col-md-2 {
        padding: 0 8px;
    }


}
@media (max-width:767px){
	.intro-side{
   	padding-top: 45px !important;
   }
   .loadmore{
   	margin-top: 12px;
   }
   .details-sec ul{
	   	display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: baseline;
	    gap: 16px 0;
   }
   .details-sec li{
   		width: 50%;
   		margin-bottom: 0px;
   }
   .p-t90 {
    padding-top: 50px;
	}
	.small-add{
		height: 290px;
	}
}
@media (min-width:1181px){
	.details_cards_div .row .col-lg-4,
	.details_cards_div .row .col-md-4
{
	padding:0;
	width:32.33333%!important
}
.loadmore{
   	margin-top: 20px;
}

}
.job-details2 .job-post-category{
	margin: 6px 8px 6px 0;
}
@media (min-width:1024px) and (max-width:1180px){
	#drop-items .badge.badge-warning{
		max-width: 152px;
	}
}
@media (min-width:520px) and (max-width:760px){
	.category_section .col-md-2 {
        width: 18% !important;
        padding: 0 !important;
    }
    .category_section .hs__item .hs__item__title {
        font-size: 12px !important;
    }
    .intro-side .col-md-6.m-b30{
    	width: 50%;
    }
    .video-sec-part .youtube {
        height: 170px;
        border-radius: 10px;
        margin-bottom: 17px;
    }
    .video-sec-part .row.flex-sm-nowrap{
    	overflow-x: auto;
        overflow-y: hidden;
    }
    .dz-media.style-1 .text{
    	display: none;
    }
}
/*new social media*/
.social-boxes {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.social-box-item {
    width: 32px;
    border-radius: 7px;
    overflow: hidden;
    transition: transform 0.3s ease; /* moved here */
}
.social-boxes a{
	transition: all 0.3s;
}
.social-box-item:hover{
	transform: translateY(-5px);
}
.countere {
    position: relative;
    right: -19px;
    top: -4px;
    display: inline;
}
.count-me {
    background: #00a5ec;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    top: 0%;
    right: 0%;
    position: absolute;
    box-shadow: 2px 0px 4px 0px #1a1b1d4b;
}