

/*=====  Header Full screen Start  =====*/

.full-screen-header {
    height:470px;
    background: url("../images/jobs_bg.jpg") no-repeat;
    background-position:center center;
    position: relative;
    background-size: cover;
    transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
}

.full-screen-header .header-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.header-table{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.header-table__middle{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
    position: relative;
}

.full-screen-header .full-header__heading{
    font-size: 42px;
    line-height: 34px;
    /*text-transform: uppercase;*/
    color: #fff;
    margin-top: 0;
    margin-bottom:35px;
}

.header-search
{
    max-width:750px;
    margin:0px auto;
}

.header-search .headerFormContent{
    background-color:rgba(255,255,255,.22);
    padding:8px;
    border-radius:5px;
}

.header-search form
{
    border-radius:4px;
    background-color:#fff;
    position:relative
}
.header-search .header-search__input
{
    width: 30%;
    min-width: 320px;
    height:46px;
    float:left;
    position:relative
}
.header-search input
{
    width:100%;
    height:46px;
    padding:0 18px 0 40px;
    margin:0;
    border:none;
    font-size:14px;
    color:#000;
    box-shadow:none;
    -webkit-box-shadow:none
}
.header-search .header-search__input input.working
{
    background:url(../images/ui-loader.gif) 95% 14px no-repeat #fff
}
.header-search .fa-location-arrow
{
    position:absolute;
    color:#666;
    left:15px;
    top:34%
}
.header-search input:focus
{
    outline:0!important;
    text-decoration:none!important;
    box-shadow:none!important
}
.header-search .header-search__select
{
    width:55%;
    min-width:200px;
    height:46px;
    position:relative;
    border-right:1px solid #e6e6e6;
    float:left
}
.header-search .category-dropdown
{
    width:100%;
    height:46px;
    padding:0 35px;
    margin:0;
    border:none;
    font-size:14px;
    color:#555;
    box-shadow:none;
    -webkit-box-shadow:none
}
.header-search .header-search__select>.fa-user-o
{
    color:#666;
    position:absolute;
    left:13px;
    top:32%
}
.header-search .header-search__btn
{
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 16px;
    max-width: 98px;
    background-color:#40987a;
    border-radius: 0 5px 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-color:#40987a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 92%;
    padding: 10px 20px;
    outline: 0!important;
    zoom: 1;
}

.offer-block{z-index:9;margin-left:0px;position:fixed;right:-2px;top:100px;color:#fff;background:rgba(0, 0, 0, 0.47);border:#505050 1px solid;font-size:15px;display:block;padding:5px 16px 4px 13px;cursor:pointer;border-radius:30px 0px 0px 30px;}
.offer-block a{color:#ffca7c;text-decoration:none;}

/*---- Form Container  ----*/
.form-container {
    float: left;
    margin: 0 5px 0 0;
    padding: 10px;
    width: 100%;
    height: 194px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border: 12px solid rgba(6, 27, 58, 0.12);
}

.form-container .register-content {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    text-align:center;
}

.register-content .newText{
    margin-bottom: 3px;
}

.register-content .orangeBtn{
    width: 100%;
    height: 40px;
    border-radius: 2px;
    line-height: 15px;
    background: #FF9800;
    border: 3px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    font-size: 18px;
}

.form-container .orBlock {
    position: relative;
    margin-top: 21px;
    text-align: center;
    border-top: 1px solid #cecece;
}

.form-container .orBlock>span {
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -15px;
    font-size: 16px;
    font-weight: 200;
    color: #999;
}

.form-container .uploadResume{
    margin-top: 15px;
    margin-bottom: 5px;
}

.form-container .uploadResume h3{
    margin:0;
    margin-bottom:5px;
}

.form-container .uploadResume h3 > a{
    text-decoration:none;
    color: #3d4d5b;
}

/*------product-list------*/
section.product-list
{
    width: 100%;
    min-height:50px;
}

.product-list .product-grid
{
    width: 100%;
    min-height:70px;
    background-color:white;
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    border-radius: 2px;
}

.product-list .product-grid .product-ads
{
    padding: 15px;
}

.product-list .product-grid .product-ads h2.section-heading {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    text-shadow: 0px 1px 0px #fff;
}

.product-list .product-grid .product-ads .list-unstyled li.head {
    font-size: 18px;
    color: #795548;
}
.product-list .product-grid .product-item
{
    padding:15px;
    padding-top:0px;
}

.product-list .product-grid .product-item ul {
    position:relative;
}

.product-list .product-grid .product-item ul li.li
{
    position: relative;
    width: 25%;
    padding:15px 5px;
    border: 1px solid #EAEAEA;
    float: left;
}

.product-list .product-grid .product-item ul li.li h4
{
    margin: 0px 5px;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    color: #4e6773;
    display: block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;

}
.product-list .product-grid .product-item ul li.li a
{
    text-decoration:none;
    color: #666;
}

.border-override {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border: 2px solid #fff;
}

/*---end product list--*/

/*=====  About Section Start  =====*/

.section-box {
    position:relative;
}

.lb-section__container{
    position: relative;
    z-index: 3;
}

.lb-section__container--custom{
    padding-bottom:60px;
    padding-top:60px;
}

.box-white{
    background-color:#fff;
}


section h2.section-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #10100f;
    font-weight: 400;
    text-shadow: 0px 1px 0px #fff;
}

section p.section-sub-heading {
    font-size: 16px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 30px;
    color: #888;
}

.lb-services .text-primary {
    color: #2daacf;
}

.lb-services .fa-inverse {
    color: #fff;
    font-size: smaller;
}

.lb-services .lb-services__circle{
    padding-left: 123px;
    position: relative;
    padding-top: 22px;
    text-align: left;
    text-decoration: none;
}

.lb-services .lb-services__circle:before {
    position: absolute;
    content: "\f0f7";
    font-family: 'FontAwesome';
    font-size: 41px;
    color: #ffffff;
    left: 15px;
    top: 0px;
    width: 92px;
    height: 92px;
    background: #40987a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-left: 31px;
    padding-top: 17px;
    -moz-transition: 0.3s
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lb-services .lb-services__circle:nth-child(2):before {
    content: "\f015";
    font-size: 47px;
    padding-left: 25px;
    padding-top: 11px;
}

.lb-services .lb-services__circle:nth-child(3):before {
    content: "\f002";
    font-size: 40px;
    padding-left:30px;
    padding-top: 17px;
}

.lb-services .lb-services__circle p {
    font-size: 13px;
}

.lb-services .service-heading{
    font-size:16px;
    margin-top: 0;
}

section .btn-more {
    background: #e6e6e6!important;
    color: #444;
    margin-bottom: 30px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.lb-services-container .lb-section__container--custom{
    padding-bottom: 40px;
    padding-top: 30px;
}

.searchable-container{
    background-color: white;
    margin-top: 34px;
    position: absolute;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    top: 100%;
    left: 0;
    border: 1px solid rgb(204, 204, 204);
    max-height: 200px;
    overflow-y: scroll;
    border-top: 0px;
    border-bottom: 0px;
    display: none;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.32);
    background-color: white;
    font-size: 16px;
    padding-top: 4px;
}
.searchable-container ul{margin: 0px; padding: 0px; list-style: none}
.searchable-container ul li{display: block; border-bottom: 1px solid rgb(241, 241, 241);}
.searchable-container ul li span{
    margin: 0px;
    font-size: 14px;
    display: block;
    padding: 4px 10px;
    text-align: left;
    color: #7B7B7B;
    text-decoration: none;
}
.searchable-container ul li span:hover{
    /*background-color: #f1f1f1*/
    background-color: rgba(71, 138, 115, 0.85);
    color: #fff;
}

.item-heading{
    background: #efefef;
    color: #c64e4e;
    font-weight: 500;
    font-size: 14px;
}
.item-heading span {
    color: #c64e4e !important;
}


@media screen and (max-width:992px) {
    .product-list .product-grid .product-item ul li.li {
        width:33.3333%;
    }
    .lb-services .lb-services__circle {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {

    .full-screen-header .full-header__heading {
        font-size:32px;
        line-height: 38px;
    }
    .lb-services .lb-services__circle {
        margin-bottom:30px;
    }
    .lb-services .lb-services__circle:last-child{
        margin-bottom:0;
    }
    .header-search .header-search__input, .header-search .header-search__select {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        border-radius: 0;
        margin-left: 0;
        border-bottom: 1px solid #e6e6e6;
        border-right: 0;
    }
    .header-search input {
        border-top: 1px solid #dcdcdc!important;
    }
    .header-search .header-search__btn {
        margin-bottom: 0;
        position: inherit;
        right: 0;
        min-width: 100%;
        bottom: 0;
        border-radius: 0;
    }
    .offer-block {
        top: 70px;
    }
}

@media screen and (max-width:640px) {
    section h2.section-heading,
    .product-list .product-grid .product-ads h2.section-heading {
        font-size:20px;
    }
}
@media screen and (max-width:525px) {
    .full-screen-header .full-header__heading {
        font-size:26px;
        line-height: 29px;
        font-weight: 500;
    }
    .product-list .product-grid .product-item ul li.li {
        width:50%;
    }
    .product-list .product-grid .product-ads h2.section-heading {
        font-size:16px;
    }
}

@media screen and (max-width:320px) {
    section h2.section-heading {
        font-size:16px;
    }
}


.color-white{
    color:#ffffff;
}

.color-dark-white{
    color: #cacaca !important;
}


.white-bg {
    background-color: rgba(0, 0, 0, 0.31);
}

.b-b {
    border-bottom: 1px solid #dcdcdc;
}






/*--- End Center Part For Location Listing --*/