@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.home-wrapper h1, .home-wrapper h2, .home-wrapper h3, .home-wrapper h4, .home-wrapper h5, .home-wrapper h6, .home-wrapper p, .home-wrapper ul, .home-wrapper ol {
    margin-top: 0;
}
/* ==========================================================================
HOME PAGE UPDATE CSS
========================================================================== */
.fullHeight.hero.home-banner-v2 {
    height: 758px;
    width: 100%;
}
.home-wrapper, .pt-section {
    padding-top: 90.8px;
}
.home-wrapper *, .staffing-wrapper * {
   box-sizing: border-box;
}
.staffing-wrapper img {
    max-width: 100%;
}
.home-banner-v2 #metaslider-id-28 .caption-wrap h2, .home-banner-v2 #metaslider-id-28 .caption-wrap h1 {
    font-weight: 300;
    margin: 0;
    max-width: 880px;
    font-size: 80px !important;
    line-height: 120%;
    letter-spacing: -5px;
}
.home-banner-v2 #metaslider-id-28 .caption-wrap h2 strong, .home-banner-v2 #metaslider-id-28 .caption-wrap h1 strong {
    font-weight: 800;
}
.home-banner-v2 #metaslider-id-28 .caption-wrap .caption {
    margin-bottom: 0;
}
.home-banner-v2 #metaslider-id-28 .caption-wrap {
    bottom: auto;
    top: 115px;
}
.home-banner-v2 #metaslider_container_28 .slides img.slider-28 {
    object-position: top right;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
.fullHeight.hero.home-banner-v2 ul.slides {
    width: 100% !important;
    transform: unset !important;
}
.fullHeight.hero.home-banner-v2 ul.slides li {
    width: 100% !important;
    margin: 0 !important;
}
.hero.home-banner-v2 .contain.white {
    max-width: 1500px;
}
.home-banner-btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 30px;
}
.home-banner-btn-wrap a.button {
    margin: 0;
    border: 2px solid transparent;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}
.home-banner-btn-wrap a.button.btn-border {
    border-color: #fff;
    background: rgb(255 255 255 / 0%);
}
.home-banner-btn-wrap a.button:hover {
    background: #b53132;
    border-color: #b53132;
}
.home-banner-btn-wrap a.button.btn-border:hover {
    background: #E01D2E;
    border-color: #E01D2E;
}
/* HERO */
.hero-atf-section {
    background-color: #fff;
    padding: 167px 0px 190px;
    position: relative;
    overflow: hidden;
}
.container {
   padding: 0 50px;
   max-width: 1400px;
   margin: auto;
}
.hero-wrap {
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1041px;
}
.hero-content {
    width: 487px;
    padding-right: 0;
}
.hero-content h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #717171;
    margin-bottom: 26px;
}
.hero-content h2 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0em;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 30px;
}
.hero-sub {
    animation-delay: .2s;
    max-width: 450px;
}
.hero-sub p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
   margin-bottom: 10px;
}
.trust-row {
    animation-delay: .27s;
    margin: 38px 0 0;
}
.trust-row ul {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-right: 20px;
}
.trust-row ul li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.trust-row ul li strong {
   font-weight: bold;
}
.trust-row ul li img {
   width:26px;
   height:26px;
   flex-shrink:0;
}

/* FORM CARD */
.form-card {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    width: 371px;
}
.hero-wrap .form-body {
    padding: 0;
}
.form-header {
   background: #E01D2E;
   padding: 18px 22px;
   text-align: center;
}
.form-header h3 {
   font-family: "Montserrat", sans-serif;
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: .02em;
   line-height: 1.3;
   margin: 0;
}
.form-body .form-group p {
   margin: 0;
}
.form-body .form-group br {
    display: none;
}
.form-body{padding:20px;}
.form-body label, .form-body b {
   display: block;
   font-size: 12px;
   font-weight: 600;
   color: #464646;
   text-transform: uppercase;
   letter-spacing: .03em;
   margin-bottom: 8px;
}
.form-group {
   margin-bottom: 20px;
   position: relative;
}
.form-group:last-child {
   margin-bottom: 0px;
}
.form-body .medium {
   width: 100%;
   border: 1.5px solid #dde1e8;
   border-radius: 6px;
   padding: 11px 13px;
   font-size: 14px;
   font-family: "Montserrat", sans-serif;
   color: #111111;
   background: #f5f6f8;
   outline: none;
   transition: border-color .15s;
   height: 46px;
}
.form-body select.medium {
   appearance: none;
   background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, rgb(181 0 0 / 0%), rgb(86 57 57 / 0%));
   background-position: calc(100% - 20px) calc(1.2em + 4px), calc(100% - 15px) calc(1.2em + 4px), calc(100% - 2.5em) 0.5em;
   background-size: 5px 5px, 5px 5px, 1px 1.5em;
   background-repeat: no-repeat;
}
.form-body .medium:focus {
   border-color: #000;
   background: #f5f6f8;
}
.form-body textarea.medium {
   resize: none;
   height: 72px;
}
.btn-submit {
    border: none;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
.btn-submit:hover {
   background:#b53132;
   transform:translateY(-1px);
}
.form-wrap {
   display: flex;
   justify-content: space-between;
}
.form-col6 {
   width: 49%;
}
.form-body span.wpcf7-spinner {
    right: 10px;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
}
.form-body .medium.wpcf7-not-valid {
    border-color: #d63637;
}
.form-body.form-body-v2 .medium.wpcf7-not-valid {
    border-color: #DF1E2E;
}
.form-body span.wpcf7-not-valid-tip {
    display: none;
}
.request-form-sidebar-popup .wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #DF1E2E;
    font-family: "Montserrat", sans-serif;
    max-width: 371px;
    margin: 14px auto 0;
}
.advance-form-body.form-body.form-body-v2 {
    padding: 0;
}
.form-body .wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0em !important;
    padding: 0.2em 0em !important;
    border: 0px solid #00a0d2 !important;
    line-height: 20px;
    font-size: 13px;
}

.form-body .wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
}

.form-body .wpcf7 form.sent .wpcf7-response-output {
    color: #007a0b;
}
/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:translateY(0);}}
.hero-content>*{animation:fadeUp .5s ease both;}

.form-card{animation:fadeUp .5s .12s ease both;}


.section.hm-flexible-solutions-section {
    padding-top: 100px;
}
.hm-flexible-solutions-head h2 {
    font-size: 61.3px;
    line-height: 58px;
    letter-spacing: 0;
    font-weight: 200;
    margin-bottom: 20px;
}
.hm-flexible-solutions-head p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
.hm-flexible-solutions-head {
    max-width: 1024px;
    margin: 0 auto 44px;
}
.hm-flexible-solutions-btn {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.hm-flexible-solutions-btn a.button {
    margin: 0;
}
.flex.hm-flexible-solutions-body .flexitem h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.client-logo-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 72px 0 50px;
}
.client-logo-section h5 {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #717171;
    margin-bottom: 22px;
}
.client-logo-track {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: 905px;
    margin: 0 auto;
    gap: 21px 0;
}
.client-logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    height: auto;
}
.client-logo-item img {
    max-width: 138px;
    width: auto;
    object-fit: contain;
}

.location-list-wrap {
    padding: 25px 0px 55px;
}
.location-list-wrap h3 {
    margin: 0 0 20px;
    letter-spacing: 1px;
}
.location-list-wrap ul {
   list-style-type: none;
   column-count: 4;
   margin: 0;
   padding: 0;
}
.location-list-wrap .location-abt-btn a.button {
    margin-top: 0;
}
.location-list-wrap .where-we-work ul {
    margin-bottom: 20px;
}
.location-list-wrap ul li {
   color: #111;
   font-size: 17px;
   line-height: 26px;
   margin: 0 0 12px;
   font-family: "montserrat", sans-serif;
}
.location-list-wrap ul li a {
   color: #111;
   text-decoration: none;
}
.location-list-wrap ul li a:hover {
   color: #E01D2E;
}
.form-group.form-group-btn {
    margin-bottom: 0;
}
.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
    flex-wrap: wrap;
    padding: 22px 0px;
}
.footer-links-left {
    width: 50%;
}
.footer-links-left .link {
    margin: 0 !important;
}
.footer-links-right {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
#footer .footer-links-right .copyright {
    margin: 0;
}
#footer .footer-links-right .copyright a {
    color: #aaa;
}
#footer .footer-links-right .copyright a:hover {
    color: #E01D2E;
}
.contact-main-wrap p {
    display: block !important;
}
.contact-main-wrap .hide-text {
    display: none !important;
}

/** STAFFING PAGE CSS START **/


/** ================== // Banner CSS Start // ================== **/
.staffing-wrapper .container {
    max-width: 1231px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.banner-inner2-section {
    background: #000000;
    position: relative;
    padding-bottom: 119px;
}
.hero-inner2-wrap {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.hero-inner2-left-col {
    width: 53.7%;
}
.hero-inner2-right-col {
    width: 46.3%;
	padding: 0 97px;
}
.hero-inner2-img img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    object-position: top center;
}
.banner-inner2-content {
    margin: -32px 0 0;
    max-width: 465px;
}
.banner-inner2-heading h1 {
    font-style: normal;
    font-weight: 200;
    font-size: 56px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 18px;
    margin-left: 0;
}
.banner-inner2-heading h1 strong{
    font-weight: 800;
    color: #DF1E2E;
}
.banner-inner2-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.banner-inner2-btn {
    margin-top: 26px;
}
.banner-inner2-btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: flex;
    gap: 7px;
	transition: all 0.6s;
}
.banner-inner2-btn a img{
	transition: all 0.6s;
}
.banner-inner2-btn a:hover {
    text-decoration-line: none;
}
.banner-inner2-btn a:hover img {
	transform: translateX(8px);
}
.banner-inner2-border-img {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-inner2-border-img img {
    width: 100%;
    height: 181px;
}
/** ================== // Banner CSS End // ================== **/


/** ================== // The problem we solve CSS Start // ================== **/
.problem-solve-section {
    padding: 76px 0 100px;
}
.problem-solve-section .site-heading h6 {
    margin-bottom: 48px;
}
.staffing-wrapper p {
    margin-top: 0;
}
.staffing-wrapper p:last-child {
    margin-bottom: 0;
}
.staffing-wrapper ul {
    margin: 0;
}
.site-heading h1, .site-heading h2, .site-heading h3, .site-heading h4, .site-heading h5 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 200;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-top: 0;
}
.site-heading h6 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #717171;
    margin-bottom: 27px;
    margin-top: 0;
}
.problem-solve-warp {
    margin: 90px 0 103px;
}
.problem-solve-warp ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 76px;
}
.problem-solve-warp ul li {
    list-style: none;
    padding: 0;
    width: 108px;
    position: relative;
}
.problem-solve-warp ul li::before {
    content: '';
    position: absolute;
    background: url("https://dedicatedfreighthandlers.com/v2/wp-content/themes/dedicated/assets/images/problem-solve-arrow.svg") no-repeat;
    width: 34px;
    height: 17px;
    right: -55px;
    background-size: 100%;
    top: 47px;
}
.problem-solve-warp ul li:last-child:before {display: none;}
.problem-solve-icon {
    width: 96px;
    height: 96px;
    background: #F7F7F7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 23px;
}
.problem-solve-icon img {
    max-width: 54px;
}
.problem-solve-col h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #717171;
    margin: 0;
}
.site-heading.problem-solve-bottum-heading h2 {
    font-weight: 600;
    margin: 0;
}
.problem-solve-border-img {
    position: absolute;
    top: -45px;
    width: 100%;
}
.problem-solve-border-img img {
    width: 100%;
    height: 72px;
}
/** ================== // The problem we solve CSS End // ================== **/



/** ================== // Temp Agency CSS Start // ================== **/
.temp-agency-section {
    background: #F6F6F6;
    padding: 175px 0 85px;
    position: relative;
}
.temp-agency-section .site-heading {
    max-width: 660px;
    margin-bottom: 63px;
}
.temp-agency-section .site-heading h6 {
    margin-bottom: 31px;
}
.temp-agency-section .site-heading h2{
    margin-bottom: 0;
}
.temp-agency-warp h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
	margin: 0 0 23px;
}
.temp-agency-warp ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.temp-agency-warp ul li {
    list-style: none;
    padding: 0 0 0 42px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    position: relative;
    width: 395px;
}
.temp-agency-warp ul li::after {
    content: "";
    background: url(https://dedicatedfreighthandlers.com/v2/wp-content/themes/dedicated/assets/images/temp-agency-list-icon.svg) no-repeat;
    background-size: 26px;
    background-position: 0 0;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -2px;
}
.temp-agency-warp ul li strong{
    font-weight: bold;
}
.temp-agency-section .site-heading.temp-agency-bottum-heading {
    max-width: 807px;
    margin: 66px 0 0;
}
.shape-skew-btn-img {
    position: absolute;
    bottom: -110px;
    width: 100%;
}
.shape-skew-btn-img img {
    width: 100%;
    height: 110px;
}
/** ================== // Temp Agency CSS End // ================== **/



/** ================== // Distribution Centers CSS Start // ================== **/
.distribution-centers-section {
    position: relative;
    padding: 195px 0 157px;
}
.staffing-wrapper .distribution-centers-section .container {
    max-width: 1150px;
}
.distribution-centers-border-img img {
    width: 100%;
    height: 78px;
    margin-bottom: 88px;
}
.distribution-centers-warp {
    display: flex;
    flex-wrap: wrap;
}
.distribution-centers-left-col {
    width: 50%;
}
.distribution-centers-right-col {
    width: 50%;
    padding-left: 11px;
}
.distribution-centers-images {
    max-width: 429px;
    margin-right: 0;
    position: relative;
    height: 100%;
}
.distribution-centers-img {
    position: relative;
}
.distribution-centers-img img {
    max-width: 280px;
    width: 100%;
    border-radius: 24px;
}
.distribution-centers-img-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 14.6px 5px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    width: 197px;
    padding: 20px 15px 19px;
    position: absolute;
    right: 1px;
    top: 27px;
}
.distribution-centers-img-content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0 0 2px;
}
.distribution-centers-img-content p:last-child {
    margin-bottom: 0;
}
.distribution-centers-img.img-2 {
    margin-left: auto;
    width: 280px;
    margin-top: -105px;
}
.distribution-centers-img.img-2 .distribution-centers-img-content {
    width: 168px;
    padding: 23px 12px 18px;
    top: 149px;
    right: auto;
    left: -84px;
}
.distribution-centers-img-content ul {
    margin: 11px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 4px;
}
.distribution-centers-img-content ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    list-style: none;
    background: #F6F6F6;
    border-radius: 45px;
    display: inline-block;
    padding: 4px 8.2px;
    margin: 0;
}
.distribution-centers-img-content ul li:nth-child(3){
    margin-left: -3px;
}
.distribution-centers-img-content ul li.more-roles{
    color: #1F7356;
    background: #E8F9EF;
}
.distribution-centers-right-col .site-heading {
    max-width: 545px;
    padding: 21px 0 0;
}
.distribution-centers-right-col .site-heading h6 {
    margin-bottom: 13px;
}
.distribution-centers-right-col .site-heading h2 {
    margin-bottom: 30px;
}
.distribution-centers-right-col .site-heading ul {
    padding: 0 0 0 6px;
    display: block;
}
.distribution-centers-right-col ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 20px;
}
.distribution-centers-right-col ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #8E0D1A;
    border-radius: 20px;
}

.distribution-centers-bottum-content {
    margin-top: 42px;
}
.distribution-centers-bottum-content p {
    line-height: 20px;
    margin: 0;
}
/** ================== // Distribution Centers CSS End // ================== **/


/** ================== // Peak season CSS Start // ================== **/
.peak-season-warp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.peak-season-left-col {
    width: 49.148%;
}
.peak-season-right-col {
    width: 50.852%;
    padding-top: 43px;
}
.peak-season-content {
    background: #F6F6F6;
    padding: 45px 48px;
}
.peak-season-quto {
    margin-bottom: 32px;
}
.peak-season-content h3 {
    font-style: normal;
    font-weight: 200;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 24px;
    text-transform: none;
    margin-top: 0;
}
.text-center {
    text-align: center;
}
.peak-season-content p {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #717171;
    margin: 0;
}
.peak-season-right-col .site-heading {
    max-width: 520px;
    margin-left: 89px;
}
.peak-season-right-col .site-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
}
.peak-season-right-col .site-heading h6 {
    margin-bottom: 27px;
}
.peak-season-right-col .site-heading h2 {
    margin-bottom: 14px;
}
/** ================== // Peak season CSS End // ================== **/




/** ================== // Where we work CSS Start // ================== **/
.where-we-work-section {
    padding: 125px 0 85px;
}
.where-we-work ul {
    padding: 0;
    margin: 0 0 35px;
    display: flex;
    gap: 13px;
    justify-content: center;
    flex-wrap: wrap;
}
.where-we-work ul li{
    display: block;
}
.where-we-work ul li a {
    font-weight: 800;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #717171;
    list-style: none;
    display: flex;
    gap: 10px;
    position: relative;
    padding: 16px 11px;
    align-items: center;
    pointer-events: none;
}
.where-we-work ul li a::before {
    content: '';
    position: relative;
    background: #DF1E2E;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -2px;
}
.where-we-work p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
}
.where-we-work-map {
    max-width: 973px;
    margin: 0 85px 49px auto;
}
.where-we-work-col .site-heading h6 {
    margin-bottom: 31px;
}
.where-we-work-col .site-heading {
    margin-bottom: 64px;
}
/** ================== // Where we work CSS End // ================== **/




/** ================== // Ready Managing Work CSS Start // ================== **/
.ready-managing-work-section {
    background: #000000;
    padding: 0 0 112px;
}
.ready-managing-work-border-img img {
    width: 100%;
    height: 138px;
    margin-bottom: 95px;
}
.ready-managing-work-warp {
    background: #2E2D2D;
    max-width: 910px;
    margin: 0 auto;
    padding: 71px 20px;
}
.ready-managing-work-col {
    max-width: 712px;
    margin: 0 auto;
}
.ready-managing-work-col .site-heading h2 {
    font-style: normal;
    font-weight: 200;
    font-size: 48px;
    line-height: 59px;
    color: #FFFFFF;
    margin-bottom: 31px;
    padding: 0 10px;
}
.site-heading h2 strong{
    font-weight: 200;
    color: #DF1E2E;
}
.ready-managing-work-col .site-heading  p {
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
}
a.button.btn-red {
    background: #DF1E2E;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    display: inline-block;
    padding: 16px 20px;
    min-width: 259px;
}
a.button.btn-red:hover {
    background: #c92533;
    color: #FFFFFF;
}
.ready-managing-work-btn a.button.btn-red {
    margin-top: 0;
    text-transform: unset;
}
.ready-managing-work-btn{
    margin-top: 30px;
}
.ready-managing-work-btn p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 33px;
    margin-bottom: 0;
}

.ready-managing-work-btn p a{
    color: #FFFFFF;
	text-decoration: underline;
}
.ready-managing-work-btn p a:hover{
    color: #c92533;
	text-decoration: none;
}

/** ================== // Ready Managing Work CSS End // ================== **/



/** ================== // FAQ CSS Start // ================== **/
.faq-section {
    background: #8E0D1A;
    padding-bottom: 0;
    position: relative;
}
.faq-border-img {
    margin-bottom: 90px;
}
.faq-border-img img {
    width: 100%;
    height: 126px;
}
.faq-bottom-shape-img {
    margin-top: 136px;
}
.faq-bottom-shape-img img {
    width: 100vw;
    min-width: 1200px;
    max-height: 90px;
    z-index: 99;
}
.accordion-collapse-list {
    border-bottom: 1px solid #fff;
    transition: 0.2s ease all;
    padding: 33px 10px 33px 0;
    font-weight: 400;
}
.accordion-heading {
    display: block;
	  width: 100%;
    margin: 0px;
    cursor: pointer;
}
.accordion-heading h3 {
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 200;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    padding-right: 40px;
    text-transform: unset;
    letter-spacing: 0;
}
.accordion-heading h3:before {
    content: '';
    position: absolute;
    top: -14px;
    bottom: 0;
    right: -2px;
    margin: auto;
    --b-plus: 1px;
    --s-plus: 6px;
    --c-plus: #fff;
    height: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    --g-plus: conic-gradient(var(--c-plus) 0 0) no-repeat 50% /;
    background: var(--g-plus) var(--b-plus) calc(100% - 2 * var(--s-plus)), var(--g-plus) calc(100% - 2 * var(--s-plus)) var(--b-plus);
}
.accordion-collapse-list.active .accordion-heading h3:before {
    top: -15px;
    --c2: #fff;
    height: 36px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(var(--c2) 0 0) 50% / calc(100% - 8px) 1px no-repeat;
    right: 0;
}
.accordion-collapse-content {
    padding-top: 20px;
    display: none;
}
.accordion-collapse-content p {
    color: #fff;
	line-height: 26px;
}
.accordion-collapse-content p:last-child {
    margin-bottom: 0;
}


/** ================== // FAQ CSS End // ================== **/



/** ================== // REQUEST FORM POPUP CSS START // ================== **/
.request-form-active body {
    overflow-y: hidden;
    touch-action: none;
}
.request-form-sidebar-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 470px;
    height: 100%;
    background: #0D0D0D;
    z-index: 9999;
    box-shadow: -0.1vw 0 0.52vw rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}
.request-form-sidebar-popup.open {
    right: 0;
    transition: 0.3s;
}
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background: rgba(0, 0, 0, 0.65);
    /* backdrop-filter: blur(0.26vw); */
}
.request-form-sidebar-popup.open .filter-overlay {
    display: block;
}
.request-form-sidebar-holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 9999;
	padding: 20px 30px;
    position: relative;
    overflow-y: auto;
}
.popup-filter-header, .advance-form-body {
    max-width: 371px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.close-filter {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.popup-filter-header h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-transform: unset;
    margin: 0;
    text-align: left;
    letter-spacing: 0;
}
.popup-filter-header {
    margin: 55px 0px 30px;
}
.popup-filter-header {
    margin: 27px auto 24px;
}
.form-body-v2 .form-group {
    margin-bottom: 14px;
}
.form-body-v2 .form-group:last-child {
    margin-bottom: 0px;
}
.form-body.form-body-v2 label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-transform: none;
    margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}
.form-body.form-body-v2 b {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #717171;
    text-transform: unset;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}
.form-body.form-body-v2 label em {
    font-style: normal;
    width: 4px;
    height: 4px;
    background: #DF1E2E;
    border-radius: 100%;
    display: inline-flex;
    position: relative;
    top: -3px;
    left: 5px;
}
.form-body.form-body-v2 .medium {
    border: 1px solid #CFCFCF;
    height: 36px;
    background: #fff;
    border-radius: 0;
    padding: 5px 10px;
    letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
    width: 100%;
}
.form-body.form-body-v2 textarea.medium {
    height: 92px;
}
.form-body.form-body-v2 textarea.medium::placeholder {
    color: #000000;
}
.form-body.form-body-v2 .btn-submit {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    background: #DF1E2E;
    height: 50px;
    text-transform: unset;
    width: 109px;
    border-radius: 0;
}
.form-body.form-body-v2 .btn-submit:hover {
    background: #b53132;
	transform: unset;
}
.form-body.form-body-v2 span.wpcf7-not-valid-tip {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: #DF1E2E;
    font-family: "Montserrat", sans-serif;
    margin-top: 2px;
}
.request-form-success-card {
    position: fixed;
    bottom: 80px;
    left: 80px;
    z-index: 9;
    background: #FFFFFF;
    border-left: 3px solid #DF1E2E;
    padding: 12px 30px;
    min-width: 536px;
    display: none;
}
.request-form-success-card.show {
    display: block;
}
.request-form-success-inner {
    position: relative;
}
.close-success-card {
    position: absolute;
    right: -15px;
    top: 2px;
    cursor: pointer;
}
.request-form-success-inner h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 0;
}
.request-form-success-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    margin-top: 0;
}
/** ================== // REQUEST FORM POPUP CSS END // ================== **/

/** STAFFING PAGE CSS END **/
