
/************** About ************/


.home-initial-nav .selected a{
    color: #03a6e8 !important;
    cursor: default;
}

.about-headder {
    background: url("../img/careers-banner.png") 50% 50px no-repeat fixed #fff;
    /* background-size: 100% 100%; */
    height: 1200px;
    position: absolute;
    margin-top: 0px;
    top: 0px;
    left: 0;
    width: 100%;
}

#home-carousel {
    background: #eee;
    min-height: 450px;
    position: relative;
    width: 100% !important;
    /* min-width: 1000px; */
    margin: 0;
    padding: 0;
    margin-top: -50px;
    overflow: hidden;
}

.sectionp-bold {
    font-size: 13pt;
    font-weight: bold;
}

.navbar-default {
    background-color: #000;
    border-color: #e7e7e7;
}

.small-sech3 {
    color: #a7a9ac !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 60px;
}

.small-secp {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 10px;
}

.customer-first {
    padding: 0px 0;
}

.customer-first .small-sech3 {
    color: #fff !important;
    min-height: 30px;
}

.customer-first .small-secp {
    color: #fff !important;
}

.founders-profile {
    padding: 40px 0 0;
}

.founderh3 {
    color: #000 !important;
}

.founder-role {
    color: #03a6e8 !important;
    min-height: 20px;
    margin-bottom: 10px !important;
}

.founders-profile .small-secp {
    color: #000 !important;
}

.founders-profile img {
    width: 140px;
}

.careerppink {
    color: #03a6e8 !important;
    min-height: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

a.adjust {
    padding: 10px 0;
    display: block;
    font-weight: bold;
    color: #03a6e8 !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    font-size: 22px;
}

a.adjust:hover {
    color: #03a6e8 !important;
}

.continued {
    color: #7F8289;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 28px;
    margin-bottom: 0;
}

.pless {
    margin-bottom: 0px;
}

.applytxt {
    padding: 30px 13px;
}

.val input, .val textarea {
    width: 96%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 50px;
    margin: 10px;
    text-align: center;
    border: 1px solid #000;
    font-family: MuseoSans-700;
    font-size: 10pt;
    text-transform: uppercase;
}


.val input:focus {
    background: #000;
    color: #fff;
}


.sectionmorelinkpink {
    font-family: MuseoSans-900 !important;
    font-size: 11pt !important;
    margin: 20px auto 0 !important;
    color: #fff !important;
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    text-align: center;
    border: none !important;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #03a6e8;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 2px 19px;
}

.error {
    color: #03a6e8;
    font-weight: normal;
    font-size: 10pt;
    margin-top: 0px;
}

.row .val .btn {
    /*float: left;
    position: absolute;
    margin: 10px 0 0 -35px;*/
    cursor: pointer;
}

.row .val input[type='file'] {
    float: left;
    opacity: 0;
    height: 37px;
    width: 80px;
    cursor: pointer;
    display: none;
}

.apply-form-close{
    font-family: Karla-Regular;
    font-size: 12pt;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}

  /*Table secition*/

.jobSection>thead>tr{

    color: rgb(228, 228, 228);

   border: 1px solid lightgrey;
    padding-bottom: 20px;

}

.jobSection>tbody >tr{

    color: #c9c9ce;
border: 1px solid lightgrey;
}

.jobSection{

    margin: 20px 0px;

    border-radius: 10px;

}

.jobSection>thead{

    border-radius: 10px;

}

.careerTableSection{

 text-align: center;
    margin-bottom: 20px;
    color: whitesmoke;
}
.postedOn{
    color: aquamarine;
}

/*.section-darkgray{background: #404041;

    padding: 100px 0 70px;

    text-align: center;

}*/
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: -0.5 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
    background-color: #000;
}

.model-color{
background-color: #404041 !important;
}

.modal-header {
min-height: 16.43px;
padding: 15px;
border-bottom: 0px solid #e5e5e5 !important;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 0px solid #e5e5e5 !important;
}

td{
text-align: left;
}


@media (max-width: 576px) {
    .jobSection .btn {
        width: 100%;
        margin-top: 5px;
    }

    .jobSection td, .jobSection th {
        display: block;
        width: 100%;
        text-align: center;
    }

    .jobSection tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .jobSection thead {
        display: none;
    }
}
