@font-face {
	font-family: 'Futura Std Heavy';
	src: url('../fonts/fonts/FuturaStd-Heavy.eot');
	src: url('../fonts/fonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fonts/FuturaStd-Heavy.woff2') format('woff2'),
		url('../fonts/fonts/FuturaStd-Heavy.woff') format('woff'),
		url('../fonts/fonts/FuturaStd-Heavy.ttf') format('truetype'),
		url('../fonts/fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Futura Std Book';
	src: url('../fonts/fonts/FuturaStd-Book.eot');
	src: url('../fonts/fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fonts/FuturaStd-Book.woff2') format('woff2'),
		url('../fonts/fonts/FuturaStd-Book.woff') format('woff'),
		url('../fonts/fonts/FuturaStd-Book.ttf') format('truetype'),
		url('../fonts/fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: 'Futura Std Book';
}

.current-site-remote img {
	max-width: 100%;
}

.current-site-remote a:hover {
	text-decoration: none;
}

@media(min-width: 1200px) {

	.current-site-remote .top-header .container,
	.current-site-remote .banner-section .container-fluid {
		max-width: 1700px;
		padding: 0 50px;
	}

	.current-site-remote .container {
		max-width: 1230px;
	}
}

.current-site-remote .font-bold {
	font-family: 'Futura Std Heavy';
}

/*...........top-header...........*/
.current-site-remote .top-header {
	padding: 15px 0;
}

.current-site-remote .top-header .navbar {
	padding: 0;
}

.current-site-remote .top-header .navbar .navbar-nav li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 15px 5px;
	position: relative;
}

.current-site-remote .top-header .navbar .navbar-nav li a:hover {
	color: #f1c2bf;
}

.current-site-remote .top-header .navbar .navbar-nav li a::before {
	content: "";
	width: 0%;
	height: 4px;
	background: #f1c2bf;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: absolute;
	left: 0;
	bottom: 0;
}

.current-site-remote .top-header .navbar .navbar-nav li.active a::before {
	width: 100%;
}

.current-site-remote .top-header .navbar .navbar-nav {
	align-items: center;
}

.current-site-remote .top-header .navbar .navbar-nav li.active a {
	font-family: 'Futura Std Heavy';
}

.current-site-remote .top-header .navbar .navbar-nav li {
	margin-left: 35px;
}

.current-site-remote .top-header .navbar .navbar-nav li.link-btn a {
	border-radius: 50px;
	padding: 15px 30px;
	border: 1px solid #93c1a2;
}

.current-site-remote .top-header .navbar .navbar-nav li.link-btn a:hover {
	background: #93c1a2;
	color: #ffffff;
	border-color: #93c1a2;
}

.current-site-remote .top-header .navbar .navbar-nav li.hire {
	margin-left: 10px;
}

.current-site-remote .top-header .navbar .navbar-nav li.hire a {
	background: #f1c2bf;
	border-color: #f1c2bf;
}

.current-site-remote .top-header .helpline a {
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #6f6c6c;
	padding: 0 5px;
	letter-spacing: 1px;
	/* margin-bottom: 10px; */
}

.current-site-remote .top-header .helpline img {
	margin-right: 5px;
}

.current-site-remote .top-header .helpline b {
	font-family: 'Futura Std Heavy';
}

/*...........menu button.............*/
.current-site-remote #nav-icon2 {
	width: 23px;
	height: 23px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: block;
}

.current-site-remote #nav-icon2 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #f58f56;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.current-site-remote #nav-icon2 span:nth-child(even) {
	left: 50%;
}

.current-site-remote #nav-icon2 span:nth-child(odd) {
	right: 50%;
}

.current-site-remote #nav-icon2 span:nth-child(1),
.current-site-remote #nav-icon2 span:nth-child(2) {
	top: 0px;
}

.current-site-remote #nav-icon2 span:nth-child(3),
.current-site-remote #nav-icon2 span:nth-child(4) {
	top: 6px;
}

.current-site-remote #nav-icon2 span:nth-child(5),
.current-site-remote #nav-icon2 span:nth-child(6) {
	top: 12px;
}

.current-site-remote #nav-icon2 span:nth-child(1) {
	width: 26px;
}

.current-site-remote #nav-icon2 span:nth-child(3) {
	width: 17px;
}

.current-site-remote #nav-icon2 span:nth-child(5) {
	width: 10px;
}

.current-site-remote #nav-icon2.open span:nth-child(1),
.current-site-remote #nav-icon2.open span:nth-child(3),
.current-site-remote #nav-icon2.open span:nth-child(5) {
	width: 50%;
}

.current-site-remote #nav-icon2.open span:nth-child(1),
.current-site-remote #nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.current-site-remote #nav-icon2.open span:nth-child(2),
.current-site-remote #nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.current-site-remote #nav-icon2.open span:nth-child(1) {
	left: 2px;
	top: 6px;
}

.current-site-remote #nav-icon2.open span:nth-child(2) {
	left: calc(50% - 2px);
	top: 5px;
}

.current-site-remote #nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.current-site-remote #nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.current-site-remote #nav-icon2.open span:nth-child(5) {
	left: 2px;
	top: 13px;
}

.current-site-remote #nav-icon2.open span:nth-child(6) {
	left: calc(46% - 2px);
	top: 12px;
}

.navbar-toggler {
	padding: 0;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	font-size: 15px;
}

.current-site-remote .navbar-toggler .text {
	margin-right: 20px;
	margin-top: -6px;
}

.current-site-remote .navbar-toggler:focus {
	outline: none;
}

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

.current-site-remote .skip:focus {
	position: static;
	width: auto;
	height: auto;
}

.current-site-remote .global-heading {
	font-size: 36px;
	font-family: 'Futura Std Heavy';
	text-align: center;
	margin: 0 0 50px;
}

.current-site-remote .global-btn {
	display: inline-block;
	background: #fff3e0;
	padding: 15px 35px;
	border-radius: 30px;
	color: #000000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border: 1px solid #fff3e0;
}

.current-site-remote .profile-progress-circle.hide-cir{display: none;}
/* .current-site-remote .progress-btn span.incomplete{display: none;} */

.current-site-remote .progress-btn span.incomplete {
	display: block;
	text-align: center;	
	width: 50px;
	height: 50px;
	line-height: 50px;
}
/* .current-site-remote .progress-btn span.hide-cir {
	display: block;
} */

.current-site-remote .global-btn:hover {
	background: #f1c2bf;
	color: #000000;
}

.current-site-remote .global-btn.s2 {
	background: #eee170;
}

.current-site-remote .global-btn.s2:hover {
	background: #92ddab;
}

/*.............banner-section..........*/
.current-site-remote .banner-section .banner-inner {
	background: #fff3e0;
	padding: 30px 0 0;
	min-height: 250px;
	border-radius: 0 45px 45px 45px;
	box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
	-o-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
}

.current-site-remote .banner-section .row {
	align-items: center;
}

.current-site-remote .banner-section .banner-img {
	display: block;
	margin: 0 auto -45px;
}

.current-site-remote .banner-section h1 {
	font-size: 38px;
	margin: 0 0 30px;
}

.current-site-remote .banner-section .search-jobs {
	max-width: 620px;
}

.current-site-remote .search-jobs .search-form {
	display: flex;
	display: -ms-flexbox;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 17px 23px 54px 0px rgba(176, 76, 23, 0.08);
	-webkit-box-shadow: 17px 23px 54px 0px rgba(176, 76, 23, 0.08);
	-moz-box-shadow: 17px 23px 54px 0px rgba(176, 76, 23, 0.08);
	-o-box-shadow: 17px 23px 54px 0px rgba(176, 76, 23, 0.08);
	position: relative;
}

.current-site-remote .search-jobs .search-form .icon {
	flex: 0 0 18px;
	position: absolute;
	left: 20px;
	z-index: 1;
	top: 15px;
}

.current-site-remote .search-jobs .search-form .form-control {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	height: auto;
	font-size: 18px;
	padding: 15px;
}

.current-site-remote .search-jobs .search-form button {
	background: #000000;
	padding: 0;
	width: 100px;
	border: 0;
	border-radius: 0 8px 8px 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.current-site-remote .search-jobs .select2-container--default .select2-selection--single {
	border-radius: 8px 0 0 8px;
	;
	border: 0;
	height: 57px;
	font-size: 18px;
	position: relative;
}

.current-site-remote .search-jobs .select2-container--default .select2-selection--single::after {
	content: "";
	width: 1px;
	height: 36px;
	background: #b2b2b2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.current-site-remote .search-jobs .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 57px;
	padding-left: 20px;
	padding-right: 30px;
}

.current-site-remote .search-jobs .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 57px;
	right: 10px;
	background: url('../images/icons/dropdown.svg') center center no-repeat;
}

.current-site-remote .search-jobs .select2-container--default .select2-selection--single .select2-selection__arrow b {
	opacity: 0;
}

.current-site-remote .banner-section .select2-dropdown {
	border: 0;
	top: 15px;
	position: relative;
}

.current-site-remote .banner-section .select2-dropdown.select2-dropdown--above {
	bottom: 15px;
	top: auto;
}

.current-site-remote .banner-section .select2-dropdown::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top: -12px;
}

.current-site-remote .banner-section .select2-dropdown.select2-dropdown--above::before {
	border-bottom: 0;
	border-top: 12px solid #ffffff;
	top: auto;
	bottom: -12px;
}

.current-site-remote .banner-section .select2-container--default .select2-results__option--selected {
	position: relative;
}

.current-site-remote .banner-section .select2-container--default .select2-results__option--selected::after {
	content: "\f26b";
	font-family: Material-Design-Iconic-Font;
	color: #f8934f;
	position: absolute;
	right: 5px;
	top: 1px;
	font-size: 22px;
}

.current-site-remote .banner-section .select2-search--dropdown .select2-search__field {
	padding: 3px;
	outline: none;
}

.current-site-remote .banner-section .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.current-site-remote .banner-section .select2-container--default .select2-results__option--selected {
	background-color: #ffffff;
	color: #000000;
}

.current-site-remote .banner-section .select2-results__option {
	border-bottom: 1px solid #ece7e7cc;
	padding: 6px 16px;
}

.current-site-remote .banner-section .select2-results__option:last-child {
	border: 0;
}

.current-site-remote .banner-section .select2-results__option i,
.current-site-remote .banner-section .select2-selection__rendered i {
	color: #b2b2b2;
	font-size: 18px;
	margin: 0 5px 0 0;
}

.current-site-remote .banner-section .select2-selection__rendered i {
	font-size: 24px;
	vertical-align: text-bottom;
}

/*...............trusted-brands............*/
.current-site-remote .trusted-brands {
	padding: 125px 0 55px;
}

.current-site-remote .trusted-brands .trust-by {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.current-site-remote .trusted-brands .trust-by h5 {
	font-size: 24px;
	margin: 0 50px 0 0;
}

.current-site-remote .trusted-brands .trust-by .brands {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

/*...........why-remote-jobs.........*/
.current-site-remote .why-remote-jobs {
	padding: 130px 0 0;
}

.current-site-remote .why-remote-jobs .global-heading {
	margin: 0 0 35px;
	text-align: left;
	position: relative;
}

.current-site-remote .why-remote-jobs .global-heading::before {
	content: "";
	width: 148px;
	height: 58px;
	background: url('../images/arrow-pointer.png') center center no-repeat;
	position: absolute;
	left: -162px;
	top: 10px;
}

.current-site-remote .why-remote-jobs .content {
	padding: 0 0 0 40px;
	margin: -80px 0 0 0;
}

.current-site-remote .video-box>img {
	width: 100%;
	border-radius: 25px;
	box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
	-o-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.03);
}

.current-site-remote .video-box {
	position: relative;
}

.current-site-remote .video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.current-site-remote .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 75px;
	height: 75px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.current-site-remote .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 75px;
	height: 75px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 200ms;
}

.current-site-remote .video-play-button:hover:after {
	background-color: darken(#fa183d, 10%);
}

.current-site-remote .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 25px solid #fee7e5;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	left: 4px;
	top: 6px;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.current-site-remote .why-remote-jobs .services {
	padding: 115px 0 60px;
	background: #f9f9f9;
	text-align: center;
	margin-top: -50px;
}

.current-site-remote .why-remote-jobs .services .icon {
	max-width: 70px;
}

.current-site-remote .why-remote-jobs .services h6 {
	font-size: 24px;
	margin: 20px 0 0;
}

.current-site-remote .why-remote-jobs .services .row {
	margin: 0 -25px;
}

.current-site-remote .why-remote-jobs .services .col-sm-3 {
	padding: 20px 25px;
}

.current-site-remote .why-remote-jobs .services .col-sm-3:not(:last-child) {
	border-right: 1px solid #c7c7c7;
}

/*...........projects-category..........*/
.current-site-remote .projects-category{padding: 50px 0 0;}
.current-site-remote .projects-category .row{margin: 0 -10px;justify-content: center;}
.current-site-remote .projects-category .col-sm-3{padding: 0 10px;margin: 0 0 20px;}
.current-site-remote .projects-category .cat-box{
display: flex;
display: -ms-flexbox;
align-items: center;
color: #000000;
padding: 15px 25px;
border-radius: 15px;
box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
background: #ffffff;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
min-height: 95px;
}

.current-site-remote .projects-category .row {
	margin: 0 -10px;
}

.current-site-remote .projects-category .col-sm-3 {
	padding: 0 10px;
	margin: 0 0 20px;
}

.current-site-remote .projects-category .cat-box {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	color: #000000;
	padding: 15px 25px;
	border-radius: 15px;
	box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 4px 6px 40px 0px rgba(0, 0, 0, 0.05);
	background: #ffffff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	min-height: 95px;
}

.current-site-remote .projects-category .cat-box:hover {
	background: #69b983;
	color: #ffffff;
	transform: translate(5px, -5px);
}

.current-site-remote .projects-category .cat-box:hover p {
	color: #ffffff;
}

.current-site-remote .projects-category .cat-box .icon {
	min-width: 50px;
	margin: 0 10px 0 0;
	position: relative;
}

.current-site-remote .projects-category .cat-box .icon img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.current-site-remote .projects-category .cat-box .icon .hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.current-site-remote .projects-category .cat-box:hover .icon .hover {
	opacity: 1;
}

.current-site-remote .projects-category .cat-box:hover .icon .default {
	opacity: 0;
}

.current-site-remote .projects-category .cat-box h6 {
	font-size: 18px;
	margin: 0 0 5px;
	line-height: 1.1;
}

.current-site-remote .projects-category .cat-box p {
	font-size: 14px;
	color: #6f6f6f;
	margin: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/*...........oppurtunities-section..........*/
.current-site-remote .oppurtunities-section {
	padding: 70px 0;
}

.current-site-remote .oppurtunities-section .row {
	margin: 0 -20px;
}

.current-site-remote .oppurtunities-section .col-md-6 {
	padding: 0 20px;
}

.oppurtunity-box {
	background: #fff7ea;
	padding: 55px 40px;
	position: relative;
	border-radius: 30px;
	box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 10px 12px 35px 0px rgba(0, 0, 0, 0.05);
}

.current-site-remote .oppurtunity-box.client {
	background: #ffeeed;
}

.current-site-remote .oppurtunity-box .global-heading {
	text-align: left;
	margin: 0 0 15px;
}

.current-site-remote .oppurtunity-box .global-btn {
	margin: 20px 0 0;
}

.current-site-remote .oppurtunity-box .content {
	min-height: 90px;
	max-width: 270px;
}

.current-site-remote .oppurtunity-box .content,
.current-site-remote .oppurtunity-box .global-btn,
.current-site-remote .oppurtunity-box .global-heading {
	position: relative;
	z-index: 2;
}

.current-site-remote .oppurtunity-box img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 310px;
}

/*............improve-skills............*/
.current-site-remote .improve-skills {
	background: #ebffce;
	margin: 45px 0 0;
}

.current-site-remote .improve-skills .row {
	align-items: center;
}

.current-site-remote .improve-skills h2 {
	font-size: 36px;
	margin: 0 0 20px;
	font-family: 'Futura Std Heavy';
}

.current-site-remote .improve-skills .skill-img {
	margin: -30px 0 -5px;
}

/*...........testimonial-section............*/
.current-site-remote .testimonial-section {
	padding: 0 0 50px;
}

.current-site-remote .testimonial-slider {
	background: url('../images/icons/quote.jpg') 240px center no-repeat;
}

.current-site-remote .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.current-site-remote .slick-dots li {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid #f2f2f2;
	margin: 0 2px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor: pointer;
}

.current-site-remote .slick-dots li button {
	display: none;
}

.current-site-remote .slick-dots li.slick-active {
	background: #a8ca75;
	border-color: #a8ca75;
}

.current-site-remote .slick-arrow {
	font-size: 0;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #000000;
	border: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.current-site-remote .slick-arrow:focus {
	outline: none;
}
.current-site-remote .testimonial-section .content .comments {
text-align: justify;
}
.current-site-remote .testimonial-section .person-pic img{
width: 147px;    
height: 147px;
border-radius: 100%;
object-fit: cover;
box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
-webkit-box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
-moz-box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
-o-box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
margin: 0 auto 30px;
}

.current-site-remote .slick-arrow::before {
	content: "\f2fa";
	font-family: Material-Design-Iconic-Font;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
}

.current-site-remote .slick-next::before {
	content: "\f2fb";
}

.current-site-remote .testimonial-section .content {
	max-width: 665px;
	/* max-width: 1026px;     */
	text-align: center;
	margin: auto;
	font-size: 20px;
}

.current-site-remote .testimonial-section .person-pic img {
	width: 147px;
	height: 147px;
	border-radius: 100%;
	object-fit: cover;
	box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
	-o-box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.21);
	margin: 0 auto 30px;
}

.current-site-remote .testimonial-section .person-info {
	font-size: 18px;
	margin: 30px 0 0;
}

.current-site-remote .testimonial-section .person-info h6 {
	font-size: 20px;
	margin: 0;
	font-family: 'Futura Std Heavy';
}

.current-site-remote .testimonial-section .slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.current-site-remote .testimonial-section .slick-next {
	left: auto;
	right: 0;
}

.current-site-remote .testimonial-section .slick-dots {
	margin: 20px 0 0;
}

/*............blog-section...........*/
.current-site-remote .blog-section {
	padding: 50px 0 90px;
}

.current-site-remote .blog-section .row {
	margin: 0 -20px;
}

.current-site-remote .blog-section .col-md-4 {
	padding: 0 20px;
}

.current-site-remote .blog-box {
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 14px 17px 35px 0px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 14px 17px 35px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 14px 17px 35px 0px rgba(0, 0, 0, 0.04);
	-o-box-shadow: 14px 17px 35px 0px rgba(0, 0, 0, 0.04);
	background: #ffffff;
}

.current-site-remote .blog-box .blog-img {
	overflow: hidden;
}

.current-site-remote .blog-box .blog-img img {
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.current-site-remote .blog-box:hover .blog-img img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.current-site-remote .blog-box .content {
	padding: 30px;
}

.current-site-remote .blog-box .content .blog-cat {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Futura Std Heavy';
	position: relative;
	z-index: 1;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
}

.current-site-remote .blog-box .content .blog-cat::before {
	content: "";
	width: 38px;
	height: 25px;
	background: #eee170;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: -4px;
	z-index: -1;
}

.current-site-remote .blog-box .content h3 {
	font-size: 20px;
	margin: 0 0 20px;
}

.current-site-remote .blog-box .content .date {
	font-size: 14px;
	color: #767676;
	margin: 0 0 25px;
}

/*...........footer-section..........*/
.current-site-remote .remote-footer-section {
	padding: 70px 0 60px;
	background: #f1c2bf;
}

.current-site-remote .remote-footer-section .social-links {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin-top: 30px;
}

.current-site-remote .remote-footer-section .footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.current-site-remote .remote-footer-section .footer-links li a {
	color: #000000;
	display: inline-block;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.current-site-remote .remote-footer-section .footer-links li a:hover {
	color: #ff914e;
}

.current-site-remote .remote-footer-section .social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.current-site-remote .remote-footer-section .social-links ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	color: #f1c2bf;
	background: #000000;
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
	margin: 0 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.current-site-remote .remote-footer-section .social-links ul li a:hover {
	background: #ff914e;
}

.current-site-remote .remote-footer-section .copyrights {
	margin: 35px 0 0;
	text-align: center;
	font-size: 12px;
}

.current-site-remote .top-header .helpline {
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #6f6c6c;
	padding: 0 5px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.current-site-remote .social-links ul li a span {
	display: none;
}

.current-site-remote .remote-footer-section li.footer-links a {
	color: #000000;
	display: inline-block;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.overlay-popup {
	background: rgba(97, 97, 97, 0.90);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 98;
}

.global-sidebar {
	background: #ffffff;
	text-align: center;
	position: fixed;
	width: 500px;
	height: 100%;
	right: -500px;
	top: 0;
	font-size: 18px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 99;
}

.global-sidebar.open {
	right: 0;
}

.global-sidebar.open .close-btn {
	left: -50px;
}

.overlay-popup.open {
	opacity: 1;
	visibility: visible;
}

.global-sidebar.open .close-btn {
	left: -50px;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.global-sidebar .close-btn {
	border: 0;
	border-radius: 0;
	background: #231f20;
	box-shadow: none;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 0px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	transition: all 0.5s ease 0.5s;
	-webkit-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
}

.global-sidebar .close-btn {
	line-height: 0px;
	text-align: center;
}

.global-sidebar .sidebar-inner {
	padding: 35px 55px 55px;
	overflow: auto;
	height: 100%;
}

.global-sidebar .logo {
	max-width: 196px;
	margin-bottom: 25px;
}

.global-sidebar {
	text-align: center;
	font-size: 18px;
}

.global-sidebar h4 {
	font-size: 26px;
	margin: 0;
}

.global-sidebar .text-gray {
	color: #606060;
}

.global-sidebar .mb-lg {
	margin-bottom: 50px;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.hide {
	display: none !important;
}

#signin-sidebar .login-wrap {
	display: none;
}

.global-sidebar .form-group {
	text-align: left;
}

.global-sidebar .form-control {
	font-size: 16px;
	border: 1px solid #d1d1d1;
	padding: 13px 20px;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	height: auto;
	border-radius: 6px;
}

.global-sidebar .submit-btn button {
	background: #69b983;
	color: #ffffff;
	padding: 13px 10px;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	margin-top: 25px;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}

.global-sidebar .or-circle {
	width: 42px;
	height: 42px;
	background: #eeeef0;
	border-radius: 100%;
	text-transform: uppercase;
	text-align: center;
	line-height: 42px;
	margin: 20px auto;
	font-size: 14px;
}

#signin-sidebar .login_mobile_otp {
	display: inline-block;
}

.global-sidebar .otp-login {
	color: #0040a9;
	border-bottom: 1px solid;
}

.global-sidebar .new-user {
	margin: 35px 0 0;
}

.global-sidebar .create-account {
	display: inline-block;
	background: #eee16f;
	padding: 13px 30px;
	color: #000000;
	border-radius: 50px;
	margin-top: 15px;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}

.social-login {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 35px;
	justify-content: center;
}

.social-login li a {
	display: inline-block;
	background: #69b983;
	width: 90px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	line-height: 40px;
	margin: 0 5px;
}

.social-login li a.facebook {
	background: #3b5999;
}

.social-login li a.google {
	background: #e64229;
}

.global-sidebar .social-head {
	font-family: 'Futura Std Heavy';
	font-size: 18px;
	margin-bottom: 20px;
}

.current-site-remote .top-header .navbar .loggedin-menu .my-account a {
	padding: 6px 8px 6px 19px;
	background: #f1c2bf;
	border-radius: 50px;
}

.current-site-remote .top-header .navbar .loggedin-menu .notification a .count {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #f1c182;
	position: absolute;
	right: -10px;
	top: -11px;
	text-align: center;
	line-height: 22px;
	font-weight: 600;
}

.page-about-remote-jobs .page-tilte {
	display: none;
}

.current-site-remote .testimonial-section .slick-prev {
	left: 0;
	right: auto;
	z-index: 1;
}

.current-site-remote .page-privacy-policy .blog-section,
.current-site-remote .page-terms-condition .blog-section {
	padding-top: 0;
}

.profile-complete-popup .progress-btn .global-btn {
	padding: 10px;
	text-align: center;
}

.incomplete-circle {
    background-color: red;
}
.current-site-remote .page-testimonials .blog-section {
	padding: 0;
}

/*..............responsive............*/
@media(min-width:1200.01px) and (max-width:1600px){
.top-header .navbar-brand img{max-width: 280px;}
.current-site-remote .top-header .navbar .navbar-nav li{margin-left: 18px;} 
}
.contractual-icon, .staff-icon {
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
}

.contractual-icon{
	background-image: url('../images/contractual.jpg');
}
.staff-icon {
	background-image: url('../images/staff.jpg');}
@media(min-width:1200.01px) and (max-width:1600px) {
	.top-header .navbar-brand img {
		max-width: 280px;
	}

	.current-site-remote .top-header .navbar .navbar-nav li {
		margin-left: 18px;
	}
}
.form-control[readonly]{
	background-color: #fff !important;
  }