/*
Theme Name: Alsahraa child
Text Domain: alsahraa-child
Template:alsahraa
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/* my styles */ 

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
  * {
        margin:0;
        padding:0;
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height:auto;
    }
	html {
		overflow-x:hidden;
	}
	body{
		overflow-x:hidden;
	}
    header {
        position: absolute;
      /*   top     : 0; */
        right   : 0;
        left    : 0;
        z-index : 99;
    }
	.list-data header {
    position: inherit;
}
    .menus ul li a {
        font: 16px"Lato-Bold";
        color:#fff;
        padding: 10px 17px;
        display: inline-block;
    }
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background-color: transparent;
    }
    ul.activenav {
        padding: 7px 0 7px 0;
    }
    .menus ul li a img {
        padding-left: 15px;
    }
    .login-inline {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .login-inline a:hover{
        text-decoration: none;
    }
    .logo img {
        width: 100%;
        margin-top: 20px;
    }
    .menus {
        background:#52636b;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;    
        text-align: center;
        border: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #555;
        background-color: transparent;
    }
    .d-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px;
    }
    .d-flex p{
        font:16px "Lato-Regular";
        color:#000;
        margin-left: 15px;
        padding-top: 9px;
    }
    .Manpower h5 {
        font:16px "Lato-Light";
        color:#556670;
        text-align:center;
        margin-bottom: 20px;
		text-transform:uppercase;
    }
    .Manpower h4 {
        font:36px "MyriadPro-Semibold";
        color:#000000;
        text-align:center;
    }
    .Manpower p {
        font:36px "MyriadPro-Semibold";
        color:#000000;
        text-align:center;
        position: relative;
    }
    .Manpower p::after {
        position: absolute;
        content:"";
        top:60px;
        bottom:0;
        left:0;
        right:0;
        margin:0 auto;
        width:145px;
        height:3px;
        border-bottom:2px solid #f66d20;
    }
    section.Group{
        padding-top:50px;
        padding-bottom: 50px;
    }
    .grp-image p {
        font:20px "Lato-Light";
        text-align:center;
        color:#4e5d66;
        line-height: 30px;
        margin-top: 30px;
		text-align:justify;
    }
    .grp-image h2 {
        font:20px "Lato-Black";
        color:#000000;
        text-align:center;
        text-transform:uppercase;
        position: relative;
    }
    .grp-image h2::after{
        position:absolute;
        content:"";
        left:0;
        right:0;
        top:40px;
        bottom:0;
        border-bottom:1px solid #c5c5c5;
        width: 45px;
        height:1px;
        margin:0 auto;
    }
    .pt-60{
        padding-top:40px;
    }
    .grp-image img {
        height: 220px;
        width: 100%;
    }
    .services{
        background-image:url("./images/service-banner.png");
        background-repeat:no-repeat;
        background-size:cover;
        height: 390px;
    }
    .offers h4 {
        text-align: center;
        font: 37px "Lato-Black";
        color: #fff;
        margin-top: 70px;
        margin-bottom:15px;
    }
    .offers p {
        text-align: center;
        font: 18px "Lato-Light";
        color: #fff;
        margin-bottom:20px;
        position: relative;
    }
    .offers p::after{
        position:absolute;
        content:"";
        left:0;
        right:0;
        top:40px;
        bottom:0;
        border-bottom:2px solid #f66d20;
        width: 145px;
        height:2px;
        margin:0 auto;
    }
    .icon h4 {
        color:#000;
        font:25px "Lato-Bold";
        margin-top: 25px;
    }
    .icon p {
        color:#4e5d66;
        font:18px "Lato-Light";
        line-height:30px;
        margin-bottom:30px;
		text-align:justify;
    }
    .icon a {
        color:#f66d20;
        font:18px "Lato-Bold";
    
    }
    .bg-white{
        background-color:#fff;
        margin-top: 50px;
        height: 330px;
    }
    .icon {
        padding: 30px 35px;
        box-shadow: 1px 3px 4px 0px #e5e5e5;
    }
    .icon a img {
        margin-left: 20px;
    }
    .why{
        padding-top:240px;
    }
    .why h4{
        font:37px "Lato-Black";
        color:#000;
        text-align:center;
    }
    .why p{
        font:18px "Lato-Light";
        color:#4e5d66;
        text-align:center;
        position:relative; 
        margin-bottom: 55px;
    }
    .why p::after{
        position:absolute;
        content:"";
        left:0;
        right:0;
        top:40px;
        bottom:0;
        border-bottom:2px solid #f66d20;
        width: 145px;
        height:2px;
        margin:0 auto;  
    }
    .numbering {
        background-image:url(./images/number-banner.png);
        background-repeat:no-repeat;
        background-size:cover;
        height: 330px;
        position:relative;
    }
    .number{
        position:absolute;
    }
    .health-safety {
        padding-top:30px;
    }
    .facilities{
        position:relative;
    }
    .safety{
        position: absolute;
        top: 8em;
        left: 6em;
        right: 7em;
        text-align: center;
    }
    .safety h5 {
        font: 42px "Lato-Black";
        color: #fff;
    }
    .safety p {
        font: 20px "Lato-Light";
        color: #fff;
		line-height: 30px;
    }
    .safety h5 {
        position: relative;
        padding-top: 40px;
    }
    .safety h5::after {
        position:absolute;
        content:"";
        left:0;
        right:0;
        top:20px;
        bottom:0;
        border-bottom:2px solid #f66d20;
        width: 145px;
        height:2px;
        margin:0 auto;  
    }
    .protect {
        display: flex;
        align-items: center;
    }
    .protect h3 {
    font:20px "Lato-Bold";
    }
    .protect p {
        font: 18px "Lato-Light";
        width: 410px;
        line-height: 30px;
		text-align: justify;
    }
    .protect-pl {
        padding-left: 60px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .environment {
        padding-left: 50px;
    }
    .bg-grey{
        background-color:#f9f9f9;
    }
	.owl-theme .owl-nav [class*=owl-]:hover {
		background: transparent;
		color: #FFF;
		text-decoration: none;
		outline: 0;
	}
	
    /* .row1 {
        display: flex;
    } */
    .col-md-5.col-sm-5.col-xs-12.plr-0 {
        padding: 0;
    }
    .explore{
        background-color:#f66d20;
    }

    .strive p{
        font:24px "Lato-Bold";
        padding-top:20px;
        padding-bottom: 20px;
        color: #fff;
        line-height: 35px;
        margin-bottom: 0;
		margin-left: 60px;
    }
    .strive span{
        font:24px "Lato-Light";
    }
    .link-strive a {
        display: inline-block;
        color: #fff;
        font: 22px "Lato-Bold";
        margin-top: 30px;
        border: 2px solid #fff;
        padding: 10px 35px;
        border-radius: 5px;
        background:#f66d20;
    }
    .link-strive a:hover{
        text-decoration: none;
    }
    .link-strive {
        text-align: center;
    }
    img.bg-overlay {
        height: 472px;
        width: 100%;
    }
    .footer-bg{
        background-color:#333d42;
        padding-top: 50px;
    }
    .Recruitment1 img{
        margin-bottom:20px;
    }
    .Recruitment1 p {
        color: #a9a9a9;
        font: 16px "Lato-Light";
        line-height: 30px;
        width: 270px;
        margin-bottom: 30px;
		text-align:justify;
    }  
    footer.footer-bg h4 {
        color: #fff;
        font:20px "Lato-Bold";
        position:relative;
    }
    footer.footer-bg h4::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 45px;
        bottom: 0;
        border-bottom: 2px solid #f66d20;
        width: 50px;
        height: 2px;
    }
    .footerhome ul {
        float: left;
        width: 50%;
        
        padding-top: 30px;
    }
    .footerhome ul li a{
        color: #a9a9a9;
        font: 18px "Lato-Light";
        line-height: 40px;
		position:relative;
    }
		.footerhome ul li a::after {
		position: absolute;
		content: "";
		background: url(./images/link.png) no-repeat;
		width: 35px;
		height: 33px;
		left: -29px;
		top: 7px;
		filter:invert(1);
	}
    .footerhome ul li {
        list-style-type:none;
    }
    .footerhome ul li a img{
        display: inline-block;
        padding-right: 20px;
        filter:invert(1);
    }
    .first-item {
        padding-left:30px;
    }
    .footeraddress p {
        padding-top: 40px;
        color: #a9a9a9;
        font: 16px "Lato-Bold";
        line-height: 28px;
    }
	.nav>li>a:focus, .nav>li>a:hover {
		text-decoration: none;
	   background-color: transparent;
	}

    .footeraddress span {
        font: 16px "Lato-Light";
    }
    .contact-link a{
        color: #a9a9a9;
        font: 16px "Lato-Light";
        display: block;
        width: 100%;
        line-height: 30px;
    }
    .footeraddress {
        padding-left: 65px;
    }
    .copyright p{
        font: 16px "Lato-Light";
        color: #a9a9a9;
		margin-bottom: 15px;
    }
    .footer_copy{
        border-top: 2px solid #495257;
        padding: 30px 0;
        margin-top: 50px;
    }
    .recruit1 span {
        font: 130px "Lato-Black";
        color: #f66d20;
        display: inline-block;
        padding: 33px 30px;
        margin-left: 20px;
    }
    .recruit1 span::after {
        position: absolute;
        content: "";
        background-image: url(./images/border.png);
        height: 220px;
        width: 255px;
        background-size: contain;
        left: 0;
        top: 20px;
        background-repeat: no-repeat;
    }
    .recruit1 {
        align-items: center;
        display: flex;
        position:absolute;
        top:3em;
    }
    .recruit1 p {
        color: #fff;
        font: 18px "Lato-Light";
        margin-top: 20px;
        line-height: 33px;
        margin-left: -8px;
        font-weight: 700;
    }
    .outsourced {
        margin-top: 70px;
        margin-left: 75px;
    }
    .outsourced span{
        color: #f66d20;
        font:48px "Lato-Black";
    }
    .outsourced p{
        color: #fff;
        font:19px "Lato-Regular";
        line-height: 30px;
    }
    .test h3{
        font:36px "Lato-Black";
        color:#000;
    }
    .test p{
        font:18px "Lato-Light";
        color:#4e5d66;
        position: relative; 
    }
    .test p::after{
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 45px;
        bottom: 0;
        border-bottom: 2px solid #f66d20;
        width: 130px;
        height: 2px;
        margin:0 auto;
    }
    section.testimonial {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .test.text-center {
        padding-bottom: 75px;
    }
    .contribution img {
        width: 90px !important;
        height: 90px;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .contribution p {
        font: 20px "Lato-Light";
        color: #000000;
        line-height: 30px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .contribution h4 {
        font:20px "Lato-Regular";
        font-weight: 700;    
    }
    .contribution span {
        font:20px "MyriadPro-Light";
    }
    .arab-content p {
        direction: rtl;
        font-size: 20px;
        line-height: 30px;
        font-family: "GEDinarOne-Light";
        margin-bottom: 20px;
    }
    .arab-content h4 {
        direction: rtl;
        font: 20px "GEDinarOne-Medium";
    }
    .testimonial button.owl-next {
        position: absolute;
        top: 2.2em;
        right: 33em;
        outline:0;
		z-index:999;
    }
    .testimonial button.owl-prev {
        position: absolute;
        top: 2em;
        left: 33em;
        outline:0;
		z-index:999;
    }
    button.owl-next i img {
        transform: rotate(180deg);
    }
    .banner-img{
        position:relative;
    }
    .owl-content {
        position: absolute;
        top: 23em;
        width: 50%;
        float: left;
        left: 10em;
    }
    .owl-content h5{
       font:58px "MyriadPro-Semibold";
       color:#000000;
    }
    .owl-content p {
        font:18px "Poppins-Regular";
        color:#000000;
    }
     .mainSlider{
        position:relative;
    } 
     .accord-inner{
	   position: absolute;
		top: 200px;
		right: 110px;
		z-index: 9;
		width: 335px;
    } 

    #accordion .panel-heading { 
        padding: 0;
    }
    #accordion .panel-title > a {
        display: block;
        padding:10px 30px;
        outline: none;
        font-weight: bold;
        text-decoration: none;
        background: #26313c;
        color: #fff;
        font: 14px "Poppins-Regular";
        text-transform: uppercase;
    }
    /* #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
        content: "";
        float: right;
        margin-right: -2em;
        background-repeat: no-repeat;
        background-image: url(../images/arrow-down.png);
        height: 30px;
        width: 30px;
        margin-top: 10px;
       
    }
    .panel-collapse collapse in::after{
        content: "";
        float: right;
        position:absolute;
        margin-right: -2em;
        background-repeat: no-repeat;
        background-image: url(../images/arrow-down.png);
        height: 30px;
        width: 30px;
        margin-top: 10px;
     
    } */
    #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
        content:"\e113";
        float: right;
        font-family: 'Glyphicons Halflings';
        margin-right :-1em;
    }
    #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
        content:"\e114";
    }
    .acc-list ul li {
        list-style-type: none;
        padding: 10px 0px;
        border-bottom: 1px solid #ededed;
        font:14px "Lato-Regular";
        color:#000000;
        text-transform: uppercase;
    }
    .acc-list .panel-body{
        padding:10px 30px;
    }
    .acc-list .panel {
        margin-bottom: 0px;
        background-color: #fff;
        border-bottom: 0;
        border: 0px solid transparent;
    }
    .panel-group .panel+.panel {
        margin-top: 0 !important;
    }
    .mainSlider button.owl-next {
        position: absolute;
        top: 25em;
        right: 2em;
		outline:0;
    }
    .mainSlider button.owl-prev {
        position: absolute;
        top: 25em;
        left: 3em;
		outline:0;
    }
    .mainSlider .owl-nav i img {
        border: 1px solid #a8a19f;
        padding: 11px 13px;
        height: 40px;
        width: 40px;
        border-radius: 25px;
		background: #a8a19f0d;
		outline: 0;
    }

    /** footer page **/
.Recruitment
{
    position: relative;
}
.Recruitment li
{
    padding-right: 30px;
    padding-left: 5px;   
}
.Recruitment li a:before
{
    content:'';
    position: absolute;
    background: url('./images/social.png') no-repeat top center;    
    width:34px;
    height: 34px;  
    top: -14px;    
}
.Recruitment li:nth-child(1) a:before
{
    background-position: 2px 5px;
}
.Recruitment li:nth-child(2) a:before
{ 
    background-position: -37px 5px;
}
.Recruitment li:nth-child(3) a:before
{
    background-position: -115px 5px;
}
.footerhome ul li a:hover {
    text-decoration: none;
    color: #f56c20;
	  transition:.2s ease-in-out;
}
.contact-link a:hover {
    text-decoration: none;
    color: #f66d20;
	  transition:.2s ease-in-out;
}

/* service page **/
.service-banner {
    background-image:url(./images/service-banner.png);
    background-size:cover;
    height:350px;
}
.service h2 {
    font: 16px "Lato-Light";
    text-transform: uppercase;
}
.rec-services span {
    display: inline-block;
    font: 32px "MyriadPro-Semibold";
    color:#000;
    position:relative;
    margin-bottom: 30px;
}
.rec-services span::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 60px;
    height: 2px;
}
section.our-services {
    padding-top: 50px;
    padding-bottom: 70px;
}
.rec-services p {
    font: 18px "Lato-Light";
    line-height: 30px;
}
.rec-services {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.rec-services:last-child{
    border-bottom:0;
}
.service-layer{
    background-image: url(./images/service-layer.png);
    background-repeat: no-repeat;
    border-radius: 5px;
}
ul.overseas li {
    list-style-type: none;
    padding: 15px 0px;
  color:#fff;
}
ul.overseas {
    padding: 35px 55px;
}
ul.overseas li img {
    margin-right: 15px;
}
ul.overseas li span{
    font:20px "Lato-Regular";
    display: inline-block;
}
/* .client-banner {
    background-image: url(./images/client-banner.png);
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
} */
/* span.edit-link a {
    display: none;
} */
section.Client {
    padding-top: 40px;
    padding-bottom: 70px;
}
.client-inner h4 {
    font: 16px "Lato-Light";
    text-transform:uppercase;
    margin-bottom: 20px;
}
.client-inner span{
    font:32px "MyriadPro-Semibold";
    color:#000;
    margin-bottom:5px;
    display: inline-block;
}
.client-inner h2{
    font:24px "MyriadPro-Semibold";
    color:#000;
    position:relative;
	margin-top: 0;
}
.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #e07e27 !important;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.logo-list.hvr-overline-from-center img {
    transition: .5s linear;
}
.logo-list.hvr-overline-from-center:hover  img {
	transform: scale(1.5);
}
  
.client-inner h2::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 140px;
    height: 2px;
}
.client-inner h5::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 140px;
    height: 2px;
}
.client-inner h5 {
    font: 24px "MyriadPro-Semibold";
    color: #000;
    position: relative;
}
.client-inner {
    margin-bottom: 45px;
}
.logo-list {
    width: 150px;
    height: 150px;
    padding: 35px 15px;
    border: 1px solid #e8e8e8;
    margin-left: 14px;
    border-radius: 5px;
    margin-top: 20px;
}
.logo-list  span{
    font:16px "Lato-Bold";
    margin-top: 15px;
    display: inline-block;
}
.logo-list >div {
    text-align: center;
}


/** certificate **/
.certificate{
   /*  background-image: url(./images/certificate-banner.png); */
    height:345px;
    background-repeat:no-repeat;
    background-size:cover;
}
.pt-50{
    padding-top:30px;
}
.row.pt-50 img {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 3px;
	height:255px;
	width:360px;
	
}
.no-border img{
     border:0 !important;
}

/** emiritisation **/
/* .emiritisation{
    background-image: url(./images/emiratisation.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
} */
.emirate h3 {
    font: 32px "MyriadPro-Semibold";
    position: relative;
	margin-bottom: 25px;
}
.emirate h3::after {
   position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 80px;
    height: 2px;
}
.proceed p{
    font:18px "Lato-Light";
    line-height:30px;
	text-align:justify;
}section.Client1 {
    padding-top: 50px;
    padding-bottom: 70px;
}
.emi-image img {
    border: 1px solid #33333326;
    padding: 1px;
    border-radius: 5px;
}
/** contact page **/
.contact{
    background-image: url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 345px;
}
.contact-bg h4{
    font:16px "Lato-Light";
    text-transform:uppercase;
    color:#556670;  
    margin-bottom:0px;
    margin-top: 50px;
}
section.contact-bg {
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url(../images/contactinner-bg.png);
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top:-44px;
}
.contact-bg h3{
    display: inline-block;
    font:36px "MyriadPro-Semibold";
    color:#000;
    margin-bottom:10px;
}
.contact-bg p{
    display: inline-block;
    font:22px "MyriadPro-Semibold";
    color:#000;
    margin-bottom:10px;
    position:relative;
}
.contact-bg p::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 140px;
    height: 2px;
}
.map-section {
    margin-bottom: 50px;
}
.phone-info p::after {
    border-bottom: 0;
}
.phone-info p::after {
    border-bottom: 0;
}

.phone-info >div {
    position: relative;
}
.phone-info >div {
    position: relative;
}

.phone-info >.location::after {
    position: absolute;
    content: "";
    background: url(./images/location.png);
    width: 45px;
    height: 45px;
    top: 0px;
    left: -10px;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    background-position: center;
    border-radius: 25px;
}
.phone-info >.landline::after {
    position: absolute;
    content: "";
    background: url(./images/landline.png);
    width: 45px;
    height: 45px;
    top: -10px;
    left: -10px;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    background-position: center;
    border-radius: 25px;
}
.phone-info >.phone::after {
    position: absolute;
    content: "";
    background: url(./images/phone1.png);
    width: 45px;
    height: 45px;
    top: -5px;
    left: -10px;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    background-position: center;
    border-radius: 25px;
}
.phone-info >.mail::after {
    position: absolute;
    content: "";
    background: url(./images/mail.png);
     width: 45px;
    height: 45px;
    top: -10px;
    left: -10px;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    background-position: center;
    border-radius: 25px;
}
.form-section{
    margin-top:50px;
}
.form-section input.form-control {
    height: 50px;
    outline: 0;
    font:18px "Lato-Light";
    border:1px solid #c4c4c4;
    box-shadow: none;
}
::placeholder {
    font:18px "Lato-Light";
    color:#000000 !important;
}
.form-section textarea {
    width:100%;
    height:180px;
    font:18px "Lato-Light";
    border-radius: 5px;
    padding: 10px 10px;
    color:#555;
    border:1px solid #c4c4c4;
    box-shadow: none;
    outline:0;
    resize:none;
}
.sub .SubBtn {
    color: #fff;
    font: 22px "Lato-Bold";
    background-color: #f66d20;
    display: inline-block;
    padding: 12px 35px;
    width: 150px;
    height: 50px;
    border-radius: 5px;
	border: 1px solid #f66d20;
    outline: 0;
}
.sub {
    margin-top: 30px;
}
.sub a:hover {
    text-decoration: none;
}
.phone-padding{
    padding-top:170px;
    padding-left:80px;
}
.phone-info img {
    border: 1px solid #cecece;
    padding: 15px 15px;
    border-radius: 25px;
    margin-right: 25px;
}
.phone-info {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
	padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.phone-info a {
    font: 18px "Lato-Regular";
    color:#000;
	padding-left: 50px;
}
.phone-info a:hover{
    text-decoration: none;
}
.phone1 a{
    font:26px "Lato-bold";
	padding-left: 50px;
}
.phone-info p {
    font: 18px "Lato-Regular";
	padding-left: 50px;
	margin-bottom: 0;
	line-height: 25px;
    font-weight: 100;
}
.phone-info:last-child {
    border-bottom: 0;
}
/** healthy page **/
.health{
    background-image:url(./images/healthy_bg.png);
   background-repeat:no-repeat;
}
.healthy-bg h4{
    font:16px "Lato-Light";
    color:#556670;
    text-transform: uppercase;
}
section.healthy-bg {
    padding-top: 50px;
    padding-bottom: 40px;
}
.Enviroment span{
    font: 36px "MyriadPro-Semibold";
    color: #000;
    margin-bottom: 0px;
    display: inline-block;
}
.Enviroment  h3{
	position:relative;
	font: 24px "MyriadPro-Semibold";
}
.Enviroment  h3::after {
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 140px;
    height: 2px;
}
.Enviroment h5{
    font: 24px "MyriadPro-Semibold";
    color: #000;
    margin-bottom: 0px;
    position: relative;
}
.Enviroment  p{
	margin:0;
}
.Enviroment h5::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 140px;
    height: 2px;
}
.quality p{
    font:18px "Lato-Light";
    color:#525252;
    line-height: 28px;
    margin-bottom:10px; 
    margin-top:0
}
.quality {
    margin-top: 40px;
}
.business{
    background-image:url(./images/businees.png);
    background-repeat: no-repeat;
}
.business h4 {
    font:36px "MyriadPro-Semibold";
    color:#fff;
    margin-bottom: 10px;
    margin-top: 30px;

}
.business_info p {
    font:24px "MyriadPro-Semibold";
    color:#fff;
    position: relative;
}
.business_info p::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 140px;
    height: 2px;
}
.business_info {
    margin-bottom: 50px;
}
.seek p{
    font:18px "Lato-Light";
    line-height: 25px;
    color:#fff;
    margin-left: 20px;
}
.seek {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.way p{
    font:18px "Lato-regular";
    color:#fff;
   line-height: 30px;
   display: inline-block;
   border: 1px solid #fff;
   padding: 15px 20px;
}
.way {
    text-align:center;
    margin-bottom: 20px;
}
.insurance_info h4{
    font:36px "MyriadPro-Semibold";
    color:#000;
}
.insurance_info span{
    font:24px "MyriadPro-Semibold";
    color:#000;
    display: inline-block;
    position: relative;
}
section.health-insurance {
    padding-bottom: 30px;
    padding-top: 30px;
}
.insurance_info span::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
    width: 140px;
    height: 2px; 
}
.help p {
    font:18px "Lato-Light";
    color:#525252;
    line-height: 28px;
    margin-bottom: 15px;
}
.help {
    margin-top: 60px;
}
/** about page **/
.about{
   background-image:url(./images/about_bg.png);
   background-repeat: no-repeat;
   height:350px; 
       background-position: center center;
    background-size: cover;
}
ul.nav.nav-tabs.tab-section li a {
    border: 1px solid #ededed;
    color: #000;
    font: 20px "Lato-regular";
    padding: 5px 15px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
ul.nav.nav-tabs.tab-section li a h4 {
    font:20px "Lato-regular";
    /* color:#000; */
    margin-left: 10px;
}
ul.nav.nav-tabs.tab-section li {
    width: 100%;
    background-color:#ededed;
    margin-bottom: 10px;
	
}
section.about-content {
    padding-top: 50px;
    padding-bottom: 60px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #f05700;
    border: 1px solid #f05700;
    border-bottom-color: transparent;
}
.tab-section li.active a h4 {
    color:"#fff";
}
ul.tab-section li.active::before {
    position: absolute;
    content: "";
    background: url(../images/white-link.png);
    width: 39px;
    height: 143px;
    left: 14px;
    z-index: 8;
    top: 30px;
    bottom: 0;
    background-repeat: no-repeat;
    filter: brightness(100);
}
.pt-60{
    padding-top:40px;
}
.health-progress {
    padding: 30px 35px;
    background: #f7f7f7;
}
.health-progress p{
    font:17px "Lato-Light";
    color:#000;
    line-height: 25PX;
    margin-bottom: 30px;
	text-align: justify;
}
.avathar_info img {
    display: inline-block;
    border: 1px solid #FFF;
    padding: 8px 12px;
    border-radius: 50%;
    background: #fff;
    width: 100px;
    height: 100px;
}
.avathar_info span {
    display: inline-block;
    font:18px "Lato-Regular";
	position:relative;
}
.avathar_info {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.avathar_info h5 {
    font: 18px "Lato-Light";
}
.tabcontent h5 {
    font: 16px "Lato-Light";
    color:#000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tab-content.tabcontent span {
    font:36px "MyriadPro-Semibold";
    position: relative;
	text-transform: capitalize;
}
p.sahara_group{
    font:36px "MyriadPro-Semibold";
    position: relative;
    margin-bottom: 30px;
}
p.sahara_group::after{
    position: absolute;
    content:"";
    width: 150px;
    height:2px;
    left:0;
    top: 65px;
    bottom: 0;
    border-bottom: 2px solid #f66d20;
}
.well-known {
    margin-top:45px;
}
.well-known p {
    font: 18px "Lato-Light";
    color:#4e5d66;
    line-height:32px;
    margin-bottom:15px;
	text-align: justify;
}
.tab-section li.active a {
    color: #fff !important;
}
.pr-0 .nav-tabs {
    border-bottom:0;
}
ul.nav.nav-tabs.tab-section li a {
    background: url(./images/link.png) 15px 20px;
	background-repeat:no-repeat;
	padding:12px 35px;
}

/** vision page **/
p.sahara_group.tp-50::after {
    top: 110px;
}
/** objective and organisation **/
p.organize{
    font:32px "MyriadPro-Semibold";
    margin-bottom: 45px;
}
.contribute ul li {
    display: flex;
    align-items: baseline;
    list-style-type: none;
    margin-bottom: 10px;
}
.contribute p {
    margin-left: 20px;
    font: 18px "Lato-Light";
    line-height: 28px;
}
.advance_info{
    margin-top:35px;
}
.advance_info span{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.advance_info span::after{
    position: absolute;
    content: "";
    left:0;
    width:145px;
    height:2px;
    top:65px;
    border-bottom: 2px solid #f66d20;
}
.advance_info ul li{
  list-style-type: none;
  display: flex;
  /* align-items: center; */
  margin-bottom: 15px;
}
.advance_info ul li p{
    font:18px "lato-Light";
    color:#4e5d66;
    margin-left:20px;
  }
  .advance_info ul {
      margin-top:50px;
  }
  .announce{
    font:32px "MyriadPro-Semibold" !important;
    color:#000 !important;
  }
  .events_info label{
    position: relative;
    color:#556670;
    display: inline-block;
    font:18px "Lato-Light";
    margin-bottom: 40px;
  }
  .events_info label::after {
    position: absolute;
    content: "";
    left:0;
    width:45px;
    height:2px;
    top:45px;
    border-bottom: 2px solid #f66d20;
   
  }
  .events_info p{
      font:18px "Lato-Regular";
      color:#4e5d66;
      line-height:28px;
	  text-align: justify;
}
.events_info{
    border-bottom: 1px solid #d5d5d5;
}
.no-border1{
    margin-top:30px;
}
.no-border1:last-child{
    border:0;
}
.events_info p a{
    color:#f05700;
    text-decoration:underline;
    text-transform: capitalize;
}
/** Gm meassege **/
.Labour {
    margin-top: 55px;
}
.Labour p{
    font:18px "Lato-Light";
    line-height: 33px;
    color:#4e5d66;
	text-align: justify;
}
.regards{
    margin-top:35px;
}
.regards label{
    font:18px "Lato-Light";
    color:#4e5d66;
}
.regards h4 {
    font: 20px "Lato-Bold";
    color: #293e4a;
    margin: 9px 0 7px 0;
}
.regards span{
    font:18px "Lato-Light" !important;
    color:#4e5d66;
}


/**carrer list **/
.carrer-list {
    background-image:url(../images/list_bg.png);
    height:352px;
   background-repeat: no-repeat;
}
.job h4{
    font:16px "Lato-Light";
    color:#556670;
    text-transform:uppercase;
}
.job span{
    font:36px "MyriadPro-Semibold";
    color:#000;
}
.job p{
    font:24px "MyriadPro-Semibold";
    color:#000;
    position:relative;
    margin-bottom: 50px;

}
.job {
    margin-top:50px;
    margin-bottom: 70px;
}

.job p::after{
    position: absolute;
    content: "";
    left:0;
    width:85px;
    height:2px;
    top:50px;
    border-bottom: 2px solid #f66d20;    
}
.apply-form input{
    height:50px;
    font:18px "Lato-Light";
    outline:0;
    box-shadow:none;
}
.apply-form input:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px solid #c4c4c4;
}
.sjb-search-button.search input.btn-search.btn {
    height: 50px;
    width: 150px;
    background: #f66d20;
    border: 1px solid #f66d20;
    border-radius: 5px;
    color: #fff;
    font: 22px "Lato-Bold";
}
.apply-form {
    margin-bottom: 50px;
}
.principal{
    background-color:#f5f7f8;
    padding: 20px 0;
}
.Support ul li{
    display: flex;
    align-items: baseline;
    margin-right: 35px;
}
.Support ul{
    display: flex;
    align-items: baseline;
}
.Support h3 {
    font: 26px "Lato-Bold";
    margin-top:25px;
    margin-bottom: 15px;
}
.Support span {
    font: 18px "Lato-Light";
    margin-bottom: 25px;
    display: inline-block;
}
.nice-select {
    height: 49px !important;
}
.Support p {
    margin-left: 15px;
    font: 16px "Lato-Light";
}
.apply ul li{
    padding: 10px 5px;
    list-style-type: none;

}
.apply ul li a {
    font: 20px "Poppins-Regular";
    color: #fff;
}
.apply ul li a img {
    padding-right: 16px;
}
.apply {
    margin-top: 50px;
    display: inline-block;
    background: #52636b;
    width: 150px;
    height:50px;
    border-radius:5px;
}
.job-padding h4 {
    font:20px "Lato-Regular";
    color:#000;
    margin-bottom: 20px;
}
.job-padding{
    padding:0px 0;
}
.Job-description p {
    font: 18px "Lato-Light";
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}
.nice-select span {
    font: 18px "Lato-Light";
}
ul.jobrole_list li{
    display: flex;
    align-items: baseline;
}
ul.jobrole_list li img{
    margin-right: 15px;
}

/** hover styles **/
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/** carrer deatil **/
.carrer-deatil
{
    background:url(../images/carrer-list_bg.png);
    background-repeat: no-repeat;
    height: 350px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav>.active>a {
    background-color:transparent;
   
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #52636b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
     border-top: 2px solid #f66d20;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f66d20 !important;
    text-decoration: none;
    background-color: transparent;
}
.carrre-table td p{
    color:#f66d20;
    font:22px "Lato-Regular";
}
.carrre-table td span{
    color:#000;
    font:14px "Poppins-Regular";
}
.carrre-table tr th {
    font: 16px "Lato-Bold";
}
.carrre-table td a {
    background: #52636b;
    padding: 7px 26px;
    margin-bottom: 10px;
    color: #fff;
    font: 14px "Lato-Regular";
    width: 86px;
    height: 33px;
    display: inline-block;
    border: 1px solid #52636b;
    border-radius: 5px;
    text-transform: uppercase;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px 25px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.table.carrre-table.table-responsive {
    border: 1px solid #eee;
}
.carrre-table td a:focus, .carrre-table td a:hover {
    background: #f66d20;
    text-decoration:none;
    border:1px solid #f66d20;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f05700;
    background-color: transparent;
}
.responsive-accordion-panel.active {
    padding: 0px 0 0px 0 !important;
}
/* .dropdown-menu1
{
	border:none;
	display: block;
	transform: scale(1)!important;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	top: 180px;
	transition: all .3s;
}
.dropdown:hover .dropdown-menu1
{
	display: block;
	top: 100%;
	height: inherit;
} */



@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
    display: block;
    }     
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }     
    #no-more-tables tr { border: 1px solid #ccc; }      
    #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
    }     
    #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }     
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
    }
    table.table.carrre-table {
        border: 1px solid #3333332e;
    }
    .table>thead>tr>th {
        border-bottom: 1px solid #ddd;
        background: #f7f7f7;
    }
    .accord .panel-body{
        max-height: 200px;
       
    }
	ul.sub-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    display: none;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #52636b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 2px solid #f66d20;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	
}
.menu-item-has-children:hover ul.sub-menu {
   display: block !important;
    z-index: 99999999;
}
ul.sub-menu li a:hover {
    color: #f66d20 !important;
    text-decoration: none;
}
.menu-item-has-children a::after {
	position:relative;
}
.menu-item-has-children a::after{
   background: url(images/arrow-down.png);
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 18px;
    right: -13px;
    background-repeat: no-repeat;
}
ul.sub-menu li a:after {
    background-image: none;
}
.bg-height{
	height:472px;
}
.current_page_item a {
    color: #ff7222 !important;
}
#home h2 {
	font: 16px "Lato-Light";
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
	margin-top: 0;
}
div#home br {
    display: none;
}
ul.nav.nav-tabs.tab-section li a.active {
    background-color: #f05700 !important;
	color: #fff;
	background: url(./images/link1.png) 15px 20px;
	background-repeat:no-repeat;
}
/**banner-emi**/
section.emiritisation img ,section.client-banner img {
    width: 100%;
}
img.bg-height {
    width: 100%;
}
/* .fa-chevron-up:before {
	background-image:url(./images/arrow-down.png);
	transform:rotate(180deg); 
	position:absolute;
	top:-8px;
	right:0;
}
.fa-chevron-down:before{
  background-image:url(./images/arrow-down.png);
} */
.responsive-accordion.responsive-accordion-default.bm-larger > li {
    margin-bottom: 0;
    margin-left: 0;
	list-style-type: none;
   font: 14px "Lato-Regular";
    color: #000000;
    text-transform: uppercase;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    border: 0;
	height: 45px;
	padding: 10px 25px;
	 background: #FFF;
}
.responsive-accordion-panel.active ul li {
    list-style-type: none;
    padding: 7px 13px;
    border-bottom: 1px solid #eee;
}
.responsive-accordion-panel.active ul li:last-child{
	border-bottom:0;
}
.responsive-accordion-panel .active
{
	list-style-type: none;
}
.responsive-accordion-head span{
	display: block;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font: 14px "Poppins-Regular";
    text-transform: uppercase;
}
.mobile-dis {
    display: none;
}
.sjb-page .sjb-archive-page .job-title {
   color: #f66d20 !important;
    font: 19px "Lato-Regular";
    text-align: left;
    display: block;
    margin-bottom: 5px;
	margin-top: 0;
	cursor: pointer;
}
.job-features {
    display: none;
}
.job-appln-form {
    display: none;
}
.arch-location-edt {
	display:none;
}
.archeive_joblist {
    border: 1px solid #d4d4d4;
    overflow: hidden;
	margin-top: 0px;
}
.sjb-page .archeive_joblist_header h1 {
    font:18px "Lato-Bold";
    margin: 0;
}
.sjb-page .list-data .row .row {
	 padding: 0px 20px;
/*
    display: flex;
    align-items: baseline;
*/
    justify-content: space-between;
}
.sjb-page .list-data {
    border: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
}
.archeive_joblist_header {
    background: #f7f7f7;
    height: 48px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.container.sjb-container {
    width: 100%;
    padding: 40px 0 45px;
}
body.jobpost-template-default div#container {
    padding: 40px 0 0px;
}
.single-job-header {
    background: #f5f7f8;
    padding:0;
	margin-top: 140px;
}
.single-jobpost .container.sjb-container {
    max-width: 100%;
    padding-top: 0;
}
.single_jobmeta {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-left: 15px;
}
.single_jobmeta .col-md-4 {
   width: auto;
    flex: initial;
    font: 17px/24px Lato-Light;
    color: #000;
    padding-left: 25px;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}
.job-info h4 span {
    font: 18px "Lato-Light";
    margin-bottom: 0;
    display: inline-block;
}
.single-job-exp.col-md-4:after {
	content: "";
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(./images/breifcase.png) no-repeat;
}
.single_jobloc:after {
    content: "";
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(./images/location_new.png) no-repeat;
}
.single-noof-vacancy.col-md-4::after {
	content: "";
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(./images/vaccancy.png) no-repeat;
}
.job-location {
	position:relative;
}
i.fa.fa-map-marker {
    display: none;
}
.job-location::after {
	content: "";
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top:3px;
	left:3px;
    background: url(./images/location_new.png) no-repeat;
}
	
.job-location {
   width: auto;
    flex: initial;
    font: 17px/24px Lato-Light !important;
    color: #000 !important;
    padding-left: 25px;
    margin-right: 0px;
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
}
span.job-title {
	font: 26px "Lato-Bold";
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
    margin: 0;
    display: inline-block;
}
.single-jobpost .single-job-header .container {
    max-width: 980px;
    width: 100%;
    padding: 0;
}
.sjb-page .list-data {
   background: #fff;
    float: left;
    margin: 15px 0;
    padding: 0 0px 0px;
    width: 100%;
}
.sjb-page .list-data .job-description p {
    font: 18px "Lato-Light";
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}
.sjb-page .sjb-detail .list-data ul li::before {
	display:none;
}
.job-description h3 {
    display: none;
}
a.link-btn {
   font: 20px "Poppins-Regular";
    color: #fff;
    margin-top: 50px;
    display: inline-block;
    background: #52636b;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    padding: 10px 60px;
}
a.link-btn:before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    top: 65%;
    background: url(./images/apply.png) no-repeat;
}
.sjb-page .sjb-detail .list-data .job-detail h3 {
	font: 26px "Lato-Bold";
    margin-top: 0;
}
.sjb-page .sjb-detail .list-data .job-detail {
    margin: 0 0 0px;
}
.sjb-page .list-data .header-margin-top {
    padding: 0px 0px;
}
.post-type-archive-jobpost .inner-banner, .single-jobpost .inner-banner{
    height: 352px;
    background-repeat: no-repeat;
}
.post-type-archive-jobpost .search-container, .single-jobpost .search-container{
    position: relative;
    top: 400px;
}



/** new styles **/
.sjb-page .sjb-filters {
    background-color: transparent !important;
}
.sjb-page .sjb-filters {
    background-color: #f2f2f2;
    border: 0;
    margin: 30px 0 15px;
    padding: 0px 0px 0;
    overflow: hidden;
}
.sjb-filters .form-control {
    height: 50px !important;
    font: 21px "Lato-Light" !important;
    outline: 0;
    box-shadow: none;
	border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.sjb-page .sjb-filters
{
    overflow: initial !important;
}
.arch-job-exp.col-md-2 button {
    background: #52636b;
    padding: 7px 26px;
    margin-bottom: 10px;
    color: #fff !important;
    font: 15px "Lato-Regular" !important;
    height: 33px;
    display: inline-block;
    border: 1px solid #52636b;
    border-radius: 5px;
    text-transform: uppercase;
	outline:0;
}

/** new styles **/
.sjb-page .sjb-detail .jobpost-form .app-submit {
    margin: 21px 0px 20px 0px;
    display: block;
    padding: 7px 30px;
    height: 50px;
    width: 150px;
    background: #f66d20 !important;
    border: 1px solid #f66d20 !important;
    border-radius: 5px;
    color: #fff;
    font: 20px "Lato-Bold";
}
.sjb-page .sjb-detail .list-data h3 {
	color: #f66d20 !important;
	 margin-bottom: 40px;
	 font: 18px "Lato-Bold" !important;
}
.job {
     margin-bottom: 20px;
}
.arch-job-exp.col-md-2 button:hover {
    background: #f66d20;
    border: 1px solid #f66d20;
}
.arch-job-exp.col-md-2 {
    font: 18px "Lato-Light";
}
.sjb-detail p {
    margin-bottom: 0;
}
.job-detail H3 {
    margin-bottom: 15px !important;
}
.no-job-listing p {
    text-align: center;
    padding-top: 15px;
     font: 18px "Lato-Light";
}
.no-job-listing p:last-child {
	padding-bottom:10px;
}
.sjb-page .btn-primary, .sjb-page .btn-primary:hover, .sjb-page .btn-primary:active:hover {
	background-color: #f66d20 !important;
    color: #fff;
}
.sjb-listing {
    border: 1px solid #ebebeb;
	max-width: 1030px;
}
.sjb-search-keywords.col-md-3 {
    min-width: 275px;
}
.sjb-search-categories.col-md-3 {
    min-width: 275px;
}
.sjb-search-location.col-md-3 {
	min-width: 275px;
}

/** new styles **/

.banner-accordian .initial-open {
    display: block;
}
.page-header1 {
    text-align: center;
    margin-top: 30px;
}
.page-header1 a.link-btn {
    margin-top: 0;
	width: 200px;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.page-header1 a.link-btn:hover {
	text-decoration:none;
}
.banner-accordian .initial-open {
    display: block;
}
.banner-accordian ul {
    padding: 0 0px 0 20px;
    max-height: 235px;
    overflow-y: auto;
    display: none;
	background:#fff;
	margin-bottom: 0;
}
.banner-accordian h4 {
   display: block;
    padding: 10px 30px;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    background: #26313c;
    color: #fff;
    font: 14px "Poppins-Regular";
    text-transform: uppercase;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.category-lists h4::after{
	position: absolute;
    content: "";
    background: url(./images/arrow-down.png);
    top: 20px;
    width: 25px;
    height: 25px;
    right: 15px;
    background-repeat: no-repeat;
}
.category-lists h4.open::after{
	position: absolute;
    content: "";
    background: url(./images/arrow-down.png);
    top: 0px;
    width: 25px;
    height: 25px;
    right: 25px;
    background-repeat: no-repeat;
	transform:rotate(180deg);
}
.banner-accordian ul li {
   list-style-type: none;
    font: 14px "Lato-Regular";
    color: #000000;
    text-transform: uppercase;
}
  
.banner-accordian li a {
    color: #000;
    padding: 8px 0px;
    display: block;
    border-bottom: 1px solid #e6e7e8;
    line-height: 22px;
}
.arch-noof-vacancy.col-md-2 {
    font: 18px "Lato-Light";
}
.arch-job-exp.col-md-3 {
    font: 18px "Lato-Light";
	margin-top:5px;
}
.nice-select.form-control >span {
    display: inline-block;
    width: 93%;
    overflow: hidden;
	margin-top: 6px;
}
label {
    font: 18px "Lato-Light";
    margin-bottom: 10px;
}
input#jobapp_phone::placeholder {
    color: #fff !important;
}
.col-md-2.col-sm-4.col-xs-12.loc_none {
    display: none;
}
.sjb-archive-page >h3 span {
   margin-left: 20px;
}
.container-fluid.banner-aligns {
    width: 100% !important;
    margin-left: 0 !important;
}
.sjb-archive-page{
	max-width: 980px;
    margin: 0 auto;
}
.tax-jobpost_category .col-md-5 {
    width: 35% !important;
}
.proceed p br {
    display: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid red;
    color: red !important;
}
.link-strive a:hover {
    color: #52636b;
}
.avathar_info span::after {
	position: absolute;
    content: "";
    background: url(./images/block_quote.png);
    width: 28px;
    height: 28px;
    background-size: contain;
    top: 50px;
    right: -35px;
    background-repeat: no-repeat;
}
.current-menu-item a, ul.sub-menu li.current-menu-item a {
    color: #f05700  !important;
}
 .term-27 .list-view, .post-type-archive-jobpost .list-view {
	padding: 0 0px 0 20px;
    max-height: 235px;
 }  
h4.initial-open::after {
    transform: rotate(180deg);
    top: 0;
    right: 25px;
}
h4.initial-open.open::after {
    transform: rotate(0deg);
    top: 20px;
    right: 15px;
}
.activenew{
	color:#f05700 !important;
}