:root{
    --primary: #38AFA8;
}
html{
    font-size: 16px;
}
body{
    font-family: 'Ubuntu', sans-serif!important;
}
/* global styles */
img{
    max-width: 100%;
    height: auto;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.ko-section{
    padding: 30px 0;
}
.ko-btn-primary{
    font-size: 1rem;
    color: #fff;
    background-color: var(--primary);
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    border:1px solid transparent;
    padding: 12px 20px;
    line-height: 14px;
}
.ko-btn-primary:hover{
    background-color: #196c68;
}
.ghost-btn{
    border-color: var(--primary);
    color: var(--primary);
    background-color: transparent;
}
.ghost-btn:hover{
    background-color:var(--primary);
    color: #fff;
}
/* global styles ends */


/* header  */
.ko-header{
    background-color: #fff;
    padding: 18px 0;
}
.ko-header ul.ko-header-tool li a{
    font-weight: 500;
    color: #000000;
    font-size: 1.125rem;
}
.ko-header ul.ko-header-tool li a img{
    margin-right: 8px;
}
/* header ends */
/* inner header */
.ko-inner-banner{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0,100% 0,100% 75%,48% 75%,50% 88%,52% 75%,0 75%);
    clip-path: polygon(0 0,100% 0,100% 75%,48% 75%,50% 88%,52% 75%,0 75%);
    background-size: cover;
}
.ko-inner-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.ko-inner-title{
    position: relative;
    color: #fff;
    text-align: center;
    top: -50px;
}
.ko-inner-title h1{
    color: #fff;
    font-size: 2.25rem;
    margin:0 0 12px 0;
    font-weight: 700;
}
.ko-inner-title ul li{
    padding: 0 10px;
    display: inline-block;
    position: relative;
}
.ko-inner-title ul li:after{
    content: '>';
    position: absolute;
    top: 12px;
    left: 100%;
    font-size: 0.875rem;
    line-height: 0;
}
.ko-inner-title ul li:last-child a{
    color: var(--primary);
    pointer-events: none;
}
.ko-inner-title ul li:last-child:after{
    content: none;
}
.ko-inner-title ul li a{
    font-size: 0.875rem;
    color: #fff;
}
/* inner header ends */
/* job listing */
.ko-job-list-col {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 16px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 40px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    transition: all 0.3s;
}
.ko-job-list-col:hover{
    box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
    transition: all 0.3s;
}
.ko-job-list-col >div {
    padding: 0 15px;
}
.ko-job-list-col >div:first-child{
    padding-left: 0;
    min-width: 60%;
}
.ko-location {
    min-width: 20%;
}
.ko-job-list-col >div:last-child{
    padding-right: 0;
    min-width: 20%;
    text-align: right;
}
.ko-job-title h4 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.ko-job-title h4 a{
    color: #000;
}
.ko-job-title h4 a:hover{
    color: var(--primary);
}
.ko-job-title p{
    margin: 0;
    color: #3a3a3a;
    font-size: 1rem;
}
.ko-location h4 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.ko-location span{
    margin: 0;
    color: #3a3a3a;
    font-size: 1rem;
}
/* job listing ends */

/* job details */
ul.ko-job-details-fig {
    display: flex;
    margin-bottom: 30px;
}
ul.ko-job-details-fig li {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
ul.ko-job-details-fig li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 1px;
    left: 50%;
    background-color: #D0D0D0;
    margin: auto;
}
ul.ko-job-details-fig li img {
    width: 30px;
    margin-bottom: 10px;
}
ul.ko-job-details-fig li span{
    color: #787878;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 2px;
}
ul.ko-job-details-fig li h4 {
    color: #090909;
    font-size: 1.142857rem;
    font-weight: 700;
    margin: 0;
}
ul.ko-job-details-fig li:last-child:after{
    content: none;
}
.ko-job-details p{
    color: #252525;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 0;
}
.ko-job-details h3{
    margin: 30px 0 20px 0;
    color: #000;
    font-weight: 700;
    font-size: 1.2857rem;
}
.ko-job-list li{
    font-size: 1rem;
    color: #000;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
}
.ko-job-list li:last-child{
    margin-bottom: 0;
}
.ko-job-list li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/tick.svg);
}
.ko-job-share li {
    display: inline-block;
    padding-right: 8px;
}
.ko-job-share li a{
    font-size: 1.714285rem;
    color: #2C2C2C;
}
.ko-job-share li a:hover{
    color: var(--primary);
}
/* job details ends */

/* job-form  */
.job-form {
    background-color: #fff;
    box-shadow: 0 2px 40px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 20px;
    position: sticky;
    top: 0;
}
.job-form h2{
    color: #000;
    font-weight: 700;
    font-size: 1.28571rem;
    margin-bottom: 15px;
}
.job-form .form-group label{
    font-size: 0.9285rem;
    color: #444444;
    margin-bottom: 5px;
    display: inline-block;
}
.job-form .form-group input,.job-form .form-group textarea{
    border-radius: 0;
    border:1px solid #C2C2C2;
    padding: 0.275rem 0.75rem;
}
.job-form .form-group input::placeholder,.job-form .form-group textarea::placeholder{
    color: #7F7F7F;
    font-size: 0.9285rem;
}
.job-form .form-group{
    margin-bottom: 20px;
}
.job-listing-section{
    position: relative;
}
/* dropzone */
.drop-zone {
    height: 70px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    cursor: pointer;
    color: #7F7F7F;
    border: 1px dashed #C2C2C2;
    border-radius: 10px;
    flex-direction: column;
}
span.drop-zone__prompt i {
    color: var(--primary);
    cursor: pointer;
}
span.drop-zone__prompt small {
    display: block;
}
.drop-zone--over {
    border-style: solid;
}
.drop-zone__input {
    display: none;
}
.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}
  
.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}
/* dropzone ends */
/* job-form ends */

/* footer */
.page-footer {
    background: #1A2B3F;
    color: #ddd;
    padding-top: 0;
}
.page-footer .footer-top {
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
.page-footer .footer-top {
    padding-left: 60px;
    padding-right: 60px;
}
.page-footer .footer-top strong {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
    text-transform: capitalize;
    color: #fff ;
}
.page-footer .footer-top ul li {
    margin-bottom: 7px;
    position: relative;
}
.page-footer .footer-top ul li a{
    font-size: 13px;
    color: #F7F7F7 !important;
}
.page-footer .footer-top .col-md-6 {
    border-left: 1px solid #1f354f;
}
#custsupport a {
    color: #f7f7f7 !important;
    font-weight: 300;
    line-height: 26px;
    display: block;
    font-size: 13px;
}
#custsupport li a.circle.spin i {
    color: #637387;
    font-size: 24px;
}
#custsupport li {
    list-style: none;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
}
.footer-payment-wrp {
    background: #16263a !important;
    margin-top: 30px;
}
.footer_bottom_payment .col-md-7 p {
    font-size: 13px;
    color: #637387;
    line-height: 50px;margin: 0;
}
.footer-bottom-payment {
    padding-left: 75px;
    padding-right: 75px;
}
.footer_bottom_payment .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer_bottom_payment .col-md-5 li a {
    font-size: 13px;
    color: #637387 !important;
    margin-right: 15px;
}
.footer_bottom_payment .col-md-5 li {
    display: inline-block;
}
#custsupport .fa-map-marker {
    position: absolute;
    top: 0;
    font-size: 20px;
}
#custsupport {
    border-left: 1px solid #1f354f;
    position: relative;
    padding-left: 20px;
}
.footer-top .col-md-6:last-child #custsupport strong {
    padding-left: 0;
    display: inline-block;
}
/* footer ends */

/* +++++Media +++++ */
@media(max-width:1400px){
    .ko-section{
        padding: 0 0 50px 0;
    }
}
@media(max-width:1200px){
    .job-listing-section,.job-listing-section {
        padding-top: 0;
    }
    .ko-inner-banner{
        -webkit-clip-path: polygon(0 0,100% 0,100% 75%,48% 75%,50% 88%,52% 75%,0 75%);
        clip-path: polygon(0 0,100% 0,100% 75%,48% 75%,50% 80%,52% 75%,0 75%);
    }
}
@media(max-width:992px){
    .ko-job-list-col{
        padding: 30px;
        justify-content: unset;
        align-items: unset;
        flex-direction: column;
    }
    .ko-job-list-col>div{
        padding: 0;
        margin-bottom: 15px;
    }
    .ko-job-list-col>div:last-child{
        margin-bottom: 0;
    }
    .job-form{
        margin-top: 30px;
        position: relative;
    }
    .ko-job-list-col >div:first-child,.ko-location{
        min-width: 100%;
    }
    .ko-job-list-col >div:last-child{
        text-align: left;
    }
}
@media(max-width:768px){
    .ko-inner-banner{
        clip-path: none;
        height: 220px;
    }
    .ko-inner-title{
        top: 0;
    }
    .job-listing-section, .job-listing-section {
        padding-top: 50px;
    }
    ul.ko-job-details-fig li:after{
        content: none;
    }
}
@media(max-width:579px){
    .ko-header ul.ko-header-tool li a{
        font-size: 0.9rem;
    }
    .ko-inner-title h1{
        font-size: 1.5rem;
        margin: 0 0 6px 0;
    }
    ul.ko-job-details-fig{
        width: 100%;
        flex-direction: column;
    }
    ul.ko-job-details-fig li{
        flex-grow: unset;
        flex-basis: unset;
        margin-bottom: 15px;
    }
    ul.ko-job-details-fig{
        margin-bottom: 15px;
    }
    .footer-top .col-md-6 {
        text-align: center;
        margin-bottom: 35px;
    }
    .page-footer .footer-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-bottom-payment{
        text-align: center;
    }
    .footer_bottom_payment .col-md-5 {
        display: block;
    }
    .footer_bottom_payment .col-md-5 li {
        display:block;
    }
    .footer-payment-wrp{
        margin-top: 0;
    }
    .page-footer .footer-top .col-md-6,#custsupport {
        border-left: none;
    }
    .ko-section{
        padding: 40px 0;
    }
    .footer_bottom_payment .col-md-7 p{
        line-height: 26px;
    }
}
@media(max-width:360px){
    .ko-inner-banner{
        height: 160px;
    }
}