#carousel-modal video {
    background-color: #000;
}

.video-play {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

    .video-play:before,
    .video-play:after {
        content: '';
        position: absolute;
    }

    .video-play:before {
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 3px 5px rgba(0,0,0,.4);
    }

    .video-play:after {
        top: 15px;
        left: 15px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #fff;
    }

.job-categories .icon-bx-wraper {
    background: #1D3648;
}

    .job-categories .icon-bx-wraper:hover,
    .active.center .testimonial-5 .testimonial-text,
    .city-bx:hover:after,
    .canditate-des::before,
    .canditate-des::after,
    .job-links .fa-download,
    .job-links .fa-eye,
    .like-btn input:checked ~ .checkmark:before,
    .fullwidth .header-nav .nav > li.active > a,
    .fullwidth .header-nav .nav > li:hover > a,
    .site-button:active,
    .site-button:hover,
    .site-button:focus,
    .active > .site-button {
        background-color: #1D3648;
    }

        .active.center .testimonial-5 .testimonial-text:after {
            border-top: 15px solid #1D3648;
        }

.find-job-bx .input-group-text,
.find-job-bx .form-control,
.post-job-bx .post-bx:hover {
    border-color: #1D3648;
}

.find-job-bx .bootstrap-select .dropdown-toggle,
.find-job-bx .bootstrap-select .dropdown-toggle:active,
.find-job-bx .bootstrap-select .dropdown-toggle:focus,
.find-job-bx .bootstrap-select .dropdown-toggle:hover {
    border-color: #1D3648 !important;
}

.job-links i,
.checkmark {
    border: 1px solid #1D3648;
}

.canditate-des,
.feature .custom-control .custom-control-label::before {
    border: 2px solid #1D3648;
}

    .canditate-des .upload-link,
    .like-btn .checkmark:before {
        color: #1D3648;
    }

.candidate-info ul li a:hover,
.candidate-info ul li a.active {
    border-left-color: #1D3648;
}

.site-header.border-bottom .main-bar-wraper {
    border-bottom: 2px solid #1D3648;
}

.owl-btn-center-lr .owl-nav .owl-prev {
    left: 0;
}

.owl-btn-center-lr .owl-nav .owl-next {
    right: 0;
}

.footer-bottom-text span:first-child {
    float: left;
}

.footer-bottom-text span:last-child {
    float: right;
}

@media (min-width: 769px) {
    .footer-menu-col h3 {
        line-height: 26px;
        font-size: 22px;
        color: #fff;
    }
}

@media (max-width: 768px) {
    #carousel-modal .modal-dialog {
        margin: 0;
    }

    .footer-top .m-b30 {
        margin-bottom: 1px;
    }

    .footer-menu-col li {
        padding: 0;
    }
}

.lead-form-modal .lead-form {
    background: #fff;
}

    .lead-form-modal .lead-form .form-control {
        border: 1px solid #e1e6eb;
    }
