/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Job Single Page - Start */
.job-details-section {
  background-color: #0C3F8B;
  padding: 60px 0px;
}
.job-details-section .job-details-inner-sec {
  align-items: start;
}
.job-details-section .content {
  text-align: center;
}
.job-details-section .content h3 {
  font-size: 16px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
	color: #fff;
  font-weight: normal;
}
.job-details-section h1 {
  color: #fff;
  font-family: "Rubik",Sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.job-details .entry-single {
  margin-bottom: 30px;
  box-shadow: 0px 0 5px rgba(1,41,112,.08);
  padding: 20px;
}
.job-details .entry-single .entry-content {
  margin: 0px;
  color: #0C3F8B;
  font-family: "Rubik",Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.job-details .elementor-container {
    max-width: 1400px;
    padding: 60px 30px;
}
.job-details .elementor-container .awsm-job-single-wrap {
    margin-bottom: 1.3em;
    display: flex;
}
.job-details .elementor-container .awsm-job-content {
    padding-bottom: 32px;
    width: 66%;
    margin-right: 30px;
}
.job-details .elementor-container .awsm-job-content .awsm-job-entry-content {
  margin-bottom: 30px;
  box-shadow: 0px 0 5px rgba(1,41,112,.08);
  padding: 20px;
  border: 1px solid #dddfe3;
}
.job-details .elementor-container .awsm-job-content ul,
.job-details .elementor-container .awsm-job-content ol {
	padding-left: 30px;
	margin-bottom: 20px;
}
.job-details .elementor-container .awsm-job-form {
	width: 33%;
}
.job-details-form .awsm-job-form-inner {
  background: #fff;
  border: 1px solid #dddfe3;
  padding: 20px 20px 10px 20px;
}
.job-details-form .awsm_job_spec_below_content {
	background: #fff;
  border: 1px solid #dddfe3;
  padding: 20px 20px 10px 20px;
}
.job-details-form .awsm-job-form-inner h2 {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 400;
}
.job-details-form .awsm-job-form-group label {
  margin-bottom: 5px;
  font-size: 14px;
}
.job-details-form .awsm-job-form-control {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.5;
  outline: 0px;
}

@media (min-width: 1400px) {
  .job-details-section .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.66666667%;
  }
}
/* Job Single Page - End */