/**fonts**/
@import
	url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
/*font-family: 'Roboto Slab', serif;*/
@import
	url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900')
	;
/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');
/*font-family: 'Muli', sans-serif;*/

/*START CSS : DU-23 :DATE- 27-08-2019 use poppins*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/*START CSS : DU-23 :DATE- 27-08-2019 use poppins*/



/**Global css**/
body {
	background: #f6f4f8;
	font-family: 'Montserrat', sans-serif;
	/* min-height: 100vh; */
}

.wrapper {
	/* min-height: 100vh; */
}

/* .container {
	max-width: 1170px;
} */

section {
	color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 16rem !important;
}
h2.ur-heading-text {
	font-family: 'Roboto Slab', serif;
	font-size: 42px;
	color: #333;
	line-height: normal;
	font-weight: normal;
}

.form-group {
	margin-bottom: 1.3rem;
}

a {
	color: #0034f4;
}
a {
    color: #8652d0;
}
.form-control-lg {
	border-radius: 3px;
}

input[type=checkbox]+label {
	display: block;
	margin: 0.2em;
	cursor: pointer;
	padding: 0.2em;
	font-size: 14px;
	color: #837a7a;
	font-weight: 400;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label:before {
	content: "\2714";
	border: 0.1em solid #ddd;
	border-radius: 0.2em;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 0.7em;
	text-align: center;
	color: transparent;
	transition: .2s;
	line-height: 18px;
}

input[type=checkbox]+label:active:before {
	transform: scale(0);
}

input[type=checkbox]:checked+label:before {
	background-color: MediumSeaGreen;
	border-color: MediumSeaGreen;
	color: #fff;
}

input[type=checkbox]:disabled+label:before {
	transform: scale(1);
	border-color: #aaa;
}

input[type=checkbox]:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}

.ur-rangeslide {
	position: relative;
	width: 100%;
	height: 8px;
	display: inline-block;
}

.fill {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	left: 0;
	top: 0px;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: calc(100% - 5px);
	height: 8px;
	background: #043db1;
}

input[type=range] {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	background: transparent;
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-moz-focus-outer {
	border: 0;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 3px solid #282d32;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	margin-top: -11px;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: transparent;
	border-radius: 8px;
	border: 1px solid #fff;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #043db1;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #043db1;
	cursor: pointer;
}

input[type=range]::-moz-range-track {
	box-sizing: border-box;
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: transparent;
	border-radius: 8px;
	border: 1px solid #d0d0d0;
}

.result-listings .listings-head .cmp-logo{width: 120px;}
.result-listings .listings-body ul.searchJobList li .cmp-logo img{max-width: 60px;}
.result-listings .listings-body ul.searchJobList li .cmp-logo{width: 120px; height: 60px;}

.ur-searchjob-container .inbox_search{display: inline-block; margin: 0 0 0 15px; vertical-align: top;}

@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.fill {
		display: none;
	}
}

.volume-slider::-ms-thumb {
	box-shadow: 0 0 0 3px #282d32;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	margin-top: 2px;
	box-sizing: border-box;
	border: 0;
}

.volume-slider:focus::-ms-thumb {
	border: 0;
}

.volume-slider::-ms-track {
	width: 300px;
	height: 10px;
	cursor: pointer;
	background: transparent;
	border-radius: 8px;
	border: 1px solid #fff;
	color: transparent;
	box-sizing: border-box;
}

.volume-slider::-ms-fill-lower {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
}

.volume-slider::-ms-fill-upper {
	background: transparent;
}

.volume-slider::-ms-tooltip {
	display: none;
}

/**custom css**/
.ur-nav-menu {
	padding: 2.5rem 1rem;
	background: #8652d0;
}

.ur-nav-menu .navbar-nav .nav-link {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.7px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.4px;
	color: #ffffff;
}

.ur-findheading span {
	display: inline-block;
	width: 100%;
}

.ur-findheading p {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 20px;
	color: #333;
}

.ur-findheading {
	margin-bottom: 100px;
	margin-top: 20px;
}

.ur-findimg {
	clear: both;
	margin-bottom: 100px;
	height: 131px;
}

.ur-findbtn {
	width: 218px;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	background-color: #fdc041;
	display: inline-block;
	border: solid 1px #fdc041;
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
	padding: 17px 15px;
	text-decoration: none;
}

.ur-findbtn.ur-employeebtn {
	background: #043db1;
	border-color: #043db1;
}

.ur-findbtn:hover {
	background: #ed443b;
	border: solid 1px #ed443b;
	color: #fff;
	text-decoration: none;
}

.ur-nav-menu .navbar-nav li.active .nav-link {
	position: relative;
}

.ur-nav-menu .navbar-nav li.active .nav-link:before {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	content: "";
}

.ur-findStop {
	position: relative;
}

.ur-mouse-icon {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	cursor: pointer;
}
/**feature customer css**/
.ur-featured-customers {
	background: #212830;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
	padding: 35px 0px;
	margin-top: 150px;
}

.owl-carousel .owl-item {
	text-align: center;
	line-height: 60px;
}

.owl-carousel .owl-item img {
	max-width: 100%;
	width: auto;
	display: inline-block;
}

.owl-dots {
	display: none;
}

.owl-nav {
	display: none;
}

/**featured-candidates**/
.ur-featured-candidates {
	padding: 100px 0px;
}

.ur-featured-candidates h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #043db1;
	margin-bottom: 70px;
}

.ur-featured-candidates h2 span {
	display: inline-block;
	margin-left: 40px;
}

.ur-candidate-card {
	border-radius: 3px;
	position: relative;
	padding: 35px;
	background-color: #ffffff;
	box-shadow: 0 0 25px 0 rgba(40, 47, 60, 0.05), 0 20px 25px 0
		rgba(40, 47, 60, 0.05), 0 3px 4px 0 rgba(40, 47, 60, 0.05);
}

.ur-candidate-img {
	display: inline-block;
	width: 138px;
	height: 138px;
	overflow: hidden;
}

.ur-candidate-img img {
	max-width: 100%;
	max-height: 100%;
}

.ur-favoriteicon {
	position: absolute;
	right: 35px;
	top: 35px;
}

.ur-card-body h5 {
	font-size: 18px;
	color: #5a6169;
	line-height: 1.5;
	margin-top: 25px;
}

.ur-card-body p {
	font-size: 15px;
	color: #000000;
	font-weight: 300;
}

.ur-send-btn {
	font-size: 15px;
	padding: 12px;
	line-height: normal;
	margin-top: 25px;
	border-radius: 3px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	border: solid 0.8px #043db1;
	color: #000000;
}

.ur-send-btn:hover, .ur-send-btn:focus {
	background: #043db1;
	border-color: #043db1;
}

.ur-seemore-candidates {
	margin-top: 50px;
	border-radius: 3px;
	background-color: #043db1;
	border: none;
	color: #fff;
	padding: 15px 13px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}

.ur-seemore-candidates:hover, .ur-seemore-candidates:focus {
	background: #fdc041;
}

/**featured-position**/
/*.ur-featured-position{padding:100px 0px;}*/
.ur-featured-position {
	position: relative;
	/*background-image:url(../images/featured-position-bg.png); background-position: top right; background-size: auto 100%; background-repeat:no-repeat;*/
	max-height: 100vh;
	overflow: hidden;
}

.ur-featured-position .carousel-inner, .ur-featured-position .carousel-item
	{
	height: 100vh;
	z-index: 1;
}

.ur-featured-position .carousel-caption {
	left: auto;
	right: 11.7%;
	bottom: 14%;
}

.ur-featured-position .carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
}

.ur-featured-position .carousel-indicators li.active {
	background-color: #fdc041;
}

.ur-featured-position .carousel-indicators {
	left: auto;
	right: 12%;
	bottom: 11%;
	margin: 0px;
	padding: 0px;
}

.ur-featured-position-text {
	position: absolute;
	top: 10%;
	width: 100%;
	height: 100%;
}

.ur-featured-position h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #043db1;
	margin-bottom: 70px;
	z-index: 2;
	position: relative;
}

.ur-featured-position h2 span {
	display: inline-block;
	margin-left: 40px;
}

.ur-jobposts {
	object-fit: contain;
	z-index: 2;
	position: relative;
	padding: 38px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(208, 208, 208, 0.1);
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #d0d0d0;
	display: inline-block;
}

.ur-jobposts h3 {
	color: #212830;
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	margin: 0;
}

.ur-jobtags {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.ur-jobtags li {
	list-style: none;
	color: #7e7e7e;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #8b8b8b;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	padding: 8px 10px;
	margin: 20px 20px 20px 0;
}

.ur-jobposts h5 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

.ur-jobposts p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	margin: 26px 0;
	line-height: 1.73;
}

.ur-btns-group.text-center .btn.btn-primary.float-left {
	background: #043db1;
}

.ur-btns-group.text-center .btn.btn-primary.float-right {
	background: #ed443b;
}

.ur-position-name {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 18.7px;
}

.ur-featured-position .carousel-item>img {
	float: right;
}

/**ur-by-number**/
.ur-by-number {
	padding: 200px 0;
}

.ur-by-number h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #043db1;
	margin-bottom: 70px;
}

.ur-by-number h2 span {
	display: inline-block;
	margin-left: 60px;
}

.ur-number-content {
	-webkit-box-shadow: -1px 3px 15px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 3px 15px -1px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 3px 15px -1px rgba(0, 0, 0, 0.75);
	padding: 36px 0;
	text-align: center;
	min-height: 322px;
	max-height: 100%;
}

.ur-number-content h3 {
	color: #f6f4f8;
	font-size: 40px;
	font-family: 'Roboto Slab', serif;
}

.ur-number-content p {
	color: #333;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 10px 0 35px 0;
}

/**Urban Recruits**/
.Ur-Recruits h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #043db1;
	margin-bottom: 70px;
}

.Ur-Recruits {
	padding-bottom: 200px;
}

.Recruits-text p {
	color: #000;
	line-height: 2;
	font-weight: 300;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

/**join-meet**/
.ur-join-time {
	display: inline-block;
	width: 100%;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 50px;
	height: 100%;
}

.ur-joint-meet h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #043db1;
	margin-bottom: 70px;
}

.ur-joint-meet {
	padding-bottom: 100px;
}

.ur-join-time h3 {
	font-family: 'Roboto Slab', serif;
	color: #212830;
	font-size: 30px;
}

.ur-join-time ul, .ur-bg-white ul {
	margin: 35px 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.ur-join-time ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
}

.ur-join-time ul li p, .ur-bg-white ul li span {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	line-height: 1.73;
	font-size: 15px;
	font-weight: 300;
	margin: 15px 0 0 0;
}

.ur-join-time p {
	color: #000000;
	line-height: 1.73;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.ur-join-time ul li:nth-child(2) {
	margin: 0 85px;
}

.ur-join-time button {
	border: 1px solid #81c9cc;
	color: #000;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	margin-top: 80px;
	padding: 10px 20px;
}

.ur-joint-meet h2 span {
	margin-left: 30px;
}

.ur-see_all-button .float-right button {
	background: #fdc041;
	color: #fff;
	padding: 10px 40px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.ur-see_all-button {
	margin-top: 45px;
}

.ur-see_all-button .col-md-6 {
	padding: 0;
}

/**ur-ahead**/
.ur-ahead-game {
	background: #f8f8f8;
	padding: 100px 0;
}

.ur-ahead-game h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #000;
	margin-bottom: 70px;
	display: inline-block;
}

.ur-ahead-game h2 span {
	margin-left: 9 0px;
}

.ur-game-text {
	border: solid 1px #d0d0d0;
	background: #fff;
	margin-bottom: 20px;
}

.ur-game-text img {
	max-width: 100%;
	width: 100%;
}

.ur-game-text h3 {
	min-height: 64px;
	color: #212830;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 1.78;
}

.ur-game-text p {
	object-fit: contain;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	font-weight: 300;
}

.ur-game-text button {
	border: solid 0.8px #fdc041;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
}

.ur-game-inner-text {
	padding: 35px;
}

.btn-bottom span {
	color: #7c7c7c;
}

.ur-game-text .btn-bottom span {
	color: #7c7c7c;
	vertical-align: bottom;
	float: right;
	margin-top: 20px;
	letter-spacing: normal;
	text-align: justify;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	font-weight: 300;
}

.btn-bottom {
	margin-top: 35px;
}

.ur-see_all-button .btn.btn-warning.float-right {
	background: #fdc041;
	color: #fff;
	padding: 13px 45px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

/**ur-talk**/
.ur-talk h2 span {
	margin-left: 60px;
}

.ur-talk h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #333;
	margin-bottom: 70px;
}

.ur-talk {
	padding: 100px 0;
}

.ur-talk-form {
	width: 876px;
	background: #fff;
	max-width: 100%;
	padding: 50px 40px;
	display: inline-block;
	text-align: left;
	border-radius: 3px;
}

.ur-talk-form .form-row {
	margin-bottom: 20px;
}

.ur-talk-form .form-group label {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
}

.ur-talk-form .form-group input {
	width: 85%;
	border: solid 1px #d0d0d0;
	font-weight: 300;
}

.ur-talk-form .form-group textarea {
	height: 280px;
	border: solid 1px #d0d0d0;
	font-weight: 300;
	width: 100%;
}

.ur-talk-form .btn_bottom {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0 0;
}

.ur-talk-form .btn_bottom  .btn.btn-primary.float-right {
	color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border: none;
	font-size: 20px;
}

/**ur-blog**/
.ur-blog-content  h2 span {
	margin-left: 60px;
}

.ur-blog-content h2 {
	/* font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #333;
	margin-bottom: 70px; */
}
.ur-blog-content p span,.event_new_layout p span{
    font-size: 18px;
    font-weight: 600;
    color: #959595;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.ur-blog-content .row.row-eq-height .col-md-5 img {
	width: 100%;
}

.ur-blog-content .row.row-eq-height .col-md-5 {
	overflow: hidden;
	padding: 0px;
}

.ur-blog-right-content h3 {
	color: #212830;
	font-size: 24px;
	font-family: 'Roboto Slab',
}

.ur-blog-right-content p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.73;
	color: #000000;
}

.ur-width-blog {
	width: 903px;
	max-width: 100%;
	background: #fff;
	margin: 0 auto;
}

.ur-blog-right-content {
	padding: 40px 80px 0 40px;
}

.ur-blog-page {
	padding-bottom: 70px;
	padding-top: 30px;
}

.ur-btns-group.text-center {
	margin-bottom: 80px;
}


/**footer*/
.ur-links-footer ul li {
	line-height: normal;
	margin-bottom: 26px;
}

.ur-links-footer {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.ur-links-footer ul {
	padding: 0px;
	list-style: none;
}

.ur-links-footer ul li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: capitalize;
}

.ur-links-footer ul li a:hover {
	color: #ff8155;
}

.ur-links-footer.ul-address p {
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.ur-right-content {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}

.ur-right-content #googleMap {
	width: 100% !important;
	height: 114px !important;
}

.ur-right-content ul {
	padding: 0px;
	list-style: none;
	width: 50%;
	float: right;
	text-align: left;
}

.ur-right-content ul li {
	display: inline-block;
	margin-right: 10px;
}

.ur-right-content ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	border-radius: 50%;
	line-height: 40px;
}

.ur-right-content ul li.ur-bg-lightblue a {
	background-color: #39ccd7;
}

.ur-right-content ul li.ur-bg-darkblue a {
	background-color: #36589f;
}

.ur-right-content p {
	color: #fff;
	font-size: 10px;
	width: 50%;
	float: right;
	clear: both;
	padding-top: 30px;
}

.ur-footer {
	background: #2d2d2d;
	padding: 50px 0% 50px 0%;
	float: left;
	width: 100%;
}

.ur-job-employee {
	width: 100%;
	margin: 15px auto;
	margin-top: 15px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.ur-job-employee img {
	width: auto;
	height: 84px;
	vertical-align: middle;
}

.ur-find-job {
	background: #fdc041;
	border: 1px solid #fdc041;
	color: #fff !important;
	width: 175px;
	border-radius: 4px;
	margin-left: 20px;
	text-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}

.ur-find-employe {
	display: inline-block;
	background: #043db1;
	border: 1px solid #043db1;
	color: #fff !important;
	width: 175px;
	padding: 15px 0;
	text-align: center;
	border-radius: 4px;
	margin-left: 20px;
	text-shadow: none;
	text-decoration: none !important;
}

.ur-job-employee .ur-content-right-img {
	text-align: right;
}

.ur-job-employee .ur-content-right-img span {
	
}

/*end footer*/

/*--event page-*/
.ur-event-layer h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	color: #333;
	margin-bottom: 30px;
	margin-top: 60px;
}

.ur-event-layer h2 img {
	margin-left: 30px;
}

.ur-bg-white {
	min-height: 469px;
	background: #fff;
	color: #212830;
	padding: 50px;
	border-radius: 4px;
}

.ur-bg-white h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
}

.ur-bg-white h2 {
	color: #212830;
	font-size: 30px;
	margin-bottom: 0px;
}

.ur-bg-white ul {
	list-style: none;
	padding: 0px;
	text-align: center;
}

.ur-bg-white ul li span {
	display: block;
	padding-top: 20px;
}

.ur-bg-white ul li img {
	margin: 0px auto;
}

.ur-bg-white ul li {
	width: 30%;
	display: inline-block;
	margin: 0px 0px;
	text-transform: capitalize;
}

.ur-bg-white p {
	color: #000000;
	line-height: 1.73;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.ur-get-tickets {
	background: #fdc041;
	border: 1px solid #fdc041;
	color: #fff !important;
	padding: 8px 20px;
	border-radius: 4px;
	float: right;
	margin-top: 40px;
	cursor: pointer;
	text-decoration: none !important;
}

.ur-layer-block {
	margin-bottom: 70px;
}

/*--end event page--*/

/**about us page css**/
.ur-about-content {
	padding-top: 40px;
}

.ur-dream-job {
	display: inline-block;
	width: 100%;
	padding-bottom: 60px;
}

.ur-job-img {
	margin-top: 40px;
	margin-left: 40px;
}

.ur-founder-quote {
	margin-top: 66px;
}

.ur-founder-img {
	width: 237px;
	height: 237px;
	max-width: 100%;
}

.ur-founder-img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	border: 20px solid #212830;
	border-radius: 50%;
}

.ur-founder-words {
	font-size: 20px;
	object-fit: contain;
	color: #686868;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 60px;
}

.ur-founder-name {
	font-size: 18px;
	color: #333;
	line-height: 1.78;
	font-family: 'Roboto Slab', serif;
}

.ur-founder-name span {
	display: inline-block;
	clear: both;
	line-height: 2;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 100%;
}

.ur-our-experience h4 {
	font-size: 18px;
	line-height: 1.78;
	color: #333;
	font-family: 'Roboto Slab', serif;
	margin-top: 10px;
}

.ur-experties-list {
	margin-top: 65px;
}

.ur-our-experience {
	margin-top: 0px;
}

.ur-experience {
	margin-top: 0px;
	margin-bottom: 30px;
}

.ur-team-member {
	color: #000000;
}

.ur-team-body {
	padding: 35px;
}

.ur-member-img {
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow-y: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}

.ur-member-img img {
	max-width: 100%;
	max-height: 100%;
}

.ur-member-info {
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
}

.ur-member-info span {
	font-weight: 500;
	font-size: 12px;
	color: #686868;
	line-height: 2;
}

.ur-orgin {
	font-size: 15px;
	line-height: 1.73;
	font-weight: normal;
	object-fit: contain;
	margin-top: 20px;
}

.ur-orgin span {
	font-weight: 500;
}

.ur-about-member {
	font-size: 15px;
	line-height: 1.73;
	font-weight: 400;
	object-fit: contain;
	margin: 25px 0px;
	color: #686868;
}

.ur-country-flag {
	margin: 0px;
	padding: 0px;
}

.ur-country-flag li {
	display: inline-block;
	margin: 0px 10px;
}

.ur-customized {
	color: #fff;
	margin-top: 00px;
	margin-bottom: 60px;
}

.ur-customized p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 30px;
	color: #686868;
}

.ur-customized p a {
	font-size: 15px;
	line-height: 2;
	font-weight: 300;
	color: #008cff
}

/**blog details page**/
.ur-blog-feature-img {
	width: 100%;
	display: inline-block;
}

.ur-blog-feature-img img {
	max-width: 100%;
	width: 100%;
}

.ur-blog-text {
	padding: 60px;
	background: #fff;
	color: #000000;
	margin-top: 30px;
}

.ur-blog-text h4 {
	color: #212830;
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0px;
}

.ur-date-by {
	display: inline-block;
	width: 100%;
	padding: 0px 0px;
	font-size: 15px;
	line-height: 1.73;
	font-weight: 500;
}

.ur-post-date {
	float: left;
}

.ur-posted-by {
	float: right;
}

.ur-blog-text p {
	font-size: 15px;
	line-height: 1.73;
	font-weight: 300;
	/* margin-bottom: 50px; */
}

.ur-game-text button.ur-readbtn {
	background: #fdc041;
	color: #ffffff;
}

.ur-blog-detail .ur-blog-text strong {
    font-weight: 600;
}

/**related product**/
.ur-blog-detail {
	padding-top: 70px;
}

.ur-related-products {
	padding: 100px 0px;
}

.ur-related-list {
	margin-top: 50px;
}

/**login page css**/
.ur-login-page {
	margin: 0px 0px;
	padding-bottom: 30px;
	display: table;
	height: calc(100% - 200px);
	width: 100%;
}

.ur-login-middle {
	display: block;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
}

.ur-form-container {
	border-radius: 3px;
	background: #ffffff;
	width: 100%;
	display: inline-block;
	padding: 30px;
	color: #000000;
}

.ur-form-container h4 {
	object-fit: contain;
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	color: #212830;
	margin-bottom: 40px;
}

.ur-social-login ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.ur-social-login ul li {
	list-style: none;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

.ur-social-login ul li span {
	width: 306px;
	max-width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: #000;
	line-height: 1.33;
	display: inline-block;
}

.ur-social-login ul li img {
	max-width: 100%;
}

.ur-password-wrapper {
	position: relative;
}

.ur-toggle-password {
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
	color: #ccc;
	font-size: 18px;
}

.ur-form-container input {
	font-size: 15px;
	line-height: 1.73;
	font-weight: 200;
	color: #000;
}

.ur-form-container input::placeholder {
	color: #bababa;
}

.ur-checkbox {
	display: inline-block;
}

.ur-forgot-password {
	font-size: 12px;
	color: #7e7e7e;
	font-weight: 200;
	float: right;
	line-height: 28px;
}

.ur-forgot-password:hover {
	color: red;
	text-decoration: none;
}

.ur-forgot-check {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}

.ur-create-account-link {
	color: #0034f4;
	line-height: 2;
	font-size: 15px;
	font-weight: 300;
	text-decoration: underline;
	margin-bottom: 60px;
	display: inline-block;
}

.ur-create-account-link:hover {
	color: #043db1;
	text-decoration: none;
}

.ur-login-btn {
	background: #fdc041;
	color: #fff;
	border-color: #fdc041;
	padding: 10px 22px;
	font-size: 15px;
}

.ur-login-btn:hover {
	background: #043db1;
	border-color: #043db1;
}

/**signup steps**/
.ur-steps-container {
	padding: 50px 30px;
}

.ur-steps-container h4 {
	margin-bottom: 0px;
}

.ur-form-step1 {
	display: inline-block;
	width: 100%;
}

.ur-autodropdown {
	width: 100%;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 20px;
}

.ur-select-skill {
	position: relative;
}

.ur-select-skill .form-group {
	margin-bottom: 10px;
}

.ur-autodropdown ul {
	margin: 0px;
	/* padding: 10px 0px; */
	padding: 10px 12px;
	display: inline-block;
	float: left;
}

.ur-autodropdown ul li {
	float: left;
	width: 100%;
	list-style: none;
}

.ur-autodropdown ul li input[type="checkbox"]+label {
	margin: 0px;
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 0px 0.2em;
	color: #000;
}

.ur-autodropdown ul li input[type="checkbox"]+label::before {
	border: none;
	position: relative;
	top: 5px;
	left: 5px;
	margin-right: 15px;
}

.ur-autodropdown ul li input[type="checkbox"]:checked+label {
	background: rgba(253, 192, 65, 0.25);
}

.ur-autodropdown ul li input[type="checkbox"]:checked+label::before {
	background-color: transparent;
	background-image: url(../images/checkicon.png);
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 10px;
}

.ur-selected-tag {
	float: left;
	width: 100%;
}

.ur-selected-tag ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.ur-selected-tag ul li {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-left: 17px;
	font-size: 15px;
	margin-bottom: 17px;
	padding: 7px 15px;
	display: inline-block;
	color: #7e7e7e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.ur-selected-tag ul li span {
	margin-left: 10px;
}

.ur-subtitle {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.33;
	color: #2b2b2b;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.ur-action-control {
	position: relative;
	padding: 0px 100px;
	margin-top: 40px;
	min-height: 70px;
	display: block;
}

.ur-step-btn {
	position: absolute;
	top: 0px;
	line-height: 2.3;
	width: 100px;
	padding: 15px 30px;
}

.ur-step-back {
	left: 0;
	border-color: #fdc041;
	color: #000;
	font-weight: 200;
}

.ur-step-next {
	right: 0;
	background: #fdc041;
	border-color: #fdc041;
	color: #fff;
}

.ur-progress-step {
	display: inline-block;
	width: 100%;
}

.ur-progress-step ul {
	margin: 23px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

.ur-progress-step ul li {
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
	position: relative;
	line-height: 0px;
}

.ur-progress-step ul li:before {
	background: rgba(253, 192, 65, 0.25);
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	top: 2.5px;
	left: 0px;
}

.ur-point-progress {
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50px;
	background: #fdc041;
	position: relative;
	z-index: 2;
}

.ur-progress-step ul li.active .ur-point-progress {
	background: #fff;
}

.ur-progress-step ul li.active .ur-point-progress:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fdc041;
	content: "";
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	top: -5.5px;
	left: -5.5px;
}

.ur-progress-step ul li.ur-step-done .ur-point-progress:before {
	width: 10px;
	height: 10px;
	background: #fdc041;
	content: "\2714";
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	top: -2.5px;
	left: -1.5px;
	font-size: 6px;
	line-height: 9px;
	text-align: center;
}

.ur-progress-step ul li:first-child:before {
	width: 50%;
	left: 50%;
}

.ur-progress-step ul li:last-child:before {
	width: 50%;
}

.ur-read-terms input[type="checkbox"]+label {
	font-size: 14px;
	color: #000;
	line-height: 16px;
}

.ur-already-urban {
	margin-bottom: 0px
}

.ur-already-urban a {
	font-size: 16px;
	display: inline-block;
	line-height: 1.44;
	color: #0034f4;
	font-weight: 300;
	text-decoration: underline;
}
/**resume result**/
.ur-uplpad-result {
	display: inline-block;
	width: 100%;
	padding-right: 0px;
	position: relative;
	margin-bottom: 10px;
	float: left;
}
button.btn.btn-outline-primary.btn-lg.ur-clossbtn {
    background-color: transparent;
    border: 0;
}
button.btn.btn-outline-primary.btn-lg.ur-clossbtn i{
    color: red;
    font-size: 16px;
}
.ur-uplpad-result span {
	background: #ff8155;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 3px;
	width: 100%;
	float: left;
	font-size: 20px;
	padding: 10px 25px;
	color: #fff;
	font-weight: 200;
}
.ur-uplpad-result span {
    background: #f2f2f2;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 10px 25px;
    color: #666;
    font-weight: 300;
}

.ur-clossbtn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 50px;
	border-color: #d0d0d0;
}

.ur-clossbtn:hover {
	border-color: #043db1;
}

.ur-Uploadtbn {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	position: relative;
	padding-right: 130px;
}

.ur-filechoose {
	border-radius: 3px;
	border: 1px solid #eee;
	width: 100%;
	float: left;
	padding: 9px 25px;
	color: #d0d0d0;
	font-size: 20px;
	height: 48px;
	font-weight: 300;
	padding-left: 140px;
}

.custom-file-label::after {
	font-size: 20px;
	padding: .375rem 1.75rem;
	top: -1px;
	color: #fff;
	background: #ff8155;
	font-weight: 300;
	height: 48px;
	line-height: 35px;
	border: none;
	right: unset !important;
	left: 0 !important;
	border-radius: .25rem 0 0 .25rem !important;
}

.ur-fileupload {
	height: 48px;
}

.ur-upload-img {
	border: 1px solid #ddd;
	float: right;
	border-radius: 3px;
	text-align: center;
	padding: 23px 32px;
	width: 100%;
}

.ur-upload-profile {
	background: #f8f8f8;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin-bottom: 15px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
}

.ur-upload-img span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #000;
	font-weight: 200;
}

textarea.form-control.ur-profile-textarea {
	height: 100%;
	max-height: 100%;
	width: 410px;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.78;
	color: #212830;
	font-family: 'Montserrat', sans-serif;
}

.ur-profile-upload {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.ur-upload-img {
	/* margin-left: 30px; */
}

.ur-textarea {
	
	float: left;
}

.ur-link-account {
	display: inline-block;
	text-align: center;
	padding: 100px 0px;
	width: 100%;
}

.ur-link-account span {
	display: inline-block;
	width: 100%;
	line-height: 1.33;
	font-size: 12px;
	color: #2b2b2b;
	font-weight: 200;
	margin-top: 10px;
}

.ur-candidate-btn {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
	font-weight: 300;
	padding: 0.7rem 1rem;
}

.ur-profile-btn {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff;
	font-weight: 300;
	padding: 0.7rem 1rem;
	background: #043db1;
	border-color: #043db1;
}

/**recruit profile**/
.ur-dashboard {
	background: #f8f8f8;
}

.ur-header {
	background: #fff;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
	z-index: 99;
}

.ur-search-filter {
	margin-bottom: 7px;
}

.ur-search-filter input::placeholder {
	color: #bababa;
}

.ur-search-filter input, .ur-search-filter select {
	font-size: 15px;
	color: #000;
	font-weight: 200;
}

.ur-dashboard .ur-nav-menu {
	padding: 1.1rem 1rem;
}

.ur-dashboard .ur-nav-menu .navbar-nav .nav-link {
	color: #000;
	text-transform: none;
	padding-right: 1rem;
	padding-left: 1rem;
	font-size: 11px;
}

.ur-filter-search-btn {
	background: #043db1;
	border-color: #043db1;
	color: #fff;
	line-height: 1.6;
	font-size: 15px;
	padding: 0.7rem 1rem;
}

.ur-content-container {
	padding: 50px 0px;
}

/**sidemenubar**/
.ur-sidemneu {
	width: 84px;
	padding-right: 10px;
	position: fixed;
	left: 0px;
	overflow: auto;
	top: 50%;
	z-index: 1468;
	transform: translateY(-50%);
	/*max-height: 76%;*/
}

.ur-sidemenu-inside {
	display: table;
	height: 100%;
}

.ur-sidemenu-middle {
	display: table-cell;
	vertical-align: middle;
}

.ur-sidemneu ul {
	background: #212830;
	float: left;
	width: 80px;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
	margin: 0px;
	padding: 0px;
}

.ur-sidemneu ul li {
	width: 100%;
	float: left;
	list-style: none;
	text-align: center;
}

.ur-sidemneu ul li a {
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	float: left;
	width: 100%;
	padding: 18px 13px;
}

.ur-sidemneu ul li span {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.ur-user-sidemenu-img {
	/* width: 100%; */
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #fff;
	/* padding: 10px; */
	
}

.ur-user-sidemenu-img img {
	max-width: 100%;
	height: 60px;
	border-radius: 50%;
}

.ur-sidemneu ul li a:hover{
	opacity: 0.6;
}
/* .ur-sidemneu ul li a:hover, .ur-sidemneu ul li.active a, .ur-sidemneu ul li a:focus
	{} */

.ur-linkedin-row {
	margin-bottom: 40px;
}

.ur-new-advverts-btn {
	float: right;
	font-size: 15px;
	font-weight: normal;
	border-color: #043db1;
	background: #fff;
	color: #043db1;
	padding: 0.7rem 1rem;
}

.ur-linkedin-text {
	font-size: 15px;
	line-height: 1.73;
	font-weight: 300;
	margin-bottom: 0px;
}

.ur-profile-img {
	width: 190px;
	height: 190px;
	display: inline-block;
}

.ur-box-shodow {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
	background: #fff;
	border-radius: 3px;
}

.ur-border {
	border: 1.2px solid #d0d0d0;
}

.ur-userimg-section {
	padding: 30px;
	height: 100%;
}

.ur-userimg-section h4 {
	font-size: 20px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
}

.ur-userimg-section h4 a {
	float: right;
	color: #043db1;
	font-size: 26px;
}

.ur-profile-img {
	border-radius: 50%;
	position: relative;
	margin: 25px 0px 15px 0px;
}

.ur-profile-img img {
	max-width: 100%;
}

.ur-profile-complete-percentage {
	font-size: 15px;
	font-weight: 200;
}

.ur-about-user {
	padding: 30px 60px 30px 30px;
	height: 100%;
}

.ur-about-user h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	color: #212830;
	margin-bottom: 23px;
}

.ur-about-user p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	outline: 0;
}

.ur-general-info {
	margin-top: 30px;
	padding: 30px;
}

.ur-general-info h2 {
	font-size: 20px;
	line-height: 1.5;
}

.ur-general-info h2 a {
	color: #043db1;
	font-size: 26px;
	display: inline-block;
	margin-left: 15px;
}

.ur-general-fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px -15px;
	padding: 0px;
}

.ur-general-fields li {
	float: left;
	list-style: none;
	padding: 0px 45px;
	width: 33.3333%;
}

.ur-general-fields li label {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 15px;
}

.ur-general-fields li input, .ur-general-fields li select {
	font-size: 15px;
	font-weight: 300;
}

.ur-your-adverts {
	padding: 30px;
	margin-top: 30px;
}

.ur-your-adverts h2 {
	font-size: 20px;
}

.ur-onair li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -7.5px;
}

.ur-onair {
	display: inline-block;
	width: 100%;
	padding: 0px 59px;
	margin-bottom: 10px;
}

.ur-onair ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
}

.ur-onair li .form-group {
	padding: 0px 7.5px;
}

/* .ur-advert-position {
	width: 40%;
} */

.ur-advert-position {
	width: 85%;
}

.ur-advert-location {
	width: 30%;
}

.ur-advert-date {
	width: 183px;
}

.ur-advert-on {
	width: 163px;
}

.ur-advert-boost {
	width: 15%;
}

.ur-advert-edit {
	width: 15%;
}
.form-group.ur-advert-edit .btn.btn-primary {
    width: 100%;
}

.ur-advert-part h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
}

.ur-advert-part ul li input, .ur-advert-part ul li select {
	font-size: 15px;
	font-weight: 300;
}

.ur-boostbtn {
	font-size: 15px;
	background: #fff;
	font-weight: 300;
	width: 100%;
	padding: 0.7rem 0rem;
	color: #212830;
	border-color: #bababa;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	min-width: 70px;
}

.ur-advert-editbtn {
	padding: 0.7rem 0rem;
	background: #043db1;
	width: 100%;
	font-size: 15px;
	border-color: #043db1;
}

.ur-go-job-page {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 0px 60px;
}

.ur-go-job-page .ur-go-page {
	background: #043db1;
	border-color: #043db1;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	padding: 13px 0px;
}

.ur-go-job-page .ur-go-page:hover, .ur-go-job-page .ur-go-page:focus {
	text-decoration: none;
}

.ur-post-newbtn {
	/* float: left; */
	width: 200px;
	font-size: 15px;
	color: #000;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	border: 0.8px solid #043db1;
	/* margin-top: 50px; */
	padding: 0.8rem 1rem;
	font-weight: bold;
}
.update-create-job{
	margin-top: 15px;
}

.ur-billing-section {
	margin-top: 30px;
	padding: 30px;
}

.ur-billing-container {
	padding: 0px 50px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.73;
}

.ur-billing-section h2 {
	font-size: 20px;
	line-height: 1.5;
}

.ur-small-heading {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 1.73;
	font-weight: 300;
}

.ur-billing-container h3 {
	font-size: 30px;
	color: #212830;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
}

.ur-update-planbtn {
	background: #043db1;
	color: #fff;
	border-color: #043db1;
	font-size: 15px;
	padding: 0.55rem .75rem;
}

.ur-cncl-btn {
	color: #7e7e7e;
	text-decoration: underline;
	font-size: 12px;
	margin-left: 15px;
}

.ur-user-cardnumber {
	margin: 32px 0px 52px 0px;
}

.ur-chnagecard {
	font-size: 15px;
	padding: 0.55rem .75rem;
	color: #bababa;
	border-color: #bababa;
}

.ur-invoice-list {
	margin-top: 122px;
}

.ur-invoice-list ul {
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
}

.ur-invoice-list ul li {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 30px;
	margin: 10px 0px;
}

.ur-invoice-date {
	float: left;
	font-size: 15px;
	width: 55%;
}

.ur-amount {
	float: left;
	font-size: 12px;
	color: #7e7e7e;
}

.ur-invoice-list ul li a {
	color: #0034f4;
	float: right;
	text-decoration: underline;
}

.ur-postadvert-row {
	width: 100%;
	display: inline-block;
}

.ur-postnew-adverts {
	display: inline-block;
	float: none;
	background: #fff;
	border-color: #043db1;
	font-size: 15px;
	color: #000;
	padding: 0.8rem 1rem;
}

/**my job info**/
.ur-datefilter {
	display: inline-block;
	width: 100%;
	padding: 0px 30px;
}

.ur-datefilter-right {
	float: right;
	display: flex;
	margin: 0px -7.5px;
}

.ur-datefilter-right .form-group {
	float: left;
	padding: 0px 7.5px;
}

.ur-datefilter-right select {
	font-size: 15px;
	font-weight: 300;
}

.ur-jobinfo-top {
	padding: 0px 30px;
	display: inline-block;
	width: 100%;
}

.ur-jobinfo-img {
	float: left;
	width: 68px;
	height: 68px;
	margin-right: 25px;
}

.ur-jobinfo-img img {
	max-width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ur-usernameinfo {
	float: left;
}

.ur-usernameinfo h2 {
	color: #212830;
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 18px;
}

.ur-usernameinfo p {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}

.ur-outside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px -15px 0px -15px;
}

.ur-ad-skills {
	margin: 50px -30px;
}

.ur-outside .form-group {
	padding: 0px 45px;
}

.ur-ad-skills .form-group {
	padding: 0px 100px 0px 60px;
}

.ur-outside input {
	font-size: 15px;
	font-weight: 300;
}

.ur-outside label {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 15px;
}

.ur-skillstags {
	float: left;
	margin: 15px 0px;
	padding: 0px;
	width: 100%;
}

.ur-skillstags li {
	float: left;
	padding: 10px 15px;
	border-radius: 3px;
	border: 1px solid #eee;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 300;
	color: #7e7e7e;
	list-style: none;
}

.ur-skillstags li span {
	margin-left: 10px;
	cursor: pointer;
}

.ur-language-known {
	width: 150px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #bababa;
	margin-top: 15px;
	padding: 10px 15px;
	position: relative;
}

.ur-lang-remove {
	position: absolute;
	top: 10px;
	right: 10px;
}

.ur-language-known p {
	font-size: 15px;
	color: #000;
	line-height: 1.73;
	font-weight: 300;
	margin-bottom: 0px;
}

.ur-range-selected {
	font-size: 10px;
	color: #9b9b9b;
	display: inline-block;
	width: 100%;
	font-weight: 200;
}

.ur-des-container {
	border-radius: 3px;
	height: 100%;
	border: 1px solid #d0d0d0;
	width: 100%;
	padding: 50px;
	font-size: 15px;
	font-weight: 200;
}

.ur-des-container ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.ur-des-container ul li {
	list-style: none;
	position: relative;
}

.ur-des-container ul li::before {
	position: relative;
	content: "\f111";
	font: normal normal normal 5px FontAwesome;
	top: -3px;
	margin-right: 14px;
}

.ur-des-container h6 {
	font-size: 15px;
	font-weight: 200;
	margin-top: 25px;
	margin-bottom: 0px;
}

.ur-previewbtn {
	background: #043db1;
	color: #fff;
	border-color: #043db1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	font-size: 15px;
	border-radius: 3px;
	padding: 13px 1rem;
	margin-top: 30px;
}

.ur-discription-requiernment {
	margin: 50px 15px 0px 15px;
}

.ur-discription-requiernment .form-group {
	padding: 0px 15px;
}

.ur-presson-btn {
	font-size: 18px;
	color: #000;
	font-weight: 300;
	line-height: 2.6rem;
}

.ur-presson-btn i {
	color: #043db1;
	margin-left: 10px;
}

.ur-des-content {
	height: calc(100% - 22px);
}

/**job search page css**/
.ur-toggle-filter {
	display: inline-block;
}

.btn-toggle {
	margin: 0 4rem;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
	color: #6b7381;
	background: #bdc1c8;
}

.btn-toggle.btn-lg>.handle {
	position: absolute;
	top: 0.15rem;
	left: 0.25rem;
	width: 1.14rem;
	height: 1.14rem;
	border-radius: 1.14rem;
	background: #fff;
	transition: left 0.25s;
}

.btn-toggle>.handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #fff;
	transition: left 0.25s;
}

.btn-toggle.active {
	transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
	left: 1.688rem;
	transition: left 0.25s;
}

.btn-toggle.active {
	background-color: #29b5a8;
}

.btn-toggle.btn-lg {
	margin: 0 3rem;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 2.5rem;
}

.btn-toggle+span {
	font-size: 15px;
	font-weight: normal;
	color: #000;
}

.btn-toggle.active+span {
	color: #717171;
}

.btn-toggle+span+.ur-favorite {
	color: #717171;
	font-weight: normal;
}

.btn-toggle.active+span+.ur-favorite {
	color: #000;
	font-weight: normal;
}

.ur-searchjob-container {
	height: calc(100% - 10px);
	padding: 50px 0px;
}

.ur-searchjob-container .container {
	height: 100%;
}

.ur-searchjob {
	height: 100%;
	display: flex;
	padding: 50px 0px;
}

.ur-searchjob-left {
	width: 40%;
	height: 100%;
	overflow: auto;
	float: left;
}

.ur-searchjob-left ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

.ur-searchjob-left ul li {
	float: left;
	position: relative;
	width: 100%;
	cursor: pointer;
	list-style: none;
	padding: 15px 20px;
	margin-bottom: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background: #fff;
}

.ur-searchjob-left ul li.active, .ur-searchjob-left ul li:hover {
	background: rgba(9, 152, 158, 0.01);
}

.ur-searchjob-left ul li.active:before, .ur-searchjob-left ul li:hover::before,
	.ur-searchjob-left ul .owl-item.center li:before {
	background: #043db1;
	border-radius: 3px 0px 0px 3px;
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
}

.ur-user-tab-info {
	float: left;
	width: 100%;
}

.ur-urserinfo-img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.ur-urserinfo-img img {
	width: 100%;
	height: 100%;
}

.ur-urserinfo-name {
	float: left;
}

.ur-urserinfo-name h3 {
	font-size: 18px;
	/* font-family: 'Roboto Slab', serif; */
	color: #212830;
	margin: 0px;
	font-weight: normal;
}

.ur-urserinfo-name p {
	font-size: 15px;
	color: #000;
	line-height: 1.73;
	font-weight: 300;
	margin-bottom: 0px;
}

.ur-urserinfo-favorite {
	float: right;
	color: #d0d0d0;
}

.ur-usermore-info {
	float: left;
	width: 100%;
	margin-top: 7px;
}

.ur-usermore-info span {
	border: 1px solid #7e7e7e;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	line-height: 2;
	color: #7e7e7e;
	padding: 5px 10px;
	font-weight: 300;
	float: left;
	margin: 5px 5px 0px 0px;
}
  
.ur-searchjob-right {
	width: 60%;
	position: relative;
	background: #fff;
	height: 100%;
	float: right;
	border: 1px solid #d0d0d0;
	border-radius: 30px;
}

.ur-moreinformation {
	flex-direction: row-reverse;
}

.ur-profileimg {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.ur-profileimg img {
	width: 100%;
	height: 100%;
}

.ur-profilename {
	float: left;
	margin: 0px 20px;
	max-width: 45%;
}

.ur-profilename h2 {
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	color: #212830;
	margin: 0px;
	font-weight: normal;
}

.ur-profilename p {
	font-size: 20px;
	line-height: 1.5;
}

.ur-like-msg-watch {
	float: right;
}

.ur-profile-favorite {
	font-size: 30px;
	float: left;
	color: #d0d0d0;
}

.ur-like-msg-watch a {
	margin-right: 10px;
}

.ur-msgbtn {
	background: #043db1;
	border-color: #043db1;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	border-radius: 3px;
	padding: 0.5rem 0.5rem;
}

.ur-watchcvbtn {
	background: #fff;
	border-color: #043db1;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	border-radius: 3px;
	padding: 13px 0.6rem;
}

.ur-profile-overview h4 {
	font-size: 20px;
	line-height: 1.5;
	margin: 40px 0px;
}

.ur-moreinformation-parts {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.ur-moreinformation-parts h6 {
	font-size: 15px;
	line-height: 1.73;
	font-weight: normal;
	margin-bottom: 15px;
}

.ur-moreinformation-parts ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

/* .ur-moreinformation-parts ul li {
	border: 1px solid #7e7e7e;
	list-style: none;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	line-height: 2;
	color: #7e7e7e;
	padding: 0px 10px;
	font-weight: 300;
	float: left;
	margin: 0px 5px 15px 0px;
} */
.ur-moreinformation-parts ul li {
    border-radius: 3px;
    background: #fff;
    font-size: 15px;
    line-height: 2;
    color: #7e7e7e;
    padding: 0px 10px;
    font-weight: 300;
    margin: 0px 6px 6px 18px;
}

.ur-moreinformation-parts p {
	font-size: 15px;
	line-height: 26px;
	color: #000;
	font-weight: 300;
}

.ur-lang-label {
	width: 40%;
	float: left;
}

.ur-moreinformation-parts .form-group {
	float: left;
	width: 100%;
}

.ur-progress {
	width: 100px;
	float: left;
	margin-top: 10px;
}

.ur-lang-known {
	font-size: 9px;
	color: #7e7e7e;
	text-align: center;
	width: 100%;
}

.ur-moreinformation-parts .progress {
	height: 0.5rem;
}

.ur-moreinformation-parts .progress-bar {
	background-color: #043db1;
}

.ur-lang-label {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.73;
}

.ur-gender {
	font-size: 15px;
	color: #0034f4;
	font-weight: 300;
}

.ur-imp-info p {
	font-size: 15px;
	font-weight: 300;
	margin: 15px 0px 24px 0px;
}

.ur-imp-info p a {
	text-decoration: underline;
}

.ur-employee-history h6 {
	font-size: 15px;
	line-height: 1.73;
	font-weight: normal;
	margin-bottom: 35px;
}

.ur-employee-history ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.ur-employee-history ul li {
	width: 100%;
	float: left;
	display: flex;
	border-radius: 3px;
	border: 1px solid #7e7e7e;
	font-size: 15px;
	font-weight: 200;
	padding: 13px 15px;
	margin-bottom: 15px;
}

.ur-companyname {
	width: 30%;
}

.ur-designation {
	width: 32%;
}

.ur-workingyear {
	width: 20%;
}

.ur-exp-year {
	width: 18%;
}

.ur-university-name {
	width: 35%;
}

.ur-education-field {
	width: 45%;
}

.ur-employee-history {
	margin-top: 35px;
	/* padding-left: 20px; */
}

.ur-employee-history:last-child {
	margin-bottom: 35px;
}

.select-list, .selectbox {
	width: 100%;
}

.select-wrapper {
	position: relative;
}

.select-list {
	position: absolute;
	border: 1px solid #ced4da;
	z-index: 9;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 100%;
	margin-top: 10px;
	left: 0px;
	width: 100%;
	background: #fff;
	border-radius: 3px;
}

.select-btn {
	font-size: 15px;
	cursor: pointer;
	font-weight: 300;
	text-align: left;
}

.select-list li {
	width: 100%;
	margin: 0px;
	position: relative;
	float: left;
	list-style: none;
	font-size: 15px;
	font-weight: 200;
	padding: 10px 15px;
	cursor: pointer;
}

.select-wrapper .select-list li.option[selected], .select-list li:hover
	{
	background: #043db1;
	color: #fff;
}

.select-wrapper .select-list li.option .check {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding-right: .75rem;
}

.select-wrapper .select-btn .caret {
	position: absolute;
	font-size: 1.25rem;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 .75rem;
	display: flex;
	align-items: center;
	color: #043db1;
}

.select-list li img {
	height: 10px;
	top: 5px;
	position: relative;
	margin-right: 10px;
}

.select-btn img {
	height: 10px;
	margin-right: 10px;
}

/**pricing page**/
.pricing-page .ur-header {
	background: transparent;
	border: none;
}

.ur-crousel-slides {
	height: 100vh;
	position: fixed;
	float: left;
	left: 0;
	top: 0;
	width: 35%;
}

.ur-crousel-slides .carousel {
	height: 100vh;
}

.ur-crousel-slides .carousel-inner {
	height: 100%;
}

.ur-crousel-slides .carousel-item {
	height: 100%;
}

.ur-crousel-slides .carousel-caption {
	left: 200px;
	right: 32px;
	font-size: 20px;
	bottom: 100px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}

.ur-crousel-slides .carousel-caption span {
	font-weight: 200;
	margin-top: 20px;
	display: inline-block;
}

.ur-crousel-slides .carousel-indicators {
	left: 200px;
	right: 30px;
	margin: 0px;
	justify-content: left;
	bottom: 50px;
}

.ur-crousel-slides .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin-right: 20px;
	margin-left: 0px;
}

.ur-crousel-slides .carousel-indicators li.active {
	background: #043db1;
}

.ur-titleadvert {
	margin: 25px 0px;
}

.ur-searchinput {
	font-size: 15px;
	font-weight: 200;
}

.ur-slides-logo {
	position: absolute;
	bottom: 46px;
	max-height: 25px;
	right: 30px;
	z-index: 1;
	max-width: 60px
}

.ur-crousel-slides .carousel-item:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+45,000000+100&0.02+45,0.86+99 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02) 45%,
		rgba(0, 0, 0, 0.86) 99%, rgba(0, 0, 0, 0.86) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 45%,
		rgba(0, 0, 0, 0.86) 99%, rgba(0, 0, 0, 0.86) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 45%,
		rgba(0, 0, 0, 0.86) 99%, rgba(0, 0, 0, 0.86) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000',
		endColorstr='#db000000', GradientType=0); /* IE6-9 */
}

.ur-pricing-section {
	margin-left: 36%;
	text-align: center;
	width: 775px;
	max-width: 65%;
}

.ur-pricing-section h1 {
	position: relative;
	font-size: 60px;
	margin-top: 15px;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.ur-pricing-section h1:before {
	background: #043db1;
	height: 3px;
	content: "";
	width: 50px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
}

.ur-selectuser {
	margin-top: -15px;
}

.ur-pricing-section p {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
}

.ur-pricing-section .ur-toggle-filter i {
	font-style: normal;
	font-size: 12px;
	color: #7e7e7e;
	font-weight: 200;
}

.ur-pricing-section .btn-toggle {
	background: #fff;
}

.ur-pricing-section .btn-toggle.btn-lg>.handle {
	background: #29b5a8;
}

.ur-price-listing {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #d0d0d0;
}

.ur-price-listing h5 {
	font-size: 18px;
	color: #212830;
	line-height: 1.78;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}

.ur-price-listing h2 {
	font-size: 48px;
	color: #000;
	line-height: normal;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0px;
}

.ur-price-listing ul {
	margin: 1rem 0px 1rem 0px;
	padding: 0px;
	width: 100%;
	float: left;
	text-align: left;
}

.ur-price-listing ul li {
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 5px 0px 5px 15px;
	color: #272727;
	list-style: none;
	font-weight: 400;
	position: relative;
}

.ur-price-listing ul li:before {
	background-image: url('../images/checked.svg');
	content: "";
	width: 10px;
	height: 10px;
	left: 0px;
	top: 8px;
	position: absolute;
}

.ur-buy-plan-btn {
	background: #043db1;
	margin-left: auto;
	margin-right: auto;
	border-color: #043db1;
	color: #fff;
	border-radius: 3px;
	width: 122px;
	height: 40px;
	font-size: 15px;
}

.ur-price-listing .card-header {
	border: none;
	background: transparent;
	padding: 2.75rem 1.25rem 0px 1.25rem;
	position: relative;
}

.ur-price-listing .card-header span {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #043db1;
}

.ur-price-filter {
	margin-bottom: 50px;
}

.ur-disclaimer-pricing {
	position: relative;
	margin-top: 100px;
	float: left;
	font-size: 12px;
	font-weight: 200;
	color: #7e7e7e;
}

.ur-select-interst {
	float: left;
	width: 170px;
}

.ur-watchbtncv {
	margin-top: 12px;
}

.ur-tab-nav {
	margin: 0px -30px;
}

.ur-tab-nav .nav-tabs {
	margin-top: 20px;
}

.ur-tab-nav .nav-tabs a {
	width: 50%;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	text-align: center;
	border: none;
	font-weight: 300;
	color: #000;
	border-bottom: 2px solid #bababa;
	position: relative;
}

.ur-tab-nav .nav-tabs a.active {
	border-bottom: 2px solid #bababa;
	font-weight: normal;
}

.ur-tab-nav .nav-tabs a:hover:before, .ur-tab-nav .nav-tabs a.active:before
	{
	position: absolute;
	width: 100%;
	height: 5px;
	content: "";
	background: #043db1;
	left: 0px;
	bottom: -2px;
	border-radius: 5px;
}

.ur-searchjob-right .tab-pane h4 {
	font-size: 20px;
	margin: 30px 0px;
	line-height: 1.5;
}

.ur-searchjob-right .tab-pane {
	height: 100%;
}

.ur-write-msg {
	padding: 10px 30px;
	background: #ededed;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}

.ur-chat-section ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.ur-chat-section ul li {
	margin: 15px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
}

.ur-chat-section {
	display: flex;
}

.ur-userchatimg {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

.ur-userchatimg img {
	max-width: 100%;
}

.ur-userimg-chat {
	width: 42px;
	height: 42px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.ur-chat-date-time {
	text-align: center;
	font-size: 9.6px;
	line-height: 1.17;
	font-weight: 500;
}

.ur-user-status {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 3px solid #fff;
	width: 15px;
	height: 15px;
	background: #fdc041;
	border-radius: 50%;
}

.ur-chat-msg {
	border: 1px solid #fdc041;
	padding: 10px 20px;
	border-radius: 3px;
	float: left;
	font-size: 15px;
	line-height: 1.73;
	font-weight: 300;
	max-width: 70%;
}

.ur-msg-typing {
	padding: 10px 0px;
	float: left;
}

.ur-recruitschat-section .ur-userchatimg {
	float: right;
	left: auto;
	right: 0px;
}

.ur-recruitschat-section .ur-chat-msg {
	float: right;
	border-color: #043db1;
}

.ur-rightside-inside {
	height: 100%;
	overflow: auto;
	float: left;
	padding: 30px 30px;
	width: 100%;
}

.ur-chatspace-bottom {
	height: calc(100% - 52px);
}

.ur-write-area {
	position: relative;
}

.ur-camera-icon {
	position: absolute;
	left: 10px;
	top: 3px;
	color: #cfcfd2;
	font-size: 18px;
	cursor: pointer;
}

.ur-camera-icon:hover {
	color: #000;
}

.ur-write-area input {
	height: 32px;
	border-radius: 0px;
	padding-left: 40px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	/*text-align: center;*/
}

.ur-chat-section ul li.ur-employeeschat-section {
	padding-left: 60px;
}

.ur-chat-section ul li.ur-recruitschat-section {
	padding-right: 60px;
}

.ur-recruits .ur-autodropdown ul li input[type="checkbox"]:checked+label
	{
	background: rgba(9, 152, 158, 0.3);
}

.ur-recruits .ur-autodropdown ul li input[type="checkbox"]:checked+label::before
	{
	background-image: url(../images/checkicon-2.png);
}

.ur-recruits .ur-step-back {
	border-color: #043db1;
}

.ur-recruits .ur-progress-step ul li::before {
	background: rgba(63, 124, 130, 0.3);
}

.ur-recruits .ur-progress-step ul li.ur-step-done .ur-point-progress::before
	{
	background: #3f7c82;
}

.ur-recruits .ur-progress-step ul li.active .ur-point-progress::before {
	border-color: #3f7c82;
}

.ur-recruits .ur-point-progress {
	background: #3f7c82;
}

.ur-recruits .ur-step-next {
	background: #3f7c82;
	border-color: #3f7c82;
}

.ur-lets-finish {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-top: 70px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}

.ur-bill-details {
	margin-top: 40px;
	font-size: 15px;
	color: #000;
	font-weight: 300;
}

.ur-bill-details label {
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	margin: 0px 0px 30px 0px;
}

.ur-bill-details h1 {
	margin: 0px;
	padding: 0px;
}

.ur-pricing-section .ur-bill-details h1::before {
	display: none;
}

.ur-card-name {
	margin-bottom: 30px;
}

.ur-change-card-btn {
	color: #bababa;
	padding: 8px 10px;
	font-size: 15px;
	margin-top: 83px;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border: solid 1px #bababa;
}

.ur-pricing-bill {
	padding: 0px 90px;
}

.ur-total-amount {
	margin-top: 100px;
}

.ur-upgrade-plan-btn {
	background: #043db1;
	border-color: #043db1;
	padding: 8px 15px;
	border-radius: 3px;
	margin-top: 20px;
}

.ur-status-user {
	width: 10px;
	height: 10px;
	background: #08ff00;
	right: 20px;
	top: 25px;
	position: absolute;
	border-radius: 50%;
}

.ur-invitation {
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0px 0px 0px;
	display: inline-block;
	width: 100%;
}

.ur-urserinfo-name p.ur-date-month {
	font-size: 12px;
	color: #7e7e7e;
}

.ur-profile-date-month {
	font-size: 12px;
	color: #7e7e7e;
}

.ur-status-offline {
	background: #ff2f54;
}

.ur-profilename p.ur-profile-date-month {
	font-size: 12px;
	color: #7e7e7e;
	font-weight: 300;
}

.ur-employees .ur-sidemneu ul {
	background: #212830;
}

.ur-employees .ur-sidemneu ul li a {
	color: #fff;
}

.ur-icon-img img {
	max-width: 28px;
}

.ur-dashboard .navbar-toggler-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.ur-searchbtn-header {
	background-color: #fdc041;
	position: absolute;
	top: 25px;
	right: 75px;
	width: 45px;
	padding: 1px 14px;
	display: none;
}

.ur-searchbtn-header img {
	max-width: 100%;
}

.ur-searchicon {
	display: none;
}

.ur-searchicon img {
	max-width: 100%;
}

.ur-filter-search-btn b {
	font-weight: normal;
}

.ur-smart {
	height: calc(100% - 214px);
	overflow: auto;
	padding: 50px 0px;
	background: #fff;
	padding: 60px;
	border-radius: 3px;
	border: 1px solid #d0d0d0;
}

.ur-job-apply-btns {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 30px 0px;
}

.ur-apply-job-btn, .ur-no-job-btn, .ur-apply-later-btn {
	width: 122px;
	margin: 10px 20px;
	line-height: 1.8rem;
	height: 43px;
	border-radius: 3px;
	background-color: #043db1;
	border-color: #043db1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	font-size: 15px;
	color: #fff;
}

.ur-apply-later-btn {
	background: #fdc041;
	border-color: #fdc041;
}

.ur-no-job-btn {
	background: #ed443b;
	border-color: #ed443b;
}

.ur-job-apply-btns p {
	margin-top: 50px;
}

.ur-smart-head {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 90px;
}

.ur-smart-head-img {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ur-smart-head-img img {
	max-width: 100%;
}

.ur-smart-head-title {
	float: left;
}

.ur-smart-head-title h2 {
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0px;
}

.ur-smart-head-title p {
	font-size: 20px;
}

.ur-smart-favorite-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 24px;
	color: #000;
}

.ur-smart-tags {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

.ur-smart-tags li {
	border: 1px solid #7e7e7e;
	color: #7e7e7e;
	border-radius: 3px;
	font-size: 12px;
	width: auto;
	float: left;
	list-style: none;
	margin-right: 10px;
	padding: 10px 10px;
	font-weight: 300;
}

.ur-smart-bottom {
	width: 100%;
	float: left;
}

.ur-smart-parts {
	display: inline-block;
	width: 100%;
}

.ur-smart-parts h6 {
	font-weight: normal;
}

.ur-smart-parts p {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0px;
}

.ur-smart-parts ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.ur-smart-parts ul li {
	list-style: none;
	position: relative;
	font-weight: 300;
	font-size: 15px;
}

.ur-smart-parts ul li::before {
	position: relative;
	content: "\f111";
	font: normal normal normal 5px FontAwesome;
	top: -3px;
	margin-right: 14px;
}

.ur-smart-bottom h3 {
	font-size: 20px;
	line-height: 1.5;
	margin: 30px 0px;
}

.ur-we-found {
	font-size: 18px;
	margin-bottom: 30px;
}

.ur-smart-row {
	margin: 0px -60px;
}

.ur-smart-column {
	padding: 0px 60px;
}

.ur-smart-column-part p {
	font-weight: 300;
	margin-top: 30px;
}

.ur-language-required {
	margin-top: 30px;
}

.ur-employees .ur-filter-search-btn {
	background: #fdc041;
	border-color: #fdc041;
}

.ur-employees .select-wrapper .select-btn .caret {
	color: #fdc041;
}

.ur-employees .select-wrapper .select-list li.option[selected],
	.ur-employees .select-list li:hover {
	background: #fdc041;
}

.ur-send-msg-popup {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: auto;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.ur-send-msg-inside {
	display: table;
	margin: auto;
	height: 100%;
}

.ur-send-msg-container {
	width: 876px;
	max-width: 100%;
	padding: 40px;
	background: #f2f2f2;
	border-radius: 3px;
	margin: 20px auto;
}

.ur-sender-img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.ur-sender-img img {
	max-width: 100%;
}

.ur-sender-name {
	float: left;
	margin-left: 15px;
}

.ur-sender-name h2 {
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0px;
}

.ur-sender-name h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.ur-send-msg-container .form-group {
	margin-bottom: 2.8rem;
}

.ur-send-msg-container label {
	font-weight: 300;
	font-size: 15px;
}

.ur-send-msg-container input {
	background: #f2f2f2;
	font-size: 15px;
	font-weight: 300;
}

.ur-send-msg-container .select-btn {
	background: #f2f2f2;
}

.ur-send-msg-container textarea {
	background: #f2f2f2;
	font-size: 15px;
	font-weight: 300;
	height: 207px;
}

.ur-send-msg-btn {
	background: #043db1;
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	border-color: #043db1;
	padding: 16px 45px;
}

.ur-content-area {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.ur-creditcard-popup {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: auto;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.ur-creditcard-inside {
	display: table;
	margin: auto;
	height: 100%;
}

.ur-creditcard-container {
	width: 720px;
	max-width: 100%;
	padding: 40px;
	background: #f2f2f2;
	border-radius: 3px;
	margin: 20px auto;
}

.ur-creditcard-area {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.ur-creditcard-form ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.ur-creditcard-form ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

.ur-creditcard-form h6 {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 15px;
}

.ur-creditcard-form label {
	font-weight: 300;
	font-size: 15px;
	width: 100%;
}

.ur-creditcard-form input {
	font-size: 15px;
	font-weight: 300;
}

.ur-security-code {
	float: left;
	margin: 0px -5px
}

.ur-security-code-inside {
	padding: 0px 5px;
}

.ur-exp-month {
	width: 40%;
	float: left;
}

.ur-exp-years {
	width: 60%;
	float: left;
}

.ur-security-exp {
	display: flex;
	flex-wrap: wrap;
}

.ur-creditcard-form-row, .ur-exp-date {
	margin-right: -5px;
	margin-left: -5px;
}

.ur-creditcard-form-column, .ur-exp-month, .ur-exp-years {
	padding-right: 5px;
	padding-left: 5px;
}

.ur-exp-date label {
	padding-left: 5px;
}

.ur-temporary-authorization {
	margin: 25px 0px 40px 0px;
	font-size: 15px;
	font-weight: 300;
}

.ur-creditcard-form h3 {
	font-size: 20px;
}

.ur-creditcard-form h3 span {
	float: right;
	margin-right: 20%;
}

.ur-add-credit-card-btn {
	border-radius: 3px;
	font-size: 15px;
	color: #fff;
	border-color: #043db1;
	background: #043db1;
	padding: 14px 30px;
	float: right;
	margin-top: 30px;
}

.ur-creditcard-form {
	display: inline-block;
	width: 100%;
}

.ur-find-job-btn {
	background: #043db1;
	border-color: #043db1;
	border-radius: 3px;
	font-size: 15px;
	color: #ffffff;
	padding: 0.7rem 0rem;
	width: 122px;
	max-width: 100%;
}

.ur-swipe-today {
	margin: 12px 0px;
	font-weight: 300;
}

.ur-upgradebtn {
	border: 0.8px solid #043db1;
	float: right;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	font-size: 15px;
	color: #000;
	width: 200px;
	max-width: 100%;
	background: #fff;
	padding: 0.7rem 0rem;
}

.ur-recruits-smarts h4 {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	margin: 40px 0px;
}

.ur-recruits-smarts .ur-employee-history {
	padding-left: 0px;
}

.ur-sidemneu ul li a svg {
	width: 30px;
	height: 30px;
}

.st4 {
	fill: none;
	stroke: #000;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.ur-sidemneu ul li:hover a svg .st4, .ur-sidemneu ul li.active a svg .st4
	{
	fill: #043db1;
	stroke: #043db1;
}

.ur-sidemneu ul li:hover a svg .st4.polygon, .ur-sidemneu ul li.active a svg .st4.polygon
	{
	stroke: #fff;
	fill: none;
}

.ur-employees .ur-sidemneu ul li a svg {
	width: 30px;
	height: 30px;
}

.ur-employees .st4 {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.ur-employees .ur-sidemneu ul li:hover a svg .st4, .ur-employees .ur-sidemneu ul li.active a svg .st4
	{
	fill: #fdc041;
	stroke: #fdc041;
}

.ur-employees .ur-sidemneu ul li:hover a svg .st4.polygon, .ur-employees .ur-sidemneu ul li.active a svg .st4.polygon
	{
	stroke: #212830;
	fill: none;
}

.ur-lets-talk {
	padding-top: 30px;
	color: #fff;
}

.ur-lets-talk h2.ur-heading-text {
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.ur-lets-talk h3 {
	font-size: 20px;
	margin-bottom: 50px;
	color: #333;
}

.ur-lets-talk p {
	font-weight: 300;
	font-size: 15px;
	margin: 30px 0px;
	color: #686868;
}

.ur-lets-talk p a {
	color: #686868;
}

.ur-employees .ur-new-advverts-btn {
	border-color: #fdc041;
	color: #000;
}

.ur-circleimg {
	position: absolute;
	overflow: hidden;
	top: 20px;
	width: 150px;
	left: 20px;
	border-radius: 50%;
	height: 150px;
}

svg circle.front {
	stroke: #043db1;
}

.ur-employees svg circle.front {
	stroke: #043db1;
}

.ur-employees .ur-userimg-section h4 a, .ur-employees .ur-general-info h2 a
	{
	color: #fdc041;
}

.circle {
	position: relative;
	width: 190px;
	height: 190px;
}

.front {
	transition: all 0.2s ease;
	stroke-dashoffset: 300;
	stroke-dasharray: 300;
	transform-origin: 50% 50%;
	background-color: white;
	transform: rotateZ(270deg);
}

.precentage_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.precentage_wrapper input {
	border: 0;
	padding: 2px 3px;
	font-size: 22px;
	text-align: center;
	width: 100px;
	margin: 0 auto;
	background: transparent;
	color: #827717;
}

.precentage_wrapper input:hover, .precentage_wrapper input:focus {
	border: 1px solid;
}

.ur-editable-field {
	position: relative;
	border: 1px dashed #043db1;
	padding: 15px;
	margin: 0px -15px;
	border-radius: 3px;
}

.ur-editable-field-icon {
	background: #043db1;
	color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: -12px;
	right: 15px;
}
.ur-editable-field-icon:HOVER{
	    color: #ffffff;
}

.ur-languageknown .ur-language-known {
	margin-top: 0px;
}

.ur-languageknown .ur-language-known+.ur-language-known {
	margin-top: 30px;
}

.ur-languageknown .ur-language-known p {
	line-height: normal;
	float: left;
	width: 100%;
}

.ur-languageknown .ur-range-selected {
	float: left;
}

.ur-employees .fill {
	background: #043db1;
}

.ur-employees input[type="range"]::-moz-range-thumb {
	border-color: #fdc041;
	background: #fdc041;
}

.ur-cv-resume {
	padding: 50px 20px;
}

.ur-skill-profile-section input {
	font-size: 15px;
	font-weight: 300;
}

.ur-eduction-section {
	margin-top: 30px;
	padding: 30px;
}

.ur-eduction-section h2 {
	font-size: 20px;
	line-height: 1.5;
}

.ur-eduction-section input {
	font-size: 15px;
	font-weight: 300;
}

.ur-remove-row {
	background: #fff;
	border-color: #d0d0d0;
	color: #d0d0d0;
}

.ur-move-row {
	background: #fff;
	border-color: #d0d0d0;
	color: #d0d0d0;
}

.ur-move-row i {
	line-height: 15px;
	width: 100%;
	float: left;
}

.ur-move-row:hover {
	background: #fdc041;
	border-color: #fdc041;
}

.ur-remove-row:hover {
	background: #ff0000;
	border-color: #ff0000;
}

.ur-add-education-box {
	margin-top: 50px;
}

.ur-add-education-box label {
	font-size: 15px;
	font-weight: 300;
}

.ur-add-eduction-btn a {
	background: #fdc041;
	border-color: #fdc041;
	font-size: 15px;
	padding: 0.8rem 2rem;
}

.ur-currentbtn {
	background: #fdc041;
	border-color: #fdc041;
	font-size: 15px;
	padding: 0.8rem 1.2rem;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.ur-currentbtn-add {
	background: #fff;
	border-color: #d0d0d0;
	color: #d0d0d0;
	margin-top: 29px;
	font-size: 15px;
	padding: 0.8rem 1.2rem;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.ur-filededit-row {
	margin: 50px 0px;
}

.ur-filededit-row a {
	color: #000;
	font-size: 15px;
	font-weight: 300;
}

.ur-filededit-row a i {
	color: #fdc041;
	margin-left: 10px;
}

.ur-profile-favorite.active, .ur-urserinfo-favorite.active {
	color: #fdc041;
}

.ur-msgbtn.ur-applybtn {
	background: #fdc041;
	border-color: #fdc041;
	padding: 0.5rem 1.5rem;
}

.ur-recruits-next {
	right: 0;
	background: #fdc041;
	border-color: #fdc041;
	color: #fff;
}

.ur-employees .ur-user-sidemenu-img {
	border: none;
	padding: 0px;
}

.hr-v2 {
	background: #f6f4f8 url(../images/body_bg.png) no-repeat right top;
	background-size: 800px;
}

.hr-v2 .container {
	max-width: 1170px;
}

.job_title p {
	font-weight: 800;
	color: #000;
	font-size: 35px;
	line-height: normal;
	margin-top: 30px;
}

.job_title p span {
	color: #8652d0;
	width: auto;
}

.header_top .menu {
	padding: 10px 0px;
}

.job_title p.small_content {
	font-size: 15px;
	color: #000;
	opacity: .5;
	font-weight: 500;
	width: 34%;
	line-height: 23px;
	margin-top: 40px;
	margin-bottom: 0;
}

.find_job input[type="text"] {
	background: #fff url(../images/search_icon.png) no-repeat 30px center;
	border-radius: 3px 0 0 3px;
	border-radius: 0;
	width: 100%;
	height: inherit;
	border: none;
	color: #a3a3a3;
	padding: 0 0 0 70px;
}

.job_title {
	margin-bottom: 50px;
}

.find_job div{
	box-shadow: -5px 21px 55px rgba(28, 0, 67, .19);
	height: 80px;
}

.find_job div.form-group {
	height: inherit;
	width: calc(100% - 400px);
	margin: 0px;
}

.find_job input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a3a3a3;
}

.find_job input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #a3a3a3;
}

.find_job input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #a3a3a3;
}

.find_job input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #a3a3a3;
}

.find_job input[type="text"]:focus {
	outline: none;
	box-shadow: none;
}

.btn.btn-primary {
	border: none;
	border-radius: 5px;
	font-weight: 800;
	background: #043db1;
	letter-spacing: .2px;
	font-size: 14px;
	width: auto;
	height: auto;
	color: #fff;
	padding: 15px 25px;
}

.btn.btn-primary.orange_bg {
	background: #ff8155;
}

.btn.btn-primary:hover {
	background: #ff8155;
}

.btn.btn-primary.orange_bg:hover {
	background: #8652d0;
}

.btn.btn-primary.chat_now {
	background: rgba(134, 82, 208, .08);
	width: 180px;
	height: 60px;
	border-radius: 3px;
	font-weight: 700;
	color: #8652d0;
	font-size: 14px;
	border: none;
	padding: 20px 0;
}

.btn.btn-primary.chat_now:hover {
	background: #8652d0;
	color: #fff;
}

.btn.btn-primary:focus {
	box-shadow: none;
}

.btn-primary:not (:disabled ):not (.disabled ).active, .btn-primary:not
	(:disabled ):not (.disabled ):active, .show>.btn-primary.dropdown-toggle
	{
	background: #ff8155;
	border: none;
}

.btn-primary:not (:disabled ):not (.disabled ).active:focus,
	.btn-primary:not (:disabled ):not (.disabled ):active:focus, .show>.btn-primary.dropdown-toggle:focus
	{
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
}

.btn.find_btn {
	font-size: 18px;
	height: 80px;
	border-radius: 0px;
}

.menu .navbar-toggler {
	background: #8652d0;
	width: 50px;
	height: 50px;
	border-radius: 3px;
}

.menu .navbar-toggler:focus {
	outline: none;
}

.menu .navbar-toggler-icon {
	height: 2px;
	background: #fff;
	line-height: normal;
	float: left;
	margin: 3px 0;
	width: 100%;
}

.menu_bg {
	background: #8652d0;
}

.menu_bg .navbar-nav li a {
	color: #fff;
	padding: 10px 15px;
	outline: 0;
}

.menu_bg .navbar-nav li {
	display: inline-block;
}

.navbar-nav .nav-link:hover {
	background: #f88155;
}

.partners_logo span {
	color: #000000;
	opacity: .5;
	margin: 0 35px 0 0;
	font-size: 13px;
}

.partners_logo .logos {
	display: inline-block;
}

.partners_logo .logos {
	display: inline-block;
	margin-right: -17px;;
	width: 150px;
}



.partners_logo {
	margin-top: 90px;
}

.hr-v2 .ur-featured-candidates .col-md-12>span {
	font-size: 12px;
	color: #ff8155;
	text-transform: uppercase;
	margin: 0px;
}

.hr-v2 .ur-featured-candidates .col-md-12>h2 {
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 24px;
	color: #000;
	margin: 12px 0 0;
}

.hr-v2 .ur-featured-candidates select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #f6f4f8 url(../images/dropdown_arrow.png) no-repeat 90%
		center;
	border: 1px solid #a89bc5;
	border-radius: 2px;
	opacity: .5;
	font-weight: 700;
	color: #a89bc5;
	font-size: 15px;
	width: 240px;
	height: 60px;
	margin-left: 50px;
	margin-bottom: 60px;
	padding-left: 20px;
}

.hr-v2 .ur-featured-candidates select:focus {
	outline: none;
}

.candidates_list .col-sm-3 {
	max-width: calc(25.6% - 30px);
	margin: 15px 30px 15px 0;
}

.candidates_list .col-sm-3:nth-child(4n+4) {
	margin-right: 0px;
}

.candidates_list .ur-candidate-img {
	width: 110px;
	height: 110px;
	margin-top: 5px;
    border-radius: 50%;
    overflow: hidden;
}

.verified:before {
	content: "";
	background: url(../images/verified_icon.png) no-repeat;
	width: 13px;
	height: 13px;
	float: left;
	padding-right: 18px;
}

.verified {
	float: left;
	color: #f3845e;
	font-size: 10px;
}

.online {
	color: #3dc054;
	font-size: 10px;
	float: right;
}

.online:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #3dc054;
	float: right;
	border-radius: 50%;
	margin: 2px 0 0 6px;
}

.candidates_list .ur-candidate-card {
	padding: 18px 14px;
}

.candidates_list .ur-card-body h5 {
	color: #000;
	font-weight: 600;
	margin-bottom: 0px;
}

.candidates_list .ur-card-body p {
	font-size: 15px;
	color: #000;
	opacity: 1;
}

.ur-card-body p.ur-card-text {
	font-weight: 600;
	color: #666666;
	margin-bottom: 30px;
	height: 22px;
}

.ur-card-body a.btn.btn-primary.ur-send-btn {
	display: flex;
	align-items: center;
	margin: 0 auto 15px auto;
	justify-content: center;
	border: none;
	box-shadow: none;
	border-radius: 5px;
}

.ur-featured-candidates .candidates_list .col-12 {
	display: flex;
	justify-content: center;
}

.ur-featured-candidates .candidates_list .col-12 a:hover {
	opacity: 1;
}

.candidates_list .col-sm-3 .ur-candidate-card:hover {
	box-shadow: 0 0 25px 0 rgba(137, 102, 209, 0.18), 0 60px 79px 0
		rgba(37, 14, 75, 0.09), 0 3px 4px 0 rgba(40, 47, 60, 0);
}

.hr-v2 .ur-by-number {
	background: #8652d0;
	position: relative;
	z-index: 11;
	padding: 30px 0;
	margin: 0 0 -70px;
	float: left;
	width: 100%;
}

.hr-v2 .ur-featured-candidates {
	padding: 8% 0px 30px;
}

.hr-v2 .ur-by-number h2 {
	display: none;
}

.col-eq-height .ur-number-content {
	box-shadow: none;
	align-items: center;
	min-height: auto;
}

.ur-number-content img {
	height: 70px;
	margin-bottom: 10px;
}

.col-eq-height .ur-number-content .ur-detail {
	text-align: center;
	padding-left: 0px;
}

.col-eq-height .ur-number-content .ur-detail h3 {
	font-size: 28px;
	font-weight: 600;
}

.col-eq-height .ur-number-content .ur-detail p {
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.row.row-eq-height .col-eq-height {
	display: flex;
	justify-content: center;
}

.hr-v2 .ur-featured-position .carousel-item>img {
	float: left;
}

.hr-v2 .ur-featured-position .carousel-fade {
	width: 100%;
	float: left;
	padding-top: 20px!important;
	padding-bottom:60px!important;
}

.hr-v2 .ur-featured-position .ur-featured-position-text {
	float: left;
	width: calc(34% - 50px);
	position: relative;
	margin-left: 50px;
}

.hr-v2 .carousel-item .carousel-img img {
	max-width: 100%;
	width: 85%!important;
}

.hr-v2 .ur-featured-position {
	max-height: unset;
	overflow: unset;
}

/*.hr-v2 .featured_position_container {
	max-width: 1460px;
}*/

.hr-v2 .ur-featured-position .carousel-inner {
	height: unset;
	overflow: unset;
}

.hr-v2 .ur-featured-position .carousel-item {
	height: auto;
}

.hr-v2 .wix_img {
	background: #fff;
	width: 75px;
	height: 40px;
	border-radius: 3px;
	padding: 6px 0;
	text-align: center;
	margin: 0 0 7px;
}

.hr-v2 .carousel-item .wix_img img {
	max-width: 65px;
	border-radius: 0;
}

.hr-v2 .ur-featured-position .carousel-caption {
	left: 0px;
	right: 0px;
	bottom: 30px;
}

.hr-v2 .ur-position-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	display: inline-block;
	text-align: left;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}

.hr-v2 .ur-position-name span {
	font-weight: 700;
	line-height: normal;
}

.hr-v2 .ur-featured-position-text>span {
	font-size: 12px;
	color: #ff8155;
	margin-top: 140px;
	display: block;
	margin-bottom: 10px;
}

.hr-v2 .ur-featured-position-text>h2 {
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 24px;
	color: #000;
	margin: 0 0 35px;
	/*text-transform: uppercase;*/
}

.hr-v2 .ur-jobposts {
	border: none;
}

.hr-v2 .ur-jobposts h3 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.hr-v2 .ur-jobtags li {
	margin: 0 45px 0 0;
	padding: 0px;
	border: none;
}

.hr-v2 .ur-jobtags li span {
	color: #000;
	opacity: .5;
	font-weight: 400;
	font-size: 14px;
	margin: 0px 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.hr-v2 .ur-jobtags {
	margin: 0 0 35px;
}

.hr-v2 .ur-jobposts h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.hr-v2 .ur-jobposts p {
	line-height: 25px;
	font-weight: 400;
	opacity: .5;
}

.btn.btn-primary.apply_btn {
	padding: 19px 40px;
	width: auto;
	border-radius: 4px;
}

.btn.btn-primary.later {
	background: none;
	border: none;
	color: #8652d0;
	opacity: .5;
	padding: 19px 40px;
	width: auto;
	border-radius: 4px;
	border: 1px solid #8652d0;
}

.btn.btn-primary.later:hover {
	background: #8652d0;
	opacity: 1;
	color: #fff;
}

.candidate_select_bg {
	background: url(../images/select_candidate_bg.jpg) no-repeat 0 0/cover;
	height: 400px;
	float: left;
	width: 100%;
	margin: -10px 0 0 0;
	position: relative;
	z-index: 1;
	background-position: 0px;
}
.candidate_select_bg_overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(0,0,0,0.45);
    z-index: 1;
}
.candidate_select_bg .container {
	height: inherit;
	align-content: center;
	text-align: center;
	position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.candidate_select_bg b {
	font-size: 24px;
	color: #fff;
	font-weight: 800;
	line-height: 34px;
	margin: 0 0 25px;
}

.candidate_select_bg  p {
	color: #fff;
	font-size: 15px;
	display: block;
	width: 100%;
	line-height: 25px;
	margin-bottom: 50px;
	font-weight: 600;
}

.candidate_select_bg a.btn {
	width: 270px;
	height: 60px;
	padding: 20px 0;
}

.candidate_select_bg  a:hover {
	background: #ff8155;
}

.locations_title>span {
	color: #ff8155;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 60px 0 5px;
}

.locations_title>b {
	font-size: 24px;
	font-weight: 800;
	color: #000;
	margin-bottom: 30px;
	display: block;
}

.locations {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 100px;
}

.locations .col-lg-3 span {
	font-size: 16px;
	font-weight: 600;
	margin: 12px 0 0;
	display: block;
	color: #000;
}

.reserved_text {
	color: #fff;
	opacity: .5;
	font-size: 13px;
	display: block;
	margin: 28px 0 18px;
}

.social_icon a {
    float: left;
    margin-right: 10px;
}

.social_icon a:hover {
	opacity: 0.9;
}

.navigation_title {
	display: block;
	font-size: 11px;
	color: #fff;
	opacity: .4;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 23px;
}

.ur-footer .btn {
	width: 240px;
	height: 70px;
	margin: 0px;
	padding: 25px 0;
	font-size: 18px;
}

.ur-footer .btn.orange_bg {
	margin: 15px 0 0;
}

.ur-footer .ur-find-employe:hover {
	background: #ff8155;
}

.ur-footer .ur-find-job:hover {
	background: #8652d0;
}

.events {
	background: url(../images/event_bg2.png) no-repeat right 0px/280px,
		url(../images/event_bg.jpg) no-repeat 135px 24px/100%;
	float: left;
	width: 100%;
	position: relative;
	top: -24px;
}

.events .container>span {
	color: #ff8155;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 90px 0 5px;
}

.events .container>b {
	font-size: 24px;
	font-weight: 800;
	color: #000;
	margin-bottom: 50px;
	display: block;
}

.events_list {
	background: #fff;
	border-radius: 5px;
}

.event_info {
	color: #000;
	padding: 0 38px;
	width: calc(100% - 240px);
}

.event_info>b {
	font-weight: 600;
	font-size: 20px;
	margin: 13px 0 12px;
	line-height: 30px;
	display: block;
	width: 100%;
}

.event_info>p {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	opacity: .5;
	font-weight: 600;
	margin-bottom: 35px;
}

.event_date>span {
	font-size: 14px;
	font-weight: 500;
	width: calc(100% - 36px);
	text-align: left;
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
}

.event_date img {
	vertical-align: top;
}

.event_date {
	margin-bottom: 20px;
}

.event_info .event_date:last-of-type {
	margin-bottom: 0px;
}

.event_img img {
	vertical-align: top;
	border-radius: 5px 0 0 5px;
}

.events .row>.col-lg-6:first-child {
	padding-right: 30px;
}

.events .row>.col-lg-6:nth-child(2) {
	padding-left: 30px;
}

a.load_more {
	color: #8652d0;
	font-size: 14px;
	font-weight: 800;
	opacity: .5;
	margin: 70px 0 30px;
	display: inline-block;
	text-decoration: none;
}

a.load_more:hover {
	opacity: 1;
}

.locations .gapping {
	margin-left: -30px;
	margin-right: -30px;
}

.locations .gapping .col-md-3 {
	padding: 0 30px;
}

.featured_position_container .carousel-img {
	float: left;
	width: calc(56% - 130px);
	position: relative;
	margin-left: 130px;
}

.caption {
	display: inline-block;
	text-align: left;
}

.featured_position_container .carousel-control-next,
	.featured_position_container .carousel-control-prev {
	width: auto;
	opacity: 1;
}

.featured_position_container .carousel-control-next:focus,
	.featured_position_container .carousel-control-next:hover,
	.featured_position_container .carousel-control-prev:focus,
	.featured_position_container .carousel-control-prev:hover {
	opacity: 1;
}

.featured_position_container .carousel-control-next .next {
	opacity: .1;
}

.featured_position_container .carousel-control-next .next:hover {
	opacity: 1;
}

.featured_position_container .carousel-control-prev .prev {
	opacity: .1;
}

.featured_position_container .carousel-control-prev .prev:hover {
	opacity: .1;
}

img {
	max-width: 100%;
}

.featured_position_container .carousel-control-prev {
	left: -150px;
}

.page_title {
	font-size: 24px;
	font-weight: 800;
	color: #000;
	margin: 0;
}

.card_title {
	font-size: 14px;
	font-weight: 500;
	color: #a1a1a1;
	margin-top: 12px;
	line-height: normal;
}

.event_new_layout form .row {
	margin: 0 -10px 50px;
}

.event_new_layout form .row [class^="col"] {
	padding: 0 10px;
}

.select_date .form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 60px;
	background: none;
	border: none;
	font-weight: 600;
	font-size: 15px;
	padding-left: 30px;
	opacity: .5;
	box-shadow: none;
}
.select_date .form-control:focus {
	opacity: 1;
}

.select_date {
	border-radius: 5px;
	border: 2px solid #ececec;
}
.select_bg .form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 60px;
	background: none;
	border: none;
	font-weight: 600;
	font-size: 15px;
	padding-left: 30px;
	opacity: .5;
	box-shadow: none;
}

.select_bg .form-control:focus {
	opacity: 1;
}

.select_bg {
	background: #fff url(../images/down_arrow.png) no-repeat 92% center;
	border-radius: 5px;
	border: 2px solid #ececec;
}

.event_new_layout form {
	margin-top: 60px;
}

.event_new_layout .container>.row {
	margin-left: -30px;
	margin-right: -30px;
}

.event_new_layout .container>.row>[class^="col"] {
	padding: 0 30px;
}

.event_new_layout .event_img img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.event_new_layout .ur-bg-white {
	padding: 25px 30px 15px;
	min-height: inherit;
	border-radius: 0 0 5px 5px;
}

.event_new_layout .ur-bg-white h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	min-height: 60px;
}

.event_new_layout .ur-bg-white p {
	font-weight: 500;
	line-height: 22px;
	opacity: .6;
	margin-bottom: 25px;
	    min-height: 110px;
}

.event_new_layout .ur-bg-white a span {
	font-weight: 500;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    opacity: .5;
}

.event_new_layout .ur-bg-white a {
	text-decoration: none;
}

.event_new_layout .ur-bg-white a .icons {
	width: 21px;
	height: 21px;
}

.event_new_layout .ur-bg-white a .event_location {
	background: url(../images/event_location_icon2.png) no-repeat center
		-25px;
}

.event_new_layout .ur-bg-white a .time_icon {
	background: url(../images/event_time_icon.png) no-repeat center -23px;
}

.event_new_layout .ur-bg-white a:hover span {
	color: #8652d0;
}

.event_new_layout .ur-bg-white a:hover .icons {
	background-position: center 0;
}

.event_new_layout .ur-bg-white .w-100 {
	margin-bottom: 10px;
}

.event_new_layout .ur-bg-white a .icons {
	width: 21px;
	margin-right: 10px;
	height: 21px;
}

.event_list {
	margin-bottom: 60px;
	box-shadow: 0px 0px 10px rgba(28, 0, 67, .06);
}

.event_new_layout .container>.row>.col-lg-4:nth-last-child(3) .event_list
	{
	margin-bottom: 45px;
}

.event_new_layout .container>.row>.col-lg-4:nth-last-child(2) .event_list
	{
	margin-bottom: 45px;
}

.event_new_layout .container>.row>.col-lg-4:last-child .event_list {
	margin-bottom: 45px;
}

.pagination .page-item {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.pagination .page-item a {
	    /* width: 100%; */
    /* height: 50px; */
    background: rgba(134, 82, 208, .10);
    color: #8652d0;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    text-align: center;
    padding: 10px 16px;;
    display: block;
    text-decoration: none;
}

.pagination .page-item.active a,
.pagination .page-item a:hover {
	background: #8652d0!important;
	color: #fff!important;
}
.page-link {
    padding: 0;
}
.page-item.active .page-link {
    padding: 10px 16px;
}
.pagination .page-link:hover a{
	color: #fff!important;
}
.pagination .page-link:hover {
	background: #8652d0!important;
}


.pagination {
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}

.candidate_search input[type="text"] {
	background: #fff url(../images/search_icon.png) no-repeat 19px center/19px
		auto;
	border-radius: 3px 0 0 3px;
	border-radius: 0;
	width: calc(100% - 267px);
	height: 50px;
	border: none;
	color: #a3a3a3;
	padding: 0 0 0 50px;
}

.candidate_search .input-group-append {
	width: 152px;
}

.candidate_search .input-group-append+.input-group-append {
	width: 117px;
}

.btn.btn-primary.search_btn {
	height: 50px;
	background: #ff8155;
	width: 100%;
}

.btn.btn-primary.search_btn:hover {
	background: #8652d0;
}

.btn.btn-primary.advanced {
	background: #fff no-repeat 0% center;
	opacity: .5;
	height: 50px;
	color: #8652d0;
}

.btn.btn-primary.advanced:hover {
	opacity: 1;
}

.btn.btn-primary.advanced:not (:disabled ):not (.disabled ).active, .btn.btn-primary.advanced:not
	(:disabled ):not (.disabled ):active, .show>.btn-primary.dropdown-toggle
	{
	background: #fff url(../images/setting_icon.png) no-repeat 10% center;
	color: #8652d0;
}

.candidate_search form {
	box-shadow: 0 0 10px rgba(28, 0, 67, .06);
	height: 50px;
	border-radius: 4px;
}

.candidate_search form .input-group>.custom-select:not (:last-child ),
	.candidate_search form .input-group>.form-control:not (:last-child ){
	border-radius: 4px 0 0 4px;
}

.mail_icon a {
	margin: 13px 0;
	display: inline-block;
	opacity: .2;
}

.mail_icon a:hover {
	opacity: 1;
}

.heart_icon a {
	margin: 13px 0;
	display: inline-block;
	position: relative;
}

.heart_icon a:hover {
	opacity: 1;
}

.heart_icon a span {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #ff8155;
	border: 2px solid #fff;
	font-size: 11px;
	font-weight: 800;
	position: absolute;
	top: -5px;
	right: -12px;
	color: #fff;
	line-height: normal;
}

.candidate_search {
	margin-right: auto;
	margin-left: 13px;
}

.candidate_search .col-md-11 {
	max-width: calc(100% - 112px);
}

.mail_icon {
	margin: 0 0 0 25px;
}

.heart_icon {
	margin: 0 0 0 35px;
}

.employee_profile_layout .page_title {
	margin-top: 25px;
}

.employee_profile_bg {
	background: #fff;
	box-shadow: 0 0 10px rgba(28, 0, 67, .06);
	border-radius: 4px;
	margin-top: 35px;
}

.employee_position {
	padding: 0 20px 35px;
	position: relative;
}

.employee_profile_info {
	width: calc(100% - 400px);
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.employee_img {
	width: 60px;
	height: 60px;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
	text-align: center;
	padding: 0px 0;
	overflow: hidden;
}
.employee_img img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.position_info b {
	color: #000;
	font-size: 18px;
	line-height: normal;
}

.position_info {
	margin-left: 14px;
}

.position_info span {
	font-size: 14px;
	opacity: .5;
}

.employee_location {
	margin-top: 20px;
	margin-bottom: 22px;
}

.employee_experience>button {
	height: 40px;
	background: rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 0px 30px;
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 500;
	cursor: pointer;
	border: none;
}

button:focus {
	outline: none;
}

.employee_experience>span:last-of-type {
	margin-right: 0;
}

.btn-primary.watch_cv {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(134, 82, 208, .05);
}

.watch_cv img {
	opacity: .5;
	margin-right: 10px;
}

.watch_cv span {
	color: rgba(134, 82, 208, .6);
}

.btn-primary.watch_cv:hover img {
	opacity: 1;
}

.btn-primary.watch_cv:hover span {
	color: rgb(134, 82, 208);
}

.btn-primary.watch_cv:hover {
	background: #fff;
	border-color: rgb(134, 82, 208);
}

.employee_experience p {
	font-weight: 600;
	font-size: 16px;
	margin: 15px 0 35px;
	line-height: normal;
}

.skills:before {
	display: inline-block;
	content: "";
	/* border-bottom: 1px solid rgba(0, 0, 0, .10); */
	width: 70%;
	position: relative;
	left: -20px;
	margin-bottom: 30px;
	vertical-align: top;
}

.skills>button {
	height: 40px;
	background: rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 0px 30px;
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 500;
	cursor: pointer;
	border: none;
}

.skills>b {
	opacity: .4;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}

.position_summary>b {
	opacity: .4;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}

.position_summary>p {
	font-weight: 300;
	font-size: 14px;
}

.position_summary {
	margin-top: 35px;
}

.position_summary ul {
	padding: 0px;
	margin-top: 13px;
}

.position_summary ul li {
	list-style: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 20px;
}

.position_summary ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #000000;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	margin-top: 8px;
}

.position_summary ul li span {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: top;
}

.employers_info {
	padding: 20px 20px 0;
	width: 400px;
}

.btn.btn-primary.no {
	background: rgba(230, 0, 0, .05);
	width: 110px;
	height: 60px;
	color: #ed443b;
	font-weight: 800;
	font-size: 14px;
	margin-right: 15px;
}

.employers_info .btn.btn-primary.later {
	background: rgba(255, 129, 85, .05);
	height: 60px;
	color: #ff8155;
	font-weight: 800;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.employers_info .btn.btn-primary.apply {
	background: #8652d0;
	width: 110px;
	height: 60px;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
}

.btn.btn-primary.no:hover {
	background: rgb(230, 0, 0);
	color: #fff;
}

.employers_info .btn.btn-primary.later:hover {
	background: rgb(255, 129, 85);
	color: #fff;
}

.employers_info .btn.btn-primary.apply:hover {
	background: #ff8155;
}

.employers {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 25px;
}

.employers b {
	opacity: .4;
	display: block;
	font-weight: 600;
}

.employers a {
	color: #8652d0;
	text-decoration: none;
}

.employers a:hover {
	color: #ff8155;
}

.city {
	width: 35%;
}

.employers .job_type {
	height: 40px;
	background: rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 0px 20px;
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	float: left;
	margin-top: 7px;
	border: none;
}

.basic .dots {
	width: 10px;
	height: 10px;
	/* background: #b8b8b8; */
	border-radius: 50%;
	margin: 3px 4px 0 0;
}

.basic .dots.active {
	background: #8652d0;
}

.language_required>span {
	width: 32%;
	float: left;
}

.basic span.dots {
	opacity: 1;
}

.basic span {
	font-size: 12px;
	opacity: .5;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}

p.update {
	font-weight: 600;
	font-size: 16px;
	margin: 80px 0;
}

p.update a {
	color: #8652d0;
	text-decoration: none;
}

p.update a:hover {
	color: #ff8155;
}

.payment .container {
	max-width: 1080px;
}

.payment .ur-creditcard-form {
	background: #fff;
	box-shadow: 0 0 10px rgba(28, 0, 67, .06);
	padding: 50px 44px;
	border-radius: 5px;
}

.security [class^="col"] {
	padding-left: 20px;
	padding-right: 20px;
}

.security {
	margin-left: -20px;
	margin-right: -20px;
}

.payment .form-control.card_name {
	background: url(../images/card_user_icon.png) no-repeat 20px center;
	padding-left: 60px;
}

.payment .form-control {
	height: 60px;
	border-radius: 5px;
	border: 2px solid #ececec;
	font-weight: 700;
	font-size: 16px;
	padding-left: 20px;
}

.payment .form-control.card_no {
	background: #fff url(../images/card_icon.png) no-repeat 20px center;
	padding-left: 60px;
}

.payment .form-group label {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	opacity: .35;
}

.payment .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	opacity: .35;
}

.payment .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity: .35;
}

.payment .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	opacity: .35;
}

.payment .form-control:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: .35;
}

.card_name {
	background: #fff url(../images/card_user_icon.png) no-repeat 20px center;
	padding-left: 40px;
}

.payment .select_bg .form-control {
	border: none;
}

.mt-60 {
	margin-top: 60px;
}

.payment p.ur-temporary-authorization {
	margin: 25px 0px 25px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #a1a1a1;
}

.payment .ur-creditcard-form h3 {
	font-weight: 300;
	font-size: 30px;
	color: #a1a1a1;
	width: calc(100% - 170px);
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	height: 60px;
}

.payment .ur-creditcard-form h3 span {
	font-weight: 800;
	color: #000;
	margin-left: 5px;
	margin-right: 0;
}

.add_card.btn {
	width: 162px;
	height: 60px;
	float: right;
}

.plan_bg {
	background: #fff;
	box-shadow: 0 0 10px rgba(28, 0, 67, .06);
	border-radius: 5px;
	padding: 35px 15px;
	align-content: flex-start;
}

.payment .card_title+.row>[class|="col"]:first-child {
	padding-right: 29px;
}

.payment .card_title+.row>[class|="col"]:nth-last-child(2) {
	padding-left: 29px;
	display: flex;
	flex-wrap: wrap;
}

.plan_bg b {
	color: #8652d0;
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
}

.plan_bg strong {
	color: #000;
	opacity: .5;
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}

.plan_bg h6 {
	color: #000;
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 15px;
	width: 100%;
	margin-bottom: 40px;
}

.plan_bg ul {
	padding: 0px;
}

.plan_bg ul li {
	list-style: none;
	font-size: 15px;
}

.plan_bg ul li span {
	font-weight: 500;
	margin-right: 5px;
}

.plan_bg ul li p {
	font-weight: 300;
	display: inline-block;
	margin-bottom: 13px;
}

.change_plan a {
	font-size: 16px;
	font-weight: 600;
	color: #8652d0;
	text-decoration: none;
	margin: 15px 0 70px;
	display: inline-block;
}

.change_plan a:hover {
	color: #ff8155;
}

.payment .form-group {
	margin-bottom: 30px;
}

.inbox_title {
	margin: 30px 0 35px;
}

.inbox_title .form-check-inline .form-check-input {
	opacity: 0;
}

.inbox_title input[type=checkbox]+label span:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	color: transparent;
	transition: .2s;
	border-radius: 50%;
	background: #c7bfcf;
	border: none;
	content: "";
	margin: 2px 0 0 2px;
}

.inbox_title input[type=checkbox]+label span {
	background: #ebe8ee;
	border: 1px solid #c7bfcf;
	width: 40px;
	height: 26px;
	display: inline-block;
	border-radius: 20px;
	margin: 0 0 0 140px;
}

.inbox_title input[type=checkbox] {
	display: block;
	position: absolute;
}

.inbox_title input[type=checkbox]+label:before {
	display: none;
}

.inbox_title input[type=checkbox]+label {
	margin: 0px;
	padding: 0px;
}

.inbox_title input[type=checkbox]:checked+label span:before {
	margin: 2px 0 0 16px;
	background: #8652d0;
}

.inbox_title label b {
	color: #8652d0;
	opacity: .5;
	font-weight: 800;
	margin: 7px 0 0 8px;
	display: inline-block;
	vertical-align: top;
}

.inbox_title input[type=checkbox]:checked+label b {
	opacity: 1;
}

.hr-inbox .cadidate-list .notification {
	color: #ff8155;
}

.hr-inbox .cadidate-list .nav-link .candidate-name-designation {
	width: calc(100% - 20px);
}

.hr-inbox .cadidate-list .nav-link .candidate-name-designation h5 {
	font-size: 18px;
	font-weight: 600;
}

.hr-inbox .cadidate-list-scroll {
	padding-right: 28px;
}

.hr-inbox>[class^="col"]:first-child {
	padding-right: 28px;
}

.hr-inbox>[class^="col"]:last-child {
	padding-left: 28px;
}

.hr-inbox .candidate-content .left-detail {
	border-right: none;
	padding: 0px;
}

.btn.candidate_info {
	background: rgba(134, 82, 208, .05);
	color: #8652d0;
	padding: 20px 10px;
}

.btn.candidate_info:hover {
	color: #fff;
}

.hr-inbox .candidate-profile {
	min-height: 100px;
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.hr-inbox .cadidate-list .cadidate-img {
	left: 20px;
}

.hr-inbox .left-detail .cadidate-list .candidate-name-designation {
	width: calc(100% - 235px);
	padding-left: 105px;
}

.hr-inbox .left-detail .candidate-name-designation h5 {
	font-size: 20px;
	font-weight: bold;
}

.sender_text p {
	background: rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 12px 20px;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	color: #000;
	margin-bottom: 0;
}

.hr-inbox .left-detail .candidate-detail {
	padding: 70px 20px 50px;
	height: 500px;
	overflow: auto;
}

.sender_text {
	width: calc(100% - 60px);
	margin-left: 20px;
}

.sender_img {
	max-width: 40px;
}

.sender_text .mb-10 {
	margin-bottom: 10px;
}

.minute_info {
	color: #666666;
	opacity: .5;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
}

.sender.receiver {
	direction: rtl;
}

.sender.receiver .sender_text {
	margin-right: 20px;
	margin-left: 0px;
}

.sender.receiver .sender_text p {
	background: #f9f6fd;
	margin-left: auto;
	direction: ltr;
}

.sender.receiver .sender_text>.minute_info {
	width: 100%;
	direction: ltr;
	text-align: right;
}

.sender.receiver .sender_text p span {
	display: block;
	margin-bottom: 25px;
}

.sender.receiver .sender_text p span:last-child {
	margin-bottom: 0px;
}

.message_type a {
	opacity: .2;
	float: left;
	margin: 6px 0 0 0;
}

.btn.send_btn {
	width: 60px;
	background: none;
	color: #8652d0;
	height: 35px;
	padding: 8px 12px;
}

.btn.send_btn:hover {
	background: #8652d0;
	color: #fff;
}

.message_type .form-control {
	width: calc(100% - 79px);
	float: left;
	border: none;
	padding: .375rem 16px;
	font-size: 14px;
	font-weight: 500;
}

.message_type .form-group {
	padding: 14px 30px;
	margin: 0px;
	border-top: 1px solid rgba(0, 0, 0, .10);
}

.message_type .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	opacity: .4;
}

.message_type .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity: .4;
}

.message_type .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	opacity: .4;
}

.message_type .form-control:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: .4;
}

.hr-inbox .candidate-content {
	border-radius: 5px;
}

.hr-inbox .cadidate-list.nav-tabs .nav-link.active, .hr-inbox .cadidate-list.nav-tabs .nav-link:hover
	{
	box-shadow: 2px 15px 32px rgba(28, 0, 67, .19);
}

.hr-inbox .cadidate-list.nav-tabs .nav-link {
	border: none;
	border-left: 2px solid transparent;
}

.hr-inbox .cadidate-list.nav-tabs .nav-link {
	box-shadow: 0 0 10px rgba(28, 0, 67, .06);
}

.inbox-new {
	margin-bottom: 100px;
}

.hr-inbox .cadidate-list .candidate-name-designation p {
	font-size: 14px;
	font-weight: 500;
}

.hr-inbox .left-detail .cadidate-list .candidate-name-designation>div {
	width: 90%;
	float: left;
}

@media ( max-width : 992px) {
	.ur-job-apply-btns {
		margin-bottom: 60px;
	}
}

@media ( max-width : 768px) {
	.social_icon a img {
		width: auto;
	}
}

@media ( min-width : 768px) {
	.social_icon a img {
		width: 32px;
	}
}

@media ( min-width : 992px) {
	.social_icon a img {
		width: auto;
	}
}

@media ( max-width : 992px) {
	.ur-rightside-inside {
		margin-bottom: 90px;
	}
}

@media ( max-width : 700px) {
	.ur-userimg-section {
		padding: 30px 0px;
	}
}

@media ( max-width : 575px) {
	.ur-userimg-section {
		padding: 30px 30px;
	}
}

@media ( max-width : 768px) {
	.ur-new-advverts-btn {
		float: right;
		font-size: 12px;
		font-weight: normal;
		border-color: #043db1;
		background: #fff;
		color: #043db1;
		padding: 0.7rem 0.6rem;
		font-weight: 500;
	}
}

@media ( max-width : 930px) {
	.hr-v2 .ur-footer .social_icon a {
		margin-right: 5px;
	}
}

@media ( max-width : 880px) {
	.hr-v2 .ur-featured-candidates .col-md-12 .float-right.d-inline-flex select:nth-of-type(1)
		{
		margin-left: 0;
	}
	.hr-v2 .ur-featured-candidates .col-md-12 .float-right.d-inline-flex select
		{
		margin-bottom: 10px;
	}
	.hr-v2 .ur-featured-candidates select {
		margin-left: 15px;
		width: 200px;
		height: 50px;
	}
}

@media ( max-width : 767px) {
	.ur-footer .col-md-4.text-right .btn.orange_bg {
		float: left;
		margin: 0 0px 0 15px;
	}
	.ur-footer .col-md-4.text-right a.btn.btn-primary {
		float: left;
		display: block;
	}
	.hr-v2 .ur-featured-candidates select {
		width: calc(51% - 10px);
	}
	.hr-v2 .ur-featured-candidates h2+.d-inline-flex {
		width: 100%;
	}
	.hr-v2 .ur-featured-candidates .col-md-12>h2 {
		margin-bottom: 12px;
	}
	.job_title.ur-findheading p {
		font-size: 24px;
	}
	.hr-v2 .ur-featured-candidates {
		padding-top: 20px;
	}
}

@media ( max-width : 568px) {
	.ur-jobposts .ur-btns-group a.btn.btn-primary {
		padding: 19px 40px;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media ( max-width : 524px) {
	.ur-footer .row .col-md-4.text-right a.btn-primary {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.hr-v2 .ur-featured-candidates .col-md-12 .float-right.d-inline-flex {
		display: block !important;
	}
	.hr-v2 .ur-featured-candidates select {
		width: calc(50% - 10px);
	}
}

@media ( max-width : 450px) {
	.hr-v2 .ur-featured-candidates select {
		width: 100%;
		margin-left: 0px;
		background-position: 96% center;
	}
}

@media ( max-width : 400px) {
	.job_title.ur-findheading p, .hr-v2 .ur-featured-candidates .col-md-12>h2
		{
		font-size: 20px;
	}
	.hr-v2 .ur-featured-position-text>h2, .events .container>b {
		font-size: 20px;
	}
	.candidate_select_bg b {
		font-size: 20px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 400px) {
	.ur-progress-step {
		display: none;
	}
	.ur-step-back {
		position: unset;
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	.ur-step-btn {
		position: unset;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.ur-action-control {
		position: relative;
		padding: 0px 15px;
		margin-top: 40px;
		min-height: 50px;
	}
}

@media only screen and (max-width: 768px) {
	textarea.form-control.ur-profile-textarea {
		width: 100% !important;
	}
	.ur-upload-img, .ur-textarea {
		margin-left: 0px;
		width: 100%;
		margin-bottom: 30px;
	}
}

.ur-sidemneu::-webkit-scrollbar, .ur-rightside-inside::-webkit-scrollbar,
	.ur-searchjob-left::-webkit-scrollbar {
	width: 4px;
	background-color: #ebe8ee;
	border-radius: 20px;
}

.ur-sidemneu::-webkit-scrollbar-thumb, .ur-rightside-inside::-webkit-scrollbar-thumb,
	.ur-searchjob-left::-webkit-scrollbar-thumb {
	background-color: #ebe8ee;
	border-radius: 20px;
}

.ur-sidemneu::-webkit-scrollbar-track, .ur-rightside-inside::-webkit-scrollbar-track,
	.ur-searchjob-left::-webkit-scrollbar-track {
	background-color: #c7bfcf;
	border-radius: 20px;
}

.pricing-page .header_top {
	position: relative;
	z-index: 9999;
	display: block;
}

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.icon {
	padding: 6px 10px;
	background: transparent;
	color: #cacaca;
	min-width: 50px;
	text-align: center;
	font-size: 22px;
	border: 1px solid #ced4da;
	border-right-color: transparent;
	height: 37px;
}

.input-field {
	color: #333;
	width: 100%;
	padding: 10px;
	outline: none;
	font-weight: 700 !important;
	font-size: 16px !important;
	border-left-color: transparent;
	border-radius: 0;
}

.input-field:focus {
	border-left-color: transparent;
	border-color: #ced4da;
}

.ur-forgot-password-form {
	background-color: white;
	padding: 70px 50px;
	box-shadow: 0px 0px 0px #333;
	border-radius: 4px;
}

.ur-form-forgot-password-container {
	color: #000000;
}

.ur-form-forgot-password-container h4 {
	margin-bottom: 30px;
}

.ur-forgot-password-form h5 {
	margin-bottom: 50px;
}

.ur-forgot-password-form .input-container {
	margin-bottom: 30px;
}

.ur-forgot-password-form button.btn.btn-primary.ur-login-btn {
	width: 100%;
}

.ur-form-forgot-password-container a.ur-create-account-link {
	color: #8652d0;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
}

.candidate-profile .profile-pic {
	width: 30%;
	float: left;
}

.candidate-profile .profile-name {
	width: 70%;
	float: left;
}

.candidate-profile .profile-pic img {
	width: 100px;
	border-radius: 50%;
}

.candidate-profile .profile-name p {
	margin: 0px;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}

.candidate-profile .profile-name h2 {
	margin: 0px;
	font-weight: 700;
	font-size: 28px;
}

.hr-dashboard-view {
	margin: 50px 0;
}

.candidate-profile {
	display: inline-table;
	width: 100%;
}

.active-boxes .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}

.active-boxes .card {
	position: relative;
	margin-bottom: 1.5rem;
	width: 100%;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .14), 0 1px 2px 0
		rgba(0, 0, 0, .09), 0 2px 1px -1px rgba(0, 0, 0, .1);
	display: list-item;
	list-style-type: none;
}

.active-boxes .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	padding: 1.5rem 0.8rem;
	position: relative;
}

.active-boxes .dash2 i {
	font-size: 40px;
	opacity: 0.2;
	position: absolute;
	right: 20px;
	top: 36%;
	transform: translateY(-50%);
}

.active-boxes .dash2 .count-numbers {
	display: block;
	font-weight: 700;
	font-size: 36px;
	font-family: inherit;
}

.active-boxes .dash2 .count-name {
	text-transform: capitalize;
	opacity: 0.6;
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.orange-bg {
	background-color: #f7ebeb;
	color: #ff8155;
}

.balck-bg {
	background-color: #e6e4e8;
	color: #333;
}

.activity-box h1, .upcoming-interviews h1 {
	padding: 20px 0 20px 10px;
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}

.dark-blue-bg {
	background-color: #ede7f5;
	color: #8652d0;
}

.active-boxes .card-body>:last-child {
	margin-bottom: 0;
}

.activity-list .activity-box {
	background-color: #fff;
	width: 100%;
	border-radius: 6px;
}

.activity-list .table thead th {
	border-bottom: 0px solid #dee2e6;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.6;
}

.activity-list .table tbody tr td {
	font-size: 14px;
	vertical-align: middle;
}
/*.activity-list .table tbody tr {
	position: relative;
}*/
.activity-list .table tbody tr td a {
	color: #8652d0;
}

.activity-list .table td, .activity-list .table th {
	border-top: 0px solid #dee2e6;
}

.activity-list table {
	max-height: 300px;
	overflow: auto;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.activity-list table tr td button {
	padding: 3px 5px;
	font-size: 12px;
}

.activity-list {
	margin-top: 30px;
}

.btn-orange {
	color: #fff;
	background-color: #ff8155;
	border-color: #ff8155;
}

.btn-orange:hover {
	background-color: #f55720;
}

.activity-list table::-webkit-scrollbar {
	width: 4px;
	background-color: #ebe8ee;
	border-radius: 20px;
}

.activity-list table::-webkit-scrollbar-thumb {
	background-color: #ebe8ee;
	border-radius: 20px;
}

.activity-list table::-webkit-scrollbar-track {
	background-color: #c7bfcf;
	border-radius: 20px;
}

.ui-sortable-handle img {
	width: 50px;
	background: #8652d0;
	padding: 9px;
	border-radius: 4px;
}

.movable span img {
	width: 50px;
	/* background: #8652d0; */
	padding: 9px;
	border-radius: 4px;
}
a.remove-rec-row{
    padding: 4px;
    background: transparent;
    font-size: 26px;
    color: #9d9fa2;
    cursor: pointer;
    display: block;	
}
/*	HR Search Result	*/
.hr-search-result {
	clear: both;
	position: relative;
}

.ad-search-wrapper {
	width: 100%;
	clear: both;
	position: relative;
}

.ad-search-wrapper .wrapper-inner {
	width: 100%;
	position: relative;
	background: #eae6ed;
	padding: 35px;
	border-radius: 10px;
}

.ad-search-wrapper .box-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
}

.ad-search-wrapper #ad-search-trigger {
	color: #8652d0;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	position: absolute;
	top: 40px;
	right: 35px;
}

.ad-search-form-wrapper {
	clear: both;
	position: relative;
	margin-top: 15px;
}

.ad-search-form-wrapper .form-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ad-search-form-wrapper .form-box.two-col>div {
	width: calc(50% - 10px)!important;
}

.ad-search-form-wrapper .form-box.three-col>div {
	width: calc(50% - 50px) !important;
}

.ad-search-form-wrapper .form-box.three-col>div.button {
	width: 60px;
}

.ad-search-form-wrapper .form-box .form-group.search-textbox {
	width: calc(50% - 10px)!important;
	max-width: 516px;
}

.ad-search-form-wrapper .form-box .form-group.select-box,
	.ad-search-form-wrapper .form-box .form-group.location {
	width: 100%;
	max-width: 220px;
	max-width: 30%;
}

.ad-search-form-wrapper .form-box .form-group.button {
	width: auto;
	max-width: 60px;
}

.ad-search-form-wrapper .form-box .form-group .form-control {
	background: #fdfdfd;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	height: 60px;
	padding: 15px 30px;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	-moz-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	-o-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
}

.ad-search-form-wrapper .form-box .form-group select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/cat-dropdown-icon.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center right 10px;
	cursor: pointer;
}

.ad-search-form-wrapper .form-box .form-group .btn-search {
	background: #ff8155;
	color: #fff;
	border: none;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	cursor: pointer;
}

.ad-search-form-wrapper .form-box .form-group .btn-search:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(28, 0, 67, 0.06);
	-moz-box-shadow: 0 5px 10px 0 rgba(28, 0, 67, 0.06);
	-o-box-shadow: 0 5px 10px 0 rgba(28, 0, 67, 0.06);
	box-shadow: 0 5px 10px 0 rgba(28, 0, 67, 0.06);
}

.ad-search-result-wrapper {
	margin: 35px auto;
}

.ad-search-result-wrapper, .ad-search-result-wrapper .wrapper-inner {
	clear: both;
	position: relative;
}

.ad-search-result-wrapper .custom-heading {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	margin-bottom: -50px;
	max-width: 360px;
}

.ad-search-result-wrapper .custom-heading span {
	display: inline;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	color: #8652d0;
}

.result-listings {
	clear: both;
	position: relative;
	width: 100%;
}

.result-listings .listings-head {
	padding: 20px 40px;
}

.result-listings .listings-head, .result-listings .listings-body {
	clear: both;
}

.result-listings .listings-body ul {
	list-style: none;
	clear: both;
	padding: 0;
	margin: 0;
}

.result-listings .listings-body ul li {
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	padding: 20px 40px;
	margin: 0 0 20px 0;
	background: #fdfdfd;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	-moz-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	-o-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
}

.result-listings .listings-head, .result-listings .listings-body ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.result-listings .listings-head .title, .result-listings .listings-body ul li .title
	{
	/*width: 340px;*/width: 200px;
}

.result-listings .listings-head .name, .result-listings .listings-body ul li .name
	{
	width: 220px;
	min-height: 10px;
}

.result-listings .listings-head .loaction, .result-listings .listings-body ul li .loaction
	{
	/*width: 150px;*/width: 90px;
	text-align: left;
}

.result-listings.candidate-listings .listings-head .loaction,
	.result-listings.candidate-listings .listings-body ul li .loaction {
	width: 110px;
	text-align: left;
}

.result-listings .listings-head .ap-date, .result-listings .listings-body ul li .ap-date
	{
	/*width: 115px;*/width: 135px;
	text-align: left;
}

.result-listings .listings-head .status, .result-listings .listings-body ul li .status
	{
	width: 100px;
	text-align: left;
}

.result-listings .listings-head .in-date, .result-listings .listings-body ul li .in-date
	{
	width: 150px;
	text-align: left;
}

.result-listings .listings-head .contact, .result-listings .listings-body ul li .contact
	{
	width: 110px;
	text-align: left;
}

.result-listings .listings-head .designation, .result-listings .listings-body ul li .designation
	{
	width: 260px;
	text-align: left;
}

.result-listings .listings-head .experience, .result-listings .listings-body ul li .experience
	{
	width: 225px;
	text-align: left;
}

.result-listings .listings-head .action, .result-listings .listings-body ul li .action
	{
	width: 75px;
	text-align: center;
}

.result-listings .listings-body ul li .status span {
	background: #17c15b;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	vertical-align: middle;
	padding: 7px 18px;
	text-transform: capitalize;
	border-radius: 3px;
}

.result-listings .listings-body ul li .status span.active {
	background: #17c15b;
}

.result-listings .listings-body ul li .status span.reject {
	background: #c11717;
}

.result-listings .listings-head div, .result-listings .listings-body ul li .title,
	.result-listings .listings-body ul li .name {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #000000;
	vertical-align: middle;
}

.result-listings .listings-head div {
	color: rgba(0, 0, 0, 0.5);
	min-height: 20px;
}

.result-listings .listings-body ul li .designation, .result-listings .listings-body ul li .experience,
	.result-listings .listings-body ul li .contact, .result-listings .listings-body ul li .loaction,
	.result-listings .listings-body ul li .ap-date, .result-listings .listings-body ul li .in-date
	{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	vertical-align: middle;
}

.result-listings .listings-body ul li .action a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #8652d0;
	cursor: pointer;
	text-decoration: none;
}

.result-listings .listings-body ul li .action a:hover {
	text-decoration: none;
	color: #043db1;
}

.result-listings .listings-body ul li .bar-trigger {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	z-index: 5;
	cursor: pointer;
}

.result-listings .listings-body ul li .bar-trigger:hover {
	opacity: 0.5;
}

.result-listings .listings-body ul li .bar-trigger span {
	display: block;
	width: 3px;
	height: 3px;
	background: #8652d0;
	border-radius: 50%;
	margin: 4px;
}

.candidate_dashboard .candidate-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #fff;
	display: flex;
	border-radius: 50%;
}

.candidate_dashboard .row.candidate_dashboard_1 {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}

.candidate_dashboard .row .candidate_dashboard_half {
	display: flex;
	align-items: center;
	width: 50%;
	flex-wrap: wrap;
	padding: 0 15px;
}

.candidate-name-dashboard h4 {
	font-size: 20px;
}

.candidate-name-dashboard h5 {
	font-size: 20px;
	font-weight: bold;
}

.candidate_dashboard .candidate-name-dashboard {
	padding-left: 27px;
}

.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .My_Application
	{
	background: rgba(134, 82, 208, 0.08);
	border-radius: 5px;
	padding: 15px 20px;
	width: 46%;
}

.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .Upcomming_Interview
	{
	background: rgba(255, 129, 85, 0.08);
	border-radius: 5px;
	width: 46%;
	padding: 15px 20px;
}

.candidate_dashboard .row .candidate_dashboard_half .My_Application_top
	{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.candidate_dashboard .row .candidate_dashboard_half .My_Application h4 {
	font-size: 48px;
	font-weight: 600;
	color: #8652d0;
}

.candidate_dashboard .row.candidate_dashboard_1 .candidate_dashboard_half:nth-of-type(2)
	{
	justify-content: space-between;
}

.candidate_dashboard .row .candidate_dashboard_half .My_Application_bottom h3
	{
	color: rgba(134, 82, 208, 0.6);
	font-size: 15px;
	font-weight: 700;
}

.candidate_dashboard .row .candidate_dashboard_half .Upcomming_Interview .My_Application_bottom h3
	{
	color: rgba(255, 129, 85, 0.6);
}

.candidate_dashboard .row .candidate_dashboard_half .My_Application h4 {
	font-size: 48px;
	font-weight: 600;
	color: #8652d0;
	margin-bottom: 15px;
}

.candidate_dashboard .row .candidate_dashboard_half .Upcomming_Interview h4
	{
	font-size: 48px;
	font-weight: 600;
	color: #ff8155;
	margin-bottom: 15px;
}

.candidate_dashboard .row.candidate_dashboard_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 130px;
}

.candidate_dashboard .row.candidate_dashboard_2 h5 {
	font-weight: bold;
	padding: 30px;
	border-bottom: 1px solid #dddd;
	width: 100%;
	margin-bottom: 0px;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half
	{
	border-radius: 5px;
	display: block;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half .candidate_dashboard_table
	{
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0
		rgba(0, 0, 0, 0.19);
	background: #fff;
}

.candidate_dashboards {
	background: #f6f4f8;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half table
	{
	width: 100%;
	position: relative;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half th
	{
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 10px;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr:nth-child(odd)
	{
	background: #f9f9f9;
	width: 100%;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td
	{
	padding: 15px 10px;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-of-type(1) tbody tr td:last-child
	{
/* 	position: absolute; */
    font-size: 13px;
	right: 10px;
	padding-top: 20px;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td:first-child,
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half thead tr th:first-child
	{
	padding-left: 15px;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td:nth-child(5),
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half thead tr th:last-child
	{
	padding-right: 15px;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.job-title
	{
	font-weight: 500;
	width: 26%;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.country
	{
	font-weight: 500;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.date
	{
	font-weight: 500;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.status button
	{
	background: #17c15b;
	border: 1px solid #17c15b;
	color: #fff;
	border-radius: 3px;
	padding: 2px 0px;
	font-size: 13px;
	width: 100%;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}

body .candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td .deactive-application
	{
	background: #ff8155;
	border-color: #ff8155
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.interview div
	{
	font-size: 13px;
	font-weight: 500;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td
	{
	width: 33.33%;
	font-size: 13px;
	font-weight: 500;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td.interview
	{
	width: 22%;
}

.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td.job-title
	{
	width: 29%;
}

/*	HR Dashbord Client
======================================*/
.hr-dashboard-client {
	clear: both;
	position: relative;
	margin-bottom: 50px;
}

.hr-dashboard-client * {
	color: #000;
}

.user-activity-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.user-activity-section .loguser-info-wrapper {
	max-width: 335px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.user-activity-section .loguser-info-wrapper .loguser-image .image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 15px;
}

.user-activity-section .loguser-info-wrapper .loguser-name {
	
}

.user-activity-section .loguser-info-wrapper .loguser-name h4,
	.user-activity-section .loguser-info-wrapper .loguser-name h3 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	color: #000;
}

.user-activity-section .loguser-info-wrapper .loguser-name h4 {
	font-weight: 400;
	margin-bottom: 5px;
}

.user-activity-section .loguser-activity-wrapper {
	max-width: 730px;
	width: 100%;
}

.user-grid-section {
	clear: both;
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
}

.twocol-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.twocol-grid>div {
	width: calc(50% - 30px);
	background: #fdfdfd;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	-moz-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	-o-box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
	box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);
}

.white-card .card-header {
	padding: 25px;
	background: transparent;
}

.white-card .card-header h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.white-card .card-body {
	padding: 0;
}

.white-card .card-body .head {
	padding: 15px 20px;
	margin: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.white-card .card-body .details {
	padding: 0;
	margin: 0;
	position: relative;
}

.white-card .card-body .details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.white-card .card-body .details ul li {
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.white-card .card-body .details ul li:nth-child(odd) {
	background: #f9f9f9;
}

.card-body .title, .card-body .date, .card-body .type, .card-body .status,
	.card-body .position, .card-body .exp {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
}

.card-body .head .title, .card-body .head .type, .card-body .head .date,
	.card-body .head .status, .card-body .head .position, .card-body .head .exp
	{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
}

.active-jobs .card-body .title {
	width: 145px;
}

.active-jobs .card-body .date {
	width: 90px;
	padding-right: 10px;
}

.active-jobs .card-body .status {
	width: 80px;
}

.active-jobs .card-body .status .active {
	background: #17c15b;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	vertical-align: middle;
	padding: 6px 14px;
	text-transform: capitalize;
	border-radius: 3px;
}

.active-jobs .card-body .position {
	width: 80px;
}

.active-jobs .card-body .exp {
	width: 100px;
}

.up-interview .card-body .head, .up-interview .card-body .details ul li
	{
	justify-content: space-between;
}

.up-interview .card-body .title, .up-interview .card-body .date,
	.up-interview .card-body .type {
	width: 150px;
}

.up-interview .card-body .date span {
	display: block;
}

.loguser-activity-wrapper {
	
}

.loguser-activity-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.loguser-activity-wrapper ul li {
	list-style: none;
	margin: 8px 0px;
	padding: 0;
}

.loguser-activity-wrapper .activity-card {
	background: rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding: 20px;
	width: 230px;
	position: relative;
}

.loguser-activity-wrapper .job .activity-card {
	background: rgba(134, 82, 208, 0.08);
	background-image: url('../images/dash-icon-01.png');
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;
}

.loguser-activity-wrapper .interview .activity-card {
	background: rgba(255, 129, 85, 0.08);
	background-image: url('../images/dash-icon-02.png');
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;
}

.loguser-activity-wrapper .candidate .activity-card {
	background: rgba(0, 0, 0, 0.08);
	background-image: url('../images/dash-icon-03.png');
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;
}

.loguser-activity-wrapper .activity-card h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	margin: 0;
	padding: 0;
}

.loguser-activity-wrapper .job .activity-card h2 {
	color: #8652d0;
}

.loguser-activity-wrapper .interview .activity-card h2 {
	color: #ff8155;
}

.loguser-activity-wrapper .candidate .activity-card h2 {
	color: #000000;
}

.loguser-activity-wrapper .activity-card p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 0;
}

.loguser-activity-wrapper .job .activity-card p {
	color: rgba(134, 82, 208, 0.6);
}

.loguser-activity-wrapper .interview .activity-card p {
	color: rgba(255, 129, 85, 0.6);
}

.loguser-activity-wrapper .candidate .activity-card p {
	color: rgba(0, 0, 0, 0.6);
}

/*	@media
======================================*/
@media ( max-width : 1200px) {
	.candidate_dashboard .row .candidate_dashboard_half .My_Application_bottom h3
		{
		font-size: 15px;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.job-title
		{
		width: 27%;
	}
}

@media ( max-width : 1099px) {
	.loguser-activity-wrapper .activity-card {
		padding: 15px;
		width: 220px;
	}
	.user-activity-section .loguser-activity-wrapper {
		max-width: 690px;
	}
	.user-activity-section .loguser-info-wrapper .loguser-name h4,
		.user-activity-section .loguser-info-wrapper .loguser-name h3 {
		font-size: 22px;
	}
	.user-activity-section .loguser-info-wrapper .loguser-image .image {
		width: 85px;
		height: 85px;
	}
	.user-activity-section .loguser-info-wrapper {
		max-width: 290px;
	}
	.twocol-grid>div {
		width: calc(50% - 20px);
	}
	.active-jobs .card-body .title {
		width: 120px;
	}
	.active-jobs .card-body .date {
		width: 65px;
		padding-right: 0;
	}
	.active-jobs .card-body .status {
		width: 65px;
	}
	.active-jobs .card-body .position {
		width: 65px;
	}
	.active-jobs .card-body .exp {
		width: 80px;
	}
	.card-body .title, .card-body .date, .card-body .type, .card-body .status,
		.card-body .position, .card-body .exp {
		font-size: 11px;
	}
	.card-body .head .title, .card-body .head .type, .card-body .head .date,
		.card-body .head .status, .card-body .head .position, .card-body .head .exp
		{
		font-size: 12px;
	}
	.active-jobs .card-body .status .active {
		padding: 5px 8px;
	}
	.up-interview .card-body .title, .up-interview .card-body .date,
		.up-interview .card-body .type {
		width: 130px;
	}
}

@media ( max-width : 1024px) {
	.password-new .right-img {
		margin-top: 0px;
	}
	.candidate_dashboard .row .candidate_dashboard_half {
		width: 100%;
		margin: 15px 0;
	}
	.ad-search-form-wrapper .form-box .form-group.search-textbox {
		max-width: 360px;
	}
	.result-listings .listings-head .title, .result-listings .listings-body ul li .title
		{
		width: 310px;
	}
	.result-listings .listings-body ul li {
		padding: 20px 30px;
	}
	.result-listings .listings-head .designation, .result-listings .listings-body ul li .designation
		{
		width: 225px;
	}
}

@media ( max-width : 1023px) {
	.user-activity-section .loguser-activity-wrapper {
		max-width: 100%;
		margin-top: 25px;
	}
	.user-activity-section .loguser-info-wrapper {
		width: 100%;
	}
	.user-activity-section {
		padding-bottom: 20px;
	}
	.twocol-grid>div {
		width: calc(50% - 10px);
	}
}

@media ( max-width : 992px) {
	.result-listings .listings-head .experience, .result-listings .listings-head .designation
		{
		display: none;
	}
	.result-listings .listings-head .experience, .result-listings .listings-body ul li .experience,
		.result-listings .listings-head .designation, .result-listings .listings-body ul li .designation
		{
		width: 100%;
		margin-top: 5px;
	}
}

@media ( max-width : 991px) {
	.twocol-grid>div {
		width: 100%;
		margin-bottom: 25px;
	}
}

@media ( max-width : 930px) {
	.hr-v2 .ur-footer .social_icon a {
		margin-right: 5px;
	}
	.password-form .alert-acc {
		font-size: 17px;
	}
	.ur-links-footer ul li a {
		font-size: 14px;
	}
	.ur-find-job, .ur-find-employe {
		width: 200px;
		padding: 15px 0;
	}
	.hr_education .form-1 input {
		font-size: 13px;
	}
	.ad-search-form-wrapper .form-box .form-group.search-textbox {
		max-width: 100%;
	}
	.ad-search-form-wrapper .form-box .form-group.select-box,
		.ad-search-form-wrapper .form-box .form-group.location {
		max-width: calc(50% - 50px);
	}
	.result-listings .listings-head, .result-listings .listings-body ul li {
		padding: 15px 15px;
	}
	.result-listings .listings-head .title, .result-listings .listings-body ul li .title
		{
		width: 275px;
	}
	.ad-search-result-wrapper .custom-heading {
		font-size: 20px;
		margin-bottom: -42px;
	}
	.result-listings .listings-head div, .result-listings .listings-body ul li .title
		{
		font-size: 14px;
	}
	.result-listings .listings-body ul li .status span {
		padding: 6px 15px;
	}
	.ad-search-form-wrapper .form-box.two-col .form-box.three-col,
		.ad-search-form-wrapper .form-box.two-col .form-box.two-col {
		width: 100%;
	}
	.ad-search-form-wrapper .form-box .form-box .form-group {
		margin-bottom: 20px;
	}
	.ad-search-form-wrapper .form-box.three-col>div.contactno {
		width: calc(50% - 10px) !important;
		margin-bottom: 0;
	}
	.ad-search-form-wrapper .form-box.three-col>div.location {
		width: calc(50% - 90px) !important;
		margin-bottom: 0;
	}
	.ad-search-form-wrapper .form-box.three-col>div.button {
		margin-bottom: 0;
	}
	.result-listings .listings-head .name, .result-listings .listings-body ul li .name
		{
		width: 100%;
		margin-bottom: 5px;
	}
}

@media ( max-width : 880px) {
	.hr-v2 .ur-featured-candidates .col-md-12 .float-right.d-inline-flex select:nth-of-type(1)
		{
		margin-left: 0;
	}
	.hr-v2 .ur-featured-candidates .col-md-12 .float-right.d-inline-flex select
		{
		margin-bottom: 10px;
	}
	.hr-v2 .ur-featured-candidates select {
		margin-left: 15px;
		width: 200px;
		height: 50px;
	}
	.result-listings .listings-head .title, .result-listings .listings-body ul li .title
		{
		width: 100%;
		margin-bottom: 10px;
	}
	.ad-search-result-wrapper .custom-heading {
		margin-bottom: -30px;
		padding-left: 15px;
	}
}

@media ( max-width : 767px) {
	.ur-footer .col-md-4.text-right .btn.orange_bg {
		float: left;
		margin: 0 0px 0 15px;
	}
	.ur-footer .col-md-4.text-right a.btn.btn-primary {
		float: left;
		display: block;
	}
	.hr-v2 .ur-featured-candidates select {
		width: calc(51% - 10px);
	}
	.hr-v2 .ur-featured-candidates h2+.d-inline-flex {
		width: 100%;
	}
	.hr-v2 .ur-featured-candidates .col-md-12>h2 {
		margin-bottom: 12px;
	}
	.job_title.ur-findheading p {
		font-size: 24px;
	}
	.hr-v2 .ur-featured-candidates {
		padding-top: 20px;
	}
	.password-new .custom-heading+.row .col-md-6:nth-of-type(1) {
		padding-right: 15px;
	}
	.password-new .custom-heading+.row .col-md-6:nth-of-type(2) {
		padding-left: 15px;
	}
	.password-new .already-user-account {
		margin-bottom: 60px;
	}
	.password-new .right-img {
		text-align: center;
		margin-bottom: 100px;
	}
	.ur-footer .row .col-md-4 {
		text-align: left !important;
	}
	.password-new .custom-heading {
		margin-bottom: 20px;
		font-size: 25px;
	}
	.hr_education .form-1 {
		display: block;
		text-align: center;
	}
	.hr_education .form-1 input {
		margin: 20px 0px;
	}
	.hr_education .form-1 input#year {
		width: 100%;
	}
	.result-listings .listings-head .loaction, .result-listings .listings-body ul li .loaction
		{
		width: 100%;
	}
	.result-listings .listings-body ul li .loaction, .result-listings .listings-body ul li .ap-date,
		.result-listings .listings-body ul li .contact, .result-listings .listings-body ul li .experience,
		.result-listings .listings-body ul li .designation, .result-listings .listings-body ul li .in-date
		{
		font-size: 13px;
		font-weight: 500;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.result-listings .listings-head .status, .result-listings .listings-body ul li .status
		{
		width: auto;
	}
	.result-listings .listings-head .in-date, .result-listings .listings-body ul li .in-date,
		.result-listings .listings-head .ap-date, .result-listings .listings-body ul li .ap-date
		{
		width: calc(100% - 95px);
	}
	.result-listings .listings-head .action, .result-listings .listings-body ul li .action,
		.result-listings .listings-head .in-date, .result-listings .listings-body ul li .in-date
		{
		margin-top: 10px;
	}
	.result-listings .listings-head {
		display: none;
	}
	.loguser-activity-wrapper ul li {
		width: calc(50% - 10px);
		margin: 10px 0;
	}
	.loguser-activity-wrapper .activity-card {
		width: 100%;
	}
	.user-activity-section .loguser-activity-wrapper {
		margin-top: 10px;
	}
	.user-activity-section {
		padding-bottom: 10px;
	}
	.white-card .card-body .head {
		display: none;
	}
	.loguser-activity-wrapper .activity-card h2 {
		font-size: 34px;
	}
	.loguser-activity-wrapper .activity-card p {
		font-size: 14px;
	}
	.white-card .card-header {
		padding: 15px;
	}
	.white-card .card-header h3 {
		font-size: 16px;
	}
	.white-card .card-body .details ul li {
		padding: 15px 15px;
	}
	.white-card .card-body .details ul li>div {
		width: 100%;
		margin-bottom: 7px;
	}
	.hr-dashboard-client {
		margin-bottom: 15px;
	}
}

@media ( max-width : 568px) {
	.ur-jobposts .ur-btns-group a.btn.btn-primary {
		padding: 19px 0;
	}
	.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .My_Application
		{
		width: 100%;
	}
	.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .Upcomming_Interview
		{
		width: 100%;
		margin-top: 15px;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.job-title::before
		{
		content: 'Job Title ';
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(1) tbody tr td.country::before
		{
		content: 'Location';
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(1) tbody tr td.status::before
		{
		content: 'Status';
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(1) tbody tr td.date::before
		{
		content: 'Applied';
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.interview::before
		{
		content: 'Interview';
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td
		{
		display: block;
		width: 100%;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half th
		{
		display: none;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.job-title
		{
		width: 100%;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td::before
		{
		padding-right: 15px;
		font-size: 15px;
		font-weight: 500;
		color: #a3a3a3;
		float: left;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.status button
		{
		width: auto;
		padding: 5px 25px;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td:first-child,
		.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half thead tr th:first-child
		{
		padding: 15px 10px;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td.interview
		{
		width: 100%;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:last-child tbody tr td:last-child::before
		{
		content: 'Type';
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td.job-title
		{
		width: 100%;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td::before
		{
		width: 33%;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td
		{
		width: 100%;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-of-type(1) tbody tr td:last-child
		{
		position: relative;
		padding: 0;
	}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-of-type(1) tbody tr td:last-child a
		{
		position: absolute;
		bottom: 0px;
		top: -50px;
		right: 0px;
	}
	.ad-search-form-wrapper .form-box .form-group.select-box,
		.ad-search-form-wrapper .form-box .form-group.location {
		max-width: 100%;
	}
	.ad-search-wrapper .wrapper-inner {
		padding: 15px;
	}
	.ad-search-form-wrapper .form-box .form-group.button {
		margin-bottom: 0;
	}
	.ad-search-wrapper .box-title {
		font-size: 16px;
	}
	.ad-search-wrapper #ad-search-trigger {
		top: 18px;
		right: 15px;
	}
	.ad-search-form-wrapper .form-box .form-group .form-control {
		font-size: 12px;
		height: 46px;
		padding: 7px 15px;
	}
	.ad-search-form-wrapper .form-box .form-group select.form-control {
		background-size: 46px;
		background-position: center right 5px;
	}
	.ad-search-form-wrapper .form-box .form-group .btn-search {
		width: 47px;
		height: 47px;
	}
	.ad-search-form-wrapper .form-box.three-col>div.contactno,
		.ad-search-form-wrapper .form-box.three-col>div.location,
		.ad-search-form-wrapper .form-box.two-col>div {
		width: 100% !important;
	}
	.ad-search-form-wrapper .form-box.three-col>div.contactno,
		.ad-search-form-wrapper .form-box.three-col>div.location {
		margin-bottom: 1.3rem;
	}
	.result-listings .listings-body ul li .contact, .result-listings.candidate-listings .listings-body ul li .loaction
		{
		width: 100%;
	}
	.loguser-activity-wrapper ul li {
		width: 100%;
	}
}

@media ( max-width : 524px) {
	.ur-footer .row .col-md-4.text-right a.btn-primary {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.hr-v2 .ur-featured-candidates .col-md-12 .float-right.d-inline-flex {
		display: block !important;
	}
	.hr-v2 .ur-featured-candidates select {
		width: calc(50% - 10px);
	}
}

@media ( max-width : 450px) {
	.hr-v2 .ur-featured-candidates select {
		width: 100%;
		margin-left: 0px;
		background-position: 96% center;
	}
	.password-form .main-div {
		padding: 20px;
	}
	input,textarea,select {
		font-size: 14px !important;
	} 
}

@media ( max-width : 400px) {
	.job_title.ur-findheading p, .hr-v2 .ur-featured-candidates .col-md-12>h2
		{
		font-size: 20px;
	}
	.hr-v2 .ur-featured-position-text>h2, .events .container>b {
		font-size: 20px;
	}
	.candidate_select_bg b {
		font-size: 20px;
		line-height: 28px;
	}
}

.login-form .form-control {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #ececec;
	border-radius: 4px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 45px;
}

.login-form .form-control::placeholder {
	color: #a1a1a1;
}

.main-div {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 4px;
	margin: 10px auto 30px;
	padding: 45px;
	box-shadow: 0 0 10px 1px #eaeaea;
	width: 400px;
	max-width: 100%;
}

.login-form .form-group {
	margin-bottom: 24px;
	position: relative;
	text-align: left;
}

.login-form {
	text-align: center;
}

.login-form  .btn.btn-primary {
	background: #8652d0 none repeat scroll 0 0;
	border-color: #8652d0;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-weight: bold;
}

.login-form  .btn.btn-primary:hover {
	background: #7844c1;
}

.login-form .btn.btn-primary.reset {
	background: #8652d0 none repeat scroll 0 0;
}

.form-check label {
	display: block;
	color: #a1a1a1;
}

.login-form input[type="checkbox"], input[type="radio"] {
	position: absolute;
	right: 9000px;
}

/*Check box*/
.login-form input[type="checkbox"]+.label-text:before {
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size: 50px;
	color: #ececec;
	float: left;
}

.login-form input[type="checkbox"]:checked+.label-text:before {
	content: "\f14a";
	color: #8652d0;
	animation: effect 250ms ease-in;
}

.login-form input[type="checkbox"]:disabled+.label-text {
	color: #aaa;
}

.login-form input[type="checkbox"]:disabled+.label-text:before {
	content: "\f0c8";
	color: #ccc;
}

.login-form .form-check {
	position: relative;
	display: block;
	padding-left: 0;
	text-align: left;
	margin-bottom: 24px;
}

.login-form .label-text span {
	display: block;
}

.already-user-account {
	margin: 40px 0px 100px;
}

.login-form .form-group i {
	color: #c3c3c3;
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}

.login-form .form-group i.fa-lock {
	font-size: 22px;
}

.signin-with-social ul {
	padding: 0;
	text-align: center;
	margin-top: 30px;
}

.signin-with-social ul li {
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	padding-bottom: 50px;
	position: relative;
}

.signin-with-social ul li i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	transition: 0.4s;
}

.signin-with-social ul li a span {
	display: block;
	margin-top: 8px;
	font-weight: 600;
}

.signin-with-social ul li a:hover {
	text-decoration: none;
}

.signin-with-social ul li a:hover i {
	transform: scale(1.1);
}

.signin-with-social ul li.linkedin a {
	color: #00aced;
}

.signin-with-social ul li.linkedin i {
	background: #00aced;
}

.signin-with-social ul li.facebook a {
	color: #3b5998;
}

.signin-with-social ul li.facebook i {
	background: #3b5998;
}

.signin-with-social ul li.google a {
	color: #f44336;
}

.signin-with-social ul li.google i {
	background: #f44336;
}

.signin-with-social h6 {
	color: #a1a1a1;
}

.best-result {
	color: #8a8a8a;
	height: 40px;
	font-weight: 500;
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	left: 0;
}

@media ( max-width :767px) {
	.signin-with-social ul li {
		padding: 0 12px 50px;
		font-size: 13px;
	}
	.signin-with-social ul li i {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.signin-with-social {
		margin-top: 50px;
		background: #fff;
		padding: 30px 0 0;
		border-radius: 4px;
	}
	.main-div {
		padding: 15px;
	}
	.login-form .form-check, .login-form .form-control {
		font-size: 13px;
	}
	.login-form input[type="checkbox"]+.label-text:before {
		font-size: 42px;
	}
	.already-user-account {
		margin: 20px 0px 30px;
	}
}

@media ( min-width :768px) and (max-width:1024px) {
	.main-div {
		padding: 30px;
	}
}

.name-your-city .login-form .form-control {
	padding-left: 15px;
}

.name-your-city .city-name {
	background: #f2f2f2;
	color: #666666;
	border-radius: 40px;
	padding: 6px 20px;
	display: inline-block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 22px;
	border: 0;
	cursor: pointer;
}

.name-your-city .city-name:focus {
	outline: 0;
	background: #e6e6e6;
}

.name-your-city .city-name i {
	position: unset;
	color: #e30613;
	margin-left: 6px;
	height: auto;
	line-height: normal;
}

.name-your-city .login-form .btn.btn-primary {
	width: 150px;
	margin-top: 80px;
}

.name-your-city .main-div {
	display: table;
	width: 480px;
	max-width: 100%;
}

.login-form .btn.btn-primary.float-left {
	background: #fff9f6 none repeat scroll 0 0;
	border-color: #fff9f6;
	color: #ff8155;
}

.recruits-myjobs-table-header div {
	font-weight: 600;
	font-size: 14px;
	color: #7d7d7d;
	padding: 10px 5px 10px;
}

.recruits-myjobs-table-body div {
	font-size: 14px;
	color:#043db1;
	padding: 10px 5px 10px;
}

.recruits-myjobs-Action a {
	color: grey;
	font-size: 18px;
	padding: 0 5px;
	transition: all 0.3s;
}

.recruits-myjobs-Action a:hover {
	color: #000;
}

.recruits-myjobs-number a {
	font-size: 20px;
	color: gray;
	font-weight: bold;
	transition: all 0.3s;
}

.recruits-myjobs-number a:hover {
	color: #000;
}

.recruits-myjobs-list {
	display: none;
}

.recruits-myjobs-list .recruits-myjobs-table-header div {
	font-weight: 600;
	font-size: 14px;
	color: gray;
	background-color: #f1f1f1;
	padding: 10px 5px 10px;
}

.ur-blog-content .ur-width-blog {
	margin-bottom: 30px;
}

.fa-2x {
	font-size: 20px;
}

.collapse:not (.show ) {
	display: block;
}

.carousel-img img {
	border-radius: 50%;
}

.login-link a {
	color: #887787 !important;
}

.login-link a:HOVER {
	background-color: #ff8155;
	color: white !important;
}

.login-link {
	border-bottom: 4px solid #8652d0;
}

.nav-item a.dropdown-toggle {
	box-shadow: none;
}


/* Privacy Policy*/
.ur-privacy-policy h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.ur-privacy-policy p {
    font-size: 15px;
    line-height: 1.73;
    font-weight: 400;
    object-fit: contain;
    margin: 10px 0px;
    color: #686868;
    width: 100%;
}

.ur-privacy-policy ul li {
    font-size: 15px;
    line-height: 1.73;
    font-weight: 400;
    object-fit: contain;
    margin: 5px 0px;
    color: #686868;
}

.ur-privacy-policy ol li {
    font-size: 15px;
    line-height: 1.73;
    font-weight: 400;
    object-fit: contain;
    margin: 5px 0px;
    color: #686868;
}

/*21-01-20*/
section.ur-privacy-policy {margin-top: 100px;}
section.ur-privacy-policy h5 {color: #000;}
section.ur-privacy-policy span {color: #000;}
section.ur-privacy-policy .ur-prv-poly {text-align: justify;}

body{
	margin-top: 80px;
}
.menu_bg {
    background: #8652d0;
    padding: 10px 0;
}
.fixed-top {
    position: fixed!important;
    z-index: 1030important;
}
a.pdf-btn {
    color: #fff!important;
    text-decoration: none!important;
    background: #043db1;
    padding: 0px 15px;
    font-weight: 700;
}
.new-heading{
/*	font-family: 'Montserrat', sans-serif!important;
*/    font-weight: 600!important;
    color: #000!important;
    font-size: 35px!important;
    line-height: normal!important;
    margin: 30px 0!important;
}
.sub-title{
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600!important;
    font-size: 20px!important;
    /* margin-bottom: 25px!important;
    line-height: 30px; */
}
.sub-content-title{
	font-family: 'Montserrat', sans-serif!important;
	font-size: 18px!important;
	font-weight: 500!important;
}
@media only screen and (max-width: 767px) {
	.menu_bg.collapse.show {
	    display: block;
	}
	.menu_bg.collapse{
	    display: none;
	}
	.navbar-mobile-menu{
		display: block;
	}
	.navbar-brand1{
		display: none;
	}
	.fixed-top {
	    position: fixed;
	    top: 70px;
	    right: 0;
	    left: 0;
	    z-index: 9999;
	}
		.navbar-mobile-menu {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    background: white;
	    z-index: 9999;
	    box-shadow: 0px 0px 5px #000;
	}
}
@media only screen and (min-width: 768px) {
	div#navbarToggleExternalContent {
	    display: block;
	}
	.navbar-mobile-menu{
		display: none;
	}
	.navbar-brand1{
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	.candidate_select_bg {
	    
	    height: 400px;
	    float: left;
	    width: 100%;
	    margin: -10px 0 0 0;
	    position: relative;
	    z-index: 1;
	    background-position: center;
	}
	.events .container>span {
	    margin: 10px 0 5px;
	}
	.locations {
	    padding-bottom: 20px;
	}
	.event_img img {
	    width: 100%;
	}
	.hr-v2 .ur-featured-position .carousel-inner {
	    margin-top: 0px!important;
	}
	.btn.btn-primary.advanced {
		background-position: 15px center;
	}
	.candidate-name-dashboard h5{
	    font-size: 15px;
	    font-weight: bold;
	}
	.candidate-name-dashboard h4 {
	    font-size: 12px;
	}
	.loguser-name h3 {
		font-size: 15px!important;
	    font-weight: bold;
	}
	.loguser-name h4{
		font-size: 12px!important;
	}
	
}
.fixed-top {
    z-index: 9999;
}


section.login-new {
    margin-top: 100px;
}
.content.payment {
    margin-top: 100px;
}
.modal.show .modal-dialog{
	margin-top:80px;
}
.modal {
    z-index: 9999;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    overflow: auto;
    max-height: 540px;
}
.modal-body {
    overflow: auto;
}
@media only screen and (max-width: 600px) {
	.sub-title {
	    font-size: 18px!important;
	}
	a.btn.btn-outline-primary.btn-lg.ur-post-newbtn {
	    margin-bottom: 20px;
	}
}

.ur-searchjob-left {
    max-width: 100%;
}
textarea {
    max-width: 100%;
}
/* div#jobview {
    height: 75%;
} */
.modal-content {
    margin-top: 80px;
}
div#jobview .modal-dialog {
    margin: 0 auto;
}
.candidate_search .heart_icon.w-auto.text-center .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}
.avatar-wrapper {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 50px auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 15px -5px black;
  transition: all .3s ease;
}
.avatar-wrapper:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.avatar-wrapper:hover .profile-pic {
  opacity: .5;
}
.avatar-wrapper .profile-pic {
  height: 100%;
  width: 100%;
  transition: all .3s ease;
  border-radius:50%;
  padding: 10px;
}
.avatar-wrapper .profile-pic:after {
  /* font-family: FontAwesome; */
  background-image : url('../images/profile-img-1.png');
  /* content: "\f007"; */
  top: 0;
  background-size:50% 50%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /* font-size: 190px; */
  /* background: #ecf0f1; */
  color: #34495e;
  text-align: center;
}
.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.avatar-wrapper .upload-button .fa-arrow-circle-up {
  position: absolute;
  font-size: 234px;
  top: -17px;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
  color: #34495e;
}
.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
  opacity: .9;
}
a.btn.btn-primary.w-100 {
    color: #fff;
}
/* Oleh Assistance css start */
.oleh-banner {
	width:100%;
	height:78vh;
    background-image: url('../images/New Project.jpg');
    background-size: cover;
    background-position: top center;
    margin-top: -11px;
    position: relative;
}


/* about css start */
.about-banner {
    background-image: url(../images/about-banner.jpg);
    background-size: cover;
    padding: 270px 0;
    background-size: cover;
    background-position: top center;
    margin-top: -11px;
    position: relative;
}

.about-text {
    background: #ff8155;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 30px 60px;
    margin-top: -100px;
    margin-bottom: 60px;
}
.about-technology .col-xs-15,
.about-technology .col-sm-15,
.about-technology .col-md-15,
.about-technology .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
} 
.about-technology .col-xs-15 {
    width: 20%;
    float: left;
}
@media only screen and (max-width: 600px) {
	.about-technology .col-sm-15 {
        width: 50%;
        float: left;
    }
}
@media only screen and (min-width: 600px) {
	.about-technology .col-sm-15 {
        width: 33.33%;
        float: left;
    }
}
@media (min-width: 768px) {
    .about-technology .col-sm-15 {
        width: 25%;
        float: left;
    }
}
@media (min-width: 992px) {
    .about-technology .col-sm-15 {
        width: 25%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .about-technology .col-sm-15 {
        width: 20%;
        float: left;
    }
}
.technology-box img {
    max-width: 100%;
    margin-bottom: 10px;
}
.technology-box p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.technology-box {
    margin: 30px 0;
}
.about-technology {
    margin-bottom: 60px;
}
span.squre-text {
    color: #ff8155;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.about-descripotion {
    background-color: #fff;
    padding: 60px 0;
}
.about-descripotion h1 {
    color: #000;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 30px;
}
.about-descripotion p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
}
section.ur-by-number {
    background: #8652d0;
    position: relative;
    z-index: 11;
    padding: 30px 0;
    width: 100%;
    display: inherit;
    margin-bottom: 60px;
    margin-top: 60px;
}
.about-slider h2.sub-title {
}
.about-slider .ur-jobposts p {
    /* line-height: 25px; */
    font-weight: 500!important;
    opacity: 1!important;
    font-style: italic; 
}
.about-slider .ur-featured-position .ur-featured-position-text {
    float: left;
    width: calc(34% - 50px);
    position: relative;
    margin-left: 50px;
    margin-top: 130px;
}
.our-team-about .ur-member-img {
    border-radius: 50%!important;
    width: 100%!important;
    padding: 0px!important;
    height: auto!important;
    position: relative;
}
section.ur-our-team.our-team-about {
    padding: 60px 0;
    background-color: #fff;
}
.our-team-about .message a{
	display: block;
	padding: 5px 0;
	display: block;
	font-size: 18px;
	transition: all 0.3s;
}
.our-team-about .message {
    position: absolute;
    top: 30px;
    right: 50px;
    border: 2px solid #8652d0;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    transition: all 0.3s;
}
.our-team-about .message:hover {
	background-color: #8652d0;
}
.our-team-about .message:hover a{
	color: #fff;
}
.about-slider .ur-jobposts {
    box-shadow: none!important;
    background-color: #FFFFFF;
}
.our-team-about .ur-member-img img{
	width: 100%!important;
}
.our-team-about .card-body.ur-team-body {
    padding: 0px!important;
}
.our-team-about .card {
    border: 0px!important;
    margin-bottom: 30px!important;
}
.our-team-about .ur-member-info {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    font-weight: 700;
    font-size: 24px;
}
.our-team-about .ur-member-info span {
    font-size: 15px;
}
.lets-talk h2 {
    color: #8652d0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
.lets-talk .talk-desc,
.lets-talk .talk-img {
    padding: 0 15px;
}
.talk-desc p {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 500;
}
.talk-desc p a{
	text-decoration: none;
}
.lets-talk .talk-img img {
    width: 100%;
    border-radius: 50%;
}
.lets-talk {
    padding: 60px 0;
}
.quat-img p img {
    transform: rotate(180deg);
    width: 40px;
    margin-top: -15px;
}

.quat-img img {
    transform: rotate(180deg);
    width: 40px;
    margin-top: -15px;
}

section.contact-us-section {
    background: white;
    padding: 0px 0 50px;
}
.contact-us-section .form-control {
    margin-bottom: 30px;
}
.contact-us-section label {
    color: #686868;
    font-weight: 500;
}
.ur-team-body p{
	height: 150px;
}
/* about css end */
.login-btn{
	margin: 10px 0;
}
@media only screen and (max-width: 600px){
	.new-heading {
	    font-size: 20px!important;
	    margin: 15px 0!important;
	}
	body {
	    margin-top: 70px;
	}
	.btn.find_btn {
	    height: auto;
	}
	.ur-btns-group.text-center {
	    margin-bottom: 0px;
	}
	.hr-v2 .ur-featured-position .carousel-fade {
	    padding-bottom: 30px!important;
	}
	.about-text {
	    font-size: 12px;
	    padding: 20px 30px;
	    margin-bottom: 20px;
	}
	.about-slider h2.sub-title {
	    font-weight: 800!important;
	    font-size: 22px!important;
	    letter-spacing: 1px;
	}
	.about-slider .ur-featured-position .ur-featured-position-text {
	    margin-top: 0px;
	}
	.lets-talk h2 {
	    font-size: 20px;
	}
	a.btn.btn-primary.btn-lg.ur-post-newbtn.ur-postnew-adverts {
	    margin-bottom: 20px;
	}
}
@media only screen and (min-width: 600px){
	.new-heading {
	    font-size: 20px!important;
	    margin: 15px 0!important;
	}
	.ur-btns-group.text-center {
	    margin-bottom: 0px;
	}
	.hr-v2 .ur-featured-position .carousel-fade {
	    padding-bottom: 40px!important;
	}
	.about-text {
	    font-size: 14px;
	    padding: 24px 40px;
	    margin-bottom: 40px;
	}
	.about-slider .ur-featured-position .ur-featured-position-text {
	    margin-top: 30px;
	}
	.lets-talk h2 {
	    font-size: 22px;
	}
}
@media only screen and (min-width: 768px){
	.new-heading {
	    font-size: 24px!important;
	    margin: 20px 0!important;
	}
	.ur-btns-group.text-center {
	    margin-bottom: 0px;
	}
	.hr-v2 .ur-featured-position .carousel-fade {
	    padding-bottom: 50px!important;
	}
	.about-text {
	    font-size: 18px;
	    padding: 30px 50px;
	    margin-bottom: 44px;
	}
	.about-slider .ur-featured-position .ur-featured-position-text {
	    margin-top: 60px;
	}
	.lets-talk h2 {
	    font-size: 26px;
	}
}
@media only screen and (min-width: 992px){
	.new-heading {
	    font-size: 30px!important;
	    margin: 25px 0!important;
	}
	.ur-btns-group.text-center {
	    margin-bottom: 80px;
	}
	.hr-v2 .ur-featured-position .carousel-fade {
	    padding-bottom: 60px!important;
	}
	.about-text {
	    font-size: 18px;
	    padding: 30px 60px;
	    margin-bottom: 60px;
	}
	.about-slider .ur-featured-position .ur-featured-position-text {
	    margin-top: 90px;
	}
	.lets-talk h2 {
	    font-size: 24px;
    	letter-spacing: 0.5px;
	}
}
@media only screen and (min-width: 1200px){
	.new-heading {
	    font-size: 36px!important;
	    margin: 30px 0!important;
	}
}
.navbar-brand1 {
    outline: 0;
}
@media (min-width: 992px){
	.container {
	    max-width: 830px;
	}
}
@media (min-width: 1200px){
	.container {
	    max-width: 1000px;
	}
}
@media (min-width: 1300px){
	.container {
	    max-width: 1110px;
	}
}
@media (min-width: 1440px){
	.container {
	    max-width: 1240px;
	}
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus{
	box-shadow: none;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #ff8155;
    border-color: #ff8155;
}
#cndInterviewModel .modal-body {
    overflow: unset;
}
#cndInterviewModel .modal-content {
    overflow: unset;
}
.cndDetailView span {
    transform: rotate(180deg);
    transition: all 0.5s;
}
div#cndUpdateInterviewModel .modal-content, div#cndUpdateInterviewModel .modal-body{
	overflow: unset;
}
.all-headings-white{
	color: #fff!important;
    font-weight: 800!important;
    letter-spacing: 1px!important;
    font-size: 24px!important;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: uppercase;
}

.home-all-headings-white{
	color: #fff!important;
    font-weight: 800!important;
    letter-spacing: 1px!important;
    font-size: 24px!important;
    font-family: 'Montserrat', sans-serif!important;
    
}

.all-headings-black{
	color: #000!important;
    font-weight: 800!important;
    letter-spacing: 1px!important;
    font-size: 24px!important;
    font-family: 'Montserrat', sans-serif!important;	
    /*text-transform: uppercase;*/
}

.home-all-headings-black{
	color: #000!important;
    font-weight: 800!important;
    letter-spacing: 1px!important;
    font-size: 24px!important;
    font-family: 'Montserrat', sans-serif!important;	
 
}

.register-headings-black {
    color: #000!important;
    font-weight: 800!important;
    letter-spacing: 1px!important;
    font-size: 30px!important;
/*    font-family: 'Montserrat', sans-serif!important;  
*/}

.dashboard-table .sub-title{
	font-weight: 600!important;
    font-size: 20px!important;
	
}

#frmRegisterClient .multiselect-selected-text,#frmRegister .multiselect-selected-text {
	color: #5f605c !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
.download-btn i{
	margin-right: 40px;
}
.disable-btn{
	cursor: not-allowed !important;
}
.text-white{
	color: white;
}


/*START CSS : DU-23 :DATE- 27-08-2019*/
.hr-v2 .menu_bg {background: transparent;padding: 4% 0 0;}
.job_title p {font-size: 64px;color: #fff;line-height: 75px;font-weight: bold;}	
.job_title {padding-right: 56%;margin-bottom: 40px;}
.job_title p br {display: none;}
.job_title p span {font-weight: 300;color: #fff;}
.job_title p.small_content {margin:35px 0 60px;width: 100%;color: #fff;opacity: 1;font-size: 18px;font-weight: 200;line-height: 29px;}
.find_job div.form-inline {box-shadow: none;}
.find_job input[type="text"] {height: 79px;border-radius: 6px;background-color: rgba(255,255,255,0.23921568627450981);border: 1px solid rgba(255,255,255,0.4);margin-right: 10px;color: #fff;background: rgba(255,255,255,0.23921568627450981) url(../images/icon-search.png) no-repeat 30px center}
.find_job input[type="text"]::placeholder {color: #fff;}	
.find_job input[type="text"]::-webkit-input-placeholder {color: #fff;}
.find_job input[type="text"]:-ms-input-placeholder {color: #fff;}
.find_job .btn.btn-primary.find_btn {background: #f3b345;color: #ffffff;border-radius: 5px;width: 230px;font-size: 18px;font-weight: 600;}
.find_job .btn.btn-primary.orange_bg {background: #ffffff;color: #0272c2;border-radius: 5px;width: 230px;font-size: 18px;font-weight: 600;}
.job-part.find_job {flex: 0 0 100%;max-width: 100%;}
.find_job div.form-group {width: calc(100% - 640px);box-shadow: unset;}
.job-part.find_job .form-inline:nth-of-type(1) {margin-right: 10px;}
.find_job .btn.btn-primary.find_btn:hover {background: #ffffff;color: #0272c2;}
.find_job .btn.btn-primary.orange_bg:hover {background: #f3b345;color: #ffffff;}


body {font-family: 'Poppins', sans-serif;}
.hr-v2 .ur-featured-candidates .col-md-12>span {color: #043db1;}
.home-all-headings-black {font-family: 'Poppins', sans-serif !important;font-size: 32px !important;}
.hr-v2 .ur-featured-candidates select {background: #fff url(../images/dropdown_arrow-new.png) no-repeat 90%center;border: 1px solid #837a7a;font-weight: 400;font-size: 15px;color: #837a7a;border-radius: 5px;opacity: 1;}
.ur-candidate-card {border-radius: 15px;box-shadow: 0 0px 1px 0 rgba(40, 47, 60, 0.05), 0 1px 9px 0 rgba(40, 47, 60, 0.08), 0 0 1px 0 rgba(86, 96, 113, 0);}
.candidates_list .col-sm-3 .ur-candidate-card:hover {box-shadow: 2px -3px 1px -2px rgba(40, 47, 60, 0.05), 0px 1px 1px 1px rgba(40, 47, 60, 0.08), 0 -2px 2px 0 rgba(86, 96, 113, 0);}
.hr-v2 {background:unset;}
.verified {color: #033db1;font-weight: 700;}
.verified:before {background: url(../images/verified_icon-new.png) no-repeat;}
.candidates_list .ur-card-body h5 {font-weight: bold;}
.ur-card-body p.ur-card-text {color: #837a7a ;font-weight: 500;}
.candidates_list .col-sm-3 {margin-bottom: 50px;}
.btn.btn-primary.chat_now {background: rgba(81, 41, 229, 0.05);color: #043db1;border-radius: 5px;}
.btn.btn-primary.chat_now:hover {background: #f3b345;color: #fff;}
.ur-featured-candidates a.load_more {cursor: pointer;margin: 30px 0 30px 0;color: #043db1!important;font-size: 18px;opacity: 1;}
.ur-featured-candidates {position: relative;}
.hr-v2 .ur-by-number {background: #f5f8fc;padding: 0 0 0 0;display: block;float: left;width: 100%;margin: 0;z-index: 1;}
.ur-number-content img {height: auto;}
.col-eq-height .ur-number-content {display: flex;align-items: center;}
.col-eq-height .ur-number-content .ur-detail h3 {color: #000;font-family: 'Poppins', sans-serif;font-weight: 700;}
.col-eq-height .ur-number-content .ur-detail p {color: #000;font-family: 'Poppins', sans-serif;font-weight: 500;}
.col-eq-height .ur-number-content .counter-img {background: transparent;width: 110px;height: 110px;z-index: 1;display: flex;border: 1px solid rgba(4, 61, 177, 0.24);border-radius: 50%;align-items:center;justify-content: center;}
.col-eq-height .ur-number-content{position: relative;}
.col-eq-height .ur-number-content .ur-detail {text-align: left;padding-left: 30px;}
.col-eq-height .ur-number-content {display: flex;align-items: center;width: 100%;justify-content: center;}
.ur-number-content img {height: 40px;width: auto;margin-bottom: 0px;}
.hr-v2 .ur-featured-position-text>span {color: #043db1;}
.hr-v2 .ur-featured-position-text>h2 {font-family: 'Poppins', sans-serif !important;font-size: 30px !important;margin-bottom: 45px;}
.content-bg {display: block;float: left;width: 100%;background: #f5f8fc;}
.featured_position_container .carousel-control-next .next:hover, 
.featured_position_container .carousel-control-prev .prev:hover,
.featured_position_container .carousel-control-next .next ,
.featured_position_container .carousel-control-prev .prev {opacity: 1;}
.featured_position_container .carousel-control-next {right: -13%;}
.featured_position_container .carousel-control-prev {left: -13%;}
.featured_position_container .carousel-img {background-image: url(../images/leftside-img-bg.png);margin-left: 0;background-repeat: no-repeat;background-size: 100%;}
.hr-v2 .carousel-item .carousel-img img {max-width: 100%;width: 87%!important;margin: 31px auto 0 auto;background: #fff;}
.hr-v2 .ur-featured-position .ur-featured-position-text {width: calc(50% - 30px);}
.hr-v2 .ur-jobposts h3 {font-weight: bold;}
.hr-v2 .ur-jobposts {border-radius: 20px;}
.hr-v2 .ur-jobtags li span {font-size: 15px;font-family: 'Poppins', sans-serif;/*text-transform: lowercase;*/}
.ur-featured-position-text .ur-btns-group.text-center {text-align: left !important;margin-bottom: 0px;}
.btn.btn-primary.orange_bg {background: #f3b345;color: #fff;}
.btn.btn-primary.orange_bg:hover {background: rgba(81, 41, 229, 0.05);color: #043db1;}
.btn.btn-primary.later {background: rgba(81, 41, 229, 0.05);color: #043db1;opacity: 1;border-color: transparent;}
.btn.btn-primary.later:hover {background: #f3b345;color: #fff;}
.featured_bg {display: block;float: left;width: 100%;background: #f5f8fc;position: relative;padding-bottom: 10%;margin-top: 5%;}
.featured_bg::before {content: '';background-image: url('../images/shape-bg-left.png');background-size: cover;position: absolute;display: block;left: 0;width: 680px;height: 680px;top: -30%;z-index: 1;} 
.featured_bg::after {content: '';/*background-image: url('../images/shape-bg-right.png');*/background-size: cover;position: absolute;display: block;right: 0;width: 600px;height: 600px;bottom: 0%;} 
.online {text-transform: uppercase;}
/*.hr-v2 .featured_bg .ur-featured-position .carousel-item {display: flex;align-items: flex-end;}*/
.hr-v2 .ur-jobposts{background-size: cover;background-color: transparent;padding: 40px 85px 40px 40px;background-repeat: no-repeat;background-position: right;box-shadow: 0 0 15px 12px rgba(208, 208, 208, 0.2), 0 0 42px 52px rgba(208, 208, 208, 0.01);}
.hr-v2 .ur-jobtags {margin: 0px;}
.hr-v2 .ur-jobposts .ur-jobtags-description p {font-size: 16px;opacity: 1;margin: 19px 0 0;font-weight: 500;line-height: 23px;}
.ur-jobposts .btn.btn-primary.orange_bg {margin-right: 10px;}
.hr-v2 .ur-jobposts p {line-height: 22px;font-weight: 400;opacity: .7;margin: 15px 0 40px;}
.ur-findStop {margin-top: -80px;padding:165px 0 102px 0px; background-image: url('../images/home-banner-123.png');background-size: cover;background-repeat: no-repeat;}

/*.ur-findStop::before {background-image: url('../images/home-banner-123.png');background-size: 100%;background-repeat: no-repeat;content: '';width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;min-height: 900px;}*/
/*.collapse.menu_bg .ml-auto {justify-content: flex-end !important;}
*/.collapse.menu_bg .ml-auto .nav-item a {font-weight: 600;}
.collapse.menu_bg .ml-auto .nav-item a:hover {background: rgba(255, 255, 255, 0.12);border-radius: 5px;} 
.ur-jobposts .btn.btn-primary {padding: 20px 50px;}
.candidate_select_bg {background: url(../images/select-bgbanner.png) no-repeat 0 0/cover;margin: 0px 0 0px 0px;background-position: center;min-height: auto;height: 100%;background-color: #fff;background-size: 100%;width: 100%;padding:22% 0 22%;}
.candidate_select_bg .container {align-items: center;height: 100%;}
.candidate_select_bg b.home-all-headings-white {font-size: 47px !important;line-height: 50px;font-family: 'Poppins', sans-serif !important;font-weight: 700 !important;margin-bottom: 36px;display: block;}
.candidate_select_bg p {font-weight: 400;margin-bottom: 36px;}
.candidate_select_bg a.btn {width: 288px;height: 72px;border-radius: 6px;box-shadow: 0px 4px 8px rgba(21,24,29,0.09);background-color: #f3b345;font-size: 16px;font-weight: 700;line-height: 29px;}
.candidate_select_bg a.btn:hover {background-color: white;color: #043db1;}
.job-part.find_job + .partners_logo {display: none;}
.home-partner-logo {padding: 2% 0 11%;display: flex;float: left;width: 100%;justify-content: center;position: relative;flex-wrap: wrap;margin: 0px;background-color: #fff;}
.home-partner-logo span {display: block;width: 100%;float: left;text-align: center;font-size: 14px;font-weight: 400;text-transform: uppercase;color: #1d1923;margin: 20px 0 65px 0;}
.home-partner-logo .logos {display: inline-flex;align-items: center;width: 150px;margin: 0 20px 0 20px;justify-content: center;}
.home-partner-logo .logos img {width: 100%;opacity: 0.2}
.home-partner-logo .logos a:hover img {opacity: 1;}
.home-partner-logo::before {content: '';background-image: url('../images/partner-logo-bg.png');display: block;position: absolute;left: -4%;bottom: -17%;width: 390px;height: 390px;background-size: cover;z-index: 1;}
.candidate_select_bg .col-md-6.text-left {margin-left: 60%;}
.ur-footer {background-image: url('../images/footer-bg.jpg');padding: 93px 0 130px;background-repeat: no-repeat;background-size: cover; margin-top: 100px;}
.reserved_text {margin: 35px 0 22px;}
.social_icon a {margin-right: 15px;}
.ur-footer .col-md-6 {padding: 0 10%;}
.ur-footer .col-md-6 .navigation_title {font-size: 14px;letter-spacing: 1px;}
.ur-footer .col-md-3 a.btn.btn-primary {width: 240px;height: 70px;border-radius: 6px;box-shadow: 0px 4px 8px rgba(227,154,40,0.22);background: #f3b345;font-size: 17px;font-weight: 700;}
.ur-footer .col-md-3 a.btn.btn-primary:hover {background: #fff;color: #043db1;}
.ur-footer .col-md-3 a.orange_bg.btn.btn-primary {background: #fff;color: #043db1; }
.ur-footer .col-md-3 a.orange_bg.btn.btn-primary:hover {background: #f3b345;color: #fff;}
.ur-links-footer ul li a:hover {color: #c4cbd6;}
.loguser-activity-wrapper .candidate .activity-card {}
.candidate_search .fa-envelope::before {content: "\f003";font-size: 30px;}
.candidate_search .fa-heart-o:before {font-size: 23px;color: #193db0;}
.candidate_search .fa-envelope::before {content: "\f003";font-size: 25px;color: #043db1;}
.candidate_search .input-group-append button#basic-addon2 {background: #f3b345;margin-left: 10px;border-radius: 5px;}
.loguser-activity-wrapper .activity-card p {font-weight: normal;font-size: 16px;}
.loguser-activity-wrapper .activity-card {border-radius: 15px;}
.candidate_dashboards {background-color: #f5f8fc;}
.loguser-activity-wrapper .job .activity-card h2 {color: #f3b345;}
.loguser-activity-wrapper .activity-card h2 {font-weight: 600;font-size: 48px;} 
.loguser-activity-wrapper .job .activity-card p {color: #f3b345;}
.loguser-activity-wrapper .interview .activity-card h2 {color: #193db0;}
.loguser-activity-wrapper .interview .activity-card p {color: #193db0;}
.loguser-activity-wrapper .candidate .activity-card h2 {color: #193db0;}
.loguser-activity-wrapper .candidate .activity-card p {color: #193db0;} 
.loguser-activity-wrapper .job .activity-card {background-color: #f5f3ee;background-image: url('../images/active-job.png');}
.loguser-activity-wrapper .interview .activity-card {background-color: #e2e9f6;background-image: url('../images/upcoming-interview.png');}
.loguser-activity-wrapper .candidate .activity-card {background-color: #e2e9f6;background-image: url('../images/active-candidate.png');}
.user-grid-section .active-jobs .text-capitalize {width: 85px;text-align: left;font-size: 14px;font-weight: 600;line-height: 20px;color: rgba(0, 0, 0, 0.5);display: flex;align-items: center;height: 40px;}
.white-card .card-header .sub-title {width: 100%;color: #043db1;font-weight: 700 !important;}
.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .My_Application {background-color: #f5f3ee;border-radius: 15px;}
.candidate_dashboard .row .candidate_dashboard_half .My_Application h4 {color: #f3b345;margin-bottom: 0;}
.candidate_dashboard .row .candidate_dashboard_half .My_Application_bottom .text-capitalize a {color: #f3b345;font-weight: normal;font-size: 16px;}
.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .Upcomming_Interview {border-radius: 15px;background: #e2e9f6;}
.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .Upcomming_Interview-2 {border-radius: 15px;background: #e3f2f9;}
.candidate_dashboard .row .candidate_dashboard_half .Upcomming_Interview h4 {color: #193db0;margin-bottom: 0;}
.candidate_dashboard .row .candidate_dashboard_half .Upcomming_Interview .My_Application_bottom h3 {color: #193db0;font-weight: normal;font-size: 16px;}
.ur-dashboard {background: #f5f8fc;/*background-image: url('../images/HR-education form.png');*/background-repeat: no-repeat;width: 100%;height: 100%;}
.ur-dashboard.profile_header{ background: url(../images/HR-education-form.png) no-repeat; background-size: 100%; min-height: 100%; height: auto; background-position: 0 calc(100% - 486px);}  
.ur-dashboard.profile_header.main_custom_header{ background: #f5f8fc;} 
/*.ur-dashboard.profile_header.login_common_header{ background: #f5f8fc;} 
*/.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half .candidate_dashboard_table {box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);border-radius: 10px;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td {color: #000;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-of-type(1) tbody tr td.interview h3 ,.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-of-type(1) tbody tr td.interview h4 {font-size: 16px;margin: 0;line-height: 16px;font-weight: 600;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.status button {border-radius: 9px;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.status button {background: #043db1;border-color: #043db1;}
.candidate_dashboard .row.candidate_dashboard_2 h5 {font-weight: bold !important; color: #043db1;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.job-title {text-transform: capitalize;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half th {font-weight: normal;}
/*.ur-employees .header_top.fixed-top ,
.ur-employees .navbar ,
.ur-employees .ur-footer{display: none;}*/
.ur-eduction-section {margin-top: 0px;padding: 0px;border-radius: 15px;border: none;box-shadow: 0 2px 10px 0 rgba(28, 0, 67, 0.06);}
.ur-add-education-box {padding: 15px 20px 30px;margin: 0px 0 50px;justify-content: space-between;}
.ur-content-container {padding: 0;}
.ur-dashboard {margin: 10% 0;}
.ur-eduction-section h2 {font-weight: bold !important;border-bottom: 1px solid #ddd;padding: 25px 20px 14px 20px;font-size: 20px !important;margin-bottom: 0px;}
.ur-add-eduction-btn {align-items: center;display: flex;}
.universitide ul {padding: 0px;}
.ur-eduction-section h2 {font-weight: bold !important;border-bottom: 1px solid #ddd;padding: 25px 20px 14px 20px;font-size: 20px !important;}
/*.ur-add-eduction-btn {align-items: center;display: flex;padding: 0;width: 6%;max-width: 6%;flex: 0 0 6%;justify-content: flex-end;}*/
.universitide li {list-style-type: none;display: flex;justify-content: space-between;padding: 20px;border-bottom: 1px solid #ddd;align-items: center;}
.universitide li .universe-icon {width: 2%;}
.universitide li > div {width: 38%;}
.universitide li > div.university-year {width: 15%}
.container {max-width: 1170px;}
.universitide li > div input {padding: 15px 15px;border: 1px solid rgba(153, 153, 153, 0.17);height: 60px;}
/*.ur-add-education-box .form-group {padding: 0;margin: 0;width: 36%;max-width: 36%;flex: 0 0 36%;}*/
/*.ur-add-education-box .col-sm-2.form-group {width: 18%;max-width: 18%;flex: 0 0 18%;}*/
.ur-add-education-box .col-sm-1 a.btn-lg {width: 100%;padding: 0;height: 60px;display: flex;align-items: center;justify-content: center;font-weight: 600;background-color: #043db1;}
.ur-add-education-box .form-group select#cmbJobType {height: 60px;border: 1px solid rgba(153, 153, 153, 0.17);}
.ur-add-education-box .form-group input {height: 60px;border: 1px solid rgba(153, 153, 153, 0.17);}
.ur-add-education-box .col-md-12 {padding: 0;}
.ur-add-education-box .col-md-12 h6.text-capitalize {font-size: 20px;font-weight: bold;margin: 0;padding: 0px 0 20px;}
.event_new_layout .all-headings-black {font-size: 30px !important;text-transform: capitalize;}
.event_new_layout p span {font-weight: normal;font-size: 16px;margin: 15px auto 0;width: 100%;color: #837a7a;}
.event_new_layout .ur-bg-white a span {color: #043db1;opacity: 1;font-size: 16px;}
.event_new_layout .ur-bg-white a:hover span {color: #043db1;opacity: 1;}
.event_new_layout .ur-bg-white a .event_location {background: url(../images/event-map-icon.png) no-repeat center 0px;}
.event_new_layout .ur-bg-white a .time_icon {background: url(../images/event-calender.png) no-repeat center 0px;}
.event_new_layout .ur-bg-white {border-radius: 0 0 15px 15px;}
.event_new_layout .event_list {border-radius: 0 0 15px 15px;}
.event_new_layout .container>.row .col-12:nth-child(3n+3) {padding-right: 0px;}
.ur-forgot-password-form h5 {font-size: 20px !important;}
.ur-form-forgot-password-container .text-center.new-heading {font-weight: 900 !important;margin: 0 !important;}
.ur-forgot-password-form h5 {font-weight: 700 !important;font-family: 'Poppins', sans-serif !important;}
.ur-forgot-password-form {margin: 0 10%;border-radius: 20px;padding: 60px 47px 37px;margin-bottom: 30px;}
.ur-form-forgot-password-container .row {margin-top: 58px;}
.ur-forgot-password-form i.fa.fa-envelope-o {color: #cacaca;padding: 0 20px;font-size: 25px;}
.ur-forgot-password-form .input-container {height: 60px;border: 1px solid rgba(153, 153, 153, 0.16);border-radius: 5px;display: flex;align-items: center;}
.ur-forgot-password-form .input-container input#inputEmail {height: 58px;border: unset;padding: 0;}
.ur-forgot-password-form button.btn.btn-primary.ur-login-btn {font-family: 'Poppins', sans-serif;font-weight: bold;background: #043db1;}
.ur-form-forgot-password-container a {color: #043db1;font-weight: bold;}
.ur-form-forgot-password-container {margin-bottom: 15%;}
.hr-v2 {background-color: #f5f8fc;}
.hr-v2 .ur-featured-candidates {display: block;float: left;width: 100%;position: relative;padding: 6% 0px 30px;background: #fff;}
.hr-v2 .ur-featured-candidates::before {content: '';background-image: url('../images/Elipsa 2.png');position: absolute;left: 0;top: 0;display: block;width: 500px;height: 740px;background-repeat: no-repeat;} 
.ur-featured-candidates::after {content: '';background-image: url('../images/available-bg.png');position: absolute;right: 0;top: 50px;display: block;width: 350px;height: 460px;background-repeat: no-repeat;}
.about-text {background: #043db1;border-radius: 25px;padding: 70px 70px 90px 70px ;width: 800px;margin-bottom: 100px;}
.about-text p {margin-bottom: 0;font-size: 26px;font-weight: 500;}
.about-main-text {position: relative;}
.about-technology .career-about-img {width: 93px;margin: 0 auto;border: 1px solid #ddd;border-radius: 50%;height: 93px;display: flex;align-items: center;justify-content: center;}
.about-technology .career-about-img img {margin: 0;}
.technology-box p {margin-bottom: 0px;margin-top: 15px;}
.technology-box {margin: 0 0 70px 0;}
.about-technology {margin-bottom: 0px;}
.about-descripotion {padding: 140px 0 100px;}
.about-descripotion span.squre-text {color: #043db1;font-weight: 600;font-family: 'Montserrat', sans-serif;}
.about-descripotion .all-headings-black {font-size: 28px !important;font-family: 'Poppins', sans-serif !important;text-transform: inherit;padding-right: 25px;letter-spacing: 0px !important;}
.about-descripotion p {letter-spacing: 0px;padding-left: 55px;padding-top: 30px;}
.employee-search-job-result h2.custom-heading.text-uppercase.sub-title.all-headings-black{text-transform: inherit!important;}
#section03.demo #scrollDown{display: block!important;}
.our-team-about .message_mail{width: 100%; text-align: center; transition: all 0.3s;}
.our-team-about .message_mail a{border: 1px solid #043db1; border-radius: 50%; width: 40px; height: 40px; padding: 4px 0; display: inline-block; font-size: 18px; transition: all 0.3s;}
.our-team-about .message_mail .fa-envelope::before{content: "\f003"; color: #043db1;}
.our-team-about .message_mail:hover{background-color: #043db1;}
.our-team-about .message_mail:hover .fa-envelope::before{color: #fff;}
.login-new.name-your-city.tab .login-form .drop .cont i.fa.fa-cloud-upload{color: #043db1; font-size: 4em;}
.ur-employees.profile_header .frmProfile .col-sm-2 a.btn-lg{width: 235px;}
.ur-employees.profile_header .frmProfile .col-sm-6 .ur-general-info.ur-languageknown .form-group .ur-autodropdown ul#langCmb li:hover{background: #1e90ff; color: #fff;}
.ur-sidemneu ul li.my-cls.active a{color: #043db1; opacity: 1;}
/*.form-horizontal.frmRegister.frmIndustry#frmRegister section.tab{display: block;}*/
.event_new_layout #viewEventList .event_list .ur-evnt{display: flex; text-align: center;}
.event_new_layout #viewEventList .event_list .ur-evnt .ur-date {font-size: 14px;}
.header_top.billing_pass .hamburger-menu .navbar.navbar-dark.bg-dark.common_menu button.navbar-toggler{margin-left: auto;}

/*@media (max-width: 2560px) {
	.ur-findStop {min-height: 1300px;}
}
@media (max-width: 2400px) {
	.ur-findStop {min-height: 1150px;}
}
@media (max-width: 2200px) {
	.ur-findStop {min-height: 1090px;}
}
@media (max-width: 2000px) {
	.ur-findStop {min-height: 970px;}
}
@media (max-width: 1800px) {
	.ur-findStop {min-height: 900px;}
}*/

/*09-09-2019*/

/* DU-13 : START 10-09-2019*/
.menu_bg .navbar-nav li .login-link {border-bottom: 4px solid #043db1;}
.menu_bg .navbar-nav li a.dropdown-item:hover {color: #043db1 !important;}
.ur-footer .col-md-3.col-sm-12:first-of-type span  {color: #fff; margin-top: 15px; display: inline-block;}
.ur-footer .col-md-3.col-sm-12:first-of-type span a {color: #fff; display: inline-block;}
.ur-footer .col-md-3.col-sm-12:first-of-type a {display: inline-block;} 
.ur-findStop .job_title.ur-findheading p br {display: none;}	
.ur-findStop .job_title.ur-findheading p span {}
.ur-findStop .job_title.ur-findheading {padding-right: 45%; margin-top: 0;}
.ur-findStop .job_title.ur-findheading p {margin-top: 0;}
.about-counter section.ur-by-number {padding-top: 0;background: #fff;padding-bottom: 100px;}
.about-counter {display: block;float: left;width: 100%;}
.about-sliding {display: block;float: left;width: 100%;padding: 60px 0;}
.about-sliding div#ur-position-sildes {padding: 0 !important;margin-left: -90px;}
/*.hr-v2 .ur-featured-position .carousel-item.carousel-item-left {display: flex;align-items: center;}*/
.about-sliding .ur-featured-position .carousel-item.active {display: flex;align-items: center;}
.about-sliding .ur-featured-position .ur-featured-position-text {margin-top: 0px;width: 40%;margin-left: 0px;}
.about-sliding .ur-featured-position-text > span {margin-top: 0px;font-weight: 500;}
.about-sliding div#ur-position-sildes .carousel-control-prev , .about-sliding div#ur-position-sildes .carousel-control-next {opacity: 0.1;}
.about-sliding div#ur-position-sildes .carousel-control-prev {transform: rotate(-180deg);display: none;}
.about-sliding .featured_position_container .carousel-img {width: 60%;background-image: none;padding-right: 80px;}
.about-sliding .featured_position_container .carousel-img .d-block {width: 100% !important;}
.about-sliding .container {max-width: 100%;width: 70%;display: block;}
.about-sliding .ur-featured-position .ur-featured-position-text .sub-title {font-family: 'Poppins', sans-serif !important;text-transform: inherit;font-weight: 600 !important;font-size: 40px !important;letter-spacing: 0px !important;line-height: 35px;}
.about-sliding .ur-jobposts {background-image: none;padding: 0 60px 0 0;}
.about-sliding .quat-img img {transform: unset;margin: 0 0 30px 0;}
.about-sliding .ur-jobposts p {font-family: 'Poppins', sans-serif;font-weight: 400 !important;font-style: inherit;font-size: 20px;line-height: 36px;height: 180px;overflow: hidden;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;margin:20px 0 25px; text-align: center;}
.about-sliding .ur-jobposts strong {display: block; text-align: center;}
.about-sliding .ur-jobposts > .text-center {display: .about-sliding .ur-jobposts strong;}
section.ur-our-team.our-team-about {padding: 90px 0;}
.our-team-about .ur-team-member .col-sm-3.text-center {flex: 0 0 21%;margin: 0 30px 50px;max-width: 21%;padding: 0;}
/*.our-team-about .ur-team-member .col-sm-3.text-center:nth-child(4n+4) {margin-right: 0;}*/
.our-team-about .ur-team-member .col-sm-3.text-center:first-child {margin-left: 0;}
/*.our-team-about .ur-team-member {justify-content: space-between;} */
.our-team-about .card-body.ur-team-body .ur-orgin {height: 80px;}
/*.our-team-about .card-body.ur-team-body .ur-member-img {height: 246px!important;}
*/section.ur-our-team.our-team-about span.squre-text {text-align: center;color: #043db1;margin-bottom: 0;}
section.ur-our-team.our-team-about .ur-heading-text {margin-top: 15px !important;text-transform: inherit;font-family: 'Poppins', sans-serif !important;font-size: 30px !important;font-weight: 600 !important;letter-spacing: 0px !important;}
.our-team-about .message {border: 1px solid #043db1;}
.our-team-about .message:hover {background-color: #043db1;}
.our-team-about .message .fa-envelope::before {content: "\f003";color: #043db1;}
.our-team-about .message:hover .fa-envelope::before {color: #fff;}
.our-team-about .ur-member-info {font-family: 'Montserrat', sans-serif;font-size: 20px;font-weight: 500;letter-spacing: 0px;line-height: 24px;}
.our-team-about .ur-member-info span {font-size: 15px;/*text-transform: uppercase;*/color: #000;opacity: 0.5;line-height: 20px;height: 40px;display: block;overflow: hidden;font-weight: 600;}
.our-team-about .ur-member-info p {height: auto;margin-bottom: 7px;font-weight: 600;}
.our-team-about .card {margin-bottom: 0px !important;}
.talk-desc span.squre-text {color: #043db1;}
.talk-desc h2 {text-transform: inherit;font-size: 30px;font-weight: 600;color: #043db1;letter-spacing: 0;line-height: 40px;margin-bottom: 50px;}
.lets-talk .container {max-width: 100%;width: 80%;margin-left: 14%;}
.talk-desc p {font-size: 20px;line-height: 40px;font-weight: 400;margin-bottom: 40px;padding-right: 65px;}
.talk-desc p a {color: #043db1;font-weight: bold;}
.talk-desc p:last-child {margin-bottom: 0px;}
.lets-talk .row {align-items: center;}
.lets-talk .talk-desc {padding: 0 25px 0 100px;}
.about-counter .ur-number-content {padding-top: 0px;}
/* DU-13 : END 10-09-2019*/ 


/* URBAN-05 : START 10-09-2019*/ 
nav.navbar.navbar-dark.bg-dark {background-color: transparent !important;padding: 60px 0 0;align-items: center;}
.hamburger-menu .navbar-toggler .navbar-toggler-icon {background-image: url('../images/humburge-icon.png');width: 100%;background-size:100%;display: block;float: left;height: 100%;}
.hamburger-menu button.navbar-toggler {padding: 0;}
.hamburger-menu button.navbar-toggler {height: 50px;width: 50px;display: block;}
.hamburger-menu a.navbar-brand.navbar-brand1 {/* width: auto; */}
.header_top .hamburg#navbarToggleExternalContent3 {width: 100%;background: transparent;top: 0;z-index: 1;}
.hamburg#navbarToggleExternalContent3 .container {width: 100%;max-width: 100%;}
.hamburg#navbarToggleExternalContent3 .container .row .col-md-12 ul li.nav-item {width: auto;}
.header_top .hamburg#navbarToggleExternalContent3 .container .col-md-12 ul.navbar-nav {justify-content: center !important;width: 100%;background: #043db1;border: 1px solid #043db1;margin-right: 20px;}
.header_top .hamburg#navbarToggleExternalContent3 a#dropdownMenuLink {width: 100%;text-align: left;border-radius: unset;}
.header_top .hamburg#navbarToggleExternalContent3 .dropdown-menu.login-link.show a {border-bottom: 1px solid #043db1;}
.header_top .hamburg#navbarToggleExternalContent3 .dropdown-menu.login-link.show a:last-child {border-bottom: unset;}
.about-banner {margin-top: -80px;}

.oleh-banner{ }
.collapse .ml-auto .nav-item a ,.collapsing .ml-auto .nav-item a {text-align: left;}
.collapse.menu_bg .ml-auto .nav-item a ,.collapsing .ml-auto .nav-item a {font-weight: 600;}
/* URBAN-05 : END 10-09-2019*/ 


/*START 12-09-2019*/

section.login-new .login-form .btn.btn-primary {background-color:#043db1;margin-bottom: 20px;margin-top: 20px;}
section.login-new .login-form p a {color:#043db1; }
.header_top  .menu_bg.hk {padding: 0; } 

.pricing-section .pricing-box.middle-price-box {border:1px solid transparent; box-shadow: 2px 0 10px rgba(28, 0, 67, 0.06); overflow: unset; border-radius: 20px; }
.pricing-section .pricing-box.middle-price-box .btn-primary {color:#043db1; background-color: #e5ebf7; padding: 20px 25px; max-width: 250px; width: 100%; margin-bottom: 30px; position: absolute; left:50%; transform: translate(-50%, 0); bottom: 0;}
.pricing-section .pricing-box.middle-price-box:hover .btn-primary {background-color:#043db1; color: #fff;}
.pricing-section .container {max-width: 1200px;}
.pricing-section .container .col-md-4 {padding: 0 30px; margin-bottom: 30px;}
.login-form .drop .cont .browse {background:#043db1;}
.pricing-section .pricing-box .price-post strong {font-weight: normal;}
.pricing-section .pricing-box .price-post {font-size: 18px; line-height: 18px;}
.pricing-section .pricing-box .pricing-img {height: 135px;display: flex; justify-content: center; align-items: flex-end; }
.pricing-section .pricing-box .pricing-img img {max-height: 100%; width: auto !important;}
/*.pricing-section .container .col-md-4:last-of-type .pricing-box .pricing-img  {height: 181px; width: 100%; display: inline-block; margin-bottom: -45px;}
.pricing-section .container .col-md-4:last-of-type .pricing-box .pricing-img img {width: auto !important ; margin-top: -60px; display: inline-block;}*/
.pricing-section .col-md-4 .pricing-box .price-post {margin-top:20px;}
/*.pricing-section .col-md-4 .pricing-box:hover {border: 1px solid rgba(4, 61, 177, 0.16);}*/
section.pricing-section .new-heading {margin-bottom: 100px !important; font-size: 30px !important; font-weight: bold !important;}

/*END 12-09-2019*/


/*START 13-09-2019*/

/*.pricing-section .col-md-4:nth-of-type(2) {margin-top: -50px;}*/
.pricing-section .col-md-4.popular_plan {margin-top: -50px;}
.pricing-section .col-md-4.popular_plan .most-popular-price{ display: block; margin-bottom: 26px; }
.pricing-section .most-popular-price { color: #043db1; }
.pricing-section .pricing-box.middle-price-box  {padding-top: 15px;}
/*.pricing-section .col-md-4:nth-of-type(2) .pricing-box.middle-price-box {padding-top: 28px;}*/
/*.pricing-section .container .col-md-4:last-of-type .pricing-box .pricing-img img {margin-top: -45px;}*/
.content.payment .btn.btn-primary {background:#043db1; font-weight: 700;}
.content.payment .change_plan a {color:#043db1; }
.content.payment .plan_bg b {color:#043db1; }
.content.payment .select_bg {background: #fff url(../images/down_arrow_blue.png) no-repeat 92% center;}
.content.payment .form-group label {font-weight: 500;}
.content.payment .form-control {font-weight: 500;}
.content.payment .ur-creditcard-form h3 span {font-weight: 700;}
.content.payment .ur-creditcard-form {border-radius: 20px;}
.content.payment .plan_bg {border-radius: 20px;}
.content.payment .page_title {font-size: 30px;}
.content.payment .card_title {font-size: 16px; font-weight: 400;}

.pricing-section .alert-success {margin-bottom: 6%;}
.ur-sidemneu {z-index: 10000;}
.update-create-job .btn.btn-primary {background-color: #043db1;}
.ur-eduction-section {margin-top: 30px; border-radius: 15px;}
.ur-eduction-section h2 {border-bottom: 0;}
.ur-add-education-box .col-md-12 h6.text-capitalize {font-size: 16px; font-weight: 500; padding-bottom: 8px;}
.ur-add-education-box .form-group input {height: 48px;}
.ur-add-education-box .form-group select#cmbJobType {height: 48px;}
.ur-add-education-box .col-sm-1 a.btn-lg {height: 48px; margin-top: 8px;}




/*END 13-09-2019*/ 

/*START CSS 14-09-2019*/
.navbar {padding: 0px;}
.employee-search-job-result .container .custom-heading {margin-top: 0px;margin-bottom: 10px;}
.candidate-listings .cadidate-list-scroll::-webkit-scrollbar-track {background-color: #b2c4e7;}
.candidate-listings .cadidate-list.nav-tabs .nav-link {border-radius: 20px;}
.candidate-listings .cadidate-list.nav-tabs .nav-link:hover ,.candidate-listings .cadidate-list.nav-tabs .nav-link.active {border-left: unset;}
.candidate-listings .cadidate-list .candidate-name-designation span {color: #c2bec5;}
.candidate-listings .cadidate-list.nav-tabs .nav-link:hover .candidate-name-designation span{font-weight: bold;color: #043db1;}
.cadidate-list .cadidate-img img {max-height: unset;height: 65px;width: 65px;}
.candidate-listings .candidate-content .left-detail {padding: 20px;}
.candidate-profile.cadidate-list .candidate-name-designation i {color: #043db1;font-size: 32px;font-weight: bold;}


.ur-add-education-box .col-sm-1 a.btn-lg {    height: auto; margin-top: 8px; padding: 15px 25px; width: auto; }
.candidate_search > .row {align-items: center;}
.ur-eduction-section {border:1.2px solid #d0d0d0;}
.ur-add-education-box {margin-bottom: 0;}
.ur-eduction-section h2 {margin-bottom: 20px;}
.modal-body .employers_info .btn.btn-primary { padding: 15px 25px; background: #f3b345; color: #fff;}
.modal-body .employers_info .btn.btn-primary.apply {width: auto; background-color:#043db1; }
.modal-body .btn-primary.watch_cv span {color:rgba(4, 61, 177, 0.5);	}
.modal-body .btn-primary.watch_cv:hover {border-color: #043db1; color:#fff;}
.modal-body .employee_location .favourite-icon {color:#043db1 !important; }
.modal-body .employee_experience button.grey-btn {margin-top: 0;}
.modal-body .employee_profile_layout .text-center a {color: #043db1;}
.modal-body .employers_info span a {color: #043db1;}
.modal-body .basic .dots.active {background-color:  #043db1;}
.modal-body .position_summary p {font-weight: 500; position: relative;}
.modal-body .position_info b {font-size:20px;}
.modal-body .position_info span {font-size: 15px; font-weight: 500;}
.modal-body .btn-primary.watch_cv:hover span {color:  #043db1;}
.modal-header .modal-title {font-size: 30px; font-weight: 900; }
.modal.show .modal-dialog {width: 100%; max-width: 1200px; margin:auto; padding: 0 15px;}
.modal.show .modal-content {border-radius: 20px;}
.modal.show .position_summary.key_areas p:before {content: ""; position: absolute; top: 7px; left: 0; width: 5px; height: 5px; border-radius: 50%; background-color:#000;}
.modal.show .position_summary.key_areas p { padding-left: 25px; }
.modal.show .modal-header {border-bottom:0;}
.modal.show .modal-footer {border:0;}
.modal.show .employers_info .btn.btn-primary.apply {align-items: center; display: flex; justify-content: center;}
.modal.show .employers_info .applied-btn { padding: 17px 14px; }
.candidate-content .candidate-profile.cadidate-list .candidate-name-designation i {color: #043db1;}
.candidate-content .chat-watch-btn button {color: #043db1; background: rgba(4, 61, 177, 0.05);     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.candidate-content .chat-watch-btn button:hover{color: #fff; background: rgba(4, 61, 177, 1);}


/*AND CSS 14-09-2019*/

/*START 16-09-2019*/

.ur-sidemneu .ur-sidemenu-middle ul {width: 135px; background-color: #fff; }
.ur-sidemneu .ur-sidemenu-middle ul li a {color: #000; font-size: 14px; font-weight: 600;} 
.ur-sidemneu {width: 140px; padding-right: 0; background-color: #fff; }
.ur-sidemneu .ur-sidemenu-middle ul li a:hover {color: #043db1; opacity: 1;}
.ur-sidemneu .ur-sidemenu-middle ul li a i {font-size: 24px;}
.ur-sidemneu .ur-sidemenu-middle ul li a i.fa-search:before {content: " "; background-image:url(../images/Ur_smart.png); display: inline-block; height: 18px; width: 24px; }
.ur-sidemneu .ur-sidemenu-middle ul li a:hover i.fa-search:before, .ur-sidemneu ul li.my-cls.active a i.fa-search:before {background-image:url(../images/Ur_smart_blue.png);}
.ur-sidemneu .ur-sidemenu-middle ul li a i.fa-briefcase:before {content: " "; background-image:url(../images/my_job.png); display: inline-block; height: 24px; width: 24px; }
.ur-sidemneu .ur-sidemenu-middle ul li a:hover i.fa-briefcase:before, .ur-sidemneu ul li.my-cls.active a i.fa-briefcase:before {background-image:url(../images/my_job_blue.png);}
.ur-sidemneu .ur-sidemenu-middle ul li a i.fa-lock:before {content: " "; background-image:url(../images/lock_key.png); display: inline-block; height: 24px; width: 24px; }
.ur-sidemneu .ur-sidemenu-middle ul li a:hover i.fa-lock:before, .ur-sidemneu ul li.my-cls.active a i.fa-lock:before {background-image:url(../images/lock_key_blue.png);}
.ur-sidemneu .ur-sidemenu-middle ul li a i.fa-refresh:before {content: " "; background-image:url(../images/update_bar.png); display: inline-block; height: 24px; width: 24px; }
.ur-sidemneu .ur-sidemenu-middle ul li a:hover i.fa-refresh:before, .ur-sidemneu ul li.my-cls.active a i.fa-refresh:before {background-image:url(../images/update_bar_blue.png);}
.ur-sidemneu .ur-sidemenu-middle ul li a i.fa-tachometer:before {content: " "; background-image:url(../images/dashboard.png); display: inline-block; height: 20px; width: 24px; }
.ur-sidemneu .ur-sidemenu-middle ul li a:hover i.fa-tachometer:before, .ur-sidemneu ul li.my-cls.active a i.fa-tachometer:before {background-image:url(../images/dashboard_blue.png);}
.ur-sidemneu ul li.active span {font-weight:400;}



.ur-sidemneu {box-shadow: 4px 0 8px rgba(28, 0, 67, 0.06); position: absolute; left: 0; top: 0; transform: none; /*max-height: 100%;*/ overflow:inherit;}
.ur-sidemneu .ur-sidemenu-middle ul li a i {color: #a6b0be;}
.ur-sidemneu .ur-sidemenu-middle ul li a:hover i, .ur-sidemneu ul li.my-cls.active a i {color:#043db1; }
.hr-dashboard-client {margin-bottom: 170px;}
.hr-dashboard-client .user-activity-section .loguser-info-wrapper .loguser-name {padding-left: 25px;}
.ur-sidemneu .ur-sidemenu-middle {vertical-align: top;}

.result-listings .listings-body ul li .action a {color: #043db1;}
.ad-search-result-wrapper .custom-heading span {color: #043db1;}

.cadidate-list .candidate-name-designation h5 a {font-weight: bold;}
.cadidate-list .candidate-name-designation .sub-title {font-weight: bold !important;}
/* .header_top.fixed-top .container > .row{ background: #024ab9c9; border: solid 0px; border-radius: 12px; padding: 10px;} */

/*END 16-09-2019*/

.header_top.fixed-top.head_menu{ position: fixed !important; background: #fffffff2; border-bottom: 1px solid #dcdcdc; padding-top: 10px; padding-bottom: 10px;}
.header_top.fixed-top.blogevnt-menu { position: fixed !important; background: #fffffff2; border-bottom: 1px solid #dcdcdc; padding-top: 10px; padding-bottom: 10px;}
.pagination .page-item a{ background:#043db1; color:#fff; border: none;}
.page-item.active .page-link{ background:#f3b345; border: #f3b345}
.pagination .page-item.active a, .pagination .page-item a:hover{ background:#f3b345 !important; border: none;}
.pagination .page-link:hover{ background:#f3b345 !important;  border: none; border-radius: 3px;}
.pagination .page-item .page-link{ border: none;}

/*.pricing-section > .container > .row > .col-md-4:first-child{ margin-left: 16.666667%;}*/


/*START 20-09-2019*/
.ur-upload-resum .ur-uplpad-result span {font-size: 15px;}
.ur-upload-resum .ur-filechoose {line-height: 27px; font-size: 15px;}
.ur-upload-resum .custom-file-label::after {font-size: 15px; padding: 6px 37px;}
/*END 20-09-2019*/


/*START 23-09-2019*/
body .ur-advertpost-btn .ur-new-advverts-btn {font-weight: bold;}
body .ur-advertpost-btn a.ur-new-advverts-btn:hover{background: #f3b345; border-color: #f3b345;}
body .ur-go-job-page .btn.ur-post-newbtn:hover {background: #f3b345; border-color: #f3b345;}
body.candidate_dashboards .update-create-job .ur-postnew-adverts:hover {background: #f3b345; border-color: #f3b345;}
.language_required .basic .dots.active {background:#043db1;}
button.btn.btn-primary.btn-lg.ur-postnew-adverts:hover {background: #f3b345; border-color: #f3b345;}
.ur-advert-boost .ur-boostbtn {font-weight: bold;}
.ur-advert-boost .ur-boostbtn:hover{background: #f3b345; border-color: #f3b345; color: #fff !important;}
.hr-v2 .ur-featured-position .ur-featured-position-text>span {margin-top: 0px;}
.hr-v2 .ur-findStop .form-group {position: relative;}
.ur-findStop .form-group:after {content: ""; background: url(../images/down_arrow_white.png); width: 20px; height: 11px; position: absolute; right: 25px; cursor: pointer; top: 45%; }
div.ad-search-wrapper .wrapper-inner  #ad-search-trigger {color: #043db1;}
div.ad-search-wrapper .wrapper-inner {    background: rgba(14, 69, 180, 0.1);}
.ad-search-form-wrapper .form-box .form-group .btn-search {background-color: #043db1;}




/*START ABOUT US */
.about-sliding .ur-featured-position-text span {display: none;}
.about-sliding .ur-featured-position-text .ur-jobposts p {font-size: 15px;}
.about-main-text .about-text { width: 750px; padding:60px; }
.about-main-text .about-text p {font-size: 19px;}
.about-sliding .ur-featured-position .ur-featured-position-text .sub-title {font-size: 30px !important;}
.frmContactUs button.btn.btn-primary.float-right:hover {background: #f3b345; border-color: #f3b345;}

/*END ABOUT US*/

/*END 23-09-2019*/

/* START 24-09-2019*/
form#frmProfile .sub-title {font-weight: 700 !important; color: #193db0;}
.select2-container--focus.select2-container--open li.select2-search.select2-search--inline:before {display:block;}
.select2-container--open {display: none;}
 li.select2-search.select2-search--inline:before {
    content: "";
    display: none;
}



/*END 24-09-2019*/

/* Start 31-12-2019*/


.contact-us-section .frmContactUs {border-radius: 4px; box-shadow: 0 0 10px 1px #eaeaea; display: inline-block; margin-top: 50px; padding: 45px;}
div.modal.show .modal-header {padding: 10px 30px 0;}
div.modal.show .cand_view_job .modal-body .employee_profile_bg {margin-top: 0;}
.multiselect-native-select .multiselect-container {height: 300px;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td {font-size: 16px;}
.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td a {color: #043db1;}
.result-listings .listings-head .loaction, .result-listings .listings-body ul li .loaction {word-break: break-word;}
.ur-add-education-box .col-sm-1 a.btn-lg {margin-left: -15px;}
body.hr-v2.smart_header .header_top.fixed-top {position: absolute !important;} 
.ur-dashboard.login_common_header .col-md-2 a.navbar-brand1 {display: none;}






/* End 31-12-2019*/


/*06-01-2019*/
section.register_step_2.name-your-city.Skill-t  .main-div, .name-your-city.Industry-t .main-div, .name-your-city.Location-t .main-div {width: 560px;}
body .login-form .form-group .upload-button i { position: static;   font-size: 80px;color: #043db1;line-height: 177px; height: 100%;}
body .avatar-wrapper .upload-button { height: 180px;width: 180px;opacity: 1;border: 2px dashed #043db1;border-radius: 50%;margin: 10px;}
body .avatar-wrapper .file-upload {opacity: 0;}
.tab-content.candidate-content .candidate-detail .candidate-name-designation > .cand_namepro {margin-right: auto;}
.about-sliding .ur-jobposts > .text-center img.recom {width: 90px !important;} 



/*08-01-2020*/
#myChatModel .modal-footer button.btn.btn-danger, #viewChatCndInfo .modal-footer button.btn.btn-danger, #cndInterviewModel .modal-footer button.btn.btn-danger {background: #f3b345; border:transparent; }
#myChatModel .modal-footer button.btn.btn-info, #cndInterviewModel .modal-footer button.btn.btn-info { background: #043db1 !important; border:transparent;}
#myChatModel .modal-footer, #viewChatCndInfo .modal-footer, #cndInterviewModel .modal-footer {padding: 15px 30px; }
#cndInterviewModel .modal-body {padding: 15px 30px;}

/*Footer fixed CSS */

/*html {position: relative;min-height: 100%; }
html body {min-height: unset !important	;  margin-bottom: 586px !important; }
.ur-footer {position: absolute; bottom: 0; left: 0; z-index: 99999;}*/
/*body.hr-v2.smart_header {margin-bottom: 0 !important;}
body.hr-v2.smart_header .ur-footer {position: unset;}*/

/*Footer fixed CSS */

.social_icon a:last-of-type {margin-right: 0;}
.candidate_bg {text-align: center;}
.ur-employees section.login-new {margin-bottom: 100px;}
.ur-employees section.login-new.tab.become_an_urban_register {margin-bottom: 0;}



@media (max-width: 1200px) and (min-width: 1024px) {
	.result-listings .listings-head .title, .result-listings .listings-body ul li .title {width: 200px;}
	.result-listings .listings-head .ap-date, .result-listings .listings-body ul li .ap-date {width: 100px;}
	.result-listings .listings-head .loaction, .result-listings .listings-body ul li .loaction {width: 140px;}
	body .result-listings .listings-head, body .result-listings .listings-body ul li {padding: 20px;}
}
@media (min-width: 1025px) {
	.ur-dashboard.login_common_header .wrapper  {width: calc(100% - 140px); margin-left: auto; }
	.ur-dashboard.login_common_header .ur-footer {width: calc(100% + 140px); margin-left: -140px;}
	.modal-open .modal {width: calc(100% - 140px) ; margin-left: auto;}
	.frmMyJob.frmTable {min-height: 665px;}

}
@media (min-width: 576px){
	.row.ur-linkedin-row div.col-sm-3 {-ms-flex: 0 0 40%;flex: 0 0 40%; max-width: 40%;}
	.row.ur-linkedin-row div.offset-sm-3 {margin-left: 10%;}

}

@media (max-width: 1950px) {
	.about-sliding .ur-jobposts {padding: 0 50px 0 0;}
	.about-sliding div#ur-position-sildes {margin-left: auto;}
	.lets-talk .container {margin-left: 10%;}
	.lets-talk .talk-desc {padding-left: 30px;}
}
@media (max-width: 1730px) {
	.featured_position_container .carousel-control-next {right: 2%;}
	.featured_position_container #ur-position-sildes .carousel-control-prev {left: 2%;right: auto;}
	.hr-v2 .carousel-inner .carousel-item .carousel-img img {margin-top: 35px;}
	.featured_position_container .carousel-img {width: calc(50% - 250px);margin-left: 200px;}
	.hr-v2 .ur-featured-position .ur-featured-position-text {width: calc(50% - 200px);}	
	.ur-featured-candidates::after {background-size: cover;width: 290px;height: 370px;z-index: -1;}
	.hr-v2 .ur-featured-candidates {z-index: 1;}	
	.about-sliding .featured_position_container .carousel-img {margin-left: 0px;}
	.about-sliding .container {width: 80%;}
	.about-sliding div#ur-position-sildes .carousel-control-next {right: -11%;}
	.about-sliding .ur-jobposts {padding: 0px;}
	.about-sliding .ur-featured-position .ur-featured-position-text {width: 40%;}
	.about-sliding div#ur-position-sildes {margin-left: -60px;}
	.our-team-about .ur-team-member .col-sm-3.text-center {flex: 0 0 22%;max-width: 22%;margin: 0 20px 50px;}
	.lets-talk .container {width: 87%;margin: 0 auto;}
	.lets-talk .talk-desc {padding: 0 20px;}
	.talk-desc p {padding-right: 15px;}
	.talk-desc h2 {font-size: 25px;line-height: 35px;margin-bottom: 40px;}
	.talk-desc p {font-size: 18px;line-height: 35px;}
/*	.our-team-about .card-body.ur-team-body .ur-member-img {height: 225px !important;}
*/}
@media (max-width: 1500px) {
	.job_title p {font-size: 48px;line-height: 65px;}
	.job_title p.small_content {margin: 20px 0;}
	.job_title {margin-bottom: 30px;}
	.find_job div.form-group {width: calc(100% - 750px);}
	.find_job input[type="text"] {height: 70px;}
	.find_job .btn.btn-primary.find_btn {height: 70px;}
	.ur-featured-candidates::after {width: 170px;height: 330px;}
}
@media (max-width: 1280px) {
	.find_job div.form-group {width: calc(100% - 760px);}
	.job_title p {line-height: 45px;font-size: 32px;}
	.find_job .btn.btn-primary.find_btn ,
	.find_job input[type="text"]{height: 60px;}
	.find_job .btn.btn-primary.find_btn {width: 200px;}
	.candidate_select_bg .col-md-6.text-left {margin-left: 50%;}
	.featured_position_container .carousel-img {width: calc(50% - 110px);margin-left: 120px;}
	.hr-v2 .slide .ur-featured-position-text > span {margin-top: 0px;}
	.hr-v2 .ur-featured-position .ur-featured-position-text {width: calc(50% - 170px);}
	.ur-jobposts .btn.btn-primary {padding: 15px 30px;}
	.about-sliding .ur-featured-position .ur-featured-position-text {width: 50%;padding-right: 55px;}
	.about-sliding .featured_position_container .carousel-img {width: 50%;padding-right: 40px;}
	.about-sliding .ur-featured-position .ur-featured-position-text .sub-title {font-size: 35px !important;margin-bottom: 35px;}
	.about-sliding .quat-img img {margin-bottom: 10px;}
	.about-sliding .ur-jobposts p {font-size: 18px;line-height: 34px;}
	.featured_position_container .carousel-control-next {width: 60px;}
	.about-sliding div#ur-position-sildes {margin-left: -40px;}

	/*02-01-2020*/
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-child(2) tbody tr td {font-size:13px; }
	body div.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td {font-size: 12px;}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td.job-title {font-size: 12px;}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-of-type(1) tbody tr td.interview h3, .candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half:nth-of-type(1) tbody tr td.interview h4 {font-size: 12px;}
	.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half th {font-size: 14px;}
	div.candidate_dashboard .row.candidate_dashboard_2 .candidate_dashboard_half tbody tr td {padding: 15px 5px; }

}
@media (max-width: 1200px) {
	.about-text {width: 100%;max-width: calc(100% - 60px);min-width: 300px;margin: -30px 20px 50px;}
	.about-main-text .about_btns {margin: 0 20px 20px;}
	.our-team-about .ur-team-member .col-sm-3.text-center {padding: 0 15px;}
	.lets-talk .container {width: 100%;}
	.talk-desc h2 {font-size: 22px;line-height: 32px;margin-bottom: 30px;}
	.talk-desc p {line-height: 30px;}
}
@media (max-width: 1170px) {
	.ur-footer .col-md-3 a.btn.btn-primary {width: 100%;height: auto;}
	.col-eq-height .ur-number-content .counter-img {width: 95px;height: 95px;}
	.col-eq-height .ur-number-content .ur-detail {padding-left: 25px;}
	.find_job input[type="text"] {background: rgba(255,255,255,0.23921568627450981) url(../images/icon-search.png) no-repeat 15px center;padding: 0 0 0 50px;}
	.candidate_select_bg b.home-all-headings-white {margin-bottom: 15px;}
	.candidate_select_bg p {margin-bottom: 15px;}
	.candidate_select_bg a.btn {width: 274px;height: 64px;}

	/*14-09-2019*/
	.ur-add-education-box .col-sm-1 a.btn-lg {padding:15px 20px ;} 
}
@media (max-width: 1160px) {
	.social_icon a img {width: 40px;}
	.ur-dashboard.profile_header{ background-position: 0 calc(100% - 476px);}
}
@media (max-width: 1100px) {
	.hr-v2 .ur-featured-position .slide .ur-featured-position-text {margin: 0 20px 0 40px;}
	.ur-findStop{ padding:97px 0 68px 22px; /*padding-bottom: 200px;*/}
	.about-sliding .container {width: 100%;}
	.about-sliding div#ur-position-sildes {margin-left: 0px;}
	.about-sliding .ur-featured-position .carousel-item.active {flex-wrap: wrap;}
	.about-sliding .ur-featured-position .carousel-item.carousel-item-left {flex-wrap: wrap;}
	.about-sliding .featured_position_container .carousel-img {width: 100%;padding: 0 12%;}
	.hr-v2 .ur-featured-position .slide .ur-featured-position-text {margin: 50px 0px 0 0px;padding-right: 0px;}
	.featured_position_container .carousel-control-next {right: 0px;}
	.about-sliding .ur-jobposts p {height: auto;-webkit-line-clamp: unset;text-overflow: unset;}
	.about-sliding .ur-featured-position .ur-featured-position-text .sub-title br {display: none;}
	.about-sliding {padding: 0px 0 60px;}
	.about-sliding div#ur-position-sildes .carousel-control-prev {display: block;left: 0px;}
	.our-team-about .ur-team-member .col-sm-3.text-center {flex: 0 0 25%;max-width: 25%;margin: 0px 0 50px;}
	.about-descripotion {padding: 90px 0 90px;}
	.our-team-about .ur-member-info {font-size: 18px;}


	/*12-09-2019*/

	.about-sliding div#ur-position-sildes .carousel-control-next {right: 0;}

}
@media (max-width: 1024px) {
	body .ur-footer {background: url('../images/footer-bg.jpg');}
	.social_icon a img {width: 38px;}
	.col-eq-height .ur-number-content .ur-detail {padding-left: 15px;}
	.hr-v2 .carousel-inner .carousel-item .carousel-img img {margin-top: 30px;}
	.hr-v2 .ur-jobposts {box-shadow: unset;}
	.ur-sidemneu .ur-sidemenu-middle ul {width: 100%;}
	.ur-sidemneu {position: fixed; height: auto !important;}
	.ur-dashboard.profile_header{ background-position: 0 calc(100% - 415px);}
}
@media (max-width: 1020px) {
	.ur-findStop {background-size: cover;}
	.find_job div.form-group {width: 270px;}
	.find_job .btn.btn-primary.find_btn {width: 200px;}
	.find_job .form-inline .form-inline {width: 200px;}
	.ur-findStop .job_title p {font-size: 42px;}
	.ur-findStop .job_title {padding-right: 40%;}	
	.ur-findStop .job_title p.small_content {font-size: 18px;}
	.hr-v2 .container {position: unset;}
	.candidate_select_bg {background-size: cover;}

	/*23-09-2019*/
	.candidate_bg {display: none;}
	/*23-09-2019*/
}



@media (min-width: 1020px){

	/* START 23-09-2019*/
	.hr-v2 .candidate_select_bg { background: none; padding: 0; background-color: #fff;}
	.candidate_bg {position: relative; z-index: -1;}
	div.featured_bg { padding-bottom: 2%; }
	/*END 23-09-2019 */
}

@media (max-width: 991px) and (min-width: 768px){
	.col-sm-1.ur-add-eduction-btn  {padding:0; }
	.ur-add-education-box .col-sm-1 a.btn-lg {padding:15px 20px ;}
}

@media (max-width: 991px) {
	.col-eq-height .ur-number-content {justify-content: flex-start;}

	/*12-09-2019*/
	/*.pricing-section .container .col-md-4:last-of-type .pricing-box .pricing-img img {margin-top: -40px;}*/
	.pricing-section .container .col-md-4 {padding: 0 15px;}
	.pricing-section .pricing-box.middle-price-box .pricing-contain {min-height: unset;}
	.pricing-section .pricing-box.middle-price-box ul {min-height: unset;}
	.pricing-section .pricing-box .price {font-size: 24px;}

/*16-09-2019*/
	.ur-sidemneu .ur-sidemenu-middle ul {width: 100%;} 
	.ur-sidemneu {position: fixed;}


}
@media (max-width: 980px) {
	.event_new_layout .ur-bg-white p {min-height: 150px;}
	.hr-v2 .featured_bg .ur-featured-position .carousel-item {align-items: center;}
	.hr-v2 .ur-jobposts {padding: 40px 70px 40px 40px;}
	.hr-v2 .ur-featured-position .carousel-inner {margin-top: 60px;}
	.hr-v2 .carousel-inner .carousel-item .carousel-img img {margin-top: 25px;}
	.ur-featured-candidates .d-inline-flex {display: flex !important;width: 100%;margin: 20px 0;}
	.candidate_select_bg .col-md-6.text-left {margin-left: 43%;}
	.candidate_select_bg b.home-all-headings-white {font-size: 42px !important;}
	.about-text {max-width: calc(100% - 40px);min-width: 280px;margin:-30px 20px 50px;padding: 20px;}
	.about-text p {font-size: 18px;}
	.about-sliding .ur-jobposts {padding: 0px;}
	.our-team-about .ur-team-member .col-sm-3.text-center {flex: 0 0 50%;max-width: 50%;margin-bottom: 30px;}
	.lets-talk .col-md-6 {flex: 0 0 100%;max-width: 100%;}
	.lets-talk .talk-img {margin-top: 40px;padding: 0px;}
	.lets-talk .talk-desc {padding: 0px;}
	.talk-desc h2 br {display: none;}
	section.ur-our-team.our-team-about {padding: 60px 0;}
	.about-descripotion p {padding-left: 15px;}
	.about-descripotion .all-headings-black {font-size: 26px !important;}
/*	.our-team-about .card-body.ur-team-body .ur-member-img {height: 350px !important;}
*/	.our-team-about .message {top: 50px;right: 70px;}
}

@media (max-width: 967px) {
	.ur-dashboard.profile_header{ background-position: 0 calc(100% - 453px);}
}

@media (max-width: 875px) {
	.event_new_layout .ur-bg-white h2 {min-height: 90px;}
	.event_new_layout .ur-bg-white p {min-height: 180px;overflow: hidden;}
	.content.payment .ur-creditcard-form h3 {font-size:22px;}
	.content.payment .btn.btn-primary {width: 145px; height: 50px;}
}

@media (max-width: 794px) {
	.ur-dashboard.profile_header{ background-position: 0 calc(100% - 472px);}
}


@media (max-width: 768px) {
	body .ur-footer .col-sm-12 {flex: 0 0 100%;max-width: 100%;padding: 0 15px;margin-bottom: 25px;}
	body .ur-footer .col-sm-12 a.btn.btn-primary {width: 300px;display: block;} 
	body .ur-footer span.footer-address ,
	body .ur-footer span.footer-site-email ,
	body .ur-footer span.footer-telephone-number {width: 100%;}
	.ur-dashboard.profile_header{ background-position: 0 calc(100% - 869px);}
}
@media (max-width: 767px) {
	.featured_bg::before {width: 260px;height: 330px;}
	.hr-v2 .featured_bg .ur-featured-position .carousel-item {flex-wrap: wrap;padding: 0 10%;}
	.hr-v2 .ur-featured-position .slide .ur-featured-position-text {margin: 60px 0 0 0px;}
	.candidate_select_bg .col-md-6.text-left {margin-left: 0px;}
	.hr-v2 .ur-featured-candidates::before {width: 120px;height: 150px;background-size: cover;}
	.home-partner-logo::before {width: 330px;height: 260px;}
	.ur-findStop .job_title {background: transparent;padding-right: 15px;}
	.ur-findStop .find_job input[type="text"] {margin-bottom: 15px;height: 60px;}
	.find_job .form-inline .form-inline {width: 48.5%;}
	.find_job .btn.btn-primary.find_btn {width: 100%;} 
	.candidate_select_bg {background-position: right;padding: 22% 20px 22% 20px;}
	.candidate_select_bg b.home-all-headings-white {font-size: 32px !important;line-height: normal;}
	.ur-findStop .job_title.ur-findheading{ padding-right:0px;}
	.ur-findStop{ padding:45px 0 100px;}
	.header_top .hamburg#navbarToggleExternalContent3 .dropdown-menu.login-link.show {position: unset !important;transform: unset !important;border: none;border-radius: unset;}
	.ur-user-sidemenu-img img {width: 50px;}
	.about-main-text .about-text {width: auto;padding: 20px;}
	.about-main-text .about-text p {font-size: 14px;}

	/*12-09-2019*/

	.header_top.fixed-top .menu .navbar-toggler {background-color: transparent;    background-image: url(../images/humburge-icon.png); background-repeat: no-repeat; background-size: cover;}
	.header_top.fixed-top .menu .navbar-toggler-icon {display: none;}
	.hamburger-menu {display: none;}
	.menu_bg > .container > .row > .col-md-10 > ul.navbar-nav {width: 250px; background: #043db1; border: 1px solid #043db1;}
	.content .ur-findStop {margin-top: -10px;}
	.header_top  .menu_bg {padding: 0;}
	.pricing-section .container [class^="col"] {margin-bottom: 30px;}
	/*.pricing-section .container .col-md-4:last-of-type .pricing-box .pricing-img {margin-bottom: 0;}
	.pricing-section .container .col-md-4:last-of-type .pricing-box .pricing-img img {margin-top: 0;}*/

	/*START 14-09-2019*/

	.ur-add-education-box .col-sm-4.form-group {width: 100%;flex: 100%;max-width: 100%;}
	.ur-add-education-box .col-sm-3.form-group{width: 100%; flex:100%; max-width: 100%;} 
	.ur-add-education-box .col-sm-2.form-group {width: 100%; flex:100%; max-width: 100%;} 
	.ur-add-education-box .col-sm-1 a.btn-lg {padding: 15px 30px;}

	body.hr-v2  .navbar-mobile-menu {display: block;}
	body.hr-v2 .menu_bg > .container > .row > .col-md-10 > ul.navbar-nav {width: 100%;}
	body.hr-v2 .menu_bg > .container > .row > .col-md-10 {padding: 0;}

	/*END 14-09-2019*/

	.ur-sidemneu .ur-sidemenu-middle ul li {width: 16%;}
	.hr-v2 nav.navbar.navbar-dark.bg-dark.common_menu {display: none;}
	
	.ur-dashboard.profile_header{ background-position: 0 calc(100% - 899px);}
	.pricing-section > .container > .row > .col-md-4:first-child{ margin-left: 0px;}
	.pricing-section .col-md-4:nth-of-type(2){ margin-top:0px;}
	section.pricing-section .new-heading{ margin-bottom: 60px !important;}

	.ur-findStop .form-group:after {top: 35%;}



	body.hr-v2.smart_header .content .ur-findStop {margin-top: 0;}
	body.hr-v2.smart_header {margin-top: 70px;} 
	body.hr-v2.smart_header .header_top.fixed-top {position: absolute !important;top: 62px;} 

	.employee-search-job-result .col-sm-4.cadidate-list-scroll {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.employee-search-job-result .candidate-listings .col-sm-8 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	body .header_top.blogevnt-menu .menu_bg {padding: 0;}


}
@media (max-width: 600px) {
	.navbar .col-md-10 {margin-top: 55px;}
	.navbar .col-md-10 button#basic-addon2 {margin: 10px 0 0;}
	.universitide li > div {width: 100%;margin-bottom: 15px;}
	.universitide li .universe-icon {width: 5%;margin: 10px auto;display: flex;}
	.universitide li > div.university-year {width: 100%;margin: 0 auto;}
	.universitide li {flex-wrap: wrap;}
	.ur-add-education-box .form-group {width: 100%;flex: 0 0 100%;max-width: 100%;margin: 0 0 15px;}
	.ur-add-education-box .col-sm-2.form-group ,
	.ur-add-eduction-btn {width: 100%;flex: 0 0 100%;max-width: 100%;}
	.ur-add-education-box {flex-wrap: wrap;}
	.about-sliding .featured_position_container .carousel-img {padding: 0 3%;}
	.featured_position_container .carousel-control-next ,
	.featured_position_container .carousel-control-prev {width: 30px;}
	.featured_position_container .carousel-control-next img ,
	.featured_position_container .carousel-control-prev img {max-width: 100%;}
	.modal-header .modal-title {font-size: 28px;}
	.ur-dashboard.profile_header{ background-position: 0 calc(100% - 909px);}


}
@media (max-width: 575px) {
	.event_new_layout .ur-bg-white h2 ,
	.event_new_layout .ur-bg-white h2{min-height: auto;}
	.event_new_layout .container>.row .col-12:nth-child(3n+3) {padding-right: 15px;}
	.col-eq-height .ur-number-content {justify-content: flex-start;padding: 20px 11%;}
	.hr-v2 .featured_bg .ur-featured-position .carousel-item {padding: 0 15px;}
	.hr-v2 .carousel-inner .carousel-item .carousel-img img {margin-top: 20px;}
	.hr-v2 .ur-jobposts {background-image: unset;background-color: #fff;padding: 15px;}
	.find_job .form-inline .form-inline {width: 100%;}
	.job-part.find_job .form-inline:nth-of-type(1) {margin-right: 0px;margin-bottom: 15px;}
	.ur-findStop .job_title p {font-size: 25px;line-height: 37px;}
	.ur-findStop .job_title p.small_content {font-size: 18px;line-height: 24px;}
	.hr-v2 .ur-featured-position-text>h2 {font-size: 23px !important;}
	.about-descripotion p {padding-left: 0px;}
	.our-team-about .ur-team-member .col-sm-3.text-center {flex: 0 0 100%;max-width: 100%;}
	.about-sliding .ur-jobposts {padding: 0px;}
	.about-sliding .ur-jobposts p {line-height: 28px;}
	.about-descripotion {padding: 40px 0px;}
	.about-sliding .ur-jobposts {background-color: transparent;}
	.employee_experience button.grey-btn {text-align: left;}
	/*.ur-sidemneu .ur-sidemenu-middle ul li.active {width: 100%;}*/
	.ur-sidemneu .ur-sidemenu-middle ul li {width: 33.33%;} 
/*	.our-team-about .card-body.ur-team-body .ur-member-img {height: auto !important;}
*/	.our-team-about .message {right: 130px;}

}
@media (max-width: 568px) {
	.frmProfile .ur-eduction-section {padding: 0px;}
	.content.payment .page_title {font-size: 24px;}
	.content.payment .add_card.btn {float: none;}
	.content.payment .ur-creditcard-form h3 {font-size: 20px; width: 100%;}
	.employers_info .buttons .float-left {width: 100%;}
	.modal-body .employers_info .btn.btn-primary {width: 150px !important;}
	.modal-body .employers_info .float-right.applyJob310 {width:100%; float: left !important ; }
	.modal-body .employers_info .btn.btn-primary.apply {width: 150px;}
	.modal-body .employers_info .btn.btn-primary {margin-bottom: 20px;}
	.modal-header .modal-title {font-size: 20px;}
	.modal.show .employers_info .applied-btn {width: 150px;}

}

@media (max-width: 420px){
	.content.payment .page_title {font-size: 19px;}

	.modal-body .position_info b {font-size: 18px;}
	.modal-header .modal-title {font-size: 18px; line-height: 18px;} 

	.ur-sidemneu .ur-sidemenu-middle ul li {width: 33%;}
}

@media (max-width: 375px) {
	body .ur-footer .col-sm-12 a.btn.btn-primary {width: 100%;display: block;} 



}
/*AND CSS : DU-23 :DATE- 27-08-2019*/
.carousel-control-prev,
.carousel-control-next{
	z-index: 9999;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ececec !important;
    outline: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 12px 5px !important;
    width: 100%;
}
.select2-container--focus.select2-container--open li.select2-search.select2-search--inline:before {
    display: block;
    height: 0px !important;
}

button.multiselect.dropdown-toggle.btn.btn-light {
    height: 54px;
}
.select2-container--default .select2-selection--multiple{
	    border: 1px solid #ececec !important;
}
.required:after {
  content:" *";
  color:#ff5050;
}




// Scroll CSS

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
* {
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
}

.demo a {
  display: none;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /* background-color: red; */
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.demo a:hover {
  opacity: .5;
}

#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    /* border: 1px solid #fff; */
    border-radius: 100%;
    box-sizing: border-box;
    background: #f3b345;
}
#section03 a span::after {
  position: absolute;
    top: 68%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


div.common_candidate_search {
    width: calc(100% - 152px);
     margin-left: 0 !important; 
    display: flex;
    flex-wrap: wrap;
}
.common_candidate_search {
    margin-right: auto;
     margin-left: !important;
    margin-bottom: 11px;
}

/*2019-11-27*/
.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .Upcomming_Interview-2{ max-width: 230px; width:100%;    padding: 15px 20px;}
.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .Upcomming_Interview-2 h4 { color: #55bbd4;
    font-size: 48px; font-weight: 600; margin: 0;}
.candidate_dashboard .candidate_dashboard_1 .candidate_dashboard_half .Upcomming_Interview-2 h3 { color: #55bbd4;
font-weight: normal; font-size: 16px;}
.loguser-activity-wrapper .candidate .activity-card{ background-color: #e3f2f9; background-image: url(../images/HR-v2_3.png);}
.loguser-activity-wrapper .candidate .activity-card h2 { color: #55bbd4;}
.loguser-activity-wrapper .candidate .activity-card p { color: #55bbd4;}


/*2019-12-03*/
.candidate_dashboards .pricing-section .most-popular-price{ display: none;}
/*.candidate_dashboards .pricing-section .row .col-md-4:nth-child(2) .most-popular-price{ display: block; margin-bottom: 26px; }
.candidate_dashboards .pricing-section .row .col-md-4:nth-child(2) {  margin-top: -50px;}*/

.required-border{
	border: 1px solid red !important;
}

.view-applicant a{font-size:30px;color: #043db1;}
.view-applicant a:hover{text-decoration:none;}
.view-applicant{margin-top:10px;}
div.view-applicant a  {color: #ffffff; background: #043db1; font-weight: 700; letter-spacing: .2px; font-size: 14px; padding: 15px 25px; border-radius: 5px; display: inline-block; margin-bottom: 25px; text-decoration: none; }
div.view-applicant a:hover {background: #f3b345;}

.myjob-table-row .recruits-myjobs-table-body  #viewJobCandidate {height: 29px; line-height:1; }
.myjob-table-row .recruits-myjobs-table-body  #viewJobCandidate span {margin:0px; margin-left:10px;} 

.catcha-refresh {margin-top: 10px;} 
button.refresh-btn {border: none;background: none; opacity:.20;}

/*06-2-20*/
.customJob.result-listings .listings-head, .customJob.result-listings .listings-body ul li{ justify-content: flex-start;}
.customJob.result-listings .listings-head .loaction, .customJob.result-listings .listings-body ul li .loaction { width: 170px; padding-right: 10px;}
.customJob.result-listings .listings-head .in-date, .customJob.result-listings .listings-body ul li .in-date { text-align: center;}

/*14-02-2020*/
.result-listings .listings-body ul.searchResult li:nth-of-type(odd) {background: #dee5ff !important; }
.blur-name {filter: blur(3px);}

#sec_1 .btn.btn-primary.advanced {height: 80px;}

/*14-02-2020*/

/*2020-03-09*/
.candidate_dashboard .row .candidate_dashboard_half .My_Application_top.smart_search{ display: none;}


@media (max-width: 767px){
	.candidate_dashboards .pricing-section .row .col-md-3:nth-child(3) { margin-top: 0;}
}



/*START CSS: 12-12-2019 : URBAN-59*/
@media (max-width: 767px){
	.header_top.fixed-top.head_menu {padding: 0px;}
	.candidate_dashboard .row .candidate_dashboard_half .My_Application_top.smart_search{ display: flex; width: 100%; justify-content: center; margin: 20px 0;}
	.candidate_dashboard .row .candidate_dashboard_half .My_Application_top.smart_search a{ color: #fff;
    background: #193db0; padding: 6px 22px; border-radius: 4px;}
	.candidate_dashboard .row .candidate_dashboard_half .My_Application_top.smart_search a:hover{ text-decoration: none;}
}
@media (max-width: 397px){
	.our-team-about .ur-member-info p {height: 55px;}
}
@media (max-width: 475px){
	.our-team-about .card-body.ur-team-body .ur-orgin {height: auto;}
	.our-team-about .card-body.ur-team-body .ur-orgin span {height: 35px;display: block;}
}

.employee-search-job-result .container{
	/*for customise container width urbanrecruits.co.il/client/searchURSmartCandidates*/
	max-width: 1559px;
}

/* 07-04-2020 */
.result-listings .listings-body ul li.sort.job_radius {border-radius: 16px; border: 1px solid #ccc;}
body div.candidate_search .input-group-append {border-radius: 16px;}
body div.candidate_search .input-group-append button#basic-addon2.advanced {border-radius: 0 16px 16px 0;}
body div.candidate_search .input-group .form-control:not(:last-child) {border-radius: 16px;}
body .selectRole + .select2-container--default .select2-selection--single {border-radius: 16px;}
body .find_job.advance-search-form input[type="text"] ,
body .advance-search-form .form-inline.enter-c .input-group-append.adv-src {border-radius: 16px;}

/* 22-06-2020 */
body .multiselect-native-select .serach_css + .btn-group .multiselect {border-radius: 16px; border: 1px solid #ccc !important; height:45px;}

/* 24-06-2020 */
.blur-data {filter: blur(5px);}

/* 29-06-2020 */
.home_search_input { width: 100% !important;border-radius: 5px 0 0 5px !important;height: 50px !important; }
.find_job.advance-search-form input[type="text"] {height: 100% !important;}
@media (max-width: 1400px) {
	.find_job.advance-search-form input[type="text"] {height:50px !important;}
}

@media (max-width: 991px) {
	.new-advance.find_job .new_forms .btn.btn-primary.find_btn {padding: 15px 30px;
    width: 182px !important; text-align: center;} 
    .find_job.advance-search-form input[type="text"] {height: 50px !important;}
}
@media (max-width: 767px) {
	.new-advance.find_job .new_forms .btn.btn-primary.find_btn {width: 100% !important;margin-bottom: 20px;}
	body .new-advance .form-inline.new_forms > form.form-inline {width: 100%;}
}
.team-new-image img{
	height: 230px !important;
}