#feature-menu,
#mobile-menu,
#mobile-menu img{
	display:none;
}
#header .main-navigaiotn ul li.mobile-only{
	display:none;
}
@media (max-width:850px) {

#header{
	z-index:11111;
}
#header .main-navigaiotn ul li .header-buttons,	
#header .main-navigaiotn ul li.mobile-only{
	display:block;
	float:none;
	margin:0;
	text-align:center;
}
#header .main-navigaiotn ul li .header-buttons{
	max-width:260px;
	margin:auto;
}
.feature-menu{
	right:0;
	top:100%;
	border-radius:0;
	margin-top:-50px;
	padding:0;
	z-index:111111;
	background:#fff;
	height:100%;
	transition: all 0.8s ease;
}
.feature-menu.open-menu{
	top:0;
	margin-top:0px;
}
.feature-menu.open-menu i{
	opacity:0;
}
#feature-menu {
	display:block;
	background:#fff;
	padding:10px 20px 13px;
	transition: all 0.8s ease;
	background-image:url(../images/menu-x2.png) !important;
	background-repeat:no-repeat !important;
	background-position:90% center !important;	
}
.feature-menu.open-menu #feature-menu {
	display:block;
	background-image:url(../images/menu-x2.png) !important;
	background-repeat:no-repeat !important;
	background-position:90% center !important;
	background:#00ab45 ;
	color:#fff;
	margin-bottom:10px;
	transition: all 0.8s ease;
}
#feature-menu i{
	font-size:24px;
	position:relative;
	top:1px;
}
#feature-menu h4{
	margin:0 ;
	font-size:16px;
	font-weight:500;
	text-align:center;
	display:block;
	text-transform:uppercase;
}
.feature-menu ul {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 70px;
    left: 0;
    height: 70%;
    overflow: auto;
}
.feature-menu ul li{
	width:100%;
	padding:5px 10px 5px 10px;
	text-align: center;
}
.feature-menu ul li a{
	padding:5px 10px;
	border-right: none !important;
}
#header .main-navigaiotn ul{
	position:absolute;
	    top: 46%;
	width:100%;
	padding-top:40px;
	transform:translateY(-50%);
}
#header .main-navigaiotn ul li{
	display:block;
}
#header .main-navigaiotn ul li a{
	text-align:center;
	padding:10px 20px;
}
#header .main-navigaiotn ul li .header-buttons a{
	margin:0;
	display:block;
}
#header .main-navigaiotn ul li .header-buttons a.button {
	color:#fff;
	padding:0 20px;
	line-height:48px;
}
#header .logo{
	position:relative;
	z-index:1111;
}

#mobile-menu{
	position:absolute;
	right:20px;
	display:block;
	cursor:pointer;
	top:26px;
	display:block;
	background:url(../images/hamburger.png) no-repeat center center;
	height:26px;
	width:26px;
}
#mobile-menu.open{
	background:url(../images/menu-x.png) no-repeat center center;
}
.noscroll{
	overflow:hidden;
	max-height:100%;
}
#header .main-navigaiotn{
	display:block;
	position: fixed;
	left:0;
	top:0;
	right:0;
		display:none;
	bottom:0;
	background:#fff;
}

 .main-navigaiotn,
 .header-buttons{
	 display:none;
  }

 .navigation a {
 color: #657179;
 font-size: 20px;
 font-weight: 500;
 line-height: 23px;
 text-transform: uppercase;
	/* Text style for "HOME" */
	letter-spacing: 2px;
}
 .requestdemo button {
 font-family: "Montserrat Medium";
font-size: 14px;
font-weight: 500;
line-height: 14px;
text-transform: uppercase;
/* Text style for "REQUEST A" */
letter-spacing: 1px;
}
 #banner .banner-content h1 {
 font-size: 48px;
font-weight: 400;
line-height: 61px;
}
 #banner .banner-content p {
font-size: 19px;
font-weight: 400;
line-height: 29px;
margin-bottom:25px;
}
#banner .banner-content-button .button {
font-size: 14px;
font-weight: 500;
line-height: 14px;
text-transform: uppercase;
/* Text style for "Product To" */
letter-spacing: 1px;
margin:0 0 20px;
width:100%;
}
.banner-content-button{
	text-align:center;
}
#banner .banner-content-button .video-button{
	margin-bottom:20px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
/* Text style for "Play Video" */
letter-spacing: 1.4px;
}
#banner .header-from{
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
#banner .header-from h3 {
font-size: 28px;
font-weight: 400;
line-height: 42px;
padding-left:0;
text-align:center;
}
#banner .header-from p {
 font-size: 16px;
font-weight: 400;
text-align:center;
line-height: 26px;
}
.text-input input {
 font-size: 14px;
font-weight: 400;
/* Text style for "Name" */
letter-spacing: 0.1px;
}
 .section .section-title {
 font-size: 38px;
 line-height: 46px;
}
 .section h3 {
font-size: 21px;
line-height: 32px;
}
 .section p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
/* Text style for "Best-in cl" */
letter-spacing: 0.1px;
}
 #footer .footer-navigaiotn li {
font-size: 14px;
line-height: 23px;
text-transform: uppercase;
/* Text style for "CANDIDATE" */
letter-spacing: 1.4px;
}
#footer h3 {
font-size: 14px;
line-height: 23px;
text-transform: uppercase;
/* Text style for "FEATURES" */
letter-spacing: 1.4px;
}
.reqeust-demo .container h3{
	font-size: 38px;
line-height: 46px;
	
}


#banner{
	background:url(../images/img_header@2x.png) no-repeat center top;
	background-size:cover;
	padding:70px 20px 34px;

}

#banner .banner-content{
	padding-top:0;
}

.section {
    padding: 75px 15px 75px !important;
}
.section .section-title{
	padding-bottom: 50px;
}
.section .section-title::after{
	margin-top:25px;
}
.services-box{
	text-align:center;
	padding-right:0;
	margin-bottom:40px;
}
.service-ngredients-box .showcase{
	position: relative;
	display:none;
}
.service-ngredients-list{
	width:100%;
}
.service-ngredients-box{
	padding-bottom:0;
	text-align: center;
}
.features-box .services-box-wrapper{
	padding:0;
}
.career-portal-slider .career-portal-slider-box{
	height:auto;
	margin-top: 35px;
}
.career-portal-slider .career-portal-slider-items img{
    position: relative;
    top: 98px
}
.career-portal-slider .career-portal-slider-items{
	margin:0;
	top: 0;
}
.home-videobox img{
	max-width:100%;
}
.content-button{
	width:100%;
}
.logo-grid{
	padding:0;
}
.logo-grid li{
	width:50%;
}
.logo-grid li img{
	max-width:80%;
	height:auto;
}

.casestudy-box{
	    margin: 30px 30px 20px 30px;
    padding: 48px 30px 30px;
	text-align: center;
}
	.casestudy-box .casestudy-text {
		width:auto ;
	}
.casestudy-box .casestudy-logo {
    height:auto;
    margin-bottom: 20px;
	text-align: center;

}
.casestudy-box-container {
    padding: 0;
}	
.casestudy-box .casestudy-logo img {
	display: block;
	margin:0 auto 15px auto;
}
	.casestudy-des {
    min-height: 105px;

}
.casestudy-box label {
    position:relative;
    right: 0;
    top: 0;
	left: 0;
	margin-top: 30px;
	text-align: center;
}	
.reqeust-demo{
	background:url(../images/bkg@2x.png) no-repeat center center;
	background-size:cover;
}
.reqeust-demo .container{
	width:80%;
}
#footer{
	padding:50px 10px;
	text-align:center;
}

.footer-socialmedia,
.footer-links{
	text-align:center !important;
}
	.hiring-goals p{
		padding: 0 15%;
	}
	.service-ngredients-list li a{
		display: block;
		width: 100%;
	}

.service-ngredients-list li {
    padding: 30px;	
}
.candidate-experience {
    background: url(../images/candidate_experience.png) -1440px -198px no-repeat !important;
}
.candidate-experience .main-banner-text {
    margin-left: 30px;
    max-width: initial;
    margin-right: 30%;
    padding-top: 70px;	
}
.feature-section {
    padding: 0 20px;
}
.feature-section-inner {
    padding-left: 0px; 
}
.feature-section-text {
    position: relative;
    left: 0;
 
}
.feature-section.image-fit [class^="col-"],
.feature-section.image-left-bottom [class^="col-"] {
    padding-bottom: 35px;
	padding-top: 35px;
}
.feature-section [class^="col-"] {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}
.feature-section img {
	width: 100%;
}
.title-button .content-button{
	width: auto;
	text-align: left;
}
.feature-section-center{
		text-align: left;	
}
.feature-section-paging{
	padding: 35px 20px;
}
.next-button {
	width: 100%;
    height: 40px;
    border-radius: 10000px;
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #00ab45;
    border: #00ab45 solid 1px;
    cursor: pointer;
    outline: none;
	font-size: 20px;
    position: relative;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
	margin-top: 15px;
}
.next-button:before {
    top: 20%;
    font-size: 15px;
}
.feature-social-box {
    background: url(../images/social_logins.png) left top no-repeat /100%;
    width: 100%;
	height: 420px;

}	
.feature-social-box .feature-section-text {
   top: 60%;
 }
.feature-connections {
    background: url(../images/employee_connections.png) left top no-repeat /100%;
    width: 100%;
    height: 417px;
}	
.feature-menu ul li {
    width: 100%;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.features-box .services-box .services-box-thumbnail img,
.hiring-goals .services-box .services-box-thumbnail img{
	display:inline-block;
}
.features-box .services-box p{
	margin-bottom:15px;
}
.feature-section-text h2{
	font-weight:600;
}
#header > .header-buttons .ar-link{
	display:none;
}
#header >  .header-buttons{
	display:block;
	position: absolute;
	right: 59px;
	top: 25px;
}
#header > .header-buttons  .button{
    height: 30px;
    background: #00ab45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    line-height: 32px;
    font-weight: 600;
    margin-left: 25px;
    font-size: 10px;

}
#header > .active-menu + .header-buttons{
	display:none;
}
.feature-menu .button{
	display: block;
	height: 40px;
	background: #00ab45;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	line-height: 40px;
	font-weight: 600;
	font-size: 13px;
	width:200px;
	left:50%;
	margin-left:-100px;
	bottom:20px;
	position:absolute;
	text-align:center;	
}

.hiring-goals  .slick-dots,
.features-box  .slick-dots {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	padding-top: 0;
}
.hiring-goals .slick-dots li button, 
.features-box .slick-dots li button, 
.career-portal-slider .slick-dots li button{
width: 25px;	
}

}	
@media (min-width:320px) and (max-width:374px) {
#header >  .header-buttons{
	display:block;
position: absolute;

right: 20px;

top: -4px;
z-index: 111111;
}	
}
@media (min-width:851px) and (max-width:1024px) {
#banner{
	background-size:cover;
}	
#header .header-buttons {
    float: right;
    position: absolute;
    right: 16px;
    top: -4px;

}
.ar-link{
	position: absolute;
	right: 0;
	top: 23px;	
}
#header .main-navigaiotn ul li a {

    display: block;
    color: #657179;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 14px 0 0;

}
#header .logo {

    float: left;
    margin-right: 13px;
    padding-top: 2px;

}
#header .button {
    height: 25px;
    background: #00ab45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    line-height: 25px;
    font-weight: 700;
    margin-left: 25px;
    font-size: 11px;

}
#banner .header-from{
	width:auto;
}
#banner,
.section,
#footer{
	padding-left:25px !important;
	padding-right:25px !important;
}
#layout {
    padding-top:50px;
}

.service-ngredients-box .showcase .showcase-frame::after {

    background: url(../images/iMac.png) no-repeat center center;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 241px;
    height: 200px;
    background-size: 100% 100%;

}
.service-ngredients-box .showcase .showcase-frame {

    padding-top: 10px;
    padding-left: 26px;
    height: 144px;
    overflow: hidden;

}
.service-ngredients-box .showcase {

    position: absolute;
    right: -25px;
    top: 0;
    width:265px;

}
.feature-menu{
	left:-260px;
	width:260px;
}

#feature-menu{
	display: block;
	text-align: right;
	position: relative;
	left: 45px;	
}
#feature-menu h4{
	display:none;
}
#feature-menu {
	display: inline-block;
	background: #fff;
	padding: 25px 10px;
	padding-left: 10px;
	border-radius: 0 5px 5px 0px;
	padding-left: 26px;
	background-image:url(../images/hamburger.png) !important;
	background-repeat:no-repeat !important;
	background-position: center center !important;	
	transition: all 0.8s ease;
	position:absolute;
	left: 100%;
	opacity:.95;
	box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.1);
	width:55px;

}

.feature-menu.open-menu #feature-menu.open {
	display:block;
	background-image:url(../images/menu-x.png) !important;
}
.feature-menu.open-menu{
	left:0;
}
.feature-section-inner,
.candidate-experience .main-banner-text{
	padding-left:50px;
	margin-left: 0px;
}

}