﻿/*--------------------
Import Fonts
--------------------*/


@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins.ttf'); /* IE9 Compat Modes */
    url('../../fonts/Poppins-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    font-weight:300;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins.ttf'); /* IE9 Compat Modes */
    url('../../fonts/Poppins-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    font-weight:400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins.ttf'); /* IE9 Compat Modes */
    url('../../fonts/Poppins-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    font-weight:500;
}
/*--------------------
1. General
--------------------*/
body {
    font-family: 'Poppins';
    font-weight: 300;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

section {
    padding: 70px 0;
}
h2, h3, h4{font-family: 'Poppins';}
/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #222;
    border-color: transparent;
}

    .navbar-default .navbar-brand {
        color: #fff;
        font-family: "Montserrat",sans-serif;
        padding: 0px;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
            color: #fec503;
        }

    .navbar-default .navbar-collapse {
        border-color: rgba(255,255,255,.02);
    }

    .navbar-default .navbar-toggle {
        background-color: #fed136;
        border-color: #fed136;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #fed136;
        }

    .navbar-default .nav li a {
        font-family: "Roboto",sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        color: #fff;
    }

        .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
            color: #fed136;
            outline: 0;
        }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 0;
        color: #fff;
        background-color: #fed136;
    }

        .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: #fff;
            background-color: #fec503;
        }

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }

        .navbar-default .navbar-brand {
            font-size: 2em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

        .navbar-default .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-default.navbar-shrink {
            background-color: #222;
            padding: 10px 0;
        }

            .navbar-default.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}

/*--------------------
3. Header
--------------------*/

header {
    background-image: url(https://images.rehlat.com/Content/images/career/bg-main.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

    header .intro-text {
        padding-top: 100px;
        padding-bottom: 50px;
    }

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}

header .intro-text .intro-lead-in {
    font-family: "Playfair Display",sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .intro-text .intro-lead-in {
        font-family: "Playfair Display",sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
}

.carTitleCaption {
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 22px;
    display: block;
    line-height: 42px;
}

@media (min-width: 768px) {
    header .intro-text .intro-heading {
        /*text-transform: uppercase;*/
        font-weight: 400;
        font-size: 20px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 30px;
    font-weight: 300;
}

.section-title p.car {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
    margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
    background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
}

    .skillbar-score .score {
        font-size: 20px;
    }

    .skillbar-score .percent {
        font-size: 13px;
    }

.skillbar-bar {
    display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 30px;
}

    figure.effect-bubba img {
        opacity: 0.8;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-bubba:hover img {
        opacity: 0.4;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    figure.effect-bubba h2 {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        text-transform: uppercase;
        padding-top: 30%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    figure.effect-bubba p {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        padding: 20px 2.5em;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

/*--------------------
4.6. Team
--------------------*/

/*--------------------
4.7. Contacts
--------------------*/

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;
}

    footer p {
        color: #B7B7B7;
        margin: 0;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1.6px;
    }

        footer p a {
            color: #fff;
        }

            footer p a span {
                color: #FF9F46;
                font-size: 10px;
                letter-spacing: 1px;
                font-weight: 700;
            }

/*--------------------
6. Modal
--------------------*/

.modal-content {
    border-radius: 0;
}

.modal-header .close {
    font-size: 30px;
}

.modal-title {
    text-transform: uppercase;
    font-size: 23px;
}

.modal-body {
    padding: 0;
}

    .modal-body p {
        margin: 30px 20px;
        color: #2D2D2D;
    }


/*--------------------
7. Components
--------------------*/


/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

    #back-top a {
        width: 60px;
        height: 60px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
        background: #A9A9B1;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            background: #fed136;
        }
    /* arrow icon (span tag) */
    #back-top i {
        margin-top: 15px;
        font-size: 28px;
    }

@media only screen and (min-width : 320px) and (max-width : 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }

        #back-top a {
            width: 40px;
            height: 40px;
        }

        #back-top i {
            margin-top: 7px;
            font-size: 20px;
        }
}
/*---------- my used CSS -------------*/

.light-bg {
    background-color: #f8f8f8;
}


body {
    font-family: 'Poppins';
    font-weight: 300;
}

.section-title h2:after {
    content: "";
    display: block;
    margin: 0;
    width: 10%;
    padding-top: 5px;
    border-bottom: 2px solid #ff7b8a;
    margin: 0 auto;
}

.careerSelectForm select {
    color: #959595;
    padding: 5px 8px 5px 6%;
    width: 100%;
    background: rgba(0, 0, 0, 0) url(https://images.rehlat.com/Content/images/arrow_select2.png) no-repeat scroll 97% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cad3df;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 38px !important;
    font-size: 16px;
    color: #8493a8;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.careerForm input {
    color: #959595;
    padding: 5px 8px 5px 6%;
    width: 100%;
    border: 1px solid #cad3df;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 0;
    line-height: 38px !important;
    font-size: 16px;
    color: #8493a8;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.careerForm {
    padding: 20px;
}

.myPrimaryBtn {
    padding: 15px 20px;
    background: #fb234e;
    color: #fff;
    width: 100%;
    border: 0;
    font-size: 16px;
}

.myPrimaryBtnAuto {
    padding: 15px 20px;
    background: #fb234e;
    color: #fff;
    width: auto;
    border: 0;
    font-size: 16px;
}

.myPrimaryBtn:hover {
    background: #e22349;
}

.myPrimaryBtnAuto:hover {
    background: #fed136;
}

.JobDescription {
    padding: 50px 0 0 0;
}

    .JobDescription h2 {
        font-size: 30px;
        font-weight: 300;
    }

        .JobDescription h2:after {
            content: "";
            display: block;
            margin: 0;
            width: 10%;
            padding-top: 5px;
            border-bottom: 2px solid #ff7b8a;
        }

label.JD_Lable {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.JD_Block {
    border: 1px solid #e4e4e4;
    /*padding: 32px 22px;
    margin-bottom: 30px;*/
    padding: 15px 22px;
    margin-bottom: 15px;
}
.JD_Block a{cursor:pointer; text-decoration:none;color:#696969}
.JD_Block a:hover{cursor:pointer;color:#fb234e}

    .JD_Block:hover {
        background: #f5f5f5;
    }

    .JD_Block label.JD_BlockLable {
    }

.JD_BlockLable span {
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

.JD_Block_Para {
    font-size: 16px;
    color: #696969;
    line-height: 30px;
}

.JD_Apply_Links a {
    display: inline-block;
    float: right;
    margin-left: 15px;
    text-decoration: none;
    color: #696969;
}

    .JD_Apply_Links a:hover {
        color: #fb234e;
    }

.JD_moreText {
    margin-top: 30px;
}

    .JD_moreText ul {
        padding: 0 0 0 30px;
    }

        .JD_moreText ul li {
            list-style: disc;
            line-height: 30px;
        }

@media only screen and (max-width:640px) {
    .section-title p.car {
        margin: 20px 10px 60px 10px;
    }

    section {
        padding: 0 0 30px 0;
    }

    .rehlatBrandLtr img {
        width: 72px;
        margin-left: 15px;
    }
}
/*---------- Repeated and Delete -------------*/

.rehlatBrandLtr img {
    position: relative;
    top: -16px;
    height: 76px !important;
}

.errormsg_red {
    color: red;
}

#divLoading {
    display: none;
}

    #divLoading.show {
        display: block;
        position: fixed;
        z-index: 100;
        background-image: url(https://images.rehlat.com/Content/images/loader.gif);
        background-color: #666;
        opacity: 0.4;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

.successMessage {
    color: #039b10;
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
}

.sMess_Des {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.carTitleCaption {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 52px;
}

.flag {
    display: inline-block;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

    .flag img {
        width: 25px;
    }

    .flag span {
        display: block;
        width: 100%;
        font-size: 11px;
        margin-top: 5px;
    }
