@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Carrois Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Carrois Gothic Regular'), local('CarroisGothic-Regular'), url(https://fonts.gstatic.com/s/carroisgothic/v9/Z9XPDmFATg-N1PLtLOOxvIHl9amE1C8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



body{
	font-family:Carrois Gothic;
}

a {
	transition: all 0.3s 0.1s ease-out;
}


.portfolio-box{
    width: 100%;
    margin-left: 0%;
    float: left;
    
}
.portfolio-synopsis{
    color: #666;
    font-size: 14px;
    line-height: 26px;

}

.portfolio-info{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0px;
    float: left;  
}
.portfolio-info h3{
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.portfolio-info h3 a{
    text-decoration: none;
    color: #333;
    line-height: 28px;
    font-size: 16px;
}

.portfolio-info h3 a:hover{
    text-decoration: underline;
}

.portfolio-img{
    width: 100%;
    z-index: 10;
    float:left;
    height: 220px;
    overflow: hidden;
}

.each-portfolio{
    float: left;
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #fff;
    padding-bottom: 30px;
    box-shadow: 0px 0px 5px #ccc;
    min-height: 400px;
}

.portfolio-h2{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #DD4B23;
    text-align: center;
    margin-bottom: 0px;
}


.portfolio-h3{
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
}

.portfolio-desc{
    font-size: 18px;
    color: #666;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
    width: 80%;
    margin-left: 10%;
}

.recruitment-intro{
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;

}
.handle-staff{
    background-color: #F3F3F3;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.recruit-intro{
    float: right;
    width: 46%;
    margin-right: 7%;
    font-size: 18px;
    line-height: 32px;
    margin-top: 0px;
    color: #333;
    
}

.handle-staff-desc{
    font-size: 16px;
}


.handle-staff h2{
    
}

.outsos-ul li{
    width: 50%;
    float: left;
    
}
.recruit-img{
    float: left;
    width: 38%;
    margin-left: 7%;
    border-radius: 10px 10px;
    text-overflow: inherit;
}

.recruit-img img{
    border-radius: 10px 10px;

}

.recruit-infro-h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 30px;
   
    font-family: verdana;
    
}

.free-post{
	color: #F30;
	display: block;
	float: left;
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #F30;
	text-decoration: none;
	border-radius:3px 3px;
	margin-top:10px;
	margin-bottom:10px;
}

#emp-but00{
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px 5px;
	font-weight: bold;
	text-decoration: none;
    transition: all 0.3s 0.1s ease-out;
    border-color: orangered; 
    color:#fff; 
    color: orangered; 
    margin-top: 30px; 
    width: 145px; 
    font-size: 17px; 
    display: inline-block;
    margin-right: 0px;
    border: solid 2px orangered;
        background-position: left center;
    background-repeat: no-repeat;
}

#emp-but-or{
    margin-left: 10px; margin-right: 10px;
    color: #666;
}
.nav-list{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	height:auto;
}
.nav-list-li{
	width:90%;
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5%;
	padding-right:5%;
}
.dash-nav{
	float:left;
	width:15%;
	height:100vh;
}
.dash-header{
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	float: left;
}
.dash-house{
	float: right;
	width: 85%;
	height: 100vh;
	background-color: #D6D6D6;	
}
#free-banna {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #00B3DF;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: right bottom
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0FF, #09C); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0FF, #09C); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #09C, #CFF); /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom right, #0FF, #00B3DF ); /* Standard syntax */
}

#paid-banna {
	padding-top: 0px;
	padding-bottom: 40px;
	background-position: 15% top;
	background-color: orange;
	background-repeat: repeat;

}

.free-job-tex-h1{
	font-size: 50px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	
}
.free-job-text {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 0%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 25px;
}
.featured-box h2 {
	background-color: #FFF;
	float: left;
	width: 35%;
	margin-left: 32.5%;
	padding: 0px;
	height: auto;
	margin-top: 0px;
    padding-top: 0px;
	text-align: center;
	text-transform:uppercase;
}

.post-job {
	line-height: 40px;
	float: left;
	height: 40px;
	width: auto;
	padding-right: 10%;
	padding-left: 10%;
	border: 2px solid #F60;
	text-decoration: none;
	text-align: center;
	color: #F00;
	border-radius: 5px 5px;
	font-weight: bold;
}
.post-job2 {
	transition: all 0.3s 0.1s ease-out;
	line-height: 40px;
	float: left;
	height: 40px;
	width: 10%;
	padding-right: 10%;
	padding-left: 10%;
	text-decoration: none;
	text-align: center;
	color: #F60;
	border-radius: 5px 5px;
	font-weight: bold;
	margin-right: 35%;
	margin-left: 35%;
	font-size: 16px;
	border-radius: 10px 10px;
	border: 3px solid #F60;
	cursor: pointer;
}
.scs-img{
	width:50px;
	height:50px;
	border-radius:25px 25px;
	overflow:hidden;
	float:left;
    display: inline-block;
    margin-right: 10px;
}


.featured-box{
	float: left;
	height: 10px;
	width: 40%;
	margin-left: 30%;
	overflow: visible;
}

.benefits{
	width: 100%;
	margin-top: 30px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.benefits li {
	float: left;
	width: 29%;
	padding-right: 1%;
	padding-left: 1%;
    margin-left: 1%;
    margin-right: 1%;
	background-image: url(../img/benefit.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	list-style-type: none;
	height: 220px;
	padding-top: 90px;
	text-align: center;
	line-height: 25px;
	margin-bottom: 30px;
    border:  solid 1px #ccc;
    border-radius: 5px 5px
        
}

#feel-athome{
    padding-top: 100px;
    padding-bottom: 100px;
}
.feel-athome-left{
    float: left;
    width: 50%;
}

.feel-athome-right{
    float: right;
    width: 45%;
}

.feel-athome-right h2{
    font-size: 30px;
    margin-top: 0px;
    padding-top: 0px;
}

.feel-athome-right ul{
    padding-left: 0px;
    margin-left: 0px;
}
.feel-athome-right ul li{
    box-shadow: 0px 0px 20px #f1f1f1; 
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 5%;
    width: 85%;
    border-radius: 5px 5px;
    color: #666;
    font-size: 17px;
    background-color: #fff;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    background-image: url("../../images/good-icon-2.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.feel-athome-left img{
    border-radius: 15px 15px;
}
#feel-athome-li2{
    margin-left: 40px;
}

.benefits2{
	width: 100%;
	margin-top: 70px;
	float: left;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #0CF;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: auto;
}
#free-job-benefits {
	padding-bottom:0px;
}
#upsell-feaurure h2 {
	font-size: 22px;
	color: #000;
	font-weight: normal;	
	margin-bottom: 15px;
	padding: 0px;
	margin-top:0px;
	padding-top:0px;
	
}

.upsell-cat{
    
}
#upsell-feaurure {
	
	width: 80%;
	margin-bottom: 20px;
	margin-left: 10%;
	margin-top: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
    border: solid 2px orange;
    border-radius: 5px 5px;
    float: left;
    animation-name: blinking;
  animation-duration: 1s;
  animation-iteration-count: 5;
      
}

@keyframes blinking {
  50% {
    background-color:  #f1f1f1;
  }
}

#upsell-feaurure ul {
    text-align: left;
    float: left;
    width: 86%;
    margin-left: 7%;
}

#upsell-feaurure ul li {
    list-style:url("../../images/good1.png");
    margin-bottom: 10px;
    width: 50%;
    float: left;
    text-align: left;
}

.upsell-but{
    display: block;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    border-radius: 25px 25px;
    background-color: orangered;
    color: #fff;
    font-size: 16px;
    margin-left: 35%;
    margin-right: 35%;
    float: left;
    width: 30%;
    margin-top: 16px;
    background-image: url("../../images/rightt-arrow-wit2.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.botton-1 {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	width: 40%;
	margin: auto;
	border: 1px solid #FFF;
	font-size: 18px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	height: 50px;
	border-radius: 25px 25px;
	background-color: #F60;
	background-repeat: no-repeat;	
	
}
#upsell-feaurure3 {

	margin-top: 0px;
    background-color: #fff;
}



#upsell-feaurure2 {

	margin-top: 0px;
  background: #FC3; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #FC3, #666); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #FC3, #FC3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #CCC, #666); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #FC3, #FF954F); /* Standard syntax */
}


.botton-2 {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	font-size: 16px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	height: 50px;
	float: left;
	border-radius: 25px 25px;
	padding-right: 40px;
	padding-left: 40px;
	letter-spacing: 4px;
	margin-top: 20px;
	text-align: center;
	width: auto;
}
.botton-3 {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 30px;
	height: 30px;
	border-radius: 15px 15px;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 3px;
	margin-top: 40px;
	text-align: center;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
}


.testimoney-box{
    width: 25.5%;
    background-color: #fff;
    box-shadow: 0px 0px 40px #e1e1e1;
    float: left;
    margin-left: 1.2%;
    margin-right: 1.2%;
    padding-left: 2.7%;
    padding-right: 2.7%;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 5px 5px;
    text-align: center;
    line-height: 22px;
    color: #333;
}

.testimoney-box h3{
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 0px;
    background-image: url("../img/star.png?b");
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
}
.testimoney-img{
    width: 64px;
    height: 64px;
    border-radius: 40px 40px;
    padding: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 6px;
}


.testimoney-box p{
    font-size: 13px;
}
.testimoney-img img{
    border-radius: 40px 40px;
}

.testimo-name{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
}

.testimo-company{
    display: inline-block;

    font-size: 14px;
    color: #333;
    width: 100%;
}

.candidate-box{
  width: 20%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.candidate-img{
    width: 130px;
    height: 130px;
    border: solid 5px #ccc;
    border-radius: 70px 70px;
    overflow: hidden;
    display: inline-block;
}
.candidate-img{
    border-radius: 90px 90px;
}
.candidate-name{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.candidate-job{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color:orange;
    font-weight: bold;
    background-image: url("../img/contact.png?a");
    background-repeat: no-repeat;
    padding-bottom: 30px;
    background-position: center bottom;
}

.howitwork-box{
    width: 27.3%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 100px;
    padding-bottom: 40px;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    
}
.howitwork-box p{
    font-size: 15px;
    color: #555;
    line-height: 22px;
}
.sample-profile{
    width: 70%;
    margin-left: 15%;
    border: solid 2px #ccc;
    margin-top: 60px;
    float: left;
    border-radius: 6px 5px;
    overflow: hidden;
}

.search-candi{
    width: 55%;
    float: left;
}

.search-candi h1{
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px;
   
}

.search-candi p{
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-bottom: 30px;
}

.search-candi-but{
    display: inline-block;
    width: atuo;
    padding-right: 80px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color:#F6A22F;
    color: #fff;
    text-decoration: none;
    border-radius: 40px 40px;
    background-image: url("../../images/rightt-arrow-wit2.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
}

.search-profile-banna{
    float: left;
    width: 100%;
    background-image: url("../img/search-candidate.png?k");
    background-repeat: no-repeat;
    background-position: right 10% top 0px;
    padding-bottom: 50px;
    padding-top: 50px;
    
}
#recut-but:hover{
        background-color: #000;
        
    }
#contac-button:hover, #contac-button2:hover{
    background-color: #E53E00;
}
.botton-4 {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	font-size: 16px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	height: 50px;
	float: left;
	border-radius: 25px 25px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	text-align: center;
	width: auto;
 
}
.grop-input{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:25px;
}
#select-option-box label:hover{
	background-color:#E1E1E1;
}
#select-option-box label{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	cursor:pointer;
	font-size:14px;
	color:#666;
}


#employer-services-txt{
    width: 100%;
    margin-left: 0%;
    padding-left: 0px;
    min-height: 350px;
    margin-bottom: 0px;
  
   
    
}
#employer-services-txt li{
    width: 85%;
    text-align: left;
    float: left;
    font-size: 16px;
    margin-bottom: 15px;
    background-image: url("../img/good1.png");
    padding-top: -20px;
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 10%;
    background-position: left 2px; 
    padding-bottom: 5px;
    line-height: 20px;
    color: #666;
}
#employer-services-txt2{
    width: 100%;
    margin-left: 0%;
    padding-left: 0px;
}
#employer-services-txt2 li{
    width: 90%;
    text-align: left;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
   background-image: url("../img/good.png");
    padding-left: 10%;
    background-repeat: no-repeat;
    list-style: none;
}

.select-option-house{
	position:absolute;
	width:290px;
	height:auto;
	float:left;
	display:none;
	transition: all 0.3s 0.1s ease-out;
	margin-top:32px;
}

#select-option-box{
	width: 100%;
	height:auto;
	float:left;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 5px #ccc;
	overflow:auto;
	max-height:180px;
	position:absolute;
	z-index:10000;
	background-color:#fff;
	
}


.benefits2 li {
	float: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	background-repeat: no-repeat;
	background-position: center top;
	list-style-type: none;
	height: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 100px;
}

.benefits2 li h3{
	font-size: 30px;
	color: #09F;
	background-image: url(../img/benefit.png);
	float: left;
	background-repeat: no-repeat;
	background-position: left 10px;
	display: block;
	width: 90%;
	margin-left: -17%;
	padding-left: 16%;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.benefits2 li p{
	width: 100%;
	float: left;
	font-size: 20px;
	color: #666;
	line-height: 30px;
	
}

#topcline{
	width:20%;
	margin-left:40%;
	height:4px;
	background-color:#F60;
	float:left;
	margin-bottom:30px;
	display:none;
}

#coverage-img{
	margin-top:56px;
}

#free-job-posting-form {
	background-color: #F0F0F0;
	padding-top:70px;
}
#free-job-posting-form ul {
}

#free-job-posting-form ul li {
	list-style-type: none;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.formli {
	float: left;
	height: auto;
	width: 50%;
}
#free-job-posting-form legend {
	color: #F30;
	background-color: #FFF;
	float: left;
	height: auto;
	width: auto;
	margin-top: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px #ccc;
}
.form-part1 {
	float: left;
	height: auto;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	min-height: 520px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}
.form-part2 {
	float: right;
	height: auto;
	width: 45.9%;
	padding-right: 2%;
	padding-left: 2%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	min-height: 520px;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#free-job-posting-form  fieldset {
	border: 1px solid #F90;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}
#free-job-posting-form #aform ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	height: auto;
}
#benefit-h3-1 {
	background-image: url(../img/wide-coverage-icon.png);
}
#benefit-h3-2 {
	background-image: url(../img/candidate-icon.png);
}
header {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 20px;
	background-color: #FFF;
	z-index: 500000;
		border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#service-process-h2{
        text-align: center; font-size: 36px; margin-top: 10px; margin-bottom: 60px
    }
#emp-head-id{
background-color:transparent;
}
header nav {
	float: right;
	height: auto;
	width: auto;
	
	
	
}

#nav{
	transition: all 0.3s 0.1s ease-out;
	float: right;
	width: auto;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 10px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
	filter: alpha(opacity=90);  /* IE 5-7 */
	-moz-opacity: 0.9;          /* Netscape */
	-khtml-opacity: 0.9;        /* Safari 1.x */
	opacity: 0.9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

header nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
}
header nav ul li {
	float: left;
	width: auto;
	margin-right: 20px;
	transition: all 0.3s 0.1s ease-out;
	list-style-type: none;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}




#benefit-h3-3 {
	background-image: url(../img/application-icon.png);
}
#benefit-h3-4 {
	background-image: url(../img/employers-icon.png);
}
header nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	padding-top: 10px;
	font-weight:bold;
}

footer {
	background-color: #e1e1e1;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	height: auto;
	width: 100%;
}
.post-job2:hover {
	color: #0CF;
	border-top-color: #0CF;
	border-right-color: #0CF;
	border-bottom-color: #0CF;
	border-left-color: #0CF;
}
.botton-1:hover {
	background-color: #34d8eb;
}
.g-recaptcha {
	float: none;
	height: auto;
	width: 27%;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}
header nav ul li a:hover {
	color: #F60;
}
.container nav ul li:hover {

}
.featured-price {
	float: left;
	height: auto;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px;
	margin-bottom:0px;
   
    

}
.featured-price li {
	float: left;
	height: auto;
	width: 100%;
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.featured-price li span {
	margin-top: 10px;
}
.per-day {
	font-size: 13px;
	color: #06C;
	width: 90px;
	margin-bottom: 10px;
	border-radius: 20px 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
	text-align: center;
}
.f-amount {
	font-size: 30px;
	float: left;
	height: auto;
	width: 100%;
}
#b-visibility{
	background-image: url(../img/visibility4.png);
}
#b-management{
	background-image: url(../img/application-management4.png);
}
#b-anonymity{
	background-image: url(../img/anonymity4.png);
}
#b-account-officer{
	background-image: url(../img/account-officer4.png);
}
#b-speed{
	background-image: url(../img/speed4.png);
}
#b-candidate{
	background-image: url(../img/right-candidate4.png);
   
   
}
#s-list{
	background-image: url(../img/list.png);
}
#b-squestion{
	background-image: url(../img/question4.png);
     
}
#b-deadline{
	background-image: url(../img/deadline4.png);
}
#s-length{
	background-image: url(../img/length.png);
}
#s-validate{
	background-image: url(../img/validate.png);
}
#s-send{
	background-image: url(../img/send.png);
}
.benefits li h3 {
	font-size: 18px;
	color: #333;
}
.contact-phone {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	float: right;
	width: auto;
	margin-right: 20px;
	background-image: url(../img/phone-icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	height: 25px;
	line-height: 27px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #CCC;
	display: block;
	text-decoration: none;
}
#get-started-now {
	background-image: url(../img/point.png);
	background-position: right 30px center;
}
.post-job3:hover {
	
	background-color: #333;
}
#recruitment-banna-in {
	background-position: center bottom;
	background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
	
}
#recruitment-banna {
	background-position: left bottom;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	padding-top:60px;
	padding-bottom:60px;
}
#recuitment-top-comp{
    margin-bottom: 0px;
    margin-top: 80px;
   
    
}
.top-employers{
	width:800px;
	height:auto;
	border-radius:10px 10px;
	box-shadow:0px 0px 0px #666;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:transparent;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-20px;
    margin-bottom: 60px;
}
#recruitment-banna-1 {
	background-position: right top;
	background-color: #F5B10E;
	background-repeat: no-repeat;
	height:auto;
	padding-bottom:120px;
    background-image: url("../img/recruitment-service-min.png");
    background-size: contain;
}
 .testimony-sec{
        float: left;
        width: 100%;
        padding-bottom: 80px;
        padding-top: 80px;
        background-color: #fcf9f9;
        background-image: url("../img/testimonial-section-bg.png");
        background-repeat: no-repeat;
        background-position: left -300px bottom -100px;
    
    }

.sec-title{
  
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;

}

    .testimo-p{
    font-size: 16px;
    color: #666;
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    }

.testimo-msg{
width: 80%;
margin-left: 10%;
font-style: italic;
text-align: center;
font-size: 20px;
color: #666;
line-height: 30px;
}

.testimo-img{
    width: 120px;
    height: 120px;
    border-radius: 60px 60px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#recruit-fast{
	font-size:45px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:0px;
	
}

#recruit-fast2{
	font-size:16px;
	color:#000;
	font-weight:bold;
	
}

#shortlisting-banna {
	background-position: left top;
	background-color: #9966CC;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: auto;
	background: red; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #CDBC42 , #0FF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #CDBC42 , #0FF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #CDBC42 , #FF8000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #FC6 , #9966CC) /* Standard syntax */;
	padding-top: 0px;
	padding-bottom: 0px;
  
}
.recruitment-services li {
	list-style-type: none;
	width: 75%;
	min-height:150px;
	padding-right: 25%;
	text-align: right;
	background-image: url(../img/candidate-icon.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 60px;
}
.recruitment-services2 li {
	list-style-type: none;
	width: 75%;
	height: auto;
	padding-right: 0%;
	text-align: left;
	background-image: url(../img/candidate-icon.png);
	background-position: 50px 25px;
	background-repeat: no-repeat;
	padding-left: 25%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 25px;
	padding-top: 25px;
	float: left;
	
}

.recruitment-services2 li h2, .recruitment-services li h2 {
	margin-top: 0px;
	color: #FFF;
	font-size: 30px
}
.recruitment-services2 li p {
	font-size: 18px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
}
.recruitment-diff {
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#recruitment-banna h1{
	font-size:30px;
	color:#000;
	
}
.recruitment-diff li {
	float: left;
	width: 27%;
	padding-right: 2%;
	padding-left: 2%;
	list-style-type: none;
	background:#FFF;
	min-height:400px;
	text-align:center;
	line-height:32px;
	font-size:18px;
    color: #333;
}
#employer-gain{
	background-color: #B8CFCF;
}
.empl-gain{
	width:100%;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 70px;
    float: left;
}

.empl-gain li{
	width: 19%;
	min-height: 130px;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 140px;
	padding-bottom: 20px;
	list-style: none;
	font-size: 22px;
	line-height: 20px;
	text-align: center;

	box-shadow: 0px 0px 40px #f1f1f1;
	color: #333;
    background-color: #fff;
    
        background-image:url("../img/fast.png");
    background-repeat: no-repeat;
    background-position: center 40px;
}


.empl-gain li h3{
    font-size: 20px;
    color: #666;
}
.empl-gain li p{
    font-size: 14px;
    color: #666;
}
#diff-mid{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-image: url(../img/line.png), url(../img/line.png);
	background-position: left 180px, right 180px;
	background-repeat: no-repeat;
	margin-left:1%;
	margin-right:1%;
	padding-left:4%;
	padding-right:4%;
}

#service-process{
    background-image: url("../img/bg0.png");
    background-repeat:no-repeat;
    background-position: right bottom;
    background-color: #fff;
    margin-top: 0px;
    min-height: 100px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.each-step{
    float: left;
    width: 47%;
    min-height: 100px;
    background-color: #fff;
    border-radius: 10px 10px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 50px #f1f1f1;
    color: #666;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0.9;
    
}

.each-step ol li{
    color: #666;
    margin-bottom: 5px;
    font-size: 15px;
}

.each-step h3{
    font-size: 23px;
    color:#f60;
    margin-bottom: 10px;
    margin-top: 10px;
}
.diff-img {
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	border-radius: 55px 55px;
	margin-bottom: 30px;
	padding: 5px;
	background-image: url(../img/success-history.png);
	background-repeat: no-repeat;
	background-position: center center;
}



.shorlist-img {
	height: 70px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 55px 55px;
	margin-bottom: 20px;
	padding: 5px;
	background-image: url(../img/skill-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.shortlist-steps {
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.shortlist-steps li {
	float: left;
	width: 21%;
	padding-right: 2%;
	padding-left: 2%;
	list-style-type: none;
	background: #FFF;
	min-height: 250px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}
.employer-services {
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px none #CCC;
	
}

.employer-intro{
	float: left;
	width: 53%;
	margin-left: 0%;
	margin-bottom: 50px;
}
.employer-services-li {
	float: left;
	width: 27.3%;
	padding-right: 3%;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 3%;
	list-style-type: none;
	background: #FFF;
	text-align: center;
	font-size: 14px;
	box-shadow: 0px 0px 15px #E4E4E4;
	border-radius: 5px 5px;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height:355px;
    z-index: 100;
    position: relative;
}
#mid-package{
    z-index: 10000;
    margin-top: -25px;
    min-height:690px;
    box-shadow: 0px 0px 30px #E4E4E4;
}
#recruitment-sec{
	background-color: #FFF;	
}

#featured-jobs-sec{
	background-color:#fff;
    padding-top: 0px;
    padding-bottom: 60px;
   
}
#search-candidate-sec{
	background-color:#f1f1f1;
    padding-top: 120px;
    padding-bottom: 70px;
    margin-bottom: 40px;
  
   
}


.shortlist-info-section{
    float: left;
    width: 48%;
    margin-top: 0px;

}
.info-section{
    float: left;
    width: 40%;
    margin-top: 0px;
}
.img-section{
    float: right;
    width: 50%;
    border-radius: 10px 10px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:orange;
}
.sl-img-section{
    float: right;
    width: 46%;
    border-radius: 10px 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;

}

.sl-img-section img{
    border-radius: 10px 10px;
}

#candi-search-img{
    background-color:#e1e1e1;
    width: 42%;
    
}
#candi-search-img img{
    border-radius: 5px 5px;
}
#candi-search-info{
    width: 48%;
}
.candidate-search-cat{
    width: 87%;
    padding-left: 8%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px #f1f1f1;
    float: left;
    margin-bottom: 20px;
    border-radius: 10px 10px;
    color: #999;
    font-size: 16px;
    line-height: 28px;
    background-color: #fff;
    background-image: url("../../images/good-icon-2.png");
    background-repeat: no-repeat;
    background-position: 2% center;
}

.candidate-search-cat2{
    width: 90%;
    padding-left: 0%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
    border-bottom: solid 1px  #666;
    
    opacity: 0.8;
   
}

.shortlisting-div{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}


#emp-post-job:hover{
    background-color: orangered;
}
.custom-list-ul {
  width: 90%;
  margin:0px;
 
    padding-right: 0px;
    color: #555;
font-size: 16px;
}

.custom-list-ul li{
    margin-bottom: 10px;
    width: 100%;
}

.custom-list-div {
  width: 100%;
  margin: auto;
    color: #555;
    font-size: 16px;
}

.custom-list-div p {
  border-top: 2px dashed;
  border-color: #fff!important;
  margin:0; 
    padding-bottom: 15px;
    padding-top: 15px;
  counter-increment: section;
  position: relative;
}



.custom-list-div p:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
  background-color:#E3A01B;
  text-align:center;
  color: white;
  font-size: 110%;
}

.custom-list-div p:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
  background-color:#E3A01B;
  text-align:center;
  color: white;
  font-size: 110%;
}



.custom-list-div p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.custom-list-div p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.custom-list-div p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.custom-list-div p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}



.cutting-edge {
	height: auto;
	width: 70%;
	margin-left: 15%;
	display: block;
	text-align: center;
	margin-bottom: 50px;
	float: left;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 30px;

}

.how-shortlisting-works{
	height: auto;
	width: 26%;
	margin-left: 37%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	float: left;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 30px;
	letter-spacing: 3px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #CEB6E7;
}

.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#quality-candidate{
	background-image:url("../img/recruiter-icon.png");
}
#quantity{
	background-image:url("../img/network-candidate.png");
}
.jobmag-box {
	border: 1px solid #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	height: auto;
	width: 18%;
	margin-top: 50px;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	border-radius: 10px 10px;
	
}
.jobmag-box p{
	line-height: 25px;
}
.recruitment-services2 , .recruitment-services{
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-top-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
}
.line-dim {
	float: left;
	height: 1px;
	width: 10%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 250px;
}
.executive-search{
	width:15%;
}
#contac-button {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 20%;
	color: #FFF;
}
#type-students {
	background-image: url(../img/students.png);
}
#type-graduates {
	background-image: url(../img/graduates.png);
}
#type-blue-collar {
	background-image: url(../img/blue-collar.png);
	border-bottom:none;
}


.shortlist-steps li p {
	font-weight: bold;
	font-size: 16px;
	color: #666;
}
.shortlist-steps li h3 {
	font-weight: normal;
	color: #999999;
	font-size: 20px;
	text-transform: uppercase;
}

.recrut-cat{
    float: left;
    width: 100%;
    margin-bottom: 130px;
}

.recrut-cat-img img{
     border-radius: 15px 15px;
}

.recrut-cat-img{
    float: right;
    width: 40%;
    margin-top: 100px;
    border-radius: 15px 15px;
}

.recrut-cat-info{
    float: left;
    width: 55%;
    margin-top: 0px;
}

.recrut-info-txt{
float: left;
    width: 100%;
    padding-left: 0%;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

#mid-grad-cat{
    margin-bottom: 20px; width: 45%
}
.recrut-cat-h2{
    font-size: 30px;
    margin-bottom: 10px;
}
.service-action {
	float: left;
	height: auto;
	width: 90%;
	margin-left: 0%;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	color: #FFF;
	border-radius: 4px 4px;
	font-size: 18px;
	font-weight: bold;
}
#short-rec-but{
	box-shadow: 0px 0px 2px #666;
	background-color: #79D9D1;
	color: #000;
}
#service-feature li {
	float: left;
	height: auto;
	width: 90%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5%;
	border-radius: 0px 0px;
	color: #666;
	list-style-type: square;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: outside;
	background-repeat: no-repeat;
	background-position: left top;
}
#service-feature {
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0%;
	float: left;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.emp-contact-left{
	float:left;
	width:34%;
	padding-left:8%;
	padding-right:8%;
	height:auto;
	padding-top:180px;
}

.emp-comp-logo-2 li{
	
	float: left;
	width: 25%;
	list-style-type: none;
	height: 60px;
	overflow: hidden;
	background-repeat:no-repeat;
}

.emp-contact-right{
	float:left;
	width:40%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	background-color:#FFF;
	padding-top:40px;
	padding-bottom:40px;
}
.cont-form-label{
	float: left;
	height: auto;
	width: 84%;
	padding-left: 8%;
	padding-right: 8%;
	color: #343434;
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cont-form-input {
	transition: all 0.3s 0.1s ease-out;
	float: left;
	height: 40px;
	width: 90%;
	padding-left: 10%;
	background-repeat: no-repeat;
	background-position: right 5px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #E1E1E1;
	font-size: 0.95em;
}
.contact-info-box{
	width: 90%;
	padding-left: 10%;
	background-image: url(../img/send-job.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	float:left;
	height:auto;
	margin-bottom:40px;
	word-wrap: break-word;
}
#wrap-form-input:hover .cont-form-input{
	box-shadow:0px 0px 3px #FC3;
}
.cont-form-but{
	width: 44%;
	margin-left: 0%;
	margin-right: 0%;
	height: 50px;
	border-radius:5px 5px;
	background-color: orange;
	color: #000;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	cursor:pointer;
	transition: all 0.3s 0.1s ease-out;
}
.cont-form-but:hover{
	background-color:#F63;
}
#emp-contact{
	background-color: #F2F2F2;
}
#emps-send{
	background-image:url(../img/send-job.png);
}
#service-feature li span {
	color: #69C;
	font-size: 12px;
}

.employer-services li h2 {
	font-size: 20px;
	text-transform:uppercase;
    letter-spacing: 1px;
	margin-top: 0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color:#5C5C5C;
	
}
.priz-amount{
    font-size:35px;
    color: #ED7E29;
}

.package-price{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;float: left;
}
.employer-house-hold{
	
	
	background-image:url("../img/recruiter-bg.png");
    background-repeat: no-repeat;
    background-position: right 15% top 10px;
	
	width: 100%;
	float: left;
	height: auto;
    background-color: orange;
    
    
}
#employers-banna {
	color: #000;
	height: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
.employer-banner-in{
	padding-top: 10px;
	width: 100%;
	height: auto;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	
}


.package-desc{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    color: #999;
    margin-top: 20px;
    text-align: center;
    font-style: italic;
    line-height: 18px;
}



.emp-buttton{
	width: 230px;
	text-align: center;
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top:20px;
	margin-right: 15px;
	font-size: 20px;
	color: #FFF;
	border-radius:5px 5px;
}
#employers-banna h1 {
	font-size: 40px;
}
#employers-banna p {
	line-height: 20px;
}
.service-action:hover {
	background-color: #000;
}
#short-rec-but:hover {
	background-color: #FFF;
}
#shortlist-right {
	background-image: url(../img/bg9.png);
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: left -170px bottom;
	background-repeat: no-repeat;
}
#shortlisting-banna p {
	color: #333;
	font-size: 14px;
	
}
#shortlisting-banna h1 {
	color: #333;
	font-size: 35px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.shortlist-img {
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	border-radius: 75px 75px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#free-banna-2 {
	background-image: url(../img/free-job-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: auto;
	width: 100%;
}
.free-job-text p {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
.portal-image{
	width:60%;
	float:right;
	height:auto;
}
.portal-img-sec{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
#emp-but:hover{
    box-shadow: 0px 0px 30px #ccc;
    background-color: #f1f1f1;
}

#emp-but{
	width: 130px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px 5px;
	color: #F60;
	border: 3px solid #F60;
	font-weight: bold;
	text-decoration: none;
	display: block;
    transition: all 0.3s 0.1s ease-out;
    font-size: 20px;
}
#emp-but2:hover{
	color: #FFF;
    background-color: #F60;
    box-shadow: 0px 0px 30px #ccc;
}

#emp-fjob-but{
	width: 130px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px 5px;
	border: 3px solid #F60;
	font-weight: bold;
	text-decoration: none;
	display: block;
    transition: all 0.3s 0.1s ease-out;
    border-color:#fff; 
    color:#fff; 
    float: right; 
    margin-top: -10px; 
    height: 20px; 
    line-height: 20px; 
   
    font-size: 18px; 
    margin-bottom: 0px;
}
#emp-post-job{
    color: #fff;
}
#emp-fjob-but:hover{
    background-color:inherit;
    box-shadow: 0px 0px 30px #555;
    border-color: orange;
}
#emp-post-job:hover{
	
    color: #fff;
}
#emp-recruite:hover{
	background-color: #FF9900;
}
#emp-but:hover{
	color: #06C;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
}
#emp-but2{
	width: 60%;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 20px 20px;
	color: #FB5E0F;
	border: 3px solid #F88031;;
	text-decoration: none;
	display: block;
	font-size: 16px;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
    
}
#emp-but3:hover{
    background-color: #ccc;
    box-shadow: 0px 0px 30px #ccc;
   
}

#emp-but3{
	width: 60%;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 20px 20px;
	color: #666;
	border: 3px solid #999;;
	text-decoration: none;
	display: block;
	font-size: 16px;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 40px;
    font-weight: bold;
    
}


.portal-image-info{
	width:30%;
	float:left;
	height:auto;
	margin-right:10%
}

#employer-portal{
	background-color:#99C;
}
.menue {
	float: right;
	height: 15px;
	width: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #FC0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/menu.png);
	position: absolute;
	top: 10px;
	right: 10px;
	display:none;
	z-index:20000;
}

#active-nav{
	background-image:url(../img/point2.png);
}

.error-box{
	color: #090;
	float: left;
	width: 80%;
	margin-bottom: 80px;
	text-align: center;
	border: 1px solid #093;
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
	margin-right: 0%;
	margin-left: 10%;
}
.error-box span {
	color: #999;
}
.s-s-s-box{
	width: 20%;
	float: right;
	padding: 0px;
	background-image: url(../img/point5.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	margin-right: 40%;
	margin-left: 40%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
	color: #F30;
}

#recru-select{
	width:30%;
	margin-left:35%;
	margin-right:35%;
	border-color:#666;
	color:#666;
}

.s-r-more{
	float: right;
	text-decoration: none;
	font-size: 12px;
}
.s-r-more:hover{
	text-decoration:underline;
}
#mid-service{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.testimonaial-ul{
	width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;

}

.testimonaial-ul li{
	width: 40%;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-type: none;
	padding-right: 5%;
	padding-left: 5%;
}

.testi-star{
	width: 100%;
	height: auto;
	float: left;
	padding-left: 0%;
	
}
.testi-star-icon{
	width: 40px;
	height: 40px;
	border-radius: 20px 20px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	float:left;
}
.testi-info{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #333;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 25px;
	text-align: center;
	padding-top: 65px;
}
.testi-info-in{
	width: 100%;
	height: auto;
	float: right;
	text-align: center;
	
}
.emp-tes-h2{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	text-align: center;
}
#employer-testimonies{
	z-index: 500;
	padding-top: 50px;

}
#empl-price{
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1000;
	position: relative;
	height: auto;
	background-color: #F4F4F4;
	padding-top: 50px;
    padding-bottom: 70px;
}
#employer-faq-h3:hover{
    background-color: #ccc;
    
}
#employer-faq{
	background-color: #FFCC33;
}

.emp-comp-logo{
	float:left;
	width:100%;
	height:auto;
	margin-top:50px;
}
.emp-comp-logo-2{
	float:left;
	width:100%;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
.emp-comp-logo li{
	float: left;
	width: 120px;
	list-style-type: none;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
	background-repeat:no-repeat;
}
#ecl-1{
	background-position:center 0px;
}
#ecl-2{
	background-position:center -60px;
}
#ecl-3{
	background-position:center -120px;
}
#ecl-4{
	background-position:center -180px;
}
#ecl-5{
	background-position:center -240px;
}
#ecl-6{
	background-position:center -300px;
}
#ecl-7{
	background-position:center -360px;
}
#ecl-8{
	background-position:center -420px;
}
#ecl-9{
	background-position:center -480px;
}
#ecl-10{
	background-position:center -540px;
}
.emp-comp-logo img{
}
.emp-faq-ul{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
}

.emp-faq-ul li{
	width: 45%;
	margin-left: 2%;
	margin-right: 2%;
	list-style-type: none;
	font-size: 16px;
	height: auto;
	display:inline-block;
	vertical-align:top;
}

.faq-title{
	width: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	margin-left:2%;
}

.emp-faq-ul li h3{
	font-size:16px;
}


.main-faq{
	width:80%;
	margin-left:10%;
	margin-top:20px;
	float:left;
	margin-bottom:30px;
}

.each-main-faq{
	width:43.5%;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:5px;
	vertical-align:top;
	display:inline-block;
	list-style-type:none;

}
.each-main-faq h3{
	font-size:16px;
	color:#333;
}
.each-main-faq div{
	font-size:14px;
	line-height:20px;
	color:#333;
}
.each-main-faq div a{
	color:#333;
}



.featured-job-banner-left{
    float: left;
    width: 42%;
    margin-top: 50px;
    margin-left: 5%;
}

.featured-job-banner-left ul{
    font-size: 20px;
    margin-top: 0px;
}

.featured-job-banner-left ul li{
    margin-bottom: 10px;
    list-style:url("../../images/good-icon-2.png");
    
}

.featured-job-banner-right{
    float: right;
    width: 38%;
    margin-top: 20px;
    margin-right: 5%;
}

.paid-job-tex-h1{
	font-size: 32px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
    margin-bottom: 0px;
    float: left;
    font-weight: bold;
    font-family: arial;
}

#paid-job-text{
    font-size: 20px;
    margin-bottom: 20px;
    color:#000;
}

.post-job3 {
	transition: all 0.3s 0.1s ease-out;
	line-height: 45px;
	float: left;
	height: 45px;
	width: auto;
	padding-right: 40px;
	padding-left: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px 5px;
	
	cursor: pointer;
	background-color: #000;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/point.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}


    #right-post-job3{
        display: none;
    }


.faq-ul{
	float:left;
	width:70%;
	margin-left:15%;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}

.faq-ul-li{
	width:100%;
	float:left;
	margin-left:0px;
		list-style:none;
}

.faq-h3{
	width:88%;
	padding-left:6%;
	padding-right:6%;
	background-color:#fff;
	color:#333;
	font-size:16px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(/images/icons.png?a);
	background-repeat:no-repeat;
	background-position:2% -2525px;
	margin-bottom:0px;
	cursor:pointer;
	transition: all 0.3s 0.1s ease-out;

}
.faq-p{
	float:left;
	width:88%;
	padding-left:6%;
	padding-right:5.8%;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #ccc;
	display:block;
	margin-top:0px;
	font-size:15px;
	line-height:25px;
	 color:#333;
	 border-top-style:none;
	 background-color:#fff;
}
.faq-p a{
	color:#F60;
	text-decoration:none;
}
.faq-p a:hover{
	text-decoration:underline;
}
.faq-div{
	transition: height 0.3s 0.1s ease-out;
	height:0px; 
	overflow:hidden;
	width:100%;
	float:left;
}

.faq-h3:hover{
	background-color:#F90;
}



#emp-nav-ul li a{
    color: #000;
}


.price-chat-table{
    width: 80%;
    margin-left: 10%;
    border: none;
    color: #333;
}
.price-chat-table tr{
    background-color: #FFF5E8;
    border: none;
    
}
.price-chat-table tr td{
    border: none;
}

#employer-posting-price{
    width: 49.8%;
    float: left;
    border-right: solid 1px #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    

}

#employer-posting-price span{
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
    
}

.paid-posting-price{
    width: 30%;
    float: left;
    border-right: solid 1px #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.paid-posting-price span{
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
    
}

.ck-editor__editable_inline {
    height: 220px;
    font-size: 14px;
    line-height:20px;
}

@media only screen and (max-width: 1220px)
{
	.container{
		width:96%;
		padding-left:2%;
		padding-right:2%;
	}
}
@media only screen and (max-width: 1100px)
{
	
	#mag-b-8 {
	width: 66.6666666666%;
}


#empl-price{
	height:auto;
}

#employer-testimonies{
	padding-top:50px;
}
}



@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    #upsell-feaurure ul li{
        width: 100%;
    }
    .paid-posting-price{
        width: 50%;
        border-right: none;
        
    }
#paid-posting-price{
    width: 100%;
    
    }
    
    .upsell-but{
        width: 200px;
        margin: auto;
    }
    #feel-athome{
    padding-top: 50px;
    padding-bottom: 50px;
}
    
    .feel-athome-left{
        width: 100%;
        margin-bottom: 20px;
    }
    
      .feel-athome-right{
        width: 100%
    }
    
    #feel-athome-li2{
        margin-left: 0px;
    }
    .featured-job-banner-left{
   
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
        margin-bottom: 0px;
}
   
       .featured-job-banner-right{
   
    width: 100%;
    
    margin-right: 0%;
           margin-top: 5px;
}
    
    #right-post-job3{
        display: block;
        margin-top: 40px;
    }
    
    #left-post-job3{
        display: none;
    }
    
    
    #emp-post-job{
        width: 90%;
    }
    #upsell-feaurure3{
        padding-top: 0px;
    }
    #mid-grad-cat{
        width: 100%;
        margin-bottom: 0px;
        padding-top: 0px;
        
    }
  
    
    .each-portfolio{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .portfolio-box{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .portfolio-info{
    
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    }
    
     .portfolio-info h3{
         margin-bottom: 10px;
    }
    
    .portfolio-desc{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .portfolio-h2{
        margin-bottom: 15px;
    }
    .portfolio-h3{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    
.outsos-ul li{
    width: 100%;
   
    
}
    
    .handle-staff-desc{
        margin-bottom: 30px;
    }
    
    .handle-staff{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
    #last-candi-box{
        display: none;
    }
    
  
    
     #featured-jobs-sec, #search-candidate-sec{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .custom-list-div{
        width: 90%;
        margin-left: 5%;
    }
    
    .img-section, #candi-search-img{
        width: 90%;
        margin-bottom: 20px;
        margin-left: 0px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sl-img-section{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .info-section, .shortlist-info-section, #candi-search-info{
        width: 100%;
    }
    .candidate-img{
        width:  90px;
        height: 90px;
        border-radius: 50px 50px;
    }
    .candidate-box{
        width: 29.2%;
    }
    .testimoney-box{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
    }  
    .sample-profile{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
    }
    .howitwork-box{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 0px;
    }
    .search-profile-banna{
        padding-top: 360px;
        margin-bottom: 0px;
        
        
    }
    
    .search-profile-banna{
    background-size: contain;
    }
    
    .search-candi{
        width: 100%;
        text-align: center;
    }
.faq-h3{
	width:85%;
	padding-left:9%;
	padding-right:6%;
}
.faq-ul{
		width:100%;
	margin-left:0%;
	margin-top:0px;
	padding-left:0px;

}

.main-faq{
	width:100%;
	margin-left:0%;
	margin-top:0px;
	padding-left:0px;
}
#main-faq-h2{
	text-align:left;
}
.each-main-faq{
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.mag-pb-10{
	padding-left:5%;
	padding-right:5%;
	width:90%;
}

.ts-150{
	font-size:100px;
}
.benefits li, .shortlist-steps li, .recruitment-diff li{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:70px;
	min-height:0px;
	height:auto;
}
#b-squestion{
    margin-left: 0px;
    }
.recruitment-diff {
	padding-bottom:0px;
	margin-bottom:0px;
}
#recruitment-banna{
	background-image:none;
	padding-bottom:0px;
    padding-top: 0px;
   

}
#employers-banna, #shortlisting-banna, #paid-banna, #free-banna{
	margin-top:40px;
}
#employers-banna h1, #recruitment-banna h1, #paid-banna h1, #free-banna h1, #shortlisting-banna h1 {
	margin-top: 20px;
	font-size: 30px;
}
#recruitment-banna h1{
	background-image:none;
	font-size:32px;
}
.botton-1{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	background-image: url(none);
}
.recruitment-services2 li{
	width: 85%;
	padding-left: 0px;
	background-position: left 15% top 25px;
	padding-top:100px;
	padding-left:10%;

	padding-right:5%;
	
	
}
.jobmag-box{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.employer-services{
	background-color:inherit;
}
.employer-services-li{
	width: 86%;
	margin-bottom: 50px;
	float: left;
	margin-top: 0px;
	padding-left:7%;
	padding-right:7%;
	margin-bottom:20px;
    min-height: 0px;
}
   
    
    #free-job-serv{
        margin-top: 0px;
       
    }
   
    #mid-package{
        margin-top: 0px;
      min-height: 0px;
        
    }
    
    #employer-services-txt, #employer-services-txt2{
        height: auto;
        min-height:0px;
       
        
    }
    
    .each-step{
        width: 90%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .each-step h3{
        text-align: center;
        color: #333;
    }
    
    .each-step ol li{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 23px;
    }
#employer-services-txt2{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 40px;
     background-color: #f9f9f9;
    margin-top: 0px;
    border: none;
    }
    #employer-services-txt2 ul{
        margin-left: 0px;
        width: 99%;
        padding-left: 1%;
    }
    #employer-services-txt2 ul li{
        margin-left: 0px; 
        width: 98%;
    }
.employer-services {
	margin-top:30px;
}
    
    #emp-but3{
        margin-top: 20px;
    }
#employers-banna{
	padding-bottom: 50px;
	height: auto;
	background-repeat: no-repeat;
}
.line-dim{
	margin-top:0px;
	width:2px;
	height:100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
		border-top-width: 0px;
	border-top-style: none;
	margin-left:50%;
	
}
.cutting-edge{
	margin-left:0px;
	width:100%;
}
.featured-box{
	margin-left:0px;
	width:100%;
}
.shortlist-steps, #contac-button, .botton-2{
	margin-bottom:0px;
	padding-bottom:0px;
}
.post-job3, .botton-2, #contac-button{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

    .recrut-cat-info{
        width: 100%;
    }
    
    .recrut-cat-img
    {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 50px;
         
    }
    
    #executive-cat-img{
         height: 300px;
        overflow: hidden;
    }
    
    .executive-cat-img img
    {
        margin-top: -150px;
        
    }
    
    .recruit-intro{
      width: 100%;
        text-align: center;
        margin-right: 0px;
    }
    .recruit-img{
       width: 100%;
        margin-left: 0px;
        margin-bottom: 10px; 
        display: none;
    }
    
    
    .recrut-cat{
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
    }
    
.botton-3{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:18px;
}
.how-shortlisting-works{
	width:100%;
	margin-left:0px;
}
#shortlist-right{
	background-image:none;
}
.form-part1, .form-part2{
	width:90%;
	padding-left:5%;
	padding-right:5%;
}
.form-part1{
	margin-bottom:50px;
	border-bottom-style: none;
}
.post-job2{
	width:90%;
	margin-left:4%;
	padding-left:0px;
	padding-right:0px;
}
.g-recaptcha{
	width:auto;
	margin-left:0px;
	margin-right:0px;
}

#upsell-feaurure h2 {
	
}

#free-job-benefits img{
	width:100%;
}
.benefits2 li{
	padding-left:0px;
	width:100%;

}
.benefits2 li h3{
	width:78%;
	padding-left:18%;
	margin-left:0px;
	padding-top:4;
	font-size:24px;
}

#benefit-h3-3{
	background-image:url(../img/application-icon2.png);
}

#benefit-h3-2{
	background-image:url(../img/candidate-icon2.png);
}

#benefit-h3-1{
	background-image:url(../img/wide-coverage-icon2.png);
}
#benefit-h3-4{
	background-image:url(../img/employers-icon2.png);
}
.benefits2{
	padding-left:0px;
	border-left-style:none;
	width:100%;
}
#coverage-img{
	margin-top:0px;
}
#free-banna-2{
	background-image:none;
}
.form-part2{
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.mag-b-70, .mag-b-80{
	width:100%;
	margin-left:0px;
	margin-right:0px;
}
.formli{
	width:100%;
	margin-bottom:10px;
}
.featured-price{
	width:100%;
	margin-left:0px;
	margin-right:0px;
}
.free-job-tex-h1{
	font-size:30px;
	line-height: 40px;
	padding-bottom: 10px;
	
}
.mag-b-2{
	width:100%;
	margin-bottom: 20px;
}

.job-l-col{
	width:100%;
	margin-right:0px;
}

.mag-b-6, .mag-mb-6-3, .mag-b-4, .mag-b-44, .mag-b-3, .mag-b-5, .mag-b-7, .mag-b-8, .mag-b-10, .mag-b-9, .mag-b-5-6, .mag-pb-4-3 {
		
	width:100%;
}

#mag-b-4 {
	width: 33.3333333333%;
}


#salary-infox{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:30px;
}

#nav{
		
		position:absolute;
		display:none;
		width:100%;
		margin-left:0px;
		background-color:#FFF;
		left:0px;
		overflow:hidden;
		padding-bottom:0px;
		top:60px;
		border:none;
		border-radius:0px 0px;
		padding-left:0px;
		padding-right:0px;
		padding:0px;
		opacity:0.9;
		
}
header nav ul li, header nav ul {
	width:100%;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	height:auto;
	margin-bottom:0px;
}
header nav ul li a{
	padding-left:5%;
	padding-right:5%;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	display:block;
	height:auto;
	font-size:16px;
	color:#000;
}
header nav ul li a:hover{
	background-color: #D8D8D8;
}
#active-nav{
	background-image: none;
	background-color: #FFD680;
	
}
#active-nav a{
	color: #000;
}
header{
	position: fixed;
	height: 50px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #D6D6D6;
	
}
#emp-head-id{
background-color:#FFF;
box-shadow:2px 2px 5px #999;

}
.contact-phone{
	color: #fff;
	float: right;
	background-color: #900;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 5px 5px;
	border: none;
}
.menue{
		display:block;
	}
.container{
		width:90%;
		padding-left:5%;
		padding-right:5%;

	}
	
#diff-mid{
	border: none;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	padding-left:0px;
	padding-right:0px;
}

.emp-faq-ul li{
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.testimonaial-ul{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	float:left;
	padding-left:0px;
	padding-right:0px;
}
.testimonaial-ul li{
		width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:40px;
		padding-left:0px;
	padding-right:0px;

}

#emp-but2{
	width:70%;
	margin-left:15%;
	margin-right:15%;
}
    

    
.contact-info-box{
	padding-left:20%;
	width:80%;
}
    
    #service-process{
        margin-top: 0px;
        padding-top: 30px;
    }
    
    #service-process-h2{
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 28px;
    }
    
    
#emp-but{
	width:100%;
	padding-left:0px;
	padding-right:0px;
    float: left;
}
    
    #emp-but00{
	width:100%;
	padding-left:0px;
	padding-right:0px;
    float: left;
}
   
    #emp-but-or{
        width: 100%;
        float: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }
#lets-recruit-info{
	margin-top:20px;
	text-align:center;
}
.employer-house-hold{
	background-image:none;
	padding-bottom:0px;
}
.emp-buttton ,#emp-but{
	width:55%;
	margin-right:0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    border-radius: 25px 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.employer-intro{
	width:100%;
	text-align:center;
	margin-bottom:0px;
}
    .testimo-msg{
width: 100%;
margin-left: 0%;
    }
.top-employers{
	width: 110%;
	padding-left: 0px;
	padding-right: 0px;
	box-shadow: none;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-top: -50px;
	border-radius: 0px 0px;
	margin-left: -5%;
	margin-right: -5%;
}
#comp-ww{
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
	float: left;
	text-transform: uppercase;
}
#topcline{
	display:block;
}
#recruit-agency-txt h1{
	margin-top:40px;
}
#recruit-agency-txt{
	margin-top:60px;
	text-align:center;
}
.emp-comp-logo{
	padding:0px;
	margin:0px;
}

.emp-comp-logo li{
	margin-left:0px;
	margin-right:0px;
	width:33.33%;
	text-align:center;
	margin-bottom:0px;
	height:60px;
	margin-bottom:20px;
	background-size:auto;	
}
#recruitment-banna-1{
	background-color: #D2D3D4;
	padding-bottom: 80px;
	padding-top: 110px;
	float: left;
	color: #fff;
	background-image: url(../../images/recruitment.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}
#recruit-fast{
	text-align:center;
	font-size:28px;
	

}
#recruit-fast2{
	font-size:17px;
	font-weight:normal;
	text-align:center;
}
#recut-but{
	font-size: 14px;
	width: 50%;
	margin-left: 25%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	height: auto;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 70px;
	background-color: #F60;
}
    
    .recruitment-intro{
        padding-top: 30px;
        padding-bottom: 0px;
        
    }
    .recruit-infro-h2{
        letter-spacing: normal;
        font-size: 24px;
    }

    .testimony-sec{
        padding-top: 30px;
    }
.emp-comp-logo-2 li{
	margin-left:0px;
	margin-right:0px;
	width:50%;
	text-align:center;
	margin-bottom:0px;
	margin-bottom:20px;
	background-size:auto;	
}
#recruitment-img{
	width:100%;
    display: none;
}
    #company-info-box{
        font-size: 15px;
        line-height: 16px;
    }
#ecl-7, #ecl-8, #ecl-9, #ecl-10{
	display:none;
}

   
.emp-contact-left{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
}
.emp-contact-right{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
}
.cont-form-but{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

.empl-gain{
	width:100%;
    margin-bottom: 0px;
}

.empl-gain li{
	width:75%;
	height: auto;
	min-height:auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 5%;
	padding-right: 20%;
	margin-bottom:10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    background-position: right 10px center;
    background-size: 50px;
    box-shadow:0px 0px 1px #ccc;

}
    #recruitment-sec{
        padding-top: 10px;
        padding-bottom: 20px;
    
    }
   #employer-services-txt li{
       margin-bottom: 10px;
    }
    #company-details{
        margin-top: 0px;
    }
    
    #empl-price{
        padding-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
#upsell-feaurure{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	margin-left:0px;
	margin-right:0px;
    
}
    
    #upsell-feaurure ul{
     width:89%;
	padding-left:0%;
	padding-right:0%;
	margin-left:7%;
	margin-right:4%;   
    }
     #emp-contact{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
       
        margin-left: 0px;
        padding-top: 0px;
         padding-bottom: 0px;
    }
    
    #contact-container{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
       
        margin-left: 0px;
        padding-top: 0px; 
    }
    
    #emp-but, #emp-fjob-but{
        float: left;
   
    display: block;
    margin-left: 10%;
    width: 80%;
        margin-right: 10%;
        padding-left: 0px;
        padding-right: 0px;
       
    }
    
    #feature-price-div span{
        width: 100%;
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    
      #paid-banna h1{
        font-size: 26px;
        text-align: center;
        float: left;
        width: 100%
    }
    
    .featured-job-banner-left ul li{
        font-size: 18px;
        
    }
    
    .featured-job-banner-left ul{
        margin-bottom: 0px;
    }
    
}
