/**
Theme Name: Indospace
Author: Parashift Technologies
Author URI: https://www.parashifttech.com/
Description: We provide end-to-end solutions – ideation, design, development and maintenance – across digital,
multimedia and print platforms using a wide range of
tools and technologies.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indospace
Template: astra
*/
.btnBox a {
    padding: 0 40px !important;
}
.btnBox a:before, .btnBox a:after{
	position: absolute;
    border-top: 4px solid #1e1d1d;
    border-bottom: 4px solid #1e1d1d;
    padding-top: 2px;
    display: inline-block;
    transform: translateY(-50%);
	width: 16px;
    background: #4b4a4a;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    content: '';
}
.btnBox a:before {
    border-top: 4px solid #004c9c;
    border-bottom: 4px solid #004c9c;
    background: #98a6ca;
	left:0;
}
.btnBox a:after, .btnBox button:after {
    right: 0;
	border-top: 4px solid #004c9c;
    border-bottom: 4px solid #004c9c;
    background: #98a6ca;
}
.job_archive {margin-bottom:0px !important;}
.job-listing-idea {
    border: 1px solid #ddd;
    padding: 25px 15px;
}
.job-listing-idea:hover{
border-left: 5px solid #00953F;
    box-shadow: 15px 12px 20px 20px #f1f1f1;
    z-index: 999;
}