/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Wings Web media
Template: Divi
Text Domain: divi-master
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap");

body,
ul,
li {
  font-family: var(--geistfont) !important;
  /* font-family: "Montserrat", sans-serif; */
  /*font-family: 'Avenir', sans-serif;*/
}

p {
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Medium"; */
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 0;
}

:root {
  --geistfont: "Geist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--geistfont) !important;
}

/* @font-face {
  font-family: "Avenir-Black";
  src: url("fonts/Avenir-Black.eot");
  src:
    url("fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/Avenir-Black.woff2") format("woff2"),
    url("fonts/Avenir-Black.woff") format("woff"),
    url("fonts/Avenir-Black.ttf") format("truetype"),
    url("fonts/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTW02-85Heavy";
  src: url("fonts/AvenirLTW02-85Heavy.eot");
  src:
    url("fonts/AvenirLTW02-85Heavy.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTW02-85Heavy.woff2") format("woff2"),
    url("fonts/AvenirLTW02-85Heavy.woff") format("woff"),
    url("fonts/AvenirLTW02-85Heavy.ttf") format("truetype"),
    url("fonts/AvenirLTW02-85Heavy.svg#AvenirLTW02-85Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Roman.eot");
  src:
    url("fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Roman.woff") format("woff"),
    url("fonts/AvenirLTStd-Roman.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Book.eot");
  src:
    url("fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTStd-Book.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Book.woff") format("woff"),
    url("fonts/AvenirLTStd-Book.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir-Medium";
  src: url("fonts/Avenir-Medium.eot");
  src:
    url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Avenir-Medium.woff2") format("woff2"),
    url("fonts/Avenir-Medium.woff") format("woff"),
    url("fonts/Avenir-Medium.ttf") format("truetype"),
    url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Light.eot");
  src:
    url("fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTStd-Light.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Light.woff") format("woff"),
    url("fonts/AvenirLTStd-Light.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
} */

.color1 {
  color: #1c355e !important;
}

.color2 {
  color: #3f873f !important;
}

.color3 {
  color: #cec6c0 !important;
}

.mont {
  font-family: var(--geistfont) !important;
}

a:hover,
footer ul li a:hover {
  color: #3f873f;
}

/*****************************  Footer CSS **********************************/

div#footer-bottom {
  display: none;
}

.footer-widget {
  margin-bottom: 20px !important;
}

div#custom_html-2 ul li a i {
  font-family: fontawesome;
  font-style: normal;
}

div#custom_html-2 {
  display: block;
  width: 100%;
}

footer .fwidget {
  margin-bottom: 0 !important;
  width: 100%;
}

div#media_image-2 {
  margin-bottom: 25px !important;
}

#footer-widgets .footer-widget li:before {
  display: none;
}

#footer-widgets .footer-widget li {
  padding-left: 0;
}

div#nav_menu-2 ul li a {
  font-weight: 600;
  font-size: 12px;
  transition: all 0.4s ease 0s;
  font-family: var(--geistfont) !important;
  /* font-family: "Montserrat", sans-serif; */
}

div#custom_html-2 ul li a {
  font-size: 26px;
  line-height: 30px;
}

div#custom_html-2 ul li {
  display: inline-block;
  margin-right: 20px;
}

footer .fwidget {
  margin-bottom: 15px !important;
}

#footer-widgets .footer-widget li a:hover,
.footer-widget a:hover {
  color: #3f873f !important;
}

.col-menu ul li a div.icon-info {
  display: flex;
  align-items: center;
}

.col-menu ul li a {
  display: inline-block;
}

.col-menu ul li a div.icon-info p {
  padding-left: 25px;
  font-size: 12px;
  font-weight: 600;
}

.col-menu ul li a div.icon-info img {
  max-width: 100px;
}

.footer-widget p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-family: var(--geistfont) !important;
  /* font-family: "Montserrat", sans-serif; */
}

ul#menu-footer_col_3_menu li {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

ul#menu-footer_col_3_menu li a {
  font-size: 12px;
  font-weight: 600;
  transition: all 0.4s ease 0s;
}

ul#menu-footer_col_3_menu {
  display: flex;
  justify-content: end;
  gap: 20px;
}

ul#menu-footer_col_3_menu li:after {
  content: "|";
  position: absolute;
  top: -5px;
  right: -18px;
  font-size: 24px;
}

ul#menu-footer_col_3_menu li:last-child:after,
.footer-widget:last-child:after {
  display: none;
}

.footer-widget {
  position: relative;
}

.footer-widget:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 250px;
  z-index: 999;
  background: rgba(247, 247, 247, 0.6);
}

.hero-wrapper img {
  width: 100%;
}

body.home .top-hero-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-site-logo {
  position: absolute;
  top: 70px;
  background: #fff;
  padding: 20px 20px 20px 45px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border: 1px solid #111;
  left: 0;
}

.custom-site-logo a img {
  max-width: 240px;
}

p.top-green-vacancy-title {
  color: #3f873f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.two-col-job-info {
  display: flex;
  padding-left: 20px;
}

.job-info-col-left p {
  font-size: 13px;
  font-weight: bold;
  color: #1c355e;
  line-height: 18px;
}

.job-info-col-left {
  flex-basis: 65%;
}

.job-info-col-right {
  padding-left: 20px;
}

.job-info-col-right p {
  font-size: 13px;
  font-weight: 600;
  color: #1c355e;
  line-height: 22px;
}

.latest-job-wrapper {
  border: 1px solid #3f873f;
  border-radius: 30px;
  padding: 15px 20px;
}

.job-two-btn a {
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  padding: 4px 20px;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

a.green-btn:hover,
a.blue-btn:hover {
  color: #fff;
  text-decoration: none;
}

a.green-btn {
  background: #3f873f;
}

a.blue-btn {
  background: #1c355e;
  margin-left: 25px;
}

.home-search-form {
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border-radius: 25px;
  background: rgba(28, 53, 94, 0.75);
  padding: 0px 5px;
}

.home-search-form .job-form-top-text {
  margin-bottom: 30px;
}

.home-latest-job .col-md-6 {
  margin-bottom: 15px;
}

.home-green-menu ul li {
  display: inline-block;
  width: 100%;
  margin-right: 35px;
  min-width: 150px;
  max-width: 150px;
}

.home-green-blue-menu ul li {
  display: inline-block;
  width: 100%;
  margin-right: 35px;
  min-width: 150px;
  max-width: 150px;
}

.home-green-menu ul li a {
  background: #3f873f;
}

.home-blue-menu ul li a {
  background: #1c355e;
}

.home-green-blue-menu ul li a {
  color: #fff;
  padding: 20px 15px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 25px;
  display: inherit;
  text-align: center;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.custom-img-link a span {
  margin-left: 10px;
}

.custom-img-link a {
  display: flex;
  align-items: baseline;
}

.custom-img-link a img {
  width: 50px;
}

.custom-col-1-width {
  width: 15% !important;
  margin-right: 30px !important;
}

.custom-col-2-width {
  width: 50% !important;
  margin-right: 15px !important;
}

.custom-col-3-width {
  width: 20% !important;
}

.custom-col-3-width {
  width: 25% !important;
}

.et_pb_row.et_pb_row_6.ratin-custom-row {
  align-items: center;
  display: flex;
  border: 2px solid #1c355e;
  border-radius: 30px;
  padding-left: 45px;
}

ul.branche-contact-detail li span {
  min-width: 70px;
  display: inline-block;
}

.follow-us-text h3 {
  color: #1c355e;
}

.follow-us-text h3 span {
  color: #3f873f;
}

.top-navigation-sec {
  background: #1c355e;
  padding: 20px 0;
}

.top-navigation-sec ul {
  margin-bottom: 0;
  width: 100%;
}

.top-navigation-sec .mobile-menu .header_lastcol .header_menu {
  width: 100% !important;
}

.top-navigation-sec img {
  max-width: 30px;
  line-height: 0;
}

.left-menu-wrapper ul li img {
  margin-right: 15px;
}

.right-menu-wrapper ul li,
.left-menu-wrapper ul li {
  vertical-align: middle;
  display: inline-block;
}

.top-navigation-sec ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  font-weight: 400;
}

.top-navigation-sec ul li a:hover {
  color: #3f873f;
}

.menu-right-col {
  text-align: right;
}

.left-menu-wrapper ul li:first-child {
  margin-right: 90px;
}

.right-menu-wrapper ul li:first-child {
  margin-right: 30px;
}

.right-menu-wrapper ul li img {
  margin-left: 10px;
}

/*.top-hero-section.inner-hero-sec {
    margin-bottom: 150px;
}*/
.top-hero-section.inner-hero-sec {
  margin-bottom: 0;
}

.custom-page-name {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.menu-about_menu-container {
  width: 100%;
  padding: 15px 0;
}

.page-name-box {
  max-width: 190px;
  position: absolute;
  margin-top: 0;
  /*   bottom: -40px; */
  background: #fff;
  border: 5px solid #3f873f;
  width: 190px;
  height: 130px;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  z-index: 9;
  top: -65px;
}

.page-name-box h2,
.page-name-box .h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 24px;
  font-family: var(--geistfont) !important;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #1c355e;
  margin: 0;
  padding: 0;
}

ul#inner-menu li {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.inner-page-top-menu {
  max-width: 960px;
  /* margin-left: auto; */
  margin-inline: auto !important;
  padding-left: 5%;
}

ul#inner-menu li a {
  font-family: var(--geistfont), sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  color: #1c355e;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

ul#inner-menu li a:hover {
  color: #3f873f;
}

ul.select2-selection__rendered {
  padding: 0px 8px !important;
  margin: 0 !important;
}

.search_region span.select2.select2-container {
  width: 100% !important;
}

.job-filter-width {
  width: 15.5% !important;
  display: inline-block;
  margin-right: 5px;
  padding: 0 !important;
}

.search_jobs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-filter-width select,
.job-filter-width .select2.select2-container .select2-selection {
  border-radius: 5px !important;
  color: #1c355e;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  padding: 0 !important;
  height: 50px !important;
  border-radius: 13px !important;
  display: flex;
  align-items: center;
}

.job-filter-width ::-webkit-input-placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  /* Edge */
  color: #1c355e;
  font-weight: 600;
  font-size: 15px;
}

.job-filter-width :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1c355e;
  font-weight: 600;
  font-size: 15px;
}

.job-filter-width ::placeholder {
  color: #1c355e;
  font-weight: 600;
  font-size: 15px;
}

.job-text-wrap h2 {
  font-size: 25px;
}

.job-text-wrap {
  color: #fff;
  text-align: center;
}

.job-text-wrap h2 {
  font-weight: 700;
  margin-bottom: 0;
}

form.job_filters.custom-job-filter {
  position: absolute;
  top: 375px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border-radius: 25px;
  background: rgba(28, 53, 94, 0.75);
  padding: 30px 0;
  z-index: 999;
}

.job-text-wrap p {
  font-size: 12px;
  font-weight: 500;
}

.job_filters .search_jobs .search_submit input[type="submit"],
.search_submit.job-filter-width input[type="submit"] {
  background: #3c8840;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
}

form.custom-job-filter.shortcodeForm
  .search_submit.job-filter-width
  input[type="submit"] {
  width: 100%;
}

.job_filters
  .search_jobs
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.job_filters
  .search_jobs
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  color: #1c355e;
  line-height: 38px;
  height: 40px;
}

.job_filters
  .search_jobs
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #1c355e transparent transparent transparent;
}

.showing_jobs.wp-job-manager-showing-all {
  color: #fff;
  background: #1c355e;
  border: none;
}

.showing_jobs.wp-job-manager-showing-all a {
  color: #fff;
}

.job-listing-page .row ul.job_listings {
  display: flex;
  padding-top: 50px;
  flex-wrap: wrap;
}

form.custom-job-filter.shortcodeForm {
  width: 100%;
  border-radius: 25px;
  background: none;
  padding: 30px 0 15px;
}

form.custom-job-filter.shortcodeForm select {
  width: 100%;
  appearance: none !important;
  box-shadow: none !important;
}

.job-filter-width .select2.select2-container .select2-selection:hover {
  box-shadow: none !important;
}

.home-search-form .home_page_form .quick-search ul li a:hover {
  color: #fff !important;
}

form.custom-job-filter.shortcodeForm span.select2-selection__arrow {
  display: none !important;
}

.search_jobs .search_submit.job-filter-width::after {
  display: none !important;
}

form.custom-job-filter.shortcodeForm span#select2-search_region-container {
  color: #1c355e;
  line-height: 38px;
  height: 40px;
}

form.custom-job-filter.shortcodeForm span.select2-selection__arrow {
  color: #1c355e;
  line-height: 38px;
  height: 40px;
}

form.custom-job-filter.shortcodeForm
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #1c355e transparent transparent transparent;
}

ul#select2-search_region-results li {
  font-size: 12px;
  font-weight: 600;
  color: #1c355e;
}

.single-job-listing-header {
  background: url(images/job-listing-banner.png) no-repeat;
  background-size: cover;
  position: relative;
  background-size: cover;
}

.top-share-icons ul li a i {
  font-family: fontawesome;
  font-style: normal;
}

.job-description-wrapper-left {
  padding-left: 300px;
}

.single-job-listing-header:before {
  content: "";
  background: rgba(60, 136, 64, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.job-description-wrapper-right {
  background: #3c8840;
  color: #fff;
  padding: 100px 70px;
}

.single-custom-site-logo {
  position: absolute;
  z-index: 999;
  background: #fff;
  padding: 10px 20px 10px 45px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border: 1px solid #111;
  top: 10px;
}

.single-custom-site-logo img {
  max-width: 220px;
}

.row.job-description-wrapper-row {
  align-items: center;
  margin: 0;
  background-size: cover;
}

.h2heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  color: #1c355e;
  text-align: left;
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Black"; */
}

.job-description-wrapper-left ul li {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Medium"; */
  display: inline-flex;
}

.top-share-icons ul li a {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

.job-description-wrapper-left ul li span {
  min-width: 160px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-share-icons ul li {
  display: inline-block;
  margin-right: 15px;
}

.top-share-icons h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Medium"; */
  margin-bottom: 0;
}

.single_job_listing h2 {
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Medium"; */
}

.job-apply-btns {
  width: 44%;
}

.job-apply-btns a,
.single-job_listing
  .job-apply-btns
  form.job-manager-form.wp-job-manager-bookmarks-form {
  display: inline-block;
  width: 100%;
  max-width: initial;
  color: #1c355e;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  height: auto;
  text-decoration: none;
  line-height: 25px;
  padding: 3px 20px;
  clear: both;
  display: table;
}

.job-apply-btns a img {
  max-width: 45px;
  width: 45px;
  margin: 0px 5px 0 0px !important;
}

.job-apply-btns .job-manager-form.wp-job-manager-bookmarks-form img {
  max-width: 45px;
  margin: 0px 5px 0 0px !important;
  width: 45px;
}

.top-share-icons {
  margin-bottom: 20px;
}

section.custom-single-job-page {
  padding: 40px 0;
}

.single_job_listing .meta,
.single_job_listing .company {
  display: none;
}

.editorText,
.single_job_listing {
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Medium"; */
}

.editorText h2,
.editorText h3,
.editorText h4,
.editorText h5,
.editorText h6 {
  color: #1c355e;
}

.single_job_listing .job_description p,
.editorText p,
.editorText ul li,
.editorText ol li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #707070;
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Medium"; */
}

.editorText ul,
.editorText ol {
  padding-left: 40px;
}

.editorText ul li,
.editorText ol li {
  padding-left: 20px;
  position: relative;
}

.editorText ul li:before {
  content: ".";
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
}

.editorText ul li:before {
  content: ".";
  position: absolute;
  font-size: 28px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #707070;
  line-height: 14px;
}

.editorText a {
  color: #3c8840;
  text-decoration: none;
}

.below-btn ul li a img {
  max-width: 40px;
  margin: 0px 5px 0 10px;
  min-width: 40px;
}

.below-btn ul li a {
  display: block;
  min-width: 200px;
  max-width: 200px;
  color: #1c355e;
  background: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  height: 50px;
  text-decoration: none;
  line-height: 50px;
  border: 1px solid #111;
  font-size: 14px;
}

.below-btn ul,
.below-btn ul li {
  padding-left: 0;
}

.below-btn ul li {
  display: inline-flex;
  margin-right: 25px;
}

.below-btn ul li:before {
  display: none;
}

.application_details.show-form {
  display: block !important;
}

.listing-search-form .search_jobs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.listing-search-form .job-filter-width {
  width: 100% !important;
  display: block !important;
  clear: both;
}

.listing-search-form .job-filter-width select,
.listing-search-form .job-filter-width .select2-selection {
  width: 100%;
}

.listing-search-form label {
  color: #1c355e;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.single-job-desc-wrapper {
  /* border-left: 1px solid #bbb; */
  /* padding-left: 15px; */
  /* border-right: 1px solid #bbb; */
  /* padding-right: 15px; */
}

.listing-search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  border-radius: 5px;
  color: #1c355e;
  font-weight: 600;
  font-size: 15px;
}

.listing-search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #1c355e transparent transparent transparent;
  border-width: 6px 3px 0 3px;
  margin-top: 3px;
  margin-left: -2px;
}

.listing-search-form .search_submit.job-filter-width input[type="submit"] {
  width: 100%;
  margin-top: 20px;
}

.single_job_listing .application .application_details:after,
.single_job_listing .application .application_details:before {
  display: none;
}

.custom-single-job-page .wp-job-manager-bookmarks-form div.bookmark-details {
  display: block;
}

.single-job_listing form.job-manager-form.wp-job-manager-bookmarks-form {
  margin: 0;
  display: block;
  width: auto;
  max-width: 170px;
  color: #1c355e;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  height: 50px;
  text-decoration: none;
  line-height: 50px;
}

.single-job_listing input.submit-bookmark-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #1c355e;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.single-job_listing .job-manager-form.wp-job-manager-bookmarks-form img {
  max-width: 45px;
  margin: 0px 0px 0 10px;
  width: 45px;
}

.single-job_listing
  form.job-manager-form.wp-job-manager-bookmarks-form:hover
  input.submit-bookmark-button {
  color: #0056b3;
  text-decoration: underline;
}

.relatedjobs .heading {
  display: none;
}

.relatedjobs {
  background-color: transparent;
}

.relatedjobs ul li:hover {
  box-shadow: none;
}

.relatedjobs ul li.col_3 {
  width: 100%;
  border: 1px solid #3f873f;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  color: #1c355e;
  font-weight: 600;
}

.relatedjobs ul {
  padding-left: 0;
}

.relatedjobs ul li:before {
  display: none;
}

.relatedjobs .title a {
  color: #1c355e;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  border: 0;
}

.loc,
.single-sector,
.single-job-cat {
  font-size: 14px;
  margin: 3px 0;
  display: flex;
}

.single-sector span {
  background-color: #1c355e;
  color: #fff;
  padding: 0px 15px;
  letter-spacing: 1px;
  border-radius: 20px;
  margin: 5px 0;
  display: inline-block;
}

span.related-img {
  display: inline-block;
  margin-right: 2px;
}

.related-img img {
  max-width: 20px;
}

.single-more-btn a.green-btn {
  color: #fff;
  padding: 5px 20px;
  margin: 10px 0 5px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
}

.job-alert-header {
  background-color: #1c355e;
  padding: 100px 0 100px;
}

.job-alert-header .custom-site-logo {
  top: 35px;
}

.page_title {
  position: absolute;
  bottom: 20px;
  left: 10%;
}

.page_title h4,
.page_title .h4 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}

.showing_jobs {
  display: none !important;
}

.loc .dashicons,
.loc .dashicons-before:before {
  vertical-align: middle;
}

.single-job_listing .below-btn .job-manager-form {
  font-size: 14px;
  /*border: 1px solid #111;
    background: #f7f7f7;*/
}

.below-btn form.job-manager-form.wp-job-manager-bookmarks-form {
  border: 1px solid #111;
  background: #f7f7f7;
  min-width: 200px;
}

.relatedjobs hr {
  display: none;
}

.job-two-btn .job-manager-form.wp-job-manager-bookmarks-form {
  display: inline-flex;
  border-radius: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  background: #1c355e;
  margin-left: 25px;
}

.job-two-btn a.bookmark-notice {
  padding: 0;
}

.home .job-two-btn .job-manager-form.wp-job-manager-bookmarks-form {
  padding: 4px 20px;
  margin: 0;
}

.job-two-btn .job-manager-form img {
  display: none;
}

.job-two-btn input.submit-bookmark-button {
  background: transparent;
  color: #fff;
  text-transform: unset;
  border: none;
  font-size: 12px;
}

.job-two-btn .job-manager-form .spinner {
  display: none;
}

.job-alerts {
  padding-top: 60px;
  padding-bottom: 60px;
}

.job-alerts #job-manager-alerts th {
  font-weight: 600;
  font-size: 15px;
  color: #3f873f !important;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--geistfont) !important;
  /* font-family: "Montserrat", sans-serif; */
  padding: 0.5em 1em 0.5em 1em;
}

.job-alerts #job-manager-alerts td {
  font-size: 15px;
  font-weight: 600;
  color: #1c355e;
  line-height: 22px;
  padding: 0.5em 1em 0.5em 1em;
}

.job-alerts #job-manager-alerts table ul.job-alert-actions {
  margin: 10px 0 0;
}

.job-alerts tfoot a {
  color: #fff;
  border-radius: 15px;
  padding: 4px 20px;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  background: #3f873f;
}

.job-alerts .job-manager-alerts,
.job-alerts .job-manager-alerts td,
.job-alerts .job-manager-alerts th {
  border: 1px solid #1c355e;
  border-collapse: separate;
  border-spacing: 2px;
}

.job-alerts p {
  font-size: 13px;
  font-weight: 600;
  color: #1c355e;
  line-height: 22px;
}

.job-alerts form.job-manager-form {
  display: flex;
  flex-wrap: wrap;
}

.job-alerts .job-manager-form fieldset {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  border-bottom: none;
}

.job-alerts .job-manager-form fieldset label {
  display: none;
}

.job-alerts .job-manager-form fieldset div.field {
  width: 100%;
  float: none;
  vertical-align: middle;
  border: 2px solid #1c355e;
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 20px;
  height: 50px;
}

.job-alerts input.text,
.job-alerts input.title,
.job-alerts input[type="email"],
.job-alerts input[type="password"],
.job-alerts input[type="tel"],
.job-alerts input[type="text"],
.job-alerts select,
.job-alerts textarea {
  padding: 0;
  border: none;
}

.job-alerts .select2-container--default .select2-selection--multiple,
#et-main-area .job-alerts .select2.select2-container .select2-selection {
  background-color: transparent !important;
  border: none !important;
  border-radius: 4px;
  cursor: text;
  height: auto !important;
  min-height: auto !important;
  padding: 0 0 0 0 !important;
  line-height: 13px !important;
}

#et-main-area
  .job-alerts
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  color: #4e4e4e;
  font-size: 16px;
  font-family: var(--geistfont) !important;
  /* font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
}

.job-alerts
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none !important;
  height: auto !important;
  min-height: auto !important;
  background-color: transparent !important;
}

.job-alerts .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.job-alerts ul.select2-selection__rendered {
  padding: 0px 0 !important;
  margin: 0 !important;
}

.job-alerts input[type="submit"] {
  background: #3c8840;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0px 20px;
}

.job-alerts .job-manager-form p {
  text-align: center;
  margin: 0 auto;
}

.um.um-register {
  width: 100%;
  max-width: 100% !important;
}

.um-register .um-col-1 {
  display: flex;
  flex-wrap: wrap;
}

.um-register .um-field {
  max-width: 47%;
  flex: 0 0 47%;
  padding: 0 15px !important;
  margin-bottom: 30px;
}

.job-register .um .um-form input[type="text"],
.job-register .um .um-form input[type="tel"],
.job-register .um .um-form input[type="number"],
.job-register .um .um-form input[type="password"],
.job-register .um .um-form textarea,
.job-register .um .upload-progress,
.job-register .select2-container .select2-choice,
.job-register .select2-drop,
.job-register .select2-container-multi .select2-choices,
.job-register .select2-drop-active,
.job-register .select2-drop.select2-drop-above {
  border: 1px solid #bbb !important;
  border-radius: 10px;
  height: 50px !important;
}

.job-register .um-field-label .um-field-label-icon i {
  color: #3f873f;
}

.job-register .um-field-label label {
  color: #1c355e;
}

.job-register .um-field-area {
  text-align: left !important;
}

.um .um-left input[type="submit"].um-button,
.um .um-left input[type="submit"].um-button:focus,
.um .um-field-area a.um-button {
  background: #3f873f !important;
}

.um .um-right .um-button,
.um .um-right .um-button:focus {
  background: #1c355e !important;
  color: #fff !important;
}

.search_jobs
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.search_jobs
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow:before {
  display: none;
}

.search_jobs
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow
  b[role="presentation"] {
  display: block;
}

.quick-search {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.quick-search.search-sector-job {
  margin-bottom: 0;
}

.quick-search h4 {
  color: #3f873f;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.quick-search ul {
  display: flex;
  padding-left: 0px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.quick-sector a {
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
}

.quick-sector a:hover {
  color: #3c8840;
}

li.quick-sector {
  padding-left: 10px;
}

li.quick-sector:before {
  content: "|";
  color: #fff;
}

.branches-job a {
  color: #1c355e !important;
}

/* recruit */
#et-main-area .recruit-blue-text {
  font-size: 11px;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  border-width: 1px;
  background-color: #1c355e;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-top: -100px !important;
  position: absolute;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
}

.recruit-blue-text .right-recruit {
  right: 0;
}

.values-bottom-block h3 {
  font-size: 32px;
  color: #3f873f;
  font-weight: 700;
}

.values-bottom-block h3 span {
  color: #1c355e;
}

.search_categories .select2-container .select2-search--inline {
  line-height: 44px;
}

.search_categories.job-filter-width
  .select2.select2-container
  .select2-selection {
  height: 40px !important;
}

.search_categories .select2-container .select2-search--inline input {
  color: #1c355e;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-html-widget .col-menu ul li:first-child {
  margin: 0;
}

.values-bottom-block .et_pb_main_blurb_image {
  margin-bottom: 0;
}

.email-form .form-field,
.email-form .form-email {
  float: left;
}

.email-form .form-field input,
.email-form .form-email input {
  height: 50px;
  border-radius: 15px;
  border-color: #747474;
  margin-bottom: 35px;
  background-color: #f7f7f7;
  padding-left: 50px;
  font-weight: bold;
  color: #bebebe;
}

.email-form .form-field textarea {
  /* height: 50px; */
  border-radius: 15px;
  border-color: #747474;
  margin-bottom: 35px;
  background-color: #f7f7f7;
  padding-left: 10px;
  font-weight: bold;
  color: #bebebe;
  width: 100%;
}

.email-form .form-field select {
  height: 50px;
  border-radius: 15px;
  border-color: #747474;
  margin-bottom: 35px;
  background-color: #f7f7f7;
  padding-left: 10px;
  padding-right: 20px;
  font-weight: bold;
  width: 100%;
  color: #bebebe;
}

.email-form .form-field input {
  width: 100%;
  background: #f7f7f7 url(images/person-8.png) no-repeat;
  background-size: 20px;
  background-position: 20px center;
}

.email-form .form-field.form-number input {
  width: 100%;
  background: #f7f7f7 url(images/phone.png) no-repeat;
  background-size: 16px;
  background-position: 20px center;
}

.email-form input::placeholder,
.email-form textarea::placeholder {
  color: #bebebe;
}

.email-form .form-email input {
  width: 100%;
  background: #f7f7f7 url(images/email.png) no-repeat;
  background-size: 25px;
  background-position: 14px center;
}

.wpcf7-form input[type="submit"] {
  width: 180px;
  height: 50px;
  background-color: #4c8d4e;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 15px;
  margin-left: 15px;
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #1c355e;
}

.face-content {
  padding-left: 90px;
  position: relative;
}

.face-content:before {
  background-color: #1c355e;
  /* padding: 6px 20px; */
  border: 4px solid #3f873f;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-right: 0;
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 60px;
  left: 0;
  top: 10px;
  position: absolute;
  box-shadow: 0px 1px 0px 4px rgba(0, 0, 0, 0.2);
}

.face-first:before {
  content: "1";
}

.face-first select {
  border-radius: 9px;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #bbb;
  background-color: #f7f7f7;
  color: #1c355e;
  font-weight: 600;
}

.face-first select:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #333;
  width: 15px;
  height: 15px;
}

.face-second:before {
  content: "2";
}

.face-third:before {
  content: "3";
}

.face-fourth:before {
  content: "4";
}

.face-fifth:before {
  content: "?";
}

.face-content ul li {
  font-family: var(--geistfont) !important;
  /* font-family: "Avenir-Medium"; */
  margin-bottom: 8px;
  font-size: 17px;
}

.face-content ul {
  list-style: outside;
  padding-left: 15px;
  padding-bottom: 0;
}

a.print-doc {
  border: 1px solid #bbb;
  background-color: #f7f7f7;
  padding: 10px 20px;
  border-radius: 10px;
}

a.print-doc img {
  margin-right: 10px;
}

a.back-reg {
  border: 1px solid #bbb;
  background-color: #f7f7f7;
  padding: 0 10px;
  border-radius: 10px;
  display: inline-block;
}

.cat-items-title .et_pb_post {
  margin: 0;
}

.cat-items-title h2 {
  margin: 0;
}

/* Review Page */
.latest-review-wrapper {
  border: 1px solid #1c355e;
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 20px 40px 50px;
  margin-bottom: 60px;
  position: relative;
  color: #1c355e;
  min-height: 240px;
}

.latest-review-wrapper img {
  max-width: 250px;
}

.title-date {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.title-date h4.top-green-vacancy-title {
  padding: 0;
  font-size: 20px;
  color: #1c355e;
}

p.review-date {
  margin: 0 0 10px;
  font-size: 14px;
  color: #1c355e;
}

.review-more {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  bottom: -10px;
}

.review-more button {
  background-color: #3f873f;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px 10px 70px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  border: none;
}

.review-more button:hover {
  background-color: #1c355e;
  color: #fff;
  text-decoration: none;
}

.review-more button:before {
  content: "";
  background-image: url(images/glaasses.png);
  background-repeat: no-repeat;
  background-size: 44px;
  width: 45px;
  height: 25px;
  position: absolute;
  top: 9px;
  left: 16px;
}

.review-modal .modal-dialog {
  max-width: 50%;
  top: 25%;
}

.review-modal .modal-content {
  border: 2px solid #3f873f;
  border-radius: 10px;
}

h4.modal-title {
  padding: 0;
  font-size: 22px;
  color: #1c355e;
}

.review-modal button.close {
  color: #1c355e;
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
}

.modal-body p {
  color: #1c355e;
}

.menu-profile a,
.menu-logout a,
.menu-register a,
.menu-login a {
  position: relative;
  padding-right: 38px;
}

.menu-profile a:before,
.menu-login a:before {
  content: "";
  background-image: url(images/header-login.png);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 33px;
  position: absolute;
  top: -8px;
  right: 0;
}

.menu-logout a:before,
.menu-register a:before {
  content: "";
  background-image: url(images/header-register.png);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 33px;
  position: absolute;
  top: -8px;
  right: 0;
}

/*archive page*/
/*.tax-sector div#sidebar {
    display: none;
}*/

.archive #main-content .container:before,
.single #main-content .container:before,
#main-content .container:before {
  background-color: transparent;
}

.archive div#left-area {
  width: 100%;
  display: inline-block;
  padding: 0 !important;
  margin: 0 auto;
}

/*
.archive article .archive-job-content{
    border: 1px solid;
    border-radius: 30px;
    padding: 20px 30px;
    color: #1C355E;
}
.archive article {
    max-width: 47%;
    margin-left: 50px;
    width: 47%;
    float: left;
}
.archive article:nth-child(odd){
    margin-left: 0px;
}*/
.archive-article {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.archive-article article {
  max-width: 31.33%;
  flex: 0 0 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.archive-article article:nth-child(3n) {
  margin-right: 0;
}

.archive-article a,
.archive-article .post-meta a,
.archive-article p {
  color: #1c355e;
}

.archive-article h2.entry-title {
  font-weight: 700;
}

.archive-article a.more-link {
  text-transform: capitalize;
  font-weight: 600;
}

#left-area .archive-article .post-meta {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #3f873f !important;
  display: inline-block;
  text-align: right;
  float: right;
}

.route-active a {
  background: #fff !important;
  color: #1c355e !important;
}

.library-post-section p.post-meta {
  position: absolute;
  bottom: 11px;
  right: 15px;
}

.library-post-section article {
  position: relative;
}

.library-post-section a.more-link {
  text-transform: capitalize;
}

.single #left-area,
.page-template-default #left-area {
  width: 71.125%;
}

.single #sidebar,
.page-template-default #sidebar {
  width: 28.875%;
}

#sidebar.sidebar-calumn {
  padding: 20px;
  background-color: #3f873f;
  color: #fff;
}

.page #sidebar.sidebar-calumn {
  padding: 0;
  width: 100%;
}

.sidebar-calumn h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff !important;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.sidebar-calumn h2.entry-title {
  font-size: 15px;
}

.sidebar-calumn a {
  color: #fff;
  font-size: 15px;
}

.sidebar-calumn a:hover {
  color: #fff;
}

.cat-section {
  margin-bottom: 50px;
}

.single h1.entry-title {
  font-weight: 700;
  font-size: 28px;
  color: #1c355e;
}

.single .entry-content {
  color: #1c355e;
}

.single #comment-wrap {
  padding-top: 25px;
}

#comment-wrap h3 {
  font-weight: 700;
  font-size: 28px;
  color: #1c355e;
}

.comment-form p,
.logged-in-as a {
  color: #1c355e;
}

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"] {
  width: 100%;
}

#commentform input#submit {
  background-color: #4c8d4e;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px 20px;
}

.page-template-default article {
  color: #1c355e;
}

.latest-job-wrapper
  .job-two-btn
  .job-manager-form.wp-job-manager-bookmarks-form {
  padding: 3px 20px 2px;
  margin: 0;
}

.tax-sector .home-latest-job {
  padding-bottom: 40px;
}

/* sector search */
section.sector {
  padding: 50px 0;
}

.sector-search-section .heading h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  color: #1c355e !important;
  text-align: left;
}

.sector_search_jobs .col-md-6 {
  margin-bottom: 30px;
}

.sector_search_jobs .col-md-6 .sector-items {
  background-color: #ddd;
  padding: 20px;
  border-radius: 15px;
}

.sector_search_jobs .job-filter-width {
  width: 48% !important;
}

.sector_search_jobs label {
  display: block;
  color: #1c355e !important;
  font-weight: 500;
}

.sector_search_jobs select {
  width: 100%;
  margin-bottom: 10px;
}

.sector-items h4 {
  font-size: 20px;
  color: #3f873f !important;
}

.sector_search_jobs .search_region {
  display: none;
}

.sector_search_jobs .search_submit {
  margin-top: 10px;
}

.sector_search_jobs .search_submit a {
  background-color: #4c8d4e;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  padding: 5px 20px;
}

.page-template-sector-search .home-search-form {
  top: 294px;
}

ul#menu-footer_menu_1 {
  margin: 0;
}

h4.social-heading {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

/*Toggle menu */
.toggle-menu-one {
  position: absolute;
  top: 0px;
  font-size: 22px;
  color: #fff;
  right: 30px;
  z-index: 99;
  display: none;
}

.toggle-menu-two {
  position: absolute;
  top: -50px;
  font-size: 22px;
  color: #3f873f;
  right: -10px;
  z-index: 99;
  display: none;
}

.toggle-menu-one .fa-bars:before,
.toggle-menu-two .fa-bars:before {
  font-weight: 900;
  font-family: fontAwesome;
  font-style: normal;
}

.inner-page-top-menu {
  position: relative;
}

article.et_pb_post.post.status-publish {
  min-height: 420px;
}

input[type="number"] {
  padding: 2px;
  border: 1px solid #bbb;
  border-top-color: rgb(187, 187, 187);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(187, 187, 187);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(187, 187, 187);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(187, 187, 187);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: #4e4e4e;
  background-color: #fff;
}

.page-title-archive {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 10%;
}

.two-col-job-content {
  font-size: 13px;
  font-weight: bold;
  color: #1c355e;
  margin-top: 20px;
}

.two-col-job-info {
  padding-left: 0;
}

.job-info-col-left {
  flex-basis: 50%;
}

.job-info-col-right {
  flex-basis: 50%;
}

.two-col-job-info p {
  margin: 0 0 5px;
  line-height: 1;
}

.two-col-job-content p {
  font-size: 15px;
  line-height: 1.4;
}

.two-col-job-content .job-two-btn {
  text-align: center;
}

.latest-job-wrapper {
  height: 100%;
}

.alert-btn {
  background: #3c8840;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0px 20px;
  margin-top: 20px;
}

.alert-btn:hover {
  color: #fff;
}

.gsurvey-rating:not(:checked) > label {
  width: 48px !important;
  line-height: 48px !important;
  background-image: url(images/empty-star.png);
  background-size: 46px 46px !important;
  text-indent: 3em;
}

.lrg-btn {
  border-radius: 15px;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
}

.lrg-btn:hover {
  background-color: #1c355e;
}

body.archive.category form.job_filters.custom-job-filter {
  display: none;
}

.dashboard-column-header {
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  /*min-height: 60px;*/
}

.dashboard-column-header p {
  padding: 0px;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.dashboard-column-content {
  padding: 10px;
}

.dashboard-column-content p,
.dashboard-column-content li {
  padding: 0px;
  font-size: 12px;
  margin-bottom: 0.5em;
}

.dashboard-column-content a.button {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.dashboard-column-content h4,
.dashboard-column-content h5 {
  font-weight: 600;
  font-size: 14px;
  margin: 1em 0 0em;
  color: #3f873f;
}

.dashboard-column-content h5 {
  margin-left: 15px;
}

.dashboard-column-content .upload-form {
  margin: 0;
}

.dashboard-column-content .upload-form .gfield_label {
  font-size: 12px !important;
  font-weight: 600;
  color: 000;
}

@media only screen and (min-width: 768px) {
  .dashboard-column-content .upload-form .gfield {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    max-width: 33%;
  }

  .dashboard-column-content .gform_wrapper_original_id_5 .upload-form .gfield {
    max-width: 100%;
    padding: 0;
  }
}

.dashboard-column-content .upload-form ul {
  margin: 0;
  padding: 0;
}

.dashboard-column-content .upload-form .gform_footer .gform_button {
  min-width: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px !important;
  padding: 0 40px !important;
  margin-left: 15px;
  margin-top: 1em;
}

.dashboard-column-content
  .gform_wrapper_original_id_5
  .upload-form
  .gform_footer
  .gform_button {
  margin-left: 0;
}

.dashboard-column-content .upload-form .gform_footer {
  padding: 0;
}

.dashboard-column-content .et_pb_text_inner ul li {
  margin-left: 1em;
  list-style-type: disc;
}

.dashboard-column-content .et_pb_text_inner form ul li {
  margin-left: 0em;
  list-style-type: none;
}

.gfield.fix-height {
  min-height: 114px;
}

.log-progress {
  display: flex;
  justify-content: center;
}

.log-progress-bar {
  width: 60%;
  margin: 0 15px;
  border: 1px solid #cec6bf;
}

.log-progress-bar i {
  height: 100%;
  display: block;
  background: #3f873f;
}

.gfield .select2.select2-container .select2-selection {
  height: 50px !important;
  border-radius: 15px !important;
  border-color: #747474 !important;
  margin-bottom: 35px !important;
  background-color: #f7f7f7 !important;
  padding-left: 50px !important;
  font-weight: bold !important;
  color: #bebebe !important;
  width: 100% !important;
  line-height: 50px !important;
}

.gfield .select2.select2-container {
  width: 100% !important;
}

.gfield
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px !important;
  color: #bebebe !important;
  font-size: 16px !important;
}

.gfield
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow {
  top: 8px !important;
}

@media only screen and (min-width: 600px) {
  .row.job-description-wrapper-row .col-md-6:last-child {
    padding-right: 0;
    padding-left: 0;
    background-size: cover;
  }
}

@media only screen and (max-width: 700px) {
  .single-job-listing-header {
    background-position: center top;
  }
}

/* ============== New Styling =================== */
.heading_h2 h2 {
  font-family: var(--geistfont) !important;
  font-weight: 400 !important;
  /* font-size: 50px !important; */
  font-size: clamp(2rem, 1.7672rem + 1.0345vw, 3.125rem) !important;
  line-height: 1.4;
  letter-spacing: -2px;
  color: #1d222b;
  padding: 0 !important;
  margin: 0 !important;
}

.heading_h3 h3 {
  font-family: var(--geistfont) !important;
  /* font-size: 30px !important; */
  font-size: clamp(1.5rem, 1.3707rem + 0.5747vw, 2.125rem) !important;
  font-weight: 400 !important;
  line-height: 1.3;
  letter-spacing: -1.2px;
}

.heading_h4 h4 {
  font-family: var(--geistfont) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.3;
  letter-spacing: 2.52px;
  color: #1d222b;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0 !important;
}

body.home {
  background: #f8f9fa !important;
}

/* ======= Top bar Sec =========== */
.topbar_sec {
  background: #152c52;
  padding: 5px 0;
  border-bottom: 2px solid #fff;
}

.topbar_sec #custom_html-5 {
  width: 100%;
}

.topbar_sec .topbar_content {
  display: flex;
  justify-content: space-between;
}

.topbar_sec .topbar_content .topbar_left {
  display: flex;
  align-items: center;
}

.topbar_sec .topbar_content .tb-contact-main {
  display: flex;
}

.topbar_sec .topbar_content .tb-contact-main p {
  color: #fff;
  font-family: var(--geistfont) !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

.topbar_sec .topbar_content .tb-contact-main a {
  padding-left: 15px;
  font-family: var(--geistfont) !important;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.topbar_sec .topbar_content .tb-contact-main a i {
  color: #418743;
}

.topbar_sec .topbar_content .topbar_right a {
  font-size: 20px;
}

.topbar_sec .topbar_content .topbar_right a i {
  color: #fff;
}

.top-navigation-sec .container-fluid,
.topbar_sec .container-fluid {
  padding-inline: 2.5%;
}

.top-navigation-sec .site_logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.top-navigation-sec .left-menu-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
}

.top-navigation-sec .left-menu-wrapper #custom_html-4 {
  width: 100%;
}

.top-navigation-sec .left-menu-wrapper #custom_html-4 .contact-wrapper {
  justify-content: center;
  gap: 50px;
  display: flex;
}

.top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location div a,
.top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location p {
  font-family: var(--geistfont) !important;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location p {
  margin-bottom: 4px;
  font-weight: 500;
}

.top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location div {
  display: flex;
  gap: 20px;
}

.top-navigation-sec .mobile-menu .menu-right-col {
  display: flex !important;
  align-items: center;
  justify-content: end;
}

.top-navigation-sec .menu-right-col .header_menu ul li:first-child {
  margin-right: 45px;
}

.top-navigation-sec .menu-right-col .header_menu ul li a {
  display: block;
  position: relative;
}

.top-navigation-sec .menu-right-col .header_menu ul li:first-child a {
  padding-right: 18px;
  border-right: 1px solid #657389;
}

.top-navigation-sec .menu-right-col .header_menu ul li:first-child a::before {
  content: "";
  width: 18px;
  height: 24px;
  background: url("/wp-content/uploads/2026/05/pen_icon.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -25px;
  top: -12%;
  z-index: 9;
}

.top-navigation-sec .menu-right-col .header_menu ul li:nth-child(2) a::before {
  content: "";
  width: 18px;
  height: 24px;
  background: url("/wp-content/uploads/2026/05/login.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -25px;
  top: -8%;
  z-index: 9;
}

.top-navigation-sec .menu-right-col .header_menu ul li.menu-toggle-container a {
  position: unset;
}

/* =-======= Banner Styling ============== */
.top-hero-section .home-search-form {
  background: transparent !important;
  top: unset !important;
  bottom: 20px;
  transform: translateX(-50%) !important;
}

.top-hero-section .home-search-form .home_page_form {
  border: 1px solid #d3dbe6;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 80%;
  margin: 0 auto;
  padding: 0 20px;
}

body.home .top-hero-section {
  height: 75vh;
}

.top-hero-section .hero-wrapper,
body.home .hero-wrapper img,
body.home .hero-wrapper img {
  height: 100% !important;
}

.top-hero-section .home-search-form .job-form-top-text {
  width: 65%;
  margin: 0 auto 110px;
}

.home-search-form .job-form-top-text .job-text-wrap h2 {
  font-family: var(--geistfont) !important;
  /* font-size: 60px !important; */
  font-size: clamp(2.375rem, 2.0905rem + 1.2644vw, 3.75rem) !important;
  font-weight: 400 !important;
  line-height: 1.3;
  letter-spacing: -2px;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

.home-search-form .job-form-top-text .job-text-wrap p {
  font-family: var(--geistfont) !important;
  /* font-size: 26px !important; */
  font-size: clamp(1rem, 0.9224rem + 0.3448vw, 1.375rem) !important;
  font-weight: 400 !important;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #ffffff;
  width: 70%;
  margin: 0 auto;
}

.home-search-form .job-form-top-text .banner_rating {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.home-search-form .job-form-top-text .banner_rating p {
  margin-bottom: 0 !important;
  font-family: var(--geistfont) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #ffffff !important;
}

.home-search-form .job-form-top-text .banner_rating p a {
  color: #fff !important;
  text-decoration: underline;
}

.home-search-form .job-form-top-text .banner_rating .stars i {
  font-size: 19px;
  color: #418743 !important;
}

.top-hero-section .hero-wrapper {
  position: relative;
}

.top-hero-section .hero-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1d222b;
  opacity: 0.53;
}

.home_page_form form select {
  padding-left: 50px !important;
  position: relative;
  border-radius: 13px !important;
}

.home_page_form form select#filter_job_type {
  background-size: 22px !important;
  background-position: 20px center !important;
  /* background-color: #fff; */
  background-image: url(/wp-content/uploads/2026/05/role.png);
  background-repeat: no-repeat;
  padding-left: 0 !important;
  text-indent: 50px;
}

.home_page_form form select#filter_sector_tag {
  background-size: 22px !important;
  background-position: 20px center !important;
  background-image: url(/wp-content/themes/divi-master/images/sector.svg);
  background-repeat: no-repeat;
  text-indent: 50px;
  padding-left: 0 !important;
}

.home_page_form form select#search_category {
  background-size: 22px !important;
  background-position: 20px center !important;
  background-image: url(/wp-content/themes/divi-master/images/contract.svg);
  background-repeat: no-repeat;
  text-indent: 50px;
  padding-left: 0 !important;
}

.home_page_form form .search_region #select2-search_region-container {
  background-size: 22px !important;
  background-position: 20px center !important;
  background-image: url(/wp-content/themes/divi-master/images/location.svg);
  background-repeat: no-repeat;
  padding-left: 50px;
}

.home_page_form form .search_submit input[type="submit"] {
  background-size: 15px !important;
  background-position: 27% 15px !important;
  background-image: url(/wp-content/uploads/2026/05/search.png);
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border-radius: 13px;
  width: max-content !important;
  padding: 0 50px 0 60px;
  height: 50px;
  cursor: pointer;
}

.home_page_form form .search_submit input[type="submit"]:hover {
  background-color: #3c8840 !important;
  background-size: 15px !important;
  background-position: 27% 15px !important;
  background-image: url(/wp-content/uploads/2026/05/search.png);
  background-repeat: no-repeat;
}

form.custom-job-filter.shortcodeForm
  .search_submit.job-filter-width
  input[type="submit"] {
  width: 80%;
}

.home-search-form .home_page_form .quick-search h4 {
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  color: #fff !important;
}

.home-search-form .home_page_form .quick-search ul li a {
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.3;
}

/* =============== Review slider sec ============ */
.review_slider_row {
  padding: 0 !important;
}

.review_slider_box {
  padding: 35px !important;
  margin: 0 !important;
  background: #ffffff;
  border: 1px solid #d3dbe6;
  border-radius: 0px 33px 33px 33px;
  width: 100% !important;
}

.review_slider_box .et_pb_module {
  margin: 0 !important;
}

.review_slider_box .stars {
  margin-bottom: 20px;
}

.review_slider_box .stars i {
  font-size: 16px !important;
  color: #418743 !important;
}

.review_slider_box h5 {
  font-family: var(--geistfont) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #1d222b !important;
  text-transform: capitalize;
}

.review_slider_box p {
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #3a4352 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home_page_reviews .review_slider_box .client_name p {
  color: #657389 !important;
}

.home_page_reviews .slick-track {
  display: flex;
  gap: 15px !important;
}

/* ================  Whatever your goal we’re here to help. =================*/
.help_sec_headings .et_pb_row,
.help_sec_boxes .et_pb_row {
  width: 100%;
  max-width: 90%;
}

.help_sec_headings {
  padding-top: 30px !important;
  border-top: 1px solid #d3dbe6;
}

.help_sec_boxes .et_pb_row {
  display: flex;
  gap: 12px;
}

.help_sec_boxes .et_pb_row .help_box {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  position: relative;
}

.help_sec_boxes .et_pb_row .slick-list {
  width: 100% !important;
}

.help_sec_boxes .et_pb_row .help_box .et_pb_image {
  margin: 0 !important;
  position: relative;
}

.help_sec_boxes .et_pb_row .help_box .et_pb_image img {
  width: 100% !important;
  border-radius: 0 40px 40px 40px;
}

.help_sec_boxes .et_pb_row .help_box .et_pb_image span {
  width: 100% !important;
  display: block;
}

.help_sec_boxes .et_pb_row .help_box .et_pb_image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1d222b;
  border-radius: 0 40px 40px 40px;
  opacity: 0.46;
}

.help_sec_boxes .et_pb_row .help_box .et_pb_heading {
  position: absolute;
  bottom: 25px;
  margin: 0 !important;
  z-index: 9;
  width: 90%;
  left: 20px;
}

.help_sec_boxes .et_pb_row .help_box .et_pb_heading h4 {
  font-family: var(--geistfont) !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1.3;
  letter-spacing: -0.22px;
  color: #ffffff !important;
  text-transform: capitalize;
  padding: 0 !important;
  margin: 0;
}

.help_sec_boxes .et_pb_row .help_box .et_pb_code {
  position: absolute;
  top: 20px;
  right: 20px;
}

.help_sec_cta {
  border-radius: 0px 33px 33px 33px;
  padding: 30px 50px !important;
}

.help_sec_cta h2 {
  font-family: var(--geistfont) !important;
  /* font-size: 33px !important; */
  font-size: clamp(1.5rem, 1.3836rem + 0.5172vw, 2.0625rem) !important;
  font-weight: 400 !important;
  line-height: 1.4;
  letter-spacing: -1.44px;
  color: #1d222b !important;
  margin: 0;
  padding: 0;
}

.help_sec_cta .et_pb_column {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.help_sec_cta {
  gap: 30px !important;
}

.help_sec_cta .et_pb_column:first-child {
  width: 35%;
}

.help_sec_cta .et_pb_column:nth-child(2) {
  width: 45%;
}

.help_sec_cta .et_pb_column:last-child {
  width: 20%;
  justify-content: end;
}

.help_sec_cta p {
  font-family: var(--geistfont) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.3;
  margin: 0 !important;
}

.help_sec_cta.cta_2 p {
  color: #3a4352 !important;
}

.help_sec_cta.cta_1 p {
  color: #d3dbe6 !important;
}

.help_sec_cta.cta_2 a.cta_btn {
  background: #e1e7ed !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 12px !important;
  color: #1d222b !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.3;
}

.help_sec_cta.cta_1 a.cta_btn {
  background: #161b22;
  padding: 14px 45px !important;
  border: none !important;
  border-radius: 12px !important;
  color: #d3dbe6 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.help_sec_cta a.cta_btn {
  font-family: var(--geistfont) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.3;
}

/* =========== Education Sector Sec ========= */
.education_sector {
  height: 880px;
  padding: 0 !important;
}

.education_sector .et_pb_row {
  height: 100%;
  position: relative;
  padding: 60px 45px 40px !important;
  width: 100%;
  max-width: 100%;
}

.education_sector .et_pb_row::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d222b;
  opacity: 0.46;
}

.education_sector_col {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

.education_sector_col:first-child {
  justify-content: space-between;
}

/* .education_sector_col .et_pb_image img{
  width: 130px;
  height: 226px;
} */
.education_sector_col .banner_rating {
  display: flex;
  gap: 17px;
}

.education_sector_col .banner_rating .stars i {
  font-size: 20px;
  color: #418743 !important;
}

.education_sector_col .banner_rating .rating_text p {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-family: var(--geistfont) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.3;
}

.education_sector_col .banner_rating .rating_text p a {
  color: #fff !important;
  text-decoration: underline;
}

.education_sector_col .heading_h2 h2 {
  color: #fff !important;
}

.education_sector_col:last-child {
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}

.education_sector_col:last-child .et_pb_button_module_wrapper {
  margin: 0 !important;
}

.education_sector_col:last-child .et_pb_button_module_wrapper a {
  background: #ecf0f7;
  border-radius: 13px;
  padding: 10px 30px !important;
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.3;
  color: #1d222b !important;
  border: none !important;
}

/* =============== Specialise sec ============== */
.specialise_sec .et_pb_row {
  padding: 20px 0px !important;
  display: flex;
  align-items: center;
}

.specialise_sec h2 {
  padding-left: 50px !important;
}

.specialise_sec p {
  font-family: var(--geistfont) !important;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #3a4352 !important;
}

.specialise_img_1,
.specialise_img_2 {
  position: relative;
  z-index: 9;
}

.specialise_img_1 span.et_pb_image_wrap,
.specialise_img_2 span.et_pb_image_wrap img,
.specialise_img_2 span.et_pb_image_wrap,
.specialise_img_1 span.et_pb_image_wrap img {
  width: 100%;
}

.specialise_img_2 span.et_pb_image_wrap img {
  width: 100% !important;
  border-radius: 0 33px 33px 33px;
}

.specialise_img_1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #d3dbe6;
  border-radius: 33px 33px 0px 33px;
  z-index: -1;
}

.specialise_img_2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #d3dbe6;
  border-radius: 0px 33px 33px 33px;
  z-index: -1;
}

/* .specialise_sec .et_pb_row.et_pb_row_12 .et_pb_column:first-child {
  margin-top: 40px;
} */
.specialise_sec .et_pb_button_module_wrapper a {
  background: #152c52 !important;
  font-family: var(--geistfont) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  padding: 10px 30px !important;
}

.specialise_sec .et_pb_button_module_wrapper a:hover {
  background: #152c52 !important;
}

.our_library_sec .et_pb_row::after {
  display: none !important;
}

/* =============== Video sec ============= */
.video_sec {
  border-top: 1px solid #d3dbe6;
}

.video_sec .et_pb_row {
  padding: 50px !important;
  border-radius: 0px 33px 33px 33px;
  position: relative;
  background: url(/wp-content/uploads/2026/05/video_bg.png) no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: end;
}

.video_sec .et_pb_row::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d222b;
  border-radius: 0px 33px 33px 33px;
  opacity: 0.46;
}

.video_sec .commited_col_1 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.video_sec .commited_col_1 p {
  font-family: var(--geistfont) !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #ffffff !important;
}

.video_sec .commited_col_1 .et_pb_button_module_wrapper {
  width: max-content !important;
  margin-bottom: 0 !important;
}

.video_sec .commited_col_1 .et_pb_button_module_wrapper a {
  border-radius: 13px;
  padding: 12px 50px !important;
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0px;
  color: #1d222b;
  border: none !important;
}

.video_sec .commited_col_1 .et_pb_button_module_wrapper a.btn_1 {
  background: #418743 !important;
}

.video_sec .commited_col_1 .et_pb_button_module_wrapper:last-child a {
  background: #ecf0f7 !important;
}

.cummitted_col_2 {
  display: flex;
  background: #fff;
  border-radius: 14px;
  padding: 11px;
  gap: 26px;
  margin-top: 28%;
}

.cummitted_col_2 .et_pb_video {
  width: 100% !important;
  margin: 0 !important;
}

.cummitted_col_2 .et_pb_video .et_pb_video_box {
  height: 100%;
  border-radius: 6px;
}

.cummitted_col_2 .et_pb_video .et_pb_video_box video {
  height: 100% !important;
  border-radius: 6px !important;
}

.cummitted_col_2 .et_pb_video > div {
  border-radius: 6px !important;
}

/* =========== our library sec ============ */
.our_library_sec .et_pb_row {
  display: flex;
  gap: 22px;
}

.our_library_sec .our_library_box {
  background: #ffffff;
  border: 1px solid #d3dbe6;
  border-radius: 0px 33px 33px 33px;
  /* padding: 30px !important; */
  margin: 0 !important;
  width: 33.33% !important;
}

.our_library_box .our_library_img {
  border-radius: 0 33px 0 0;
}

.our_library_sec .our_library_box .heading_h3 {
  padding: 0 30px !important;
  margin: 0 !important;
  position: relative;
}

.our_library_sec .our_library_box .heading_h3::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #d3dbe6;
}

.our_library_sec .our_library_box .et_pb_image_wrap {
  width: 100%;
}

.our_library_sec .our_library_box .et_pb_image_wrap img {
  width: 100% !important;
  object-fit: cover;
  height: 260px !important;
  border-radius: 0 33px 0 0;
}

.our_library_sec .our_library_box .et_pb_text {
  padding: 0 30px;
}

.our_library_sec .our_library_box .et_pb_button_module_wrapper {
  padding: 0 30px 30px;
}

.our_library_sec .our_library_box p {
  font-family: var(--geistfont) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #3a4352 !important;
}

.our_library_sec .our_library_box .et_pb_button_module_wrapper a {
  font-family: var(--geistfont) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  text-decoration: underline;
  color: #1d222b !important;
  border: none !important;
  padding: 0 !important;
}

.our_library_sec .our_library_box .et_pb_button_module_wrapper a:hover {
  background: none !important;
}

.our_library_sec .our_library_box .et_pb_button_module_wrapper a::after {
  display: none !important;
}

/* ============= Footer Cta Styling ============ */
.footer_cta .et_pb_row {
  background: transparent linear-gradient(243deg, #ffffff 0%, #d3dbe6 100%);
  border: 1px solid #d3dbe6;
  border-radius: 0 30px 30px;
  padding: 40px 80px;
  position: relative;
}

.footer_cta .et_pb_row {
  display: flex;
  align-items: flex-end;
}

.footer_cta .cta_rating {
  margin-bottom: 0 !important;
}

.footer_cta .cta_rating .rating_stars i {
  color: #418743;
  font-size: 20px;
}

.footer_cta h2 {
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  /* font-size: 50px !important; */
  font-size: clamp(1.75rem, 1.4655rem + 1.2644vw, 3.125rem) !important;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.footer_cta .et_pb_text p {
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  font-size: 19px !important;
  line-height: 1.3;
  margin: 0;
}

.footer_top_sec.p-5 {
  padding: 40px 0 50px 0 !important;
}

.footer_top_sec {
  background: #d3dbe6;
  border-radius: 0px 73px 73px 73px;
  position: relative;
  z-index: 99;
}

.footer_top_sec .et_pb_row,
.footer_top_sec .container {
  width: 100% !important;
  max-width: 90% !important;
}

.footer_top_menu {
  border-bottom: 1px solid #b5c1d0;
  padding-bottom: 24px;
}

.footer_top_menu .et_pb_menu {
  background: transparent !important;
}

.footer_top_menu nav ul {
  gap: 70px;
  display: flex;
}

.footer_top_menu nav ul li {
  position: relative;
}

.footer_top_menu nav ul li::after {
  content: "";
  width: 1px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: -30px;
  background: #b5c1d1;
  transform: translateY(-50%);
}

.footer_top_menu nav ul li:last-child:after {
  display: none;
}

.footer_top_menu nav ul li a {
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 1.3;
  letter-spacing: 2.52px;
  color: #1d222b;
  text-transform: uppercase;
}

.footer_top_menu .et_pb_menu__menu {
  width: 100%;
}

.footer_headings h2 {
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 1.3;
  letter-spacing: 2.52px;
  color: #1d222b;
  text-transform: uppercase;
}

.footer_top_sec .branches-job h5 {
  font-family: var(--geistfont) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.3;
  color: #1d222b !important;
  text-transform: capitalize;
  margin: 0;
}

.footer_top_sec .branches-job h5 a {
  font-weight: 300 !important;
  margin-bottom: 8px !important;
  display: block;
}

.footer_top_sec .branches-job-inner p {
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.3;
  color: #1d222b !important;
}

.footer_lastcol h2 {
  text-align: right;
  padding-right: 20px;
}

.footer_top_sec .footer_socialIcon {
  display: flex;
  justify-content: end;
  gap: 12px;
}

.footer_top_sec .footer_socialIcon a {
  font-size: 25px;
  color: #1d222b !important;
}

/* ============ Main footer ============== */
.footer_logo {
  padding: 0 !important;
}

.footer_logo .footer_logo_left {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 !important;
  justify-content: space-between;
}

.footer_logo_left .et_pb_image {
  margin: 0 !important;
}

.footer_logo_left img {
  height: 180px;
  object-fit: contain;
  width: 100% !important;
  max-width: 11% !important;
}

footer#main-footer {
  background: #152c52;
  padding-top: 60px;
  margin-top: -80px;
}

footer#main-footer .container {
  max-width: 90% !important;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) {
  display: none;
}

footer#main-footer .footer_left_col,
footer#main-footer .footer_left_col a {
  font-family: var(--geistfont) !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 1.3;
  color: #d3dbe5 !important;
  text-transform: capitalize;
}

footer#main-footer #text-6 p,
footer#main-footer #text-6 p a {
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #d3dbe5 !important;
}

footer#main-footer #media_image-2 {
  width: 100%;
  text-align: right;
}

footer#main-footer .clearfix:after,
footer#main-footer .clearfix:before {
  display: none !important;
}

footer#main-footer .footer-widget:after,
footer#main-footer .footer-widget:before {
  display: none;
}

footer#main-footer #footer-widgets {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: space-between;
}

footer#main-footer .footer-widget #nav_menu-3 {
  text-align: right;
  width: 100%;
}

footer#main-footer .footer-widget #nav_menu-3 ul li a {
  font-family: var(--geistfont) !important;
  /* font-size: 22px !important; */
  font-size: clamp(0.875rem, 0.7716rem + 0.4598vw, 1.375rem) !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #d3dbe5 !important;
}

.d_none {
  display: none !important;
}

/*============= Job sec styling ============== */
.home_page_joblisting {
  min-height: unset !important;
  top: 15px;
}

.job-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.job-card-wrapper .load_more a {
  background: #ecf0f7;
  border-radius: 13px;
  font-family: var(--geistfont) !important;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #1d222b !important;
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.job-card {
  background: #ffffff;
  border: 1px solid #d3dbe6;
  border-radius: 0px 33px 33px 33px;
  padding: 30px !important;
  position: relative;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.job-header h3 {
  /* font-size: 18px; */
  font-size: clamp(0.9375rem, 0.8987rem + 0.1724vw, 1.125rem) !important;
  margin: 0;
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.22px;
  color: #1d222b !important;
}

.job-new {
  background: #2f855a;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
}

.job-desc {
  font-size: 15px !important;
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #3a4352 !important;
  margin-bottom: 15px;
}

.job-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #374151;
  padding-bottom: 20px;
}

.job-meta span {
  font-family: var(--geistfont) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #3a4352 !important;
}

.job-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #d3dbe6;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  padding-left: 30px;
}

.job-buttons a.quick-apply {
  background: #152c52;
  border-radius: 13px;
  padding: 9px 40px !important;
  font-family: var(--geistfont) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #ffffff;
  height: 40px;
}

.job-buttons a.read-more {
  border-radius: 13px;
  padding: 9px 30px !important;
  font-family: var(--geistfont) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #1d222b !important;
  background: #ecf0f7;
  height: 40px;
}

.job-date {
  font-family: var(--geistfont) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #3a4352 !important;
  margin-top: 25px !important;
  position: absolute;
  bottom: 15px;
}

@media (max-width: 992px) {
  .job-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .job-card-wrapper {
    grid-template-columns: 1fr;
  }
}

.home_page_joblisting {
  padding-bottom: 0 !important;
}

.home_page_joblisting.et_pb_row_1 {
  min-height: 30px !important;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.save-job {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

/* ========== Job Listing page =========== */
.single-job-listing-header {
  background: #f8f9fa !important;
}

.single-job-listing-header:before {
  display: none;
}

.single-job-listing-header {
  min-height: unset !important;
  padding: 50px 30px;
}

.single-job-listing-header .home-search-form {
  margin: 0 auto !important;
  background: #d3dbe6;
  border: 1px solid #d3dbe6;
  border-radius: 27px;
  max-width: 80% !important;
}

.single-job-listing-header .home-search-form .home_page_form .quick-search h4 {
  color: #1d222b !important;
}

.single-job-listing-header
  .home-search-form
  .home_page_form
  .quick-search
  ul
  li
  a {
  color: #1d222b !important;
}

.single-job-listing-header
  .home-search-form
  .home_page_form
  .quick-search
  .quick-sector:before {
  color: #1d222b !important;
}

.single-job-listing-header
  .home-search-form
  .home_page_form
  .quick-search
  .quick-sector:nth-child(1)::before {
  display: none;
}

.single-job-listing-header .home-search-form .job-form-top-text {
  display: none;
}

.search_jobs {
  justify-content: center;
}

.search_jobs .job-filter-width {
  width: 20% !important;
  height: 50px;
}

.search_jobs .search_submit.job-filter-width {
  width: max-content !important;
}

/* =================== Single job page =========== */
section.custom-single-job-page {
  background: #f8f9fa !important;
  padding-bottom: 50px !important;
  padding-top: 0;
}

section.custom-single-job-page .container {
  max-width: 80% !important;
}

.custom-single-job-page .job-description-wrapper-left h1.h2heading {
  font-family: var(--geistfont) !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #1d222b !important;
  text-transform: capitalize;
}

.related_job .job-card-wrapper {
  grid-template-columns: repeat(1, 1fr);
}

.related_job .job-card-wrapper .job-card:nth-child(n + 4) {
  display: none !important;
}

.related_job .job-card-wrapper nav.sw-pagination {
  display: none !important;
}

.job-description-wrapper-left {
  display: flex;
  gap: 20px;
}

.job-description-wrapper-left > div {
  width: 50% !important;
}

.job-description-wrapper-left .inner_right span {
  display: block;
  background: #fff;
  border: 1px solid #d3dbe6;
  border-radius: 0px 17px 17px 17px;
  padding: 10px 30px;
  width: 340px;
  margin-left: auto;
}

.job-description-wrapper-left .inner_right span img {
  width: 300px !important;
  object-fit: contain;
}

.job-description-wrapper-left .inner_left ul {
  gap: 15px;
}

.job-description-wrapper-left .inner_left ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-description-wrapper-left .inner_left ul li span {
  font-family: var(--geistfont) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.3;
  color: #3a4352 !important;
}

.job-description-wrapper-left .inner_right .below-btn ul {
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.job-description-wrapper-left .inner_right .below-btn ul li {
  margin: 0;
  border: none !important;
  background: transparent;
}

.job-description-wrapper-left .inner_right .below-btn ul li * {
  margin: 0;
}

.job-description-wrapper-left .inner_right .below-btn ul li:last-child a {
  background: #152c52;
}

.job-description-wrapper-left .inner_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.job-description-wrapper-left .inner_right .below-btn ul li img {
  display: none;
}

.job-description-wrapper-left .inner_right .below-btn ul li a {
  background: #418743;
  border-radius: 13px;
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #ffffff !important;
  padding: 17px 38px !important;
  border: none !important;
  text-transform: capitalize;
  text-align: center;
}

.job-description-wrapper-left .inner_right .below-btn ul li form {
  border: none !important;
  background: transparent;
}

.job-description-wrapper-left
  .inner_right
  .below-btn
  ul
  li
  input.submit-bookmark-button {
  background: #ecf0f7;
  border-radius: 13px;
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #1d222b !important;
  text-transform: capitalize;
  text-align: center;
  background-image: url(/wp-content/uploads/2026/05/save.png);
  background-size: 14px;
  background-position: 55px 16px;
  background-repeat: no-repeat;
  padding: 17px 38px !important;
  width: 100%;
  padding-left: 70px !important;
}

.single-job-desc-wrapper h2 {
  font-family: var(--geistfont) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #1d222b !important;
  text-transform: capitalize;
}

.single-job-desc-wrapper h3 {
  font-family: var(--geistfont) !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #1d222b !important;
  text-transform: capitalize;
}

/* =============== register page ============= */
body.um-page-register .inner-hero-sec {
  padding: 0 !important;
  height: 0 !important;
}

body.um-page-register .inner-hero-sec .hero-wrapper {
  display: none !important;
}

body.um-page-register .inner-hero-sec .page_title {
  max-width: 1080px;
  position: unset;
  margin: 0 auto;
}

body.um-page-register .inner-hero-sec .page_title h1 {
  font-family: var(--geistfont) !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #1d222b !important;
  text-transform: capitalize;
  display: none;
}

.registration_form_sec .et_pb_row {
  padding: 0 !important;
  padding-left: 80px !important;
  border-left: 1px solid #d3dbe6;
  position: relative;
}

.registration_form_sec .heading_h3 h3 {
  margin: 0 !important;
  padding: 0 !important;
  background: url(/wp-content/uploads/2026/05/penicon.png) no-repeat;
  background-size: 33px;
  background-position: left center;
  padding-left: 55px !important;
  position: relative;
}

.registration_form_sec .heading_h3 h3::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: -89.5px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d3dbe6;
}

.registration_form form input,
.registration_form form select,
.registration_form form textarea {
  background: #fff !important;
  padding: 0 20px !important;
  border: 1px solid #d3dbe6 !important;
  border-radius: 0px 33px 33px 33px !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  font-family: var(--geistfont) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.16px;
  color: #1d222b !important;
  text-transform: capitalize;
}

.gfield_required {
  color: #ff2929 !important;
}

.registration_form form input[type="submit"] {
  background: #418743 !important;
  border-radius: 13px !important;
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3;
  padding: 10px 0 !important;
  color: #ffffff !important;
  min-width: 100% !important;
  text-transform: capitalize;
}

.registration_form form .gfield .select2.select2-container .select2-selection {
  background: #fff !important;
  padding: 0 20px !important;
  border: 1px solid #d3dbe6 !important;
  border-radius: 0px 33px 33px 33px !important;
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.16px;
  color: #1d222b !important;
  text-transform: capitalize;
}

.registration_form form input::placeholder {
  font-family: var(--geistfont) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.16px;
  color: #1d222b !important;
  text-transform: capitalize;
}

.registration_form form .job_location_field {
  margin-bottom: 0 !important;
}

.registration_form form #field_1_30 {
  margin-bottom: 50px;
}

.registration_form form #field_1_14 {
  padding-top: 60px;
  border-top: 1px solid #d3dbe6;
}

.registration_form form #field_1_11 {
  float: left;
  clear: left;
  margin-bottom: 70px !important;
}

.registration_form form #field_1_11 label {
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
}

.registration_form form #field_1_11 .ginput_container_fileupload {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.registration_form form #field_1_29 {
  float: right;
  clear: right;
  width: 50%;
  padding-left: 2%;
}

.registration_form form #field_1_14 {
  float: left;
  width: 100%;
  clear: both;
}

.registration_form form #field_1_11 .ginput_container_fileupload:before {
  background-color: #ffffff !important;
  border: 1px solid #d3dbe6 !important;
  border-radius: 33px !important;
  padding: 14px 15px 14px 30px !important;
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.16px;
  color: #1d222b !important;
  text-transform: capitalize;
  background-image: url(/wp-content/uploads/2026/05/upload.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 20px center;
  text-align: right;
  width: 145px !important;
  display: block;
}

.registration_form form #field_1_11 label {
  padding-bottom: 20px;
  margin: 0;
}

.registration_form form #field_1_11 span.gfield_description {
  display: block;
  margin: 0px 0 0 0;
  color: #3a4352 !important;
  font-size: 12px !important;
}

.registration_form form #gform_fields_1 label,
.registration_form form #gform_fields_1 input::placeholder,
.registration_form form #gform_fields_1 select option::placeholder,
.registration_form form #gform_fields_1 textarea::placeholder {
  font-family: var(--geistfont) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.16px;
  color: #1d222b !important;
  text-transform: capitalize;
}

.registration_form form #gform_fields_1 label {
  font-size: 16px !important;
}

.registration_form form #field_1_22,
.registration_form form #field_1_23 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.registration_form form #field_1_22 label,
.registration_form form #field_1_23 label {
  width: 100%;
}

.registration_form form #field_1_22 > label,
.registration_form form #field_1_23 > label {
  display: none;
}

.registration_form form #field_1_22 .ginput_container,
.registration_form form #field_1_22 .gfield_description,
.registration_form form #field_1_23 .ginput_container,
.registration_form form #field_1_23 .gfield_description {
  width: max-content !important;
}

.registration_form form #field_1_17 {
  margin-bottom: 0;
}

.registration_form form #field_1_14 h2 {
  margin: 0 !important;
  padding: 0 !important;
  background: url(/wp-content/uploads/2026/05/alert_icon.png) no-repeat;
  background-size: 33px;
  background-position: left center;
  padding-left: 55px !important;
  font-family: var(--geistfont) !important;
  /* font-size: 30px !important; */
  font-size: clamp(1.125rem, 0.9698rem + 0.6897vw, 1.875rem) !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -1.2px;
  position: relative;
}

.registration_form form #field_1_14 h2::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: -89.5px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d3dbe6;
}

.registration_form_sec .et_pb_row::before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 0;
  left: -9.5px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d3dbe6;
}

.registration_form form #field_1_34 {
  margin-top: 40px;
  margin-bottom: 10px !important;
}

.registration_form form .gfield_consent_description a {
  font-family: var(--geistfont) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  letter-spacing: -0.15px;
  color: #3d8ae3 !important;
  text-transform: capitalize;
}

section.custom-single-job-page .job-content {
  border: none !important;
}

section.custom-single-job-page .single-job-desc-wrapper ul {
  padding-left: 0 !important;
}

section.custom-single-job-page .single-job-desc-wrapper p,
section.custom-single-job-page .single-job-desc-wrapper ul li {
  font-family: var(--geistfont) !important;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #3a4352 !important;
}

.home_page_reviews {
  width: 100% !important;
  max-width: 100% !important;
}

/* ============== Job card btn ------------=========== */
.job-card.hidden {
  display: none;
}

.social_meda_col {
  display: none;
}

.home_page_form .job-filter-width {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.home_page_form .job-filter-width::after {
  font-family: "Font Awesome 7 Free";
  content: "\f0d7";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.company_logo_mob {
  display: none;
}

body.page-template-job-listing-page .job-listing-page-header {
  display: none !important;
}

body.page-template-register .top-hero-section {
  height: auto;
  padding: 0px 0 0px;
  background: transparent !important;
}

body.page-template-register .top-hero-section .page_title {
  position: unset;
  text-align: center;
}

body.page-template-register .top-hero-section .page_title h1 {
  font-family: var(--geistfont) !important;
  font-weight: 400 !important;
  font-size: clamp(2rem, 1.7672rem + 1.0345vw, 3.125rem) !important;
  line-height: 1.4;
  letter-spacing: -2px;
  color: #1d222b;
  padding: 0 !important;
  margin: 0 !important;
}

.footer_cta .et_pb_column_44 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 26% !important;
}

.footer_cta .et_pb_column_44 * {
  height: 100%;
  width: 100%;
}

.footer_cta .cta_img img {
  height: 100%;
  width: 100% !important;
  border-radius: 0 30px 30px 0;
  object-fit: cover;
}

/* ============= pagination ============= */
.job-card-wrapper nav.sw-pagination {
  grid-column: 1/-1;
  text-align: center;
}

.job-card-wrapper nav.sw-pagination * {
  border: 2px solid #152c52;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 16px !important;
  font-family: var(--geistfont) !important;
  font-weight: 400 !important;
  line-height: 1.3;
  text-decoration: none;
  letter-spacing: -0.22px;
  color: #1d222b !important;
}

.custom-site-logo {
  display: NONE !important;
}

body.page-id-331 .top-hero-section {
  height: 100vh;
}

body.page-id-331 .top-hero-section img {
  height: 100%;
  object-fit: cover;
}

body.tax-sector .home-search-form {
  padding: 20px;
}

.breadcrumb {
  position: absolute;
  top: 210px;
  z-index: 99;
  left: 2.5%;
  background: #f8f9fa;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumb a {
  color: #418743 !important;
  font-size: 18px;
  font-weight: 500;
}

.single-job_listing .breadcrumb,
body.page-template-register .breadcrumb {
  margin-bottom: 0;
  background: #f8f9fa;
  position: unset;
}

.single-job_listing .breadcrumb a,
body.page-template-register .breadcrumb a {
  color: #418743 !important;
}

body.tax-sector .top-hero-section {
  height: 75vh;
}

body.tax-sector .top-hero-section img {
  height: 100%;
  object-fit: cover;
}

body.tax-sector #main-content .container {
  width: 90% !important;
  max-width: 100%;
}

body.tax-sector .home-search-form {
  top: 60% !important;
  padding: 30px !important;
}

.page_title {
  position: unset !important;
  text-align: center;
}

body .job-alert-header .custom-site-logo {
  display: none;
}

@media screen and (max-width: 1800px) {
  .top-navigation-sec .left-menu-wrapper #custom_html-4 .contact-wrapper {
    gap: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .help_sec_boxes .et_pb_row .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}

@media screen and (max-width: 1600px) {
  body.home .top-hero-section {
    height: 95vh;
  }

  .top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location div a,
  .top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location p {
    font-size: 12px;
  }

  .top-navigation-sec ul li a {
    font-size: 14px;
  }

  .top-navigation-sec .menu-right-col .header_menu ul li:first-child a::before {
    width: 18px;
    height: 18px;
    left: -26px;
  }

  .top-navigation-sec
    .menu-right-col
    .header_menu
    ul
    li:nth-child(2)
    a::before {
    width: 20px;
    height: 20px;
  }

  .footer_top_sec .et_pb_row,
  .footer_top_sec .container {
    max-width: 100%;
  }

  .footer_top_sec .branches-job-inner p {
    font-size: 15px !important;
  }

  .top-hero-section .home-search-form .home_page_form {
    width: 100%;
  }

  .top-navigation-sec .left-menu-wrapper #custom_html-4 .contact-wrapper {
    gap: 30px;
  }

  .job-buttons a.quick-apply {
    padding: 9px 20px !important;
  }

  body.tax-sector .top-hero-section {
    height: 80vh;
  }

  body.tax-sector .home-search-form {
    top: 70% !important;
  }
}

@media screen and (max-width: 1540px) {
  .footer_top_sec .branches-job-inner p {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1500px) {
  .top-navigation-sec .menu-right-col .header_menu ul li:first-child {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 1400px) {
  .top-navigation-sec .left-menu-wrapper #custom_html-4 .contact-wrapper {
    gap: 20px;
  }

  .job-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-search-form {
    width: 90%;
  }

  .top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location div a,
  .top-navigation-sec .left-menu-wrapper #custom_html-4 .contact_location p {
    font-size: 10px;
  }

  .registration_form form #field_1_14 h3 {
    background-size: 20px;
  }
   body.home .top-hero-section {
    height: 115vh;
  }
}

@media screen and (max-width: 1200px) {
  .top-hero-section .home-search-form .job-form-top-text {
    width: 100%;
  }

  .top-hero-section .home-search-form .home_page_form {
    width: 100%;
  }

  .job-buttons {
    flex-wrap: wrap;
  }

  .job-meta {
    flex-wrap: wrap;
  }

  .job-buttons a.read-more {
    width: 170px;
    text-align: center;
  }

  .top-navigation-sec .mobile-menu .row {
    justify-content: space-between !important;
  }

  .top-navigation-sec .mobile-menu .location_col {
    display: none !important;
  }

  .top-navigation-sec .mobile-menu .header_lastcol {
    max-width: 30% !important;
    width: 100% !important;
    flex: 100%;
  }

  .help_sec_boxes .et_pb_row .slick-track {
    display: flex;
    gap: 10px;
  }

  .top-navigation-sec ul {
    display: flex;
    justify-content: space-between;
  }

  .search_jobs .job-filter-width {
    width: 30% !important;
  }

  .search_jobs {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .help_sec_cta {
    flex-wrap: wrap;
    justify-content: start;
  }

  .help_sec_cta.cta_2 a.cta_btn {
    padding: 12px 20px !important;
  }

  .site_logo {
    max-width: 300px !important;
    width: 100% !important;
  }

  .single-job-listing-header .home-search-form {
    width: 100% !important;
  }

  .custom-single-job-page .row {
    flex-direction: column;
  }

  .custom-single-job-page .row > div {
    max-width: 100% !important;
    flex: 100% !important;
  }

  .footer_logo .footer_logo_left {
    flex-wrap: wrap;
  }

  body.page-template-sector-search .top-hero-section {
    height: 80vh;
  }

  body.page-template-sector-search .top-hero-section img {
    height: 100%;
    object-fit: cover;
  }

  body.tax-sector .home-search-form {
    top: 60% !important;
  }
   body.home .top-hero-section {
    height: auto;
  }

  body.home .top-hero-section .hero-wrapper {
    position: absolute;
  }

  body.home .top-hero-section .home-search-form {
    bottom: unset;
    position: relative;
    transform: unset !important;
    margin: 0 auto;
    padding: 40px 0;
    left: unset;
  }
}

@media screen and (max-width: 1025px) {
  .help_sec_cta .et_pb_column {
    width: 100% !important;
  }

  .help_sec_cta .et_pb_column:last-child {
    justify-content: start;
  }

  .education_sector .et_pb_row {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: self-start;
    background-position: right !important;
  }

  .education_sector .et_pb_row .education_sector_col {
    width: 100% !important;
  }

  .education_sector_col:last-child {
    align-items: flex-start;
    height: auto !important;
    justify-content: start;
  }

  .specialise_sec .et_pb_row {
    flex-direction: column;
  }

  .specialise_sec .et_pb_row .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
  }

  .specialise_sec .et_pb_row_12,
  .specialise_sec .et_pb_row_14,
  .specialise_sec .et_pb_row_16 {
    flex-direction: column-reverse;
  }

  .specialise_img_1 .et_pb_image_wrap,
  .specialise_img_2 .et_pb_image_wrap {
    width: 100% !important;
  }

  .specialise_img_1 img,
  .specialise_img_2 img {
    width: 100% !important;
  }

  .specialise_img_2,
  .specialise_img_1 {
    margin-bottom: 30px !important;
  }

  .video_sec .et_pb_row {
    width: 100% !important;
    padding-top: 30% !important;
    display: flex;
    flex-direction: column;
    background-position: right !important;
  }

  .cummitted_col_2 {
    margin-top: 0 !important;
  }

  .video_sec .commited_col_1 {
    margin: 0 0 60px 0 !important;
  }

  .video_sec .et_pb_row .et_pb_column {
    width: 100% !important;
    align-items: center;
  }

  .top-navigation-sec .menu-left-col {
    max-width: 50% !important;
    flex: 50% !important;
  }

  .footer_cta .et_pb_row {
    flex-direction: column;
    gap: 20px;
    padding-top: 300px !important;
  }

  .footer_cta .et_pb_row .et_pb_column {
    width: 100% !important;
  }

  .home_page_joblisting.et_pb_row_0 {
    display: none !important;
  }

  .footer_cta .et_pb_row::before {
    background-size: auto 40%;
    background-position: top;
  }

  .footer_cta .et_pb_row * {
    text-align: center;
  }

  .footer_cta .et_pb_column_44 {
    width: 50% !important;
    height: 50%;
    right: 0;
    /* transform: translateX(-50%); */
  }

  .footer_cta .cta_img img {
    border-radius: 0 30px 0 0px;
    object-position: top;
  }

  .job-description-wrapper-left {
    flex-wrap: wrap;
  }

  .job-description-wrapper-left > div {
    width: 100% !important;
  }

  .specialise_sec .et_pb_row.et_pb_row_12 .et_pb_column:first-child {
    margin-top: 40px;
  }

  .registration_form form #field_1_14 h2,
  .registration_form_sec .heading_h3 h3 {
    background-size: 22px;
  }

  body.tax-sector .top-hero-section {
    height: 100vh;
  }

  body.tax-sector .home-search-form {
    top: 70% !important;
  }
  .top-navigation-sec .menu-right-col .header_menu ul li:first-child a::before,
  .top-navigation-sec
    .menu-right-col
    .header_menu
    ul
    li:nth-child(2)
    a::before {
    display: inline-block;
  }
  .top-navigation-sec .mobile-menu .header_lastcol {
    max-width: 40% !important;
  }
  .our_library_sec .et_pb_row {
    flex-wrap: wrap;
  }
  .our_library_sec .our_library_box {
    width: calc(50% - 12px) !important;
  }
  .our_library_sec .our_library_box .et_pb_image_wrap img {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .home-search-form .job-form-top-text .banner_rating {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .top-navigation-sec .header_lastcol ul li.menu-item {
    display: none !important;
  }

  .top-navigation-sec ul {
    justify-content: end;
  }

  .our_library_sec .et_pb_row {
    flex-wrap: wrap;
    width: 90% !important;
  }

  .footer_top_menu nav ul {
    gap: 20px;
    flex-direction: column;
  }

  .footer_top_menu nav ul li a {
    font-weight: 500 !important;
    font-size: 16px !important;
  }

  #menu-header-top-menu .menu-profile {
    display: none !important;
  }

  .footer_top_menu nav ul li::after {
    display: none;
  }

  .footer_logo .footer_logo_left {
    flex-wrap: wrap;
  }

  .footer_logo_left img {
    height: 100px;
    max-width: 18% !important;
  }

  .footer_top_menu {
    display: flex;
  }

  .social_meda_col {
    display: block;
  }

  .footer_top_menu > div {
    width: 50%;
  }

  .social_meda_col h2 {
    text-align: right;
  }

  footer#main-footer #footer-widgets {
    justify-content: start;
    flex-direction: column;
    padding-bottom: 0 !important;
  }

  footer#main-footer #footer-widgets .footer-widget:nth-child(2) {
    display: none;
  }

  footer#main-footer #footer-widgets .footer-widget:last-child {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  ul#menu-footer_col_3_menu {
    justify-content: start;
  }

  .footer_lastcol {
    display: none;
  }

  .topbar_sec .topbar_content .tb-contact-main p {
    display: none;
  }

  .search_jobs .job-filter-width {
    width: 46% !important;
  }

  form.custom-job-filter.shortcodeForm
    .search_submit.job-filter-width
    input[type="submit"] {
    width: 100% !important;
    background-position: 42% 15px !important;
  }

  .search_jobs .job-filter-width {
    width: 48% !important;
  }

  .search_jobs .search_submit.job-filter-width {
    max-width: 100% !important;
    width: 100% !important;
  }

  .job-description-wrapper-left {
    flex-direction: column;
  }

  .job-description-wrapper-left > div {
    width: 100% !important;
  }

  .job-description-wrapper-left .inner_right span {
    max-width: 300;
    width: 100;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .job-description-wrapper-left .inner_right .below-btn ul {
    justify-content: start;
    gap: 15px;
    flex-wrap: wrap;
  }

  .job-description-wrapper-left .inner_right .below-btn ul li {
    width: max-content !important;
  }

  .registration_form form #field_1_29 {
    width: 100%;
    margin-bottom: 50px;
  }

  #field_1_1 .ginput_complex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #field_1_1 .ginput_complex > span {
    width: 100% !important;
    padding: 0;
  }

  .registration_form_sec .et_pb_row {
    padding-left: 30px !important;
  }

  .registration_form form #field_1_14 h2::after,
  .registration_form_sec .heading_h3 h3::after {
    left: -39.5px;
  }

  .registration_form_sec .et_pb_row::before {
    left: -9.5px;
  }

  .registration_form_sec .heading_h3 h3 {
    background-size: 20px;
  }

  .education_sector_col .banner_rating {
    flex-wrap: wrap;
  }

  .education_sector .et_pb_row {
    padding: 60px 20px 40px !important;
    background-position: 85% !important;
  }

  .specialise_sec .et_pb_row {
    width: 100% !important;
    padding: 20px 0 !important;
  }

  .specialise_sec .et_pb_row .et_pb_column_25,
  .specialise_sec .et_pb_row .et_pb_column_26,
  .specialise_sec .et_pb_row .et_pb_column_29,
  .specialise_sec .et_pb_row .et_pb_column_30,
  .specialise_sec .et_pb_row .et_pb_column_33,
  .specialise_sec .et_pb_row .et_pb_column_34 {
    padding: 0 20px !important;
  }

  .footer_top_sec.p-5 {
    padding: 40px 20px !important;
    border-radius: 0 33px 33px 33px;
  }

  .footer_top_sec .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  #footer-widgets .footer-widget .fwidget:last-child {
    display: contents !important;
  }

  .footer_cta .et_pb_row {
    padding: 40px 30px;
    width: 90% !important;
  }

  .footer_cta .et_pb_row * {
    margin: 0 !important;
  }

  .video_sec .cummitted_col_2 p {
    font-family: var(--geistfont) !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 1.3;
    color: #1d222b !important;
    margin-bottom: 0 !important;
  }

  .help_sec_cta {
    padding: 30px 20px 0 !important;
  }

  footer#main-footer {
    padding-top: 100px;
  }

  @supports (-webkit-touch-callout: none) {
    .home_page_joblisting {
      padding-top: 40px !important;
    }
  }

  .single-job-listing-header .home-search-form {
    max-width: 100% !important;
  }

  .single-job-listing-header {
    padding: 50px 20px;
  }

  .job-filter-width select,
  .job-filter-width .select2.select2-container .select2-selection {
    font-size: 12px;
  }

  section.custom-single-job-page .container {
    max-width: 90% !important;
    padding: 0;
  }

  .our_library_boxes {
    padding-top: 0 !important;
  }

  .video_sec .et_pb_row,
  .video_sec .et_pb_row::before {
    border-radius: 0 55px 55px 55px;
  }

  .job-description-wrapper-left .inner_left {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }

  .job_detail_list,
  .custom-single-job-page .job-description-wrapper-left h1.h2heading {
    max-width: 100%;
    width: 100%;
  }

  .company_logo_mob {
    max-width: 50% !important;
    display: block;
  }

  .company_logo_mob span {
    background: #fff;
    border: 1px solid #d3dbe6;
    border-radius: 0 17px 17px 17px;
    padding: 10px 30px;
    display: block;
  }

  .job-description-wrapper-left .inner_left ul li {
    margin: 0;
  }

  .job-description-wrapper-left .inner_right span {
    display: none;
  }

  .custom-single-job-page .job-description-wrapper-left ul {
    margin-bottom: 0;
  }

  .search_jobs {
    gap: 0px;
  }

  body.home .top-hero-section {
    height: 100vh;
  }

  .top-hero-section .home-search-form .job-form-top-text {
    margin: 0px auto 70px;
  }

  .job-card-wrapper .load_more {
    grid-column: 1 / -1;
  }

  .job-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer_cta .et_pb_column_45 {
    width: 100% !important;
    height: 50%;
    right: 0;
    transform: translateX(0%);
  }

  .our_library_sec .our_library_box {
    width: calc(50% - 12px) !important;
  }

  .footer_menu_col .menu-about_menu-container {
    display: block !important;
  }

  footer#main-footer #media_image-5 {
    text-align: left;
  }

  .video_sec .et_pb_row .et_pb_column {
    align-items: center;
  }

  .custom-single-job-page .row {
    margin: 0;
  }

  .footer_top_sec .branches-job-inner p {
    font-size: 16px !important;
  }

  body.tax-sector .top-hero-section {
    display: none;
  }

  body.tax-sector .home-search-form {
    position: unset;
    transform: unset;
    margin: 81px auto 0;
  }
  .our_library_sec .our_library_box {
    width: 100% !important;
  }
}

@media screen and (max-width: 576px) {
  .top-navigation-sec .menu-left-col {
    width: 50% !important;
  }

  div.mobile-menu-nav {
    display: none !important;
  }

  .top-navigation-sec .mobile-menu {
    display: block;
  }

  .right-menu-wrapper ul li.menu-toggle-container {
    display: block !important;
  }

  .toggle-menu-one {
    display: none !important;
  }

  .home_page_form form .search_submit input[type="submit"] {
    background-position: 40% 15px !important;
  }

  .top-hero-section .home-search-form .job-form-top-text {
    width: 100%;
    margin: 0 auto 50px;
  }

  .home-search-form {
    width: 90%;
  }

  .top-hero-section .home-search-form .home_page_form {
    padding: 0 15px;
  }

  .home-search-form .job-form-top-text .job-text-wrap h2 {
    width: 100%;
  }

  .education_sector .et_pb_row {
    padding: 60px 20px 40px !important;
  }

  .specialise_sec h2 {
    padding-left: 20px !important;
  }

  .video_sec .et_pb_row {
    padding: 50% 20px 20px !important;
    background-position: 90% !important;
  }

  .video_sec .commited_col_1 {
    flex-wrap: wrap;
  }

  .video_sec .commited_col_1 .et_pb_button_module_wrapper a {
    padding: 12px 30px !important;
  }

  .job-filter-width select,
  .job-filter-width .select2.select2-container .select2-selection {
    font-size: 10px;
  }

  .specialise_img_1::after,
  .specialise_img_2::after {
    display: none;
  }

  body.home {
    overflow-x: hidden;
  }

  .help_sec_boxes .et_pb_row .slick-track {
    padding-right: 40% !important;
  }

  .help_sec_boxes .et_pb_row .slick-list {
    padding-right: 40% !important;
  }

  .specialise_sec .et_pb_row .et_pb_column {
    margin-bottom: 0;
  }

  footer#main-footer .container {
    padding: 0 !important;
  }

  .video_sec .et_pb_row,
  .video_sec .et_pb_row::before {
    border-radius: 0 0px 0px 0px;
  }

  .help_sec_boxes .et_pb_row .help_box .et_pb_image::after {
    border-radius: 0 45px 45px 45px;
  }

  .page-name-box {
    top: -75px;
  }

  .our_library_sec .our_library_box {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .search_jobs {
    gap: 0;
  }

  .home-search-form .job-form-top-text .job-text-wrap p {
    display: block !important;
    width: 100% !important;
  }

  form.custom-job-filter.shortcodeForm
    .search_submit.job-filter-width
    input[type="submit"] {
    background-position: 36% 15px !important;
  }

  .topbar_sec .topbar_content .tb-contact-main a {
    font-size: 16px;
  }

  .search_jobs .job-filter-width {
    width: 100% !important;
  }

  .job-filter-width select,
  .job-filter-width .select2.select2-container .select2-selection {
    font-size: 16px;
  }
}
