.values-box{
	margin-top:40px;
	padding:0px;
}
.panel{
	min-height:150px;
}
.m40{
	margin-top:40px;
}
.content {
    padding-top: 30px;
}

/* Testimonials -----------------------------------------------------------------*/
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #428bca transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #428bca;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

/* Job Positions -----------------------------------------------------------------*/

#en-content {
    padding: 40px 0;
}
#en-application{
    padding: 40px 0;
    background: #fafafa;
}
.section-title h2 {
    line-height: 26px;
}
.jobpost-h2 {
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0;
}
.jobpost-h4  {
    font-weight: 700;
    letter-spacing: -1px;
}
.position-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}
ul.list-block li {
    line-height: 30px;
    font-size: 14px;
}
ul.list-block i {
    margin-right: 20px;
color:#a8a8a8;
}
.form input.form-control {
    height: 50px;
    color: #777;
    background-color: transparent;
}
.form .form-control {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/* benefits & join our team----------------------------------------------------*/
#en-benefits,#en-join-our-team{
margin-top:40px;
}
#en-benefits h4,#en-join-our-team h4{
font-weight:700;
}
#en-benefits ul,#en-join-our-team ul{
margin-bottom:30px;
}
#en-benefits i,#en-join-our-team i{
margin-right:10px;
}
/* join our team--------------------------------------------------------------*/

/*
* === Responsive CSS Begins ========================================================================================================
*/

@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
}
@media print {
}
@media (max-width:375px) {
}