/*
@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 */
$body-font: 'IBM Plex Sans', sans-serif;
$navbar-font: 'Catamaran', sans-serif;

/* Color Variables */
$body-color: #707070;
$heading-color: #001935;
$red-color: #fd1616;
$white-color: #ffffff;

/* Others Variables */
$transition: .5s;
$font-size: 17px;
$box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);


body {
    font-size: $font-size;
    font-family: $body-font;
    color: $body-color;
    line-height: 1.6;
}

/* Default CSS Start */
img {
    max-width: 100%;
}
a {
    transition: $transition;
    text-decoration: none;

    &:hover {
        text-decoration: none;
    }
}
a:focus {
    text-decoration: none;
}

p {
    font-size: $font-size;
    color: $body-color;
    line-height: 1.8;
}

button {
    box-shadow: none;
    border: none;
    background-color: transparent;

    &:focus {
        outline: 0;
    }
}
h1,h2,h3,h4,h5,h6 {
    color: $heading-color;
    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;

    h2 {
        font-size: 38px;
        font-weight: 600;
        max-width: 550px;
        margin: 0 auto 10px;
        line-height: 1;
        text-transform: capitalize;
    }

    p {
        max-width: 750px;
        margin: 0 auto;
    }
}

//Buy-now-btn
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: $white-color;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
	img {
		top: 50%;
		left: 20px;
		width: 15px;
		position: absolute;
		transform: translateY(-50%);
	}
	&:hover {
		background-color: $red-color;
		color: $white-color;
	}
}

.theme-btn {
    .default-btn {
        font-size: 18px;
        font-weight: 500;
        font-family: $navbar-font;
        background: $red-color;
        color: $white-color;
        margin-right: 15px;
        border: 1px solid transparent;
        padding: 10px 25px;
        display: inline-block;

        &:hover {
            background: $heading-color;
            border: 1px solid $white-color;
        }
    }
}
/* Default CSS End */

/*---------- Home Page One CSS Start ----------*/
/* Navbar CSS Start */
.navbar-area {
    .main-nav {
        background: #010c29;
        padding: 20px 0;
        position: relative;

        .navbar {
            padding: 0;

            .navbar-brand {
                padding: 0;
            }

            .navbar-nav {
                .nav-item {
                    padding: 10px 0;

                    .nav-link {
                        text-transform: capitalize;
                        font-family: $navbar-font;
                        font-size: 17px;

                        &.dropdown-toggle {
                            &::after {
                                border: 0;
                                content: '\ea4a';
                                font-family: 'boxicons';
                                vertical-align: middle;
                                line-height: 1;
                            }
                        }

                        &.active {
                            color: $red-color;
                        }
                    }

                    .dropdown-menu {
                        padding: 0;
                        border-radius: 0;
                        background: none;

                        .nav-item {
                            padding: 0;

                            .nav-link {                    
                                border-bottom: 1px dashed #4d5877;
                                background: #061742;
                                font-size: 15px !important;

                                &.active, &:hover {
                                    color: $white-color;
                                    background: #657294 !important;
                                } 
                            }

                            &:last-child .nav-link {
                                border-bottom: 0;
                            }
                        }
                    }
                }
            }

            .other-option {
                .signin-btn, .signup-btn {
                    color: $white-color;
                    font-family: $navbar-font;
                    font-size: 16px;
                    font-weight: 600;
                    padding: 5px 20px;
                    background: $red-color;
                    border-radius: 5px;

                    &:hover {
                        background: $white-color;
                        color: $heading-color;
                    }
                }

                .signup-btn {
                    background: none;
                    padding: 0;
                    margin-right: 10px;
                    &:hover {
                        color: $red-color;
                        background: none;
                    }
                }
            }
        }
    }
}
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    box-shadow: $box-shadow;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: all $transition;
    width: 100% !important;
}
/* Navbar CSS End */

/* Banner CSS Start */
.banner-section {
    height: 800px;
    background-image: url(../img/banner/1.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;

    &::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,4,44,0.60);
        top: 0;
        left: 0;
        z-index: -1;
    }

    &::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-content {
        p {
            color: $white-color;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        h1 {
            font-size: 65px;
            font-weight: 700;
            color: $white-color;
            max-width: 630px;
            margin: 0 auto 40px;
            text-transform: capitalize;
        }

        .banner-form {
            background: rgba(255, 255, 255, .80);
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 45px;
    
            .form-group {
                margin-bottom: 0;
                line-height: 1;
                text-align: left;
    
                label {
                    font-size: 15px;
                    color: #5c5a5a;
                    font-weight: 600;
                    margin-bottom: 10px;
                }
    
                .form-control {
                    height: 60px;
                    border-radius: 10px;
                    padding: 12px 20px;
                    transition: $transition;

                    &:focus {
                        border-color: unset;
                        box-shadow: unset;
                        border: 1px solid $red-color;

                        &::placeholder {
                            color: transparent;
                        }
                    }
                    &::placeholder {
                        font-size: 14px;
                        font-weight: 500;
                        color: #8e8d8d;
                        transition: $transition;
                    }
                }
            }
    
            .find-btn {
                background: $red-color;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 600;
                width: 100%;
                color: $white-color;
                border-radius: 10px;
                top: 25px;
                position: relative;
                padding: 16px 20px;
                transition: $transition;
    
                &:hover {
                    background: $heading-color;
                }
    
                i {
                    left: 10px;
                    top: 2px;
                    position: relative;
                }
            }
        }

        .keyword {
            padding-left: 0;
            margin-bottom: 0;

            li {
                display: inline-block;
                color: $white-color;
                font-size: 17px;
                font-weight: 500;

                a {
                    color: $white-color;
                    font-size: 17px;
                    font-weight: 500;

                    &:hover {
                        color: $red-color;
                    }
                }
            }
        }
    }
}   
/* Banner CSS End */

/* Category Section CSS Start */
.category-card {
    text-align: center;
    padding: 30px 25px;
    box-shadow: $box-shadow;
    margin-bottom: 30px;
    border: 1px solid transparent;
    transition: $transition;

    i {
        font-size: 50px;
        color: $red-color;
        margin-bottom: 25px;
        display: inline-block;
        line-height: 1;
    }

    h3 {
        margin-bottom: 10px;
    }

    p {
        margin-bottom: 0;
    }

    &:hover {
        border: 1px solid $red-color;
        margin-top: -5px;
    }
}
/* Category Section CSS End */

/* Job Section CSS Start */
.job-card {
    border: 1px dashed #d9dbdf;
    padding: 30px;
    transition: $transition;
    margin-bottom: 30px;
    background: #fde7e7;

    .thumb-img {
        border: 1px dashed #d9dbdf;
        max-width: 100%;
        height: 100%;
        text-align: center;
        line-height: 80px;
        background: $white-color;

        img {
            max-width: 40px;
        }
    }

    .job-info {

        h3 {
            margin-bottom: 10px;
            font-size: 20px;

            a {
                color: $heading-color;

                &:hover {
                    color: $red-color;
                }
            }
        }

        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                display: block;
                font-size: 15px;
                padding-right: 10px;
                margin-bottom: 5px;

                &:last-child {
                    margin-bottom: 0;
                }

                a { 
                    color: $red-color;
                    font-weight: 500;
                }

                i {
                    top: 2px;
                    position: relative;
                    font-size: 18px;
                }
            }
        }
    }

    .job-save {
        text-align: center;

        span {
            background: $white-color;
            display: block;
            padding: 5px 10px;
            border-radius: 10px;
            color: $red-color;
            box-shadow: $box-shadow;
            margin-bottom: 15px;
            font-size: 15px;
        }

        a {
            i {
                color: #afafaf;
                font-size: 20px;
                background: $white-color;
                border-radius: 20px;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                border: 1px dashed #afafaf;
                display: inline-block;
                margin-bottom: 10px;
                transition: $transition;

                &:hover {
                    background: $red-color;
                    color: $white-color;
                }
            }
        }

        p {
            margin-bottom: 0;
            font-size: 14px;

            i {
                border: 0;
                width: inherit;
                height: inherit;
                top: 3px;
                position: relative;
                line-height: 1;
                font-size: 18px;
            }
        }
    }

    &:hover {
        box-shadow:$box-shadow;
        border: 1px dashed $red-color;
    }
}
/* 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;

    &::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;
    }
    .section-title {
        h2 {
            color: $white-color;
        }
    }
}

.use-text {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
    position: relative;

    span {
        color: $red-color;
        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;
    }

    i {
        font-size: 50px;
        color: $red-color;
        background: $white-color;
        display: inline-block;
        border: 3px dashed $red-color;
        position: relative;
        width: 150px;
        height: 150px;
        line-height: 150px;
        border-radius: 150px;
        margin-bottom: 30px;
        transition: $transition;
    }

    h3 {
        color: $white-color;
        margin-bottom: 20px;
    }

    p {
        color: $white-color;
        margin-bottom: 0;
    }

    &:hover i {
        background: $red-color;
        color: $white-color;
    }
}
/* Way To Use CSS End */

/* Top Company CSS Start */
.company-card {
    text-align: center;
    border: 1px dashed $red-color;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: $transition;
    background: $white-color;

    .company-logo {
        margin-bottom: 25px;
    }

    .company-text {
        h3 {
            margin-bottom: 10px;
        }

        p {
            font-size: 16px;
            margin-bottom: 25px;
        }

        .company-btn {
            background: $red-color;
            color: $white-color;
            padding: 10px 20px;
            display: inline-block;
            font-size: 14px;
        }
    }

    &:hover {
        box-shadow: $box-shadow;
    }

    &:hover .company-btn {
        background: $heading-color;
    }
}
/* Top Company CSS End */

/* Why Choose CSS Start */
.why-choose {
    background: #010c29;
    position: relative;

    &::before {
        position: absolute;
        content: '';
        background-image: url(../img/shape/why-choose.png);
        background-size: cover;
        background-position: center center;
        top: 0;
        left: 0;
        width: 330px;
        height: 400px;
    }
}

.why-choose-text {
    padding-left: 25px;
    padding-right: 25px;

    .section-title {
        margin-bottom: 50px;

        h2 {
            color: $white-color;
        }

        p {
            color: $white-color;
            max-width: 500px;
        }
    }

    .media {
        margin-bottom: 30px;
        display: flex;

        i {
            background: #182441;
            font-size: 30px;
            color: $red-color;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            border-radius: 100px;
            display: inline-block;
            position: relative;
            top: -10px;
        }

        .media-body {
            padding-top: 15px;
            padding-left: 15px;

            h5 {
                color: $white-color;
                font-size: 20px;
                font-weight: 600;
            }

            p {
                color: $white-color;
                font-size: 15px;
                max-width: 260px;
            }
        }
    }
}

.counter-area {
    .counter-text {
        text-align: center;
        margin-bottom: 30px;

        h2 {
            color: $red-color;
            font-size: 45px;
            font-weight: 700;
        }

        p {
            color: $white-color;
            font-weight: 500;
            font-size: 15px;
        }
    }
}

.why-choose-img {
    background-image: url(../img/why.choose.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}
/* Why Choose CSS End */

/* Job Info CSS Start */
.looking-job {
    background: $red-color;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;

    .media {
        display: flex;

        i {
            background: #fbd3d3;
            color: $red-color;
            width: 55px;
            height: 55px;
            border-radius: 50px;
            line-height: 55px;
            text-align: center;
            font-size: 30px;
            display: inline-block;
        }

        .media-body {
            padding-left: 15px;

            h5 {
                font-size: 25px;
                font-weight: 600;
                color: $white-color;
                margin-bottom: 10px;
            }

            p {
                color: $white-color;
                margin-bottom: 5px;
            }

            a {
                color: $white-color;
                font-size: 15px;

                &:hover,  &:hover i {
                    color: $heading-color;
                    letter-spacing: 1px;
                }

                i {
                    background: none;
                    width: unset;
                    height: unset;
                    color: $white-color;
                    line-height: 1;
                    font-size: 18px;
                    top: 4px;
                    position: relative;
                    transition: $transition;
                }
            }
        }
    }
}

.recruiting-card {
    background: #010c29;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;

    .media {
        display: flex;
        i {
            background: #9a9ca2;
            color: $heading-color;
            width: 55px;
            height: 55px;
            border-radius: 50px;
            line-height: 55px;
            text-align: center;
            font-size: 30px;
            display: inline-block;
        }

        .media-body {
            padding-left: 15px;

            h5 {
                font-size: 25px;
                font-weight: 600;
                color: $white-color;
                margin-bottom: 10px;
            }

            p {
                color: $white-color;
                margin-bottom: 5px;
            }

            a {
                color: $white-color;
                font-size: 15px;

                &:hover,  &:hover i {
                    color: $red-color;
                    letter-spacing: 1px;
                }

                i {
                    background: none;
                    width: unset;
                    height: unset;
                    color: $white-color;
                    line-height: 1;
                    font-size: 18px;
                    top: 4px;
                    position: relative;
                    transition: $transition;
                }
            }
        }
    }
}
/* Job Info CSS End */

/* Price CSS Start */
.price-card {
    text-align: center;
    background: $white-color;
    border-radius: 10px;
    box-shadow: $box-shadow;
    padding: 45px 30px;
    margin-bottom: 30px;
    position: relative;

    &::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-top {
        margin-bottom: 20px;
        h3 {
            margin-bottom: 20px;
        }

        i {
            color: $red-color;
            font-size: 30px;
            border: 1px dashed $red-color;
            width: 65px;
            height: 65px;
            line-height: 65px;
            border-radius: 50px;
            text-align: center;
            margin-bottom: 10px;
            transition: $transition;
        }

        h2 {
            font-size: 40px;
            font-weight: 600;
            
            sub {
                font-size: 14px;
                color: #969697;
                top: -2px;
                position: relative;
            }
        }
    }

    .price-feature {
        text-align: left;
        margin-bottom: 30px;

        ul {
            padding-left: 30px;
            margin-bottom: 0;

            li {
                list-style: none;
                color: #707070;
            }
        }
    }

    .price-btn {
        a {
            font-size: 16px;
            font-weight: 600;
            color: $white-color;
            background: $red-color;
            padding: 12px 30px;
            display: inline-block;
        }
    }

    &.mt-12 {
        margin-top: -12px;
    }

    &:hover .price-btn a {
        background: $heading-color;
    }

    &:hover .price-top i {
        background: $heading-color;
        color: $white-color;
    }
}
/* Price CSS End */

/* Candidate CSS Start */
.condidate-item {
    text-align: center;
    max-width: 300px;
    position: relative;
    margin-bottom: 100px;

    .candidate-img {
        border-radius: 10px;

        img {
            border-radius: 10px;
        }
    }

    .candidate-social {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transition: $transition;

        a {
            i { 
                background: $red-color;
                color: $white-color;
                width: 35px;
                height: 35px;
                border-radius: 30px;
                line-height: 35px;
                margin: 0 3px;
                transition: $transition;

                &:hover {
                    background: $heading-color;
                }
            }
        }
    }

    .candidate-text {
        background: $white-color;
        position: absolute;
        bottom: -98px;
        left: 0;
        right: 0;
        max-width: 95%;
        margin: auto;
        box-shadow: $box-shadow;
        padding: 20px;
        border-radius: 5px;

        h3 {
            margin-bottom: 15px;

            a {
                color: $heading-color;
            }
        }

        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                list-style: none;
                font-size: 15px;
                margin-bottom: 10px;

                &:last-child {
                    margin-bottom: 0;
                }
            }
        }

        .bottom-text {
            border-top: 1px dashed #e2caca;
            margin-top: 14px;
            padding: 14px 0 0;
            line-height: 1;

            p {
                margin-bottom: 0;
                font-size: 16px;
                float: left;

                i{ 
                    font-size: 18px;
                    top: 3px;
                    position: relative;
                }
            }

            a {
                float: right;

                i {
                    color: $red-color;
                    border: 1px dashed $red-color;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    border-radius: 50px;

                    &:hover {
                        background: $red-color;
                        color: $white-color;
                        transition: $transition;
                    }
                }
            }
        }
    }

    &:hover .candidate-social {
        bottom: 120px;
    }

    &:hover .candidate-text h3 a {
        color: $red-color;
    }
}

.condidate-slider {

    .owl-dots {
        line-height: 1;
        margin-top: 25px !important;

        .owl-dot {
            span {
                background: #fdc8bb !important;
                margin: 0 5px;
            }

            &.active span {
                background: $red-color !important;
            }
        }
    }
}
/* Candidate CSS End */

/* Testimonial CSS Start */
.testimonial-section {
    background-image: url(../img/section-bg/2.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 0;

    &::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;
    }

    .section-title {
        h2 {
            color: $white-color;
        }

        p {
            color: $white-color;
        }
    }
}

.testimonial-items {

    .testimonial-img {
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .testimonial-img-text {
        text-align: center;

        h3 {
            color: $white-color;
            margin-bottom: 5px;
        }

        p {
            color: #c6c4c4;
            margin-bottom: 0;
            font-size: 16px;
        }
    }

    .testimonial-text {
        padding: 50px;
        background: $white-color;

        i {
            color: #fd987f;
            font-size: 45px;
            margin-bottom: 20px;
            line-height: 1;
        }

        p {
            color: $heading-color;
            font-size: 16px;
            font-style: italic;
            margin-bottom: 0;
            margin-top: 15px;
        }
    }
}
.testimonial-slider {
    position: relative;

    .owl-prev {
        display: none !important;
    }

    .owl-next {
        position: absolute;
        bottom: 120px;
        right: 25px;
        color: $white-color !important;
        background: $red-color !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 50px !important;
        border-radius: 45px !important;
        font-size: 25px !important;
        text-align: center;
        transition: $transition;

        &:hover {
            background: $heading-color !important;
        }
    }

    .owl-nav {
        margin-top: 0 !important;
    }
}
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-card {
    box-shadow:$box-shadow;
    margin-bottom: 30px;

    .blog-img {
        overflow: hidden;

        img {
            transition: $transition;
        }
    }

    .blog-text {
        padding: 25px;

        ul {
            padding-left: 0;
            margin-bottom: 10px;

            li {
                list-style: none;
                display: inline-block;
                margin-right: 20px;
                font-size: 14px;
                
                i {
                    color: $red-color;
                    margin-right: 2px;
                }
            }
        }

        h3 {
            font-size: 22px;
            margin-bottom: 10px;
            line-height: 1.4;

            a {
                color: $heading-color;

                &:hover {
                    color: $red-color;
                }
            }
        }

        p {
            margin-bottom: 10px;
        }

        .blog-btn {
            color: $red-color;
            font-size: 16px;
            
            &:hover {
                color: $heading-color;
            }

            i {
                top: 2px;
                position: relative;
            }
        }
    }

    &:hover {
        .blog-img {
            img {
                transform: scale(1.1);
            }
        }
    }
}
/* Blog CSS End */

/* Footer CSS Start */
.footer-area {
    background: #060f24;
    position: relative;

    &::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-widget {
        margin-bottom: 30px;
        .footer-logo {
            margin-bottom: 30px;
        }
    
        p {
            font-size: 16px;
            color: $white-color;
            margin-bottom: 30px;
        }
    
        .footer-social {
            a {
                i {
                    color: #3955bc;
                    background: $white-color;
                    font-size: 18px;
                    width: 35px;
                    height: 35px;
                    text-align: center;
                    border-radius: 50px;
                    line-height: 35px;
                    margin-right: 5px;
                    transition: $transition;

                    &:hover {
                        background: $red-color;
                        color: $white-color;
                    }
                }
            }
        }
       
        h3 {
            color: $white-color;
            position: relative;
            margin-bottom: 40px;
            font-weight: 600;

            &::before {
                position: absolute;
                content: '';
                background: $white-color;
                height: 2px;
                width: 50px;
                left: 0;
                bottom: -15px;
            }
        }
    
        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                list-style-type: none;
                color: #d3d3d3;
                margin-bottom: 5px;

                a {
                    color: #d3d3d3;

                    i {
                        color: $red-color;
                        top: 2px;
                        position: relative;
                    }

                    &:hover {
                        color: $red-color;
                    }
                }

                &:last-child {
                    margin-bottom: 0;
                }
            }
        }

        &.footer-info {
            ul {
                li {
                    margin-bottom: 12px;

                    span {
                        display: block;

                        i {
                            color: $red-color;
                            margin-right: 5px;
                            position: relative;
                            top: 2px;
                        }
                    }

                    a {
                        padding-left: 25px;
                    }

                    &:last-child {
                        padding-left: 25px;

                        span {
                            left: -25px;
                            position: relative;
                        }
                    }
                }
            }
        }

        &.pl-60 {
            padding-left: 60px;
        }
    }
}
.copyright-text {
    background: #03143b;
    padding: 20px 0;

    p {
        margin-bottom: 0;
        color: $white-color;
        line-height: 1;

        a {
            color: $white-color;

            &:hover {
                color: $red-color;
            }
        }
    }
}
/* 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;

    &::before {
        position: absolute;
        content: '';
        background: rgba(1,12,41,0.85);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .banner-text {
        max-width: 650px;

        span {
            color: $white-color;
            font-size: 18px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 25px;
        }

        h1 {
            color: $white-color;
            font-size: 65px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: capitalize;
        }

        p {
            color: $white-color;
            margin-bottom: 45px;
        }
    }

    .banner-img {
        position: absolute;
        top: 15%;
        right: 5%;
        max-width: 500px;

        img {   
            border-radius: 65% 35% 42% 58% / 55% 48% 52% 45%;
            animation: wrap 5s infinite alternate;
        }
    }
}
/* Banner CSS End */

/* Find Section CSS Start */
.find-form {
    background: $white-color;
    padding: 45px;
    border-radius: 10px;
    margin-top: -75px;
    z-index: 1;
    position: relative;
    box-shadow: $box-shadow;


    .form-group {
        margin-bottom: 0;
        line-height: 1;
        text-align: left;
        position: relative;

        label {
            font-size: 15px;
            color: #5c5a5a;
            font-weight: 600;
            padding-left: 20px;
        }

        .form-control {
            height: 60px;
            border-radius: 10px;
            padding: 5px 20px 10px;
        }   

        ::placeholder {
            font-size: 14px;
            font-weight: 500;
            color: #8e8d8d;
        }

        i {
            position: absolute;
            top: 18px;
            right: 15px;
            font-size: 22px;
            color: #9b9b9b;
        }
    }

    .nice-select {
        height: 60px;
        border-radius: 10px;
        padding: 5px 20px 10px;
        border: 1px solid #ced4da;
        width: 100%;

        &::after {
            right: 20px;
            top: 46%;
            width: 9px;
            height: 9px;
        }

        .current {
            font-size: 14px;
            top: 3px;
            position: relative;
            font-weight: 500;        
        }
        .list {
            width: 100%;
        }
    }

    .find-btn {
        background: $red-color;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        width: 100%;
        color: $white-color;
        border-radius: 10px;
        padding: 16px 20px;
        transition: $transition;

        &:hover {
            background: $heading-color;
        }

        i {
            left: 10px;
            top: 2px;
            position: relative;
        }
    }
}
/* Find Section CSS End */

/* Why Choose Section CSS Start */
.choose-card {
    border: 1px dashed $red-color;
    padding: 36px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: $transition;

    i {
        font-size: 40px;
        color: $red-color;
        background: #fdccc0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50px;
        text-align: center;
        display: inline-block;
        right: -5px;
        border: 1px dashed $red-color;
        margin-bottom: 25px;
    }

    h3 {
        margin-bottom: 10px;
        transition: $transition;
    }

    p {
        margin-bottom: 0;
        transition: $transition;
    }

    &:hover {
        background: $red-color;
    }

    &:hover i {
        border: 1px dashed $white-color;
    }

    &:hover h3, &:hover p {
        color: $white-color;
    }
}
/* Why Choose Section CSS End */

/* Job Section CSS Start */
.job-style-two {
    background: #fdf8f7;
    position: relative;
    z-index: 1;

    &::before {
        position: absolute;
        content: '';
        background-image: url(../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 {
    background: $white-color;
    margin-bottom: 30px;
    padding: 40px 30px;
    
    .company-logo {
        background: #fddcd4;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 100px;
        border: 1px dashed $red-color;
        position: relative;
        top: -8px;
    }

    .job-info {
        padding-left: 25px;

        h3 {
            margin-bottom: 10px;

            a {
                color: $heading-color;

                &:hover {
                    color: $red-color;
                }
            }
        }

        ul {
            padding-left: 0;

            li {
                display: inline-block;
                font-size: 15px;
                padding-right: 10px;

                a { 
                    color: $red-color;
                    font-weight: 500;
                }

                i {
                    top: 2px;
                    position: relative;
                    font-size: 18px;
                }
            }
        }

        span {
            background: #fdd6cc;
            display: inline-block;
            padding: 5px 10px;
            color: $red-color;
            margin-bottom: 10px;
            border: 1px dashed $red-color;
            font-size: 14px;
        }
    }

    .theme-btn {
        .default-btn {
            margin-right: 0;
        }
    }
}
/* Job  Section 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;

    &::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 */

/* Counter CSS Start */
.counter-section {
    background: #010c29;

    .counter-text {
        i {
            color: $red-color;
            font-size: 60px;
        }
        h2 {
            color: $white-color;
            margin-bottom: 0;
        }
    }
}
/* Counter CSS End */

/* Testimonial CSS Strat */
.testimonial-slider-two {
    .testimonial-items {
        .testimonial-text {
            background: #feebe6;
            padding: 50px;
            margin: 0 0 25px 0;
            transition: $transition;
    
            i {
                color: #fd987f;
                font-size: 30px;
                margin-bottom: 20px;
                transition: $transition;
            }
    
            p {
                color: $heading-color;
                font-size: 17px;
                font-style: italic;
                margin-bottom: 0;
                transition: $transition;
            }
        }

        .testimonial-info-text {

            h3 {
                font-size: 18px;
                margin-bottom: 5px;
                font-weight: 600;
            }

            p {
                font-size: 16px;
                color: #707070;
                margin-bottom: 0;
            }
        }

        &:hover .testimonial-text {
            background: $red-color;
        }

        &:hover .testimonial-text i, &:hover .testimonial-text p {
            color: $white-color;
        }
    }

    .owl-prev, .owl-next {
        background: #f8cbc0 !important;
        color: $white-color !important;
        font-size: 22px !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px !important;
        line-height: 42px !important;
        text-align: center;
        transition: .5s;

        &:hover {
            background: $red-color !important;
            color: $white-color !important;
        }
    }

    .owl-nav {
        margin-top: 20px !important;
    }
}
/* 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-text {
        max-width: 600px;

        span {
            font-size: 18px;
            font-weight: 600;
            color: $red-color;
            margin-bottom: 20px;
            display: inline-block;
        }

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

        p {
            margin-bottom: 30px;
            color: $heading-color;
        }

        .theme-btn {
            .default-btn {
                background: $white-color;
                color: #525252;

                &:hover {
                    background: $red-color;
                    color: $white-color;
                }
            }

            .active {
                background: $red-color;
                color: $white-color;

                &:hover {
                    background: $heading-color;
                }
            }
        }
    }
}
/* Banner CSS End */

/* Category CSS Start */
.category-item {
    position: relative;
    padding-left: 100px;
    border: 1px dashed $red-color;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: $transition;

    i {
        position: absolute;
        font-size: 40px;
        background: #fccdcd;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50px;
        color: $red-color;
        left: 15px;
        top: 9px;
        border: 1px dashed $red-color;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 0px;
        transition: $transition;
    }

    p {
        font-size: 15px;
        margin-bottom: 0;
        transition: $transition;
    }

    &:hover {
        background: $red-color;
    }

    &:hover h3, &:hover p {
        color: $white-color;
    }
}
/* Category CSS End */

/* Grow Business CSS Start */
.grow-business {

    .grow-text {
        .section-title {
            margin-bottom: 25px;
    
            h2 {
                margin: 0 0 0 0;
                line-height: 1.3;
            }
        }

        p {
            margin-bottom: 25px;
        }

        .theme-btn {
            margin-top: 35px;
        }
    }

    .grow-img { 
        animation: translateY 5s infinite linear;
    }
}
/* Grow Business CSS End */

/* Process CSS Start */
.video-section {
    background-image: url(../img/section-bg/3.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;

    &::before {
        position: absolute;
        content: '';
        background: rgba(1,12,41,0.85);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .video-text {
        h2 {
            color: $white-color;
            font-size: 45px;
            font-weight: 700;
            margin-bottom: 45px;
        }

        a {
            display: inline-block;
            width: 75px;
            height: 75px;
            line-height: 85px;
            background-color: $white-color;
            border-radius: 50%;
            color: $red-color;
            position: relative;
            z-index: 1;

            &::before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                border: 1px solid $white-color;
                animation: ripple 3s linear infinite;
            }

            &::after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                border: 1px solid $white-color;
                animation: ripple 3s linear 1s infinite;
            }

            i {
                font-size: 35px;
                line-height: 75px;
            }
        }
    }
}
/* Process CSS End */

/* Browser CSS Start */
.browse-job {
    position: relative;
    background: #fef8f6;

    &::before {
        position: absolute;
        content: '';
        background-image: url(../img/shape/app.png);
        background-position: center center;
        background-size: cover;
        width: 450px;
        height: 400px;
        top: 100px;
        right: 0;
    }

    .browse-jobs-text {
        .section-title {       
            margin-bottom: 25px;

            h2 {
                margin: 0 auto 10px;
            }

            p {
                margin-bottom: 0;
            }
        }

        p {
            margin-bottom: 40px;
        }

        .app-btn {
            .app-store, .play-store {
                background: $red-color;
                color: $white-color;
                position: relative;
                display: inline-block;
                margin-right: 15px;
                padding: 10px 20px;
                line-height: 1;

                i {
                    position: absolute;
                    left: 15px;
                    top: 13px;
                    font-size: 30px;
                }

                ul {
                    margin-bottom: 0;

                    li {
                        list-style: none;
                        font-size: 14px;
                        margin-bottom: 5px;
                        font-weight: 500;
                    }
                }

                &:hover, &.active {
                    background: $heading-color;
                }

                &.active:hover {
                    background: $red-color;
                }
            }
        }
    }

    .browse-job-img {
        position: absolute;
        right: 20%;
        bottom: 0;
    }
}
/* Browser CSS End */

/* Subscribe CSS Start */
.subscribe-section {
    background: $red-color;
    padding: 80px 0;

    .section-title {
        margin-bottom: 0;
        

        h2 {
            color: $white-color;
            margin: 0 auto 10px 0;
        }

        p {
            color: $white-color;
            margin-bottom: 0;
        }
    }

    .newsletter-form {
        position: relative;

        .form-control {
            height: 65px;
            position: relative;
            padding: 20px;
            border-radius: 10px;
        }
        .sub-btn {
            position: absolute;
            top: 0;
            right: 0;
            height: 65px;
            border-radius: 10px;
            background: $heading-color;
            color: $white-color;
            padding: 0 30px;
            border: 1px solid transparent;
            transition: $transition;

            &:hover {
                background: $red-color;
                border: 1px solid $white-color;
            }
        }

        ::placeholder {
            font-size: 18px;
        }

        .validation-danger {
            color: $white-color;
            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;

    &::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-text {
        z-index: 1;
        position: relative;
    }

    .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;
        }

        p {
            margin-bottom: 20px;
        }

        .theme-btn {
            margin-top: 30px;
        }
    }

    .discover-img {
        animation: translateY 5s infinite linear;
    }
}
/* Discover CSS End */

/* How Works CSS Start */
.how-works {
    .media {
        margin-bottom: 30px;

        i {
            color: $red-color;
            background: #fbd3d3;
            font-size: 35px;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            border-radius: 50px;
            border: 1px dashed $red-color;
        }

        &:last-child {
            margin-bottom: 0;
        }
    }

    .how-works-img {
        animation: translateY 5s infinite linear;
    }
}
/* How Works CSS End */

/* Tastimonial CSS Start */
.testimonial-style-three {
    position: relative;

    &::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;
    }

    &::after {
        position: absolute;
        content: '';
        background: rgba(1,12,41,0.85);
        width: 100%;
        height: 400px;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .section-title {
        h2, p {
            color: $white-color;
        }
    }

    .testimonial-info-text {
        img {
            max-width: 100%;
            width: unset;
            border-radius: 50%;
            margin-bottom: 10px;
        }
    }
}
/* Testimonial CSS End */
/*---------- Home Page Four CSS End ----------*/

/*---------- Home Page Five CSS End ----------*/
/* Banner CSS Start */
.banner-style-five {
    background-image: url(../img/banner/5.jpg);
    
    &::after {
        display: none;
    }

    .banner-content {
        h1 {
            max-width: 880px;
        }

        p {
            font-weight: 400;
            max-width: 500px;
            margin: 0 auto;
        }
    }

    
    .find-form {
        margin-top: 45px;
    }
}
/* Banner CSS End */

/* Category CSS Start */
.category-style-three {
    .category-card {
        background: $red-color;

        &:hover {
            background: $heading-color;
            border: 1px solid transparent;
        }

        i, h3, p {
            color: $white-color;
        }
    }
}
/* Category CSS End */

/* Why Choose CSS Start */
.choose-style-two {
    background: #fafafd;

    &::before {
        display: none;
    }

    .why-choose-text {

        .section-title {
            h2 {
                color: $heading-color;
                margin: 0 0 10px;
            }

            p {
                color: $body-color;
                margin: 0 0 0;
            }
        }

        .media {
            i {
                color: $red-color;
                background: none;
                font-size: 50px;
                top: 10px;
                position: relative;
            }

            .media-body {
                h5 {
                    color: $heading-color;
                }

                p {
                    color: $body-color;
                }
            }
        }
    }
}
/* Why Choose CSS End */

/* Company Location CSS Start */
.location-img {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;

    img {
        border-radius: 10px;
        width: 100%;
    }

    &::before {
        position: absolute;
        content: '';
        background: $heading-color;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .8;
        border-radius: 10px;
    }

    .location-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 100%;


        h3 {
            color: $white-color;
            font-size: 25px;
        }

        span {
            color: $white-color;
        }
    }
}
/* Company Location CSS End */

/*---------- Home Page Five 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;

    &::before {
        position: absolute;
        content: '';
        background: rgba(1,12,41,0.85);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    h2 {
        font-size: 45px;
        color: $white-color;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    ul {
        margin: 0;
        display: inline-block;
        padding: 10px;
        border: 1px solid rgba(132, 137, 152, 0.5);
        border-radius: 30px;

        li {
            color: $white-color;
            display: inline-block;
            position: relative;
            margin: 0 15px;
            text-transform: capitalize;

            &::before {
                position: absolute;
                content: '\ea50';
                right: -28px;
                top: 4px;
                font-family: 'boxicons';
                font-size: 22px;
                line-height: 1;
            }

            &:last-child::before {
                display: none;
            }

            a {
                color: $white-color;
                font-weight: 500;

                &:hover {
                    color: $red-color;
                }
            }
        }
    }
    
    &.title-bg1 {
        background-image: url(../img/title-bg/1.jpg);
    }

    .lines {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        z-index: -1;

        .line {
            position: absolute;
            width: 2px;
            height: 100%;
            background: rgba(255,255,255,.1);
            left: 50%;
            top: 0;

            &::after {
                position: absolute;
                content: '';
                width:100%;
                height:10px;
                background: $red-color;
                left: 0;
                top: -50%;
                right: 0;
                margin: auto;
                animation: line 6s infinite cubic-bezier(0, 1.11, 1, 1);
            }
        }
        
        :nth-child(1) {
            margin-left: 25%;
        }

        :nth-child(2) {

            &::after {
                animation-delay:1s;
            }
        }

        :nth-child(3) {
            margin-left:-25%;

            &::after {
                animation-delay:2s;
            }
        }
    }
}
/* Page Title CSS End */

/* About CSS Start */
.about-section {
    .about-text {
        .section-title {
            margin-bottom: 25px;

            h2 {
                margin: 0 auto 10px 0;
            }
        }

        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 ----------*/

/*---------- Post Jobs Page CSS Start ----------*/
.page-title {
    &.title-bg3 {
        background-image: url(../img/title-bg/3.jpg);
    }
}

.job-post-from {
    box-shadow: $box-shadow;
    padding: 50px;
    border-radius: 10px;
    text-transform: capitalize;
    h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 35px;
        font-weight: 700;
    }

    .form-group {
        margin-bottom: 20px;

        label {
            font-size: 16px;
            font-weight: 500;
            color: $heading-color;
            margin-bottom: 10px;
        }

        .form-control {
            height: 50px;
            padding: 10px 20px;
            border: 1px solid #ddd;
        }

        .nice-select {
            width: 100%;
            height: 50px;
            font-size: 16px;
            line-height: 50px;

            &::after {
                height: 10px;
                width: 10px;
                right: 20px;
            }

            .list {
                width: 100%;
            }
        }

        .description-area {
            height: 100%;
        }
    }

    .post-btn {
        background: $red-color;
        color: $white-color;
        transition: $transition;
        margin-top: 30px;;
        border-radius: 10px;
        padding: 10px 45px;
        font-weight: 500;

        &:hover {
            background: $heading-color;
        }
    }
}
/*---------- Post 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;

        .page-item {
            .page-link {
                width: 50px;
                display: inline-block;
                margin: 0 2px;
                text-align: center;
                height: 50px;
                line-height: 50px;
                padding: 0;
                background: $white-color;
                color: $red-color;
                font-weight: 600;
                font-size: 17px;
                box-shadow:$box-shadow;
                border-radius: 10px;
                
                &:hover, &.active {
                    background: $heading-color;
                    color: $white-color;
                }

                i {
                    font-size: 25px;
                    line-height: 50px;
                }

                .bx-fade-right {
                    animation: fade-right 3s infinite linear;
                }
                .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(../img/title-bg/5.jpg);
    }
}

.jobs-grid-section {
    .pagination {
        margin-bottom: 30px;
        margin-top: 30px;

        .page-item {
            .page-link {
                width: 50px;
                display: inline-block;
                margin: 0 2px;
                text-align: center;
                height: 50px;
                line-height: 50px;
                padding: 0;
                background: $white-color;
                color: $red-color;
                font-weight: 600;
                font-size: 17px;
                box-shadow: $box-shadow;
                border-radius: 10px;
                
                &:hover, &.active {
                    background: $heading-color;
                    color: $white-color;
                }

                i {
                    font-size: 25px;
                    line-height: 50px;
                }

                .bx-fade-right {
                    animation: fade-right 3s infinite linear;
                }
                .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(../img/title-bg/6.jpg);
    }
}

.job-details-text{
    .job-card {
        background: $white-color;
        border: 0;
        padding: 0;
        margin-bottom: 50px;
        
        &:hover {
            border: 0;
            box-shadow: 0 0 0 0;
        }

        .company-logo {
            background: #ddd;
            text-align: center;
            height: 100px;
            line-height: 100px;
        }

        .job-info {

            h3 {
                font-size: 25px;
            }

            ul {
                margin-bottom: 6px;

                li {
                    display: inline-block;
                    font-size: 18px;
                    padding-right: 10px;
                    font-weight: 500;
                }
            }

            span {
                color: $red-color;
                font-size: 16px;
                font-weight: 500;

                i {
                    top: 4px;
                    position: relative;
                    font-size: 20px;
                    display: inline-block;
                }
            }
        }
    }

    .details-text { 
        margin-bottom: 30px;

        h3 {
            font-size: 24px;
            margin-bottom: 15px;
        }
    
        p {
            margin-bottom: 10px;
        }

        ul {
            padding-left: 0;
            margin-bottom: 0;
            
            li {
                list-style: none;
                margin-bottom: 5px;

                i {
                    top: 2px;
                    position: relative;
                    font-size: 20px;
                    font-weight: 600;
                }
            }
        }

        .table {
            margin-bottom: 0;

            tr {
                margin-bottom: 20px;
                display: block;

                td {
                    border-top: 0;
                    padding: 0 0 10px 0;
                    color: $body-color;

                    span {
                        color: $heading-color;
                        font-weight: 500;
                    }

                    a {
                        color: $body-color;
                    }
                }
                                  
                &:last-child td {
                    padding-bottom: 0;
                }
            }
        }

        &:last-child {
            margin-bottom: 0;
        }
    }

    .theme-btn {
        margin-top: 20px;
    }
}

.job-sidebar {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: $white-color;
    box-shadow: $box-shadow;
    margin-bottom: 30px;

    h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    img {
        border-radius: 100px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 5px;    
    }

    span {
        font-size: 15px;
    }


    iframe {
        height: 400px;
        width: 100%;
        margin-bottom: -10px;
    }

    ul {    
        padding-left: 0;
        margin-bottom: 0;
        text-align: left;

        li {
            display: inline-block;
            margin-bottom: 5px;
            list-style: none;

            a {
                border: 1px dashed #ddd;
                padding: 5px 10px;
                color: $heading-color;
                display: inline-block;
                font-size: 16px;

                &:hover {
                    background: $red-color;
                    color: $white-color;
                }
            }
        }
    }

    &.social-share {
        ul {
            padding-left: 0;
            margin-bottom: 0;
            text-align: center;

            li {
                display: inline-block;
                margin-bottom: 5px;
                list-style: none;

                a {
                    border: 0;
                    padding: 0;
                    border-radius: 10px;

                    i {
                        border: 1px solid #ddd;
                        color: $heading-color;
                        display: inline-block;
                        font-size: 20px;
                        width: 35px;
                        height: 35px;
                        text-align: center;
                        line-height: 35px;
                        color: red;
                        border-radius: 10px;
                        transition: .5s;
                        
                        &:hover {
                            color: $white-color;
                        }
                    }
                }
            }
        }
    }
}
/*---------- Job Details Page CSS End ----------*/

/*---------- Candidates Page CSS Start ----------*/
.page-title {
    &.title-bg7 {
        background-image: url(../img/title-bg/7.jpg);
    }
}

.candidate-card {
    box-shadow: $box-shadow;
    margin-bottom: 30px;

    .candidate-img {
        img {
            width: 100%;
        }
    }

    .candidate-text {
        text-align: center;
        padding: 15px 10px;
        border-bottom: 1px dashed #ddd;
        margin-top: -45px;
        z-index: 1;
        background: $white-color;
        position: relative;

        h3 {
            margin-bottom: 5px;

            a {
                color: $heading-color;

                &:hover {
                    color: $red-color;
                }
            }
        }

        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                list-style: none;
                font-size: 16px;
            }
        }
    }

    .candidate-social {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;    

        a {
            i {
                border: 1px solid $red-color;
                color: $red-color;
                width: 25px;
                height: 25px;
                line-height: 25px;
                transition: .5s;

                &:hover{
                    background: $heading-color;
                    color: $white-color;
                }
            }
        }
    }
}
/*---------- Candidates Page CSS End ----------*/

/*---------- Candidates Details CSS Start ----------*/
.page-title {
    &.title-bg8 {
        background-image: url(../img/title-bg/8.jpg);
    }
}

.candidate-profile {
    text-align: center;
    box-shadow: $box-shadow;
    border-radius: 20px;
    padding: 20px;

    img {
        border-radius: 100px;
        margin-bottom: 20px;
    }

    h3 {
        margin-bottom: 5px;
        font-size: 24px;
    }   

    p {
        font-size: 16px;
    }

    ul {
        padding-left: 0;
        margin-bottom: 20px;

        li {
            list-style: none;
            margin-bottom: 10px;

            &:last-child {
                margin-bottom: 0;
            }
            
            a {
                color: $body-color;
                font-size: 16px;

                i {
                    margin-right: 5px;
                    color: $red-color;
                }
            }
        }
    }

    .candidate-social {
        a {
            color: $body-color;

            i {
                border: 1px solid;
                width: 30px;
                height: 30px;
                line-height: 30px;
                margin: 0 3px;
                transition: .5s;

                &:hover {
                    background: $heading-color;
                    color: $white-color;
                }
            }
        }
    }
}

.candidate-info-text {
    margin-bottom: 25px;
    box-shadow: $box-shadow;
    padding: 20px 30px;
    border-radius: 10px;

    h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    p {
        margin-bottom: 0;
    }

    &.candidate-education {

        .education-info {
            margin-bottom: 20px;

            h4 {
                font-size: 20px;
                margin-bottom: 10px;
            }
    
            p {
                margin-bottom: 0;
                font-size: 16px;
            }
    
            span {
                font-size: 16px;
            }
        }
    }

    &.candidate-experience {
        ul {
            padding-left: 20px;

            li {
                list-style: circle;
            }
        }
    }

    &.candidate-skill {
        ul {
            padding-left: 0;
            li {
                list-style: none;
                display: inline-block;
                border: 1px solid #ddd;
                padding: 5px 15px;
                line-height: 1;
                margin-right: 8px;
                margin-bottom: 10px;
            }
        }
    }

    .theme-btn {
        .default-btn {
            margin: 0 5px;
        }
    }
}
/*---------- Candidates Details CSS End ----------*/

/*---------- Company CSS Start ----------*/
.page-title {
    &.title-bg9 {
        background-image: url(../img/title-bg/9.jpg);
    }
}

.company-style-two {
    .pagination {
        margin-bottom: 30px;
        margin-top: 30px;

        .page-item {
            .page-link {
                width: 50px;
                display: inline-block;
                margin: 0 2px;
                text-align: center;
                height: 50px;
                line-height: 50px;
                padding: 0;
                background: $white-color;
                color: $red-color;
                font-weight: 600;
                font-size: 17px;
                box-shadow: $box-shadow;
                border-radius: 10px;
                
                &:hover, &.active {
                    background: $heading-color;
                    color: $white-color;
                }

                i {
                    font-size: 25px;
                    line-height: 50px;
                }

                .bx-fade-right {
                    animation: fade-right 3s infinite linear;
                }
                .bx-fade-left {
                    animation: fade-left 3s infinite linear;
                }
            }
        }
    }
}
/*---------- Company CSS End ----------*/

/*---------- Pricing CSS Start ----------*/
.page-title {
    &.title-bg10 {
        background-image: url(../img/title-bg/10.jpg);
    }
}
/*---------- Pricing CSS End ----------*/

/*---------- Account CSS Start ----------*/
.account-information {
    text-align: center;
    box-shadow: $box-shadow;
    border-radius: 10px;

    .profile-thumb {
        padding: 20px;

        img {
            border-radius: 50%;
            margin-bottom: 15px;
        }
    
        h3 {
            margin-bottom: 12px;
        }
    
        p {
            margin-bottom: 0;
            line-height: 1;
        }
    }

    ul {
        padding-left: 0;
        margin-bottom: 0;
        text-align: left;

        li {
            list-style: none;

            a {
                color: $body-color;
                border-top: 1px dashed #ddd;
                display: block;
                padding: 10px 20px;

                &:hover {
                    background: $red-color;
                    color: $white-color;
                }

                &.active {
                    background: $red-color;
                    color: $white-color;
                }

                i {
                    top: 2px;
                    position: relative;
                    margin-right: 5px;
                }
            }
        }
    }
}

.account-details {
    box-shadow: $box-shadow;
    border-radius: 10px;
    padding: 30px 30px;

    h3 {
        margin-bottom: 15px;
    }

    form {
        margin-bottom: 30px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 40px;

        .form-group {
            margin-bottom: 20px;

            label {
                font-size: 16px;
                margin-bottom: 10px;
            }
            .form-control {
                height: 50px;
                padding: 10px 20px;
            }
        }

        .account-btn {
            font-size: 16px;
            background: $red-color;
            padding: 5px 30px;
            color: $white-color;
            margin-top: 10px;
            margin-right: 10px;
            transition: $transition;
            border-radius: 5px;

            &:hover{
                background: $heading-color;
            }
        }
        
        &:last-child {
            margin-bottom: 0;
            border-bottom: 0px dashed #ddd;
            padding-bottom: 0;
        }
    }
}
/*---------- Account CSS End ----------*/

/*---------- Resume CSS Start ----------*/
.page-title {
    &.title-bg11 {
        background-image: url(../img/title-bg/11.jpg);
    }
}

.resume-area {
    box-shadow: $box-shadow;
    border-radius: 20px;
    padding: 50px;

    .resume-thumb-area {
        margin-bottom: 35px;

        img {
            border-radius: 50%;
            margin-bottom: 15px;
        }

        h3 {
            margin-bottom: 5px;
            font-size: 25px;
        }

        p {
            font-size: 16px;
            margin-bottom: 0;
        }

        .social-links {
            margin-top: 15px;

            a {
                i {
                    color: $heading-color;
                    transition: $transition;
                    font-size: 20px;
                    border: 1px solid;
                    width: 50px;
                    height: 30px;
                    line-height: 30px;
                    border-radius: 5px;

                    &:hover {
                        color: $red-color;
                    }
                }
            }
        }
    }

    .resume-content  {
        margin-bottom: 30px;

        h3 {
            margin-bottom: 15px;
            font-size: 24px;

            i {
                font-size: 22px;
                top: 1px;
                position: relative;
                margin-right: 5px;
            }
        }

        &.basic-info-text {
            ul {
                padding-left: 0;
                margin-bottom: 0;
    
                li {
                    display: inline-block;
                    width: 45%;
                    border: 1px solid #ddd;
                    margin-bottom: 20px;
                    padding: 10px 20px;
                    margin-right: 20px;
    
                    span {
                        font-weight: 600;
                        display: inline-block;
                        margin-right: 30px;
                        font-size: 16px;
                        width: 30%;
                        color: $heading-color;
                    }
                }
            }
        }

        &.education-text {
            margin-bottom: 20px;

            .education-info {
                margin-bottom: 15px;

                span {
                    font-size: 14px;
                    display: inline-block;
                    position: relative;
                    margin-bottom: 5px;
                    padding-left: 20px;

                    &::before {
                        position: absolute;
                        content: '';
                        background: $red-color;
                        width: 8px;
                        height: 8px;
                        top: 7px;
                        left: 0;
                    }
                }

                h5 {
                    font-size: 18px;
                }

                h4 {
                    font-size: 16px;
                }

                p {
                    margin-bottom: 0;
                }
            }
        }

        &.experience-text {
            .experience-info {
                margin-bottom: 20px;

                span {
                    font-size: 14px;
                    display: inline-block;
                    position: relative;
                    margin-bottom: 5px;
                    padding-left: 20px;

                    &::before {
                        position: absolute;
                        content: '';
                        background: $red-color;
                        width: 8px;
                        height: 8px;
                        top: 7px;
                        left: 0;
                    }
                }

                h5 {
                    font-size: 18px;
                }

                h4 {
                    font-size: 16px;
                }

                p {
                    margin-bottom: 0;
                }
            }
        }

        &.skill {
            span {
                font-weight: 500;
                font-size: 17px;
                margin-bottom: 5px;
                display: inline-block;
                color: $heading-color;
            }

            .progress {
                margin-bottom: 20px;
                border-radius: 20px;

                .progress-bar {
                    border-radius: 20px;
                }
            }
        }
    }

    .theme-btn {
        margin-top: 60px;
        text-align: center;

        .bx-fade-down {
            animation: fade-down 3s infinite linear;
        }
    }
}
/*---------- Resume CSS End ----------*/

/*---------- Sign In CSS Start ----------*/
.page-title {
    &.title-bg12 {
        background-image: url(../img/title-bg/12.jpg);
    } 
}

.signin-form {
    box-shadow: $box-shadow;
    padding: 50px;
    border-radius: 30px;

    .form-group {
        margin-bottom: 20px;

        label {
            font-size: 15px;
            margin-bottom: 10px;
            color: #000;
            font-weight: 500;
        }

        .form-control {
            height: 50px;
            border-radius: 50px;
            padding: 5px 20px;
            background: #f9f6f6;
        }
    }

    .signin-btn {
        margin-top: 40px;
        margin-bottom: 30px;

        button {
            padding: 10px 30px;
            border-radius: 30px;
            background: $heading-color;
            color: $white-color;
            transition: .8s;
            font-size: 16px;

            &:hover {
                background: $red-color;
            }
        }
    }

    .other-signin {
        span {
            color: $heading-color;
            margin-bottom: 15px;
            display: inline-block;
        }

        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                display: inline-block;

                a {
                    i {
                        width: 35px;
                        height: 35px;
                        box-shadow: $box-shadow;
                        line-height: 35px;
                        border-radius: 30px;
                        transition: 1s;
                        margin: 0 3px;

                        &:hover {
                            background: $heading-color;
                            color: $white-color;
                        }
                    }
                }
            }
        }
    }

    .create-btn {
        margin-top: 35px;

        a {
            color: $heading-color;
            transition: .8s;

            &:hover {
                color: $red-color;
            }

            i {
                top: 3px;
                position: relative;
            }

            .bx-fade-right {
                animation: fade-right 3s infinite linear;
            }
        }
        p {
            margin-bottom: 0;
        }
    }
}
/*---------- Sign In CSS End ----------*/

/*---------- Sign Up CSS Start ----------*/
.page-title {
    &.title-bg13 {
        background-image: url(../img/title-bg/13.jpg);
    } 
}

.signup-form {
    box-shadow: $box-shadow;
    padding: 50px;
    border-radius: 30px;

    .form-group {
        margin-bottom: 20px;

        label {
            font-size: 15px;
            margin-bottom: 10px;
            color: #000;
            font-weight: 500;
        }

        .form-control {
            height: 50px;
            border-radius: 50px;
            padding: 5px 20px;
            background: #f9f6f6;
        }
    }

    .signup-btn {
        margin-top: 40px;
        margin-bottom: 30px;

        button {
            padding: 10px 30px;
            border-radius: 30px;
            background: $heading-color;
            color: $white-color;
            transition: .8s;
            font-size: 16px;

            &:hover {
                background: $red-color;
            }
        }
    }

    .other-signup {
        span {
            color: $heading-color;
            margin-bottom: 15px;
            display: inline-block;
        }

        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                display: inline-block;

                a {
                    i {
                        width: 35px;
                        height: 35px;
                        box-shadow: $box-shadow;
                        line-height: 35px;
                        border-radius: 30px;
                        transition: 1s;
                        margin: 0 3px;

                        &:hover {
                            background: $heading-color;
                            color: $white-color;
                        }
                    }
                }
            }
        }
    }

    .create-btn {
        margin-top: 35px;

        a {
            color: $heading-color;
            transition: .8s;

            &:hover {
                color: $red-color;
            }

            i {
                top: 3px;
                position: relative;
            }

            .bx-fade-right {
                animation: fade-right 3s infinite linear;
            }
        }
        p {
            margin-bottom: 0;
        }
    }
}
/*---------- Sign Up  CSS End ----------*/

/*---------- Reset Password CSS Start ----------*/
.page-title {
    &.title-bg14 {
        background-image: url(../img/title-bg/14.jpg);
    }
}

.reset-form  {
    box-shadow: $box-shadow;
    padding: 50px;
    border-radius: 30px;

    .form-group {

        label {
            font-size: 15px;
            margin-bottom: 10px;
            color: #000;
            font-weight: 500;
        }

        .form-control {
            height: 50px;
            border-radius: 50px;
            padding: 5px 20px;
        }
    }

    .reset-btn {
        margin-top: 40px;

        button {
            padding: 10px 30px;
            border-radius: 30px;
            background: $heading-color;
            color: $white-color;
            transition: .8s;
            font-size: 16px;

            &:hover {
                background: $red-color;
            }
        }
    }
}
/*---------- Reset Password CSS End ----------*/

/*---------- 404 CSS Start ----------*/
.page-title {
    &.title-bg15 {
        background-image: url(../img/title-bg/15.jpg);
    }
}
/*---------- 404 CSS End ----------*/

/*---------- Testimonial CSS Start ----------*/
.page-title {
    &.title-bg16 {
        background-image: url(../img/title-bg/16.jpg);
    }
}
/*---------- Testimonial CSS End ----------*/

/*---------- FAQ Page CSS Start ----------*/
.page-title {
    &.title-bg17 {
        background-image: url(../img/title-bg/17.jpg);
    }
}
.faq-section {
    .accordions {

        .accordion-item {
            background-color: #f9f9f9;
            margin-bottom: 30px;
            box-shadow: $box-shadow;

            .accordion-title {
                cursor: pointer;
                padding: 15px 20px;
                transition: all 0.4s;
                background: $white-color;
                position: relative;
                border-radius: 10px 10px 0 0;

                i {
                    transition:  $transition;
                }

                &.active-title {
                    background-color: $heading-color;
                }

                &.active-title h2  {
                    color:$white-color;
                }

                &.active-title h2 i  {
                    transform: rotate(90deg);
                }


                h2 {
                    margin: 0;
                    font-size:20px;
                    display: flex;
                    justify-content: space-between;
                    color: $heading-color;
                    line-height: 20px;

                    i {
                        font-size: 25px;
                        position: inherit;
                    }
                }

            }

            .accordion-content {
                display: none;
                line-height: 1.7;
                padding: 20px;
                background-color: $white-color;
                border-radius: 0 0 5px 5px;

                &.active {
                    display: block;
                }

                p {
                    margin: 0;
                }   
            }
        }
    }
}
/*---------- FAQ Page CSS End ----------*/

/*---------- Categories Page CSS Start ----------*/
.page-title {
    &.title-bg18 {
        background-image: url(../img/title-bg/18.jpg);
    }
}

.category-style-two {
    .pagination {
        margin-bottom: 30px;
        margin-top: 30px;

        .page-item {
            .page-link {
                width: 50px;
                display: inline-block;
                margin: 0 2px;
                text-align: center;
                height: 50px;
                line-height: 50px;
                padding: 0;
                background: $white-color;
                color: $red-color;
                font-weight: 600;
                font-size: 17px;
                box-shadow: $box-shadow;
                border-radius: 10px;
                
                &:hover, &.active {
                    background: $heading-color;
                    color: $white-color;
                }

                i {
                    font-size: 25px;
                    line-height: 50px;
                }

                .bx-fade-right {
                    animation: fade-right 3s infinite linear;
                }
                .bx-fade-left {
                    animation: fade-left 3s infinite linear;
                }
            }
        }
    }
}
/*---------- Categories Page CSS End ----------*/

/*----------  Privacy Page CSS Start ----------*/
.page-title {
    &.title-bg20 {
        background-image: url(../img/title-bg/20.jpg);
    }
}

.privacy-section {
    .privacy-text {

        h2 {
            font-size: 25px;
            margin-bottom: 15px;
            font-weight: 700;
        }

        p {
            margin-bottom: 15px;

            &:last-child {
                margin-bottom: 0;
            }
        }

    }
}
/*----------  Privacy Page CSS End ----------*/

/*----------  Terms Page CSS Start ----------*/
.page-title {
    &.title-bg19 {
        background-image: url(../img/title-bg/19.jpg);
    }
}

.terms-section {
    .terms-text {
        h2 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 30px;
            color: $heading-color;
        }

        h3 {
            margin-bottom: 10px;
        }

        p {
            font-size: 18px;
            margin-bottom: 15px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}
/*----------  Terms Page CSS End ----------*/

/*----------  Blog Page CSS Start ----------*/
.page-title {
    &.title-bg21 {
        background-image: url(../img/title-bg/21.jpg);
    }
}

.blog-style-two {
    .pagination {
        margin-bottom: 30px;
        margin-top: 30px;

        .page-item {
            .page-link {
                width: 50px;
                display: inline-block;
                margin: 0 2px;
                text-align: center;
                height: 50px;
                line-height: 50px;
                padding: 0;
                background: $white-color;
                color: $red-color;
                font-weight: 600;
                font-size: 17px;
                box-shadow: $box-shadow;
                border-radius: 10px;
                
                &:hover, &.active {
                    background: $heading-color;
                    color: $white-color;
                }

                i {
                    font-size: 25px;
                    line-height: 50px;
                }

                .bx-fade-right {
                    animation: fade-right 3s infinite linear;
                }
                .bx-fade-left {
                    animation: fade-left 3s infinite linear;
                }
            }
        }
    }
}
/*----------  Blog Page CSS End ----------*/

/*----------  Blog Page Two CSS Start ----------*/
.page-title {
    &.title-bg24 {
        background-image: url(../img/title-bg/24.jpg);
    }
}
/*----------  Blog Page Two CSS End ----------*/

/*----------  Blog Details Page CSS Strat ----------*/
.page-title {
    &.title-bg22 {
        background-image: url(../img/title-bg/22.jpg);
    }
}
.blog-widget {
    box-shadow: $box-shadow;
    padding: 30px;
    margin-bottom: 30px;

    h3 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ddd;
        position: relative;

        &::before {
            position: absolute;
            content: '';
            background: $heading-color;
            width: 2px;
            height: 20px;
            left: -30px;
            top: 4px;
        }
    }

    &.blog-search {
        form {
            .form-group {
                position: relative;
                margin-bottom: 0;

                .form-control {
                    height: 50px;
                    padding: 5px 20px;
                    background: #fdf5f5;
                    border-radius: 0;
                }

                button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    font-size: 24px;
                    background: $heading-color;
                    color: $white-color;
                    height: 100%;
                    width: 50px;
                    text-align: center;
                    line-height: 50px;
                    transition: $transition;

                    &:hover {
                        background: $red-color;
                    }
                }
            }
        }
    }

    .popular-post {
        margin-bottom: 15px;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px dashed #d2b7b7;

        .blog-thumb {
            width: 80px;
            height: 80px;
            float: left;
            margin-right: 14px;
        }

        .info {
            padding: 5px 0px 0 0;
            line-height: 1;

            time {
                font-size: 14px;
            }

            
            h4 {
                line-height: 1;

                a {
                    font-size: 15px;
                    color: $heading-color;

                    &:hover {
                        color: $red-color;
                    }
                }
            }
        }

        &:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }
    }

    &.blog-category {
        ul {
            padding-left: 20px;
            margin-bottom: 0;

            li {
                list-style: circle;
                margin-bottom: 5px;

                a {
                    color: $heading-color;

                    &:hover {
                        color: $red-color;
                    }
                }

                span {
                    float: right;
                }
            }
        }
    }

    &.blog-tags {
        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                display: inline-block;
                list-style: none;
                margin-right: 5px;
                margin-bottom: 10px;

                a {
                    border: 1px dashed $heading-color;
                    color: $heading-color;
                    font-size: 15px;
                    padding: 5px 15px;

                    &:hover {
                        background: $red-color;
                        color: $white-color;
                        border: 1px dashed transparent;
                    }
                }
            }
        }
    }
}

.blog-dedails-text {
    .blog-details-img {
        margin-bottom: 20px;

        img {
            width: 100%;
        }
    }

    .blog-meta {
        ul {
            padding-left: 0;
            margin-bottom: 10px;

            li {
                list-style: none;
                display: inline-block;
                margin-right: 20px;
                font-size: 16px;
                
                i {
                    color: $red-color;
                    margin-right: 2px;
                }
            }
        }
    }

    .post-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px;
    }

    .details-inner-img {
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .details-tag {
        background: #f3eeee;
        padding: 20px;
        border-radius: 10px;
        margin-top: 30px;

        ul {
            padding-left: 0;
            margin-bottom: 0;

            li {
                display: inline-block;
                list-style: none;
                margin-right: 5px;
                font-weight: 500;
                color: $heading-color;

                a {
                    color: $heading-color;
                    padding: 5px 15px;
                    border: 1px solid #ccb2b2;
                    border-radius: 20px;
                    font-weight: 400;
                    background: $white-color;
                    font-size: 14px;
                }
            }
        }
    }

    .comment-form {
        box-shadow: $box-shadow;
        padding: 30px;
        border-radius: 10px;
        margin-top: 40px;

        h3 {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px dashed #ddd;
            position: relative;
    
            &::before {
                position: absolute;
                content: '';
                background: $heading-color;
                width: 2px;
                height: 20px;
                left: -30px;
                top: 4px;
            }
        }

        .form-group {
            margin-bottom: 20px;

            label {
                color: $heading-color;
                margin-bottom: 10px;
            }
            .form-control {
                height: 50px;
                padding: 5px 20px;
                background: #fff1f1;
            }

            .comment-box {
                height: 100%;
                padding: 10px 20px;
            }
        }

        .comment-btn {
            margin-top: 14px;
            padding: 10px 20px;
            background: $red-color;
            color: $white-color;
            transition: .8s;

            &:hover {
                background: $heading-color;
            }
        }
    }
}
/*----------  Blog Details Page CSS End ----------*/

/*----------  Contact Page CSS Start ----------*/
.page-title {
    &.title-bg23 {
        background-image: url(../img/title-bg/23.jpg);
    }
}
.contact-card {
    box-shadow: $box-shadow;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;

    i {
        color: $heading-color;
        border: 1px dashed $heading-color;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50px;
        margin-bottom: 20px;
        font-size: 25px;
    }

    ul {
        padding-left: 0;
        margin-bottom: 0;

        li {
            list-style: none;
            color: $heading-color;

            a {
                color: $heading-color;

                &:hover {
                    color: $red-color;
                }
            }

        }
    }
}

.contact-area {
    box-shadow: $box-shadow;
    padding: 50px;
    border-radius: 50px;

    h3 {
        margin-bottom: 30px;
        font-size: 30px;
        text-align: center;
    }

    form {
        .form-group {
            margin-bottom: 30px;

            .form-control {
                height: 50px;
                padding: 5px 20px;
                background: #fafafa;
            }

            .message-field {
                height: 100%;
                padding-top: 10px;
            }
        }

        .contact-btn{
            background: $red-color;
            color: $white-color;
            padding: 12px 30px;
            transition: .8s;
            border-radius: 5px;

            &:hover {
                background: #c10101;
            }
        }

        .list-unstyled {
            font-size: 16px;
            margin-top: 10px;
            color: red;
        }

        .text-danger {
            color: #dc3545!important;
            margin-top: 18px;
            font-size: 20px;
        }
    }
}
/*----------  Contact Page CSS End ----------*/


/* Back To Top CSS Start */
.top-btn {
    position: fixed;
    bottom: 102%;
    right: 30px;
    color: $white-color;
    font-size: 30px;
    background: $red-color;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: 2s;
    z-index: 999;

    &:hover {
        background: $heading-color;
    }

    &.active {
        bottom: 2%;
    }

    .bx-fade-up {
        animation: fade-up 3s infinite linear;
    }
}
.grow-img {
    img {
        width: 100%;
    }
}
/* Back To Top CSS End */

/* Pre-loader CSS Start */
.loader-content {
    background: $heading-color;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    text-align: center;
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffffff;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
    transform: rotate(60deg); 
}
.sk-circle .sk-circle4 {
    transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
    transform: rotate(120deg); 
}
.sk-circle .sk-circle6 {
    transform: rotate(150deg); 
}
.sk-circle .sk-circle7 {
    transform: rotate(180deg); 
}
.sk-circle .sk-circle8 {
    transform: rotate(210deg); 
}
.sk-circle .sk-circle9 {
    transform: rotate(240deg); 
}
.sk-circle .sk-circle10 {
    transform: rotate(270deg); 
}
.sk-circle .sk-circle11 {
    transform: rotate(300deg); 
}
.sk-circle .sk-circle12 {
    transform: rotate(330deg); 
}
.sk-circle .sk-circle2:before {
    animation-delay: -1.1s; 
}
.sk-circle .sk-circle3:before {
    animation-delay: -1s; 
}
.sk-circle .sk-circle4:before {
    animation-delay: -0.9s; 
}
.sk-circle .sk-circle5:before {
    animation-delay: -0.8s; 
}
.sk-circle .sk-circle6:before {
    animation-delay: -0.7s; 
}
.sk-circle .sk-circle7:before {
    animation-delay: -0.6s; 
}
.sk-circle .sk-circle8:before {
    animation-delay: -0.5s; 
}
.sk-circle .sk-circle9:before {
    animation-delay: -0.4s; 
}
.sk-circle .sk-circle10:before {
    animation-delay: -0.3s; 
}
.sk-circle .sk-circle11:before {
    animation-delay: -0.2s; 
}
.sk-circle .sk-circle12:before {
    animation-delay: -0.1s; 
}
  
@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
    } 

    40% {
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
    } 

    40% {
        transform: scale(1);
    }
}
/* Pre-loader CSS End */

/* Animation CSS Start */
@keyframes line {

    0% {
        top:0%;
    }

    100% {
        top:100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wrap {
    0% {
        border-radius: 65% 35% 42% 58% / 55% 48% 52% 45%;
    }

    100% {
        border-radius: 55% 45% 52% 48% / 51% 60% 40% 49%;
    }
}

@keyframes translateY {
    0% {
       transform: translateY(0);
    }

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

    100% {
        transform: translateY(0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/* Animation CSS End */
