@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --pop-pins: "Poppins", sans-serif;
    --head-family: "Marcellus", serif;
  }

*, *::before,*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  transition-duration: .4s;
}

/* html {
  -webkit-text-size-adjust: 100%;
} */

body {
  text-rendering: optimizeSpeed;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--head-family);
  font-weight: normal;
  color: var(--black);
}
p, li, span{
    font-family: var(--pop-pins);
    font-weight: normal;
    color: var(--black);
  }
p:empty{
	display:none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0px !important;
}
.post, .page {
  margin: 0 0 0em;
}

.top-bar {
    background-color: #000000;
    padding: 10px 0;
}

.location-sec ul {
    display: flex;
    list-style: none;
}


.location-sec ul li a {
    color: #fff;
    text-decoration: none;
}

.location-sec ul li a span {
    color: #fff;
}
.location-sec hr {
    color: #DDDDDD !important;
    width: 1px !important;
    opacity: 1 !important;
    margin: 0px 14px !important;
    height: 20px !important;
}

.location-sec ul li a i {
    background-color: #0362AB;
    font-size: 17px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    margin-right: 6px;
    border: 1px solid #0362AB;
}

.location-sec ul {
    align-items: center;
    margin: 0;
    padding: 0;
}
.location-sec ul li a:hover i {
    background-color: #fff;
    color: #0362AB;
}

.location-sec ul li a:hover span {
    color: #2ab0c6;
}

.social-icn ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    column-gap: 5px;
}

.follow-txt {
    color: #fff;
}

.follow-txt p {
    color: #fff;
    margin: 0;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 700;
}

.white-txt a {
    color: #fff;
}
.social-icn a i {
    color: #ffffff;
    background-color: #0362AB;
    font-size: 17px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    margin-right: 6px;
    border: 1px solid #0362AB;
}
.social-icn a i:hover {
    background-color: #fff;
    color: #0362AB;
    border-color: #0362AB;
}
.menu-sec .menu {
    justify-content: end;
    align-items: center;
}



.menu-sec .menu li a {
    font-family: 'Poppins';
    font-weight: 500;
    padding: 20px;
    color: #000;
    font-size: 18px;
}
.menu-sec .menu li a:hover {
    color: #0462AB;
}
.navbar-main {
    padding: 20px 0;
}



.consultation-menu-btn a {
    padding: 15px 19px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px !important;
    color: #fff !important;
    background-color: #002151;
}
.consultation-menu-btn a:hover {
    background-color: #2ab0c6;
}
.consultation-menu-btn a:after {
    content: '\f061';
    font-family: 'FontAwesome';
    margin-left: 8px;
    font-size: 16px;
}

.nav-section {
    width: 90%;
    margin: auto;
    background-color: #ffffff;
    border-radius: 0px 0 30px 30px;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, 0px);
}

.bottom-footer {
    background-color: #0462AB;
}

.bottom-footer .footer-copyright {
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-size: 15.74px;
    line-height: 35.24px;
}

.copy-row {
    text-align: center;
    padding: 9px 0;
}
.footer-menu .social-icn ul {
    justify-content: flex-start;
}

.footer-main {
    background-color: #F8F8F8;
    padding: 72px 0;
}

.footer-menu img {
    margin-bottom: 20px;
}

.footer-main h3 {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 15px;
}

.footer-main ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-main ul a {
    line-height: 22.91px;
    font-size: 16.1px;
    text-decoration: none;
    margin: 14px 0 !important;
    font-family: 'Poppins';
    color: #000000;
    font-weight: 400;
}
.footer-main ul a:hover {
    color: #0d6efd;
}
 .footer-main ul div:hover a {
    color: #2ab0c6;
}
.footer-main .widget ul li {
    margin: 11px 0;
}

.footer-contacts li {
    display: flex;
    margin-bottom: 18px!important;
}

.footer-contacts li i {
    color: #ffffff;
    background-color: #0362AB;
    font-size: 17px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    margin-right: 8px;
    margin-top: 4px;
    border: 1px solid #0362AB;
}
.footer-contacts li:hover i {
    background-color: #fff;
    color: #0362AB;
    border-color: #0362AB;
}

.footer-contacts p {
    margin-bottom: 4px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 700 !important;
    color: #0462AB;
    line-height: 114%;
}
.footer-hr {
    margin: 0;
    background-color: #000 !important;
    opacity: .20;
}

.flex-logo {
    display: flex;
    justify-content: center;
  }
  
  .flex-logo > div {
    width: 100px;
    margin: 0 10px;
    text-align: center;
    line-height: 80px;
  }

  .footer-logo .widget_text {
    margin: 0;
}
.footer-logo {
    background-color: #F8F8F8;
}


.gradain-col {
    background: linear-gradient(90deg,rgba(42, 176, 198, 1) 0%, rgba(4, 98, 171, 1) 70%);
    padding: 110px !important;
}

.footer-icon p {
    margin-bottom: 4px !important;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 100% !important;
    font-size: 26.06px;
}
.footer-icon li {
    display: flex;
    margin-bottom: 40px !important;
}
.footer-icon ul {
    margin: 0;
    padding: 0;
}
.heading-footer {
    font-size: 32.37px;
    font-family: 'Inter Tight';
    color: #fff;
    font-weight: 500;
    line-height: 132%;
    margin-bottom: 30px !important;
}
.footer-icon li i {
    color: #000000;
    background-color: #ffffff;
    font-size: 26px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    margin-right: 17px;
    margin-top: 3px;
}
.footer-menu {
    margin-bottom: 20px;
}
.footer-icon a, .footer-icon span {
    color: #fff;
    text-decoration: none;
    font-size: 23.03px;
    font-family: 'Inter Tight';
    font-weight: 600;
}
#form-section .vc_column-inner {
    background-color: #fff;
    border: 7px solid #2AB0C6;
    padding: 50px;
}

#form-section .vc_column-inner {
    background-color: #fff;
    border: 7px solid #2AB0C6;
    padding: 50px;
}
#form-section1 .vc_column-inner {
    background-color: #fff;
    border: 7px solid #2AB0C6;
    padding: 50px;
}

#form-section1 .vc_column-inner {
    background-color: #fff;
    border: 7px solid #2AB0C6;
    padding: 50px;
}
.sub-txt {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 5px !important;
    text-transform: uppercase;
}

.sub-txt:after {
    content: '';
    width: 34px;
    display: inline-block;
    height: 1px;
    background: #000;
    vertical-align: middle;
    opacity: 0.5;
    margin-left: 7px;
}

.heading-title-form {
    font-size: 55px;
}


.form-txt p {
    font-size: 18px;
    line-height: 140%;
}

#gform_1 #gform_fields_1 {
    row-gap: 15px;
}

#gform_1 input, #gform_1 textarea {
    border: none;
    line-height: 160%;
    font-weight: 400;
    font-size: 18px;
    color: #B7B7B7;
    border-bottom: 2px solid #7171717d;
    box-shadow: none;
    padding: 27px 0px 30px 0px;
}

#gform_1 #gform_submit_button_1 {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 0 !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    background-color: #0462AB;
}
/* div#form-section1 {
    position: relative;
} */
div#form-section1 .wpb_column {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 52%;
    transform: translate(-150%, -50%);
}


div#form-section {
    position: relative;
}
div#form-section .wpb_column .vc_column-inner {
    position: absolute;
    z-index: 11111;
    overflow: overlay;
    transform: translate(18%, -62%);
    width: 100%;
    max-width: 640px;
}

.call-to-section {
    height: 600px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.white-sub-txt {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 5px !important;
    text-transform: uppercase;
    color: #fff;
}

.white-sub-txt:after {
    content: '';
    width: 35px;
    display: inline-block;
    height: 1px;
    background: #ffffff;
    vertical-align: middle;
    opacity: 0.5;
    margin-left: 7px;
}
.footer-icon a:hover {
    color: #000;
}
.white-heading {
    font-size: 62.59px;
    font-weight: 400;
    color: #fff;
}

.white-txt p {
    font-size: 18.44px;
    color: #FFFFFF;
    font-family: 'Poppins';
    line-height: 32.01px;
}
.main-btn a {
      background: #2AB0C6 !important;
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 15.8px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 11px 42px 11px 24px !important;
    font-weight: 300 !important;
    letter-spacing: 2px;
    border: 2px solid #2AB0C6 !important;
}

.comp-sub-txt p {
    font-family: 'Inter Tight';
    line-height: 34px;
    font-size: 17px;
    font-weight: 400;
}

.comp-heading {
    font-family: 'Inter Tight';
    font-size: 28.22px;
    font-weight: 600;
}

.image-col {
    padding: 0 !important;
    height: 600px;
}
.transp-btn a {
    background: #ffffff00 !important;
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 15.8px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 11px 42px !important;
    font-weight: 300 !important;
    letter-spacing: 2px;
    border: 2px solid #ffffff !important;
    margin-left: 13px;
}

.image2-col {
    padding: 0 !important;
    height: 600px;
}
.gradain-col-text {
    background: linear-gradient(90deg,rgba(4, 98, 171, 1) 0%, rgba(4, 98, 171, 1) 70%);
}

.black-sub-txt {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 5px !important;
    text-transform: uppercase;
    color: #000000;
}

.black-sub-txt:after {
    content: '';
    width: 35px;
    display: inline-block;
    height: 1px;
    background: #000000;
    vertical-align: middle;
    opacity: 0.5;
    margin-left: 7px;
}

.black-txt p {
    font-size: 18.44px;
    color: #000000;
    font-family: 'Poppins';
    line-height: 32.01px;
}
.list-icon-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-icon-txt ul li:before {
    content: '';
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/icon.jpg);
    width: 35px;
    display: inline-block;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}


.list-icon-txt li {
    display: flex;
    column-gap: 10px;
    margin-bottom: 18px;
    font-size: 23.29px;
    font-weight: 400;
}
.blue-btn a {
    background: #0462ab !important;
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 15.8px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 11px 42px 11px 24px !important;
    font-weight: 300 !important;
    letter-spacing: 2px;
    border: 2px solid #0462ab !important;
}
.healthcare-section {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/05/water.jpg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: left;
}

.services-sub-txt {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 5px !important;
    text-transform: uppercase;
    color: #0462AB !important
}

.services-sub-txt:after {
    content: '';
   width: 35px;
    display: inline-block;
    height: 1px;
    background: #0469bb;
    vertical-align: middle;
    opacity: 0.5;
    margin-left: 7px;
}

.services-sub-txt:before {
    content: '';
  width: 35px;
    display: inline-block;
    height: 1px;
    background: #0469bb;
    vertical-align: middle;
    opacity: 0.5;
    margin-right: 7px;
}


.col-ser {
    background: #fff;
}

.service_image img {
    width: 100%;
}

.col-ser {
    border-radius: 27px;
    margin-bottom: 30px !important;
}

.service_image {
    position: relative;
}

.service_icon {
    position: absolute;
    top: 16px;
    left: 10px;
}
.service_content {
    padding: 12px 12px 15px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-url {
    text-decoration: none;
}

.post-title h4 {
    font-size: 26.73px;
    line-height: 146%;
    font-weight: 400;
}

.post-title {
    margin: 0;
}

.date-post-cate {
    display: flex;
    align-items: center;
}

.date-post-cate .vc_separator {
    margin: 0 0px !important;
    width: 22px;
    transform: rotate(90deg);
}

.date-post-cate .vc_gitem-post-data {
    margin: 0;
    font-family: 'Inter Tight';
    color: #0462AB !important;
    font-size: 14px;
}

.date-post-cate .vc_gitem-post-category-name {
    margin: 0;
    font-family: 'Inter Tight';
    color: #0462AB;
    font-size: 14px;
}
.post-image {
    height: 529px;
    border-radius: 12px;
}
.post-sub-txt {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 5px !important;
    text-transform: uppercase;
    color: #000000;
}
.post-home-sec {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/05/post-water.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
	background-size: cover;
}

.testimonial-inner {
    margin: 0 10px;
    background-color: #fff;
    padding: 36px;
    border-radius: 20px;
    position: relative;
}

/* .testimonial-inner:before {
    content: '';
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/test-icon.png);
    width: 45px;
    display: inline-block;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -17px;
    right: 0;
} */

.qoute-icon {
    position: relative;
    z-index: 1;
    right: 20px;
    top: 26px;
}

.qoute-icon img {
    text-align: right;
    margin-left: auto;
}
.testimonial-content {
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 158%;
    margin-bottom: 20px;
}

.testimonial-avt-box {
    display: flex;
    align-items: center;
    column-gap: 13px;
}

.testimonials-name {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 18px;
}

.testimonials-designa {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 13.87px;
    color: #0000008f;
}
.testimonials-sep {
    color: #E7E7E7;
    height: 3px;
}
.testimonials-count {
    font-family: 'Inter Tight';
    font-size: 63.13px;
    font-weight: 700;
    color: #0462AB;
}

.testimonials-count-descrip {
    font-size: 19.98px;
    font-family: 'Marcellus';
    font-weight: 400;
}
.slick-prev:before {
    content: '\f104' !important;
    font-family: 'FontAwesome' !important;
    background-color: #0462AB;
    font-size: 28px !important;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px !important;
    border-radius: 50px;
    margin-right: 6px;
    display: inline-block;
    opacity: 1 !important;
}
.slick-next:before {
    content: '\f105' !important;
    font-family: 'FontAwesome' !important;
    background-color: #0462AB;
    font-size: 28px !important;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px !important;
    border-radius: 50px;
    margin-right: 6px;
    display: inline-block;
    opacity: 1 !important;
}
.slick-prev:hover:before {
    background-color: #2ab0c6 !important;
}
.slick-next:hover:before {
    background-color: #2ab0c6 !important;
}
.slick-prev {
    position: absolute !important;
    top: -103px !important;
    right: 85px !important;
    transform: translate(50%, 50%) !important;
    width: 5%  !important;
    margin-left: auto !important;
}

.slick-next {
    position: absolute !important;
    top: -103px !important;
    right: 20px !important;
    transform: translate(50%, 50%) !important;
    width: 5% !important;
    margin-left: auto !important;
}
hr.t-sep {
    position: relative;
    top: 40px;
    color: #CECECE !important;
    opacity: 1 !important;
    width: 65%;
}
.service_icon .ser-icon {
    width: 105px;
    height: 105px;
}

.col-ser:hover {
    background-color: #002151;
}

.col-ser:hover .service_title h3 {
    color: #fff;
}

.col-ser:hover .service-url-btn img {
    transform: rotate(33deg);
}

.main-btn a:hover {
    background: #2ab0c600 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.transp-btn a:hover{
    background: #2ab0c6 !important;
    color: #fff !important;
    border-color: #2ab0c6 !important;
}
.blue-btn a:hover {
    background-color: #2ab0c6 !important;
    border-color: #2ab0c6 !important;
}
.post-title h4:hover {
    color: #0462ab;
}
#gform_1 #gform_submit_button_1:hover {
    background-color: #2ab0c6;
}
.main-btn a, .transp-btn a, .blue-btn a {
    text-align: center !important;
}
.col-padding {
    padding: 0 160px 0 30px;
}
.col-padding2 {
    padding: 0 30px 0 160px;
}

.main-subhead-box {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
  max-width: 1320px;
  padding: 0 15px;
}

.main-subhead-box h1 {
    color: #fff;
    font-family: 'Marcellus';
    font-size: 54.66px;
	    text-align: center !important;
}

.main-subhead-box h1:after {
    content: '';
    background-color: #fff;
    height: 2px;
    display: block;
	margin: auto;
	margin-top: 10px !important;
    width: 50%;
}

.main-subhead-box h1:before {
    content: '';
    background-color: #fff;
    height: 2px;
    display: block;
    margin: auto;
    margin-bottom: 6px;
    width: 50%;
}

header.subheader {
    height: 533px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.water-mark {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/w-mark.png);
    background-position: right bottom;
    height: 533px;
    width: 100%;
    background-repeat: no-repeat;
	background-size: 30%;
}
.growth-companies {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/col-about.png);
    height: 1000px;
    padding-top: 84px;
    background-size: cover;
    background-position: right;
}
.image-gril-col {
    padding: 0 !important;
    position: relative;
    margin-top: -250px;
}
.social-sec {
    overflow: visible !important;
}
.list-icon-about ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-icon-about li {
   display: inline-block;
    margin-bottom: 18px;
    font-size: 23.29px;
    font-weight: 400;
}
.list-icon-about ul li:before {
    content: '';
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/about-icon.png);
    width: 35px;
    display: inline-block;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 10px;
    vertical-align: middle;
}

.buss-section {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/water.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.buss-col {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/bussness.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 638px;
}
.team-col .vc_column-inner {
    background-color: #fff;
    padding: 40px 30px;
}
.team-col .vc_column-inner {
    background-color: #fff;
    padding: 40px 33px !important;
}
.growth-companies .main-btn a:hover {
    background: #002151 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.contact-section-content {
    padding: 34px 0;
}
.page-id-14 .contact-section {
    display: none;
}
.blogListFooter p {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14.27px;
    margin-bottom: 4px;
    color: #0462AB;
}

.home_blog_content h3 a {
    text-decoration: none;
    color: #000;
	display: block;
}
.footer-form-row1 {
    position: relative;
}
.home_blog_content {
    margin: 30px 0;
}
section.all-blog {
    padding: 50px 0;
}
.blog-main {
    background-color: #EFEEE7;
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/05/Mask.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.navigation ul {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    display: flex;
    list-style: none;
    column-gap: 20px;
}

.navigation ul a {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, rgba(42, 176, 198, 1) 0%, rgba(4, 98, 171, 1) 70%);
    display: inline-block;
    padding: 11px 20px;
    font-size: 20px;
    font-family: 'Marcellus';
    border-radius: 11px;
}
li.active a {
    background: linear-gradient(90deg, rgb(3 98 171) 0%, rgb(0 33 81) 80%);
}



section#search-2 input.search-submit {
    background: #155091;
    color: #fff;
    transition: all linear 0.25s !important;
    padding: 8px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 26%;
}
section#search-2 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
section#search-2 {
  background: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
}

section#search-2 form label {
  width: 72%;
}

input.search-field {
  width: 100%;
}

input.search-submit {
  background: #164688;
  color: #fff;
  transition: all linear 0.25s !important;
}

input.search-submit:hover {
  opacity: 0.7 !important;
}

section#recent-posts-2 h2,
section#text-5 h2,
section#instagram-feed-widget-2 h2,
section#search-2 h2,
section#custom_html-2 h2,
section#custom_html-3 h2,
section#custom_html-4 h2,
section#fbtw_facebook-2 h2,
section#wpzoom_instagram_widget-3 h2 {
    color: #fff;
    border-left: 20px solid #155091;
    line-height: 1.5;
    background: linear-gradient(90deg, #2ab0c6 0%, rgba(4, 98, 171, 1) 70%);
    text-indent: 10px !important;
    font-size: 28px !important;
    padding-top: 5px;
}

#cboxLoadedContent {
  overflow: scroll !important;
}

section#search-2 h2 {
  margin-top: 0px;
}

section#recent-posts-2 ul {
  margin-top: 10px !important;
}

section#recent-posts-2 ul li {
  display: block;
}

section#recent-posts-2 ul li a {
  color: #000 !important;
  display: flex;
  padding: 10px 0;
  transition: all linear 0.25s;
  /*     text-indent: 5px; */
  border-bottom: 2px dotted #000 !important;
  align-items: center;
}

section#recent-posts-2 ul li a:before {
  content: "\f0da";
  margin: 0 10px 0 0px;
  display: inline-block;
  font-family: FontAwesome;
  float: left;
}

section#recent-posts-2 ul li:first-child a {
  border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
  border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
  color: #cc9d8b !important;
  /*     background: #cc9d8b; */
  text-decoration: none;
}
section#recent-posts-2 ul {
    padding: 0 !important;
    margin: 0 !important;
} 
.single_blog_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single_blog_content ul li:before {
    content: '';
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/fav-icon.png);
    width: 18px;
    display: inline-block;
    height: 18px;
    padding: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin-right: 11px;
    border: 1px solid #0362AB;
    background-color: #ffffff;
	    position: absolute;
    left: -27px;
    top: 3px;
}
.post-image {
    border: 2px solid #f9f9f9;
}

.single_blog_content ul li {
    align-items: center;
    margin: 4px 20px 6px 28px;
    position: relative;
}
.single_blog_content h2, .single_blog_content h3 {
    margin: 10px 0 !important;
}

.single_blog_content p, .single_blog_content ul, .single_blog_content h4 {
    margin: 10px 0 !important;
}
.single_blog_content h4 {
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #0462ab;
}
.single_blog_content {
    margin-bottom: 20px;
}
.blog-single {
    margin: 50px 0;
}
.blog-img img {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
	border: 2px solid #f9f9f9;
}
.single_blog_content h4 {
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #0462ab;
    font-size: 20px;
}
section#recent-posts-2 ul li a {
    text-decoration: none;
}
section#recent-posts-2 ul li a:hover {
    color: #155091 !important;
    /* background: #cc9d8b; */
    text-decoration: none;
}
.single-img img {
    border: 10px solid #155091;
}
.contact-section-content {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/05/Group-1171275905.jpg?id=267) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}
.menu-item .sub-menu {
    background-color: #fff;
    display: block;
    padding: 0 14px;
}
.menu-sec .menu .sub-menu a {
  padding: 10px 0px;
    font-family: 'Marcellus';
    border-bottom: 1px solid #DBDBDB;
    font-size: 17.37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	
}
.top-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	padding: 0 13px !important;
}
.top-nav li:hover > .sub-menu {
    display: block;
}
/* .menu-item .sub-menu .sub-menu {
    left: 109%;
    top: auto;
    transform: translate(0%, -50%);
} */
.top-nav .sub-menu .sub-menu {
    left: 200px;
    top: 0px;
}
.sub-heading {
    color: #0462AB !important;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 32.01px;
}
.list-font-txt li {
    font-size: 18px;
    align-items: center;
}  
.service-section {
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/05/typical.png);
    background-repeat: no-repeat;
    background-position: right;
}
.services_card .service_icon {
    position: absolute;
    bottom: 50px !important;
    left: 50%;
    transform: translate(-50%, 100%);
    top: 0;
}
.services_card .service_content {
    padding: 50px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.services_card .service_title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.service_image img {
    width: 416px;
    height: 471px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.service_icon .ser-icon {
    width: 105px;
    height: 105px;
}
.services_card .service_image .wp-post-image{
    width: 416px;
    height: 471px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 20px 0 0;
}
.services_card .service_text p {
    color: #000;
    line-height: 29.7px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
}
.services_card .col-ser:hover .service_text p {
    color: #fff;
}
.single-layout a {
    color: #0462ab;
    text-decoration: underline;
}
.single_blog_content h2 span, .single_blog_content h3 span {
    font-family: 'Marcellus' !important;
    font-weight: 600;
}
.blog .post-footer {
    display: none;
}
.page-id-6 .companies-logo {
    display: none;
}
.home_blog_content h3 a:hover {
    color: #0462ab;
}
.list-icon-service li {
    display: flex;
    margin-bottom: 18px;
    font-size: 17.29px;
    font-weight: 400;
}

.list-icon-service ul li:before {
    content: '';
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/about-icon.png);
    width: 20px;
    display: inline-block;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
   padding-right: 25px;
	    margin-top: 4px;
    vertical-align: middle;
}
.list-icon-size-service ul li:before {
    width: 30px !important;
}
.list-icon-service ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-list-card {
    background: linear-gradient(90deg, rgba(42, 176, 198, 1) 0%, rgba(4, 98, 171, 1) 70%);
    padding: 50px 0;
	}
.list-card-txt p {
    font-size: 15.44px;
    color: #000000;
    font-family: 'Poppins';
    line-height: 25.01px;
}
.icon-card .vc_icon_element-inner {
    background-color: #0462ab;
    border-radius: 50px;
}
.ser-col .vc_column-inner {
    background-color: #fff;
    padding: 40px 33px !important;
    background-image: url(https://mtstaffingco.com/wp-content/uploads/2025/04/water.jpg);
    background-size: 185%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
span.count-num
 {
        position: absolute;
    font-size: 112px;
    right: 10%;
    top: 50%;
    font-weight: 800;
    color: #0000000f;
    font-family: 'Poppins';
    transition: all ease 500ms;
    transform: translate(0%, -0%);
}
.list-col .vc_column-inner {
     background-color: #fff;
    padding: 28px 24px !important;
	border-radius: 20px;
}
.call-to-section-ser {
    height: 500px;
	    background-size: cover !important;
	 background-repeat: no-repeat !important;
}
.icon-resize ul li:before {
    width: 30px !important;
}
.spaciing-left a {
    margin-left: 17px;
}
.copy-row a {
    color: #fff;
}
.copy-row a:hover {
    color: #000;
}
.post-title h4 a
 {
    display: block;
}
@media screen and (max-width: 1400px) {
    .nav-section {
        width: 100%;
    }
    .menu-sec .menu li a {
        padding: 7px 7px;
        font-size: 15px;
    }
    .consultation-menu-btn a {
        padding: 13px 10px !important;
        font-size: 14px !important;
    }
    .menu-sec .menu li a {
        padding: 7px 12px;
        font-size: 16px;
    }
    h2 {
        font-size: 35px !important;
    }
    .list-icon-txt li {
        font-size: 18.29px;
    }
    .list-icon-txt ul li:before {
        width: 28px;
        height: 28px;
    }
    .testimonials-count {
        font-size: 43px;
    }
    
    .testimonial-inner {
        padding: 23px;
    }
    
    .testimonial-content {
        font-size: 16px;
    }
    hr.t-sep {
        display: none;
    }
    .companies-logo-section {
        flex-direction: column;
    }
    
    .logo-col {
        width: 100% !important;
    }
    .flex-logos .wpb_column {
        width: 16.3%;
        margin: 20px 0 0 0 !important;
    }
    
    .flex-logos img {
        max-width: 100%;
    }
    .comp-heading {
        text-align: center !important;
    }
    
    .comp-sub-txt p {
        text-align: center;
    }
    p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .main-btn a, .transp-btn a, .blue-btn a {
        padding: 11px 34px 11px 18px !important;
        font-size: 14.8px !important;
    }
    .main-btn i, .transp-btn i, .blue-btn i {
        margin-right: -7px;
    }
    .footer-icon li i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .footer-icon a, .footer-icon span {
        font-size: 16.03px;
    }
    .gradain-col {
        padding: 50px !important;
    }
    
    .heading-footer {
        font-size: 30px !important;
    }
    
    .footer-icon li i {
        border-color: transparent;
    }
    .col-padding {
        padding: 0 30px 0 30px;
    }
    .col-padding2 {
        padding: 0 30px 0 30px;
    }

  }
@media screen and (max-width: 1280px) and (min-width: 786px) {
 div#form-section1 .wpb_column {
    width: 45% !important;
}
	button#rmp_menu_trigger-206 {
    margin-top: 0px !important;
    top: 112px;
}
	.service-section {
    background-position: 500px -50% !important;
}
	.contact-section-content {
    background-position: left !important;
    background-size: contain !important;
}
}


  @media screen and (max-width: 1067px) {
    .main-btn a, .transp-btn a, .blue-btn a {
        margin-left: 0px;
    }
	  .spaciing-left{
        margin-left: 14px;
    }

  }
  @media screen and (max-width: 1024px) {
    nav#site-navigation {
        display: none;
    }
	  	  .slick-prev, .slick-next {
    display: none !important;
}
    li.follow-txt {
        display: none;
    }
	  .consultation-menu-btn a {
        font-size: 15px !important;
        padding: 0 5% !important;
        padding-right: 50px !important;
    }
	  .image-gril-col {
    margin-top: 50px !important;
}
.growth-companies {
    background-position: center;
    padding-top: 20px;
}
.list-icon-about li {
    column-gap: 4px;
    font-size: 16.29px;
}
.list-icon-about ul li:before {
    width: 20px;
    height: 20px;
}
.team-col h4 {
    font-size: 30px !important;
}
div#form-section1 .wpb_column {
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    width: 48%;
}
    .footer-contacts li {
        flex-direction: column;
        row-gap: 8px;
    }
.footer-icon li {
    margin-bottom: 19px !important;
}
	  .list-col {
    width: 50% !important;
}
	  .card-layout {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.ser-col {
    width: 50% !important;
}
	   .nav-section {
        width: 100%;
        position: relative;
        z-index: 100;
        left: 0;
        transform: none;
    }
	.top-spcing .vc_column-inner {
    padding-top: 0px !important;
}
	    .col-padding {
        padding: 0 !important;
    }
	p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.col-padding2 {
    padding: 0;
}
.timonial-content-row .wpb_column {
    width: 50%;
}
.gradain-col-text .vc_column-inner {
    padding: 0 !important;
}

.white-txt {
    margin-bottom: 10px;
}
	  .growth-companies .wpb_column {
    width: 100%;
}

.growth-companies {
    background-repeat: no-repeat;
    height: auto;
	background-position: 500px;
}
	  .social-sec .wpb_column {
    width: 100%;
}

  }
@media screen and (max-width: 992px) {
	    .nav-section {
        width: 100%;
        position: relative;
        z-index: 100;
        left: 0;
        transform: none;
    }
	.top-spcing .vc_column-inner {
    padding-top: 0px !important;
}
	    .col-padding {
        padding: 0 !important;
    }
	.footer-form-row .wpb_column {
    width: 100%;
}
		  .spaciing-left{
        margin-left: 0px !important;
    }
	p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.col-padding2 {
    padding: 0;
}
.timonial-content-row .wpb_column {
    width: 50%;
}
.gradain-col-text .vc_column-inner {
    padding: 0 !important;
}

.white-txt {
    margin-bottom: 10px;
}
    .social-icn ul {
        justify-content: center;
    }
    
    .location-sec ul {
        justify-content: center;
        margin-bottom: 15px;
    }

  
        .gradain-col {
            padding: 28px !important;
        }
        .post-item-home {
            width: 100% !important;
        }
        .slick-arrow {
            display: none !important;
        }
	    .logo img {
        width: 50%;
    }
	.black-txt br {
    display: none;
}
	.list-icon-about li {
    display: block;
}
	.team-row .team-col {
    width: 50% !important;
}
  }
  @media screen and (max-width: 786px) {
	  section#search-2 {
    margin-top: 30px;
 }
	      .team-row .team-col {
        width: 100% !important;
    }
	      .timonial-content-row .wpb_column {
        width: 100%;
    }
	  .footer-form-row iframe {
    height: 400px;
}
.spaciing-left a {
    margin-left: 0px;
}
	  .post-image {
    height: auto;
    border-radius: 12px;
}
    .flex-logos .wpb_column {
        width: 33.3333%;
        margin: 20px 0 0 0 !important;
    }
    .flex-logo > div {
        width: 33.3333% !important;
        margin: 0 0px; 
    }
    .flex-logo {
        flex-wrap: wrap;
    }
    .black-heading br {
        display: none;
    }
    .location-sec ul {
        flex-direction: column;
    }
    li.head-sep {
        display: none;
    }
    .logo img {
        width: 67%;
    }
    .nav-section {
        width: 100%;
        position: relative;
        z-index: 100;
        left: 0;
        transform: none;
    }
	      .logo img {
        width: 50%;
    }
	  header.subheader {
    height: 350px;
}
.water-mark{
    height: 350px;
}
.main-subhead-box h1 {
    font-size: 39.66px;
}

.main-subhead-box {
    top: 50%;
}
.growth-companies {
    height: auto !important;
    background-position: -100%;
}

.social-sec {
    flex-direction: column-reverse;
}
.image-gril-col {
    margin-top: 50px;
}
.list-icon-about li {
    font-size: 14.29px;
margin-bottom: 10px;
}
.list-icon-about ul li:before {
    width: 20px;
    height: 20px;
}
.call-to-section {
    height: auto;
}

	  .main-btn {
    margin-right: 20px;
}
	  div#form-section1 .wpb_column {
    position: relative;
    width: 100%;
    transform: none;
    top: 0%;
    left: 0;
}
.contact-section-content {
    background-position: left !important;
	background-size: contain !important;
}
.service-inner-sec .wpb_column {
    padding: 15px;
 }
.list-col {
    width: 100% !important;
}


.ser-col {
    width: 100% !important;
}
.section-list-card .wpb_column {
    padding: 15px;
}
    .team-col {
        margin:0px !important;
    }
	  .service-section {
    background-image: none;
}
  }
 @media screen and (max-width: 767px) {
	     .contact-section-content {
        background-image: none !important;
    }
	 .services_card .service_image .wp-post-image {
    width: 100%;
}
}
  @media screen and (max-width: 450px) {
 #form-section1 .vc_column-inner {
    padding: 27px;
}
	  .buss-col {
    height: 400px;
}
	  .buss-col {
    height: 400px;
}
	   .team-col {
        margin: 0 0px !important;
    }
    }