/*
@File: Jovie Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default CSS
** - Header Area CSS
** - Navbar Area CSS
** - Banner Section CSS
** - Category Section CSS
** - Job Section CSS
** - Way To Use CSS
** - Top Company CSS
** - Why Choose CSS
** - Job Info CSS
** - Price CSS
** - Candidate CSS
** - Testimonial CSS
** - Blog CSS
** - Footer CSS
*** - Home Page Two CSS
*** - Home Page Three CSS
*** - Home Page Four CSS
*** - Home Page Five CSS
*** - About Page CSS
*** - Find Jobs Page CSS
*** - Post Jobs Page CSS
*** - Job List Page CSS
*** - Job Grid Page CSS
*** - Job Details Page CSS
*** - Candidates Page CSS
*** - Candidates Details Page CSS
*** - Companies Page CSS
*** - Pricing Page CSS
*** - Account Page CSS
*** - Resume Page CSS
*** - Sign In Page CSS
*** - Sign Up Page CSS
*** - Reset Password CSS
*** - 404 Page CSS
*** - Testimonial CSS
*** - FAQ Page CSS
*** - Categories Page CSS
*** - Privacy Page CSS
*** - Terms Page CSS
*** - Blog Page CSS
*** - Blog Page Two Page CSS
*** - Blog Details Page CSS
*** - Contact Page CSS
*** - Back To Top CSS
*** - Pre-loader CSS
*** - Aniamtion CSS
*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,600|IBM+Plex+Sans:400,500,500i,600,700&display=swap");
/* Font Variables */
/* Color Variables */
/* Others Variables */

/*:root {
    --primarycolor: #010c29;
    --secondarycolor: #fd1616;
    --darkcolor: #1b1b1b;
    --lightcolor: white;
    --darkgrey: #74788d;
    --lightgrey: #cccccc;
}*/

body {
    font-size: 17px;
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--darkgrey);
    line-height: 1.6;
}

/* Default CSS Start */
img {
    max-width: 100%;
}

a {
    transition: 0.5s;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

p {
    font-size: 17px;
    color: var(--darkgrey);
    line-height: 1.8;
}

button {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

    button:focus {
        outline: 0;
    }

h1, h2, h3, h4, h5, h6 {
    color: var(--darkcolor);
    font-weight: bold;
}

h3 {
    font-size: 22px;
}

.form-control:focus {
    box-shadow: 0 0 0 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.section-title {
    margin-bottom: 60px;
}

    .section-title h2 {
        font-size: 38px;
        font-weight: 600;
        max-width: 550px;
        margin: 0 auto 10px;
        line-height: 1;
        text-transform: capitalize;
    }

    .section-title p {
        max-width: 750px;
        margin: 0 auto;
    }

.theme-btn .default-btn {
    font-size: 18px;
    font-weight: 500;
    font-family: "Catamaran", sans-serif;
    background: var(--secondarycolor);
    color: var(--lightcolor);
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 10px 25px;
    display: inline-block;
}

    .theme-btn .default-btn:hover {
        background: var(--darkcolor);
        border: 1px solid var(--lightcolor);
    }

/* Default CSS End */
/*---------- Home Page One CSS Start ----------*/
/* Navbar CSS Start */
.navbar-area .main-nav {
    background: var(--primarycolor);
    padding: 20px 0;
    position: relative;
}

    .navbar-area .main-nav .navbar {
        padding: 0;
    }

        .navbar-area .main-nav .navbar .navbar-brand {
            padding: 0;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item {
            padding: 10px 0;
        }

            .navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
                text-transform: capitalize;
                font-family: "Catamaran", sans-serif;
                font-size: 17px;
            }

                .navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
                    border: 0;
                    content: '\ea4a';
                    font-family: 'boxicons';
                    vertical-align: middle;
                    line-height: 1;
                }

                .navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
                    color: var(--secondarycolor);
                }

            .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                padding: 0;
                border-radius: 0;
                background: none;
            }

                .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
                    padding: 0;
                }

                    .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
                        border-bottom: 1px dashed var(--darkgrey);
                        background: var(--primarycolor);
                        font-size: 15px !important;
                    }

                        .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
                            color: var(--lightcolor);
                            background: var(--darkgrey) !important;
                        }

                    .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .nav-link {
                        border-bottom: 0;
                    }

        .navbar-area .main-nav .navbar .other-option .signin-btn, .navbar-area .main-nav .navbar .other-option .signup-btn {
            color: var(--lightcolor);
            font-family: "Catamaran", sans-serif;
            font-size: 16px;
            font-weight: 600;
            padding: 5px 20px;
            background: var(--secondarycolor);
            border-radius: 5px;
        }

            .navbar-area .main-nav .navbar .other-option .signin-btn:hover, .navbar-area .main-nav .navbar .other-option .signup-btn:hover {
                background: var(--lightcolor);
                color: var(--darkcolor);
            }

        .navbar-area .main-nav .navbar .other-option .signup-btn {
            background: none;
            padding: 0;
            margin-right: 10px;
        }

            .navbar-area .main-nav .navbar .other-option .signup-btn:hover {
                color: var(--secondarycolor);
                background: none;
            }

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: all 0.5s;
    width: 100% !important;
}

/* Navbar CSS End */
/* Banner CSS Start */
.banner-section {
    height: 800px;
    background-image: url(../images/headers/home-hero.png);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

    .banner-section::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 4, 44, 0.6);
        top: 0;
        left: 0;
        z-index: -1;
    }

    .banner-section::after {
        position: absolute;
        content: '';
        background-image: url(../img/banner/white-shape.png);
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 350px;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .banner-section .banner-content p {
        color: var(--lightcolor);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .banner-section .banner-content h1 {
        font-size: 65px;
        font-weight: 700;
        color: var(--lightcolor);
        max-width: 630px;
        margin: 0 auto 40px;
        text-transform: capitalize;
    }

    .banner-section .banner-content .banner-form {
        background: rgba(255, 255, 255, 0.8);
        padding: 30px;
        border-radius: 10px;
        margin-bottom: 45px;
    }

        .banner-section .banner-content .banner-form .form-group {
            margin-bottom: 0;
            line-height: 1;
            text-align: left;
        }

            .banner-section .banner-content .banner-form .form-group label {
                font-size: 15px;
                color: var(--darkgrey);
                font-weight: 600;
                margin-bottom: 10px;
            }

            .banner-section .banner-content .banner-form .form-group .form-control {
                height: 60px;
                border-radius: 10px;
                padding: 12px 20px;
                transition: 0.5s;
            }

                .banner-section .banner-content .banner-form .form-group .form-control:focus {
                    border-color: unset;
                    box-shadow: unset;
                    border: 1px solid var(--secondarycolor);
                }

                    .banner-section .banner-content .banner-form .form-group .form-control:focus::placeholder {
                        color: transparent;
                    }

                .banner-section .banner-content .banner-form .form-group .form-control::placeholder {
                    font-size: 14px;
                    font-weight: 500;
                    color: var(--lightgrey);
                    transition: 0.5s;
                }

        .banner-section .banner-content .banner-form .find-btn {
            background: var(--secondarycolor);
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            width: 100%;
            color: var(--lightcolor);
            border-radius: 10px;
            top: 25px;
            position: relative;
            padding: 16px 20px;
            transition: 0.5s;
        }

            .banner-section .banner-content .banner-form .find-btn:hover {
                background: var(--darkcolor);
            }

            .banner-section .banner-content .banner-form .find-btn i {
                left: 10px;
                top: 2px;
                position: relative;
            }

    .banner-section .banner-content .keyword {
        padding-left: 0;
        margin-bottom: 0;
    }

        .banner-section .banner-content .keyword li {
            display: inline-block;
            color: var(--lightcolor);
            font-size: 17px;
            font-weight: 500;
        }

            .banner-section .banner-content .keyword li a {
                color: var(--lightcolor);
                font-size: 17px;
                font-weight: 500;
            }

                .banner-section .banner-content .keyword li a:hover {
                    color: var(--secondarycolor);
                }

/* Banner CSS End */
/* Category Section CSS Start */
.category-card {
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    border: 1px solid transparent;
    transition: 0.5s;
}

    .category-card i {
        font-size: 50px;
        color: var(--secondarycolor);
        margin-bottom: 25px;
        display: inline-block;
        line-height: 1;
    }

    .category-card h3 {
        margin-bottom: 10px;
    }

    .category-card p {
        margin-bottom: 0;
    }

    .category-card:hover {
        border: 1px solid var(--secondarycolor);
        margin-top: -5px;
    }

/* Category Section CSS End */
/* Job Section CSS Start */
.job-card {
    border: 1px dashed var(--lightgrey);
    padding: 30px;
    transition: 0.5s;
    margin-bottom: 30px;
    background: var(--lightcolor);
}

.image-container {
    border: 1px dashed var(--lightgrey);
}

.job-card .thumb-img {
    border: 1px dashed var(--lightgrey);
    max-width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    background: var(--lightcolor);
}

    .job-card .thumb-img img {
        max-width: 40px;
    }

.job-card .job-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--secondarycolor)
}

    .job-card .job-info h3 a {
        color: var(--darkcolor);
    }

        .job-card .job-info h3 a:hover {
            color: var(--secondarycolor);
        }

.job-card .job-info ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .job-card .job-info ul li {
        display: block;
        font-size: 15px;
        padding-right: 10px;
        margin-bottom: 5px;
    }

        .job-card .job-info ul li:last-child {
            margin-bottom: 0;
        }

        .job-card .job-info ul li a {
            color: var(--secondarycolor);
            font-weight: 500;
        }

        .job-card .job-info ul li i {
            top: 2px;
            position: relative;
            font-size: 18px;
        }



.job-card .job-save {
    text-align: center;
}

    .job-card .job-save span {
        background: var(--lightcolor);
        display: block;
        padding: 5px 10px;
        border-radius: 10px;
        color: var(--secondarycolor);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        margin-bottom: 15px;
        font-size: 15px;
    }

    .job-card .job-save a i {
        color: var(--lightgrey);
        font-size: 20px;
        background: var(--lightcolor);
        border-radius: 20px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px dashed var(--lightgrey);
        display: inline-block;
        margin-bottom: 10px;
        transition: 0.5s;
    }

        .job-card .job-save a i:hover {
            background: var(--secondarycolor);
            color: var(--lightcolor);
        }

    .job-card .job-save p {
        margin-bottom: 0;
        font-size: 14px;
    }

        .job-card .job-save p i {
            border: 0;
            width: inherit;
            height: inherit;
            top: 3px;
            position: relative;
            line-height: 1;
            font-size: 18px;
        }

.job-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border: 1px dashed var(--secondarycolor);
}

a.latest-link {
    display: block;
    border-radius: 40px;
    border: 1px solid var(--darkgrey);
    width: 40px;
    height: 40px;
    padding-top: 8px;
    color: var(--darkgrey);
}

    a.latest-link:hover {
        border: 1px solid var(--primarycolor);
        color: var(--primarycolor);
    }

/* Job Section CSS End */
/* Way To Use CSS Start */
.use-section {
    background-image: url(../img/section-bg/1.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

    .use-section::before {
        position: absolute;
        content: '';
        background: rgba(1, 12, 41, 0.85);
        height: 100%;
        width: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .use-section .section-title h2 {
        color: var(--lightcolor);
    }

.use-text {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
    position: relative;
}

    .use-text span {
        color: var(--secondarycolor);
        background: #fdc7c7;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        line-height: 30px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: -100px;
        margin: auto;
        z-index: 1;
    }

    .use-text i {
        font-size: 50px;
        color: var(--secondarycolor);
        background: var(--lightcolor);
        display: inline-block;
        border: 3px dashed var(--secondarycolor);
        position: relative;
        width: 150px;
        height: 150px;
        line-height: 150px;
        border-radius: 150px;
        margin-bottom: 30px;
        transition: 0.5s;
    }

    .use-text h3 {
        color: var(--lightcolor);
        margin-bottom: 20px;
    }

    .use-text p {
        color: var(--lightcolor);
        margin-bottom: 0;
    }

    .use-text:hover i {
        background: var(--secondarycolor);
        color: var(--lightcolor);
    }

/* Way To Use CSS End */
/* Top Company CSS Start */
.company-card {
    text-align: center;
    border: 1px dashed var(--secondarycolor);
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: 0.5s;
    background: var(--lightcolor);
}

    .company-card .company-logo {
        margin-bottom: 25px;
    }

    .company-card .company-text h3 {
        margin-bottom: 10px;
    }

    .company-card .company-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .company-card .company-text .company-btn {
        background: var(--secondarycolor);
        color: var(--lightcolor);
        padding: 10px 20px;
        display: inline-block;
        font-size: 14px;
    }

    .company-card:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    }

        .company-card:hover .company-btn {
            background: var(--darkcolor);
        }

/* Top Company CSS End */
/* Why Choose CSS Start */
.why-choose {
    background: var(--primarycolor);
    position: relative;
}

.why-choose-text {
    padding-left: 25px;
    padding-right: 25px;
}

    .why-choose-text .section-title {
        margin-bottom: 50px;
    }

        .why-choose-text .section-title h2 {
            color: var(--lightcolor);
        }

        .why-choose-text .section-title p {
            color: var(--lightcolor);
            max-width: 500px;
        }

    .why-choose-text .media {
        margin-bottom: 30px;
        display: flex;
    }

        .why-choose-text .media i {
            font-size: 30px;
            color: var(--lightcolor);
            width: 80px;
            height: 80px;
            text-align: center;
            line-height: 60px;
            border-radius: 100px;
            display: inline-block;
            position: relative;
            top: -10px;
        }

        .why-choose-text .media .media-body {
            padding-top: 15px;
            padding-left: 15px;
        }

            .why-choose-text .media .media-body h5 {
                color: var(--lightcolor);
                font-size: 20px;
                font-weight: 600;
                margin-top: 0;
            }

            .why-choose-text .media .media-body p {
                color: var(--lightcolor);
                font-size: 15px;
                max-width: 260px;
            }

.counter-area .counter-text {
    text-align: center;
    margin-bottom: 30px;
}

    .counter-area .counter-text h2 {
        color: var(--secondarycolor);
        font-size: 45px;
        font-weight: 700;
    }

    .counter-area .counter-text p {
        color: var(--lightcolor);
        font-weight: 500;
        font-size: 15px;
    }

.why-choose-img {
    background-image: url(../images/custom/why.choose.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}

/* Why Choose CSS End */
/* Job Info CSS Start */
.looking-job {
    background: var(--secondarycolor);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

    .looking-job .media {
        display: flex;
    }

        .looking-job .media i {
            background: #fbd3d3;
            color: var(--secondarycolor);
            width: 55px;
            height: 55px;
            border-radius: 50px;
            line-height: 55px;
            text-align: center;
            font-size: 30px;
            display: inline-block;
        }

        .looking-job .media .media-body {
            padding-left: 15px;
        }

            .looking-job .media .media-body h5 {
                font-size: 25px;
                font-weight: 600;
                color: var(--lightcolor);
                margin-bottom: 10px;
            }

            .looking-job .media .media-body p {
                color: var(--lightcolor);
                margin-bottom: 5px;
            }

            .looking-job .media .media-body a {
                color: var(--lightcolor);
                font-size: 15px;
            }

                .looking-job .media .media-body a:hover, .looking-job .media .media-body a:hover i {
                    color: var(--darkcolor);
                    letter-spacing: 1px;
                }

                .looking-job .media .media-body a i {
                    background: none;
                    width: unset;
                    height: unset;
                    color: var(--lightcolor);
                    line-height: 1;
                    font-size: 18px;
                    top: 4px;
                    position: relative;
                    transition: 0.5s;
                }

.recruiting-card {
    background: #010c29;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

    .recruiting-card .media {
        display: flex;
    }

        .recruiting-card .media i {
            background: #9a9ca2;
            color: var(--darkcolor);
            width: 55px;
            height: 55px;
            border-radius: 50px;
            line-height: 55px;
            text-align: center;
            font-size: 30px;
            display: inline-block;
        }

        .recruiting-card .media .media-body {
            padding-left: 15px;
        }

            .recruiting-card .media .media-body h5 {
                font-size: 25px;
                font-weight: 600;
                color: var(--lightcolor);
                margin-bottom: 10px;
            }

            .recruiting-card .media .media-body p {
                color: var(--lightcolor);
                margin-bottom: 5px;
            }

            .recruiting-card .media .media-body a {
                color: var(--lightcolor);
                font-size: 15px;
            }

                .recruiting-card .media .media-body a:hover, .recruiting-card .media .media-body a:hover i {
                    color: var(--secondarycolor);
                    letter-spacing: 1px;
                }

                .recruiting-card .media .media-body a i {
                    background: none;
                    width: unset;
                    height: unset;
                    color: var(--lightcolor);
                    line-height: 1;
                    font-size: 18px;
                    top: 4px;
                    position: relative;
                    transition: 0.5s;
                }

/* Job Info CSS End */
/* Price CSS Start */
.price-card {
    text-align: center;
    background: var(--lightcolor);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 45px 30px;
    margin-bottom: 30px;
    position: relative;
}

    .price-card::before {
        position: absolute;
        content: '';
        background-image: url(../img/shape/price.png);
        background-position: center center;
        background-size: cover;
        width: 145px;
        height: 100px;
        bottom: 0;
        left: 0;
    }

    .price-card .price-top {
        margin-bottom: 20px;
    }

        .price-card .price-top h3 {
            margin-bottom: 20px;
        }

        .price-card .price-top i {
            color: var(--secondarycolor);
            font-size: 30px;
            border: 1px dashed var(--secondarycolor);
            width: 65px;
            height: 65px;
            line-height: 65px;
            border-radius: 50px;
            text-align: center;
            margin-bottom: 10px;
            transition: 0.5s;
        }

        .price-card .price-top h2 {
            font-size: 40px;
            font-weight: 600;
        }

            .price-card .price-top h2 sub {
                font-size: 14px;
                color: var(--lightgrey);
                top: -2px;
                position: relative;
            }

    .price-card .price-feature {
        text-align: left;
        margin-bottom: 30px;
    }

        .price-card .price-feature ul {
            padding-left: 30px;
            margin-bottom: 0;
        }

            .price-card .price-feature ul li {
                list-style: none;
                color: var(--darkgrey);
            }

    .price-card .price-btn a {
        font-size: 16px;
        font-weight: 600;
        color: var(--lightcolor);
        background: var(--secondarycolor);
        padding: 12px 30px;
        display: inline-block;
    }

    .price-card.mt-12 {
        margin-top: -12px;
    }

    .price-card:hover .price-btn a {
        background: var(--darkcolor);
    }

    .price-card:hover .price-top i {
        background: var(--darkcolor);
        color: var(--lightcolor);
    }

/* Price CSS End */
/* Testimonial CSS Start */
.testimonial-section {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 60px;
}

    .testimonial-section::before {
        position: absolute;
        content: '';
        background: var(--primarycolor);
        height: 100%;
        width: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .testimonial-section .section-title h2 {
        color: var(--lightcolor);
    }

    .testimonial-section .section-title p {
        color: var(--lightcolor);
    }

.testimonial-items .testimonial-img {
    margin-bottom: 20px;
    margin-left: 15px;
}

.testimonial-items .testimonial-img-text {
    text-align: center;
}

    .testimonial-items .testimonial-img-text h3 {
        color: var(--lightcolor);
        margin-bottom: 5px;
    }

    .testimonial-items .testimonial-img-text p {
        color: var(--lightgrey);
        margin-bottom: 0;
        font-size: 16px;
    }

.testimonial-items .testimonial-text {
    padding: 50px;
    background: var(--lightcolor);
}

    .testimonial-items .testimonial-text i {
        color: var(--primarycolor);
        font-size: 45px;
        margin-bottom: 20px;
        line-height: 1;
    }

    .testimonial-items .testimonial-text p {
        color: var(--darkcolor);
        font-size: 16px;
        font-style: italic;
        margin-bottom: 0;
        margin-top: 15px;
    }

.testimonial-slider {
    position: relative;
}

    .testimonial-slider .owl-prev {
        display: none !important;
    }

    .testimonial-slider .owl-next {
        position: absolute;
        bottom: 120px;
        right: 25px;
        color: var(--lightcolor) !important;
        background: var(--secondarycolor) !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 50px !important;
        border-radius: 45px !important;
        font-size: 25px !important;
        text-align: center;
        transition: 0.5s;
    }

        .testimonial-slider .owl-next:hover {
            background: var(--darkcolor) !important;
        }

    .testimonial-slider .owl-nav {
        margin-top: 0 !important;
    }

/* Testimonial CSS End */


/* Footer CSS Start */
.footer-area {
    background: var(--darkcolor);
    position: relative;
}

    .footer-area::before {
        position: absolute;
        content: '';
        background-image: url(../img/shape/footer.png);
        background-position: center center;
        background-size: cover;
        width: 140px;
        height: 138px;
        right: 60px;
        top: 70px;
        opacity: .2;
        animation: rotate 30s infinite linear;
    }

    .footer-area .footer-widget {
        margin-bottom: 30px;
    }

        .footer-area .footer-widget .footer-logo {
            margin-bottom: 30px;
        }

        .footer-area .footer-widget p {
            font-size: 16px;
            color: var(--lightcolor);
            margin-bottom: 30px;
        }

        .footer-area .footer-widget .footer-social a i {
            color: var(--primarycolor);
            background: var(--lightcolor);
            font-size: 18px;
            width: 35px;
            height: 35px;
            text-align: center;
            border-radius: 50px;
            line-height: 35px;
            margin-right: 5px;
            transition: 0.5s;
        }

            .footer-area .footer-widget .footer-social a i:hover {
                background: var(--secondarycolor);
                color: var(--lightcolor);
            }

        .footer-area .footer-widget h3 {
            color: var(--lightcolor);
            position: relative;
            margin-bottom: 40px;
            font-weight: 600;
        }

            .footer-area .footer-widget h3::before {
                position: absolute;
                content: '';
                background: var(--lightcolor);
                height: 2px;
                width: 50px;
                left: 0;
                bottom: -15px;
            }

        .footer-area .footer-widget ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .footer-area .footer-widget ul li {
                list-style-type: none;
                color: var(--lightgrey);
                margin-bottom: 5px;
            }

                .footer-area .footer-widget ul li a {
                    color: var(--lightgrey);
                }

                    .footer-area .footer-widget ul li a i {
                        color: var(--lightcolor);
                        top: 2px;
                        position: relative;
                    }

                    .footer-area .footer-widget ul li a:hover {
                        color: var(--secondarycolor);
                    }

                .footer-area .footer-widget ul li:last-child {
                    margin-bottom: 0;
                }

        .footer-area .footer-widget.footer-info ul li {
            margin-bottom: 12px;
        }

            .footer-area .footer-widget.footer-info ul li span {
                display: block;
            }

                .footer-area .footer-widget.footer-info ul li span i {
                    color: var(--lightcolor);
                    margin-right: 5px;
                    position: relative;
                    top: 2px;
                }

            .footer-area .footer-widget.footer-info ul li a {
                padding-left: 25px;
            }

            .footer-area .footer-widget.footer-info ul li:last-child {
                padding-left: 25px;
            }

                .footer-area .footer-widget.footer-info ul li:last-child span {
                    left: -25px;
                    position: relative;
                }

        .footer-area .footer-widget.pl-60 {
            padding-left: 60px;
        }

.copyright-text {
    background: var(--primarycolor);
    padding: 20px 0;
}

    .copyright-text p {
        margin-bottom: 0;
        color: var(--lightcolor);
        line-height: 1;
        font-size: .9rem;
    }

        .copyright-text p a {
            color: var(--lightcolor);
        }

            .copyright-text p a:hover {
                color: var(--secondarycolor);
            }

/* Footer CSS End */
/*---------- Home Page One CSS End ----------*/
/*---------- Home Page Two CSS Start ----------*/
/* Banner CSS Start */
.banner-style-two {
    background-image: url(../img/banner/2.jpg);
    background-position: center center;
    background-size: cover;
    height: 800px;
    position: relative;
    z-index: 0;
}

    .banner-style-two::before {
        position: absolute;
        content: '';
        background: rgba(1, 12, 41, 0.85);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .banner-style-two .banner-text {
        max-width: 650px;
    }

        .banner-style-two .banner-text span {
            color: var(--lightcolor);
            font-size: 18px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 25px;
        }

        .banner-style-two .banner-text h1 {
            color: var(--lightcolor);
            font-size: 65px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: capitalize;
        }

        .banner-style-two .banner-text p {
            color: var(--lightcolor);
            margin-bottom: 45px;
        }

    .banner-style-two .banner-img {
        position: absolute;
        top: 15%;
        right: 5%;
        max-width: 500px;
    }

        .banner-style-two .banner-img img {
            border-radius: 65% 35% 42% 58% / 55% 48% 52% 45%;
            animation: wrap 5s infinite alternate;
        }

/* Banner CSS End */
/* Job  Info CSS Start */
.job-info-two {
    background-image: url(../img/section-bg/1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}

    .job-info-two::before {
        position: absolute;
        content: '';
        background: rgba(1, 12, 41, 0.85);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

/* Job  Info CSS End */
/* Testimonial CSS End */
/*---------- Home Page Two CSS End ----------*/
/*---------- Home Page Three CSS Start ----------*/
/* Banner CSS Start */
.banner-style-three {
    background-image: url(../img/banner/4.jpg);
    background-size: cover;
    background-position: center center;
    height: 800px;
}

    .banner-style-three .banner-text {
        max-width: 600px;
    }

        .banner-style-three .banner-text span {
            font-size: 18px;
            font-weight: 600;
            color: var(--secondarycolor);
            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: var(--darkcolor);
        }

        .banner-style-three .banner-text .theme-btn .default-btn {
            background: var(--lightcolor);
            color: var(--darkgrey);
        }

            .banner-style-three .banner-text .theme-btn .default-btn:hover {
                background: var(--secondarycolor);
                color: var(--lightcolor);
            }

        .banner-style-three .banner-text .theme-btn .active {
            background: var(--secondarycolor);
            color: var(--lightcolor);
        }

            .banner-style-three .banner-text .theme-btn .active:hover {
                background: var(--darkcolor);
            }

/* Banner CSS End */
/* Category CSS Start */
.category-item {
    position: relative;
    padding-left: 100px;
    border: 1px dashed var(--secondarycolor);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}

    .category-item i {
        position: absolute;
        font-size: 40px;
        background: #fccdcd;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50px;
        color: var(--secondarycolor);
        left: 15px;
        top: 9px;
        border: 1px dashed var(--secondarycolor);
    }

    .category-item h3 {
        font-size: 20px;
        margin-bottom: 0px;
        transition: 0.5s;
    }

    .category-item p {
        font-size: 15px;
        margin-bottom: 0;
        transition: 0.5s;
    }

    .category-item:hover {
        background: var(--secondarycolor);
    }

        .category-item:hover h3, .category-item:hover p {
            color: var(--lightcolor);
        }

/* Category CSS End */

/* Subscribe CSS Start */
.subscribe-section {
    background: var(--secondarycolor);
    padding: 80px 0;
}

    .subscribe-section .section-title {
        margin-bottom: 0;
    }

        .subscribe-section .section-title h2 {
            color: var(--lightcolor);
            margin: 0 auto 10px 0;
        }

        .subscribe-section .section-title p {
            color: var(--lightcolor);
            margin-bottom: 0;
        }

    .subscribe-section .newsletter-form {
        position: relative;
    }

        .subscribe-section .newsletter-form .form-control {
            height: 65px;
            position: relative;
            padding: 20px;
            border-radius: 10px;
        }

        .subscribe-section .newsletter-form .sub-btn {
            position: absolute;
            top: 0;
            right: 0;
            height: 65px;
            border-radius: 10px;
            background: var(--darkcolor);
            color: var(--lightcolor);
            padding: 0 30px;
            border: 1px solid transparent;
            transition: 0.5s;
        }

            .subscribe-section .newsletter-form .sub-btn:hover {
                background: var(--secondarycolor);
                border: 1px solid var(--lightcolor);
            }

        .subscribe-section .newsletter-form ::placeholder {
            font-size: 18px;
        }

        .subscribe-section .newsletter-form .validation-danger {
            color: var(--lightcolor);
            margin-top: 10px;
        }

/* Subscribe CSS End */
/*---------- Home Page Three CSS End ----------*/
/*---------- Home Page Four CSS Start ----------*/
/* Banner Section CSS Start */
.banner-style-four {
    background-image: none;
    background: #fdeeee80;
    height: 100vh;
    position: relative;
}

    .banner-style-four::before {
        position: absolute;
        content: '';
        background-image: url(../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;
        animation: translateY 5s infinite linear;
    }

/* Banner Section CSS End */
/* Discover CSS Start */
.discover-section .discover-text h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.discover-section .discover-text p {
    margin-bottom: 20px;
}

.discover-section .discover-text .theme-btn {
    margin-top: 30px;
}

.discover-section .discover-img {
    animation: translateY 5s infinite linear;
}

/* Discover CSS End */
/* Tastimonial CSS Start */
.testimonial-style-three {
    position: relative;
}

    .testimonial-style-three::before {
        position: absolute;
        content: '';
        background-image: url(../img/banner/2.jpg);
        background-position: center center;
        background-size: cover;
        height: 400px;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .testimonial-style-three::after {
        position: absolute;
        content: '';
        background: rgba(1, 12, 41, 0.85);
        width: 100%;
        height: 400px;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .testimonial-style-three .section-title h2, .testimonial-style-three .section-title p {
        color: var(--lightcolor);
    }

    .testimonial-style-three .testimonial-info-text img {
        max-width: 100%;
        width: unset;
        border-radius: 50%;
        margin-bottom: 10px;
    }

/* Testimonial CSS End */
/*---------- Home Page Four CSS End ----------*/
/*---------- About Page CSS Start ----------*/
/* Page Title CSS Start */
.page-title {
    background-position: center center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

    .page-title::before {
        position: absolute;
        content: '';
        background: rgba(1, 12, 41, 0.85);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .page-title h2 {
        font-size: 45px;
        color: var(--lightcolor);
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    .page-title ul {
        margin: 0;
        display: inline-block;
        padding: 10px;
        border: 1px solid rgba(132, 137, 152, 0.5);
        border-radius: 30px;
    }

        .page-title ul li {
            color: var(--lightcolor);
            display: inline-block;
            position: relative;
            margin: 0 15px;
            text-transform: capitalize;
        }

            .page-title ul li::after {
                position: absolute;
                content: '\ea50' !important;
                right: -28px;
                top: 4px;
                font-family: 'boxicons';
                font-size: 22px;
                line-height: 1;
                color: white !important;
            }

            .page-title ul li:last-child::after {
                display: none;
            }

            .page-title ul li a {
                color: var(--lightcolor);
                font-weight: 500;
            }

                .page-title ul li a:hover {
                    color: var(--secondarycolor);
                }

    .page-title.title-bg1 {
        background-image: url(../img/title-bg/1.jpg);
    }

    .page-title .lines {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        z-index: -1;
    }

        .page-title .lines .line {
            position: absolute;
            width: 2px;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            left: 50%;
            top: 0;
        }

            .page-title .lines .line::after {
                position: absolute;
                content: '';
                width: 100%;
                height: 10px;
                background: var(--secondarycolor);
                left: 0;
                top: -50%;
                right: 0;
                margin: auto;
                -webkit-animation: line 6s infinite cubic-bezier(0, 1.11, 1, 1);
                animation: line 6s infinite cubic-bezier(0, 1.11, 1, 1);
            }

        .page-title .lines :nth-child(1) {
            margin-left: 25%;
        }

        .page-title .lines :nth-child(2)::after {
            animation-delay: 1s;
        }

        .page-title .lines :nth-child(3) {
            margin-left: -25%;
        }

            .page-title .lines :nth-child(3)::after {
                animation-delay: 2s;
            }

/* Page Title CSS End */
/* About CSS Start */
.about-section .about-text .section-title {
    margin-bottom: 25px;
}

    .about-section .about-text .section-title h2 {
        margin: 0 auto 10px 0;
    }

.about-section .about-text p {
    margin-bottom: 25px;
}

/* About CSS End */
/* Why Choose CSS Start */
.section-title h2 {
    line-height: 1.4;
}

/* Why Choose CSS End */
/*---------- About Page CSS End ----------*/
/*---------- Find Jobs Page CSS Start ----------*/
.page-title.title-bg2 {
    background-image: url(../img/title-bg/2.jpg);
}

/*---------- Find Jobs Page CSS End ----------*/
/*---------- Job List Page CSS Start ----------*/
.page-title.title-bg4 {
    background-image: url(../img/title-bg/4.jpg);
}

.job-list-section .pagination {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .job-list-section .pagination .page-item .page-link {
        width: 50px;
        display: inline-block;
        margin: 0 2px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        padding: 0;
        background: var(--lightcolor);
        color: var(--secondarycolor);
        font-weight: 600;
        font-size: 17px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        border-radius: 10px;
    }

        .job-list-section .pagination .page-item .page-link:hover, .job-list-section .pagination .page-item .page-link.active {
            background: var(--darkcolor);
            color: var(--lightcolor);
        }

        .job-list-section .pagination .page-item .page-link i {
            font-size: 25px;
            line-height: 50px;
        }

        .job-list-section .pagination .page-item .page-link .bx-fade-right {
            animation: fade-right 3s infinite linear;
        }

        .job-list-section .pagination .page-item .page-link .bx-fade-left {
            animation: fade-left 3s infinite linear;
        }

/*---------- Job List Page CSS End ----------*/
/*---------- Job Grid Page CSS Start ----------*/
.page-title.title-bg5 {
    background-image: url(../images/headers/jobsearch-hero.png);
}

.jobs-grid-section .pagination {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .jobs-grid-section .pagination .page-item .page-link {
        width: 50px;
        display: inline-block;
        margin: 0 2px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        padding: 0;
        background: var(--lightcolor);
        color: var(--secondarycolor);
        font-weight: 600;
        font-size: 17px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        border-radius: 10px;
    }

        .jobs-grid-section .pagination .page-item .page-link:hover, .jobs-grid-section .pagination .page-item .page-link.active {
            background: var(--darkcolor);
            color: var(--lightcolor);
        }

        .jobs-grid-section .pagination .page-item .page-link i {
            font-size: 25px;
            line-height: 50px;
        }

        .jobs-grid-section .pagination .page-item .page-link .bx-fade-right {
            animation: fade-right 3s infinite linear;
        }

        .jobs-grid-section .pagination .page-item .page-link .bx-fade-left {
            animation: fade-left 3s infinite linear;
        }

/*---------- Job Grid Page CSS End ----------*/
/*---------- Job Details Page CSS Start ----------*/
.page-title.title-bg6 {
    background-image: url(../images/headers/job-hero.png);
}

.job-details-text .job-card {
    background: var(--lightcolor);
    border: 0;
    padding: 0;
    margin-bottom: 50px;
}

    .job-details-text .job-card:hover {
        border: 0;
        box-shadow: 0 0 0 0;
    }

    .job-details-text .job-card .company-logo {
        background: var(--lightgrey);
        text-align: center;
        height: 100px;
        line-height: 100px;
    }

    .job-details-text .job-card .job-info h3 {
        font-size: 25px;
    }

    .job-details-text .job-card .job-info ul {
        margin-bottom: 6px;
    }

        .job-details-text .job-card .job-info ul li {
            display: inline-block;
            font-size: 18px;
            padding-right: 10px;
            font-weight: 500;
        }

    .job-details-text .job-card .job-info span {
        color: var(--secondarycolor);
        font-size: 16px;
        font-weight: 500;
    }

        .job-details-text .job-card .job-info span i {
            top: 4px;
            position: relative;
            font-size: 20px;
            display: inline-block;
        }

.job-details-text .details-text {
    margin-bottom: 30px;
}

    .job-details-text .details-text h3 {
        font-size: 24px;
        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: var(--darkgrey);
            }

                .job-details-text .details-text .table tr td span {
                    color: var(--darkcolor);
                    font-weight: 500;
                }

                .job-details-text .details-text .table tr td a {
                    color: var(--darkgrey);
                }

            .job-details-text .details-text .table tr:last-child td {
                padding-bottom: 0;
            }

    .job-details-text .details-text:last-child {
        margin-bottom: 0;
    }

.job-details-text .theme-btn {
    margin-top: 20px;
}

.job-sidebar {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: var(--lightcolor);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

    .job-sidebar h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .job-sidebar img {
        border-radius: 100px;
        margin-bottom: 10px;
    }

    .job-sidebar h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .job-sidebar span {
        font-size: 15px;
    }

    .job-sidebar iframe {
        height: 400px;
        width: 100%;
        margin-bottom: -10px;
    }

    .job-sidebar ul {
        padding-left: 0;
        margin-bottom: 0;
        text-align: left;
    }

        .job-sidebar ul li {
            display: inline-block;
            margin-bottom: 5px;
            list-style: none;
        }

            .job-sidebar ul li a {
                border: 1px dashed var(--lightgrey);
                padding: 5px 10px;
                color: var(--darkcolor);
                display: inline-block;
                font-size: 16px;
            }

                .job-sidebar ul li a:hover {
                    background: var(--secondarycolor);
                    color: var(--lightcolor);
                }

    .job-sidebar.social-share ul {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

        .job-sidebar.social-share ul li {
            display: inline-block;
            margin-bottom: 5px;
            list-style: none;
        }

            .job-sidebar.social-share ul li a {
                border: 0;
                padding: 0;
                border-radius: 10px;
            }

                .job-sidebar.social-share ul li a i {
                    border: 1px solid var(--lightgrey);
                    color: var(--darkcolor);
                    display: inline-block;
                    font-size: 20px;
                    width: 35px;
                    height: 35px;
                    text-align: center;
                    line-height: 35px;
                    color: red;
                    border-radius: 10px;
                    transition: .5s;
                }

                    .job-sidebar.social-share ul li a i:hover {
                        color: var(--lightcolor);
                    }

/*---------- Job Details Page CSS End ----------*/

@-webkit-keyframes line {
    0% {
        top: 0%;
    }
    100% {
        top: 100%;
    }
}

@keyframes line {
    0% {
        top: 0%;
    }
    100% {
        top: 100%;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}