/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
.popup-form-wrapper .popup-form-wrapper-inner {
    overflow-y: scroll;
}

.service-list-wrapper {
    display: flex;
    flex-direction: column;
}

.twocol-list.service-list-wrapper ul {
    flex: 0 0 50%;
}

.threecol-list.service-list-wrapper ul {
    flex: 0 0 calc(100% / 3);
}

.service-list-wrapper ul p{
    display: block;
    font-weight: bold;
    margin-left: -20px;
}

.service-list-wrapper ul li{
    font-size: 14px;
    line-height: 14px;
}

fieldset.fieldset-consent div.field {
    display: flex;
    align-items: flex-start;
    width: 100% !important;
}

fieldset.fieldset-consent small.description {
    margin: 0 !important;
    font-size: 11px !important;
}

fieldset.fieldset-consent label {
    display: none !important;
}

p.job-manager-error, p.job-manager-info, p.job-manager-message {
    position: fixed;
    bottom: 20px;
    left: 20px;
    margin: 0;
    z-index: 1000;
    width: calc(100% - 40px);
    box-sizing: border-box;
	transition: all .5s ease;
	color: white; 
	border-radius: 10px;
}

.scrolled p.job-manager-error, .scrolled p.job-manager-info, .scrolled p.job-manager-message{
	bottom: -400px;
}

div.job_listings .load_more_jobs {
    color: white;
    transition: all 500ms ease;
    border-radius: 10px;
    margin-top: 10px;
}

div.job_listings .load_more_jobs:hover {
    background: var(--primary-color1);
}

.job-manager-error.job-manager-error, .job-manager-info.job-manager-error, .job-manager-message.job-manager-error {
    border-top-color: #b81c23;
	background-color: #b81c23;
}

.job-manager-error.job-manager-error:before, .job-manager-info.job-manager-error:before, .job-manager-message.job-manager-error:before,
.job-manager-error.job-manager-message:before,.job-manager-info.job-manager-message:before,.job-manager-message.job-manager-message:before,
.job-manager-error.job-manager-info:before,.job-manager-info.job-manager-info:before,.job-manager-message.job-manager-info:before{
	color: #fff;
}

.job-manager-error.job-manager-info,.job-manager-info.job-manager-info,.job-manager-message.job-manager-info{
    border-top-color: #1e85be;
	background: #1e85be;
}

.job-manager-error.job-manager-message,.job-manager-info.job-manager-message,.job-manager-message.job-manager-message {
    border-top-color: #8fae1b; 
	background: #8fae1b;
}

.single_job_listing .blog-column {
    max-width: 400px;
    background: #ababab;
    border-radius: 20px;
}

.application_details {
    display: block !important;
}

body.job_listing-template-default #page{
	overflow: visible;
}

@media (min-width:1024px) {

.single_job_listing .blog-column {
    position: sticky;
    top: 160px;
    right: 0px;
    margin-left: auto;
    float: right;
}

}

/*== == Generic == == */
body {
    margin: 20px;
    background: #333;
    font-family:'Poppins';
    --primary-color1: #BC1716;
    --primary-color2: #0B5394;
    --primary-color3: #7082A3;
    color: white;
}

.splide__track {
    z-index: 2 !important;
}

.green {
    color: var(--primary-color1);
}

.bold {
    font-weight: 600;
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.title {
    display: block;
    font-size: 46px;
    line-height: 54px;
    font-weight: 500;
}

.subtitle {
    display: block;
    font-size: 36px;
    line-height: 48px;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
    font-family: "Montserrat", sans-serif;
}

p, li{
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
}

.subtext{
	font-size:22px;
	line-height:30px;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
}

.readmore, button.readmore, input.readmore[type="submit"], input.readmore[type="reset"], input.readmore[type="button"] {
    width: 180px;
    padding: 10px 10px;
    background: transparent;
    color: white;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    border: 0px solid white;
    border-radius: 50px;
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Montserrat";
}
.readmore:hover {
    opacity: .5;
}

.readmore.alt, button.readmore.alt, input.readmore.alt[type="submit"], input.readmore.alt[type="reset"], input.readmore.alt[type="button"]{
	background: var(--primary-color1);
}

.readmore.alt2 {
    background: var(--primary-color3);
    border-color: var(--primary-color3);
}

.btn-green {
    background: var(--primary-color1);
    border: 0px;
}

.btn-black {
    border: 2px solid black;
    color: black;
}

.services-list, #primary ul:not([class]) {
    text-align: left;
    list-style: none;
    padding-left: 20px;
}

ol.services-list {
    list-style: decimal;
}
ol.services-list li::marker{
	color:var(--primary-color1);
	font-weight: 600;
}

.services-list li b {
    color: var(--primary-color2);
}

.services-list li, #primary ul:not([class]) li {
    position: relative;
}

ul.services-list li::before, #primary ul:not([class]) li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -20px;
    top: 2px;
    color: white;
}

.content-fold-c .services-list li b {
    color: white;
}

.content-fold-c .services-list li::before {
    color: white;
}

ul.services-list.duo {
    display: flex;
    flex-wrap: wrap;
    max-width: 540px;
}

ul.services-list.duo > li {
    flex: 0 0 calc(50%);
    font-weight: 300;
}

/*== == WHITE PAGINATION == ===*/

:is(.fold4, .fold6) .splide__pagination > li > button {
    background: white !important;
    opacity: 0.6;
    transition: all 500ms ease;
}

:is(.fold4, .fold6) .splide__pagination > li > button.is-active {
    opacity: 1;
}



	/*== == WHITE PAGINATION END == ==*/

/*== == == Sitemap == == ==*/

#html_sitemap a {
    color: white;
}

	/*== == == Sitemap END == == ==*/

.post-folda-content-readmore .readmore {
    color: white;
    font-weight: 400;
}

article > .entry-header {
    display: none;
}

.contact-form-fields p.privacy-details {
    color: #333;
}


/** FOLD 2 START **/

.fold2 {
    padding: 60px 0px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    color: black;
}

.fold2-slide {
    display: flex;
    flex-direction: column;
    flex: 100%;
}

.fold2 > .row-container > .fold2-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.fold2-text {
    width: calc(100% - 300px);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fold2-bar {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.fold2-bar > * {
    margin: 0px;
}

.fold2-list-item {
    background: #dedede;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    flex: 0 0 100%;
    color: #333;
    gap: 10px;
    box-sizing: border-box;
}

.fold2-list-item-bottom {
    font-size: 15px;
    font-style: italic;
}

.fold2-list-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fold2-boxitem {
    flex: 0;
}

.star-row {
    display: flex;
    gap: 5px;
}

.star-row i {
    color: goldenrod;
}

.fold2 li {
    opacity: 1;
    display: flex;
}

.fold2 li.is-visible {
    opacity: 1;
}

.fold2-list-item img, .fold2-list-item picture {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    flex: 0 0 60px;
    background: white;
    padding: 5px;
    box-sizing: border-box;
}

.fold2-list-item-top {
    display: flex;
    gap: 10px;
}

/** FOLD 2 END **/

.grecaptcha-badge {
    visibility: hidden;
}

/* == == Generic END == == */

	
/*== == == Nav For The Job Page == == ==*/
	
nav.navigation.post-navigation {
    display: none;
}
	
		/*== == == Nav For The Job Page END == == ==*/

/*== == CONTENT FOLD B == ==*/
.content-fold-b-wrapper {
    display: flex;
    align-items: stretch;
    padding: 100px 0px;
    gap: 60px;
}

.content-fold-b-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-b-img {
    flex: 0 0 540px;
}

.content-fold-b-img img {
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    border-radius: 20px;
}

.rounded-fold .content-fold-b-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-b-img img{
    clip-path: circle(50%)
}


.content-fold-b-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-fold-b {
    background: var(--color3b);
    position: relative;
    z-index: 3;
    );
    background: #333;
    z-index: 2;
}

.content-fold-b::before{
    width: 100%;
    height: 150px;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    position: absolute;
    background: var(--color3);
    z-index: -1;
}


.content-fold-b-content .title {
    margin-bottom: 20px;
}


.flipped .content-fold-b-wrapper{
    flex-direction: row-reverse;
}

	/*== == CONTENT FOLD B END == ==*/

/*== FOLD1 ==*/

.fold-1-content-title .title {
    margin: 0px;
}

.fold-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fold-1-content-title .subtitle {
    color: var(--primary-color1);
    margin: 0px;
    font-weight: 500;
}

.fold-1-content-title .title {
    color: white;
}

.fold-1-content-readmore .readmore {
    color: white;
    border-color: white;
}

.fold-1-background::before {
    content: '';
    background: #3f3f3f;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.fold-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fold-1 {
  position: relative;
}

.fold-1-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.fold-1-background img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.fold-1-content {
  padding: 200px 0 60px 0;
  text-align: center;
  max-width: 1024px;
  margin: 0px auto;
  width: 100%;
  position: relative;
}

.fold-1-content:has(.term-description) .title{
	margin-bottom:20px;
}

.fold-1-content:has(.term-description){
	color:white;
}

.fold-1-content:has(.term-description) p{
	margin:0px;
}

.fold-1-content .readmore {
  margin: 0 auto;
}

.fold-1-content-title {
    color: white;
}

.fold-1-content-title .title {
    margin-bottom: 20px;
}

.fold-1-content-inner p {
    margin-bottom: 20px;
}

.fold-1-content-inner p:last-child {
    margin: 0px;
}

    /*== == FOLD1 END == ==*/

/* == == HEADER == == */
div.logo {
    float: none;
    max-width: 200px;
}

div.logo img {
    object-fit: contain;
    display: block;
    width: 200px;
    height: 100px;
}

#page {
    padding-top: 0px;
    /* overflow: hidden; */
}

#masthead {
    padding: 60px 40px;
    position: fixed;
    justify-content: space-between;
    display: flex;
    top: 0;
    left: 0;
    gap: 40px;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    transition:
        all 300ms ease;
}

header#masthead.navbar-fixed-top {
    padding: 10px 40px;
    background: #00000090;
}

#masthead > .row-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#masthead > .row-container::before, #masthead > .row-container::after {
    content: unset;
}

.menu-right * {
    margin: 0px;
}

.menu-right {
    flex: 100%;
    gap: 20px;
    position: relative;
    align-items: center;
    justify-content: right;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

ul.sub-menu {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition:
        all .5s ease;
    background: #083d6f;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 1010px;
    text-align: left;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    row-gap: 5px;
}

li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events: all;
    max-width: 100%;
}

ul.sub-menu > li.menu-item {
    flex: 0 0 calc(100% / 3 - 10px);
}

ul.sub-menu > li.menu-item > p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffffba;
}

ul#primary-menu {
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    padding: 0px;
    gap: 25px;
    margin: 0px;
}

ul#primary-menu li.menu-item {
    /* position: relative; */
}

ul#primary-menu > li > a {
    color: white;
    font-size: 15px;
    line-height: 1;
    text-transform:uppercase;
    transition:all 500ms ease;
}

ul#primary-menu li.menu-item ul.sub-menu a {
    display: block;
    padding: 25px;
    color: white;
    transition: all 500ms ease;
    border-radius: 20px;
    position: relative;
}

ul#primary-menu li.menu-item ul.sub-menu a::before {
	content: '\f054';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	bottom: 12px;
	right: 12px;
	transition: all 500ms ease;
	opacity: 0;
	font-size:12px;
	background: #083d6f;
	padding: 8px 10px;
	border-radius: 50%;
}

ul#primary-menu li.menu-item ul.sub-menu a:hover::before{
	opacity:1;
}

#masthead #site-navigation {
    margin: 0px 0px 0px;
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.menu-right .readmore {
    width: 150px;
    font-size: 18px;
    border: solid 2px white;
}

ul#primary-menu li.menu-item.menu-item-has-children::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    color: white;
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
}

ul#primary-menu > li > a:hover {
    opacity: .6;
}

ul#primary-menu li.menu-item.menu-item-has-children > a {
    opacity: 1;
}

.header-alt div#page {
    padding-top: 160px;
}

.header-alt header#masthead {
    padding: 10px 40px;
    background: #333;
}

.medium-dropdown ul.sub-menu {
    width: 300px;
}

.main-navigation-buttons {
    display: flex;
    gap: 15px;
}

:not(.page-template-templateshome-template-php) header#masthead {
    background: #00000090;
    padding: 30px 40px;
}

:not(.page-template-templateshome-template-php) header#masthead.navbar-fixed-top {
    background: #00000090;
    padding: 20px 40px;
}


ul#primary-menu li.menu-item ul.sub-menu a > p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff9c;
}

ul#primary-menu li.menu-item ul.sub-menu a.menu-link:hover {
    background: #04315a;
}

ul#primary-menu li.menu-item ul.sub-menu a > span {
    display: block;
    margin-bottom: 10px;
}

li#menu-item-15029 ul.sub-menu{
    left: -362%;
}

li#menu-item-15233 ul.sub-menu  {
	left:-700%;
}

@media (min-width:1024px) {

li#menu-item-15226, li#menu-item-15228 {
    display: none !important;
}

}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
}

.ebook-form-fields ~ .privacy-text p {
    font-size: 14px;
}

.ebook-fold-inner input.readmore {
    width: 190px;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
    margin-bottom: 10px;
}

input.readmore {
    margin: 0px;
}

.ebook-form-fields ~ .privacy-text {
    margin-bottom: 10px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: whitesmoke;
    border: solid 2px #ccc;
    padding: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
    flex: 0 0 48%;
}

div#ebook-fold {
    padding: 100px 0px;
    width: 100%;
    overflow: hidden;
    background: white;
    position: relative;
    color: #333;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    z-index: 5;
    gap: 40px;
}

.ebook-fold-inner .ebook-image, .ebook-fold-inner .ebook-form {
    flex: 0 0 calc(50% - 20px);
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png.webp) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: var(--primary-color1);
}

.brochure div#ebook-fold {
    margin-top: 0px;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
  .footer-block {
      padding: 30px 0;
      position: relative;
      background: #1e1e1e;
      width: 100%;
      clear: both;
      margin-top: 30px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
  }
  
  .footer-block .row-container {
      display: flex;
      align-items: flex-start;
  }
  
  div#phone {
      width: 23%;
  }
  
  div#address {
      width: 43%;
  }
  
  div#opening {
      width: 33.3%;
  }
  
  .footer-block .footer-block-item {
      width: 30%;
      margin-right: 5%;
      position: relative;
      z-index: 2;
  }

.footer-block .footer-block-item a {
	color:white;
	font-weight:600;
}

  .footer-block .footer-block-item#middle {
      width: 55%;
      margin-right: 10%;
  }
  
  .footer-block .footer-block-item#middle li {
      float: left;
      width: 50%;
      padding: 5px 0px;
      list-style-type: none;
  }
  
  .footer-block .footer-block-item#middle li a {
    color: #d1d1d1;
    list-style-type: none;
    position: relative;
    font-weight: 500;
    transition: all .33s ease;
  }
  
  .footer-block .footer-block-item#middle li a::before {
      content: "\f054";
      position: absolute;
      top: 50%;
      transform:
          translateY(-50%);
      -webkit-transform:
          translateY(-50%);
      left: -20px;
      color: white;
      font-size: 12px;
      font-family: fontawesome;
  }
  
  .footer-block .footer-block-item#middle li a:hover {
  opacity: .6;
  }
  
  .footer-block .footer-block-item:last-of-type {
      margin-right: 0;
  }
  
  .footer-block .footer-block-item p {
      color: #aaa;
      margin-bottom: 10px;
      line-height: 28px;
  }



  .footer-block ul {
      margin: 0 0 1.5em 0em;
      float: left;
      width: 100%;
      padding-left: 20px;
  }
  
  .footer-block .footer-block-item p.subtitle{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white;
  }

  /* == == FOOTER BLOCK END == ==*/

/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: #333;
    clear: both;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#footer > .row-container {
    position: relative;
}

#footer-multi-web {
    float: none;
    text-align: center;
    margin: 0px auto;
    max-width: 350px;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
    color: white;
}

#footer a {
    color: white;
    font-family: 'Poppins';
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png.webp) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

#footer .row-container > p, .privacy-site.moduletable {
    width: 30%;
    color: white;
}

#footer .privacy-text, #footer .socials {
    float: right;
}

#footer .privacy-text {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    line-height: 14px;
}

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 40px;
    margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
    font-size: 36px;
}

/* == == == == MWM FOOTER END == == == == */

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-section {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 80px 0px;
    color: #333;
}

.address-wrap {
    width: 30%;
}

.contact-card {
    width: 65%;
}

.address-wrap ul li {
    list-style-type: none;
}

.address-wrap ul li a {
	color:var(--primary-color1);
	font-weight:600;
}

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    color: white;
    margin-bottom: 0px;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    padding-left: 50px;
    color: white;
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: var(--primary-color1);
    font-size: 30px;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
    line-height: 0px !important;
}

.address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
}

.form-name, .form-email {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 2%;
}

.form-phone {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    line-height: 0;
}

body.page-id-38 #primary {
    background: #333;
    color: white;
}

.contact-card p {
    color: white;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    font-family: 'Poppins';
    /* background: whitesmoke; */
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
    background: var(--primary-color1);
}

.contact-card .form-enquire textarea {
    margin-top: 0px;
}

.contact-section :is(.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea) {
    background: white;
}

.address-wrap ul.whatsapp::before {
    content: '\f232';
    font-weight: 300;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.pweb-title {
    background: var(--primary-color1);
    color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    text-align: center;
}

.pweb-title .subtext {
    margin: 0px;
}

.popup-form-wrapper input, .popup-form-wrapper textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper, .popup-form-wrapper select {
    font-family: 'Poppins';
    padding: 15px;
    margin-top: 5px;
}

.popup-form-wrapper input.wpcf7-submit {
    background: var(--primary-color1);
    border-color: var(--primary-color1);
    text-align: center;
}

.popup-form-wrapper {
    border-color: var(--primary-color2);
    border: none;
    background: none;
}

.popup-close {
    background: var(--primary-color1);
    border-color: var(--primary-color2);
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0,0,0,0.3);
    transition: 
        all .25s ease .25s;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform: 
        translate(-50%, -50%);
    -webkit-transform: 
        translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition:
        all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition:
        all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input, #sgpb-popup-dialog-main-div textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n+1) {
    margin: 0px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form > p {
    margin: 0px;
}

form.wpcf7-form > p.privacy-details a {
	color:var(--primary-color1);
	font-weight:600;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: 
        all 0.5s ease;
    transition:
        all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
}

.contact-card label {
    font-size: 18px;
}

/*== == == CONTACT FORM END == == ==*/
/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

section.error-404.not-found {
}

/*== == System Pages END == ==*/

/*== == JOBS LISTING == ==*/

/* Container */
.job_listings .search_jobs {
    margin: 50px auto 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: none;
    border: solid 1px #ccc;
}

div.job_listings {
    margin-bottom: 50px;
}

/* Form Elements */
div.job_listings :is(.search_keywords, .search_location, .search_categories, .search_remote_position) {
    margin-bottom: 0px;
}

div.job_listings label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

div.job_listings :is(input[type="text"], select) {
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    background: #eee;
    font-family: 'Poppins';
}

div.job_listings :is(input[type="text"]:focus, select:focus) {
    border-color: var(--primary-color1);
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.job_listings input[type="checkbox"] {
}

div.job_listings .search_remote_position label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

/* Submit Button */
div.job_listings .search_submit input[type="submit"] {
    background-color: var(--primary-color1);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

div.job_listings .search_submit input[type="submit"]:hover {
    background-color: var(--primary-color2);
}

form.job_filters .search_jobs :is(.select2-container--default .select2-selection--single) {
    background: #eee;
    height: 42px;
    border: 1px solid #ccc !important;
    margin-bottom: 0px;
}

form.job_filters {
    background: none;
}

form.job_filters .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

form.job_filters :is(.select2-container--default .select2-selection--single .select2-selection__arrow) {
    top: 8px;
    right: 20px;
}

form.job_filters .search_jobs div.search_remote_position label#remote_position_label {
    margin: 0px;
    margin-top: -5px;
}

form.job_filters .search_jobs div.search_remote_position input {
    margin: 0px 0px 0px 0px;
}

form.job_filters .search_jobs div.search_remote_position {
    padding-top: 5px;
}

/* Job Types List */
form.job_filters .job_types {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    border: solid 1px #ccc;
    box-shadow: nonw;
}

form.job_filters .job_types li {
    padding: 15px 20px;
}

/* Label Styling */
ul.job_types label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: color 0.3s ease;
    margin: 0px;
}

ul.job_types label:hover {
    color: var(--primary-color1);
}

.accordion-wrapper > p {
    background: #083d6f;
    margin: 0;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.accordion-wrapper > p::after {
    content: '\2b';
    position: relative;
    font-family: 'FontAwesome';
}

.accordion-wrapper ul {
    display: none;
}

.accordion-wrapper {
    margin-bottom: 10px;
    background: #04315a;
}

.accordion-wrapper.active ul {
    display: block;
    margin: 10px auto;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 0;
}

/* Checkbox Styling */
ul.job_types input[type="checkbox"] {
     /* For modern browsers supporting accent-color */
}

/* Ensure the styling is consistent across various browsers */
ul.job_types input[type="checkbox"] {
    width: 16px;
    height: 16px;
     /* For modern browsers supporting accent-color */
    accent-color: var(--primary-color2);
    color: white;
}

/* Showing Jobs Container */
.job_filters .showing_jobs {
     /* Ensure it's displayed */
     margin: 20px auto -20px;
     background-color: #f9f9f9;
     border-radius: 8px;
     box-shadow: none;
     font-size: 16px;
     color: #333;
     border: solid 1px #ccc;
     visibility: hidden;
     height: 0px;
}

a.rss_link {
    display: none;
}

.showing_jobs.wp-job-manager-showing-all {
    display: block;
    height: auto;
    margin: 20px auto;
    visibility: visible;
}

/* Link Styling */
.showing_jobs a {
    color: var(--primary-color1);
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    padding: 0px 10px;
}

.showing_jobs a:hover {
    color: var(--primary-color1);
    border-bottom: 2px solid var(--primary-color2);
}

/* Specific Styling for Reset and RSS Links */

.showing_jobs .reset:hover {
    background-color: #e2e6ea;
    color: #333;
}

/* RSS Link */
.showing_jobs .rss_link {
    text-decoration: underline;
}

/* Job Listings */
ul.job_listings {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    border-radius: 8px;
    border: solid 1px #ccc;
    box-shadow: none;
}

/* Job Listing Item */
ul.job_listings li {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    cursor: pointer;
}

ul.job_listings > li:hover {
    /* box-shadow: 0 0px 12px -3px rgba(0, 0, 0, 0.2); */
}

/* Company Logo */
ul.job_listings .company_logo {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Position Details */
ul.job_listings .position {
    padding: 15px;
}

ul.job_listings .position h3 {
    margin: 0;
    font-size: 18px;
    color: #fff !important;
    transition: all 300ms ease;
}

ul.job_listings .company {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

/* Location */
ul.job_listings .location {
    padding: 0px 10px 0px 10px !important;
    font-size: 14px;
    color: #777;
}

/* Meta Information */
ul.job_listings .meta {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    padding-left: 0px !important;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}

ul.job_listings .meta li {
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    color: #555;
}

ul.job_listings .meta li.job-type {
    background-color: var(--primary-color1);
    color: #fff;
    padding: 6px 12px;
    border-radius: 0px;
}

ul.job_listings .meta li.date {
    color: #999;
    border-radius: 0px;
    background: white;
}

/* Links */
ul.job_listings a {
    text-decoration: none;
    color: inherit;
}

ul.job_listings a:hover .position h3 {
    color: #fff;
}

	/*== == JOBS LISTING END == ==*/

/*== == JOB SINGLE LISTING === ==*/

.single_job_listing {
    padding: 50px 0px;
}

.nav-next {
    max-width: 1480px;
    margin: 0px auto;
}

.single_job_listing .job_description {
    padding: 30px 0px;
    position: relative;
}

.nav-next a {
    color:var(--primary-color1);
    font-weight:600;
}

@media (max-width:1500px) {

.nav-next{
    padding:0px 40px;
}
    
}

/* Meta List */
.job-listing-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Meta Items */
.job-listing-meta li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

/* Job Type */
.single_job_listing .meta .full-time {
    background-color: var(--primary-color1);
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 0px;
    flex: 0 0 100px;
    justify-content: center;
}

/* Location */
.single_job_listing .meta li {
    flex: 1;
    overflow: hidden;
    margin-right: 0px;
    gap: 5px;
}

.job-listing-meta .location a {
    color: var(--primary-color1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.job-listing-meta .location a:hover {
    color: var(--primary-color2);
    text-decoration: underline;
}

/* Date Posted */
.job-listing-meta .date-posted time {
    color: #999;
}

/* Salary */
.job-listing-meta .salary {
    font-weight: bold;
    color: #28a745;
}

/* General Form Styles */
form.job-manager-form {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto;
    border: solid 1px #ddd;
}

form.job-manager-form .wp-job-manager-bookmarks-form div.bookmark-details {
    padding: 0px;
}

/* Remove Bookmark Wrapper */
form.job-manager-form :is(.remove-bookmark, .bookmark-notice) {
    color: var(--primary-color1);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

form.job-manager-form :is(.remove-bookmark:hover, .bookmark-notice:hover) {
    color: var(--primary-color2);
    text-decoration: underline;
}

/* Add Bookmark Wrapper */
form.job-manager-form .add-bookmark-wrapper .bookmark-notice {
    color: var(--primary-color1);
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

form.job-manager-form .add-bookmark-wrapper .bookmark-notice:hover {
    background-color: var(--primary-color2);
    color: #fff;
}

/* Bookmark Details */
form.job-manager-form .bookmark-details p {
    margin-bottom: 15px;
}

form.job-manager-form .bookmark-details label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    margin-top: 5px;
    font-weight: 500;
}

form.job-manager-form .bookmark-details textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    resize: vertical;
    transition: border-color 0.3s ease;
}

form.job-manager-form .bookmark-details textarea:focus {
    border-color: var(--primary-color1);
    outline: none;
}

/* Submit Button */
form.job-manager-form .submit-bookmark-button {
    background-color: var(--primary-color1);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

form.job-manager-form .submit-bookmark-button:hover {
    background-color: var(--primary-color2);
}

form.job-manager-form .submit-bookmark-button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

/* Spinner */
form.job-manager-form .spinner {
    display: none;
    margin-left: 10px;
}

/* Display spinner when form is submitting */
form.job-manager-form .job-manager-form.submitting .spinner {
    display: inline-block;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
    background: var(--primary-color1);
    border: none;
    font-size: 18px;
    padding: 12.5px 20px;
    color: white;
    cursor: pointer;
    transition: all 300ms ease;
    border-radius: 8px;
}

.single_job_listing .job_description p:last-child {
    margin: 0px;
}

.single_job_listing .job_description > :is(h1, h2, h3, h4, h5, h6, p) {
    margin-bottom: 8px;
    line-height: 1.4;
}

.single_job_listing .job_description > h3 {
    margin: 16px 0px 16px;
    line-height: 1.4;
}

.single_job_listing .job_description > :is(h1, h2, h3, h4, h5, h6),
.single_job_listing .job_description p strong{
    color: white;
    font-weight:500;
    text-decoration: underline;
}

.single_job_listing .job_description ul {
    padding-left: 20px;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
}

.single_job_listing .job_description ul li {
    position: relative;
}

.single_job_listing .job_description ul li::before {
    content: '\f00c';
    position: absolute;
    top: 0px;
    left: -20px;
    font-family: 'Font Awesome 5 Pro';
    color: white;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button:hover {
    background: var(--primary-color2);
}

.single_job_listing .job-manager-form.wp-job-manager-bookmarks-form a {
    display: block;
    background: var(--primary-color1);
    color: white;
    padding: 12.5px 20px;
    border-radius: 8px;
    width: fit-content;
}

	/*== == JOB SINGLE LISTING END == ==*/

/*== == JOB SINGLE LISTING FORM == ==*/

/* Container Styles */
.single_job_listing .application .application_details {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 auto;
    padding: 0px;
    border: none;
}

/* Fieldset Styles */
.application_details fieldset {
    border: none;
    margin-bottom: 20px;
    padding: 0;
}

/* Label Styles */
.application_details fieldset label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

/* Input & Textarea Styles */
.application_details .input-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    border-radius: 8px;
}

.application_details .input-text:focus {
    border-color: var(--primary-color1);
    outline: none;
}

/* Textarea Specific Styles */
.application_details textarea.input-text {
    resize: vertical;
    font-family: 'Poppins';
}

/* File Input Styles */
.application_details .input-text[type="file"] {
    border: none;
    padding: 0;
    border-radius: 0px;
}

/* Description Styles */
.application_details small.description {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* Submit Button Styles */
.application_details :is(.button.wp_job_manager_send_application_button,
.apply_with_resume input[type="submit"]) {
    background-color: var(--primary-color1);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    display: inline-block;
    font-family: 'Poppins';
}

.application_details :is(.button.wp_job_manager_send_application_button:hover,
.apply_with_resume input[type="submit"]:hover) {
    background-color: var(--primary-color2);
}

/* Horizontal Rule */
.application_details hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border: none;
}

/* Apply With Resume Form Styles */
.application_details .apply_with_resume p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.application_details .apply_with_resume input[type="submit"] {
    background-color: var(--primary-color1);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    font-family: 'Poppins';
}

.application_details .apply_with_resume input[type="submit"]:hover {
    background-color: #218838;
}

.job-manager-application-wrapper .application .application_details:before, .single_job_listing .application .application_details:before {
    display: none;
}

.job-manager-application-wrapper .application .application_details:after, .single_job_listing .application .application_details:after {
    display: none;
}

.single_job_listing .application .application_details form.job-manager-application-form {
    padding: 20px;
}

form.apply_with_resume {
    border-radius: 8px;
    padding: 20px;
    background: #f9f9f9;
    border: solid 1px #ddd;
}

form.apply_with_resume > p {
    margin: 0px 0px 8-0px;
}

	/*== == JOB SINGLE LISTING FORM END == ==*/

	.blog-description {
    width: calc(100% - 440px);
}

.blog-column input.application_button.button {
    display: none;
}

.job_application.application {
    margin: 0;
}

.application_details :is(.button.wp_job_manager_send_application_button, .apply_with_resume input[type="submit"]) {
    width: 100%;
}

	img.company_logo {
    display: none;
}

ul.job_listings .position {
    padding: 0 !important;
    flex-grow: 1;
}

div.job_listings ul.job_listings {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: revert-layer;
}

ul.job_listings .meta li.date {
    display: none !important;
}

.rp4wp-related-job_listing>ul li.job_listing a .meta, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta {
    width: 100px;
    text-align: center;
}

.rp4wp-related-job_listing>ul li.job_listing a, .rp4wp-related-job_listing>ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
    display: flex;
    align-items: center;
    /* background: white; */
    justify-content: space-between;
    /* color: #333; */
}

.rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
    text-align: right;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company, ul.job_listings li.job_listing a div.position .company, ul.job_listings li.no_job_listings_found a div.position .company {
    display: none;
}

ul.job_listings .position h3 {
    text-transform: capitalize;
}

ul.job_listings li {
    background: #222222;
    box-shadow: none;
    border: 0px !important;
    transition: all .5s ease;
}

ul.job_listings li:hover {
    background: var(--green);
}

.rp4wp-related-job_listing>ul li.job_listing a:focus, .rp4wp-related-job_listing>ul li.job_listing a:hover, .rp4wp-related-job_listing>ul li.no_job_listings_found a:focus, .rp4wp-related-job_listing>ul li.no_job_listings_found a:hover, ul.job_listings li.job_listing a:focus, ul.job_listings li.job_listing a:hover, ul.job_listings li.no_job_listings_found a:focus, ul.job_listings li.no_job_listings_found a:hover {
    background: var(--primary-color1);
}

.rp4wp-related-job_listing>ul li.job_listing a, .rp4wp-related-job_listing>ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
    transition: all .5s ease;
}

.fold5-listitem img {
    width: 60px;
    height: 60px;
}

.box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.box-wrapper > div {
    flex: 0 0 calc(50% - 5px);
    padding: 20px;
    background: var(--primary-color1);
    box-sizing: border-box;
    border-radius: 10px;
}

.box-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-item .smalltitle {
    font-weight: 700;
    margin: 0;
}

.box-item ul li {
    font-size: 14px;
}

.content-fold-c-content-readmore a {
    border: solid 1px white;
}

.fold1a-text a:not(.btn-green) {
    border: solid 1px white;
}

.fold4-listitem-content .readmore {
    background: var(--primary-color1);
}

.menu-right .readmore:not(.alt) {
    border: solid 2px white;
}

.module-fold-k {
    background: #1e1e1e;
    border-radius: 20px;
    margin: 20px auto;
}

.contact-form-fields span {
    color: #333 !important;!i;!;
}

.form-select span {
    color: #fff;
    font-size: 16px;
}

.form-select label {
    display: flex;
    align-items: start;
    gap: 20px;
}

.form-select input {
    width: fit-content !important;
}

.form-select {
    margin-bottom: 10px;
}

.policy-wrapper p, .policy-wrapper li {
    color: #000;
}

.policy-wrapper ul.services-list li::before, #primary .policy-wrapper ul:not([class]) li::before {
    color: #000;
}
.policy-wrapper {
    padding: 60px 0px;
}

.team-popup-content-inner a {
    color: white;
    margin-top: 20px;
    display: block;
    position: relative;
}

.team-popup-content-inner a::before{
    content: '\f08c';
    margin-right: 10px;
    color: white;
    font-family: "FontAwesome";
}