@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,900|Muli:300,400,500,600,700,800,900&display=swap");


html,
body {
    height: 100%;
}


.show-page {
    background-color: #F6F6F7;
}

.job-search-item {
    text-align: left;
}

.job-search-item .form-group {
    position: relative;
}

.job-search-item label {
    font-weight: 500;
}

.job-search-item input {
    padding-left: 40px;
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.job-search-item input.location-input {
    padding-right: 100px;
}

.job-search-item .left-icon i {
    left: 15px;
    top: 50%;
    right: auto;
    font-size: 16px;
    position: absolute;
    color: #ff8a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.job-search-item .left-icon .detect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.job-search-item .left-icon .detect:after {
    position: absolute;
    content: "";
    background: #eeeeee;
    height: 40px;
    width: 1px;
    left: -10px;
    top: -10px;
}

.job-search-item .left-icon .detect span {
    padding-right: 25px;
    font-size: 14px;
    color: #969696;
}

.job-search-item .left-icon .detect i {
    position: inherit;
    left: inherit;
    right: 0px;
}

.job-search-item .btn {
    padding: 18px 20px;
    margin-top: 29px;
    position: relative;
}

.job-search-item .btn i {
    color: #ffffff;
}





/*worksection*/
.single-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 0;
    overflow: hidden
}

.single-work .work-image {
    margin-right: 40px;
    margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-work .work-image {
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-work .work-image {
        margin-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .single-work .work-image {
        margin-right: 15px
    }
}

.single-work .work-image .step {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0
}

.single-work .work-content {
    padding-right: 20px;
    width: 70%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-work .work-content {
        width: 90%;
        padding-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-work .work-content {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .single-work .work-content {
        padding-right: 0;
        width: 90%
    }
}

.single-work .work-content .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.6;
    text-transform: capitalize
}

@media only screen and (max-width:767px) {
    .single-work .work-content .title {
        font-size: 18px
    }
}

.single-work .work-content .title a {
    display: block
}

.single-work .work-content p {
    font-size: 16px;
    line-height: 26px;
    color: #888
}

.simple-work {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #e2e2e2;
    padding: 85px 68px 35px 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .simple-work {
        padding: 85px 15px 35px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .simple-work {
        padding: 50px 0 0;
        border: none
    }
}

.section-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .simple-work {
        padding: 50px 0 0;
        border: none
    }
}

.step {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0
}

.work-video-image {
    background-color: #fff;
    background-image: url(../images/work/bk-video-popup.jpg);
    height: 290px;
    background-size: auto;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

.video-popup-content a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    font-size: 12px;
    text-align: center;
    color: #000;
    border: 7px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.video-popup-content a span {
    background-color: #fff
}

.single-list-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-list-work .work-icon {
    width: 40px;
    margin-right: 25px
}

.single-list-work .work-content .title {
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 0
}

.single-list-work .work-content P {
    font-size: 14px;
    line-height: 23px
}



























.index-content {
    margin-top: 200px;
}

.index-content span {
    color: #DD3445;
}

#color-red {
    color: #DD3445;
}

.personal-info {
    overflow: hidden;
}

.banner {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

/*Login CSS*/
#login-img {
    width: 100%;

}

.login-bg {
    background-color: #f8fafb;
}





.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;

}


.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}



.form-signin input[name="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="number"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="file"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="date"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin select {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin textarea {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin select[id="experience"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[id="companyemail"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[id="companysize"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.form-signin input[type="url"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[id="jobTitle"] {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[id="jobStipend"] {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[id="notifAuthor"] {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin textarea[id="questionDesc"] {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin select[id="correctAns"] {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*Home CSS*/
.home-text {
    color: #ffff;
}

.latest-job {
    background-color: #dfdfdf;
}

.cv-caption .pera1 {
    font-family: "Muli", sans-serif;
    color: #fff;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .online-cv .cv-caption .pera1 {
        margin-bottom: 25px
    }
}

border-btn4 {
    border: 1px solid #fff;
    color: #fff;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.section-overly {
    position: relative;
    z-index: 0
}

.section-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(31, 43, 123, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.cv-bg {
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .apply-process-area {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .apply-process-area {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.apply-process-area .single-process {
    padding: 44px 28px;
    background: #26317f
}

@media (max-width: 767px) {
    .apply-process-area .single-process {
        padding: 34px 10px
    }
}

@media (max-width: 767px) {
    .online-cv {
        padding-top: 80px;
        padding-bottom: 90px
    }
}

.online-cv .cv-caption .pera1 {
    font-family: "Muli", sans-serif;
    color: #fff;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .online-cv .cv-caption .pera1 {
        margin-bottom: 25px
    }
}

.online-cv .cv-caption .pera2 {
    font-family: "Muli", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 51px
}

@media (max-width: 767px) {
    .online-cv .cv-caption .pera2 {
        font-size: 27px
    }
}

.apply-process-area .single-process:hover .process-ion {
    transform-style: preserve-3d;
    transform: rotateY(-180deg)
}

.apply-process-area .single-process .process-ion {
    transition: transform 650ms ease-in-out,
        filter 650ms ease-in-out
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.border-btn {
    border: 1px solid #fb246a;
    color: #fb246a;
    font: "Muli", sans-serif;
    background: none;
    -moz-user-select: none;
    padding: 27px 44px;
    margin: 0px;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 0px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}

.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 105%;
    background: #da2461;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.border-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent
}

.post-btn {
    border-radius: 5px;
    padding: 30px 55px
}

.border-btn2 {
    border: 1px solid #8b92dd;
    color: #8b92dd;
    font: "Muli", sans-serif;
    background: none;
    -moz-user-select: none;
    padding: 19px 69px;
    margin: 0px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}

@media (max-width: 767px) {
    .border-btn2 {
        padding: 19px 30px
    }
}

.border-btn2::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #8b92dd;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0px
}

.border-btn2:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent
}

.border-btn2:hover {
    color: #fff;
}

.borderbtn2 {
    border: 1px solid #8b92dd;
    color: #8b92dd;
    font: "Muli", sans-serif;
    background: none;
    -moz-user-select: none;
    padding: 19px 69px;
    margin: 0px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}

@media (max-width: 767px) {
    .borderbtn2 {
        padding: 19px 30px
    }
}

.borderbtn2::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #8b92dd;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0px
}

.borderbtn2:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent
}

.borderbtn2:hover {
    color: #fb246a;
    border: 1px solid #fb246a;
}

#footer-form:focus {
    outline: none;
}

.footer-text {
    color: #868c98;
}

.footer-link {
    color: #868c98;
}

.footer-link:hover {
    color: #fff;
}

.profile-link {
    color: #000;
}

.profile-link:hover {
    color: #fb246a;
}

.breadcrumb>.active {
    color: #888
}

#scrollUp {
    background: #fb246a;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent
}

@media (max-width: 767px) {
    #scrollUp {
        right: 16px
    }
}

#scrollUp:hover {
    color: #fff
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff
}

.online-cv .cv-caption .pera2 {
    font-family: "Muli", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 51px
}

@media (max-width: 767px) {
    .online-cv .cv-caption .pera2 {
        font-size: 27px
    }
}

.cv-bg {
    background-size: cover;
    background-repeat: no-repeat
}


/* User Profile */

#user-profile {
    font-family: 'Open Sans', sans-serif;
}

.navbar .container-fluid {
    margin: 0rem 2rem;
}

.navbar .container-fluid li {
    margin: 0rem 0.2rem;
}

#file-input {
    padding-top: 2rem;
}