/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1779864613
Updated: 2026-05-27 06:50:13

*/

/* Smooth transition */
ul.page-numbers {
    display: flex !important;
    flex-direction: row;
    width:100% !important;
}
.page-numbers:not(.prev):not(.next) {
    display: inline-block;
    height: 33px !important;
    line-height: 33px !important;
}
span.page-numbers.current {
    background: #00153c !important;
    border: none !important;
border-radius: 80px !important;
}
a.page-numbers {
    border: 1px solid #000 !important;
    border-radius: 80px !important;
}
 a.next.page-numbers span.dashicons.dashicons-arrow-right-alt2, .prev.page-numbers span.dashicons.dashicons-arrow-right-alt2 {
    top: -2px !important;
	 margin-left:0;
	 padding:0px 15px !important; 
	 margin-right: 0px;
}
button#thjmf_clear_filters {
    padding: 10px !important;
} 
span.dashicons.dashicons-arrow-left-alt2 {
    top: -2px;
} 
a.next.page-numbers,a.prev.page-numbers {
    background: #00153c !important;
    color: #fff !important;
}
.elementor-element-bd78574,
.elementor-element-bd78574 *{
    transition: all .3s ease;
}

/* Sticky state */
.elementor-element-bd78574.header-scrolled{
    box-shadow: 0 2px 15px rgba(0,0,0,.08);
}

/* Reduce top contact bar height */
.elementor-element-bd78574.header-scrolled .elementor-element-5dea353{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Reduce main navigation row height */
.elementor-element-bd78574.header-scrolled .elementor-element-7b76fdc{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.elementor-14 .elementor-element-bd78574.header-scrolled .elementor-element.elementor-element-2959c86 img{
    width: 75px;
}
	.elementor-element-bd78574.header-scrolled .elementor-element-7b76fdc{
		padding-top: 5px !important;
    padding-bottom: 5px !important;
	}
	
/* Menu font size */
.elementor-element-bd78574.header-scrolled .wpr-nav-menu > li > a{
    font-size: 14px !important;
}

/* Contact bar font size */
.elementor-element-bd78574.header-scrolled .elementor-icon-list-text{
    font-size: 12px !important;
}

/* Button size */
.elementor-element-bd78574.header-scrolled .elementor-button{
    padding: 10px 20px !important;
    font-size: 13px !important;
}

/* Hide top contact bar completely when sticky (optional) */
/*
.elementor-element-bd78574.header-scrolled .elementor-element-5dea353{
    display:none !important;
}
*/

.elementor-element-978367b {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0);
}

.forminator-ui#forminator-module-590.forminator-design--default .forminator-label {
    color: #ffffff8a;
    display: none;
}

#e-n-tab-title-6823711 #e-n-tab-title-6823712:hover {
    background-color: #8eaad32e;
    background-image: none;
}

.text-editor-white .elementor-element-c31ca2d{
	color:white !important;
}
/* Full Width Section */
.pr-1440 {
   padding-right: calc((100vw - 1440px) / 2);
    box-sizing: border-box;
}

/* Forminator Submit Button Fix */
.form-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Hover Effect */
.form-btn:hover {
	-webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0%) !important;
}



.custom-btn1{
	position: relative;
  display: inline-block;
  background: #00153C;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
  transition: color 0.3s ease;
}


.custom-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #003079; /* Hover Color */
  transition: 0.4s ease;
  z-index: -1;
}

/* Hover Effect */
.custom-btn1:hover::before {
  left: 0;
}

.custom-btn1:hover {
  color: #fff;
}


.custom-btn2{
	position: relative;
  display: inline-block;
  background: #fff;
  color: #00153C;
	border:1px solid #00153C;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
  transition: color 0.3s ease;
}


.custom-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #00153C; /* Hover Color */
  transition: 0.4s ease;
  z-index: -1;
}

/* Hover Effect */
.custom-btn2:hover::before {
  left: 0;
}

.custom-btn2:hover {
  color: #fff !important;
}


.custom-btn3{
	position: relative;
  display: inline-block;
  background: #00153c00;
  color:#00153c;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
  transition: color 0.3s ease;
  width:100%;
}


.custom-btn3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #003079; /* Hover Color */
  transition: 0.4s ease;
  z-index: -1;
}

/* Hover Effect */
.custom-btn3:hover::before {
  left: 0;
}

.custom-btn3:hover {
  color: #fff !important;
}

.custom-btn3 a span{
	color:  #00153C !important;
	
}

.custom-btn3:hover a span{
  color: #fff !important;
}


.custom-btn3 {
  text-align: left !important;
}

.custom-btn3 .elementor-button {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.custom-btn3 .elementor-button-content-wrapper {
  justify-content: flex-start;
}


.custom-btn3 .elementor-button.active {
  background: #003079 !important;
  color: #fff !important;
}

.custom-btn3 .elementor-button.active .elementor-button-text {
  color: #fff !important;
}

.custom-btn3{
  width: 100%;
}

.custom-btn3 a{
  display: flex;
  width: 100%;
  align-items: center;
}


.custom-btn3 a.active{
  display: flex;
  width: 100%;
  background-color: #0d47a1;
  color: #fff;
}



/* Container Hover Fix */
.elementor-element.custom-hover{
    transition: all 0.4s ease !important;
}

/* Background Hover */
.elementor-element.custom-hover:hover{
    background: #00153C !important;
}

/* Text Hover White */
.elementor-element.custom-hover:hover h1,
.elementor-element.custom-hover:hover h2,
.elementor-element.custom-hover:hover h3,
.elementor-element.custom-hover:hover p{
    color: #fff !important;
}

.elementor-element.custom-hover:hover p,
.elementor-element.custom-hover:hover span,
.elementor-element.custom-hover:hover .elementor-text-editor,
.elementor-element.custom-hover:hover .elementor-widget-text-editor,
.elementor-element.custom-hover:hover .elementor-element-b3be09d .elementor-divider-separator {
    color: #ffffff !important;
}

.elementor-38 .elementor-element.elementor-element-c3b7c42.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-38 .elementor-element.elementor-element-c3b7c42.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
    background: #F1F5F8 !important;
    box-shadow: 5px 5px 1px 0px #00153C;
}

.elementor-38 .elementor-element.elementor-element-c3b7c42.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
    background: #F1F5F8 !important;
    box-shadow: 5px 5px 1px 0px #003079;
}


.tab-hover-active .e-n-tab-title:hover {
    background-color: transparent !important;
}

.tab-hover-active .e-n-tab-title[aria-selected="true"] {
    background-color: transparent !important;
}

.tab-hover-active .e-n-tab-title:focus {
    background-color: transparent !important;
}

.class-gradient {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* gradient layer (bottom → top animation) */
.class-gradient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #003079 5%, #00153C 90%);
  transition: top 0.5s ease;
  z-index: 0;
}

/* hover trigger */
.class-gradient:hover::before {
  top: 0;
}

/* make sure content stays above gradient */
.class-gradient .elementor-icon-box-wrapper {
  position: relative;
  z-index: 2;
}

/* ALL text white on hover */
.class-gradient:hover .elementor-icon-box-title span,
.class-gradient:hover .elementor-icon-box-description, .class-gradient:hover h3.elementor-icon-box-title{
  color: #fff !important;
  transition: color 0.3s ease;
}

/* SVG icon white on hover */
.class-gradient:hover .elementor-icon svg,
.class-gradient:hover .elementor-icon {
  fill: #fff !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.i-counter .elementor-counter-number {
    display: none !important;
}


.img-step-process{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
}

/* Child Containers */
.img-step-process .e-con{
    position:relative;
    flex:1;
    text-align:center;
}

.img-step-process > .e-con:not(:last-child)::after{
    content:"";
    position:absolute;
    top:35px;
    right:-85px;
    width:95px;
    height:16px;

    /* Replace URL with your uploaded arrow image */
    background:url('https://dreamcodeinfotech.com/kryven/wp-content/uploads/2026/06/2_1.webp') no-repeat center;
    background-size:contain;
	filter: brightness(0) saturate(100%) invert(10%) sepia(42%) saturate(2721%) hue-rotate(199deg) brightness(93%) contrast(109%);
    z-index:1;
}
.img-step-process .elementor-image-box-wrapper{
    text-align:center;
}

.img-step-process .elementor-image-box-title{
    font-size:30px;
    font-weight:700;
    line-height:1.3;
    margin-top:20px;
}

.img-step-process .elementor-image-box-description{
    font-size:16px;
    line-height:1.8;
}

.custom-btn11{
	position: relative;
  display: inline-block;
  border-color:1px solid #fff ;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
  transition: color 0.3s ease;
}


.custom-btn11::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #EAE0CF; /* Hover Color */
  transition: 0.4s ease;
  z-index: -1;
}

/* Hover Effect */
.custom-btn11:hover::before {
  left: 0;
}

.custom-btn11:hover {
  color: #000 !important;
 border-color:1px solid #EAE0CF !important;
}



.custom-btn3 a span {
    color: #00153C !important;
    text-align: left;
}


.elementor-element-7d24a4a{
    justify-content: center;
}


.step-hover h2{
    background-color:#003079;
    color:#fff!important;
    border-radius:100%;
    padding:25px;
}

.step-hover h2:hover{
    background-color:#00153C;
    color:#fff!important;
    border-radius:100%;
    padding:25px;
}

.uc_marquee > div {
    padding: 10px 0;
}


.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: #6da17500;
    background-image: none;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: #61ce7000;
    background-image: none;
}




.border-hover {
  position: relative;
  display: inline-block;
}

.border-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;              /* border thickness */
  width: 100%;
  background: #00153C;
  border-radius: 10px !important;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.border-hover:hover::after {
  transform: scaleX(1);
}

.elementor-14 .elementor-element.elementor-element-339acfb .wpr-sub-menu .wpr-sub-menu-item:hover, .elementor-14 .elementor-element.elementor-element-339acfb .wpr-sub-menu .wpr-sub-menu-item.wpr-active-menu-item {
    background-color: #00153C;
    border-radius: 10px;
}


.elementor-element.elementor-element-60ac91d .ue_marquee a {
    -webkit-text-stroke: 0.8px rgba(255,255,255,1);
}


.thjmf-job-list-page .thjmf-job-button, .thjmf-single-job-page .thjmf-job-button {
    border-radius: 5px;
    text-align: center;
	background-color: #00153C !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #FFFFFF;
    padding: 15px 15px 15px 15px;
	border:none !important;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel {
    border-bottom: none !important;
}
.thjmf-loop-job.thjmf-list-job-listing {
    border: none !important;
    background: #F1F5F8;
    padding: 25px 30px !important;
    margin-bottom: 20px;
    border-radius: 10px;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-header .thjmf-loop-job-title a {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    color: #00153C;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-details-button {
    border-radius: 10px;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
	color: #00153C !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
	text-decoration: underline !important;
}


.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-details-button::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
}

.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-details-button:hover::after {
    transform: translateX(4px);
}

.thjmf-job-contents main#main {
    max-width: 1366px !important;
    padding: 50px 30px;
    background: #F1F5F8;
    border-radius: 10px;
}

.thjmf-job-contents {
     padding: 50px 20px;
}

.thjmf-job-title a{
    font-family: "Roboto Slab", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    color: #00153C;
}
.thjmf-job-features-list.thjmf-plain-list {
    font-family: "Roboto Slab", Sans-serif;
}
.thjmf-single-job .thjmf-field-file .thjmf-input-wrapper {
    margin-top: 10px;
    border: 1px dashed #000000 !important;
}
.thjmf-loop-job-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.model-pop-up .ue-text {
  display: none !important;
}


.ue-dynamic-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 20, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
}


.ue-popup-box {
  background: #ffffff;
  max-width: 650px;
  width: 100%;
  padding: 30px 28px;
  border-radius: 18px;
  position: relative;
  animation: popupFade 0.28s ease;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0,0,0,0.06);
}


.ue-close {
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 26px;
  cursor: pointer;
  color: #444;
  transition: 0.2s;
}

.ue-close:hover {
  color: #000;
  transform: rotate(90deg);
}


.ue-popup-box h2 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111827;
  line-height: 1.3;
  letter-spacing: 0.2px;
}


.ue-popup-content {
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: #4b5563;
}


@keyframes popupFade {
  from {
    transform: translateY(15px) scale(0.95);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}


.forminator-ui#forminator-module-1098.forminator-design--default .forminator-description, .forminator-ui#forminator-module-1098.forminator-design--default .forminator-description p {
    display: none;
}



.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel {
    display: flex !important;
    justify-content: start !important;
    flex-direction: row-reverse !important;
    border-bottom: 1px solid #efeeee;
}

.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-primary-filters {
    justify-content: space-between;
    width: 50%;
}


button#thjmf_find_job {
    display: none;
}

.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-primary-filters {
    justify-content: space-between;
    gap: 20px;
}

.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-job-filter {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #64606026;
    border-radius: 10px;
}


body.thjmf-theme-hello-elementor.thjmf-job-list-page .thjmf-job-filter-panel .thjmf-secondary-filters select,
body.thjmf-theme-hello-elementor.thjmf-job-list-page .thjmf-job-filter-panel .thjmf-secondary-filters select:focus,
body.thjmf-theme-hello-elementor.thjmf-job-list-page .thjmf-job-filter-panel .thjmf-secondary-filters select:focus-visible {
    border: 1px solid #64606026;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-secondary-filters {
    padding: 20px 0px;
}

.thjmf-job-list-page .thjmf-job-button,
.thjmf-single-job-page .thjmf-job-button {
	position: relative;
	display: inline-block;
	background: #00153C;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
	border-radius: 5px;
	text-align: center;
	transition: color 0.3s ease;
}

.thjmf-job-list-page .thjmf-job-button::before,
.thjmf-single-job-page .thjmf-job-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #003079;
	transition: 0.4s ease;
	z-index: -1;
}

.thjmf-job-list-page .thjmf-job-button:hover::before,
.thjmf-single-job-page .thjmf-job-button:hover::before {
	left: 0;
}

.thjmf-job-list-page .thjmf-job-button:hover,
.thjmf-single-job-page .thjmf-job-button:hover {
	color: #fff;
}
.thjmf-form-notification{
    left: 50px !important;
    right: auto !important;
}

/* Responsive */
@media (max-width: 1440px) {
	  .pr-1440{
        padding-right: 20px;
    }
}

/* ===================================
   TABLET
=================================== */

@media(max-width:1024px){

    .img-step-process > .e-con:not(:last-child)::after{
        width:70px;
        right:-55px;
    }

}

@media (max-width: 768px) {
  .ue-popup-box {
    padding: 22px;
    border-radius: 14px;
  }

  .ue-popup-box h2 {
    font-size: 20px;
  }

  .ue-popup-content {
    font-size: 14px;
  }
}

.p-stayconnected a {
    text-decoration: none !important;
    color:#000000;
}
@media (max-width:1210px) and (min-width:320px){

  .model-pop-up .uc_image_carousel_content-wrapper{
    height: 55px !important; 
    min-height: 55px !important;
    max-height: 55px !important;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 768px){

  p#phone_field {
    width: 100%;
}
	p#thjmf_email_field {
    width: 100%;
}

}

/* ===================================
   MOBILE
=================================== */

@media(max-width:767px){

    .img-step-process{
        flex-direction:column;
        gap:50px;
    }

    .img-step-process > .e-con:not(:last-child)::after{
        display:none;
    }
	.thjmf-loop-job.thjmf-list-job-listing {
   		padding: 15px !important;
	}
	.thjmf-job-title a{
    	font-size: 30px !important;	
	}
	.thjmf-single-job .thjmf-form-row-last, .thjmf-single-job .thjmf-form-row-first {
    	width: 100%;
	}
	
}

@media (max-width: 425px){

  .thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-secondary-filters select{
    width: 100%;
  }

  #thjmf_location_filter::placeholder{
    font-size: 11px;
  }

	.thjmf-single-job-page .thjmf-job-title-group {
        /*display: flex;
        align-items: end !important;
        width: 100%;
        gap: 25px;
        flex-direction: column;*/
		gap:25px;
    }
	.thjmf-single-job-page .thjmf-job-title-group {
    display: flex;
    align-items: end;
    width: 100%;
    flex-direction: column;
}
}

@media screen and (max-width: 767px) {

    .thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel {
        display: flex !important;
        flex-direction: column !important;
        gap: 0px !important;
        border-bottom: 1px solid #efeeee;
    }

    .thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-primary-filters {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        gap: 10px;
    }

    .thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-primary-filters input {
        flex: 1;
    }

    .thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-secondary-filters {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center;
        gap: 25px;
    }
	
	.thjmf-single-job-page .thjmf-job-title-group {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column-reverse;
	gap:40px !important;
}
	.thjmf-single-job-page .thjmf-title-actions {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
}
	.thjmf-title-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
	h1.thjmf-job-title.thjmf-js-job-title.entry-title {
    font-size: 25px;
}
	.thjmf-single-job-page .thjmf-job-title-group {
    display: flex;
    align-items: flex-start !important;
    width: 100%;
    flex-direction: column;
	gap:30px;
	padding-bottom:40px;
}
	
}
