/*!
Theme Name: SEO 1 Click
Theme URI: https://seooneclick.com/
Author: Seo One Click
Author URI: https://seooneclick.com/
Description: Generic Wordpress Theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seo1click
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Industrial Pulse is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.hero_perks_section .perks .perk {
    width: auto;
    min-width: 155px;
}
.why_us_section .boxes {
    max-width: 1300px;
}
.why_us_section .boxes .box {
    height: 440px;
    width: 400px;
}
@media (min-width: 1400px) {
	.why_us_section .boxes .box:nth-child(1):before {
		content: "";
		position: absolute;
		background-color: #989898;
		top: 50%;
        right: -0.5px;
        left: auto;
        height: 90%;
        width: 1px;
        transform: translatey(-50%);
    }
	.why_us_section .boxes .box:nth-child(1):after {
		top: auto;
		bottom: -0.5px;
        left: 50%;
        height: 1px;
        width: 95%;
        transform: translatex(-52%);
    }
	.why_us_section .boxes .box:nth-child(2):before {
		content: "";
		position: absolute;
		background-color: #989898;
		top: 50%;
        right: -0.5px;
        left: auto;
        height: 90%;
        width: 1px;
        transform: translatey(-50%);
    }
	.why_us_section .boxes .box:nth-child(2):after {
		bottom: -0.5px;
        left: 50%;
        height: 1px;
        width: 95%;
        transform: translatex(-50%);
    }
	.why_us_section .boxes .box:nth-child(3):after {
		bottom: -0.5px;
        top: auto;
        left: 50%;
        height: 1px;
        width: 95%;
        transform: translatex(-52%);
    }
	.why_us_section .boxes .box:nth-child(4):after {
		top: 50%;
		right: -0.5px;
        left: auto;
        height: 90%;
        width: 1px;
        transform: translatey(-50%);
    }
}
@media screen and (min-width: 991px) and (max-width: 1399px) {
    .why_us_section .boxes .box:nth-child(5):after {
		top: -0.5px;
		left: 50%;
		height: 1px;
		width: 95%;
		transform: translatex(-50%);
    }
}
@media (max-width: 768px) {
	.hero_perks_section .perks .perk {
    	width: 260px;
	}
}
.job-requirements {
    background: #F8E8F8;
	padding: 35px;
}
.job-requirements h2 {
	font-family: Poppins;
	font-size: 36px;
}

.job-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-requirements li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px;
}

.job-requirements li:before {
    content: "";
    position: absolute;
    left: 0!important;
    top: 0.4em!important;
    width: 15px!important;
    height: 15px!important;
    background: url("data:image/svg+xml;utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='11' cy='11' r='11' fill='%23CEB8D7'/><path d='M7.5 11.5L10 14L14.5 9.5' stroke='%23fff' stroke-width='2'/></svg>") no-repeat center center;
    background-size: 22px 22px;
	background-color: #65656500!important;
}
.dark-banner-section {
    background: #022B46;
    padding: 80px;
    max-width: 1300px;
    margin: 48px auto;
    text-align: center;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,0.06);
}
.dark-banner-section h2 {
	color: #fff;
}
.dark-banner-section h2 span {
	color: #C8A2C8;
}