.preloader {
    background-color: #b3e7ff;
}
.preloader img {
    fill: #ffffff;
}
.preloader svg {
    fill: #ffffff;
}
.preloader img svg {
    fill: #ffffff;
}

textarea.form-control {
    min-height: 65px;
    padding-top: 20px;
}
textarea.form-control:focus {
    border: 1px solid #408AB1 !important;
}

.footer-col li a {
    transition: 0.3s ease-in-out;
    color: #b7b7b7;
    border-bottom: 1px solid #6a6a6a;;
}
.footer-col li a:hover {
    border-bottom: 1px solid #408AB1;
}

.footer-col .request_offer {
    background-color: #232222;
    width: 100%;
    border: 0;
    padding: 22px 70px 22px 30px;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
.footer-col .request_offer a {
    font-weight: normal !important;
    color: #b7b7b7;
}
.footer-col .request_offer button {
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    position: absolute;
    right: 22px;
    top: 50%;
    border: 0;
    background: transparent;
}
.footer-col .request_offer button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid;
    z-index: -1;
    transform: skew(-20deg, 0deg);
    border-color: #408AB1;
    background-color: #408AB1;
    transition: 0.3s ease-in-out;
}
.footer-col .request_offer button i {
    color: black;
    transform: rotate(90deg);
    font-size: 20px;
}

.footer-col .request-offer {
    background-color: #232222;
    height: 70px;
    width: 100%;
    border: 0;
    padding: 22px 70px 22px 30px;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
.footer-col .request-offer div {
    float: left;
}
.footer-col .request-offer .left {
    background-color: #232222;
    width: 250px;
}
.footer-col .request-offer .right-dark {
    background-color: #408AB1;
    width: 30px;
    transform: skew(-20deg, 0deg);
}
.footer-col .request-offer .right-bright {
    background-color: #b3e7ff;
    width: 3px;
    transform: skew(-20deg, 0deg);
}


.featured-slider-one .f-slider-one img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
}

/* JOBS */
.jobs-2nd-section ul {
    padding-left: 15px;
}
.jobs-2nd-section ul li {
    list-style-type: disc;
    padding: 10px 0 0 0;
}
.jobs-2nd-section {
    padding-top: 60px;
    color: #212529;
}
@media (max-width: 1366px) {
    .about-style-one .jobs-2nd-section {
        padding-top: 30px;
    }
}
@media (max-width: 992px) {
    .about-style-one .jobs-2nd-section {
        padding-top: 0px;
    }
}