* {
    margin: 0;
    padding: 0;
    line-height: auto;
}

ul,
ol {
    padding-left: 40px;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

button:focus {
    outline: 0;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li {
    margin-top: 0;
    margin-bottom: 0;
    line-height: auto;
}

img {
    vertical-align: middle;
}

body {
    overflow-x: hidden;
    background-color: #FFFFFF;
}


/* .container-fluid {
    width: 95% !important;
} */


/*End of Common CSS*/

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    background-position: center center;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(29, 49, 84, 0.3);
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.banner_text {
    padding-top: 80px;
}

.banner_text h2 {
    color: ghostwhite;
    font-family: 'Courgette';
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner_text h2 span {
    color: #FF4742;
}

.banner_text input {
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: black;
    width: 280px;
    border-radius: 5px 0px 0px 5px;
}

.banner_text i {
    background-color: white;
    font-size: 21px;
    padding-top: 9px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px 5px 5px 0px;
}

.banner_text button {
    border-style: none;
    transform: translateX(-5px);
    border-left: 1px solid #171817;
    border-radius: 5px !important;
    cursor: pointer;
}


/*header css start*/

.header {
    padding-top: 10px;
    padding-bottom: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s linear;
}

.header .navbar .navbar-brand h1 {
    font-family: 'EB Garamond', serif;
    font-size: 46px;
    color: white;
    font-weight: 600;
}

.header .navbar .navbar-brand h1 i {
    font-size: 35px;
    color: #FF4742;
    text-shadow: none;
}

.header .navbar ul li a.nav-link {
    display: inline-block;
    text-transform: uppercase;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 20px;
}

.header .navbar ul li a.nav-link.active {
    display: inline-block;
    text-transform: uppercase;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 20px;
}

.header .navbar ul li {
    transition: all .2s linear;
    background: #06A201;
    margin-right: 10px;
    border-radius: 4px;
    border: 2px solid transparent;
}

.header .navbar ul li.home {
    border: 2px solid #5BC6C6;
    transition: all .2s linear;
    background: transparent;
    margin-right: 10px;
    border-radius: 4px;
}

.header .navbar ul li:hover {
    background: transparent;
    border: 2px solid #06A201;
}

.header .navbar ul li.home:hover {
    background: #5BC6C6;
    border: 2px solid #5BC6C6;
}

.header .navbar ul li:hover a.nav-link {
    color: white
}


/*header css end*/


/*category css start*/

.category {
    padding-top: 10px;
    padding-bottom: 12px;
}

.category .category_link {
    text-align: center;
}

.category .category_link a {
    color: ghostwhite;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}


/*category css end*/


/*jobs css start*/

.jobs {
    padding-top: 50px;
}

.section_header h2 {
    font-family: 'Fira Sans', sans-serif;
    color: #121212;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.job_details .card {
    border-style: none;
    border-bottom: 1px solid #a7a7a7;
}

.job_details .card-header {
    background: #e8e8e8;
    border-style: none;
    cursor: pointer;
}

.job_details .card-body {
    background: #f0f0f0;
    border-top: 1px solid #a7a7a7;
    color: #121212
}

.job_icon {
    line-height: 60px;
    text-align: center;
}

.job_icon img {
    width: 75%;
    vertical-align: middle;
}

.job_heading h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #121212;
    margin-bottom: 5px;
}

.job_heading h5 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #121212;
    font-weight: 400;
    margin-bottom: 3px;
}

.job_heading p {
    color: #121212;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.job_heading p span {
    font-style: italic;
    color: #121212;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.job_tag a {
    display: inline-block;
    color: #121212;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #121212;
    border-radius: 3px;
    padding: 2px 8px;
    margin-right: 3px;
    margin-bottom: 5px;
    transition: all .3s linear;
}

.job_tag a:hover {
    background: rgba(128, 128, 128, 0.55);
}

.job_post_link {
    transition: all .3s linear;
}

.job_post_link a {
    display: inline-block;
    padding: 8px 20px;
    background: #FF4742;
    text-align: center;
    color: ghostwhite;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all .3s linear;
}

.job_post_link a:hover {
    box-shadow: 15px 15px 20px grey
}

.job_name_search {
    margin-bottom: 25px;
}

.job_name_search form {
    background: #333333;
    padding: 15px;
    font-size: 15px;
    border-radius: 5px;
}

.job_name_search form label {
    font-family: 'Rubik', sans-serif;
    display: block;
    color: #a29bfe;
    font-weight: 500;
    font-size: 14px;
}

.job_name_search form select {
    border-style: none;
    background: transparent !important;
    border: 1px solid #a29bfe;
    width: 100%;
    border-radius: 4px;
    padding: 2px 10px;
    color: ghostwhite;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    transition: all .2s linear;
    cursor: pointer;
}

.job_name_search form select:focus {
    box-shadow: 5px 5px 20px #696969;
    cursor: pointer;
    color: ghostwhite;
}

.job_name_search form select option {
    background: #343434;
}

.job_name_search form button {
    border-style: none;
    background: transparent;
    cursor: pointer;
    color: ghostwhite;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

.job_name_search form button i {
    color: #a29bfe;
    margin-right: 3px;
}

.others .left_others p a {
    display: inline-block;
    color: #a29bfe
}

.others .site_link a {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #FF4742;
    color: ghostwhite;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s linear;
    background: #FF4742;
}

.others .site_link button {
    border-style: none;
    padding: 5px 10px;
    border: 2px solid #FF4742;
    color: ghostwhite;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s linear;
    background: #FF4742;
    cursor: pointer;
}


/*jobs css end*/


/*footer css start*/

.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #333333;
    border-radius: 25px 25px 0px 0px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.footer_1 h1 {
    color: ghostwhite;
    font-family: 'Courgette';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_1 h1 span.brand_name {
    color: #FF4742;
    font-family: 'Courgette';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_1 p {
    color: ghostwhite;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer_1 a {
    display: inline-block;
    color: ghostwhite;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    margin-right: 8px;
    transition: all .2s linear;
}

.footer_1 a:hover {
    color: #121212
}

.footer_icon {
    padding-top: 10px;
    padding-bottom: 15px;
}

.footer_icon a {
    display: inline-block;
    margin-right: 5px;
}

.footer_icon a i {
    color: ghostwhite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    background: #FF4742;
    border-radius: 50%;
}

.footer_1 span {
    color: ghostwhite;
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

.footer_1 span a:hover {
    color: ghostwhite;
}

.footer_2 h5 {
    color: #FF4742;
}

.footer_1 h5 {
    color: #FF4742;
}

.footer_2 a {
    display: block;
    color: ghostwhite;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}


/*footer css end*/


/*Menu Fixed CSS Start*/

.job_post_link {
    position: fixed;
    right: 65px;
    bottom: 50px;
    cursor: pointer;
    transition: all .3s linear;
    display: none;
}


/* .side_fix.fixedmenu .job_post_link {
    padding-top: 10px;
    margin-bottom: 10px;
    transition: all .3s linear;
} */


/*Menu Fixed CSS End*/


/*Top Button Start*/

.top_btn {
    position: fixed;
    right: 22px;
    bottom: 50px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    background-color: #FF4742;
    border: 2px solid #FF4742;
    border-radius: 50%;
    color: #e8e8e8;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s linear;
    display: none;
}

.top_btn:hover {
    border-color: #FF4742;
    background-color: #FF4742;
    color: black;
}


/*Top Button End*/


/*Preloader CSS Start*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 9999;
}

.loader-classic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    -webkit-animation: loader-classic 1.3s linear infinite;
    animation: loader-classic 1.3s linear infinite;
}

.loader-classic span {
    position: absolute;
    vertical-align: middle;
    border-radius: 100%;
    background: #FF4742;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px;
}

.loader-classic span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: 0.1;
}

.loader-classic span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: 0.2;
}

.loader-classic span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: 0.3;
}

.loader-classic span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: 0.4;
}

.loader-classic span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 0.5;
}

.loader-classic span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: 0.6;
}

.loader-classic span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: 0.7;
}

.loader-classic span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: 0.8;
}

.loader-classic span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: 0.9;
}

@keyframes loader-classic {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-classic {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


/*Preloader CSS End*/