/*!
Theme Name: VolStream Systems
Theme URI: https://volstream-systems.com/
Author: Muhammad Awais Iqbal
Author URI: https://volstream-systems.com
Description: VolStream Systems
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: vol_stream_sys
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/
body {
	background-color: #f6f6f6;
	font-family: 'Inter', sans-serif;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-size  : 14px;
	font-weight: 400;
	margin     : 0;
	padding    : 0;
}
a:focus,
a:hover,
button {
	outline: none;
}
a:link,
button,
button:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition   : all 0.5s ease;
	-o-transition     : all 0.5s ease;
	transition        : all 0.5s ease;
}
.container {
	width: 1400px;
}
@media(max-width:1700px) {
	.container {
		width: 95%;
	}
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.btn-primary {
	border-radius: 10px 10px 0 10px !important;
	text-decoration: none !important;
	font-weight: 600 !important;
}
.cky-revisit-bottom-left {
	display: none !important;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header {
	background-color: #fff;
	float: left;
	width: 100%;
	padding: 20px 0 17px 0;
}
header .nav-left {
	float: left;
	max-width: 250px;
}
header .nav-left img {
	max-width: 250px;
	width: 250px;
}
.main-navigation {
	float: left;
	width: calc(100% - 500px);
}
.main-navigation .nav-center {
	display: flex;
	justify-content: center;
	height: 36px;
	align-items: center;
}
.main-navigation .nav-center > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.main-navigation .nav-center > ul > li {
	display: inline-block;
}
.main-navigation .nav-center > ul > li > a {
	color: #222;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 14px;
}
header .nav-right {
	float: right;
}
header .nav-right .is-form-style input.is-search-submit,
header .nav-right .is-search-icon {
	background-color: transparent;
	border-left: 0;
	border-color: #ddd !important;
}
header .nav-right .is-search-icon:hover,
header .nav-right form.is-form-style input.is-search-submit:hover {

}
header .nav-right .is-form-style input.is-search-input {
	border-color: #ddd !important;
	font-weight: 500 !important;
	color: #000;
}
header .nav-right .is-form-style .is-search-submit path {
	fill: #aaa;
}
#primary-menu ul.dropdown-menu {
	background-color: #fff;
	border: 0px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 30%);
}
#primary-menu ul.dropdown-menu li a {
	padding: 7px 15px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	font-size: 13px;
}
#primary-menu ul.dropdown-menu li a:hover {
	background-color: #004885;
	color: #fff;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.main-slider {
	float: left;
	width: 100%;
}
.main-slider .single-slide {
	position: relative;
}
.main-slider .single-slide .slide-content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 90%;
}
.main-slider .single-slide .slide-content h1 {
	margin-top: 0;
	font-size: 70px;
	font-weight: 700;
	/* text-shadow: 0 2px 0 #aaa; */
}
.main-slider .single-slide .slide-content h2 {
	font-size: 26px;
	margin-top: 10px;
}
.main-slider .single-slide .slide-content a {
	/* border: 1px solid #000; */
	background-color: rgba(255,255,255, 1);
	color: #000;
	padding: 12px 40px;
	max-width: fit-content;
	margin-top: 20px;
	font-size: 16px;
	border-radius: 0px;
	text-decoration: none;
	position: relative;
	z-index: 9;
}
.main-slider .single-slide .slide-content a:after {
	content: '';
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 10px;
	left: 10px;
	background-color: #000;
	z-index: -1;
}
.main-slider .single-slide .slide-content a:hover {
	background-color: #0A5896;
	color: #fff;
}
.main-slider .single-slide .slide-image img {
	height: 700px;
	object-fit: cover;
	object-position: center 0px;
	width: 100%;
}

.main-slider .single-slide.dark .slide-content {
	color: #000;
}
.main-slider .single-slide.dark .slide-content a {
	background-color: #0A5896;
	color: #fff;
}
.main-slider .single-slide.dark .slide-content a:hover {
	background-color: #fff;
	color: #0A5896;
}

/*--------------------------------------------------------------
Hero Text
--------------------------------------------------------------*/
.hero-text {
	float: left;
	padding: 60px 0;
	width: 100%;
	position: relative;
}
.hero-text h2 {
	color: #333;
	font-weight: 300;
	line-height: 50px;
}
.hero-text h2 span {
	color: #0A5896;
	font-weight: 600;
	font-family: 'Audiowide', sans-serif;
}
.hero-text:before {
	content: '';
	display: none;
	position: absolute;
	right: 100px;
	top: 50px;
	z-index: -1;
	background-image: url('images/dots-square.png');
	background-repeat: no-repeat;
	width: 93px;
	height: 97px;
}
.hero-text:after {
	content: '';
	display: none;
	position: absolute;
	left: 100px;
	bottom: 20px;
	z-index: -1;
	background-image: url('images/dots-triangle.png');
	background-repeat: no-repeat;
	width: 95px;
	height: 83px;
}
.hero-text-join {
	background-color: #fff;
}
.hero-text-join:before {
	z-index: 1;
}
.hero-text-join:after {
	z-index: 1;
}
.hero-text-join a {
    padding: 12px 40px;
    max-width: fit-content;
    margin-top: 20px;
    font-size: 16px;
	background-color: #0A5896;
}

/*--------------------------------------------------------------
Services
--------------------------------------------------------------*/
.home-services {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: linear-gradient(180deg,#eef1ff 0,#e6f2ff 100%);
	background: #fff;
}
.home-services .single-service {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 30px 30px 0 30px;
	padding: 40px;
	margin-bottom: 30px;
	min-height: 300px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 20px 0 rgba(0,0,0, 0);
	position: relative;
	z-index: 1;
	color: #555;
}
.home-services .single-service:hover {
	transition: all 0.3s ease;
	box-shadow: 0 3px 20px 0 rgba(0,0,0, 0.1);
}
/* .home-services .single-service:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0050db;
	opacity: .9;
	z-index: -1;
	border-radius: 30px 30px 0 30px;
} */
/* .home-services .swiper-slide:nth-of-type(1) .single-service::before {
	background: #0050db;
	background: linear-gradient(180deg,#00a1e0,#00a1e0);
}
.home-services .swiper-slide:nth-of-type(2) .single-service::before {
	background: #0c1020;
	background: linear-gradient(180deg,#00b540 0,#13e27b 100%);
}
.home-services .swiper-slide:nth-of-type(3) .single-service::before {
	background: #df0e0e;
	background: linear-gradient(180deg,#1a2f42,#014065);
}
.home-services .swiper-slide:nth-of-type(4) .single-service::before {
	background: #df0e0e;
	background: linear-gradient(#ff5151 0,#ff806f 100%);
} */
.home-services .single-service .service-icon {
	
}
.home-services .single-service .service-icon img {
	max-width: 40px;
	max-height: 40px;
}
.home-services .single-service h3 {
	color: #000;
	font-weight: 700;
}
.home-services .single-service p {
	line-height: 24px;
	font-weight: 400;
}
.home-services .single-service a {
	background-color: #000;
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
	opacity: 0;
	position: absolute;
	right:0;
	bottom: 0;
	padding: 12px 30px;
	border-radius: 15px 0 0 0;
}
.home-services .single-service:hover a {
	opacity: 1;
}


/*--------------------------------------------------------------
Basic Info
--------------------------------------------------------------*/
.basic-info {
	background-image: url("images/basic-info.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1D1729;
	float: left;
	width: 100%;
	padding: 0;
	color: #fff;
}
.basic-info-left {
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.basic-info h3 {
	font-size: 24px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	text-transform: uppercase;
}
.basic-info h2 {
	font-size: 48px;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	text-transform: uppercase;
}
.basic-info p {
	font-size: 18px;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.basic-info a {
	display: inline-block;
	padding: 15px 40px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}


/*--------------------------------------------------------------
Join Team
--------------------------------------------------------------*/
.join-team {
	background-image: url("images/team-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f3f6fa;
	float: left;
	width: 100%;
	padding: 100px 0;
}

.join-team .join-team-box {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 50px;
	color: #000;
	border-radius: 30px 30px 0 30px;
	margin-top: 40px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0, 0.1);
}

.join-team .join-team-box h3 {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #666;
	font-size: 20px;
	margin-bottom: 0px;
}
.join-team .join-team-box h4 {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
}
.join-team .join-team-box p {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 18px;
    line-height: 30px;
	margin: 10px 0 40px 0;
}
.join-team .join-team-box a {
	display: inline-block;
	padding: 15px 40px;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	font-weight: 500;
	border-radius: 4px;
}
.join-team .join-team-box a:hover {
	background-color: #004885;
	border: 1px solid #004885;
	color: #fff;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
	background-color: #111;
	float: left;
	width: 100%;
	padding: 80px 0;
}
.footer .footer-widget img {
	max-width: 250px;
}
.footer .footer-widget p {
	color: #9096a4;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	line-height: 24px;
}
.footer .footer-widget h3 {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	color: #ccd0d9;
	font-size: 16px;
}
.footer .footer-widget ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .footer-widget ul li {
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
.footer .footer-widget ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #9096a4;
	position: relative;
}
.footer .footer-widget ul li a:before {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 13px;
	-webkit-transition: all 0.5s ease;
	-moz-transition   : all 0.5s ease;
	-o-transition     : all 0.5s ease;
	transition        : all 0.5s ease;
}
.footer .footer-widget ul li a:hover {
	color: #fff;
	padding-left: 20px;
}
.footer .footer-widget ul li a:hover:before {
	width: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition   : all 0.5s ease;
	-o-transition     : all 0.5s ease;
	transition        : all 0.5s ease;
}
.footer .footer-widget ul.social-links {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .footer-widget > ul.social-links li {
	display: inline-block;
	margin-right: 10px;
	width: auto;
}
.footer .footer-widget > ul.social-links li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: #222;
	color: #9096a4;
}
.footer .footer-widget > ul.social-links li a:hover {
	padding: 0;
	background-color: #fff;
	color: #0A5896;
}
.footer .footer-widget > ul.social-links li a:before,
.footer .footer-widget > ul.social-links li a:hover:before {
	display: none;
	padding: 0;
}
.footer .section-copyright {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	bottom: -80px;
	left: 0;
	right: 0;
	background: #090909;
	padding: 10px 0;
	font-size: 12px;
	color: #999;
}

/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/
.page-data {
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	background-color: #fff;
}
.page-data p {
	color: #000;
	line-height: 30px;
}
.page-data ul {
	color: #000;
	line-height: 30px;
}

/*--------------------------------------------------------------
About Us
--------------------------------------------------------------*/
.page-title {
	float: left;
	width: 100%;
	padding: 50px 0;
	background-color: #004885;
	background-image: url("images/pagetitle-bg.png");
	background-position: center;
	background-size: cover;
	color: #fff;
}
.page-title h1 {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: 700;
}


/*--------------------------------------------------------------
Sections
--------------------------------------------------------------*/
.main-section {
	float: left;
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
}

.main-section span {
	text-transform: uppercase;
	color: #0A5896;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 700;
}
.main-section h2 {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: #000;
}
.main-section p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.main-section ul {
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0 15px 0 15px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}
.main-section ul li::before {
    content: "\2022";
    color: #0A5896;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.img-center {
	text-align: center;
	margin: 0 auto;
}
.main-section.dark {
	background-color: #edf1f3;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .main-section.dark span,
.main-section.dark h2,
.main-section.dark p,
.main-section.dark ul  {
	color: #fff;
} */

/*--------------------------------------------------------------
Paddings
--------------------------------------------------------------*/
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}


/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.contact-section {
	float: left;
	width: 100%;
	padding: 50px 0;
	/* background-image: url('images/bg-map.png'); */
	background-size: cover;
	background-position: center;
	background-color: #fff;
}
.contact-section h2 {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
}
.contact-section p {
	font-size: 15px;
	color: #000;
}
.contact-section .contact-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0, 0.1);
	box-shadow: none;
	padding: 0;
}
.contact-section .contact-form .form-group {
	margin-bottom: 20px;
}
.contact-section .contact-form .form-group label {
	color: #111;
	font-size: 13px;
}
.contact-section .contact-form .form-control {
	box-shadow: none;
	border-radius: 0;
	height: 40px;
}
.contact-section .contact-form textarea.form-control {
	height: 150px;
}
.contact-section .contact-form .btn-primary {
	border: none !important;
    padding: 10px 30px !important;
}
.wpcf7 form .wpcf7-response-output {
	border: 1px solid #004885;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
}


/*--------------------------------------------------------------
Job Listing
--------------------------------------------------------------*/
.sjb-container {
	float: left;
	width: 100%;
	padding: 0;
	overflow-x: hidden;
}
.sjb-container .sjb-content {
	display: block;
	margin: 0 auto;
}
.sjb-page .sjb-archive-page {
	padding: 0px 0 40px 0;
	background-color: #f3f3f3;
}
.sjb-container .sjb-content .sjb-page header {
	margin: 0;
	padding: 0;
}
.sjb-container .sjb-content .sjb-page .sjb-archive-page > h3,
.sjb-container .sjb-content .sjb-page header .job-detail > h3 {
	float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #004885;
    background-image: url(images/pagetitle-bg.png);
    background-position: center;
    background-size: cover;
    color: #fff;
	text-align: center;
	margin: 0 0 0px 0;
}
.sjb-page .sjb-archive-page > h3 > span,
.sjb-container .sjb-content .sjb-page header .job-detail > h3 > span {
	color: #fff !important;
	font-weight: 700;
}
.sjb-page .sjb-archive-page .sjb-filters {
	display: block;
	margin: 0 auto;
    width: 900px;
}
.sjb-page .sjb-archive-page .sjb-listing {
	display: block;
	margin: 10px auto 0px auto;
    width: 900px;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data {
	background-color: #fff;
    padding: 0px 20px 0 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
	border: 0px;
	margin-bottom: 0;
	border-left: 5px solid #ddd;
	transition        : all 0.5s ease;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data:hover {
	border-left: 5px solid #004885;
	transition        : all 0.5s ease;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}
.sjb-page .sjb-archive-page .sjb-listing .list-data:hover a span {
	color: #004885 !important;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobPostDate {
	display: none;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobTitleCompany .job-info {
	margin-bottom: 0;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobTitleCompany .job-info h4 {
	display: inline-block;
	width: 100%;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobTitleCompany .job-info h4 a {
	display: inline-block;
	padding: 20px;
	width: 100%;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobTitleCompany .job-info h4 a span {
	color: #000;
	font-weight: 600;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .job-description {
	display: none;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobLocation {
	float: right;
	min-width: 250px;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobLocation .fa-map-marker {
	display: none !important;
}
.sjb-page .sjb-archive-page .sjb-listing .list-data .jobLocation .job-location {
	margin-bottom: 0;
	color: #333;
	font-size: 13px;
	text-align: right;
	display: inline-block;
	display: flex;
    justify-content: end;
    align-items: center;
    justify-items: center;
    height: 58px;
}


/*--------------------------------------------------------------
Job Detail
--------------------------------------------------------------*/
.sjb-page .sjb-detail {
	background-color: #fff;
	margin-top: 0;
}
.sjb-page .list-data .header-margin-top {
	margin-top: 0px;
	display: none;
}
.sjb-page .list-data .header-margin-top .job-date {
	display: none;
}
.sjb-page .sjb-detail .list-data .job-description,
.sjb-page .sjb-detail .job-features,
.sjb-page .sjb-detail .jobpost-form,
#jobpost_form_status {
	display: block;
	margin: 0 auto;
    width: 900px;
	float: none;
}
.sjb-page .sjb-detail .list-data .job-detail {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.sjb-page .sjb-detail .list-data .job-description p strong,
.sjb-page .sjb-detail .list-data .job-description h3 {
	color: #000;
}
.sjb-page .sjb-detail .list-data .job-description p {
	line-height: 24px;
    color: #222;
    font-size: 14px;
	display: inline-block;
	width: 100%;
}
.sjb-page .sjb-detail .list-data .job-description ul {
	line-height: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.sjb-page .sjb-detail .list-data .job-description ul li {
	line-height: 24px;
    color: #222;
    font-size: 14px;
	display: inline-block;
	width: 100%;
}
.sjb-page .sjb-detail .job-features h3,
.sjb-page .sjb-detail .jobpost-form h3 {
	color: #000 !important;
}
.sjb-page .sjb-detail .job-features table {
	color: #222;
    font-size: 14px !important;
}
.sjb-page .sjb-detail .jobpost-form label {
	color: #222;
    font-size: 14px !important;
	padding-top: 5px;
}
.sjb-page .sjb-detail .jobpost-form .form-control {
	height: 34px;
}
.sjb-page .sjb-detail .jobpost-form .app-submit {
	padding: 15px 40px;
	background-color: #004885;
}
.sjb-page .sjb-detail .jobpost-form .file div {
	background-color: #004885 !important;
}

/*--------------------------------------------------------------
Ajax Search
--------------------------------------------------------------*/
.is-ajax-search-result {
	max-width: 230px !important;
    background: #fff !important;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%) !important;
	padding: 0 !important;
}
.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
	color: #004885 !important;
	font-weight: 600;
}