body
{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:17px;
}
*{
	margin:0px;
	padding:0px;
		font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:17px;
}
a{text-decoration:none;
-webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;}
.bg-background-bg
{
	background:url(../images/index-page_img.png) no-repeat;
	background-position:center center;
	background-size:cover;
	height:815px;
	    padding-top: 18px;
}
body .bg-background-bg .navbar-brand:hover
{
color:#fff ;	
}
.bg-background-bg .navbar-dark .navbar-brand
{
	color:#fff;
	font-size:26px;
	letter-spacing:9px;
	font-weight:800;
	text-transform:uppercase;
}
.bg-background-bg .navbar-dark .navbar-nav li a.nav-link
{
	color:#fff;	float:left;width:100%;
}
.bg-background-bg .navbar-dark .navbar-nav li a.nav-link:hover
{
	color:#ebebeb;	
}
.bg-background-bg .navbar-dark .navbar-nav li
{padding-left:12px;}
.bg-background-bg .navbar-dark .navbar-nav li.login-btn
{
    border: 1px solid #fff;
    border-radius: 12px;
    width: 108px;
    text-align: center;
    padding: 0px;
    margin-left: 14px;	
	-webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;
}
.bg-background-bg .navbar-dark .navbar-nav li.login-btn:hover
{
    border: 1px solid #d1e9ff;
	background:#d1e9ff;
	color:#2d72b1;
}
.bg-background-bg .navbar-dark .navbar-nav li.login-btn:hover a
{
	color:#2d72b1;
}
.bg-background-bg .instant-offer
{
    color: #fff;
    text-align: left;
    font-size: 38px;
    font-weight: normal;
    line-height: 48px;
    padding-top: 7%;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.make-custom-selection-box
{
    float: left;
    width: 100%;
	box-sizing:border-box;
    padding: 3%;	
}
.make-custom-selection
{
    background: #fff;
    padding: 12px;
    float: left;
    width: 100%;
    border-radius: 35px;
    box-sizing: border-box;
}
.make-custom-selection ul li {
    display: inline;
    padding-left: 3.1%;
}
.make-custom-selection ul li input
{
	border:0px none;
	text-transform:uppercase;
	font-size:11px;
}
.make-custom-selection ul li select
{
	font-size:14px;
	border:0px none;
	text-transform:uppercase;
}
.make-custom-selection ul li input:focus
{
	outline:0px none;
}
.make-custom-selection ul li select:focus
{
outline:0 none;	
}
.make-custom-selection ul {
    margin: 0px;
    padding: 10px 0px;
}
.make-custom-selection ul li a {
    background: #2d72b1;
    color: #fff;
    border-radius: 62px;
    padding: 13px 29px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;
}
.make-custom-selection ul li a:hover {
background:#5d9dd8;	
text-decoration:none;	
}
.work-categories
{
	float:left;
	width:100%
}
.work-categories h2
{
	float:left;
	width:100%;
	text-align:center;
	padding-top:70px;
	color:#5d9dd8;
	margin-bottom:0px;
}
.work-categories .sub-title
{
    float: left;
    width: 100%;
    color: #a1a1a1;
    padding-bottom: 45px;
    text-align: center;
}
.work-categories .work-type {
    float: left;
    width: 100%;
    text-align: center;
	    /*position: relative;*/
}
.work-categories .work-type img{
    /*float: left;*/
    width: 80%;
	border-radius: 10px;
}
.work-categories .col-md-12 .col-md-3
{
	float:left;
	margin-bottom:25px;
}
body .work-type span {
    float: center;
    width: 100%;
  /*  text-shadow: 1px 2px 3px #000;*/
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 0px;
    font-size: 17px;
    color:#a1a1a1;
    text-transform: uppercase;
		-webkit-transition: all 0.2s ease; /* Safari */
    transition: all 0.2s ease;
}
.work-categories .work-type:hover span{
    bottom: 20px;
}
.how-it-works
{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:60px;
}
.how-it-works .desc-left
{
	background:#0072bc;
	padding:7%;
   float: left;
    width: 100%;
    height:384px;
    /*max-height: 384px;*/	
	display: table;
}
.how-it-works .desc-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 41px;
    float: left;    
    width: 100%;
}
.how-it-works .desc-left p {
    color: #fff;
    text-transform: lowercase;
    font-size: 17px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.how-it-works .desc-right
{
	background:#f7941d;
	padding:7%;
   float: left;
    width: 100%;
    height:384px;
    /*max-height: 384px;*/
    display: table;	
}
.how-it-works .desc-right h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 41px;
    float: left;    
    width: 100%;
	padding-top: 20px;
}
.how-it-works .desc-right p {
    color: #fff;
    text-transform: lowercase;
    font-size: 17px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.how-it-works .icons-right
{
float: left;
    width: 100%;
	/*background:url(../images/shopping-bg.jpg) no-repeat;*/
    /*background-color: lightgrey;*/
	background-position:center center;
	background-size:cover;
	padding:20px;
	    min-height: 384px;
    max-height: 384px;
}
.how-it-works .icons-left
{
float: left;
    width: 100%;
	/*background:url(../images/women-bg.jpg) no-repeat;
    background-color: lightgrey;*/
	background-position:center center;
	background-size:cover;
	padding:20px;
	    min-height: 384px;
    max-height: 384px;
}
.how-it-works .col-md-12 .col-md-6
{
	float:left;
}
.icons-right ul li {
    display: inline;
    width: 33%;
    float: left;
    list-style-type: none;
	text-align:center;
    cursor: pointer;
	margin-bottom: 0;
    margin-top: 0;
}
.icons-right ul li span
{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
}
.icons-left ul li {
    display: inline;
    width: 33%;
    float: left;
    list-style-type: none;
	text-align:center;
    cursor: pointer;
	margin-bottom: 0;
    margin-top: 0;
}
.icons-left ul li span
{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
}

.offers-platform
{
	float:left;
	width:100%;	
}
.offers-platform h2
{
	color:#488fd0;
	font-size:30px;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:0px;
}
.offers-platform .sub-title
{
		float:left;
	width:100%;
	text-align:center;
	color:#7d7d7d;
	font-size:17px;
}
.offers-platform .col-md-6{
	float:left;
}
.offers-platform .current-offers
{
    margin-top: -1%;
float:left;
width:100%;
box-sizing:border-box;	
}
.offers-platform .current-offers h5
{
font-size:18px;	
color:#488fd0;
float:left;
width:100%;	
    padding-top: 11px;
}
.current-offers ul{
float:left;
width:100%;		
}
.current-offers ul li{
    display: inline;
    list-style-type: none;
    font-size: 13px;
    color: #7d7d7d;
    padding-left: 13px;
}
.current-offers .offers-latest {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #000;
}
.current-offers ul li span img {
    width: 16px;
    margin-right: 5px;
}

.look-platform {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}
.look-platform img{
    float: left;
    width: 100%;
    cursor: pointer;
}
footer
{    float: left;
    width: 100%;
	background:#1c1c1d;
	margin-top:50px;
}
footer .col-md-3{float:left}
footer h2{font-size:21px;color:#fff}
footer ul
{    float: left;
    width: 100%;
}
footer ul li
{    float: left;
    width: 100%;
	display:block;
	list-style:none;
}
footer ul li a
{ 
color:#959595;
font-size:15px;
}
footer ul li a:hover
{ 
color:#fff;
font-size:15px;
}
footer ul.social li {
    display: inline;
    width: auto;
    padding-left: 20px;
}
footer ul.find-us-on li {
    display: block;
    margin-bottom: 10px;
}
footer .copyright
{
    float: left;
    width: 100%;
    text-align: center;
    background: #151516;
    color: #898989;
    padding: 10px 0px;
    font-size: 14px;
}
.icons-left ul li:hover img {
    transition: all 0.3s ease;
    transform: rotateY(360deg);
	 -ms-transform:  rotateY(360deg); /* IE 9 */
    -webkit-transform:  rotateY(360deg); /* Safari */
}
.icons-right ul li:hover img {
    transition: all 0.3s ease;
    transform: rotateY(360deg);
	 -ms-transform:  rotateY(360deg); /* IE 9 */
    -webkit-transform:  rotateY(360deg); /* Safari */
}
body .bg-dark{background:none !important}
.home-form .form-control {
    border: 0 none;
}
.categories-filed {
    max-width: 240px;
	width:100%;
}
.exmaple-lable{
	position: absolute;
    top: -25px;
    right: 0;
	font-weight: normal;
}
.home-form .form-group {
    position: relative;
}
.form-description .form-control {
	height: auto;
	border-radius: 10px;
	resize: none;
}
.btn.post-request-btn {		
	background-color: #337ab7;
    border-color: #2e6da4;
}
.btn.post-request-btn:hover {
	background-color: #286090;
    border-color: #204d74;
}
.list-box ul li {
    max-width: 171px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-radius: 15px;
	border: 1px #ffffff;
    background-color: #000 !important;
	min-height: 140px;
    vertical-align: middle;
    display: table;
    float: left;
}
textarea::-webkit-input-placeholder {
	font-size: normal;
	font-style:italic;
	font-weight:normal;
}

textarea:-moz-placeholder { /* Firefox 18- */
	font-size: normal;
	font-style:italic;
	font-weight:normal; 
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	font-size: normal;
	font-style:italic;
	font-weight:normal;
}

textarea:-ms-input-placeholder {
	font-size: normal;
	font-style:italic;
	font-weight:normal;
}
.diagonal-height{
	min-height: 20rem;
}
.list-box {
    padding-top: 40px;
}
.list-box ul li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
}
.margin-space{
	margin-bottom: 30px;
}
ul.why-section {
	color: #fff;
	font-size: 17px;
	text-transform: capitalize;
	padding-left: 20px;
	display: inline-block;
    width: 100%;
	margin:0;
}
.desc-block {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
ul.why-section li {
    font-size: 16px;
}

@media (max-width:1000px){
	.offers-platform .platform-sec h2 {
    padding-top: 19%;
}
	
	
}
@media (max-width:1500px){
    .offers-platform .platform-sec h2 {
        padding-top: 5%;
}
    
    
}
@media (max-width: 994px){
body .work-type span {
    font-size: 17px;
}
}
@media (min-width: 995px){
body .work-type span {
    font-size: 15px;
}
}
@media (max-width: 1199px) { 
	.make-custom-selection ul li {
		min-height: 42px;
		float: left;
	}
	ul.why-section li,
    .icons-left ul li span,
	.icons-right ul li span	{
		font-size: 14px;
	}
	.how-it-works .desc-right h1,
	.how-it-works .desc-left h1	{
		padding-top: 0;
		font-size: 34px; 
	}	
}
@media (max-width: 991px) {
.bg-background-bg .navbar-dark .navbar-toggler
{
	border:1px solid #fff;
}	
.icons-right ul li img {
    width: 98px;
}
.icons-left ul li img {
    width: 98px;
}
.how-it-works .icons-right ul
{padding-top:30px}	
.how-it-works .icons-left ul
{padding-top:30px}	
.how-it-works .desc-left h1,
.how-it-works .desc-right h1 {
    font-size: 24px;
    padding: 0;
}
.icons-left ul li span{min-height:51px;}
.how-it-works .desc-left p {
    font-size: 15px;
}
.how-it-works .desc-right p {
    font-size: 15px;
}
ul.why-section {
	padding-left: 0;
}
.how-it-works .desc-right,
.how-it-works .desc-left {
	padding:0;
}
	
}
@media (max-width: 767px){
	.list-box ul li {
		max-width: 31%;
	}
	.list-box ul {
		float: left;
		width: 100%;
	}
	.how-it-works .desc-left,
	.how-it-works .desc-right,
	.how-it-works .icons-left,
	.how-it-works .icons-right	{
		max-height: inherit;
	}
	ul.why-section {
		padding-left: 20px;
	}
}

@media (max-width: 576px) { 
.make-custom-selection ul li {
    display: inline;
    padding-left: 0%;
    text-align: center;
    width: 100%;
	padding:0px 15px;
}
.make-custom-selection ul li input {
    border: 0px none;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
}
.bg-background-bg .instant-offer {
    color: #fff;    
    font-size: 27px;
	    padding-top: 6%;
		line-height: 31px;
}
.bg-background-bg
{height:auto;}
.bg-background-bg .instant-offer br {
    display: none;
}
.bg-background-bg .navbar-dark .navbar-brand {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
}
.icons-right ul li img {
    width: 74px;
}
.icons-right ul li span {
    font-size: 15px;
}
.icons-left ul li img {
    width: 74px;
}
.icons-left ul li span {
    font-size: 15px;
}
.list-box ul li {    
    padding: 8px;
	font-size: 13px;
}

}
@media (max-width: 479px) {
	.exmaple-lable {
		top: 0;
		right: 0;
		font-weight: normal;
		position: relative;
		width: 100%;
		display: inline-block;
		text-align: left;
	}
	.list-box ul li{
		max-width: 31%;
	}
}
@media (max-width: 420px) {
	.list-box ul li {
		max-width: 100%;
		margin-bottom: 10px;
		text-align: center;
		min-height: 60px;
	}	
}
.why-us{
    background-color: #222d38;
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    float: left;
}
.why-us-text{
        padding-left: 3%;padding-top: 1%;
    }
#why-us-link-1{
    padding-left: 20%;
}
#why-us-link-2{
    padding-left: 3%;
}
@media (max-width: 990px) {
    .why-us-text{
        padding-left: 22%;
    }
}
@media (max-width: 577px) {
    .why-us-text{
        padding-left: 18%;
    }
   #why-us-link-1{
        padding-left: 14%;
    }

}
@media (max-width: 517px) {
   #why-us-link-1{
        padding-left: 6%;
    }
}
@media (max-width: 380px) {
   #why-us-link-1{
        padding-left: 2%;
    }
    #why-us-link-2{
        padding-left: 1%;
    }
}
.margin-top-35 {
    margin-top: 22px !important;
}
.compact-list-layout {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.compact-list-layout .job-listing.with-apply-button {
    position: relative;
    padding-right: 35px;
}
.compact-list-layout .job-listing:first-of-type {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.compact-list-layout .job-listing {
    box-shadow: none;
    margin-bottom: 0;
    padding: 11px 35px;
    padding-right: 80px;
    border-radius: 0;
}
.job-listing {
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
    margin-bottom: 35px;
    background-color: #fff;
    transition: .3s;
    position: relative;
}
.compact-list-layout .job-listing-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    top: 0;
}
.job-listing-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 35px;
    padding-bottom: 32px;
}
.job-listing .job-listing-description {
    flex: 1;
    padding-top: 3px;
}
.compact-list-layout .job-listing h3 {
    font-size: 18px;
    line-height: 28px;
}
.compact-list-layout .job-listing .job-listing-footer {
    background-color: transparent;
    padding: 0;
    margin-top: 3px;
}
.job-listing .job-listing-footer {
    background-color: #f9f9f9;
    padding: 20px 35px;
    border-radius: 0 0 4px 4px;
    position: relative;
}
.job-listing .job-listing-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-listing .job-listing-footer ul li {
    display: inline-block;
    margin-right: 14px;
    color: #777;
}
.compact-list-layout .job-listing:nth-child(2n) {
    background-color: #e6e4e4;
}

@media(max-width: 767px){
.look-platform video {
    width: 100% !important;
    height: auto;
    margin-top: 20px;
}
}