/*!
Theme Name: cyberlux
Theme URI: https://webthemesolution.com/cyberlux
Author: WebTheme
Author URI: 
Description: WebTheme is designed to be flexible, versatile and applicable to any website.Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work.A multitude of possibilities open up with just a few adjustments to color and typography.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webtheme
Tags:  one-column, custom-colors, custom-menu, custom-logo, editor-style,featured-images, full-site-editing, block-patterns, rtl-language-support,sticky-post, threaded-comments, translation-ready, wide-blocks,block-styles, style-variations, accessibility-ready, blog, portfolio, news,Case-Study etc.
*/
/*
*webtheme Theme style css start here.
*/
.service-section.option2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
	background: linear-gradient(360deg, #0a1431 0%, #ff0000a8 100%);
/*     background: linear-gradient(360deg, #00489973 0%, #C7252B 100%) !important; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #47A2D633 inset;
}
.service-section.option2 .service-button a:hover {
    color: #fff;
    background: linear-gradient(180deg, #00489973 0%, #C7252B 100%) !important;
    box-shadow: 0px 0px 10px 0px #00CCFF33 inset;
}

/* ============= */
.theme-breadcumb-section {
    position: relative;
    overflow: hidden;
}

.theme-breadcumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
 background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.3)
);
    z-index: 1;
}

.theme-breadcumb-section > * {
    position: relative;
    z-index: 2;
}


.theme-breadcumb-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 58%);
    top: 0;
    left: 0;
}






.jobwp-single-body-container {
    background: #FFFFFF;
    margin-top: 100px;
    margin-bottom: 100px !important;
}


.jobwp-item p.jobwp-overview-excerpt, .jobwp-item .jobwp-top .jobwp-top-left p {
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins';
}
