@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
*{
	margin: 0;
	padding: 0;
	outline: none !important;
}
.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
}
a{
	text-decoration: none;
}
body{
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}
.banner-img{
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-img img{
	width: 100%;
}
.color{
	color: #3f51b5 !important;
}
.active{
	background-color: #005d49;
}
.content-wrapper{
	float: left;
	width: 100%;
	margin: 0 0 7px 0;
	background-color: #fff;
}
.heading-title{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.page-title{
	margin: 0;
	font-size: 30px;
	color: #3f51b5;
	text-transform: capitalize;
}
.post-title{
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 5px 0;
	text-transform: capitalize;
}
.wrapper{
	position: relative;
	z-index: 99;
}

.site-btn-lg{
	width: 386px;
    line-height: 70px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    font-size: 30px;
    background-color: #b39ddb;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin: 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.site-btn-lg:hover{
	background-color: #b39ddb;
}
.site-btn-v1{
    line-height: 34px;
    color: #000;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    background-color: #00a700;
    padding: 6px 0;
    text-transform: uppercase;
    cursor: pointer;
    font-style: italic;
    font-weight: 600;
    margin: 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.site-btn-v1:hover{
	background-color: #02ef00;
}
.site-btn-v2{    
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    background-color: #b39ddb;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin: 5px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.site-btn-v2:hover{
	background-color: #b39ddb;
}
.btn-panel .site-btn-v2.lg-btn-v2{
	background-color: #3f51b5;
}
/*	Header Start
===============================*/
.header{
	float: left;
	width: 100%;
	padding: 10px 0;
	height: 80px;
}
/*	Navigation Start
===============================*/
nav.navigation{
	float: right;
	margin: 20px 0 0 0;
}
nav.navigation ul{
	float: left;
	margin: 0;
}
nav.navigation ul li{
	float: left;
	list-style: none;
	margin: 0 0 0 30px;
}
nav.navigation ul li a{
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
nav.navigation ul li.active{
	background-color: transparent;
}
nav.navigation ul li.active a{
	color: #3f51b5;
}
nav.navigation ul li a i{
	font-size: 22px;
	float: left;
	margin: 0 5px 0 0;
}
.navigation select {
	width:100%;
	float:left;
	color:#b39ddb;
	padding:6px;
	margin:0;
	background-color:#fff;
	border:none;
	text-transform: capitalize;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.navigation select option{
	padding: 5px;
}
.selectnav { 
	display: none;
}
@media only screen and (max-width: 767px) {
	nav.navigation > ul {
		display:none;
	}
	.js #nav { 
		display: none; 
	}
	.js .selectnav { 
		display: block; 
	}
}
.logo{
 float: left;
}
.logo img{
	width: auto;
	height: 60px;
}
.title-no-jobs{
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    height: 90px;
}
/*	Main Start
===============================*/
.main-content{
	float: left;
	width: 100%;
	margin: 30px 0 70px 0;
}
.job-article-wrapper{
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #d9d9d9;
}
.job-article-wrapper:last-of-type{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.job-article{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
}
.icon-job {
    color: #fff;
    float: left;
    height: 100px;
    line-height: 90px;
    margin: 0 25px 0 0;
    text-align: center;
    text-transform: capitalize;
    width: 100px;
}
.icon-job figure{
	display: inline-block;
	padding: 0 10px;
}
.icon-job figure img{
	width: 100%;
	height: 100%;
}
.job-title{
	float: left;
	width: 62%;
	margin: 6px 0 0 0;
}
ul.categories{
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
}
ul.categories li{
	display: inline;
}
ul.categories li a{
	color: #000;
	font-size: 13px;
	text-transform: capitalize;
}

.social-media {
    float: left;
    width: 100%;
}
.siteBtn.apply-now-btn{
	display: none;
	float: left;
}
.social-media ul{
	margin: 0;
}
.social-media ul li{
	float: left;
	list-style: none;
	margin: 0 2px;
}
.social-media ul li a{
	display: block;
}
.social-media ul li a i{
	display: inline-block;
	font-size: 22px;
	margin: 0 10px 0 0;
}
.job-location{
	float: left;
	margin: 3px 10px 0 0;
}
.job-location ul{
	margin: 0;
}
.job-location ul li{
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	text-decoration: underline;
}
.job-location img {
	float: left;
}
.job-location .text{
	font-size: 16px;
	text-transform: capitalize;
	margin: 6px 0 0 35px;
}
.job-type{
	float: left;
	width: 10%;
	color: #686868;
	margin: 36px 10px 0 0;
}
.job-type i {
	float: left;
    font-size: 26px;
}
.job-type .text{
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 3px 0 0 30px;
}
.siteBtn{
	width: 130px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 50px;
	border: none;
	text-transform: capitalize;
	background-color: #b39ddb;
	margin: 15px 0px;
}
.read-more{
	float: left;
	width: 132px;
	height: 35px;
	margin: 0 15px 0 0;
	border-radius: 20px;
}
.show-job{
	float: right;
	width: 13.6%;
	text-align: center;
	margin: 34px 10px 0 0;
	position: relative;
}
.show-job a{
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -55px;
	display: inline-block;
}
.description-wrapper{
	float: left;
	width: 100%;
	display: none;
	padding: 30px 13px 30px 125px;
}
.job-description{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
        overflow: hidden;
}
.btn-wrap{
	float: left;
	width: 100%;
}
.btn-wrap a{
	float: left;
	margin: 0 15px 0 0;
}
.description-wrapper .social-media {
    margin: 15px 0 0 0;
}
.job-article.add_bg {
    background: #f3f3f3;
}
.siteBtn.more{
	background-color: #0099ff;
}
.siteBtn.btn-hide,
.siteBtn.btn-deatil-more{
	color: #fff;
	background: #4e4f50;
}
.btn-wrap a.btn-hide{
	float: right;
	margin: 0;
	background-color: #eaeaea;
	color: #686868;
}
.siteBtn.apply-now-btn.btn-v2{
	background-color: #ecb702;
}
/*	Pagination Start
===============================*/
.Pagination{
	float: left;
	width: 100%;
	text-align: center;
}
.Pagination ul{
	display: inline-block;
	margin: 0;
	width: 100%;
}
.Pagination ul li{
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 5px;
	display: inline-block;
	border-radius: 100%;
	background-color: #4e4f4f;
}
.Pagination ul li.previous,
.Pagination ul li.next{
	line-height: 53px;
	background-color: #b4b4b4;
}
.Pagination ul li i{
	font-size: 16px;
	font-weight: 700;
}
.Pagination ul li a{
	display: block;
	color: #fff;
} 
/*
============================
	Job Detail Page Start
============================*/
.job-detail{
	float: left;
	width: 100%;
}
.job-detail .job-article{
	min-height: 90px;
}
.job-detail .show-job{
	width: auto;
	margin: 28px 10px 0 0;
}
.job-detail .show-job a{
 left: auto;
 position: static;
 margin: 0;
}
.job-detail .description-wrapper{
	padding: 10px 15px 15px 15px;
}
.job-detail .job-title{
	margin: 24px 10px 0 15px;
}
.job-article .job-title h2{
	margin: 0 0 2px 0;
	line-height: normal;
}
.job-detail .post-title{
	margin: 10px 0;
}
.job-detail-description{
	float: left;
	width: 100%;
}
.job-detail .job-detail-description .job-title{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 20px;
}
.job-detail .job-detail-description .job-title .icon-job{
	margin-left: -20px;
	margin-bottom: 20px;
}
.job-detail-description .description-wrapper{
	display: block;
	padding: 35px 20px;
}
.job-location{
	float: left;
	color: #000;
	margin: 3px 10px 0 0;
}
.job-location ul{
	margin: 0;
}
.job-location ul li{
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
}
.job-location i {
	float: left;
    font-size: 20px;
}
.job-location .text{
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 0 25px;
}
.job-location-type{
	float: left;
	width: 100%;
	margin: 0 0 45px 0;
}
.job-location-type ul{
	margin: 0;
}
.job-location-type ul li{
	float: left;
	list-style: none;
	width: 33.3333%;
}
.job-location-type ul li i {
    float: left;
    font-size: 26px;
}
.job-location-type ul li .text {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 30px;
    text-transform: capitalize;
}
.next-prev-post{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.next-prev-post a{
	text-transform: capitalize;
}
.next-prev-post a.prev-post{
	float: left;
}
.next-prev-post a.prev-post i{
	margin: 0 5px 0 0;
}
.next-prev-post a.next-post{
	float: right;
}
.next-prev-post a.next-post i{
	margin: 0 0 0 5px;
}
.company-info{
	float: left;
	width: 100%;
}
.info-name{
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
.info-name ul{
	margin: 0;
	float: left;
	width: 100%;
}
.info-name ul li{
	float: left;
	width: 100%;
	line-height: 22px;
	margin: 5px 0;
	list-style: none;
	text-transform: capitalize;
}
.company-video{
	float: left;
	width: 100%;
}
.company-video iframe{
	width: 100%;
	border: none;
}
/*
============================
	Contact Page Start
============================*/
.contact-info{
	float: left;
	width: 100%;
}
.contact-info{
	border-left: 1px solid #d0d0d0;
}
.contact-form{
	float: left;
	width: 102%;
	margin-left: -2%;
}
.contact-info .job-title{
	width: auto;
}
.contact-form ul{
	float: left;
	width: 100%;
	margin: 0;
}
.contact-form ul li{
	float: left;
	width: 48%;
	margin: 0 0 2% 2%;
	list-style: none;
}
.contact-form ul li label.error{
	color: #cc0000 ;
	float: left;
	width: 100%;
	margin: 0;
	font-weight: normal;
}
.contact-form ul li:last-child{
	width: 100%;
}
.contact-form ul li form.form{
	float: left;
	width: 100%;
}
.form-fields{
	float: left;
	width: 100%;
	height: 37px;
	border: 1px solid #c6c6c6;
	border-radius: 20px;
	padding: 0 10px;
}
.contact-details{
	float: left;
	width: 100%;
}
.contact-details ul{
	margin: 0;
}
.contact-details ul li{
	float: left;
	width: 100%;
	list-style: none;
	margin: 5px -5px;
	color: #505050;
	text-transform: capitalize;
}
.contact-details ul li:last-child{
	text-transform: lowercase;
}
.contact-details ul li figure{
	float: left;
	width: 30px;
	color: #b39ddb;
	font-size: 19px;
	text-align: center;
}
.contact-details ul li .text{
	margin: 3px 0 0 40px;
}
.contact-form ul li.full-width{
	width: 98%;
}
.contact-form ul li.full-width textarea{
	height: 130px;
	border-radius: 10px;
	resize:none;
	padding: 10px;
}
/*	Modal Start
==============================*/
.modal-heading{
	font-size: 20px;
	text-transform: capitalize;
	color: #000;
	font-weight: 700;
	text-align: center;
}
.modal-header.border-none{
	border: none;
}
.apply-job-from{
	float: left;
	width: 102%;
	margin-left: -2%;
}
.apply-job-from ul{
	float: left;
	width: 100%;
	margin: 0;
}
.apply-job-from ul li{
	float: left;
	width: 31.3333%;
	min-height: 66px;
	margin: 0 0 2% 2%;
	list-style: none;
        position: relative;
}
.full-width{
	width: 100% !important;
}
.autoheight{
	height: auto !important;
}
.apply-job-from ul li textarea.form-fields{
	width: 98%;
	height: 200px;
	resize:none;
}
.apply-job-from ul li select{
	color: #000;
}
.apply-job-from ul li select option{
	padding: 4px 14px;
	-moz-appearance: none;
}
.apply-job-from ul li:last-child{
	width: 100%;
}
.apply-job-from ul li label{
    float: left;
    width: 100%;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

.apply-job-from ul li label.error {
    float: none !important;
    color: #CC0000 !important;
    position: absolute;
    bottom: -22px;
    left: 10px;
    font-weight: 400;
    margin: 0 !important;
}

.staric {
    color: #ea0000;
    font-size: 16px;
    font-weight: bold;
}
.form-fields.choose-file{
	position: relative;
}
.file-name {
	color: #a7a7a7;
    left: 8px;
    position: absolute;
    top: 6px;
}
.choose-file-filed{
	position: absolute;
	top: 0;
	right: 0;
}
.choose-file-filed{
	width: 132px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	border: none;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	cursor: pointer;
	text-transform: capitalize;
    background-color: #b39ddb;
}
.choose-btn{
	width: 132px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-transform: capitalize;
    background-color: #b39ddb;
}
.close.btn-close{
	position: absolute;
	top: -16px;
	right: -16px;
	width: 40px;
	height: 40px;
	opacity: 1;
	color: #fff;
	font-size: 22px;
	border-radius: 100%;
	text-shadow: none;
	background-color: #b39ddb;
        
}
.close.btn-close:hover{
	opacity: 1;
	color: #fff;
}
.popup-form{
	float: left;
	width: 100%;
}
.apply-job-from ul li.questionare-section{
	width: 100%;
}
.apply-job-from ul li.questionare-section label{
	font-weight: 400;
	margin: 0 0 20px 0;
}
.wrap-container{
	float: left;
	width: 98%;
	border-radius: 5px;
	padding: 10px;
	background-color: #f4f4f4;
}
.wrap-inner{
	float: left;
	width: 100%;
	/*height: 256px;*/
}
.wrap-inner p{
	float: left;
	width: 100%;
	margin: 0 0 25px 0;  
        position: relative;
}
.apply-job-from ul li.questionare-section .form-fields{
	width: 50.5%;
}
/* SLIDE Button */
.slide-btn {
	float: left;
	width: 94px;
	height: 37px;
	background: #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #c6c6c6;
	background-color: #fff;
}

.slide-btn:after {
	content: 'NO';
	color: #000;
	position: absolute;
	right: 10px;
	top: 9px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slide-btn:before {
	content: 'YES';
	color: #00bf00;
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 0;
	font-weight: bold;
}

.slide-btn label {
	display: block;
	width: 50px !important;
	height: 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1;
	background-color: #81b431;
}
.slide-btn input[type="checkbox"] {
    height: 35px;
    margin: 0;
    opacity: 0;
    position: relative;
    width: 93px;
    z-index: 99999;
    cursor: pointer;
}
.slide-btn input[type=checkbox]:checked + label {
	left: 43px;
	width: 34px;
}
.radio-btn-wrap{
	float: left;
	position: relative;
}
/* CheckBoxes Style Start */
.checkbox-wrap{
	float: left;
	width: 100%;
}
.label-wrap{
	float: left;
	margin: 0 40px 0 0;
}
.squared {
	float: left;
	width: 20px;	
	margin: 0 10px 0 0;
	position: relative;
}
.squared label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border-radius: 4px;
	border: 2px solid #000;
	background-color: #f4f4f4;
}
.squared input[type=checkbox]{
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 9999;
	opacity: 0;
}
.squared label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #000;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squared input[type=checkbox]:checked + label:after {
	opacity: 1 !important;
}
.checkbox-wrap #squared{
	float: left;
	margin-top: 2px;
}
.checkbox-wrap{
	position: relative;
}
.join-from ul li label.label{
	width: auto;
	display: inline;
	padding-left: 30px;
	font-size: 12px;
}
/*=================================
	Join Our Network
=================================*/
.join-our-network{
	float: left;
	width: 100%;
	background-color: #fff;
	margin:10px 0;
}
.text-column{
	float: left;
	width: 49%;
        text-align:justify;
        background-color: #FFF;
        padding: 20px
}
.form-column{
	float: right;
	width: 49%;
        background-color: #FFF;
        padding: 20px
}
.text-block{
	float: left;
	width: 100%;
}
.text-block p{
    line-height:25px;
    font-size:16px;
    font-weight: 600;
}
.text-block h2{
	float: left;
	width: 100%;
	color: #333;
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
.page-logo{
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
.text-block ul{
	float: left;
	width: 100%;
        margin:25px 0 0 0;
}
.text-block ul li{
	float: left;
	width: 100%;
	padding: 0 0 0 20px;
	list-style: none;
        font-weight: 600;
	position: relative;
	margin: 10px 0;
}
.text-block ul li:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	color: #939393;
        width:8px;
        height:8px;
        background-color:#000;
        -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
}
.join-from{
	float: left;
	width: 100%;
}
.join-from ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.join-from ul li{
	float: left;
	width: 100%;
	margin: 6px 0;
	height: 70px;
	list-style: none;
}
.join-from ul li.form-col-left{
	float: left;
	width: 49%;
}
.join-from ul li.form-col-right{
	float: right;
	width: 49%;
}
.join-from ul li.terms-conditions{
	position: relative;
	padding-left: 20px;
}
.join-from ul li.terms-conditions input[type="checkbox"]{
	position: absolute;
	left: 0;
}
.join-from ul li.terms-conditions a{
	color: #15c;
	text-decoration: underline;
	font-style: italic;
}
.join-from-fields{
	float: left;
	width: 100%;
	height: 37px;
	border: 1px solid #c6c6c6;
	border-radius: 20px;
	padding: 0 10px;
}

.join-from ul li label{
    color: #000;
    float: left;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: capitalize;
    width: 100%;
}
.join-from ul li select{
	color: #000;
}
.join-from ul li select option{
	padding: 4px 10px;
}
.join-from ul li .join-btn{
	color: #fff;
	padding: 10px 50px;
	border-radius: 20px;
	border: none;
	font-weight: bold;
	text-transform: capitalize;
    cursor: pointer;
    background-color: #b39ddb;
}
.staric {
    color: #ea0000;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    line-height: 1;
    margin: 0 0 0 4px;
    position: relative;
    top: 4px;
}
.optional-info{
	float: left;
	width: 100%;
	color: #453c5e;
	margin: 15px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
}
.join-from ul li .choose-file{
	position: relative;
	width: 100%;
	float: left;
}

.join-from ul li .choose-file-filed{
	position: absolute;
	top: 0;
	right: 0;
}
.join-from ul li .choose-file-filed{
	width: 132px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	border: none;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: #b39ddb;
	text-transform: capitalize;
}
.join-from ul li.textarea{
   margin:20px 0 10px 0;
   height: auto;
}
.join-from ul li.textarea label{
	float: left;
	width: auto;
}
.join-from ul li.textarea textarea{
    resize:none;
    height:85px;
    padding:10px 20px;
    
}
.join-from ul li .choose-btn{
	width: 132px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #b39ddb;
	text-transform: capitalize;
}
.join-from-fields.choose-file {
  position: relative;
}
.join-from ul li .choose-file label.error{
    bottom:-40px;
    left:0;
}
.file-name {
  color: #000;
  left: 8px;
  position: absolute;
  top: 9px;
}
.join-from ul li label.error {
  float: none !important;
  color: #CC0000 !important;
  position: relative;
  left: 0;
  bottom:0;
  font-weight: 400;
  margin: 0 !important;
}
.upload-file{
	float: left;
	width: 100%;
}
.info{
        font-size: 12px;
        display: table;
        padding-top: 5px;
        padding-right: 10px;
        float: right;
        color: #333;
}
.join-from ul li.custom_video_source{
    margin: 10px 0 20px 0; 
    height: auto;
}
.join-from ul li label.text_transform_reset{
    text-transform: unset;
}
.join-from ul li label.video_source_margins{
    margin-left:10px !important; 
    margin-top:10px !important;
}
/*=================================
	Join Our Network - END
=================================*/

/*  Footer Start
=============================*/
.footer{
    float: left;
    width: 100%;
    background-color: #181818;
    box-shadow: 0 78px 0px 0 #262626 inset;
}
.footer-widgets{
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}
.widget{
    float: left;
    width: 25%;
    padding: 0 15px;
}
.widget h4{
    color: #00a700;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 28px 0 35px 0;
}
.widget ul,
.widget ul li{
    float: left;
    width: 100%;
}
.widget ul li{
    margin: 4px 0;
    list-style: none;
    text-transform: capitalize;
}
.widget ul li a{
    color: #969696;
}
.widget ul li a:hover{
    color: #00a700;
}

.copyright{
    float: left;
    width: 100%;
    background-color: #b39ddb;
}
.copy-right-text{
    float: right;
    width: 84%;
    height: 78px;
    display: table;
}
.copy-right-text p{
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.social-links{
    float: left;
    width: 100%;
}
.social-links ul{
    padding: 0;
    margin: 0;
    float: right;
}
.social-links ul li{
    display: inline-block;
    padding: 0 5px;
    height: 78px;
    line-height: 78px;
    list-style: none;
    margin: 0 0 0 -1px;
    text-align: center;
    /*border-left:1px solid #a087ce;
    border-right:1px solid #a087ce;*/
}
.social-links ul li a{
    display: inline-block;
    background-color: #fff;
    color: #999;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    border-radius: 50%;
    border:1px solid #e6e6e6;
}
.social-links ul li a:hover{
	color: #fff;
}
.social-links ul li a.linkedin{
	color: #4875B4;
}
.social-links ul li a.google-plus{
	color: #C63D2D;
}
.social-links ul li a.twitter{
	color: #33CCFF;
}
.social-links ul li a.facebook{
	color: #3B5998;
}
.social-links ul li a.youtube{
   color: #cc181e;
}
.social-links ul li a.instagram{
   color: #5851db;
}
.social-links ul li a.glassdoor{
    color: #7cb228;
}
.social-links ul li a:hover{
	color: #fff;
}
.social-links ul li a.linkedin:hover{
	background-color: #4875B4;
	border-color: #4875B4;
}
.social-links ul li a.google-plus:hover{
	background-color: #C63D2D;
	border-color: #C63D2D;
}
.social-links ul li a.twitter:hover{
	background-color: #33CCFF;
	border-color: #33CCFF;
}
.social-links ul li a.facebook:hover{
	background-color: #3B5998;
	border-color: #3B5998;
}
.social-links ul li a.youtube:hover{
    background-color: #cc181e;
    border-color: #cc181e;
}
.social-links ul li a.instagram:hover{
    background-color: #5851db;
    border-color: #5851db;
}
.social-links ul li a.glassdoor{
    background-color: #7cb228;
    border-color: #7cb228;
}
.social-links ul li a.glassdoor:hover{
    background-color: #7cb258;
    border-color: #7cb228;
}
.join-btn{
	float: right;
	padding: 10px 30px;
	border-radius: 50px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	background-color: #43bd00;
	margin: 2px 0 0 0;
}
.heading-title h2{
	float: left;
}
.page-banner{
	float: left;
	width: 100%;
	position: relative;
}
.page-banner img{
	width: 100%;
}
.video-area{
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}
.header-video {
    float: left;
    width: 100%;
    text-align: center;
}
.header-video iframe{
	width: 100%;
	height: 193px;
	display: inline-block;
	border:none;
}
.job-dtails{
    float: left;
    width: 100%;
}
.job-dtails h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 47px;
    color: #000;
    margin: 0 0 10px 0;
}
.job-location-pd {
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 50px 0;
	font-weight: bold;
}
.job-info{
    float: left;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.job-info ul{
    margin: 0;
}
.job-info ul li{
    float: left;
    text-align: center;
    list-style: none;
	margin:5px 20px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
.job-info ul li span{
    font-size: 16px;
    color: #000;
    margin: 0 5px 0 0;
    text-transform: capitalize;
}
.job-video{
	text-align: center;
    width: 100%;
    margin: 10px 0 45px 0;
    float: left;
}
.job-video iframe{
	display: inline-block;
	width: 750px;
	height: 400px;
	border: none;
}
.job-description-text{
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.job-description-text h2{
    display: inline-block;
    width: 100%;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    color: #3f51b3;
    font-style: italic;
    text-decoration: underline;
}
.job-description-text strong{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    color: #000;
    text-decoration: underline;
    font-style: italic;
    text-transform: capitalize;
}
.job-description-text p{
    margin: 0 0 25px 0;
}
.job-description-text p a{
    color: #0099ff;
}
.job-description-text ul{
    margin: 0 0 35px 0;
    float: left;
    width: 100%;
}
.job-description-text ul li{
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0 0 0 20px;
    line-height: 25px;
}
.job-description-text ul li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}
.btn-panel{
    float: left;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.btn-panel.top-btn a{
	position: relative;
	top: -42px;
}
.registered-user{
    width: 600px;
    margin: 0 auto;
}
.registered-user form{
    float: left;
    width: 100%;
}
.registered-user form ul{
    float: left;
    width: 100%;
    margin: 0;
}
.registered-user form ul li{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 30px 0;
}
.registered-user form ul li:last-child{
    margin: 0 0 20px 0;
}
.fields-wrapper{
    float: left;
    width: 100%;
    position: relative;
}
.form-fileds{
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    float: left;
    height: 37px;
    padding: 0 10px;
    width: 100%;
}
.fields-wrapper.comment-filed textarea{
	height: 300px;
	padding: 30px;
	border-radius: 30px;
}
.fields-wrapper.button-field{
	text-align: center;
}
.field-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 56px;
    font-size: 30px;
    text-align: center;
    line-height: 51px;
    background-color: #0099ff;
    color: #fff;
    border-radius: 50px 0 0 50px;
}
.fields-wrapper.button-field .site-btn-v2{
	width: 300px;
	height: 60px;
}
.modal-dialog.custom-popup{
	width: 1100px;
}
.social-media.job-detail {
    text-align: center;
}
.social-media.job-detail ul {
    display: inline-block;
    float: none;
    margin: 0;
}
.icon-job.contact-icon i{
	font-size: 50px;
	color: #b39ddb;
}
.stLarge {
    background-image: url('../images/social-2.png') !important;
    height: 19px !important;
    width: 65px !important;
}
.stButton{
    margin: 2px 0 0 0;
}
.stButton .stLarge:hover {
    background-position: 0 center !important;
    opacity: 0.75;
}
.social-media ul li img:hover{
    opacity: 0.75;
}
.Pagination li:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 167, 0, 1) 0%, rgba(0, 141, 1, 1) 100%) repeat scroll 0 0;
}
.Pagination .active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 167, 0, 1) 0%, rgba(0, 141, 1, 1) 100%) repeat scroll 0 0;
    border-radius: 50%;
}
.hint_message {
    text-align: right;
    font-size: 12px;
    padding-right: 10px;
}
#remaining_text{
	color: #cc0000;
}

.opertinity-form-inner {
    float: left;
    width: 100%;
}
.apply-job-from ul li.employment-opertinity-form{
	width: 98%;
}
.questionnaire-form{
	float: left;
	width: 100%;
	margin: 25px 0;
}
.questionnaire-form ul{
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%;
}
.questionnaire-form ul li{
	display: inline-block;
	margin: 2px 0;
	min-height: 50px;
	width: 98% !important;
	float: none;
}
.questionnaire-form ul li label{
	float: left;
	font-weight: 600;
	text-transform: capitalize;
	width: 37%;
	margin: 7px 0 0 0;
	text-align: left;
}
.questionnaire-form ul li .form-fields{
	float: right;
	width: 63%;
}
.radio-btn{
	float: right;
	width: 63%;
}
.fancy-rabio-btn{
	float: left;
	margin: 0 10px;
}
.separator-border{
	float: left;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border-bottom: 1px dotted #ddd;
}
#join_network a {
    text-decoration: underline;
}
.question-block,
.question-block-inner{
	float: left;
	width: 100%;
	position: relative;
}
.question-block h2{
	font-size: 18px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.question-block-inner{
	padding: 0 20px;
}
.question-row{
	float: left;
	width: 100%;
	margin: 8px 0;
}
.accommodation-auestion{
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	position: relative;
}
.accommodation-auestion strong{
	float: left;
	width: 36%;
	/*padding: 0 10px;*/
	text-align: left;
	font-weight: 600;
}
.col-wrp{
	float: right;
	width: 64%;
	padding: 0 10px;
}
.col-wrp .fancy-radio-btn label{
	width: auto !important;
	padding: 0 10px;
}
.fancy-radio-btn{
	float: left;
	width: 100%;
}
.fancy-radio-btn label{
	float: left;
	padding: 5px 10px;
}

.radio-btn .fancy-radio-btn > label {
    float: left;
    width: auto;
}
.question-row .text{
	float: right;
	width: 97.6%;
	margin: 2px 0 0 0;
	font-weight: normal;
}
.disabilities-list{
	float: left;
	width: 100%;
	margin: 15px 0;
}
.disabilities-list ul{
	float: left;
	width: 25%;
	padding: 0 5px;
	margin: 0;
}
.disabilities-list ul li{
	float: left;
	width: 100% !important;
	margin: 2px 0;
	min-height: auto !important;
	list-style-type: circle !important;
	text-align: left;
}
.form-fields.no-border{
	border:none;
	line-height: 34px;
	text-align: left;
}
.radio-btn.full-width {
    float: left;
    width: 100%;
}
big.big-text {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 0 0;
}
.left-panel{
	float: left;
	position: relative;
}
.left-panel label{
	padding: 0 !important;
	margin: 0 !important;
}
.right-panel {
    margin: 0 0 0 23px;
}
.right-panel label{
	padding: 0 !important;
	margin: 0 !important;
}
.join-from ul li.popup-link a {
    text-decoration: underline;
    font-weight: 700;
    color: #000;
}
.join-from ul li.checkbox-wrap label.error{
	left: 23px;
}
.term-condition-content{
	float: left;
	width: 100%;
	padding: 0 20px;
}
.red{
    color: red;
}
.employee_teammember_login{
    float: left;
    font-weight: 600;
    height: 78px;
    display: table;
}
.employee_teammember_login a{
    color: #FFF;
    text-decoration: underline;
    display: table-cell;
    vertical-align: middle;
}
.poweredby {
    float: right;
}
.row_copyright {
    float: left;
    width: 100%;
    background: #000;
}
.poweredby span {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 0 15px 0 0;
}
.poweredby > img {
    padding: 10px 0;
    width: 35%;
}
.hr-lanugages{
    float: right;
    margin: 10px 0px 0 10px;
}
.hr-lanugages .goog-te-gadget-simple {
    background-color: transparent;
    border: 1px solid #a087ce;
    border-radius: 5px;
    float: left;
    height: 38px;
    line-height: 33px;
    padding: 0 2px 0 5px;
    width: 100%;
}
.hr-lanugages .goog-te-gadget-simple img{
    display: none;
}
.hr-lanugages .goog-te-gadget-simple .goog-te-menu-value span{
    margin: 0 3px 0 0;
    color: #a087ce;
    font-size: 12px;
    font-weight: 600;
}

.apply-job-from ul li .resume-attachment label{
	width: auto;
}
.google-btn{
	width: 100%;
}

.site-btn {
	border: medium none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	margin: 5px;
	padding: 10px 20px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	min-width: 117px;
}

.google-btn {
	margin-top: 0;
	padding: 7px;
	width: 100%;
	margin-bottom: 0;
}

.google-btn:hover {
	color: #ffffff;
}


.resume-label-withradio{
	display: inline-block;
	margin-left: 6px !important;
	width: auto !important;
	float: right !important;
}

.resume-label-withradio span {
	font-size: 14px;
	padding: 2px;
}

.resume-label {
	display: inline-block;
	width: auto !important;
}
.talent-network-image,
.talent-network-video{
	float: left;
	width: 100%;
}
.talent-network-video{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.apply-job-from .file-name .red {
    font-size: 11px;
    font-weight: 600;
    margin: 30px 0 0 0;
}
.logo-aspect-vertical .logo img {
    height: 85px;
    width: 60px;
}
.logo-aspect-square .logo img {
    height: 80px;
    width: 80px;
}
.logo-location-left.logo-aspect-horizontal .logo img, 
.logo-location-right.logo-aspect-horizontal .logo img {
    height: 60px;
    width: 90px;
}
.logo-location-center.banner-caption-div .logo{
	width: 100%;
	position: static;
	display: inline-block;
	text-align: center;
	margin: 33px 0 0 0;
}
.logo-location-center.banner-caption-div .logo a{
	display: inline-block;
}
.logo-aspect-horizontal.logo-location-center .logo img {
    height: 60px;
    width: 120px;
}
.logo-location-right nav.navigation,
.logo-location-right .hr-lanugages{
	float: left;
}
.logo-location-center .hr-lanugages{
	float: left;
}
.logo-location-center .logo{
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 9;
}
.logo-location-right .logo {
    float: right;
}
.terms-conditions {
	position: relative;
	padding-left: 20px;
	padding-bottom: 8px;
	min-height: initial !important;
}
.terms-conditions input[type="checkbox"] {
	position: absolute;
	left: 0;
	top : 2px;
}
.terms-conditions label {
	color: #000;
	float: left;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform: capitalize;
	width: 100%;
}
.terms-conditions label.error{
	bottom:-10px !important;
}
.upload_logo_image{
    width: 60px !important;
}
.theme-3-law-and-email{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.theme-3-law-and-email-section{
	margin: 40px;
}
.theme-3-email{
	color: #fff;
    font-size: 16px;
	font-weight: 400;
}
.theme-3-notice-supplement{
	color: #3f51b5 !important;
    font-size: 18px;
	font-weight: 800;
}
/*========Custom Checkbox and radio buttom style=================*/

.control {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  width: auto !important;
  font-weight: normal !important;
  margin: 0 10px 10px 0 !important;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #81b431;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #81b431;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/*========Custom Checkbox and radio buttom style End=================*/
.form-wrp .form-control {
	float: left;
	width: 100%;
	height: 37px;
	font-weight: 600;
	color: #000;
	border: 1px solid #c6c6c6;
	border-radius: 20px;
	padding: 0 10px;
}

.form-wrp .form-group label {
	float: left;
	width: 100%;
	font-weight: 600;
	margin: 0 0 5px 0;
	text-transform: capitalize;
}

.form-wrp .form-group label.error {
	 color: #CC0000;
	 font-weight: normal;
	 font-size: 14px;
	 line-height: 12px;
	 margin: 4px 0 0 0;
	 float: left;
	 width: 100%;
}

.form-control.error {
	color: #CC0000;
	border-color: #CC0000;
}

.form-fields.error {
	color: #CC0000;
	border-color: #CC0000;
}

.form-control.textarea {
	height: 150px;
	padding: 10px;
}