/* Base video container */
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
 
/* Shared iframe / video rules */
.video-container iframe,
.video-container .elementor-video,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
 
/* 1:1 Square aspect ratio */
.video-container .elementor-widget-video {
    position: relative;
    width: 100%;
    padding-top: 0; /* 1:1 ratio */
    -webkit-clip-path: url(#hero-clip);
    clip-path: url(#hero-clip);
}
 
/* Clip-path SVG stays hidden */
.video-svg-shape svg.clip-path {
    position: absolute;
    width: 0;
    height: 0;
}
.video-container .elementor-widget-video iframe {
  pointer-events: none !important;
  cursor: none !important;
}
.video-container .ytp-chrome-top.ytp-show-cards-title {display: none !important;}
.masked-video-wrapper video {
    clip-path: url(#hero-clip);
    -webkit-clip-path: url(#hero-clip); /* Safari */
    display: block;
}
/*Inner Page styling */
.innerBanner>.innerHeadingContainer,
.productBannerWrapper .bannerHeading{
    padding: 80px 15px 250px 15px !important;
}
.innerBanner>.innerBannerImage,
.bannerImageWrap{
	background-blend-mode: luminosity;
    min-height: 400px;
    margin-top: -200px;
}
.innerHeadingContainer .elementor-widget-heading>.elementor-widget-container,
.productBannerWrapper .bannerHeading h1{
    padding-left: 24px;
    border-left: 6px solid var(--e-global-color-secondary);
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: start;
}
/**/
.slider-round-arrow .elementor-swiper-button{
    top: 100% !important;
    bottom: 0 !important;
    height:60px;
    width:60px;
    background-color:var( --e-global-color-primary );
    border-radius:50% !important;
    display: flex !important;
    align-items:center;
    justify-content:center;
    transition:all linear 0.25s;
    right: auto !important;
    transform:translateX(-50%) translateY(-35px) !important;
    z-index:9 !important;
}
.vrAboutSection1 .swiper-slide {z-index: 1 !important;}
.slider-round-arrow  .elementor-swiper-button svg {
    width: 14px !important;
    height: auto !important;
}
.slider-round-arrow  .elementor-swiper-button:hover{
    background-color:var( --e-global-color-secondary);
}
.slider-round-arrow  .elementor-swiper-button-prev {
  left: calc(50% - 50px) !important;
}
.slider-round-arrow  .elementor-swiper-button-next {
  left: calc(50% + 50px) !Important;
}
.aboutBowmanSectionInner {
    position: relative;
    overflow:hidden;
    cursor:pointer;
}
.aboutBowmanSectionInner .visble-onhover {
    visibility: hidden;
    opacity: 0;
     transition: all 0.2s ease-in-out;
     display:none;
}
.aboutBowmanSectionInner:hover .visble-onhover {
    visibility: visible;
    opacity: 1;
    display:block;
}
.aboutBowmanSectionInner .bowmanMainWord {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    color: var(--e-global-color-secondary) !important;
}
.aboutBowmanSectionInner:hover .bowmanMainWord {
    top: 0; 
    transform: translateY(0);
    position:relative;
}
.aboutBowmanSectionInner:hover .bowmanMainWord  .elementor-heading-title{
    color:var(--e-global-color-primary) !important;
}
.aboutBowmanSectionInner {
    position: relative;
    overflow:hidden;
    background-color: var(--e-global-color-primary);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.aboutBowmanSectionInner:hover{
    background-color: var(--e-global-color-secondary) !important;
}
.aboutBowmanSectionInner .visble-onhover {
    visibility: hidden;
    opacity: 0;
     transition: all 0.6s ease-in-out;
}
.aboutBowmanSectionInner:hover .visble-onhover {
    visibility: visible;
    opacity: 1;
}
.aboutBowmanSectionInner .bowmanMainWord {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}
.aboutBowmanSectionInner:hover .bowmanMainWord {
    top: 0; 
    transform: translateY(0);
    position:relative;
}
/*Timeline Slider */
.timelineYearData {
    position: relative;
    padding-bottom:36px
}
.aboutTimeline .slick-slide.slick-current .timelineYearData *{
    color:var(--e-global-color-secondary) !important; 
}
.timelineYearData>.elementor-widget-container:before,
.timelineYearData>.elementor-widget-container:after{
    content:''; 
    display:block; 
    position:absolute;
    left:50%;
    transform:translateX(-50%) scale(1);
    border-radius:50%;
    width:36px;
    height:36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.timelineYearData>.elementor-widget-container:after{
    border:5px solid transparent;
    outline:2px solid transparent;
    bottom:5px;
}
.timelineYearData>.elementor-widget-container:before{
    width:29px;
    height:29px;
    background:var( --e-global-color-341697a );
    bottom:8px;
    border:0px;
    outline:0px;
}
.aboutTimeline .slick-slide.slick-current .timelineYearData>.elementor-widget-container:before{
    background:var(--e-global-color-secondary);
    transform:translateX(-50%) scale(0.9);
}
.aboutTimeline .slick-slide.slick-current .timelineYearData>.elementor-widget-container:after{
    border:5px solid #0000;
    outline:2px solid var(--e-global-color-secondary);
}
.aboutTimeline .timelineYearData:before{
    content:''; 
    background:#D9D9D9;
    width:100vw;
    height:3px;
    display:block;
    bottom:20px;
    position:absolute;
    z-index:-1;
}
.aboutTimeline .timelineYearData .elementor-heading-title {
    padding-bottom:20px;
}
.aboutTimeline .timelineSlideContent{
    padding:20px 20px 0px !important;
}
.aboutTimeline .timelineSlideContent .elementor-image-box-img{
    background-color: var( --e-global-color-primary );
    border-radius: 20px;
}
.aboutTimeline .timelineSlideContent .elementor-image-box-img img{
    opacity: 0.5;
    width:100% !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px !important;
    filter:grayscale(100%);
}
.aboutTimeline .slick-slide.slick-current .timelineSlideContent .elementor-image-box-img img{
    opacity: 1;
    filter:grayscale(0%);
}
.aboutTimeline button.slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    bordeR: 0px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    bottom: 0px;
    margin: auto;
	transform: translateX(-50%);
    background-color:var( --e-global-color-primary );
}
.aboutTimeline button.slick-arrow:hover{
    background-color:var( --e-global-color-secondary );
}
.aboutTimeline button.slick-arrow svg{
    fill: var(--white02);
    width: 14px;
}
.aboutTimeline button.slick-arrow:before{
    content:'';
    background: var( --e-global-color-secondary ) !important;
    width:100%;
    height:3px;
    display:block;
    position:absolute;
    top: 50%;
    z-index:-1; 
}
.aboutTimeline button.slick-arrow.slick-prev:before{
      right: -100%;
}
.aboutTimeline button.slick-arrow.slick-next:before{
    left: -100%;
}
.aboutTimeline button.slick-arrow.slick-prev  {
  left: calc(50% - 75px) !important;
}
.aboutTimeline button.slick-arrow.slick-next{
  left: calc(50% + 75px) !Important;
}

.abount-img-centre .elementor-image-box-img {
    display: flex !important;
    justify-content: center;
}

/*About Section */
.testimonialSlide {
    flex-wrap: nowrap;
    display: flex !important;
    align-items: end;
}
.AboutTestimonialContent{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 56px 52px;
    background-position: right 50px top 50px!important;
    margin-left:-68px;
}
.AboutTestimonialImage{
    width: 400px;
}
.AboutTestimonialImage.elementor-widget-image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.AboutTestimonialContent{
    width:calc(100% + 68px - 400px);
}
.testimonialAboutSec ul.slick-dots {
    list-style-type: none;
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: end;
    position: relative;
}
.testimonialAboutSec .slick-dots li.slick-active {
    position: relative;
}
.testimonialAboutSec .slick-dots button.slick-num {
    border: 0px;
    background: transparent;
    color: #808080;
    font-size: 22px;
    line-height: 22px;
    font-family: 'Geologica';
    font-weight: 400;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.testimonialAboutSec .slick-dots button.slick-num:hover,
.testimonialAboutSec .slick-dots li.slick-active button.slick-num{
    color: var( --e-global-color-secondary );
}
.testimonialAboutSec .slick-dots li:not(:last-child)::after {
    content: '';
    width: 0px;
    height: 2px;
    background: var( --e-global-color-secondary );
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: width 0s ease-in-out;
}
.testimonialAboutSec .slick-dots li.slick-active:not(:last-child)::after {
    width:100px;
    transition: width 0.3s ease-in-out;
}
.testimonialAboutSec .slick-dots li.slick-active:not(:last-child)>button {
    padding-right: 105px;
}
.testimonialAboutSec button.slick-arrow {
    padding: 0px;
    height: 140px;
    width: 140px;
    bordeR: 0px;
    background-color: var( --e-global-color-primary );
    position: absolute;
    bottom: 64px;
    z-index: 1;
}
.testimonialAboutSec button.slick-arrow:hover{
    background-color:var( --e-global-color-secondary );
}
.testimonialAboutSec button.slick-arrow svg {
    fill: var(--white02);
    width: 22px;
}
.testimonialAboutSec  button.slick-prev.slick-arrow {
    left: 0;
}
.testimonialAboutSec  button.slick-next.slick-arrow {
    right: 0;
}
.testimonialAboutSec .slick-list{
    width:calc(100% - 280px);
    margin: 0 auto;
    padding-bottom: 40px;
}
/* Service Page*/
.ServicesListSection .elementor-image-box-wrapper {
    position: relative;
    padding: 12px 24px 12px 12px;
    position:relative;
    transition: background 0.5s ease-in;
    background-color:rgba(93,99,113,0.08);
    border-radius:10px;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
}
.ServicesListSection .elementor-image-box-wrapper .elementor-image-box-img a{
    display:flex;
}
.ServicesListSection figure.elementor-image-box-img {
    width: 57px !important;
}
.ServicesListSection .elementor-image-box-content{
    width:calc(100% - 57px) !important;
    padding-left: 20px;
}
.ServicesListSection .elementor-image-box-wrapper .elementor-image-box-img img{
    width: 100%;
}
.bdImageSlider .slick-slide{padding-top:75px;}
.distributeNetworkSection ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    font-size: 0;
    line-height: 0px;
    margin: 0px auto;
    padding: 10px 0px 5px;
    gap: 14px;
}
.distributeNetworkSection ul.slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    width: 18px !important;
    height: 18px !important;
    border: 4px solid var(--grey-F3F5FA);
    border-radius: 50%;
    outline: 2px solid var(--grey-F3F5FA);
    background: rgba(93, 99, 113, 0.5);
    transition:background 0.3s ease-out;
    cursor:pointer;
}
.distributeNetworkSection ul.slick-dots li.slick-active button,
.distributeNetworkSection ul.slick-dots li:hover button{
    outline: 2px solid var(--e-global-color-secondary) !important;
    background:var(--e-global-color-secondary) !important;
    border: 4px solid var(--grey-F3F5FA) !important;
}
.grayLInk a{
    color: rgba(93, 99, 113, 1) !important;
}
.grayLInk a:hover{
    color: var(--e-global-color-secondary)!important;
}
/* Contact Us Page */
.textDecorationUnderline a{
    text-decoration: underline;
}
.textDecorationUnderline a:hover{
    text-decoration: none;
}
.linkBlack a{
    color:var(--e-global-color-0D0D0D) !important;
}
.linkBlack a:hover{
    color:var(--e-global-color-secondarys) !important;
}
.ContactAddresses .elementor-icon-box-description a{
    word-break: break-word !important
}
.ContactMapWrapper>div,
.mapStyling{
    height: 640px !important;
}
.mapStyling{
    filter: grayscale(95%);
    opacity:0.4;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius:20px;
    border-radius:20px;
    overflow: hidden;
    display: inline-block;
    width:100%;
    border: 0px solid rgba(93, 99, 113, 0.1);    
}
.mapStyling:hover{
    opacity:1;
    filter: none;
}
.ContactShapeSection{
    background-size: 100% 590px !important;
}
.contactUsFormwrap>div.elementor-element,
.BDFormWrap{box-shadow: 0px 16px 119px 0px rgba(51, 51, 51, 0.1) !important;}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled{
    opacity: 1 !important;
}
.heading-equal-height .elementor-widget-container {
    display: flex;
    align-items: center;
}
/* Start Career Page  */
.dp-connect-slider .slick-slide, .dp-video-slider .slick-slide, .dp-journey-slider-2 .slick-slide  {
    margin: 0 10px;
}
.slick-round-dot .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    gap:20px;
}

.slick-round-dot .slick-dots li{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-round-dot .slick-dots li button{
    font-size: 0;
    background-color: transparent;
    border: 1px solid transparent; 
    width: 23px;
    height: 23px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.slick-round-dot .slick-dots li.slick-active button{
    border: 1px solid #f4a825;
}
.slick-round-dot .slick-dots li button:after{
    content: "";
    width: 13px;
    height: 13px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: rgba(93, 99, 113, 0.5);
    transition: background 0.3s ease-out;
}
.slick-round-dot .slick-dots li.slick-active button:after {
    background-color: var(--e-global-color-secondary);   
}
.dp-journey-slider .slick-slide, .dp-journey-slider-2 .slick-slide {
    margin: 0 10px; 
}
.dp-journey-slider .slick-list,.dp-journey-slider-2 .slick-list {
    padding: 0 !important;
}
.dp-journey-slider {
    direction: rtl; 
}
.dp-video-section .elementor-custom-embed-play {
   display: inline-block;
}
.dp-video-section .elementor-custom-embed-play:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: rgba(255, 204, 0, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
.RecruitmentProcessBox1 {
    position: relative;
    border-radius: 125px; /* Creates a rounded shape */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.RecruitmentProcessBox1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid var(--e-global-color-secondary);
    border-radius: 125px;
   clip-path: inset(50% 0 0 0); 
}

.RecruitmentProcessBox2 {
    position: relative;
    border-radius: 125px; /* Creates the oval shape */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.RecruitmentProcessBox2:before {
    content: '';
    position: absolute;
    width: calc(100% + 8px);
    height: 100%;
    border: 4px solid var(--e-global-color-secondary);
    border-radius: 125px;
    clip-path: inset(0 0 50% 0);
    left: -4px;
    z-index: 1;
}
body.lightboxOpenCust{
    height: 100vh;
    overflow: hidden;
}
body.lightboxOpenCust::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    pointer-events: none;
    top: 0;
    left: 0;
}
.jobListingShortcode {
    overflow-x: hidden;
    top:-85px;
    position:relative;
}
.jobListingShortcode .jobsearch-top-searchbar {
    background-color: #F6F8FA;
    position: relative;
    padding: 50px 40px !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border:1px solid rgba(61, 58, 96, 0.15);
    margin-bottom:70px;
}
.jobListingShortcode .jobsearch-subheader-form .jobsearch-banner-search {
    box-shadow: none;
    padding: 0px !important;
    background-color: transparent;
}
.jobListingShortcode .jobsearch-subheader-form {
    margin-bottom: 0px !important;
}
.jobListingShortcode .jobsearch-top-searchbar:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% + 2px);
    background:#F6F8FA;
    top: -1px;
    border:1px solid rgba(61, 58, 96, 0.15);
    border-left:0px;
    border-right:0px;
}
.jobListingShortcode .adv-search-options {
    display: flex !important;
}
.jobListingShortcode .adv-search-options ul {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0px !important;
    align-items: center;
    justify-content: space-between;
}
.jobListingShortcode .adv-search-options ul li{
    position: relative;
    padding:0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.jobListingShortcode .adv-search-options ul li .jobsearch-select-style{
    padding:0px !important;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.jobListingShortcode .adv-search-options ul li:nth-child(2):after,
.jobListingShortcode .adv-search-options ul li:nth-child(2)::before{
    content: '';
    width: 2px;
    height: 100%;
    background-color: rgba(93, 99, 113, 0.32);
    display: block;
    position: absolute;
    top: 0;
}
.jobListingShortcode .adv-search-options ul li:nth-child(2):after{
    right: -40px;
}
.jobListingShortcode .adv-search-options ul li:nth-child(2)::before{
    left: -40px;
}
.jobListingShortcode .adv-search-options ul li>div::before {
    content: attr(data-placeholder);
    display: block;
    font-size: 18px;
    line-height:23px;
    font-weight:400;
    color: var(--e-global-color-5D6371);
    margin-bottom: 12px;
}
.jobListingShortcode .adv-search-options ul li .jobsearch-select-style .selectize-input,
.jobListingShortcode .adv-search-options ul li .jobsearch-select-style input[type="text"],
.jobListingShortcode .adv-search-options ul li .selectize-control{
    background-color: transparent !important;
    border: 0px !important;
    height: 30px !important;
    padding: 0px;
}
.jobListingShortcode .adv-search-options .jobsearch-select-style  .selectize-input div.item,
.jobListingShortcode .adv-search-options .jobsearch-select-style  .selectize-input input{
    font-size: 22px;
    line-height: 26px;
    color: var(--e-global-color-0D0D0D) !important;
    padding: 0px !important;
    opacity: 1;
}
.jobListingShortcode .adv-search-options .selectize-control.single .selectize-input:after{
    font-size:30px;
    color:var(--e-global-color-secondary);
    display: inline-block;
    right: 20px !important;
}
.jobListingShortcode .adv-search-options .jobsearch-select-style  .selectize-input ::placeholder {
    color: var(--e-global-color-0D0D0D);
    opacity: 1;
}
.jobListingShortcode .adv-search-options .jobsearch-select-style  .selectize-input::-webkit-input-placeholder {
    color: var(--e-global-color-0D0D0D);
}
.jobListingShortcode .adv-search-options .jobsearch-select-style  .selectize-input:-moz-placeholder {
    color: var(--e-global-color-0D0D0D);
}
.jobListingShortcode .adv-search-options .jobsearch-select-style  .selectize-input::-moz-placeholder {
    color: var(--e-global-color-0D0D0D);
}
.jobListingShortcode .adv-search-options .jobsearch-select-style  .selectize-input:-ms-input-placeholder {
    color: var(--e-global-color-0D0D0D);
}
.jobListingShortcode ul.jobsearch-jobs-topsrchul button#jobsearch-jobadvserach-submit:before {
    content: 'Search Job';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}
.jobListingShortcode ul.jobsearch-jobs-topsrchul button#jobsearch-jobadvserach-submit i.jobsearch-icon.jobsearch-search,
.jobListingShortcode .like-btn,
.jobListingShortcode li.adv-srch-toggler,
.jobListingShortcode .adv-search-options ul li .jobsearch-select-style:after,
.jobListingShortcode .adv-search-options ul li:last-child::after,
.jobListingShortcode .jobsearch-jobs-topsrchul li.jobsearch-banner-submit,
.jobsearch-typo-wrap.listin-filters-sidebar,
.mobfiltrs-openrbtn-con,
.jobsearch-column-9  .jobsearch-sort-section  i.jobsearch-icon.jobsearch-sort,
.jobsearch-column-9 .selectize-control.sort-records-per-page.single,
.jobsearch-joblisting-classic figure,
ul.jobsearch-custom-field li span{
    display: none !important;
}
/* for mobile filter button please active mobfiltrs-openrbtn-con in mobile view.*/
.jobListingShortcode ul.jobsearch-jobs-topsrchul{
    justify-content:end;
    margin-bottom:0px;
}
.jobListingShortcode ul.jobsearch-jobs-topsrchul li{
    width: 35% !important;
    max-width: 35% !important;
}
.jobListingShortcode ul.jobsearch-jobs-topsrchul li.jobsearch-banner-submit {
    width: 30% !important;
    max-width: 200px !important;
}
.jobsearch-jobs-topsrchul li input{
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-5D6371);
}
.listin-filters-sidebar {
    background-color:#F6F8FA;
    padding:40px 30px !important;
    border-radius:10px;
    border:1px solid rgba(61, 58, 96, 0.06);
}
.jobsearch-row *,
.jobsearch-banner-search *,
.jobsearch-typo-wrap {
    font-family: 'Outfit';
    font-weight: 400;
    color:var(--e-global-color-5D6371);
}
.listin-filters-sidebar .jobsearch-search-filter-wrap{
    background-color:transparent !important;
    box-shadow:none !important;
    border:0px;
    margin-bottom:0px !important;
    padding:25px 0px;
    border-bottom:1px solid rgba(24, 32, 27, 0.1);
}

.listin-filters-sidebar .jobsearch-fltbox-title a {
    padding: 0px !important;
    font-size: 22px;
    line-height: 30px !important;
    font-weight: 500;
    color: var(--e-global-color-0D0D0D) !important;
    margin-bottom: 25px;
    pointer-events: none;
}
.listin-filters-sidebar .jobsearch-search-filter-wrap .jobsearch-fltbox-title a:before{
    transform: translateY(-50%);
    top: 50%;
    font-size: 15px;
    color:var(--e-global-color-0D0D0D);
    display: none;
}
.listin-filters-sidebar .jobsearch-filter-responsive-wrap:last-child .jobsearch-search-filter-wrap{
    border-bottom:0px !important;
    padding-bottom:0px !important;
}
.listin-filters-sidebar .jobsearch-filter-responsive-wrap:first-of-type > .jobsearch-search-filter-wrap {
    padding-top: 0px !important;
}
.listin-filters-sidebar .jobsearch-checkbox li{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
}
.listin-filters-sidebar .jobsearch-checkbox li.filter-more-fields{
    display: flex !important;
}
.listin-filters-sidebar .jobsearch-checkbox input[type="checkbox"] + label span, .jobsearch-checkbox input[type="radio"] + label span {
    width: 24px !important;
    height: 24px !important;
    margin: 0px 12px 0px 0px !important;
    background-color: var(--white02);
    border: 1px solid rgba(93, 99, 113, 0.22) !important;
    display: inline-flex;
    border-radius: 4px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.listin-filters-sidebar .jobsearch-checkbox input[type="checkbox"]:checked + label span, .jobsearch-checkbox input[type="checkbox"] + label:hover span, .jobsearch-checkbox input[type="radio"]:checked + label span, .jobsearch-checkbox input[type="radio"] + label:hover span {
    box-shadow:none !important;
    background-color: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-secondary) !important;
}
.listin-filters-sidebar .jobsearch-checkbox input[type="checkbox"] + label span:before, .jobsearch-checkbox input[type="radio"] + label span:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    text-align: center;
    justify-content: center;
    line-height: 100%;
    font-size: 15px;
    margin: auto;
    color: var(--white02);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.listin-filters-sidebar .jobsearch-checkbox li .filter-post-count {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    text-align: center;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background: var(--e-global-color-primary) !important;
    color: var(--white02);
}
.jobsearch-checkbox + a.show-toggle-filter-list {
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    font-style: normal;
    margin-left: 35px;
    margin-top: 15px;
    display: none !important;
}
.listin-filters-sidebar ul.jobsearch-checkbox li:not(:last-child) {
    margin-bottom: 20px;
}
.listin-filters-sidebar ul.jobsearch-checkbox li label,
.jobsearch-employer-profile-form label {
    font-size: 16px !important;
    line-height: 20px !important;
    color: var(--e-global-color-5D6371) !important;
}
.jobListingShortcode .jobsearch-top-searchbar + .jobsearch-row{
    padding: 0px 15px;
}
.jobListingShortcode .jobsearch-column-9.jobsearch-typo-wrap{
    /* padding-left: 25px !important; */
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}
.jobsearch-pagination-blog {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 80px;
}
.jobsearch-column-9 .jobsearch-pagination-blog ul{
    margin: 0px auto;
    justify-content: center;
    gap: 14px;
}
.jobsearch-column-9  .jobsearch-pagination-blog ul li a,
.jobsearch-column-9  .jobsearch-pagination-blog ul li span {
    background-color: transparent;
    border: 1px solid #DFE3E8;
    color: var(--e-global-color-0D0D0D);
    font-size: 20px;
    line-height: 20px;
    width: 58px;
    height: 58px;
    font-weight: 600;
}
.jobsearch-column-9  .jobsearch-pagination-blog ul li:hover a, .jobsearch-typo-wrap  .jobsearch-pagination-blog ul li:hover span{
    background-color: var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    color:var(--white02) !important;
}
.jobsearch-column-9 .jobsearch-pagination-blog ul li span.current{
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    color:var(--e-global-color-secondary) !important;
}
.jobsearch-column-9 .selectize-input.items {
    background-color: #F6F8FA !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    line-height: 28px !important;
    height: auto !important;
    padding: 13px 32px 13px 20px !important;
    color:var(--e-global-color-5D6371) !important;
    min-width:265px;
    border:1px solid rgba(93, 99, 113, 0.08) !important;
}
.jobsearch-column-9 .selectize-control.selectize-select.single {
    height: auto;
}
.jobsearch-column-9 .selectize-input.items .item {
    padding: 0px !important;
}
.jobsearch-column-9  .jobsearch-filterable-select .selectize-control.single .selectize-input:after,
.jobsearch-column-9  .jobsearch-filterable-select .selectize-control.single .selectize-input:before{
    font-size: 25px !important;
    color: #5D6370 !important;
    padding: 0px;
    right: 15px !important;
}
.selectize-control.single .selectize-input:after{
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    margin: 0px !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.selectize-control.single .selectize-input.input-active.dropdown-active::after{
    transform: translateY(-50%) rotate(180deg);
}
.selectize-control.single .selectize-input:before{
    opacity: 0 !important;
    visibility: hidden !important;
}
.selectize-dropdown div.option {
    font-size: 16px !important;
    line-height: 20px !important; 
    padding: 10px !important;
    color:var(--e-global-color-5D6371) !important;
}
.selectize-dropdown-content .option:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.selectize-dropdown.single {
    background-color: #f6f8fa;
    color: var(--white02);
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    border: 1px solid;
    border-color: rgba(93, 99, 113, 0.08) !important;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.adv-search-options .selectize-dropdown.single {
    background-color: var(--white02);
}
.adv-search-options .selectize-dropdown div.option {
    padding: 12px !important;
    border-bottom: 1px solid rgba(93, 99, 113, 0.08) !important;
}
.selectize-input.items.full.has-options.has-items.input-active.dropdown-active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.selectize-dropdown div.option.selected,
.selectize-dropdown div.option:hover{
    background-color: var(--e-global-color-primary) !important;
    color: var(--white02) !important;
}
.jobsearch-joblisting-classic .jobsearch-list-option .jobsearch-pst-title a {
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 500;
    color: var(--e-global-color-0D0D0D);
}
.jobsearch-joblisting-classic .jobsearch-list-option ul li,
.jobsearch-joblisting-classic .jobsearch-list-option ul li small,
.jobsearch-joblisting-classic .jobsearch-list-option ul li a {
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--e-global-color-5D6371);
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.wp-jobsearch-job-content ul.filtration-tags li a {
    background-color: transparent;
    border: 1px solid #DFDEDF;
    font-size: 14px;
    line-height: 14px;
    color: var(--e-global-color-0D0D0D);
    border-radius: 5px;
    padding: 10px;
    flex-direction: row;
}
.wp-jobsearch-job-content ul.filtration-tags li a:hover {
    color:var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
}
.wp-jobsearch-job-content ul.filtration-tags li a:hover i{
    color:var(--e-global-color-secondary) !important;
}
.wp-jobsearch-job-content .jobsearch-filterable ul li i {
    float: none;
    margin: 0px 0px 0px 5px !important;
    text-align: right;
    color: #C8C8C8 !important;
}
.wp-jobsearch-job-content ul.filtration-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start !important;
}
.jobsearch-filterable .clear-tags{
    color:var(--e-global-color-secondary) !important;
}
.jobsearch-filterable .clear-tags:hover{
    color: var(--e-global-color-0D0D0D) !important;
}
.wp-jobsearch-job-content .jobsearch-fltcount-title {
    font-size: 16px !important;
    color: var(--e-global-color-5D6371) !important;
    line-height: 21px !important;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Outfit';
    text-align: left;
}
.wp-jobsearch-job-content  div.displayed-here {
    font-size: 10px !important;
    line-height: 15px;
}
ul.jobsearch-custom-field li {
    padding: 6px 9px !important;
    border-radius: 4px;
    background: rgba(93, 99, 113, 0.1);
    border: none;
    color: #1C2E3D !important;
    width: auto !important;
}
ul.jobsearch-custom-field li a,
ul.jobsearch-custom-field li i{
    pointer-events:none !important;
    cursor:none !important;
    color: #1C2E3D !important;
    font-size:13px;
    line-height:16px;
}
.jobsearch-joblisting-classic-wrap {
    padding: 30px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
.jobsearch-row li.jobsearch-column-12 .no-candidate-match-error a {
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 25px;
}
.jobsearch-row li.jobsearch-column-12 .no-candidate-match-error a:hover{
    background-color: var(--e-global-color-secondary);
    color:var(--white02) !important;
}
.no-candidate-match-error * {
    color: var(--e-global-color-5D6371);
}
.no-candidate-match-error strong{
    display: block;
    width: 100%;
    font-weight: 600 !important;
    margin-bottom:5px;
}
.jobsearch-joblisting-classic .jobsearch-list-option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.jobsearch-joblisting-classic .jobsearch-list-option ul{
    width:auto;
    align-items:center !important;
    display:flex;
    min-height: 20px;
}
.jobsearch-joblisting-classic .jobsearch-list-option ul.jobsearch-custom-field {
    width:100% !important;
}
.jobsearch-joblisting-classic .sortfiltrs-contner .jobsearch-fltcount-title {
    margin-bottom: 0px;
}
.jobsearch-joblisting-classic .jobsearch-list-option a.jobsearch-option-btn {
    padding: 0px;
    background: transparent;
    color:var(--e-global-color-5D6371);
}
/* Job details page */
.jobsearch-plugin-default-container{
    max-width: 1492px;
    width: 100% !important;
    padding: 0 15px;
}
.job-details-banner {
    background-color:var(--e-global-color-primary);
    padding: 50px 40px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    border-radius:15px;
    margin-top:60px;
}
.jobDetailsBannercotnent{
    width:calc(100% - 230px);
}
.job-details-banner .jobsearch-jobdetail-content {
    margin-bottom: 0;
    background-color: transparent;
    border: 0px;
    padding: 0px;
}
div.jobDetailsSSwrap {
    border-radius: 20px;
    background: var(--e-global-color-primary);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 33px;
}
div.jobDetailsSSwrap h3{
    font-size: 22px;
    line-height: 30px;
    color: var(--e-global-color-secondary);
    margin-bottom: 0px;
    font-weight:500;
}
div.jobDetailsSSwrap .addtoany_list a {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.6);;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.jobDetailsSSwrap .addtoany_list a,
div.jobDetailsSSwrap .addtoany_list a *{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
div.jobDetailsSSwrap a:not(.a2a_button_x) span.a2a_svg {
    height: 0 !important;
    visibility: hidden;
    width: 0px !important;
    opacity: 0 !important;
}
div.jobDetailsSSwrap .addtoany_list a:not(.a2a_button_x):before{
    content: "";
    font-family: 'FontAwesome';
    color:rgba(255, 255, 255, 0.6);
    text-align:center;
    width:100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: auto;
    font-size: 25px;
}
div.jobDetailsSSwrap .addtoany_list a.a2a_button_facebook:before{
    content: "\f082";
}
div.jobDetailsSSwrap .addtoany_list a.a2a_button_linkedin:before{
    content: "\f0e1";
}
div.jobDetailsSSwrap .addtoany_list {
    display: flex;
    gap: 10px;
}
div.jobDetailsSSwrap .addtoany_list span.a2a_svg {
    background-color: transparent !important;
}
div.jobDetailsSSwrap .addtoany_list svg{
    width:30px;
}
div.jobDetailsSSwrap .addtoany_list svg path{
    fill: rgba(255, 255, 255, 0.6);
}
div.jobDetailsSSwrap .addtoany_list a:hover::before{
    color:var(--e-global-color-secondary) !important;
}
div.jobDetailsSSwrap .addtoany_list a:hover{
    border-color: var(--e-global-color-secondary) !important;
}
div.jobDetailsSSwrap .addtoany_list a:hover svg path{
    fill: var(--e-global-color-secondary) !important;
}
div.jobDetailsSSwrap>div.jobShare{
    display: flex;
}
.jobApplyForm .CFormHeadings{
    padding-bottom:50px;
}
.jobApplyForm .CFormHeadings p {
    font-size: 18px;
    line-height:23px;
    color:var(--e-global-color-5D6371);
    font-weight:500;
    padding-bottom: 5px;
}
.jobApplyForm .CFormHeadings *{
    text-align:center;
    font-family: 'Geologica';
}
.jobApplyForm .CFormHeadings h3 {
    font-size: 23px !important;
    line-height: 28px;
    color: var(--e-global-color-0D0D0D);
    font-weight: 600;
    text-transform:uppercase;
}
.jobApplyForm .fileuploadRow {
    margin-bottom: 25px;
}
.fileuploadRow span.wpcf7-form-control-wrap {
    height: 0px;
} 
.jobApplyForm .fileuploadRow .form-item .fileUploadWrap{
    background-color: rgba(238, 238, 238, 0.2);
    border: 1px dashed rgba(93, 99, 113, 0.62);
    padding: 28px 20px 24px;
}
.jobApplyForm .fileuploadRow .form-item input{
    padding:0px;
    background-color:transparent;
    text-align:center;
    visibility:hidden;
    opacity:0;
    height:0;
    width:0;
} 
.jobApplyForm .fileuploadRow .form-item>p{
    height:0;
}
 .fileuploadRow .form-item {
    position: relative;
}
 .fileuploadRow span.fileLabel {
    display: block;
    text-align: center;
    padding-top:10px;
    color: var(--e-global-color-primary);
    font-size: 12px;
    line-height: 12px;
}
.jobsearch-row .wpcf7-not-valid-tip {
    color: #dc3232;
}
.fileuploadRow span.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    top: -2px;
    text-align: center;
    width: 100%;
}
.jobApplyForm .fileUploadWrap {
    text-align: center;
    cursor: pointer;
}
.jobApplyForm .fileUploadWrap p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-5D6371);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.jobApplyForm .fileUploadWrap p.uploadtitle{
    gap: 10px;
    margin-bottom: 5px;
}
.jobApplyForm .fileUploadWrap p.lightText{
    color: rgba(93,99,113,0.6);
    font-size:14px;
    line-height:20px;
}
.jobsearch-typo-wrap input[type="submit"]:hover,
.jobsearch-typo-wrap input[type="submit"]:focus,
.jobsearch-typo-wrap input[type="submit"]:active {
    background-color: transparent !important;
}
.jobsearch-main-content [class^="jobsearch-column-"] {
    padding: 0 !important;
}
.jobsearch-main-content .jobsearch-row{
    margin:0 auto;
}
.jobsearch-main-section .JobdetailsContentWrap {
    padding-right: 75px !important;
}
.JobDetailsContactForm {
    box-shadow: 0px 16px 119px 0px rgba(51, 51, 51, 0.1);
    padding:50px !important;
    border-radius:5px;
}
.jonDetailsRow {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px 80px;
}
.JObDetailsCTA {
    background-color: var(--e-global-color-secondary);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    padding-left: 70px;
    align-items: center;
    background-image: url('../images/JobDetails-Background_desktop.png');
    background-position: top -60px right 0px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 120px;
    margin-bottom: 120px;
}
.JObDetailsCTA>div {
    width: 50%;
}
.JObDetailsCTAImage{
    justify-content:end;
    display:flex;
}
.JObDetailsCTAImage img {
    max-width: 100%;
    margin-top:-50px;
}
.JObDetailsCTAContent h2 {
    color: var(--white02) !important;
    font-size: 38px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 5px;
}
.JObDetailsCTAContent p a {
    font-size: 52px;
    line-height: 55px;
    font-weight: 600 !important;
    font-family: 'Geologica';
    text-decoration: none;
    color: var(--e-global-color-primary) !important;
}
.JObDetailsCTAContent p a:hover{
    color: var(--white02) !important;
}
.jobDetailsDescription{
    h3{
        color: var(--e-global-color-0D0D0D) !important;    
        margin-bottom: 20px !important;
        padding-left: 14px;
        border-left: 4px solid var(--e-global-color-secondary);
    }
    ul{
        padding-left: 20px !important;
        padding-bottom: 40px;
    }
    ul li:not(:last-child){
        margin-bottom: 10px;
    }
    p,li,ul,a{
        color:var(--e-global-color-5D6371);
        font-size: 16px;
        line-height: 22px;
    }
    h4,h5,h6,p{margin-bottom: 20px;}
    ul li ul,ol li ol{padding-bottom:0px !important;padding-top:10px;}
    ul:has(+ h3) {
    padding-bottom: 0 !important;
    }
    h3:not(:first-child){
        position: relative;
        margin-top: 80px;
    }
    strong{
        font-weight: 700 !important;
    }
    h3:not(:first-child)::before {
        content: '';
        width: 100%;
        height: 1px;
        background: rgba(24, 32, 27, 0.1);
        display: block;
        position: absolute;
        left: 0;
        top: -40px;
    }
    table tr td p:not(:last-child){
        margin-bottom: 10px !important;
    }
    table tr td p:empty {
    display: none;
    }
    table tr td,
    table tr th {
        font-size: 16px;
        line-height: 22px !important;
        padding: 15px !important;
        border-bottom:1px solid #eee;
        border-collapse: collapse;
        vertical-align: baseline;
    }
    table {
        table-layout: fixed;
        border-collapse: collapse;
        width: 100%;
    }
    table tr:last-child td{
        border-bottom:0px;
    }
    table tr td p:last-child {
        margin-bottom: 0px;
    }
    border-bottom: 1px solid rgba(24, 32, 27, 0.1);
    margin-bottom: 40px !important;
}
.jobDetailsApplyNow{
    width: 230px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    .jobsearch_apply_job_wrap {
        padding: 0px;
        background: transparent;
        border: 0px;
    }
    a.jobsearch-applyjob-btn {
        margin-bottom: 0px !important;
        background-color: transparent;
        border: 1px solid var(--e-global-color-secondary);
        border-radius: 4px;
        font-size: 18px;
        line-height: 18px;
        color: var(--white02);
        text-decoration: none;
    }
    a.jobsearch-applyjob-btn small {
        color: var(--white02);
    }
}
.jobDetailsBannercotnent{
    h1{
        margin-bottom: 16px;
    }
}
.search-res-item .img-holder {
    display: none !important;
}
.search-res-item .text-holder {
    padding-left: 0px !important;
}
.mobfiltrs-openrbtn-con a{
    background-color: var(--e-global-color-primary) !important;
    border:2px solid var(--e-global-color-secondary) !important;
    border-left: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; 
}
.mobfiltrs-openrbtn-con i.fa.fa-filter {
    color: var(--white02);
}
.jobDetailsBannercotnent{
    ul.jobsearch-jobdetail-options * ,
    .jobsearch-jobdetail-content *,
    .JobDetailstopbar  small a{
        color: var(--white02) !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .jobsearch-jobdetail-content .jobsearch-services-text span {
        display: none;
    }
    ul.jobsearch-row li.jobsearch-column-4 {
        background: rgba(255, 255, 255, 0.1);
        padding: 6px 9px !important;
        border-radius: 4px !important;
        width: auto;
        margin-bottom: 0px !important;
    }
    .jobsearch-jobdetail-content ul.jobsearch-row {
        display: flex;
        gap: 10px;
    }
    .jobsearch-jobdetail-content .jobsearch-services-text small {
        margin-bottom: 0px !important;
    }
    ul.jobsearch-row:before {
        display: none;
    }
    .JobDetailstopbar .jobsearch-jobdetail-options,
    .jobDetailsSPecification .jobsearch-jobdetail-content{
        width: auto;
    }
    .JobDetailstopbar {
        display: flex;
        gap: 20px;
        padding-left: 15px;
    }
    .JobDetailstopbar  small a {
        background-color: transparent !important;
        color: var(--white02) !important;
        padding: 0px;
        color: var(--white02) !important;
        text-decoration: none;
        pointer-events: none;
    }
    .JobDetailstopbar small:after {
        content: '';
        background: rgba(255, 255, 255, 0.2);
        height: 100%;
        width: 2px;
        display: block;
        position: absolute;
        top: 0;
        right: -10px;
    }
    .JobDetailstopbar small {
        position: relative;
    }
}
.jobDetailsSPecification {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.modal-box-area .jobsearch-modal-title-box h2 {
    display: none;
}
.modal-box-area .jobsearch-modal-title-box span.modal-close i {
    font-size: 25px !important;
    color: var(--e-global-color-5D6371);
    line-height: 25px !important;
    font-weight: 400 !important;
}
.jobsearch-typo-wrap textarea{
    height: 91px !important;
}
.jobsearch-job-userlist .listing-applynow .jobsearch_apply_job_wrap {padding: 0; border: 0 !important;}
.jobsearch-joblisting-classic-wrap .jobsearch-job-userlist .listing-applynow .jobsearch_apply_job_wrap a {margin: 0;min-width: 170px;width: auto; border: 0px !important;}
.jobsearch-maps-and-flags:before {
    content: '' !important;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.jobsearch-joblisting-classic-wrap .jobsearch-maps-and-flags:before {
    background-image: url(../images/map-svg-black.svg);
}
.job-details-banner .jobsearch-maps-and-flags:before {
    background-image: url(../images/map-svg-white.svg);
}
.jobsearch-joblisting-classic-wrap .jobsearch_apply_job span {
    margin-bottom: 0px !important;
}
.wp-jobsearch-job-content .jobsearch-filterable ul.filtration-tags:before {
    content: 'Active Filters';
    color: #0D0D0D;
    display: block;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 5px;
    font-weight: 500;
    font-family: 'Outfit';
    width: 100%;
}
.adv-search-options .selectize-input input[type="text"]:focus::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}
.adv-search-options .selectize-input input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.adv-search-options .selectize-input input[type="text"]:focus::-moz-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.adv-search-options .selectize-input input[type="text"]:focus:-ms-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.adv-search-options .selectize-input input[type="text"]:focus::-ms-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}
.listin-filters-sidebar .selectize-control.single .selectize-input::after {
    font-size: 28px !important;
    line-height:28px;
    right: 15px !important;
}
.listin-filters-sidebar .selectize-control.single .selectize-input input,
.listin-filters-sidebar ul.jobsearch-row.jobsearch-employer-profile-form input{
    color:var(--e-global-color-5D6371) !important;
}
.instastcky-aplybtn-con a.jobsearch-applyjob-btn{
    background-color: var(--e-global-color-primary) !important;
    text-decoration: none;
    border-color: var(--e-global-color-secondary) !important;
    border-radius: 4px;
	display:none !important;
}
.instastcky-aplybtn-con a.jobsearch-applyjob-btn small::before{
    font-size: 18px !important;
}
.job-details-banner {
    position: relative;
}
.job-details-banner .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon {
    position: absolute;
    bottom: 33px;
    padding: 0px !important;
    margin: 0px !important;
    left: 0;
    background-color: transparent;
    border: 0px !important;
	display:none !important;
}
.job-details-banner .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon .jobsearch_apply_job_wrap {
    padding: 0px !important;
    background-color: transparent;
    border: 0px !important;
}
.job-details-banner .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon .insta-sypapply-stickycon a.jobsearch-applyjob-btn{
    text-decoration:none !important;
    width:100%;
    max-width:155px !important;
    margin-left:24px;
    padding: 0px !important;
    line-height: 48px !important;
    height: 48px !important;
    margin-bottom: 0px !important;
}
/* .job-details-banner:has(.insta-apply-stickycon) .jobDetailsApplyNow {
    padding: 0px !important;
} */
.job-details-banner:has(.jobsearch-job-apply-btn-con,.jobsearch-job-apply-btn) .jobDetailsApplyNow {
    min-height: 88px !important;
}
a.jobsearch-applyjob-btn small{
    font-size: 0px !important;
    z-index:2;
    position: relative;
    line-height: 100%;
}
a.jobsearch-applyjob-btn small::before{
    content: 'Apply now';
    margin: 0px;
    text-transform: capitalize;
    height: 100%;
    font-weight: 500;
    color: var(--white02) !important;
    font-size: 18px !important;
    display: block;
    position: sticky;
    top:50%;
    z-index: 2;
}
.job-details-banner .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon .insta-sypapply-stickycon a.jobsearch-applyjob-btn small::before{
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jobsearch-modal span.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.AboutTestimonialContent .elementor-widget-text-editor .elementor-widget-container p + p {
    margin-top: 15px;
}
.testimonialAboutSec .slick-track{
    display: flex !important;
    align-items: end !important;
}
/* Event Details section */
.event-details-inner {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center;
    padding: 35px 0px;
    border-bottom: 1px solid rgba(93, 99, 113, 0.31);
}
.event-details-inner .event-details-content {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 44px;
}
.event-details-inner .event-details-content>div{position:relative;max-width:30%;width:100%;display: flex;flex-direction: column;align-items: start;justify-content: start;}
.event-details-inner .event-details-content>div:not(:last-child)::after{
    content:'';
    width:2px;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    display:block;
    position: absolute;
    right: -22px;
    top: 0;
}
.event-details-inner .event-icon {
    padding-left: 35px;
    padding-right: 0;
    width: 135px;
}
.event-details-inner .event-details-content div p{
    font-size:16px;
    line-height:22px;
    color:#5D6371;
    font-weight:400;
    margin-bottom:15px;
}
.event-details-inner .event-details-content div h3{
    color:#111;
    font-size: 20px !important;
    line-height: 25px !important;
}
.event-details-inner .event-icon svg{width: 100%;height: auto;}
.event-details-gallery-slider .ed-gallery-item{padding:0px 10px;}
.event-details-gallery-slider .ed-gallery-item img{
    border-radius: 20px;
    width: 100% !important;
}
.event-details-gallery{padding-bottom:100px;}
.abt-img-slider button.slick-arrow{
	width: 60px;
    height: 60px;
    border-radius: 60px;
    bordeR: 0px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    bottom: -30px;
    margin: auto;
    transform: translateX(-50%);
    background-color: var(--e-global-color-primary);
	z-index:1;
	cursor:pointer;
}
.abt-img-slider button.slick-arrow:hover{
	 background-color: var(--e-global-color-secondary) !important;
}
.abt-img-slider button.slick-arrow.slick-next {
    left: calc(50% + 50px) !Important;
}
.abt-img-slider button.slick-arrow.slick-prev {
    left: calc(50% - 50px) !important;
}
.abt-img-slider button.slick-arrow svg {
    fill: var(--white02);
    width: 14px;
}
.ContactAddresses .elementor-widget-icon-box .elementor-icon-box-content a:hover{color: var(--e-global-color-secondary) !important;}
.page-id-8417 .pum-theme-lightbox .pum-container{border:0px !important;padding: 30px 15px;margin-bottom: 0px !important;max-width:1250px !important;max-height:90vh !important;left: 0px !important;right: 0px !important;margin: 0 auto !important;width:90vw !important;height:auto !important;}
/* .page-id-8417 .pum-theme-lightbox .pum-container .pum-content{height:85vh !important;}
.page-id-8417 .pum-theme-lightbox .pum-container .pum-content .full-size{height:100% !important;} */
.page-id-8417 .pum-theme-lightbox .pum-content+.pum-close {top: 10px !important;right: 10px !important;box-shadow: none !important;background-color: var(--e-global-color-primary) !important;    line-height: 26px !important;display: flex !important;align-items: center !important;justify-content: center !important;}
/****************Responsive*****************/
@media(min-width: 1901px){
    .aboutBowmanSectionInner .bowmanMainWord .elementor-heading-title{
        font-size:260px !important;
        line-height: 260px !important;
    }
    .aboutBowmanSectionInner .visble-onhover .elementor-heading-title{
        font-size:24px !important;
        line-height: 30px !important;
    }
}
@media(min-width: 1492px) and (max-width:1900px){
    .aboutBowmanSectionInner .bowmanMainWord .elementor-heading-title{
        font-size:200px !important;
        line-height: 200px !important;
    }
    .aboutBowmanSectionInner .visble-onhover .elementor-heading-title{
        font-size:20px !important;
        line-height: 25px !important;
    }
    .jobsearch-main-section .JobdetailsContentWrap {
        padding-right: 50px !important;
    }
}
@media(max-width: 1491px){
    .testimonialAboutSec button.slick-arrow{
        height: 100px;
        width: 100px;
    }
    .testimonialAboutSec button.slick-arrow svg{width: 18px;}
    .testimonialAboutSec .slick-list{
        width: calc(100% - 200px);
    }
    .AboutTestimonialContent{
        background-position: right 25px top 5% !important;    
        background-size: 140px auto !important;
    }
    .jobsearch-plugin-default-container {
        max-width: 1250px;
    }
    .jobsearch-main-section .JobdetailsContentWrap {
        padding-right: 50px !important;
    }
    .JobDetailsContactForm {
        padding:35px !important;
    }
    .JObDetailsCTAContent h2 {
        font-size: 30px;
        line-height: 35px;
    }    
    .JObDetailsCTAContent p a {
        font-size: 40px;
        line-height: 45px;
    }
    .JObDetailsCTA{
        padding-left: 50px;
    }
    .event-details-inner{gap:50px;}
    .event-details-inner .event-icon{padding-left:25px;}
    .event-details-gallery{padding-bottom:80px;}
    .abt-img-slider button.slick-arrow{
	    width: 52px;
        height: 52px;
        bottom:-26px !important;
    }
    .abt-img-slider button.slick-arrow svg{width:12px;}
}
@media(max-width: 1366px){
    .testimonialAboutSec ul.slick-dots{
        gap: 18px
    }
    .testimonialAboutSec .slick-dots button.slick-num{
        font-size: 18px;
        line-height: 18px;
    }
    .testimonialAboutSec .slick-dots li.slick-active:not(:last-child)>button{
        padding-right: 75px;
    }
    .testimonialAboutSec .slick-dots li.slick-active:not(:last-child)::after{
        width: 70px;
    }
    .slider-round-arrow .elementor-swiper-button{
        height: 50px;
        width: 50px;
        transform: translateX(-50%) translateY(-30px) !important;
    }
    .ServicesListSection .elementor-image-box-wrapper{
        padding-right: 12px;
    }
    .ServicesListSection .elementor-image-box-wrapper:after{
        width: 28px;
        height: 28px;
        right:12px;
        font-size:9px;
        padding-left:2px;
    }
    .ServicesListSection figure.elementor-image-box-img{
        width:50px !important;
    }
    .ServicesListSection .elementor-image-box-wrapper .elementor-image-box-content{
        padding-left: 10px;
        width: calc(100% - 50px) !important;
    }
    .JObDetailsCTA {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .jobListingShortcode{
        top: -70px;
    }
    .jobListingShortcode .jobsearch-top-searchbar{
        padding: 40px 25px !important;
    }
    .jobListingShortcode .adv-search-options ul li:nth-child(2):after{
        right: -15px;
    }
    .jobListingShortcode .adv-search-options ul li:nth-child(2)::before{
        left: -20px;
    }
    .jobListingShortcode .adv-search-options ul li>div::before{
        font-size: 16px;
        line-height: 20px;
    }
    .jobListingShortcode .adv-search-options .jobsearch-select-style .selectize-input div.item, .jobListingShortcode .adv-search-options .jobsearch-select-style .selectize-input input{
        font-size: 18px;
        line-height: 23px;
    }
    .jobsearch-main-section .JobdetailsContentWrap {
        padding-right: 30px !important;
    }
    .JobDetailsContactForm {
        padding:30px !important;
    }
    .jobsearch-joblisting-classic .jobsearch-list-option .jobsearch-pst-title a {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}
@media(max-width: 1366px) and (min-width:1200px){
    .aboutTimeline .timelineSlideContent{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .listin-filters-sidebar{
        padding: 30px 25px !important;
    }
}
@media(min-width: 1200px){
    .job-details-banner .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon{
        bottom: 50px !important;
    }
    .job-details-banner .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon>.jobsearch_apply_job_wrap{
        justify-content: end;
        align-items: center;
        display: flex;
    }
    .job-details-banner .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon .insta-sypapply-stickycon a.jobsearch-applyjob-btn{
        margin-left: auto !important;
        margin-right: 55px !important;
    }
}
@media(max-width: 1199px){
    .innerBanner>.innerBannerImage,
    .bannerImageWrap{
        min-height: 300px;
        margin-top: -150px;
    }
    .innerBanner>.innerHeadingContainer,
    .productBannerWrapper .bannerHeading{
        padding-top:60px !important;
        padding-bottom: 200px !important;
    }
    .aboutTimeline .timelineSlideContent{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .aboutTimeline button.slick-arrow.slick-prev {
        left: calc(50% - 62px) !important;
    }
    .aboutTimeline button.slick-arrow.slick-next {
        left: calc(50% + 62px) !important;
    }
    .aboutTimeline button.slick-arrow ,
    .slider-round-arrow .elementor-swiper-button{
        width: 47px;
        height: 47px;
    }
    .slider-round-arrow .elementor-swiper-button{
        transform: translateX(-50%) translateY(-28.5px) !important;
    }
    .aboutTimeline button.slick-arrow svg,
    .slider-round-arrow  .elementor-swiper-button svg{
        width: 11px !important;
    }
    .testimonialAboutSec button.slick-arrow{
        height: 60px;
        width: 60px;
    }
    .testimonialAboutSec .slick-list{
        width: calc(100% - 120px);
    }
    .AboutTestimonialImage{
        width: 350px !important;
    }
    .AboutTestimonialContent {
        width: calc(100% + 40px - 300px) !important;
        margin-left: -50px;
        padding: 40px;
        background-size: 130px auto !important;
        background-position: right 20px top 20px !important;
    }
    .testimonialAboutSec button.slick-arrow svg{
        width: 13px;
    }
    .listin-filters-sidebar{
        padding: 30px 20px !important;
    }
    .listin-filters-sidebar .jobsearch-fltbox-title a{
        font-size: 18px;
        line-height: 23px !important;
    }
    .jobsearch-joblisting-classic-wrap{
        padding: 16px 16px 10px !important;
    }
    .CFormHeadings p {
        font-size: 16px;
        line-height:20px;
    }
    .CFormHeadings h3 {
        font-size: 18px !important;
        line-height: 23px;
    }
    .JobDetailsContactForm {
        padding:20px !important;
    }
    .jonDetailsRow {
        padding: 20px 0px 30px;
    }
    .JObDetailsCTAContent h2 {
        font-size: 26px;
        line-height: 31px;
        white-space: normal !important;
        max-width: 350px;
    }
    .JObDetailsCTAContent p a {
        font-size: 32px;
        line-height: 37px;
    }
    .JObDetailsCTA{
        padding-left: 30px;
    }
    .JObDetailsCTA {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .jobDetailsDescription{
        ul{
            padding-bottom: 20px;
        }
        h3{
            margin-top: 40px !important;
        }
        h3:before {top:-20px !important;}
        table tr td,
        table tr th {
            padding: 10px !important;
        }
        margin-bottom: 20px !important;
    }
    .job-details-banner {
        display: block;
        padding: 33px 24px;
        .jobDetailsBannercotnent {
            width:100% !important;
        }
        .jobDetailsApplyNow {
            padding-left: 0px;
            padding-top: 40px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            min-width: 155px;
        }
    }
    .wp-jobsearch-job-content .jobsearch-filterable ul.filtration-tags:before {
        font-size: 18px;
        line-height: 23px;
    }
    .jobsearch-joblisting-classic .jobsearch-list-option .jobsearch-pst-title a {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .event-details-inner{gap:30px;}
    .event-details-inner .event-icon{padding-left:20px;width:90px;line-height:0px;}
    .event-details-gallery-slider .ed-gallery-item{padding:0px 7px;}
    .event-details-gallery{padding-bottom: 60px;}
    .event-details-content div h3{
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .abt-img-slider button.slick-arrow{
	    width: 47px;
        height: 47px;
        bottom:-24px !important;
    }
    .abt-img-slider button.slick-arrow svg{width:10px;}
}
@media(max-width: 1023px){
    .AboutTestimonialImage{
        width: 300px !important;
    }
    .AboutTestimonialContent {
        width: calc(100% + 40px - 300px) !important;
        margin-left: -40px;
        padding: 25px !important;
        background-position: right 20px top 20px !important;
        background-size: 100px !important;
        gap:15px !important;
    }
    .distributeNetworkSection .slick-list {
        padding-right: 100px !important;
    }
    .distributeNetworkSection,
    .distributeNetworkSection>.e-con-inner{
        display: flex !important;
        flex-wrap: wrap;
    }
    .distributeNetworkSection{
        position: relative;
        max-width: 100%;
        overflow: hidden;
        gap:0px !important;
        padding:0px !important;
    }
    .distributeNetworkSection .slick-list .slick-slide{
        margin-left: 15px !important;
        min-height: 400px;
        display: flex;
    }
}
@media(max-width: 991px){
    .innerHeadingContainer .elementor-widget-heading>.elementor-widget-container,
    .productBannerWrapper .bannerHeading h1{
        padding-left: 14px;
        border-left-width: 4px !important;
        min-height: 0px;
    }
    .timelineYearData>.elementor-widget-container:before{
        width: 21px !important;
        height: 21px !important;
    }
    .timelineYearData>.elementor-widget-container:after{
        width: 28px;
        height: 28px;
    }
    .aboutTimeline .timelineYearData:before{
        bottom:17px;
    }
    .AboutTestimonialContent {
        padding: 20px !important;
    }
    .elementor-element.ContactInfoWrap {
        background-color: var(--grey-F3F5FA) !important;
    }
        .elementor-element.ContactShapeSection {
        background-image: none !important;
    }
    .elementor-element.contactUsFormwrap {
        background-size:cover !important;
        background-color:transparent !Important;
    }
    .jobListingShortcode .jobsearch-column-9.jobsearch-typo-wrap{
        padding-left: 0px !important;
    }
    .jobsearch-main-section .JobdetailsContentWrap {
        padding-right: 0px !important;
    }
    .jobApplyForm .fileuploadRow {
        margin-bottom: 10px !important;
    }
    .jobsearch-main-section .JobdetailsContentWrap {
        padding-right: 0px !important;
        padding-bottom: 90px !important;
        width: 100% !important;
    }
    .jobdetailsSidebar{
        width: 100% !important;
    }
    .JObDetailsCTAContent h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .JObDetailsCTA{
        background-size: auto 325px;
    }
    .JObDetailsCTAImage img{
        margin-top: -25px;
    }
    .JObDetailsCTAContent p a {
        font-size: 28px;
        line-height: 33px;
    }
    .JobDetailstopbar {
        padding-left: 0px !important;
        padding-top: 12px;
    }
    .jobDetailsSPecification {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: start;
    }
    .jobsearch-jobdetail-content ul.jobsearch-row{
        flex-wrap: wrap;
    }
    .jobDetailsBannercotnent {
        ul.jobsearch-jobdetail-options *, .jobsearch-jobdetail-content *, .JobDetailstopbar small a {
            color: var(--white02) !important;
            font-size: 11px !important;
            line-height: 13px !important;
        }
    }
    .job-details-banner{
        margin-top: 50px;
    }
    .listin-filters-sidebar {position: fixed; left: -100%; opacity: 0; visibility: hidden; top: 0px; width: 320px !important; background-color: #fff; z-index: 9999; padding: 15px !important; overflow: scroll; height: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
    .active-filters-con {left: 0; opacity: 1; visibility: visible; }
    a.close-listin-mobfiltrs {display: flex !important; position: absolute; right: 15px; top: 20px; font-size: unset; background-color: var(--e-global-color-primary) !important; width: 35px !important; height: 35px !important; border-radius: 100%; text-align: center; line-height: 35px !important; align-items: center !important; justify-content: center !important; }
    .mobfiltrs-openrbtn-con a {background-color: var(--e-global-color-primary); padding: 12px 18px; float: left; font-size: unset; }
    a.close-listin-mobfiltrs i, .mobfiltrs-openrbtn-con a  {font-size: 15px !important; color: #fff; }
    .mobfiltrs-openrbtn-con {display: none !important; position: fixed !important; left: 0px !important; top: 50% !important; z-index: 999; }
    .jobsearch-filter-responsive-wrap, .jobsearch-main-content .widget { width: 100% !important;}
    .jobsearch-filterable a.clear-tags {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        float: none !important;
        margin-top: 10px;
        padding-top: 0px;
        text-align: left;
    }
    .listin-filters-sidebar .selectize-control.single .selectize-input::after {
        font-size: 26px !important;
    }
    a.jobsearch-applyjob-btn small::before{
        font-size: 14px !important;
    }
    .event-details-content div h3{
        font-size: 16px !important;
        line-height: 20px !important;
    }
}
@media(min-width: 992px){
    .elementor-element.BDFormWrapMain {
        background-size: 100% 638px;
    }
}
@media(min-width: 768px){
    .AboutbowmanMobile{
        display: none !important;
    }
    .column-revers-desktop.e-flex {
        flex-direction: row-reverse;
    }
    .bdImageSlider .slick-slide:nth-child(odd){margin-top:-75px}
    .jobListingShortcode .adv-search-options ul li:nth-child(2) .jobsearch-select-style{
        margin-left: auto;
        margin-right: auto;
    }
    .jobListingShortcode .adv-search-options ul li:last-child .jobsearch-select-style{
        margin-left: auto;
        margin-right: 0;
    }
    .jobListingShortcode .adv-search-options ul{
        gap: 40px;
    }
    .jobListingShortcode .adv-search-options ul li .jobsearch-select-style{
        max-width: 350px;
        padding:0px !important;
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media(max-width: 767px){
    .innerBanner>.innerBannerImage,
    .bannerImageWrap{
        min-height: 215px;
        margin-top: -107px;  margin-left: 15px;
    }
    .innerBanner>.innerHeadingContainer,
    .productBannerWrapper .bannerHeading{
        padding-top:50px !important;
        padding-bottom: 157px !important;
    }
    .aboutTimeline .timelineSlideContent{
        padding-left:7px !important;
        padding-right:7px !important;
    }
    .elementor-element.column-revers>.e-con-inner{
        flex-direction: column-reverse;
    }
    .testimonialAboutSec ul.slick-dots{
        display: none !important;
    }
    .testimonialAboutSec button.slick-arrow {
        height: 85px !important;
        width: 85px !important;
    }
    .AboutTestimonialImage,
    .AboutTestimonialImage img{
        width: 100% !important;
    }
    .AboutTestimonialImage img{height:450px;object-fit: cover;object-position: top center;}
    .testimonialAboutSec .slick-track{align-items: start !important;}
    .AboutTestimonialContent {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 20px) !important;
        padding: 30px 30px !important;
        margin-top: -50px !important;
        min-height: 280px;
        background-position: right 22px top 50px!important;
        background-size: 116px auto !important;
        /* max-width: 352px; */
        flex-wrap: nowrap;
    }
    .AboutTestimonialContent .elementor-widget-text-editor{
        width: 100% !important;
    }
    .testimonialSlide {
        display: block !important;
    }
    .testimonialAboutSec .slick-list {
        width: 100% !important;
    }
    .testimonialAboutSec button.slick-arrow {
        left: 50%;
        bottom: 0;
    }
    .aboutTimeline button.slick-arrow svg,
    .slider-round-arrow  .elementor-swiper-button svg{
        width: 10px !important;
    }
    .AboutTestimonialImage.elementor-widget-image img{
        border-bottom-right-radius: 0px;
        /* max-width: 400px; */
        width: 100%;
    }
    .testimonialAboutSec  button.slick-arrow{
           transform: translateX(-50%) translateY(0%);
    }
    .testimonialAboutSec .slick-list{
        padding-bottom: 85px;
    }
    .testimonialAboutSec  button.slick-prev.slick-arrow {
        left: calc(50% - 42px);
    }
    .testimonialAboutSec button.slick-next.slick-arrow {
        left: calc(50% + 42px);
    }
    .aboutBowmanSectionInner .visble-onhover{
        display: none !important;
    }
    .AboutbowmanMobile{
        display: none;
        transform: translateY(-150%);
        transition: transform 0.5s ease-out !important;
        min-height: 52px;
    }
    .AboutbowmanMobile.visibleText {
        transform: translateY(0);
    }
    .AboutbowmanMobile p {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 23px;
        color: var( --e-global-color-primary );
        font-family: 'Outfit';
        font-weight: 700;
        text-align:center;
        margin-bottom: 0px !important;
    }
    .ServicesListSection .e-flex.e-con.e-child {
        width: 100%;
    }
    .bdImageSlider .slick-slide.slick-current{margin-top:-35px}
    .bdImageSlider .slick-slide{padding-top:35px;}
    .contactIconBox .elementor-icon-box-wrapper {
        display: flex !important;
        flex-wrap: nowrap;
        flex-direction: row !important;
    }
    .contactIconBox .elementor-icon-box-icon {
        margin-bottom: 0px !important;
        margin-right: 10px !important;
    }
    .SalesIBoxs .elementor-icon-box-wrapper {
        align-items: center !important;
    }
    .font-16 *{
        font-size: 16px !important;
        line-height: 21px !important;
    }
    .slick-round-dot .slick-dots{
        gap: 14px;
    }
    .slick-round-dot .slick-dots li button{
        width: 18px;
        height: 18px;
    }
    .slick-round-dot .slick-dots li button:after{
        width: 10px;
        height: 10px;
    }
    .RecruitmentProcessBox1:before {
        clip-path: inset(0 50% 0 0);
    }
    .RecruitmentProcessBox2:before {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% + 8px);
        border: 4px solid var(--e-global-color-secondary);
        border-radius: 125px;
        clip-path: inset(0 0 0 50%);
        top: -4px;
        left: 0;
        z-index: 1;
    }    
    .RecruitmentProcessBox2, .RecruitmentProcessBox1{
        justify-content: space-around;
    }
    .dp-connect-slider .slick-slide, .dp-video-slider .slick-slide{
        margin: 0 auto !important;
    }
    .jobListingShortcode .adv-search-options ul li:nth-child(2):after,
    .jobListingShortcode .adv-search-options ul li:nth-child(2)::before{
        display: none;
    }  
    div.jobsearch-subheader-form .jobsearch-banner-search div.adv-search-options ul{
        display: block;
    }  
    div.jobsearch-subheader-form .jobsearch-banner-search div.adv-search-options ul li{
        width: 100% !important;
    }
    .jobListingShortcode .jobsearch-top-searchbar{
        margin-bottom: 40px;
    }
    div.jobListingShortcode .adv-search-options ul li:nth-child(2){
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        border: 1px solid;
        border-width: 1px 0px 1px 0px !important;
        border-color: rgba(93, 99, 113, 0.32) !important;
        margin-top: 25px !important; 
        margin-bottom: 25px !important;
    }
    .jobListingShortcode ul.jobsearch-jobs-topsrchul{
        display: block;
    }
    .jobListingShortcode ul.jobsearch-jobs-topsrchul li ,
    .jobListingShortcode ul.jobsearch-jobs-topsrchul li.jobsearch-banner-submit{
        width:100% !important;
        max-width:100% !important;
        padding: 0px !important;
    }
    .jobListingShortcode .jobsearch-top-searchbar {
        padding: 30px 25px !important;
    }
    .jobListingShortcode {
        top:-130px;
    }
    .jobsearch-list-option, .jobsearch-list-option ul, .jobsearch-list-option ul li{
        justify-content: start !important;
        text-align: left !important;
    }
    .sortfiltrs-contner>div {
        width: 50% !important;
    }
    .sortfiltrs-contner .jobsearch-topsort-holder>div {
        justify-content: end !important;
    }
    .jobsearch-column-9 .sortfiltrs-contner .selectize-input.items{
        min-width: 150px !important;
    }
    .jobsearch-joblisting-classic .jobsearch-list-option ul li,
    .jobsearch-joblisting-classic .jobsearch-list-option ul li small,
    .jobsearch-joblisting-classic .jobsearch-list-option ul li a{
        font-size: 11px !important;
        line-height: 15px !important;
    }
    ul.jobsearch-custom-field li{
        padding: 4px 5px !important;
    }
    div.jobDetailsSSwrap h3{
        font-size: 16px;
        line-height: 20px;
    }
    div.jobDetailsSSwrap{
        padding: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    div.jobDetailsSSwrap>div.jobShare{
        width: 100%;
        justify-content: center;
    }
    .JObDetailsCTA {
        background-position: center bottom -10px;
        display: block;
        background-image:url('../images/JobDetails-Background_mobile.png');
        background-size:auto 280px;
        padding: 0px 0px 30px;
    }
    .JObDetailsCTA>div {
        width: 100%;
        justify-content: center;
    }
    .JObDetailsCTAImage img {
        margin-top: 0px;
    }
    .JObDetailsCTAContent * {
        text-align: center;
        margin: 0 auto;
    }
    .JObDetailsCTAContent {
        padding: 60px 24px 50px;
    }
    .jobApplyForm .CFormHeadings h3{
        font-size: 20px !important;
        line-height: 25px;
    }
    .jobApplyForm .CFormHeadings p{
        font-size: 16px;
        line-height: 20px;
    }
    .jobsearch-job-userlist .listing-applynow .jobsearch_apply_job_wrap a{margin-top: 50px;}
    .jobsearch-joblisting-text .jobsearch-job-userlist,
    .jobsearch-joblisting-classic .jobsearch-job-userlist {
        justify-content: start !important;
    }
    .jobsearch-joblisting-text .jobsearch-job-userlist .listing-applynow .jobsearch_apply_job_wrap a{
        margin-top: 16px !important;
    }
    .jobsearch-joblisting-classic-wrap .jobsearch-job-userlist .listing-applynow .jobsearch_apply_job_wrap a{
        min-width: 130px;
        line-height: 50px !important;
    }
    .jobsearch_apply_job_wrap a.jobsearch-applyjob-btn{
        line-height: 46px !important;
    }
    .jobsearch-joblisting-classic .jobsearch-list-option .jobsearch-pst-title a {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .ContactAddresses .heading-equal-height.elementor-widget.elementor-widget-heading,
    .ContactAddresses .address-equal-height{
        height: auto !important;
    }
    .event-details-inner .event-icon{padding-left:0px;width:75px;}
    .event-details-inner {
        flex-direction: column;
        align-items: start;
        gap:25px;
    }
    .event-details-gallery{padding-bottom:35px;}
}
@media(max-width: 580px){
    .event-details-inner .event-details-content {
        flex-direction: column;
        align-items: start;
        gap: 40px;
    }
    .event-details-inner .event-details-content>div{
        max-width: 100%;
    }
    .event-details-inner .event-details-content>div:not(:last-child)::after{
        right: 0;
        width: 100%;
        height: 1px;
        top:auto;
        bottom: -20px;
    }
    .event-details-inner .event-icon{
        width: 60px;
    }
}
@media(max-width: 480px){
    .ServicesListSection .elementor-image-box-wrapper .elementor-image-box-title {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .distributeNetworkSection .slick-list {
        padding-right: 60px !important;
    }
    .jobportal-ic .elementor-icon-box-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
        align-items: center;
    }

    .jobportal-ic .elementor-icon-box-icon {
        width: auto;
        margin-bottom: 0px !important;
    }

    .jobportal-ic .elementor-icon-box-content {
        width: auto !important;
    }
    .jobportal-ic .elementor-icon-box-icon {
        line-height: 0px !important;
    }
    .event-details-gallery-slider .ed-gallery-item{padding:0px 5px;}
}