.banner-style-four {
    background-image: none;
    background: #fdeeee80;
    height: 600px;
    position: relative
}

.banner-style-four::before {
    position: absolute;
    content: '';
    background-image: url(https://templates.hibootstrap.com/jovie/default/assets/img/shape/banner.png);
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 55%;
    top: 0;
    left: 0
}

.banner-style-four .banner-text {
    z-index: 1;
    position: relative
}

.banner-style-four .banner-img {
    /*position: absolute;*/
    top: 100px;
    right: 100px;
    /*max-width: 500px;*/
    -webkit-animation: translateY 5s infinite linear;
    animation: translateY 5s infinite linear
} 
.job-align-center{
   align-items: center;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
@keyframes translateY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.banner-style-four .banner-text {
    z-index: 1;
    position: relative;
}

.banner-style-three .banner-text {
    max-width: 600px
}

.banner-style-three .banner-text span {
    font-size: 18px;
    font-weight: 600;
    color: #EC1C24;
    margin-bottom: 20px;
    display: inline-block
}

.banner-style-three .banner-text h1 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize
}

.banner-style-three .banner-text p {
    margin-bottom: 30px;
    color: #222d35
}

.banner-style-three .banner-text .theme-btn .default-btn {
    background: #fff;
    color: #525252
}

.find-form {
    background: #fff;
    padding: 45px;
    border-radius: 10px;
    margin-top: -75px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.07);
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
}

.find-form .form-group {
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
    position: relative;
}
.find-form .form-group .form-control {
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    margin:0px;
}
.find-form .category {
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    border: 1px solid #ced4da;
    width: 100%;
}

.find-form .find-btn {
    background: #EC1C24;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    -webkit-transition: .5s;
    transition: .5s;
        line-height: unset;
}
.find-form .find-btn:hover {
    background: #222d35;
}
.find-form .form-group i {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 22px;
    color: #9b9b9b;
}


.job-style-two {
    background: #f8f8f8;
    position: relative;
    z-index: 1;
}
.job-card-two {
	background: #fff;
	margin-bottom: 15px;
	padding: 15px 20px;
	text-align: left;
	border: 1px solid #002c42;
	border-radius: 10px;
}
.job-card-two .col-md-2{ text-align:center;}
.job-style-two::before {
    position: absolute;
    content: '';
    background-image: url(https://templates.hibootstrap.com/jovie/default/assets/img/shape/job.png);
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .02;
    z-index: -1;
}

.job-card-two .company-logo {
    background: #fddcd4;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 100px;
    border: 1px dashed #EC1C24;
    position: relative;
    /*top: -8px;*/
}

.job-card-two .job-info {
    /*padding-left: 25px;*/
}
.job-card-two .job-info h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
}
.job-card-two .job-info h3 a {
    color: #222d35;
}
.job-card-two .job-info ul {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 10px;
}
.job-card-two .job-info ul li {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
}
.job-card-two .job-info ul li i {
    top: 2px;
    position: relative;
    font-size: 18px;
}
.job-card-two .job-info span {
    background: #fdd6cc;
    display: inline-block;
    padding: 5px 10px;
    color: #EC1C24;
    margin-bottom: 10px;
    border: 1px solid #EC1C24;
    font-size: 14px;
    margin-bottom:0px;
    border-radius:5px;
}
.company-logo img{
        width: 55px;
}

.category-item {
    position: relative;
    padding-left: 100px;
    border: 1px solid #EC1C24;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
        text-align: left;
}
.category-item i {
    position: absolute;
    font-size: 40px;
    background: #fccdcd;
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    color: #EC1C24;
    left: 15px;
    top: 12px;
    border: 1px solid #EC1C24;
}
.category-item h3 {
    font-size: 19px; 
    line-height: 22px;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.category-item p {
    font-size: 15px;
        line-height: 1.5;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.category-item:hover {
    background: #EC1C24;
}
.category-item:hover h3, .category-item:hover p {
    color: #fff;
}
.discover-section .discover-text{
     text-align: left;
}
.discover-section .discover-img {
    -webkit-animation: translateY 5s infinite linear;
    animation: translateY 5s infinite linear;
}
.discover-section .discover-text h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize; 
    line-height: 48px;
}
.discover-section .discover-text p {
    margin-bottom: 20px; 
}

.job-details-text{
    text-align: left;
}
.job-details-text .job-card {
    background: #ffffff;
    border: 0;
    padding: 0;
    margin-bottom: 50px;
    transition: 0.5s;
}
.job-details-text .job-card .company-logo {
    background: #ddd;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.job-details-text .job-card .job-info h3 {
    font-size: 25px;
        line-height: 35px;
    margin-bottom: 10px;
}
.job-details-text .job-card .job-info ul {
    margin-bottom: 6px;
    padding-left: 0;
    margin-top:0px;
}
.job-details-text .job-card .job-info ul li {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    font-weight: 500;
    margin-bottom: 5px;
}

.job-card .job-info ul li i {
    top: 2px;
    position: relative;
    font-size: 18px;
}
.job-details-text .job-card .job-info span {
    color: #fd1616;
    font-size: 16px;
    font-weight: 500;
}
.job-details-text .details-text {
    margin-bottom: 30px;
}
.job-details-text .details-text h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}
.job-details-text .details-text p {
    margin-bottom: 10px;
}
.job-details-text .details-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
.job-details-text .details-text ul li {
    list-style: none;
    margin-bottom: 5px;
}
.job-details-text .details-text ul li i {
    top: 2px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.job-details-text .details-text .table {
    margin-bottom: 0;
}
.job-details-text .details-text .table tr {
    margin-bottom: 20px;
    display: block;
}
.job-details-text .details-text .table tr td {
    border-top: 0;
    padding: 0 0 10px 0;
    color: #555c63;
    background-color: transparent;
     border-width: 0;
    border-bottom-width: 1px;
        border-color: inherit;
    border-style: solid;
   
    box-shadow: inset 0 0 0 9999px transparent;
}
.job-details-text .details-text .table tr td span {
    color: #002c42;
    font-weight: 600;
        margin-right: 5px;
}

.job-sidebar {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.job-sidebar h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.job-sidebar img {
    border-radius: 100px;
    margin-bottom: 10px;
}
.job-sidebar h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.job-sidebar span {
    font-size: 15px;
    line-height: 25px;
}
.job-sidebar iframe {
    height: 400px;
    width: 100%;
    margin-bottom: -10px;
}

.job-details-form{
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 50px;
    border-radius: 10px;
    text-transform: capitalize;
}

.job-whycus-main{
   overflow-x: hidden;
}
.job-whycus .job-whycus-info{
    position: relative;
    display: flex;
    /*height: 100%;*/
    height: 80%;
    flex-direction: column;
    padding: 60px 60px 60px 0;
    justify-content: center;
    clip-path: inset(0 120% 0 -100px);
    -webkit-clip-path: inset(0 120% 0 -100px);
    z-index: 1;
}
.job-whycus .job-whycus-info{
        clip-path: inset(0 -101px 0 -100px);
    -webkit-clip-path: inset(0 -101px 0 -100px);
    transition: clip-path .75s cubic-bezier(.645, .045, .355, 1);
        z-index: -1;
} 

.job-whycus-info p{
        font-size: 18px;
}
.job-whycus .job-whycus-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: -60px;
    right: -60px;
    bottom: 15px;
    /*border: 1px solid #EC1C24;*/
    transition: all .75s ease;
}
.job-whycus .job-whycus-img{
    margin: 0;
    position: relative;
    z-index: 0;
       height: 390px;
}
.job-whycus .job-whycus-img img {
    position: absolute;
    left: 0;
    max-width: none;
}

.job-whycus.inverted .job-whycus-img img{
    left: auto;
    right: 0;
}
.job-whycus.inverted .job-whycus-info{
        padding: 60px 0 60px 60px;
}

@media (max-width: 767px){
    .job-whycus .job-whycus-info{height: 100% !important;}
    .banner-style-three .banner-text h1 {
    font-size: 35px;
    line-height:40px;
}
.find-section .find-form {
    margin-top: 50px;
    padding: 15px;
}
.find-section .find-form .form-group {
    margin-bottom: 10px;
}
.find-section .find-form .form-group .form-control {
    height: 50px;
    padding: 7px 20px 10px;
}
.find-section .find-form .category {
    height: 50px;
    padding: 0 20px 10px;
    margin-bottom: 10px;
}
.find-section .find-form .find-btn {
    padding: 10px 20px;
}
.banner-style-three {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.job-card-two {
    padding: 20px;
    text-align: center!important;
}
.job-card-two .company-logo {
    max-width: 100px;
    margin: 0 auto 20px;
}
.job-card-two .job-info {
    padding-left: 0;
    margin-bottom: 20px;
}
.job-card-two .job-info h3 {
    font-size: 19px;
    line-height: 1.4;
}
.job-card-two .job-info ul li {
    display: block;
}
.category-item h3 {
    font-size: 18px;
}
.discover-section .discover-img {
    margin-bottom: 50px;
}
.discover-section .discover-img img {
    max-width: 100%;
}
.discover-section .discover-text h2 {
    font-size: 25px;
    line-height:35px;
}
.discover-section .discover-text p {
    font-size: 16px !important;
}
.job-details-text .job-card {
    margin-bottom: 0;
}
.job-details-text .job-card .company-logo {
    margin: 0 auto 20px;
    max-width: 100px;
}
.job-card .job-info {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
}
.job-details-text .job-card .job-info h3 {
    font-size: 20px;
    line-height: 1.4;
}
.job-details-text .job-card .job-info ul li {
    display: block;
    font-size: 15px;
    line-height: 1.5;
}
.job-details-form{ 
    padding: 30px 20px;
    margin-bottom:50px;
}

.job-whycus .job-whycus-info:before{
    top: -25px;
    left: 0;
    right: 0;
    bottom: 0;
}
.job-whycus .job-whycus-img{
        height: auto !important;
    margin: 0 -15px !important;
}
.job-whycus .job-whycus-img img{
        position: relative;
    width: 100%;
}
.job-whycus .job-whycus-info{
    clip-path: inset(-40px 0 0 0);
    -webkit-clip-path: inset(-40px 0 0 0);
    padding: 25px;
    text-align: center;
        z-index: 1;
}
.job-whycus.inverted .job-whycus-info{
        padding: 25px;
}
.job-whycus{margin: 20px 0;}
}