/***Custom Fonts***/

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.ttf') format('truetype'), url('../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype'), url('../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins';
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*header*/

header#header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.header-main-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    z-index: 99;
}

.header-main-wrapper ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 15px;
}
.header-main-wrapper ul li:first-child {
  padding-left: 0;
}

.header-main-wrapper ul li:before {
    position: absolute;
    content: "";
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    top: 2px;
}

.header-main-wrapper ul li:nth-child(1):before {
    content: "\f879";
}

.header-main-wrapper ul li:nth-child(2):before {
    content: "\f0e0";
}

.header-main-wrapper ul li:nth-child(1) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.header-main-wrapper ul li a {
    text-decoration: none;
    font-size: 13px;
}

.header-main-wrapper .logo {
    display:inline-table;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 200px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-contact-info {
    width: auto;
}

.header-main-wrapper .menu {
    width: 25%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main-wrapper .menu p {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}

.header-main-wrapper .menu span {
    width: 18px;
    height: 20px;
    display: block;
    border-bottom: 2px solid #000;
}

.header-main-wrapper .menu .toggle {
    position: relative;
    width: 43px;
    background: #fff;
    border-radius: 50%;
    height: 43px;
    margin-left: 12px;
    cursor: pointer;
}

.header-main-wrapper .menu .toggle span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fixed-scroll header#header {
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    background: #09034b;
}

.header-main-wrapper .logo svg {
    max-width: 200px;
}

.fixed-scroll .header-main-wrapper .logo svg .st0,
.fixed-scroll .header-main-wrapper .logo svg .st1,
.fixed-scroll .header-main-wrapper .logo svg .st2,
.fixed-scroll .header-main-wrapper .logo svg .st3,
.fixed-scroll .header-main-wrapper .logo svg .st4,
.fixed-scroll .header-main-wrapper .logo svg .st5 {
    fill: #fff;
}

.header-main-wrapper .menu .toggle span:nth-child(1) {
    top: -2px;
}

.header-main-wrapper .menu .toggle span:nth-child(2) {
    top: 3px;
}

.header-main-wrapper .menu .toggle span:nth-child(3) {
    top: 8px;
}

.sidebar-menu {
    position: fixed;
    width: 363px;
    background: #000;
    right: -363px;
    z-index: 999;
    top: 0;
    padding: 50px;
    height: 100vh;
    transition: all 0.5s;
    overflow-y: auto;
}

.sidebar-menu ul li {
    padding-bottom: 40px;
    text-align: right;
}

.sidebar-menu ul li:last-child {
    padding-bottom: 0;
}

.sidebar-menu ul li a {
    text-decoration: none;
    font-size: 22px;
}

.sidebar-menu ul li.current-menu-item a,
.sidebar-menu ul li a:hover {
    color: #4eabeb;
}

.sidebar-menu ul li.traningmatchborder {
    border-bottom: 1px solid #545454;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.sidebar-menu ul li.traningmatchborder~li a {
    font-size: 16px;
}

.sidebar-menu ul li.traningmatchborder~li {
    padding-bottom: 25px;
}

.sidebar-menu span.close-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.siderbar-toggle .sidebar-menu {
    right: 0;
}

.logged-in.admin-bar .home-banner {
    height: calc(100vh - 32px);
}

.home-banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.home-banner-scroll-down {
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 28px;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-banner-scroll-down a:before {
    position: absolute;
    content: "";
    width: 61px;
    height: 32px;
    z-index: 9;
    background-image: url(../images/banner-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: myscroll 2s infinite;
    /* Safari 4.0 - 8.0 */
    animation: myscroll 2s infinite;
}

@-webkit-keyframes myscroll {
    from {
        left: 0px;
        right: 0px;
        top: 10px;
        bottom: 0;
        opacity: 1;
    }
    to {
        left: 0px;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 1;
    }
}

@keyframes myscroll {
    from {
        left: 0px;
        right: 0px;
        top: 10px;
        bottom: 10px;
        opacity: 1;
    }
    to {
        left: 0px;
        right: 0;
        top: 0px;
        bottom: 0;
        opacity: 1;
    }
}

.header-main-wrapper .menu .toggle:before {
    position: absolute;
    content: "Menu";
    left: -64px;
    top: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
}

.logged-in.admin-bar .sidebar-menu {
    top: 30px;
}

.header-main-wrapper ul li a:hover {
    border-bottom: 1px solid #fff;
}

.home-banner video {
    min-width: 100%;
    min-height: 100%;
}

.home-position-wrapper {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 !important;
}

.home-search-jobs-wrapper {
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.37);
    border-radius: 5px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.home-inner-search-jobs h4 {
    color: #fff;
    font-size: 17px;
}

.home-search-form-wrapper {
    display: flex;
    padding: 10px 0;
}

.home-search-form-wrapper .home-search-form-field {
    width: 25%;
    margin-right: 20px;
}

.home-search-form-wrapper .home-search-form-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    padding: 18px 30px 20px 50px;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    width: 100%;
    margin-right: 20px;
    color: #2c2c2c;
    font-size: 16px;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.home-search-form-wrapper .home-search-form-field.select {
    position: relative;
}


/*.home-search-form-field span:before {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}*/

.home-search-form-field.search {
    position: relative;
}

.home-search-form-wrapper .home-search-form-field.select:before {
    position: absolute;
    content: "";
    font-weight: 900;
    top: 49%;
    right: 14px;
    color: #232323;
    font-size: 22px;
    z-index: 9;
    cursor: pointer;
    pointer-events: none;
    background-image: url(../images/down-arrow-icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
}

.home-search-form-wrapper .home-search-form-field.select:after {
    top: 49%;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-search-form-wrapper .home-search-form-field.select.job:after {
    background-image: url(../images/job-icon.png);
}

.home-search-form-wrapper .home-search-form-field.select.location:after {
    background-image: url(../images/location-icon.png);
}

.home-search-form-wrapper .home-search-form-field.select.category:after {
    background-image: url(../images/category-icon.png);
}

.home-search-form-wrapper .home-search-form-field:last-child {
    margin-right: 0;
}

.home-search-form-field span {
    background: transparent;
    -webkit-appearance: none;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 18px 30px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    outline: 0;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    letter-spacing: 3px;
}

.home-position-wrapper h1 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

.home-position-wrapper p {
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
}

.home-position-wrapper p a {
    background: #fff;
    text-decoration: none;
    color: #292929;
    font-size: 17px;
    min-width: 222px;
    display: inline-block;
    text-align: center;
    padding: 21px 0;
    border-radius: 5px;
    margin: 10px 0 0 0;
    border: 2px solid transparent;
}

.home-position-wrapper p a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.home-search-form-field.search input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.home-search-form-field span i {
    margin-right: 5px;
}


/*header*/


/*common-style*/

.common-style h5 {
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 500;
}

.common-style h2 {
    color: #022081;
    font-size: 55px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.2;
}

.common-style h3 {
    font-size: 40px;
    padding-bottom: 15px;
}

.common-style p {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    padding-bottom: 20px;
}

.common-style .staffing-buttons a,
.staffing-buttons a {
    background: #4eabea !important;
    min-width: 180px;
    text-align: center;
    color: #080348 !important;
    padding: 14px 5px;
    border-radius: 5px;
    border: 1px solid #4eabea !important;
    font-size: 17px;
}

.common-style .staffing-buttons a:hover,
.staffing-buttons a:hover {
    background: #080348 !important;
    color: #4eabea !important;
}

.common-style.jobs-list p a {
    color: #fff;
}

.common-style .link-btn {
    background: #fff;
    color: #545454 !important;
    text-decoration: none;
    min-width: 180px;
    text-align: center;
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 15px 0 0 0;
    display: inline-block;
    font-size: 15px;
    min-width: 210px;
}

.common-style .link-btn:hover {
    background: #4eabea;
    border: 1px solid #4eabea;
    color: #080048!important;
}

.graycolorbtn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    padding: 10px 25px;
    margin-top: 20px;
}

.min-heighttext {
    min-height: 270px;
}

.graycolorbtn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background: #4eabeb!important;
    border: 1px solid #4eabeb!important;
    color: #fff!important;
}

body .padding-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
}

body .padding-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.slick-initialized .slick-slide {
    outline: 0;
}

button.slick-next.slick-arrow:hover {
    background-position: 0px -100px;
}

button.slick-prev.slick-arrow:hover {
    background-position: 0px 0;
}


/*common-style*/


/*job-list*/

.job-inner-list {
    background: #09034b;
}

.common-style.jobs-list h5,
.common-style.jobs-list h2,
.common-style.jobs-list p {
    color: #fff;
}

.common-style.about-home h2 {
    padding-bottom: 15px;
}

.common-style.jobs-list h5:before {
    position: absolute;
    content: "";
    right: -50px;
    width: 45px;
    height: 1.5px;
    background: #fff;
    top: 7px;
}

.common-style.jobs-list h5 {
    display: inline-block;
    position: relative;
}

button.slick-prev.slick-arrow {
    left: auto;
    right: 105px;
    bottom: -120px;
    top: auto;
    background-image: url(../images/slider-arrows.png);
    width: 50px;
    height: 35px;
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: 0px -67px;
    cursor: pointer;
}

button.slick-prev.slick-arrow:before {
    display: none;
}

button.slick-next.slick-arrow {
    left: auto;
    right: 70px;
    bottom: -120px;
    top: auto;
    background-image: url(../images/slider-arrows.png);
    width: 50px;
    height: 35px;
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: 0px -34px;
    cursor: pointer;
}

button.slick-next.slick-arrow:before {
    display: none;
}


/*job-list*/


/*services*/

.right-services-bg {
    background: #09034b;
}

.common-style.services h2,
.common-style.services p,
.common-style.services h4,
.common-style.services h3,
.common-style.services h5 {
    color: #fff;
}

.common-style.services h5:before {
    position: absolute;
    content: "";
    right: -50px;
    width: 45px;
    height: 1.5px;
    background: #fff;
    top: 6px;
}

.common-style.services h5 {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.industrial-wrapper .vc_column-inner {
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: flex-start !important;
}

.common-style.services p .link-btn {
    min-width: 150px;
}

.training-match-wrapper {
    background: #09034b;
}

.training-match-wrapper p.read-more-training {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 4%;
    z-index: 99;
}

.common-style.services h3 {
    font-weight: 300;
}

.common-style.about-home h5 {
    position: relative;
    display: inline-block;
}

.common-style.about-home h5:before {
    position: absolute;
    content: "";
    background: #333333;
    width: 40px;
    height: 2px;
    right: -50px;
    top: 7px;
}

.common-style.about-home .staffing-buttons {
    margin: 15px 0 !important;
}


/*services*/


/*Find-us*/

.find-us-height .vc_column-inner {
    background-position: left center !important;
}

.common-style.find-us h2 {
    color: #fff;
    position: relative;
    padding-left: 105px;
    padding-bottom: 40px;
}

.common-style.find-us p {
    color: #fff;
}

.common-style.find-us h2:before {
    position: absolute;
    content: "";
    left: 0;
    width: 90px;
    height: 90px;
    background-image: url(../images/find-us-icon.png);
    background-color: #fff;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: 57px;
    left: 0;
    top: -15px;
    background-position: 15px 16px;
}

.common-style.find-us h2:hover:before {
    background-color: #4eabeb;
    background-position: 16px -46px;
}

.find-us-logos-inner-wrapper {
    padding: 20px;
    overflow: hidden;
}

.find-us-logos-inner-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.training-logo img {
    max-width: 260px !important;
}


/*Find-us*/


/*social-responsibility*/

.social-responsibilities {
    margin: 0 auto !important;
    max-width: 1100px;
    float: none !important;
}

.common-style h4 {
    color: #434343;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 240px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.social-respons-images img {
    padding-bottom: 20px;
}


/*social-responsibility*/


/*footer*/

footer {
    background: #09034b;
}

.container {
    margin: 0 auto;
    max-width: 88%;
    padding: 0 10px;
}

.footer-main-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 80px 0;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.footer-column {
    width: 27%;
    padding: 0 30px;
}

.footer-column:nth-child(2),
.footer-column:nth-child(3) {
    width: 16%;
}

.footer-column:last-child {
    width: 19%;
}

.footer-column:nth-child(4) {
    width: 22%;
}

.footer-column p,
h4,
h2,
li a {
    color: #fff;
}

.footer-column h2 {
    font-size: 19px;
    font-weight: normal;
    position: relative;
    padding: 16px 0 0 0;
    display: inline-block;
    margin-bottom: 51px;
}

.footer-column h2:before {
    position: absolute;
    content: "";
    right: -60px;
    width: 50px;
    height: 1.7px;
    background: #4eabea;
    top: 25px;
}

.footer-column ul {
    margin: 0;
    padding: 0;
}

.footer-column.five ul li {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 15px;
    background: #4eabea;
    border-radius: 50px;
    text-align: center;
    line-height: 2.9;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    cursor: pointer;
    position: relative;
}
.footer-column.five ul li:hover {
    background: #3a8dcc;
}
.footer-column.five ul li a {
color:#080348;
}

.footer-column.two ul li,
.footer-column.three ul li {
    padding-bottom: 25px;
}

.footer-column.two ul li a,
.footer-column.three ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #f3f3f3;
}

.footer-column.one p {
    padding: 15px 0 0;
    font-size: 13px;
    line-height: 2;
    color: #f3f3f3;
}

.footer-column.one p:first-child {
    padding: 28px 0 0 0;
}

.footer-column.four ul li {
    color: #f3f3f3;
    padding-bottom: 25px;
}

.footer-column.four ul li a {
    text-decoration: none;
    color: #f3f3f3;
}

.footer-column.four ul li h4 {
    font-size: 13px;
    color: #f3f3f3;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.footer-column.four ul li p {
    font-size: 13px;
    color: #f3f3f3;
    line-height: 1.8;
}

.footer-column.four ul li h4:before {
    position: absolute;
    content: "";
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.footer-column.four ul li:nth-child(1) h4:before {
    content: "\f3c5";
}

.footer-column.four ul li:nth-child(2) h4:before {
    content: "\f879";
    font-size: 12px;
    top: 2px;
}

.footer-column.four ul li:nth-child(3) h4:before {
    content: "\f0e0";
}

.copyright {
    text-align: center;
    padding: 30px 10px;
}

.copyright p,
.copyright p a {
    color: #f0f0f0;
    font-size: 12px;
    text-decoration: none;
    line-height: 2;
}

.footer-column a:hover {
    text-decoration: underline !important;
}

.footer-column.five ul li:hover {
    background: #fff;
}

.footer-column.five ul li:hover i {
    color: #4eabeb;
}

.copyright p a:hover {
    border-bottom: 1px solid #fff;
}

.copyright p a {
    font-weight: bold;
}

.footer-column ul li:last-child {
    padding: 0;
}

.footer-column.five ul li:hover:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #3a8dcc;
    opacity: 0.2;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: mymove 2s infinite;
    /* Safari 4.0 - 8.0 */
    animation: mymove 2s infinite;
    z-index: 9;
    pointer-events: none;
}

@-webkit-keyframes mymove {
    from {
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        opacity: 0.5;
    }
    to {
        left: -11px;
        right: -11px;
        top: -11px;
        bottom: -11px;
        opacity: 0.4;
    }
}

@keyframes mymove {
    from {
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        opacity: 0.5;
    }
    to {
        left: -11px;
        right: -11px;
        top: -11px;
        bottom: -11px;
        opacity: 0.1;
    }
}


/*footer*/


/*Aug 23 css start*/

.home-search-form-field.search .search-btn {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    vertical-align: top;
}

.search-job-button a {
    background: #fff;
    color: #545454;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 2;
}

.search-job-button a:hover {
    background: #4eabeb;
    border: 1px solid #4eabeb;
    color: #fff;
}

.job-listing-container button.slick-next.slick-arrow {
    background-position: 0px -209px;
    right: 0;
    bottom: -70px;
}

.job-listing-container button.slick-next.slick-arrow:hover {
    background-position: 0px -246px;
}

.job-listing-container button.slick-prev.slick-arrow {
    background-position: 0px -135px;
    right: 55px;
    bottom: -70px;
    z-index: 1;
}

.job-listing-container button.slick-prev.slick-arrow:hover {
    background-position: 0px -172px;
}

.job-wrapper .job-date {
    background: #4eabeb;
    display: inline-block;
    color: #fff;
    text-align: center;
    max-width: 102px;
    width: 100%;
}

.job-wrapper .job-month {
    font-size: 43px;
    font-weight: 600;
    padding: 18px 12px 12px;
    border-bottom: 1px solid #8f2370;
}

.job-wrapper .job-year {
    padding: 12px;
}

.job-listing-container {
    padding-top: 50px;
}

.job-wrapper .job-title {
    font-size: 27px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #9c519e;
    margin: 25px 0;
}

.job-wrapper .salary-range {
    color: #fff;
    font-weight: 500;
}

.job-wrapper .job-short-description {
    color: #fff;
    margin: 20px 0 70px;
    line-height: 1.8;
}

.full-img div {
    height: 100%;
}

.full-img .wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.full-img .wpb_single_image .vc_single_image-wrapper {
    display: block;
}

.full-img .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 925px;
}

.full-img .wpb_single_image img {
    width: auto !important;
    height: auto !important;
    max-width: none;
    vertical-align: top;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    flex-shrink: 0;
}

.job-inner-list .search-job-button+.wpb_text_column {
    display: none;
}

.social-main-wrapper .social-respons-images p {
    font-size: 14px;
    line-height: 1.8;
}

.value-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.value-sec .vc_col-sm-1\/5 {
    width: 33.3%;
    margin-top: 10px;
}

.value-sec .vc_col-sm-1\/5+.vc_col-sm-1\/5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 20px;
    border-left: 1px solid #dfdfdf;
}

.search-error {
    color: #fff;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header-main-wrapper .logo {
        top: -19px;
    }
}

.about-staffing h3 {
    font-size: 27px;
    margin: 30px 0 15px;
    color: #fff;
}

.about-staffing p {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
}

.director-sec .vc_column_container {
    margin: 0 auto !important;
    max-width: 1230px;
    float: none !important;
}

.director-sec h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.director-sec p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    margin-top: 24px;
    font-weight: 400;
}

.director-sec ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 22px;
    font-size: 14px;
    color: #ededed;
    min-width: 290px;
    text-align: center;
}

.director-sec ul li img {
    display: table;
    margin-bottom: 15px!important;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.director-sec ul li+li {
    border-left: 1px solid #5a5b5d;
}

.director-sec ul {
    margin-top: 25px;
}

.our-mission ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 30px -7px 0;
}

.our-mission ul li {
    width: 30%;
    margin: 0 7px !important;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    padding: 30px 20px 20px;
    line-height: 1.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.our-mission ul li:hover,
.our-mission ul li:focus {
    background: #b33179;
    border-color: #b33179;
}

.our-mission ul li img {
    display: block;
    margin: 0 auto 20px!important;
}

.dark-bg {
    background: #111a37;
}

.about-timeline .staffing-buttons {
    margin-top: 35px!important;
}

.inner-banner .inner-banner-img {
    height: 390px;
    overflow: hidden;
    position: relative;
}

.inner-banner-img img {
    max-width: none!important;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.inner-banner-content {
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 15px;
    padding-right: 15px;
}

.inner-banner-content h1 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

.value-sec .vc_col-sm-1\/5:nth-child(4):before {
    display: none;
}

.director-sec p:last-of-type {
    font-style: normal;
}

.inner-banner-content p {
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    line-height: 1.8;
}

.inner-banner.about-banner .inner-banner-img {
    height: 590px;
}

.qualitie-wrapper {
    height: 930px!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.qualitie-inner-block {
    height: 930px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.qualitie-content {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.qualitie-content:before {
    content: "";
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.85;
    background: -moz-linear-gradient(top, rgba(143, 22, 220, 0) 0%, rgba(37, 6, 57, 1) 74%, rgba(26, 4, 39, 1) 82%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(143, 22, 220, 0) 0%, rgba(37, 6, 57, 1) 74%, rgba(26, 4, 39, 1) 82%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(143, 22, 220, 0) 0%, rgba(37, 6, 57, 1) 74%, rgba(26, 4, 39, 1) 82%, rgba(0, 0, 0, 1) 100%);
}

.qualitie-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    padding: 0;
    min-height: 320px;
}

.qualitie-content h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    max-width: inherit;
    padding: 25px 0 15px;
}

.qualitie-container button.slick-arrow {
    display: none!important;
}

.qualities-arrow {
    position: relative;
}

.qualities-arrow ul {
    margin-top: 20px;
}

.qualities-arrow ul li {
    display: inline-block;
    vertical-align: top;
}

.qualities-arrow .prev {
    background-image: url(../images/slider-arrows.png);
    width: 50px;
    height: 23px;
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: 0px -139px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.qualities-arrow .prev:hover,
.qualities-arrow .prev:focus {
    background-position: 0px -176px;
    outline: 0;
}

.qualities-arrow .next {
    background-image: url(../images/slider-arrows.png);
    width: 50px;
    height: 23px;
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: 0px -213px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.qualities-arrow .next:hover,
.qualities-arrow .next:focus {
    outline: 0;
    background-position: 0px -250px;
}

.director-sec {
    background-size: cover;
    background-position: center center!important;
}

.director-sec p:nth-child(2) img {
    margin-right: 10px;
}

.director-sec p:nth-last-of-type(2) img {
    margin-left: 8px;
    margin-bottom: -5px!important;
}

#header:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 253px;
    background: url(../images/logo-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home #header:before,
.fixed-scroll #header:before {
    display: none;
}

.inner-banner.about-banner .inner-banner-content {
    top: 55%;
}

.social-main-wrapper a {
    color: #4eabea;
    text-decoration: none;
    font-size: 18px;
}

.industrial-contact .staffing-buttons {
    margin-top: 50px;
}

.advantage-sec h2 {
    max-width: 1160px;
    margin: 0 auto;
    line-height: 1.5;
}

.advantage-list {
    max-width: 1640px;
    margin: 0 auto!important;
}

.advantage-list .vc_col-sm-2 {
    width: 33.3%;
}

.advantage-list .vc_column-inner {
    background: #1a233f;
    padding: 50px 34px!important;
}

.advantage-list h4 {
    color: #fff;
    font-weight: 700;
    max-width: 100%;
}

.advantage-list p {
    font-size: 13px;
}

.advantage-list p:last-child {
    padding-bottom: 0;
}

.advantage-list .vc_column-inner {
    background: #1a233f;
    padding: 50px 34px!important;
    border-left: 1px solid #373f57;
    border-top: 1px solid #373f57;
}

.relationship-sec ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0;
}

.relationship-sec ul li {
    width: 46%;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    padding: 30px 15px;
    margin: 2%!important;
    min-height: 190px;
    text-align: center;
}

body .padding-110.relationship-sec {
    padding-left: 50px!important;
}

.objective-list .vc_col-sm-3 {
    width: 50%;
    text-align: center;
    padding: 25px 20px;
}

.objective-list p {
    font-size: 13px!important;
    padding: 0;
}

.objective-list h5 {
    padding-bottom: 10px;
}

.objective-list h5:before {
    display: none;
}

.objective-list .wpb_single_image {
    margin-bottom: 17px;
}

.objective-list .vc_col-sm-3:nth-child(even) {
    border-left: 1px solid #ffffff;
}

.objective-list .vc_col-sm-3:nth-last-child(-n+2) {
    border-top: 1px solid #ffffff;
}

.objective-list {
    margin-top: 40px!important;
}

.contact-address-list .vc_col-sm-4 {
    margin-top: 50px;
    width: 100%;
    position: relative;
}

.contact-address-list .wpb_text_column {
    padding-left: 35px;
    position: relative;
}

.contact-address-list .wpb_text_column h4 {
    color: #fff;
    text-align: left;
    max-width: 100%;
    font-weight: 300;
}

.contact-address-list .wpb_text_column p {
    padding-bottom: 0;
}

.contact-address-list .wpb_text_column a {
    color: #fff;
    text-decoration: none;
    padding: 0;
}

.contact-address-list .vc_icon_element-inner {
    width: auto!important;
    height: auto!important;
}

.contact-address-list .vc_icon_element-inner span:before {
    font-size: 20px!important;
}

.contact-address-list .vc_icon_element-inner {
    width: auto!important;
    height: auto!important;
    position: absolute!important;
    top: 10px;
    left: 6px;
}

.contact-address-list .vc_col-sm-4:nth-child(2) .vc_icon_element-inner {
    top: 13px;
}

.contact-address-list .vc_col-sm-4:last-child .vc_icon_element-inner {
    top: 9px;
}

.contact-address-list .vc_col-sm-4:last-child .vc_icon_element-inner span:before {
    font-size: 15px!important;
}

.contact-form {
    margin-top: 50px;
}

.form-style label {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-style .wpcf7-form-control {
    border: 1px solid #dcdcdc;
    min-height: 53px;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    color: #a3a3a3;
}

.form-style .wpcf7-form-control:focus {
    outline: 0;
}

.contact-form ul {
    margin: 0 -10px;
}

.contact-form ul li {
    margin-bottom: 25px;
    padding: 0 10px;
    margin-left: -2px;
}

.contact-form ul li.half-field {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.contact-form ul li:first-child span.wpcf7-form-control-wrap {
    width: 50%;
    display: block;
    padding-right: 10px;
}

.contact-form .form-style textarea {
    height: 145px;
    resize: none;
    padding-top: 18px;
    overflow-y: hidden;
    -webkit-appearance: none;
}

.contact-form ul li:last-child .wpcf7-submit {
    width: auto;
    background: #4eabea;
    min-width: 185px;
    text-align: center;
    color: #fff;
    padding: 18px 5px;
    border-radius: 5px;
    border: 1px solid #4eabea;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
}

.contact-form ul li:last-child .wpcf7-submit:hover,
.contact-form ul li:last-child .wpcf7-submit:focus {
    background: #fff;
    color: #4eabea;
}

.contact-form ul li:last-child {
    text-align: right;
    padding-top: 35px;
}

.form-style .wpcf7-not-valid-tip,
.form-style .wpcf7-validation-errors {
    color: #e51c17;
    font-size: 13px;
    margin-top: 10px;
    display: block;
}

.form-style .wpcf7-validation-errors {
    text-align: center;
    margin-top: 30px;
    border: 0;
}

.form-style .screen-reader-response {
    display: none;
}

.form-style .wpcf7-mail-sent-ok {
    text-align: center;
    margin-top: 40px;
    color: #1b8603;
    border: 0;
}

.common-style ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.common-style ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
    /*  color: #000;*/
}

html body .common-style ul li:before,
.about-staffing ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    content: "\f054" !important;
    color: #d52131;
    position: absolute;
    top: 3px;
    left: 0;
}

.about-staffing h4 {
    text-align: center;
    margin: 15px 0;
    position: relative;
}

.about-staffing h4:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 0;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.about-staffing ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 5px;
}

.about-staffing ul li:before {
    position: static;
    padding-right: 5px;
    color: #fff;
}

.about-staffing ul {
    text-align: center;
    margin: 10px 0;
}

.contact-form ul li:before {
    display: none;
}

.fz-14 p {
    font-size: 14px;
}

.qualities-arrow ul li:before,
.our-mission ul li:before,
.relationship-sec ul li:before {
    display: none;
}

.policysection h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
}

.policysection p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.policysection .vc_column-inner {
    min-height: 950px;
}

.policysection .vc_column-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    min-height: 950px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8f16dc+44,000000+75,000000+90&0+24,0+31,0.65+68,0.65+87 */
    background: -moz-linear-gradient(top, rgba(143, 22, 220, 0) 24%, rgba(143, 22, 220, 0) 31%, rgba(143, 22, 220, 0.23) 44%, rgba(32, 5, 50, 0.65) 68%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.65) 87%, rgba(0, 0, 0, 0.65) 90%);
    background: -webkit-linear-gradient(top, rgba(143, 22, 220, 0) 24%, rgba(143, 22, 220, 0) 31%, rgba(143, 22, 220, 0.23) 44%, rgba(32, 5, 50, 0.65) 68%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.65) 87%, rgba(0, 0, 0, 0.65) 90%);
    background: linear-gradient(to bottom, rgba(143, 22, 220, 0) 24%, rgba(143, 22, 220, 0) 31%, rgba(143, 22, 220, 0.23) 44%, rgba(32, 5, 50, 0.65) 68%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.65) 87%, rgba(0, 0, 0, 0.65) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008f16dc', endColorstr='#a6000000', GradientType=0);
}

.policysection .vc_column-inner .wpb_wrapper {
    position: relative;
    z-index: 3;
}

.videosectionwithtext {
    position: relative;
    padding-top: 42%;
}

.videosectionwithtext iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.videocontent {
    position: absolute;
    top: 52%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
}

.videocontent h2 {
    font-size: 42px;
    font-weight: 600;
}

.videocontent img#play-video {
    cursor: pointer;
    max-width: 100%;
    width: auto;
    height: auto;
}

.bullying-container button.slick-prev.slick-arrow {
    right: auto;
    left: 0;
    background-position: 0px -171px;
}

.bullying-container button.slick-next.slick-arrow {
    right: auto;
    left: 50px;
    background-position: 0px -246px;
}

.bullying-container button.slick-arrow:hover {
    opacity: 0.5;
}

.newslistmain {
    overflow: hidden;
    padding-bottom: 20px;
}

.newsbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 50px;
}

.newsimage {
    width: 50%;
}

.newscontent {
    width: 50%;
    padding: 15px;
}

.newslistmain .newsbox:nth-of-type(even) {
    flex-direction: row-reverse;
}

.newstopsec {
    font-size: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    color: #7e7e7e;
    border-bottom: 2px solid #d6dbdc;
    padding-bottom: 15px;
    position: relative;
    font-weight: 500;
}

.newstopsec b {
    color: #333;
}

.newstitleconten h2 {
    font-size: 28px;
    font-weight: 700;
    color: #022081;
    line-height: 1.5;
    margin: 20px 0;
}

.newstitleconten h2 a {
    color: #022081;
    text-decoration: none;
}

.newstitleconten p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

.radmorebtn a {
    font-size: 15px;
    color: #022081;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
}

.newstbottm {
    margin: 50px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.newsimage img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.newstopsec:after {
    content: "";
    width: 95px;
    height: 4px;
    background-color: #b4c0c9;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.radmorebtn a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #022081;
    position: absolute;
    bottom: 0;
    left: 0;
}

.radmorebtn a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #022081;
    position: absolute;
    right: -9px;
    bottom: -5px;
}

.sharebtn {
    font-size: 12px;
    color: #333;
}

.radmorebtn a:hover {
    color: #d9202a;
}

.radmorebtn a:hover:after {
    background-color: #d9202a;
}

.radmorebtn a:hover:before {
    border-left: 9px solid #d9202a;
}

.Blogtabs li.vc_tta-tab.vc_active a {
    background-color: #022081 !important;
    color: #fff !important;
}

.Blogtabs li.vc_tta-tab a {
    background-color: transparent !important;
    text-transform: uppercase;
}

.Blogtabs ul.vc_tta-tabs-list {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px !important;
}

.latestnews-container {
    background-color: #f1f2f6;
    padding: 20px;
    margin-bottom: 30px;
}

.latestnews-container h2 {
    color: #07248e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
}

.leftpostimg {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.latestnews-inner-block {
    overflow: hidden;
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 20px;
}

.leftpostimg img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.rightpostcontent h3 a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.rightpostcontent h3 {
    margin-bottom: 10px;
}

span.posteddate {
    font-size: 14px;
    color: #7e7e7e;
}

span.posteddate b {
    color: #333;
}

.newssinglecontent {
    padding: 4% 5%;
    overflow: hidden;
}

.newlsleftcontent {
    float: left;
    width: 75%;
    padding-right: 50px;
}

.newsrightcontent {
    float: left;
    width: 25%;
}

.newlsleftcontent .newstopsec {
    margin-top: 20px;
}

.newlsleftcontent h2 {
    font-size: 28px;
    font-weight: 700;
    color: #022081;
    line-height: 1.5;
    margin: 20px 0;
}

.newlsleftcontent p,
.newlsleftcontent li {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 25px;
}

section#comments h3#reply-title,
h3.comments-title {
    font-size: 20px;
    font-weight: 700;
    color: #022081;
    line-height: 1.5;
    margin: 20px 0;
}

p.form-submit input#submit {
    width: auto;
    float: right;
    /* margin-top: -70px;*/
    margin-right: 20px;
    background-color: #d8202b;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 6px;
    padding: 15px 25px;
    height: 50px;
    cursor: pointer;
    -webkit-appearance: none;
}

p.form-submit input#submit:hover {
    background-color: #58368c;
}

cite.fn a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
}

.comment-meta.commentmetadata a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
}

p.logged-in-as a {
    color: #d8212b;
    text-decoration: none;
}

section#comments h3#reply-title {
    font-size: 20px;
    font-weight: 700;
    color: #022081;
    line-height: 1.5;
    margin: 20px 0;
}

p.comment-form-comment {
    padding-right: 20px;
}

form.comment-form label {
    display: block;
    color: #333;
    font-weight: 600;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
    width: 33.3%;
    float: left;
    padding-right: 20px;
}

.newlsleftcontent p input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    height: 40px;
    outline: 0;
}

p.comment-form-comment textarea {
    width: 100%;
    resize: none;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    outline: 0;
    overflow-y: hidden;
}

p.comment-form-cookies-consent label,
p.comment-form-cookies-consent input {
    display: inline-block;
    width: auto;
    padding: 0;
    height: auto;
}

.archivessection h2.entry-title a {
    color: #022081;
    text-decoration: none;
}

.archivessection .news {
    margin-bottom: 50px;
}

.view-more-custom a {
    color: #022081;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.view-more-custom a:hover {
    color: #d8212b;
}


/*.postdatecount, .sharebtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}*/

div#social-sharing-container {
    display: inline-block;
}

.postdatecount b {
    padding: 0 8px 0 0;
}

label.social-sharing-label {
    padding: 0 10px;
}

div#social-sharing-container a {
    color: #868686;
    display: inline-block;
    padding: 0 4px;
}

div#social-sharing-container a:hover {
    color: #793289;
}

span.serpereater {
    display: inline-block;
    padding: 0 10px;
}

.timlinesecion {
    max-width: 1210px;
    margin: 0 auto;
}

.timelineinner {
    position: relative;
    overflow: hidden;
}


/*.timelineinner:after {
    content: "";
    height: 100%;
    background-color: #fff;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
}*/

.timlinebox {
    background-color: #022082;
    width: 470px;
    margin: 80px 0;
    float: right;
    position: relative;
}

.timlinebox:nth-child(even) {
    float: left;
    margin-top: 28%;
}

.timelinetitle h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
}

.timelinetitle h2 {
    font-size: 55px;
    font-weight: 700;
}

.timleyear {
    text-align: right;
    color: #fff;
    font-size: 140px;
    font-weight: 100;
}

.timelinecontent {
    color: #fff;
}

.timelineboxinner {
    overflow: hidden;
}

.timelineboxinner img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.timelineboxcontent {
    padding: 30px;
    color: #fff;
}

.timelinecontent h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

.timelinecontent ul,
.timelineboxcontent ul {
    list-style: disc !important;
    padding-left: 20px;
}

.timelinecontent ul li,
.timelineboxcontent ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 15px;
}

.timelineyear {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
    background-color: #fff;
    border-radius: 50%;
    color: #022082;
    font-size: 26px;
    text-align: center;
    line-height: 4;
}

.timlinebox:nth-child(even) .timelineyear {
    right: -40px;
    left: auto;
}

.timelineyear:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: -100%;
    top: 50px;
}

.timlinebox:nth-child(even) .timelineyear:after {
    left: auto;
    right: -100%;
}

.timlinebox:nth-child(even) .timelineyear:before {
    right: -102%;
    left: auto;
}

.timelineyear:before {
    width: 14px;
    height: 14px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: -102%;
    top: 44px;
    border-radius: 50%;
}

.timlinebox:nth-child(even):after {
    right: -136px;
    left: auto;
}

.timlinebox:after {
    content: "";
    width: 1px;
    background-color: #ffffff;
    height: 220%;
    position: absolute;
    left: -135px;
    z-index: 1;
    top: -100px;
}

.timlinebox:last-child:after {
    background-color: #0f1c37;
    top: 18px;
    height: 100%;
}

.timelineboxcontent ul li {
    font-size: 13px;
}

.timelinebg {
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.notfoundsection {
    text-align: center;
    padding: 130px 0 150px;
}

.notfoundsection .staffing-buttons {
    margin: 25px 0 0;
}

.notfoundsection .staffing-buttons a {
    text-decoration: none;
    padding: 15px 20px;
}

.menutext {
    text-align: right;
    color: #4eabea;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.privicy-content .wpb_wrapper {
    max-width: 1140px;
    padding: 30px 15px;
    margin: 0 auto !important;
}

.table-scroll td {
    border: 1px solid #d2d2d2;
    padding: 10px;
    line-height: 1.5;
}

.privicy-content ul li {
    line-height: 1.5;
}

.privicy-content table,
.privicy-content ul {
    margin-bottom: 20px !important;
}

.privicy-content a {
    color: #d9212b;
    text-decoration: none;
}

.privicy-content a:hover {
    text-decoration: underline;
}

.row {
    margin: 0 -15px;
    overflow: hidden;
}

.col-md-4 {
    padding: 0 15px;
    float: left;
    width: 33.3%;
}

.form-group input,
.form-group select {
    border: 1px solid #d2d2d2;
    padding: 10px;
    width: 100%;
    height: 45px;
    font-size: 14px;
    outline: 0;
    -webkit-appearance: none;
}

.form-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.form-group select {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.register-form-wrap h2 {
    font-size: 22px;
    color: #022081;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.col-md-6 {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.clearfix {
    clear: both;
}

.upload-fileon {
    position: relative;
}

.upload-fileon input#fileCVFake {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
}

.wpbb-job-data__field.wpbb-job-data__field--salary-hourly {
    display: none;
}

.upload-fileon .fake-file {
    padding-right: 160px;
}

.upload-fileon .fake-file b {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 45px;
    background-color: #022081;
    color: #fff;
    text-align: center;
    line-height: 3;
    border-radius: 4px;
}

.form-blocks.label-padding {
    max-width: 800px;
}

.radiobtnsec label {
    position: relative;
    padding: 0 20px 0 10px;
    cursor: pointer;
}

.radiobtnsec label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    border-radius: 50%;
    pointer-events: none;
    cursor: pointer;
    top: 0;
}

.radiobtnsec {
    margin-bottom: 20px;
}

.radiobtnsec input:checked+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #d9202a;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.radiobtnsec input {
    opacity: 0;
}

.full-widthcheck {
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
    overflow: hidden;
}

.leftcheckbox {
    float: left;
}

.rightsubmitbtn {
    float: right;
}

span.checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #d2d2d2;
}

label.custom-checkbox {
    position: relative;
    padding-left: 30px;
}

label.custom-checkbox input#accept_terms {
    opacity: 0;
    position: absolute;
    left: 0;
}

label.custom-checkbox input#accept_terms:checked+.checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 2px;
    top: 3px;
    color: #d9212b;
}

label.custom-checkbox input#accept_terms:checked+.checkmark {
    border-color: #d9212b;
}

.rightsubmitbtn button {
    background-color: #4eabeb;
    color: #fff;
    padding: 15px 45px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #4eabeb;
    cursor: pointer;
    outline: 0;
}

.rightsubmitbtn button:hover {
    color: #4eabeb;
    background-color: transparent;
}

.form-group span.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 12px;
}

.full-widthcheck span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 10px;
}

.leftcheckbox span {
    cursor: pointer;
}

span.selectarrow {
    display: block;
    position: relative;
}

span.selectarrow:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 16px;
}

.policytext h2 {
    font-size: 20px;
    color: #022081;
    font-weight: 600;
    position: relative;
    margin: 0 0 20px 0 !important;
    padding-left: 45px;
    background-image: url(../images/policy-icon.png);
    background-repeat: no-repeat;
    min-height: 45px;
    padding-top: 4px;
    border-bottom: 1px solid #d2d2d2;
}

.policysidebar p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 40px;
}

.bottomimgpolicy * {
    min-width: 100%;
}

.policysidebar .vc_column-inner {
    padding: 30px 30px 0px 30px !important;
}

.registrformleft {
    padding-right: 20px !important;
}

.intranet-form {
    text-align: center;
}

.intranet-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.intranet-field {
    max-width: 400px;
    margin: 0 auto 20px;
}

.intranet-field input {
    border: 1px solid #d2d2d2;
    padding: 10px;
    width: 100%;
    height: 45px;
    font-size: 14px;
    outline: 0;
}

.intranet-submit input#submit-passprotect {
    background-color: #4eabeb;
    color: #fff;
    padding: 15px 45px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #4eabeb;
    cursor: pointer;
    outline: 0;
}

.intranet-submit input#submit-passprotect:hover {
    color: #4eabeb;
    background-color: transparent;
}

.intranet-form .messages {
    display: block;
    margin: 0 0 10px 0;
    color: #d8202a;
    font-size: 14px;
}

.single-btn-inline a {
    display: inline-block;
    text-decoration: none;
    margin: 10px !important;
    cursor: pointer;
    outline: 0;
    padding: 14px 15px;
}

.wrapper-hr-pages {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px !important;
}

.downloads-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.pdf_section li {
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #dadada;
    padding: 15px 0 15px 60px;
    position: relative;
    box-sizing: border-box;
    min-height: 80px;
    line-height: 1.5;
}

.pdf_section li .icon {
    position: absolute;
    left: 0;
    top: 15px;
}

.pdf_section li .title {
    float: left;
    margin: 15px 0 0 0px;
}

.pdf_section li .title h3 {
    margin: 0;
    color: #747474;
    font-size: 16px;
}

.pdf_section li .media {
    float: right;
    margin: 15px 0 0 15px;
}

.pdf_section li .media a {
    background-color: transparent !important;
}

.pdf_section li .media a {
    display: inline-block;
}

.pdf_section li .media a {
    color: #a31c1e;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
}

.pdf_section li .media a:hover {
    color: #303790;
}

.pdf_section li:last-child {
    border: none;
}

#fancybox-content {
    border-radius: 10px;
    box-sizing: border-box !important;
    padding: 15px !important;
    height: 100% !important;
}

#fancybox-content {
    border: 0 !important;
    width: 100% !important;
}

#fancybox-content>div,
#fancybox-content .intranet-form {
    height: 100% !important;
}

#fancybox-wrap {
    max-width: 650px !important;
    height: 400px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

#fancybox-content .intranet-form label {
    margin: 40px 0 0 0;
}

#fancybox-content .intranet-form .intranet-field {
    margin: 40px 0;
}

.intranet-form .intranet-field {
    max-width: 550px;
    width: 100%;
    margin: 60px 0 50px 0;
    display: inline-block;
}

.intranet-form .intranet-submit {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.intranet-submit input {
    background: #4eabea !important;
    min-width: 180px;
    text-align: center;
    color: #fff !important;
    padding: 14px 5px;
    border-radius: 5px;
    border: 1px solid #4eabea !important;
    font-size: 17px;
    outline: 0;
    cursor: pointer;
}

.intranet-submit input:hover {
    background: #fff !important;
    color: #4eabea !important;
}

.intranet-field span.error {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #dd2023;
}

.page-template-video .entry-content {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.video-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
    padding-top: 30px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.video-sec .col {
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 27px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.video-sec .video-btn {
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 248px;
}

.video-sec .video-btn+a {
    display: block;
    cursor: pointer;
}

.video-sec .video-btn img {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    border: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

a.black-text.video-btn:after {
    width: 70px;
    height: 69px;
    content: "";
    background-size: cover;
    pointer-events: none;
    background-image: url(../images/play-video.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-sec .video-btn+a h3 {
    margin: 15px 0 0;
    font-size: 18px;
    color: #242424;
    letter-spacing: 1px;
}

div#myModal {
    display: none;
}

.fade {
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal-backdrop.show {
    opacity: .5 !important;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-dialog {
    max-width: 920px;
    margin: 110px auto;
    padding: 0 20px;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.video-modal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 999;
    font-weight: normal;
    color: #ccc;
    opacity: 1;
    border-radius: 60%;
    border: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.embed-responsive {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    border: 30px solid #fff;
    background: #fff;
}

.video-modal .close span {
    margin-top: -2px;
    display: block;
    margin-right: -2px;
    color: #a31d1e;
}

.embed-responsive video#vedioss {
    width: 100%;
}

.video-sec .col .col-md-4 {
    width: 100%;
    float: none;
    padding: 0;
}

.joblistwraper {
    padding: 5% 8%;
    overflow: hidden;
}

.jobdetailleft h2 {
    font-size: 35px;
    color: #303696;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}

.jobdetailleft h3,
.jobdetailleft h4,
.jobdetailleft h5,
.jobdetailleft h6 {
    color: #303696;
    font-weight: 600;
    margin-bottom: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.jobdetailleft h3 {
    font-size: 18px;
}

.jobdetailleft h4 {
    font-size: 16px;
}

.jobdetailleft h5 {
    font-size: 14px;
}

.jobdetailleft h6 {
    font-size: 12px;
}

.jobcontent {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.jobdetailleft p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-bottom: 20px;
}

.jobdetailleft ul li {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.jobdetailleft ul {
    margin-bottom: 20px;
}

.jobdetailleft {
    float: left;
    width: 75%;
    padding-right: 40px;
}

.jonleftinner {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    padding: 30px;
}

.job-data {
    float: left;
    width: 25%;
}

.titlebottonjoblist ul li {
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    color: #333;
}

.titlebottonjoblist ul li i {
    margin-right: 5px;
}

.saleryamount {
    font-size: 30px;
    font-weight: 600;
    color: #52c552;
    margin: 0 0 15px 0;
}

.saleryamount span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

.job-data .wpbb-job-data__wrapper {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 40px;
}

.job-data .wpbb-job-data__wrapper h3.wpbb-job-data__title,
.job-data .wpbb-application-form__wrapper h3 {
    color: #303696;
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d8e3;
    padding-bottom: 15px;
}

.job-data .wpbb-job-data__wrapper .wpbb-job-data span.label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.job-data .wpbb-job-data__wrapper .wpbb-job-data span.label span.value {
    display: block;
    margin-bottom: 10px;
}

.job-data .wpbb-job-data__field.wpbb-job-data__field--job-type span.value {
    margin: 0;
}

.job-data .wpbb-job-data__wrapper .wpbb-job-data span.value {
    display: block;
    margin-bottom: 20px;
    color: #7a7a7a;
}

.job-data .wpbb-application-form__wrapper {
    background-color: #f4f4ff;
    padding: 20px 30px;
}

.job-data .wpbb-application-field .wpbb-input-text,
.job-data .wpbb-application-field .wpbb-input-email,
.job-data .wpbb-application-field .wpbb-input-textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 2px solid #e9ebfb;
    border-radius: 6px;
    min-height: 40px;
    margin-top: 5px;
    outline: 0;
    box-shadow: 0 0 0;
    -webkit-appearance: none;
    box-shadow: none;
}

.job-data .wpbb-application-field .wpbb-input-textarea {
    resize: none;
    height: 100px;
    overflow-y: hidden;
}

.job-data .wpbb-application-field {
    margin-bottom: 15px;
}

.job-data .wpbb-application-field p.wpbb-application-field__description {
    display: none;
}

.job-data .wpbb-application-field .wpbb-field-error {
    color: red;
    font-size: 14px;
    margin: 5px 0 0 2px;
    line-height: 1.2;
    display: block;

}

.job-data .wpbb-application-field span.wpbb-field-label {
    font-weight: 600;
    font-size: 14px;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox span.wpbb-field-label {
    position: relative;
    padding-left: 25px;
    display: block;
    line-height: 1.5;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox label.wpbb-label.required {
    position: relative;
    display: block;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox span.wpbb-field-label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    border: 2px solid #d2d2d2;
    background-color: #fff;
    left: 0;
    top: 2px;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox span.wpbb-field-label a {
    color: #00b4ff;
    text-decoration: none;
    border-bottom: 1px solid #00b4ff;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox span.wpbb-field-label a:hover {
    color: #d8212c;
    border-bottom: 1px solid #d8212c;
}

.job-data .wpbb-input-submit {
    background-color: #de2028;
    color: #fff;
    margin: 40px 0 5px 0;
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #de2028;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
}

.job-data .wpbb-input-submit:hover {
    background-color: transparent;
    color: #de2028;
}

.job-data .wpbb-application-field.wpbb-application-field-file .wpbb-input-file {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 40px;
    width: 130px;
    cursor: pointer;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox span.required-symbol {
    display: none;
}

.job-data .wpbb-application-field.wpbb-application-field-checkbox input:checked+span.wpbb-field-label:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 10px;
    color: #d2d2d2;
}

p.cv-text {
    font-size: 13px;
    color: #666;
    margin: 5px 0;
    line-height: 1.5;
}

span.cv-upload span {
    display: none;
}

.fake-file-custom b {
    width: 130px;
    background-color: #323696;
    color: #fff;
    font-size: 13px;
    padding: 14px 15px;
    display: inline-block;
    border-radius: 55px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.fake-file-custom input {
    border: 0;
    background-color: transparent;
    width: 100%;
    margin-top: 10px;
    outline: 0;
    color: #666;
    padding-left: 5px;
}

span.cv-upload {
    display: block;
    margin: 10px 0 20px 0;
}

.job-data .wpbb-job-data__field.wpbb-job-data__field--job-industry,
.job-data .wpbb-job-data__field.wpbb-job-data__field--job-location,
.job-data .wpbb-job-data__field.wpbb-job-data__field--salary-display {
    display: none;
}

.jobsmainwrapper {
    overflow: hidden;
    padding: 5% 8%;
}

.jobsleftwrper {
    float: left;
    width: 75%;
    padding-right: 40px;
}

.jobsfilterright {
    float: left;
    width: 25%;
}

.top-jobs-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
}

.top-jobs-section .jobboxtop {
    display: grid;
    width: 50%;
    float: left;
    padding: 0 20px;
}

.top-jobs-section .jobboxtop .jobboxtopinner {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    padding: 30px;
}

.job-title h3 a {
    color: #303696;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
}

.job-title .titlebottonjoblist {
    margin-bottom: 10px;
}

.jobsleftwrper .job-short-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0;
}

.job-title .titlebottonjoblist ul li {
    font-size: 14px;
}

.read-more-text a {
    background: #4eabea;
    min-width: 150px;
    text-align: center;
    color: #fff;
    padding: 14px 5px;
    border-radius: 5px;
    border: 1px solid #4eabea;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

.read-more-text a:hover {
    background: #fff !important;
    color: #4eabea !important;
}

.morejoblistbox {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
    padding: 10px 10px 25px 10px;
}

.morejobtitile {
    padding: 10px 10px 25px 10px;
    font-size: 20px;
}

.morejoblistbox .read-more-text a {
    background-color: transparent;
    border-color: #b1b1b1;
    color: #8c8c8c;
}

.morejoblistbox .read-more-text a:hover {
    background: #4eabea;
    border: 1px solid #4eabea;
    color: #fff;
}

.topjoblisttitle h2 {
    color: #303696;
    font-size: 35px;
    padding: 5px 5px 30px;
    font-weight: 600;
}

.message-job {
    color: #089e0f;
    font-size: 14px;
}

.nomorejobs {
    color: #d7212d;
    border: 1px solid #d6212f;
    font-size: 14px;
    padding: 15px;
    display: inline-block;
    margin-left: 10px;
}

.jobsfilterright form#top_search {
    position: relative;
}

.jobsfilterright form#top_search input.title_text {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    height: 45px;
    font-size: 14px;
    outline: 0;
    padding-right: 35px;
}

.jobsfilterright form#top_search button.top-search-btn {
    position: absolute;
    right: 2px;
    border: 0;
    width: 40px;
    top: 0px;
    padding: 0;
    height: 45px;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
}

.top-search-error {
    font-size: 14px;
    color: #d8212b;
    margin-top: 5px;
}

.jobsfilterright form#top_search button.top-search-btn span {
    font-size: 0;
}

.jobsfilterright form#top_search button.top-search-btn span i.fas.fa-search {
    font-size: 22px;
}

form#banner-search-job-listing {
    background-color: #f4f4ff;
    margin-top: 30px;
    padding: 30px;
}

form#banner-search-job-listing h4 {
    font-size: 18px;
    font-weight: 500;
    color: #2d317f;
    border-bottom: 1px solid #e4e3f3;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.job-listing-inner-search-jobs .form-group input,
.job-listing-inner-search-jobs .form-group select {
    display: block;
    width: 100%;
    padding: 10px;
    border: 2px solid #e9ebfb;
    border-radius: 6px;
    min-height: 40px;
    margin-top: 5px;
    outline: 0;
    color: #7b7b7b;
    -webkit-appearance: none;
}

.job-listing-inner-search-jobs span.selectarrow:after {
    content: "\f0d7";
    color: #7f7f7f;
}

.job-listing-search-form-field.search button.joblisting-search-btn {
    background-color: #de2028;
    color: #fff;
    margin: 10px 0 5px 0;
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #de2028;
    cursor: pointer;
    outline: 0;
}

.job-listing-search-form-field.search button.joblisting-search-btn:hover {
    background-color: transparent;
    color: #de2028;
}

.job-listing-inner-search-jobs .search-error {
    color: #d8202a;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
    border-radius: 0;
}

.mapsectioncontact {
    max-width: 285px;
}

.mapsectioncontact h1#locationimage img {
    max-width: 280px;
    min-width: 100%;
    overflow: hidden;
}

.mapsectioncontact h1#locationimage {
    max-height: 105px;
    overflow: hidden;
    margin-bottom: 0px;
}

button.gm-ui-hover-effect {
    background-color: rgb(255, 255, 255) !important;
    right: 0 !important;
    top: 0px !important;
    opacity: 1;
    border-radius: 50%;
}

p.mapaddress {
    font-size: 14px;
    padding: 15px 0 15px;
    position: relative;
    padding-left: 40px;
    font-weight: 400;
}

p.mapaddress i.fas.fa-map-marker-alt {
    position: absolute;
    left: 20px;
    top: 17px;
}

.mapsectioncontact ul {
    padding: 0 40px 20px;
    margin: 0;
    list-style: none;
}

.mapsectioncontact ul li {
    display: inline-block;
}

.mapsectioncontact ul li a {
    color: white;
    font-size: 20px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background-color: #4871ae;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 1.5;
}

.mapsectioncontact ul li:nth-child(2) a {
    background-color: #01c1f7;
}

.mapsectioncontact ul li:nth-child(3) a {
    background-color: #4b4b4b;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.jobs_load_more button.job_loadmore_btn,
.jobs_load_more button.loadmore_news {
    color: #989898;
    padding: 15px 50px;
    font-size: 16px;
    background-color: #e5e5e5;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    outline: 0;
}

.jobs_load_more {
    text-align: center;
}

.jobs_load_more button.job_loadmore_btn:hover,
.jobs_load_more button.loadmore_news:hover {
    background-color: #d8202b;
    color: #fff;
}

.contactmap {
    height: 700px;
}

div#videoaboutpage video {
    width: 100%;
}

div#video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div#video-overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 90px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    cursor: pointer;
}

div#video-overlay i.far.fa-pause-circle {
    display: none;
}

div#video-overlay.playvideo i.far.fa-play-circle {
    display: none;
}

div#video-overlay.playvideo i.far.fa-pause-circle {
    display: block;
    opacity: 0;
}

div#video-overlay.playvideo:hover i.far.fa-pause-circle {
    opacity: 1;
}

.playpusevideo {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 130px;
    bottom: 80px;
    background-repeat: no-repeat;
    background-image: url(../images/video-play-icon.png);
    background-position: -150px -10px;
    cursor: pointer;
    z-index: 2;
}

.playpusevideo.playvideoicon {
    background-position: -7px -10px;
}

.footer-column.one p a {
    color: #fff;
}

.full-img {
    overflow: hidden;
    /* min-height: 800px !important;*/
}

.minheight {
    min-height: 850px !important;
}

.home-search-form-wrapper2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
}

.home-inner-search-jobs2 h4 {
    color: #fff;
    font-size: 17px;
}

.home-search-form-wrapper2 .home-search-form-field2.select {
    position: relative;
}

.home-search-form-wrapper2 .home-search-form-field2 {
    width: 25%;
    margin-right: 20px;
    position: relative;
}

.home-search-form-wrapper2 .home-search-form-field2.select:before {
    position: absolute;
    content: "";
    font-weight: 900;
    top: 49%;
    right: 14px;
    color: #232323;
    font-size: 22px;
    z-index: 9;
    cursor: pointer;
    pointer-events: none;
    background-image: url(../images/down-arrow-icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
}

.home-search-form-wrapper2 .home-search-form-field2.select span.select2.select2-container.select2-container--default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    padding: 0;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    width: 100% !important;
    margin-right: 20px;
    color: #2c2c2c;
    font-size: 16px;
    border: 0px solid transparent;
    outline: 0;
    cursor: pointer;
    margin: 0;
}

.home-search-form-wrapper2 .home-search-form-field2.select span.select2.select2-container.select2-container--default span.select2-selection__arrow {
    display: none;
}

.home-search-form-wrapper2 .home-search-form-field2.select span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
    background: rgba(255, 255, 255, 0.75);
    height: 58px;
    outline: 0;
    border: 0;
}

.home-search-form-wrapper2 .home-search-form-field2.select span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 3.5;
    padding: 0px 40px 0 40px;
}

.home-search-form-field2.search .search-btn {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    vertical-align: top;
}

.home-search-form-field2 .search-btn span {
    background: transparent;
    -webkit-appearance: none;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 18px 30px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    outline: 0;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    letter-spacing: 3px;
}

.home-search-form-wrapper2 .home-search-form-field2.select:after {
    top: 49%;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-search-form-wrapper2 .home-search-form-field2.select.job:after {
    background-image: url(../images/job-icon.png);
}

.home-search-form-wrapper2 .home-search-form-field2.select.location:after {
    background-image: url(../images/location-icon.png);
}

.home-search-form-wrapper2 .home-search-form-field2.select.category:after {
    background-image: url(../images/category-icon.png);
}

.colomrowsetting .wpb_single_image figure.wpb_wrapper.vc_figure {
    min-height: 80px;
}

.bold-text li {
    font-weight: 500;
}

.titlebottonjoblist ul li:after {
    content: "|";
    padding-left: 12px;
}

.titlebottonjoblist ul li:last-child:after {
    display: none;
}

.menu-social-media-container ul li a {
    display: block;
}

.driving-lsit ul li {
    color: #fff;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 15px;
}

.driving-lsit ul li:before {
    content: "";
    width: 8px;
    font-size: 0 !important;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 6px !important;
}

.wrapper-resourse {
    max-width: 1140px;
    margin: 0 auto !important;
    padding: 40px 15px 50px!important;
}

.wrapper-resourse .common-style.about-home h5 {
    display: table;
    margin: 0 auto;
}

.common-style.about-home .wrapper-resourse h5 {
    display: table;
    margin: 0 auto;
}

.whitpdficon {
    background-image: url('../images/pdf-icon-white.png');
    width: 38px;
    height: 49px;
    display: block;
    background-repeat: no-repeat;
}

.resources_pdf-inner {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.resources_pdf-inner-block {
    border: 1px solid rgba(255, 255, 255, .63);
    border-radius: 6px;
    padding: 25px;
    margin: 10px !important;
    background-color: rgba(255, 255, 255, .18);
}

.resources_pdf-inner-block * {
    outline: 0;
}

.resources_pdf-inner-block a {
    text-decoration: none;
}

.resources_pdf-inner-block h2 {
    font-size: 18px!important;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

.resources_pdf-inner-block p {
    font-size: 14px !important;
}

.resources_pdf-container .slick-slide>div:first-child .resources_pdf-inner:first-child {
    margin-top: 50px;
}

.resources_pdf-container .slick-slide>div:first-child .resources_pdf-inner:nth-child(2) {
    margin-top: 25px;
}

.resources_pdf-container .slick-slide>div:last-child .resources_pdf-inner:nth-child(2) {
    margin-top: -25px;
}

.resources_pdf-container .slick-slide>div:last-child .resources_pdf-inner:nth-child(3) {
    margin-top: -50px;
}

.resources_pdf-container ul.slick-dots {
    text-align: right;
    position: absolute;
    bottom: -50px;
}

.resources_pdf-container ul.slick-dots li:before {
    content: "";
    font-size: 0;
}

.resources_pdf-container ul.slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 0;
}

.resources_pdf-container ul.slick-dots li.slick-active button {
    background-color: #fff;
}

.resources_pdf-container button.slick-prev.slick-arrow {
    background-position: 0 -173px;
}

.resources_pdf-container button.slick-next.slick-arrow {
    background-position: 0 -247px;
}

.resources_pdf-container button.slick-next.slick-arrow:hover {
    background-position: 0px -210px;
}

.resources_pdf-container button.slick-prev.slick-arrow:hover {
    background-position: 0 -136px;
}

.location_address-container {
    background-color: #4eaceb;
    text-align: center;
    color: #fff;
}
.location_address-inner {
    width: 255px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: top;
        margin: 20px 0;
}

.contactmapicon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 24px!important;
    line-height: 40px !important;
    margin-bottom: 10px;
}

.location_address-inner-block h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.contactlocadress {
    font-size: 14px;
    line-height: 1.5;
}

span.contactmapiconinline.fa.fa-map-marker {
    display: inline-block;
    margin-right: 3px;
}

.contactnoloc a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.contactnoloc {
    margin-top: 10px;
}

.common-style h4.form-heading {
    text-align: center;
    max-width: 100%;
}
h4.form-heading.border-title {
    border: 1px solid;
    padding: 5px;
    display: table;
        margin-bottom: 20px;
}
.rowmain {
    overflow: hidden;
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col6 {
    float: left;
    width: 50%;
    padding: 5px 15px;
    border: 1px solid;
}

.col6 p {
    padding: 0;
}

.col6:first-child {
    border-right: 0;
}
.col6 label b {
    font-weight: bold;
}
.marginbtm {
    margin-bottom: 20px;
}
.col6.colmw5 {
    width: 45%;
}

.col6.colmw7 {
    width: 55%;
}
.borderbtmzer .col6 {
    border-bottom: 0;
}
.blocklabel label {
    display: block;
    font-size: 12px;
}
.col6 label {
    font-size: 12px;
}
.col6 label {
    font-size: 12px;
        font-weight: normal;
}

.blocklabel .col6 {
    border: 0;
       padding: 2px;
}

.blocklabel .rowmain {
    margin: 0;
}
.col6.colmw5.blocklabel {
    padding: 5px 15px;
}
.col6.colmw12 {
    width: 100%;
    border-right: 1px solid;
}

span.inputform {
    vertical-align: middle;
}

span.inputform textarea {
    width: calc(100% - 200px);
}
hr.borderbtn1 {
    margin: 10px -15px;
    border-top: 1px solid #000;
    height: 1px;
}
.blockstyle{
    display: block;
    width: 100%;
}
span.inputform input, span.inputform textarea {
    background-color: #f1f4ff;
   border: 1px solid #d2d2d2;
    resize: none;
    min-height: 35px;
        width: 100%;
}
.col6.colmw4min label {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}
.col6.colmw8 {
    width: 75%;
}

.col6.colmw4 {
    width: 33.3%;
}
.col6.colmw2 {
    width: 12.5%;
}
.borderrightzero {
    border-right: 0 !important;
}
span.checkboxs label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.largerlabel label {
    width: calc(100% - 45px);
}
span.checkboxs input {
   width: 15px;
    height: 15px;
    vertical-align: middle;
    border: 1px solid #000;
}
.borderzeroimp{
    border: 0 !important;
}
.itlicstyle{
    font-style: italic;
    line-height: 1.2;
}
.step-form-wrap .step-wrap b{
    font-weight: bold;
}
.text-center {
    text-align: center;
}

.font-larger label {
    font-size: 20px;
    margin: 0 !important;
    width: 100% !important;
}

.text-center {

    text-align: center;
}
table.apptidudetable {
    width: 100%;
    margin: 20px auto;
}

table.apptidudetable td table.apptidudetable th {
    padding: 10px !important;
}

table.apptidudetable tr td, table.apptidudetable tr th {
    padding: 10px;
    text-align: left;
    border: 1px solid;
    font-size: 14px;
}

table.apptidudetable th {
    background-color: #f9f9f9;
    text-transform: uppercase;
    font-weight: 600;
}
.step-wrap.aptitude-test .rowmain {
    margin-left: 0;
    margin-right: 0;
}
/*.maxwid80 .col6.colmw12 {
    max-width: 800px;
    margin: 0 auto;
}*/
.col6.colmw4min {
    width: 25%;
}
.input100 span.inputform input {
    width: 100%;
}
.paddingbtnzero{
    padding-bottom: 0 !important;
}
.col6.colmin5 {
    width: 20%;
}
.checkboxcol {
       border: 1px solid #000;
    text-align: center;
    width: 9%;
    border-right: 0;
}
span.dottedinput input {
    border: 0;
    border-bottom: 1px dotted;
    outline: 0;
        min-height: 35px;
    background-color: #f1f4ff;
}
.checkboxcol label {
    display: block;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 5px 15px;
}
.checkboxcol:last-child {border: 1px solid #000;}
.bordercheckboxright {
    float: right;
    width: 30px;
    height: 30px;
    border-left: 1px solid;
       margin: -5px -20px;
}
.stepper-wrap ul li:before {
    display: none;
}

.stepper-wrap ul li {
    padding-left: 0;
    line-height: 1.5;
    color: #333;
}
.stepper-wrap ul{
    padding-left: 15px;
}
.zerofieldpadded .col6 {
    padding: 0;
}
input.agree {
    min-height: 35px;
    background-color: #f1f4ff;
    border: 1px solid #d2d2d2;
}
.inlinechekbox span.checkboxs label {
    margin: 0;
}

.inlinechekbox span.checkboxs {
    margin-left: 20px;
}

.olliststyle ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.olliststyle li {
  display: table;
  counter-increment: item;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.olliststyle li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.olliststyle li li {
       margin: 0 0 10px 0;
}

.olliststyle li li:before {
    content: counters(item, ".") " ";
}

.step-form-wrap.common-style a {
    padding: 0;
}
.wdinputlst input {
    width: 100%;
}
select::-ms-expand {
    display: none;
}

.post-type-archive-wpbb_job .job-listing-inner-search-jobs .job-listing-search-form-field.category span.selectarrow:after,
.post-type-archive-wpbb_job .job-listing-inner-search-jobs .job-listing-search-form-field.location span.selectarrow:after {
    display: none;
}


/**Register Form**/

.step-form-wrap .form-inner-wrapper {
    padding: 0px;
}

.step-form-wrap .form-inner-wrapper h4.form-heading {
    max-width: 100%;
    text-align: center;
}

.step-form-wrap .form-inner-wrapper p a {
    padding: 0;
        color: #d91d27;
    word-break: break-word;
}

.step-form-wrap .form-inner-wrapper .table-wrap {
    padding: 20px 0;
}

.listing-wrap .innter-wrap .c_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-bottom: none;
}

.listing-wrap .innter-wrap .c_row:last-of-type {
    border-bottom: 1px solid #000;
}

.listing-wrap .innter-wrap .c_row .c_col.heading {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.listing-wrap .innter-wrap .c_row .c_col.text {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    border-left: 1px solid;
}

.listing-wrap .innter-wrap .c_row .c_col p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.listing-wrap .innter-wrap .c_row .c_col {
    padding: 10px;
}

.listing-wrap .innter-wrap .c_row .c_col p:not(:last-of-type) {
    margin: 0 0 5px;
}

.listing-wrap .innter-wrap .c_row .c_col.text.full-width {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
}

.listing-wrap .innter-wrap .c_row .c_col.text.full-width .inner-heading {
    margin: 20px 0 10px 0;
}

.listing-wrap .innter-wrap .c_row .c_col.text.full-width .inner-heading h3 {
    font-weight: 600;
    font-size: 25px;
    border-bottom: 3px solid #000;
    display: inline-block;
    padding: 0 0 5px 0;
}

.listing-wrap .innter-wrap .c_row .c_col.text.full-width .price-table img {
    max-width: 100%;
    width: 100%;
}

.listing-wrap .innter-wrap .c_row .c_col .text-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.listing-wrap .innter-wrap .c_row .c_col .text-wrap .text-inner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.step-form-wrap p {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
}
.step-form-wrap label {
       line-height: 1.4;
    display: block;
    margin-bottom: 5px;
    word-break: break-word;
}
.step-form-wrap h3{
    font-size: 22px;
}
.step-form-wrap .text-fie {
    position: relative;
}
.step-form-wrap .text-fie span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
}
span.sign_date {
position: relative;
margin-left: 10px;
display: inline-block;
}
span.sign_worker { position: relative;
        margin-bottom: 30px;
    display: inline-block;
}
.driving-data-error, .industrial-data-error {
    color:#f00;
        font-size: 12px;
}
.step-form-wrap .text-fie p {
    padding: 0;
}

.step-form-wrap .step-wrap {
    margin: 0 0 50px 0;
}

.step-form-wrap .text-fie p input.signedby {
    width: 100%;
    max-width: 250px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px 10px;
    outline: none;
    font: inherit;
    line-height: 1;
}

.step-form-wrap .text-fie p input.datei {
    width: 100%;
    max-width: 250px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px 10px;
    outline: none;
    font: inherit;
    line-height: 1;
}

.step-form-wrap .staffing-buttons.inli {
    margin: 30px 0 0 0;
}

.staffing-buttons.mb-20 {
    margin-bottom: 20px;
}

.step-form-wrap .step-wrap .staffing-buttons .KIDbutton {
    display: inline-block;
    text-decoration: none;
    padding: 14px 35px;
      margin: 0 20px 10px 0;
}
.step-form-wrap .step-wrap .staffing-buttons .Drivebutton {
    display: inline-block;
    text-decoration: none;
    padding: 14px 35px;
      margin: 0 20px 10px 0;
}
.submitbtnrgform, .Drivebutton {
  background: #4eabea !important;
    min-width: 180px;
    text-align: center;
    color: #fff !important;
    padding: 14px 5px !important;
    border-radius: 5px;
    border: 1px solid #4eabea !important;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.submitbtnrgform:hover .Drivebutton:hover {
    background-color: #fff !important;
    color: #4eabea !important;
}
.step-form-wrap p.inlinechekbox label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.step-form-wrap p.inlinechekbox input {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.inlinechekbox span.checkboxs + .radio {
    margin-left: 15px;
}
.responsivemobile {
    margin-bottom: 10px;
}
/*Aug 23 css end*/

/****corona form css**/

.rowmain.marginbtm.labelbtnmargin {
    padding: 0 15px;
}

.rowmain.marginbtm.labelbtnmargin p {
    padding-bottom: 10px;
}
.col6.colmw3 {
    width: 16.6%;
    float: left;
}

.rowmain.marginbtm.labelbtnmargin span.checkboxs {display: block;text-align: center;margin: 10px;}

.rowmain.marginbtm.labelbtnmargin span.checkboxs label {
    margin-bottom: 0;
    min-width: 40px;
    margin-right: 0;
    text-align: left;
}
.rowmain.marginbtm.labelbtnmargin ul li {
    font-size: 11px;
    margin-bottom: 5px;
}

.rowmain.marginbtm.labelbtnmargin ul {
    margin: 0;
}
.col6.colmw8new{
    width: 66.6%;
}
.rowmain.marginbtm.labelbtnmargin span.wpcf7-not-valid-tip {
    font-size: 11px;
}
span.corona-data-error {
    color: red;
     font-size: 11px;
}
.rowmain.marginbtm.labelbtnmargin input {
    padding: 0 10px;
}
.step-form-wrap.common-style .staffing-buttons a {
    padding: 14px 5px;
    text-decoration: none;
        display: inline-block;
        margin-bottom: 10px;
}
.step-form-wrap.common-style p a {
    color: #dd1c23;
    text-decoration: none;
        word-break: break-word;
}
span.checkboxs.largerlabel input[type="checkbox"] {
    display: inline-block;
}
span.wpcf7-not-valid-tip{
    font-size: 12px;
        margin-top: 2px;
}
html body .step-form-wrap.common-style .staffing-buttons a.active {
    color: #4eabea !important;
    background: #ffffff!important;
}
.industrial_occupational_pension_validation + span.wpcf7-not-valid-tip {
    margin-top: -15px;
    margin-bottom: 20px;
    text-align: right;
}
span.contactmapiconinline.fa.fa-phone {
    transform: rotate(95deg) !important;
    font-size: 13px;
}
.contact-address-list .vc_icon_element-inner span.fa-phone:before {
    transform: rotate(94deg);
    font-size: 15px !important;
}
/****corona form css**/


/*Responsive*/

@media only screen and (min-width: 1990px) {
    .footer-column.one p,
    .footer-column.four ul li h4,
    .footer-column.four ul li,
    .footer-column.four ul li a {
        font-size: 16px;
    }
    .footer-column.two ul li a,
    .footer-column.three ul li a {
        font-size: 16px;
    }
    .footer-column.four ul li h4 {
        font-size: 18px;
    }
    .footer-column.four ul li p {
        font-size: 16px;
    }
    .common-style p {
        font-size: 18px;
    }
    .inner-banner-content p {
        font-size: 18px;
    }
    .common-style p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1599px) {
    .footer-column.five ul li {
        /* margin-right: 16px; */
        margin-right: 8px;
    }
    body .padding-110 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .relationship-sec ul li {
        font-size: 14px;
        padding: 15px;
    }
}

@media only screen and (max-width: 1367px) {
    .common-style h2 {
        font-size: 42px;
    }
    .common-style p a {
        padding: 8px 25px;
    }
    .common-style h3 {
        font-size: 32px;
    }
    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {
        bottom: -60px;
    }
    .footer-column.five ul li {
        margin-right: 5px;
    }
    .full-img .vc_single_image-wrapper {
        min-height: 755px;
    }
    .our-mission ul {
        margin: 20px -7px 0;
    }
    .our-mission ul li {
        padding: 20px 10px 15px;
        line-height: 1.6;
    }
    .our-mission ul li img {
        margin: 0 auto 10px!important;
    }
    .director-sec {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }
    .director-sec p {
        font-size: 16px;
        margin-top: 14px;
    }
    .inner-banner-content {
        top: 65%;
    }
    .inner-banner.about-banner .inner-banner-content {
        top: 60%;
    }
    .about-staffing .vc_column-inner {
        padding-top: 45px!important;
        padding-right: 40px!important;
        padding-bottom: 38px!important;
        padding-left: 40px!important;
    }
    .about-staffing h3 {
        font-size: 24px;
    }
    .about-staffing img {
        max-width: 70px!important;
    }
    .qualitie-inner-block,
    .qualitie-wrapper {
        height: 740px!important;
    }
    .industrial-contact .staffing-buttons {
        margin-top: 20px;
    }
    .industrial-contact {
        padding-bottom: 65px!important;
    }
    .advantage-list h4 {
        font-size: 20px;
    }
    .objective-list .vc_col-sm-3 {
        padding: 25px 15px;
    }
    .relationship-sec ul li {
        font-size: 13px;
    }
    body .padding-110.relationship-sec {
        padding-left: 30px!important;
    }
    .rightpostcontent h3 a {
        font-size: 13px;
    }
    span.posteddate {
        font-size: 12px;
    }
}

.newlsleftcontent p a {
    color: #d8212c;
    text-decoration: none;
}

.newlsleftcontent p a:hover {
    text-decoration: underline;
}

.newlsleftcontent img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.comment-author img.avatar {
    width: 80px;
    height: 80px;
}
.latestnews-container ul li a {
    color: #7e7f82;
    text-decoration: none;
}

.latestnews-container ul li {
    margin-bottom: 25px;
    color: #7e7f82;
    font-weight: 600;
}

.latestnews-container ul li:hover,
.latestnews-container ul li a:hover {
    color: #333;
}

.newsimage {
    max-height: 550px;
}

.newsimage img {
    max-width: 100%;
    max-height: 100%;
}
table.tablewidthmb td {
    font-size: 12px;
    padding: 5px;
}

span.checkboxs.largerlabel label {
    width: 100%;
    text-align: center;
    margin: 0;
}

span.checkboxs.largerlabel input {
    margin: 5px auto;
    display: block;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .home-search-form-field.search .search-btn {
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1280px) {
    .footer-column:nth-child(2),
    .footer-column:nth-child(3),
    .footer-column:nth-child(4) {
        width: 25%;
        padding: 0 30px 30px;
    }
    .footer-column.one {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-column.five {
        width: 25%;
        text-align: center;
    }
    .common-style h2,
    .director-sec h3 {
        font-size: 35px;
    }
    .common-style p,
    .job-wrapper .job-short-description {
        font-size: 14px;
    }
    .common-style .staffing-buttons a {
        padding: 12px 25px;
    }
    .common-style h3 {
        font-size: 25px;
    }
    .footer-main-wrapper {
        padding: 50px 0;
    }
    .training-logo img {
        max-width: 220px !important;
    }
    .inner-banner.about-banner .inner-banner-img {
        height: 390px;
    }
    .advantage-list .vc_column-inner {
        padding: 50px 25px!important;
    }
    .advantage-list h4 {
        font-size: 18px;
    }
    .industrial-contact {
        padding-top: 60px !important;
        padding-bottom: 40px!important;
    }
    .our-mission ul li {
        width: 29.5%;
    }
    .full-img .vc_single_image-wrapper {
        min-height: 720px;
    }
    .objective-list .vc_col-sm-3 {
        padding: 20px 10px;
    }
    .timlinebox {
        width: 345px;
    }
    .timlinesecion {
        max-width: 940px;
    }
    .timlinebox:nth-child(even):after {
        right: -126px;
    }
    .timlinebox:after {
        left: -125px;
    }
    .timelineyear {
        width: 90px;
        height: 90px;
        font-size: 26px;
    }
    .joblistwraper {
        padding: 5% 4%;
    }
    .jobsmainwrapper {
        padding: 5%;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-column h2 {
        margin-bottom: 20px;
    }
    .home-search-form-field span {
        letter-spacing: 1px;
        padding: 18px 10px;
    }
    .jobdetailleft h2 {
        font-size: 28px;
    }
    .newsimage {
        width: 100%;
        max-height: 100%;
    }
    .newscontent {
        width: 100%;
    }
    .newsbox {
        flex-wrap: wrap;
    }
    .header-main-wrapper ul li {
        width: 100%;
        border: 0 !important;
        padding-bottom: 10px;
    }
    .header-main-wrapper ul li:last-child {
        padding-bottom: 0;
    }
    .footer-column:nth-child(2),
    .footer-column:nth-child(3),
    .footer-column:nth-child(4) {
        width: 33.33%;
        padding: 0 30px 30px;
    }
    .footer-column.one {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-column.five {
        width: 100%;
        text-align: center;
    }
    body .padding-110 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    body .padding-60 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .home-position-wrapper h1,
    .inner-banner-content h1 {
        font-size: 40px;
    }
    .about-staffing .vc_column-inner {
        padding-right: 20px!important;
        padding-bottom: 30px!important;
        padding-left: 20px!important;
    }
    .our-mission ul li {
        width: 45%;
        margin: 7px;
    }
    .director-sec {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
    }
    .full-img .vc_single_image-wrapper {
        min-height: auto;
    }
    .objective-list h5 {
        padding-bottom: 5px;
        line-height: initial;
    }
    .contact-form,
    .contact-address-list .vc_col-sm-4 {
        margin-top: 30px;
    }
    .leftpostimg {
        width: 50px;
    }
    .latestnews-inner-block {
        padding-left: 60px;
        margin-bottom: 10px;
    }
    .rightpostcontent h3 a {
        font-size: 12px;
    }
    span.posteddate {
        font-size: 10px;
    }
    .blogsection .vc_col-sm-9 {
        width: 60%;
    }
    .blogsection .vc_col-sm-3 {
        width: 40%;
    }
    .newstitleconten h2 a {
        font-size: 22px;
    }
    .newlsleftcontent p,
    .newlsleftcontent li {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .jobsleftwrper {
        width: 70%;
    }
    .jobsfilterright {
        width: 30%;
    }
}

@media only screen and (max-width: 1024px) {
    .col-md-6.circulevitate {
        width: 100%;
    }
    .job-title .titlebottonjoblist ul li {
        margin-bottom: 5px;
    }
    .registerpagedesign .registrformleft.vc_col-sm-9 {
        width: 60%;
    }
    .registerpagedesign .policysidebar.vc_col-sm-3 {
        width: 40%;
    }
    .full-img.lg-full-img-auto .wpb_single_image img {
        max-width: 100%;
        position: static;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .break-lg .vc_col-sm-5,
    .break-lg .vc_col-sm-7 {
        width: 100%;
    }
    body .padding-110.relationship-sec {
        padding-left: 40px!important;
    }
    .reverse-lg {
        flex-wrap: wrap-reverse!important;
    }
    .policysection p {
        font-size: 16px;
    }
    .policysection h3 {
        font-size: 28px;
    }
    .home-search-form-field2 .search-btn span {
        letter-spacing: 0;
        padding: 18px 15px;
    }
    .step-form-wrap .form-inner-wrapper .table-wrap {
    padding: 0;
}
.blocklabel .col6 {
    width: 100%;
}
.rowmain.wdinputlst.marginbtm .col6.borderzeroimp.colmw4 {
    width: 100%;
}
.checkboxcol label{
    padding: 5px;
}
.responsivemobile {
    overflow: scroll;
    padding: 0 20px;

        margin: 0 -20px;
}

.responsivemobile .rowmain {
    width: 1024px;
}
.tablewidthmb {
    width: 630px;
}
span.inputform input, span.inputform textarea{
    width: 100%;
}
}

@media only screen and (max-width: 992px) {
    .resources_pdf-container .slick-slide>div:first-child .resources_pdf-inner:first-child,
    .resources_pdf-container .slick-slide>div:first-child .resources_pdf-inner:nth-child(2),
    .resources_pdf-container .slick-slide>div:last-child .resources_pdf-inner:nth-child(2),
    .resources_pdf-container .slick-slide>div:last-child .resources_pdf-inner:nth-child(3) {
        margin-top: 0px;
    }
    .minheight {
        min-height: 0px !important;
    }
    .columreverse {
        flex-direction: column-reverse;
    }
    .min-height-md figure.wpb_wrapper.vc_figure {
        min-height: 560px;
    }
    .paddingtop20 {
        padding: 20px;
    }
    .jobs_load_more button.job_loadmore_btn,
    .jobs_load_more button.loadmore_news {
        margin: 10px 0 40px 0;
    }
    .jobsleftwrper {
        width: 100%;
        padding: 0;
    }
    .jobsfilterright {
        width: 100%;
    }
    .jobdetailleft {
        width: 65%;
    }
    .job-data {
        width: 35%;
    }
    .video-sec .col {
        width: 50%;
    }
    .notfoundsection {
        text-align: center;
        padding: 70px 15px 90px;
    }
    .common-style h5 {
        font-size: 13px;
    }
    .reverse-md {
        flex-wrap: wrap-reverse!important;
    }
    .common-style h2,
    .director-sec h3 {
        font-size: 23px;
    }
    .director-sec p {
        font-size: 14px;
    }
    .common-style p,
    .job-wrapper .job-short-description,
    .common-style ul li,
    .table-scroll td {
        font-size: 13px;
        line-height: 1.7;
    }
    .common-style .staffing-buttons a {
        padding: 10px 20px;
        font-size: 15px;
    }
    .common-style h3 {
        font-size: 20px;
    }
    .common-style p a,
    .common-style.services p a {
        padding: 6px 10px;
        font-size: 14px;
        min-width: 130px;
    }
    .training-logo img {
        max-width: 150px !important;
    }
    .common-style.find-us h2:before {
        width: 60px;
        height: 60px;
        background-position: 9px 9px;
        background-size: 40px;
    }
    .common-style.find-us h2 {
        padding-left: 70px;
    }
    .common-style h4 {
        font-size: 18px;
    }
    .social-respons-images {
        padding: 30px 0 !important;
    }
    .find-us-height .vc_column-inner {
        padding: 10% 5% 10% 19% !important;
    }
    .social-main-wrapper {
        padding: 50px 20px !important;
    }
    .footer-column:nth-child(2),
    .footer-column:nth-child(3),
    .footer-column:nth-child(4) {
        width: 50%;
    }
    .footer-column:nth-child(5) {
        width: 50%;
        text-align: left;
    }
    .footer-main-wrapper {
        padding: 50px 20px 20px;
    }
    .home-search-form-wrapper .home-search-form-field {
        margin-right: 10px;
    }
    .job-img .vc_single_image-wrapper {
        min-height: 650px;
    }
    .job-listing-container button.slick-next.slick-arrow,
    .job-listing-container button.slick-prev.slick-arrow {
        bottom: 7px;
    }
    .job-wrapper .job-title {
        font-size: 20px;
        padding-bottom: 10px;
        margin: 20px 0;
    }
    .search-job-button a {
        padding: 6px 10px;
        font-size: 14px;
        min-width: 130px;
    }
    .break-md .vc_column_container {
        width: 100%;
    }
    .our-mission ul li {
        width: 31%;
        margin: 0 7px;
    }
    .about-staffing p {
        font-size: 13px;
        line-height: 1.7;
    }
    .about-staffing h3 {
        font-size: 20px;
    }
    .about-staffing img {
        max-width: 60px!important;
    }
    .about-staffing .vc_column-inner {
        padding-right: 15px!important;
        padding-bottom: 25px!important;
        padding-left: 15px!important;
        padding-top: 35px!important;
    }
    .about-timeline .staffing-buttons {
        margin-top: 15px!important;
    }
    .director-sec p:nth-child(2) img {
        margin-right: 10px;
    }
    .full-img {
        overflow: hidden;
    }
    .full-img.md-full-img-auto .wpb_single_image img {
        max-width: 100%;
        position: static;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .md-full-img-auto .job-img .vc_single_image-wrapper {
        min-height: auto;
    }
    .advantage-list .vc_col-sm-2 {
        width: 50%;
    }
    .advantage-list .vc_column-inner {
        border: 1px solid #373f57!important;
        margin: -1px;
    }
    .industrial-contact .staffing-buttons {
        margin-bottom: 0;
    }
    .advantage-sec {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }
    #header:before {
        height: 223px;
    }
    .form-style label {
        font-size: 14px;
    }
    .break-md .vc_col-sm-6 {
        width: 100%;
    }
    .newlsleftcontent {
        width: 65%;
    }
    .newsrightcontent {
        width: 35%;
    }
    .newstopsec {
        flex-wrap: wrap;
    }
    .postedby {
        width: 100%;
        padding: 10px 0;
    }
    .postdatecount {
        width: 100%;
        padding: 5px 0;
        line-height: 1.5;
    }
    .timlinesecion {
        max-width: 480px;
    }
    .timlinebox:nth-child(even) .timelineyear {
        right: auto;
        left: -40px;
    }
    .timlinebox:nth-child(even) .timelineyear:before {
        right: auto;
        left: -102%;
    }
    .timlinebox:nth-child(even) .timelineyear:after {
        left: -100%;
        right: auto;
    }
    .timlinebox:nth-child(even):after {
        right: auto;
        left: -125px;
    }
    .timlinebox:nth-child(even) {
        float: right;
        margin: 50px 0;
    }
    .timlinebox {
        margin: 50px 0;
    }
    .col-md-4 {
        width: 100%;
    }
    .col-md-6 {
        width: 100%;
    }
    .col6.colmw8 {
    width: 60%;
}

.col6.colmw2 {
    width: 20%;
    padding: 5px;
    text-align: center;
}

.col6.colmw2 span.checkboxs {
    display: block;
}

.col6.colmw2 span.checkboxs label {
    display: block;
    margin: 0;
    width: 100%;
}

.col6.colmw2 span.checkboxs input {
    margin: 0 auto;
}
.rowmain.borderbtmzer.managewidmb .col6.colmw4min {
    width: 40%;
}
}

@media only screen and (max-width: 767px) {
    .min-height-md figure.wpb_wrapper.vc_figure {
        min-height: 320px;
    }
    .min-heighttext {
        min-height: 0px;
    }
    .colomrowsetting .wpb_single_image figure.wpb_wrapper.vc_figure {
        min-height: 0px;
    }
    .qualitie-content p {
        min-height: 200px;
    }
    div#video-overlay i {
        top: 57%;
        font-size: 30px;
    }
    div#video-overlay.playvideo:hover i.far.fa-pause-circle {
        opacity: 0.5;
    }
    .columreverse {
        flex-direction: column-reverse !important;
    }
    .paddingtop20 {
        padding-top: 20px !important;
    }
    .top-jobs-section .jobboxtop {
        width: 100%;
        margin-bottom: 20px;
    }
    .jobdetailleft {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .jobdetailleft h2 {
        font-size: 20px;
    }
    .job-data .wpbb-job-data__wrapper {
        margin-bottom: 30px;
    }
    .job-data {
        width: 100%;
    }
    .job-data .wpbb-application-form__wrapper {
        padding: 20px;
    }
    .video-sec .col {
        width: 100%;
    }
    .registerpagedesign .registrformleft.vc_col-sm-9,
    .registerpagedesign .policysidebar.vc_col-sm-3 {
        width: 100%;
    }
    .registrformleft {
        padding-right: 0px !important;
    }
    .register-form-wrap h2 {
        font-size: 18px;
        line-height: 1.2;
    }
    .leftcheckbox {
        width: 100%;
        margin-bottom: 20px;
    }
    .rightsubmitbtn {
        width: 100%;
        text-align: right;
    }
    .registerpagedesign .registrformleft.vc_col-sm-9 {
        margin-bottom: 20px !important;
    }
    .upload-fileon .fake-file {
        padding-right: 0;
    }
    .upload-fileon .fake-file b {
        position: static;
        display: block;
        float: right;
        overflow: hidden;
        margin: 10px 0 20px 0;
    }
    .table-scroll {
        width: 100%;
        overflow-x: auto;
    }
    .timelinecontent ul,
    .timelineboxcontent ul {
        padding-left: 40px;
    }
    .timleyear {
        text-align: center;
    }
    .blogsection .vc_col-sm-9,
    .blogsection .vc_col-sm-3,
    .newlsleftcontent,
    .newsrightcontent {
        width: 100%;
    }
    .newlsleftcontent {
        padding: 0;
    }
    .newsrightcontent {
        margin-top: 20px;
    }
    .newscontent {
        padding: 0;
    }
    .policysection .vc_column-inner {
        min-height: 550px;
        padding: 35px !important;
    }
    .policysection .vc_column-inner:after {
        min-height: 550px;
    }
    .about-staffing h4,
    .about-staffing ul {
        text-align: center;
    }
    .footer-main-wrapper {
        padding: 50px 0;
    }
    .footer-column {
        width: 50% !important;
        padding: 0 30px 30px;
    }
    .footer-column.one {
        width: 100% !important;
    }
    .footer-column h2 {
        margin-bottom: 30px;
    }
    .find-us-height .vc_column-inner {
        background-size: auto !important;
        background-position: center !important;
    }
    .find-us-logos-inner-wrapper img {
        margin: 0 auto;
    }
    .find-us-logos-inner-wrapper {
        padding: 0;
    }
    .header-main-wrapper .logo {
        width: 130px;
        top: auto;
        bottom: 10px;
    }
    .header-main-wrapper .logo svg {
        max-width: 170px;
    }
    .header-main-wrapper {
        flex-wrap: wrap;
        padding: 5px 0;
    }
    .header-contact-info {
        width: 85%;
        display: none;
    }
    .header-main-wrapper ul li {
        width: auto !important;
        display: inline-block;
    }
    .header-contact-info ul {
        display: flex;
    }
    .header-main-wrapper ul li a {
        font-size: 11px;
    }
    .container {
        max-width: 96%;
    }
    .header-main-wrapper ul li:before {
        font-size: 10px;
        top: 4px;
    }
    .header-main-wrapper .menu {
        width: 100%;
        /* background: #fff; */
    }
    .header-main-wrapper .menu .toggle {
        width: 38px;
        height: 38px;
    }
    .header-main-wrapper .menu .toggle:before {
        display: none;
    }
    .header-main-wrapper ul li:nth-child(1) {
        margin: 0;
        padding: 0 15px;
    }
    .header-main-wrapper .menu .toggle span:nth-child(1) {
        top: 12px;
    }
    .header-main-wrapper .menu .toggle span {
        height: auto;
    }
    .header-main-wrapper .menu .toggle span:nth-child(2) {
        top: 18px;
    }
    .header-main-wrapper .menu .toggle span:nth-child(3) {
        top: 24px;
    }
    .home-position-wrapper h1,
    .inner-banner-content h1 {
        font-size: 25px;
        line-height: 1.3;
    }
    .home-position-wrapper p,
    .inner-banner-content p {
        font-size: 15px;
        line-height: 1.7;
    }
    .home-position-wrapper p a {
        padding: 15px 10px;
    }
    .find-us-height .vc_column-inner {
        padding: 10% 6% 10% 6% !important;
    }
    .full-img.sm-full-img-auto .wpb_single_image img {
        max-width: 100%;
        position: static;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .job-img .vc_single_image-wrapper {
        min-height: auto;
    }
    .our-mission ul li {
        width: 30.5%;
    }
    .about-staffing .vc_column-inner {
        padding-right: 40px!important;
        padding-left: 40px!important;
    }
    .about-staffing .wpb_single_image.vc_align_center {
        text-align: center;
    }
    .about-staffing h3,
    .about-staffing p {
        text-align: center!important;
    }
    .value-sec .vc_col-sm-1\/5 {
        width: 50%;
    }
    .value-sec .vc_col-sm-1\/5:nth-child(even):before {
        border-left: 1px solid #dfdfdf;
    }
    .value-sec .vc_col-sm-1\/5:nth-child(odd):before {
        border-left: 1px solid transparent;
    }
    .qualitie-inner-block,
    .qualitie-wrapper {
        height: 600px!important;
    }
    .training-match-wrapper p.read-more-training {
        position: static;
        transform: inherit;
    }
    .advantage-list .vc_col-sm-2 {
        width: 100%;
    }
    .advantage-list .vc_column-inner {
        border-left: 0!important;
        border-bottom: 0!important;
        margin: 0;
        border-right: 0!important;
        border-top: 1px solid #373f57!important;
    }
    .advantage-list .vc_col-sm-2:first-child .vc_column-inner {
        border-top: 0!important;
    }
    .objective-list {
        margin-top: 20px!important;
    }
    #header:before {
        height: 173px;
    }
    .single-news .postdatecount b {
        display: none;
    }
    .home-search-form-wrapper2 {
        flex-wrap: wrap;
    }
    .home-search-form-wrapper2 .home-search-form-field2 {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .home-search-jobs-wrapper {
        padding: 20px 20px 40px;
    }
    .home-position-wrapper h1,
    .home-position-wrapper h1+p {
        display: none;
    }
    .playpusevideo {
        display: none;
    }
    .home-position-wrapper p {
        padding: 0;
    }
    .home-position-wrapper .wpb_text_column.wpb_content_element {
        margin-bottom: 0;
    }
    .home-search-form-wrapper2 .home-search-form-field2.select span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single .select2-selection__rendered {
        line-height: 2.5;
    }
    .home-search-form-wrapper2 .home-search-form-field2.select span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
        height: 40px;
    }
    .home-search-form-field2 .search-btn span {
        padding: 12px 15px;
    }
    .home-position-wrapper p a {
        padding: 12px 10px;
    }
    .home-banner {
        min-height: 450px;
    }
    span.inputform input, span.inputform textarea{
        width: 100%;
    }
    .rowmain.marginbtm.labelbtnmargin .col6 {
    width: 100%;
}

.rowmain.marginbtm.labelbtnmargin .col6:first-child {
    border-right: 1px solid #000!important;
    border-bottom: 0;
}

.rowmain.marginbtm.labelbtnmargin .col6.borderrightzero.colmw3 {
    border-bottom: 0;
    border-right: 1px solid #000;
    text-align: center;
}
}

@media only screen and (max-width:575px) {
    .our-mission ul li {
        width: 29.9%;
    }
    .value-sec .vc_col-sm-1\/5 {
        width: 100%;
    }
    .value-sec .vc_col-sm-1\/5:nth-child(even):before {
        border-left: transparent;
    }
    .relationship-sec ul li,
    .objective-list .vc_col-sm-3 {
        width: 100%;
    }
    .objective-list .vc_col-sm-3:nth-child(even),
    .objective-list .vc_col-sm-3:nth-last-child(-n+2) {
        border: 0;
    }
    .contact-form ul li:first-child span.wpcf7-form-control-wrap {
        width: 100%;
        padding-right: 0;
    }
    .contact-form ul li.half-field {
        width: 100%;
    }
    .contact-form ul li {
        padding: 0;
        margin-left: 0;
    }
    .contact-form ul {
        margin: 0;
    }
    .contact-form ul li:last-child {
        text-align: center;
        padding-top: 10px;
    }
    .contact-form ul li:last-child .wpcf7-submit {
        padding: 16px 5px;
    }
}

@media only screen and (max-width:500px) {
    .footer-main-wrapper {
        text-align: center;
    }
    .footer-main-wrapper {
        padding: 50px 0;
    }
    .footer-column {
        width: 100% !important;
        padding: 0 30px 30px !important;
    }
    .footer-column.five {
        text-align: center;
    }
    .footer-column h2 {
        margin-bottom: 30px;
    }
    .footer-column.five ul li {
        margin-right: 15px;
    }
    .footer-column:last-child {
        padding-bottom: 0 !important;
    }
    button.slick-prev.slick-arrow {
        right: 50%;
    }
    button.slick-next.slick-arrow {
        right: 30%;
    }
}

@media only screen and (max-width:480px) {
    .our-mission ul li {
        width: 100%;
        margin: 7px !important;
    }
    .director-sec ul li {
        display: block;
        padding: 10px 0;
    }
    .director-sec ul li img {
        margin: 0 auto;
    }
    .director-sec ul li+li {
        border-left: 0;
    }
    .advantage-list .vc_column-inner {
        padding: 40px 15px!important;
    }
    .timelineyear {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .timlinebox:nth-child(even) .timelineyear {
        left: 0;
        right: 0;
    }
    .timlinebox:nth-child(even):after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .timlinebox:after {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -70px;
        height: 70px;
        top: auto;
    }
    .timelineyear:before {
        display: none;
    }
    .timelineyear:after,
    .timlinebox:last-child:after {
        display: none;
    }
    .timlinesecion {
        max-width: 90%;
    }
}

.custom-detail-wrapper .colmw8 {
    width: 55%;
}
.custom-detail-wrapper .colmwnew {
    width: 20%;
     border-left: 0px;
}
.custom-detail-wrapper .colmwnew input[type="text"] {
    border: 1px solid #ddd;
    width: 100%;
    /* padding: 5px; */
}
/*Responsive*/

/*======== css added for directive form =======*/
  .highway-code-traffic-signs-test img {
    max-width: 70px;
  }
  .form_img_text_wrap {
    display: flex;
    display: -ms-flexbox;
  }
  .form_img_text_wrap .form_img_wrap {
    margin-right: 15px;
  }
  .radio-btn-wrap {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
  }
.working-time-directive-test span.inputform {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    flex-wrap: wrap;
}
.working-time-directive-test span.inputform span.smalltext {
    padding-left: 5px;
    text-transform: capitalize;
    order: 2;
    width: 50px;
}  
.working-time-directive-test span.inputform input[type="text"]{
order: 1;
width: calc(100% - 50px);
}
.working-time-directive-test span.inputform .wpcf7-not-valid-tip {
order: 3;
}
.date-drivername-div p:last-child {
    padding-left: 15px;
}
.highway-code-traffic-signs-test .col6 {
    width: 50%;
}
.working-time-directive-test .col6.colmw5,.working-time-directive-test .col6.colmw7  {
    width: 50%;
}
.radio-btn-wrap label {
    margin-bottom: 0px;
}

.radio-btn-wrap input {
    margin-top: 1px;
}
.radio-btn-wrap {
    margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.highway-code-traffic-signs-test .col6 {
    padding: 5px;
}
.highway-code-traffic-signs-test img {
    max-width: 55px;
}
  .form_img_text_wrap .form_img_wrap {
    margin-right: 5px;
}


    }
@media (max-width: 767.98px) {
.form_img_text_wrap .form_img_wrap {
    margin-right: 5px;
}
.highway-code-traffic-signs-test .col6 {
    padding: 5px 10px;
}

}
@media (max-width: 576.98px) {
.working-time-directive-test .col6.colmw5,.working-time-directive-test .col6.colmw7 {
    width: 100% !important;
}
.working-time-directive-test .col6.colmw5 {
    border-right: 1px solid #000;
    border-bottom: 0;
}
.highway-code-traffic-signs-test .col6 {
    padding: 5px 10px;
    width: 100%;
    border-right: 1px solid;
}
.date-drivername-div p:last-child {
    padding-left: 0;
}
.date-drivername-div p {
    width: 100%;
}
.date-drivername-div {
    flex-wrap: wrap;
}
}


/******************/

.examply-pay-table {
    text-align: center;
}

.common-style .examply-pay-table h3 {
    font-weight: 600;
    font-size: 23px !important;
    display: inline-block;
    padding: 0 0 0px;
    color: #434343;
}

.examply-pay-table table {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.examply-pay-table {
    padding: 20px;
}

.examply-pay-table table td {
    border: 1px solid #333;
    padding: 10px;
    color: #333;
    font-size: 14px;
    width: 50%;
    line-height: 1.1;
}



@media only screen and (max-width: 576px){
    .examply-pay-table {
        padding: 20px 0px;
    }
    .examply-pay-table table td {
        font-size: 13px;
    
    }
}

/*******register page and pdf desing 02-02-2022 start******/

div#signPadBig {
    z-index: 100;
}
.customSignwrap .panel.panel-default h3 {
    font-size: 18px;
    font-weight: 500;
}
/*.customSignwrap .panel.panel-default .panel-body img {
    max-height: 100px;
    width: 100% !important;
}*/
span.applicant_name_field,span.sign_date.c-sign-date {
    display: block;
    margin: 15px 0px;
}

span.applicant_name_field input,span.sign_date.c-sign-date input {
    display: block;
    background-color: #f1f4ff;
    border: 1px solid #d2d2d2;
    resize: none;
    min-height: 35px;
    width: 100%;
    padding: 0 10px;
}


span.applicant_name_field label, span.sign_date.c-sign-date label {
    font-size: 12px;
    color: #333;
}
span.sign_date input {
    display: block;
    background-color: #f1f4ff;
    border: 1px solid #d2d2d2;
    resize: none;
    min-height: 35px;
    width: 100%;
    padding: 0 10px;
}
.container.customSignwrap {
    max-width: 100% !important;
    padding: 0;
}
.container.customSignwrap + span.sign_date {
    margin: 0px !important;
    padding-top:20px;
    line-height: 1.4;
    display: block;
    margin-bottom: 5px;
    word-break: break-word;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
.container.customSignwrap + span.sign_date input {
    margin-top: 5px;
}


.c-sign-wrap {
    width: 100% !important;
}
.customSignwrap input#signed_worker+span {
    position: relative;
    margin-bottom: 5px;
}
.display_button {
    pointer-events: none;
    opacity: .5;
}

div#signPadBig>span {
    margin-top: 25px;
    display: inline-block;
}

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

div#signPadBig>span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
}

div#signPadBig button {
    margin-top: 5px !important;
    height: 35px !important;
}
}

/*************/

body.StaffingAfterSubmitLoader header#header,
body.StaffingAfterSubmitLoader .inner-banner,
body.StaffingAfterSubmitLoader .policysidebar,
body.StaffingAfterSubmitLoader .register-form-wrapper,
body.StaffingAfterSubmitLoader footer{
    opacity: 0;

}

body.StaffingAfterSubmitLoader {
    position: relative;
    height: 90vh;
    overflow: hidden;
}


body.StaffingAfterSubmitLoader:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(/staffing-core/core-content/wp-content/themes/staffingmatch/images/Iphone-spinner-2.gif);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 100;
    overflow: hidden;
}
p.previous-signature input {
    width: auto;
    margin-right: 5px;
}

p.previous-signature {
    margin-top: 15px;
}


/*** 07-06-2022 CSS Start ***/

.previous-signature-sec input {
    width: auto !important;
    min-height: unset !important;
}
.inputform-section {
    padding: 15px 0;
}
.previous-signature-sec {
    padding-left: 10px;
}


/*** 07-06-2022 CSS Ends ***/

.data-field {
    background-image: url(https://cdn-icons-png.flaticon.com/128/1827/1827364.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
}



/*** 19-07-2022 CSS Start ***/

.contact-form-section .contact-form ul li:first-child span.wpcf7-form-control-wrap {
    width: 100% !important;
}
.contact-form-section .about-home {
    max-width: 1000px;
    margin: 0px auto;
}
.contact-form-section .contact-form ul li:last-child {
    text-align: left;
    padding-top: 0;
}
.contact-form-section .about-home > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #dcdcdc;
    padding: 30px 20px 20px;
}
.recaptcha .wpcf7-form-control {
    border: none;
    padding: 0;
}

.privacy-field .wpcf7-form-control {
    padding-left: 0;
    border: none;
    padding-right: 5px;
}
.privacy-field .wpcf7-form-control span {
    margin-left: 0;
}
.privacy-field a {
    color: #333333 !important;
    font-size: 14px;
    padding-left: 5px;
}
 .privacy-field label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }
.privacy-field a:hover {
    color: #4eabea !important;
}
.privacy-field {
    margin: 4px 0px 10px 0px !important;
    display: flex;
    align-items: center;
}
.privacy-field .wpcf7-form-control span input[type="checkbox"] {
    margin-left: 0 !important;
}
.privacy-field span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    display: block !important;  
    width: 100% !important;
}
li.privacy-field .wpcf7-form-control-wrap {
    position: unset !important;
}
.contact-form-section .wpcf7-mail-sent-ok {
    line-height: 1.5;
}



@media (max-width: 575px) {
    .contact-form-section .about-home > .vc_column-inner > .wpb_wrapper {
        border: none;
        padding: 0;
    }
    .contact-form-section .padding-110.about-home {
        padding-left: 15px !important;
       padding-right: 15px !important;
    }
}

/*** 19-07-2022 CSS Ends ***/


/***** aviation step form pdf css *****/

.aviation-data-error {
    color: red;
    font-size: 14px;
    padding-top: 3px;
    display: inline-block;   
}

@media (max-width:991px) {
  .custom-detail-wrapper .colmw8 {
	    width: 39%;
	    padding: 5px 5px;
	}
	.custom-detail-wrapper .col6.colmw2 {
	    width: 14%;
	    padding: 5px;
	    text-align: center;
	}
	.custom-detail-wrapper .colmwnew {
	    width: 33%;
	    border-left: 0px;
	    padding-left: 3px;
	    padding-right: 3px;   
	}
	.signature4 img.signature_img32.drivingSignApplication {
	    width: 100% !important;
	}
	img.drivingSignApplication {
    width: 100% !important;  
   }
   .aviation_app_form_list .rowmain.wdinputlst .col6.borderzeroimp {
	    width: 100%;
	}
	.inlinechekbox span.checkboxs:nth-of-type(2) {
	    margin-left: 0px;
	}

}

@media (max-width:767px) {
    span.dottedinput input {
        width: 100%; margin: 5px 0;
    }
}

@media (max-width:576px) {
	.aviation_app_form_list p.inlinechekbox>span {
	    display: block !important;
	}

	.aviation_app_form_list p.inlinechekbox span.checkboxs {
	    margin-left: 0px !important;
	    margin-bottom: 8px;
	}
	.aviation_app_form_list .inlinechekbox span.checkboxs + .radio {
	    margin-left: 0;
	    margin-bottom: 5px;
	}
}


.jobs_circle_area.new-job-requirement span.radio {
    padding-right: 15px;
    padding-top: 8px !important;
    display: inline-block;
}
.jobs_circle_area.new-job-requirement .inlinechekbox span.checkboxs {
    margin-left: 0px;
}
/***** aviation step form pdf css *****/


/* 24-08-2023 */

.mobile-banner-content {
    display: none;
}
div#popuphomevideo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
div#popuphomevideo video {
    width: 100%;
    height: 100%;
    margin: 0 auto; 
    background: #000000;
}
.mobile-banner-content .closepopup {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9;
    cursor: pointer;
}
.mobile-banner-content .closepopup img {
    width: 30px;
    background: rgb(255 255 255 / 80%);
    padding: 8px;
    border-radius: 50%;
}
.popup-content {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    max-height: 300px;
}


@media (max-width: 767px) {
    .home-position-wrapper .mobile-banner-content a {
        font-size: 15px !important;
        min-width: 170px !important;
        padding: 11px 10px !important;
    }
    .mobile-banner-content {
        display: block;
    }
    .desktop-banner-content,
    form#banner-search-home {
        display: none;
    }     
    .home-position-wrapper .mobile-banner-content h1,
    .home-position-wrapper .mobile-banner-content h1+p {
        display: block;
    }
    .home-position-wrapper .playpusevideo {
        display: block;
        position: unset;
        margin: 20px auto;
        width: 80px;
        height: 80px;
        background-position: right;
        background-size: 170px;
    }
    .home-banner video#homevideo,
    .mobile-banner {
        display: none;
    }
    .home-banner {
        background-image: url('/staffing-core/core-content/wp-content/core-media/2023/08/banner-img.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}






/********* new header mockup start  **********/


.header-main-wrapper ul li::before {
    display: none;
  }
  
  .header-main-wrapper ul li a span {
    display: block;
    margin-bottom: 4px;
  }
  .header-main-wrapper ul li {
    text-align: center;
  }
  .header-main-wrapper ul li a span i {
    margin-right: 2px;
    font-size: 11px;
  }
  .header-main-wrapper ul li:nth-child(1) {
    border-right: 0;
  }



.desktop-banner-content p {
    line-height: 1.5;
  }

  .home-position-wrapper h1 {
    font-size: 76px;
}
body .sidebar-menu .mobile-contact{
    display: none;
}
.mobile-contact span {
    display: block;
    margin-bottom: 6px;
    width: max-content;
    margin-left: auto;
  }
  
  body .sidebar-menu ul li.mobile-contact a {
    font-size: 14px;
  }
  body .sidebar-menu ul li {
    margin-bottom: -2px;
  }
  .header-main-wrapper ul li:nth-child(1) {
    margin-right: 0;
  }

.sidebar-menu ul li.traningmatchborder.contact-info-start {
    border-bottom: 0;
    margin-bottom: 0;
  }

  @media(max-width: 1440px){
    .header-main-wrapper ul li {
        padding: 0 4px !important;
      }
  }
@media only screen and (max-width: 1199px) {
    .home-position-wrapper h1{
      font-size: 40px;
    }
    .header-contact-info{
     display: none;
    }
    body .sidebar-menu .mobile-contact{
        display: block;
    }
    .header-main-wrapper {
        justify-content: flex-end;
      }
      .sidebar-menu ul li.traningmatchborder.contact-info-start {
        border-bottom: 1px solid #545454;
        margin-bottom: 25px;
      }
    
  }
@media only screen and (max-width: 767px) {
    .home-position-wrapper h1 {
      font-size: 25px;
    }
  
    }

  /********** new header mockup end  **********/
  
  
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
background-color: rgb(9, 3, 75);
}

.siderbar-toggle .sidebar-menu {
    background: #04002e;
}
button.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-0{
        background:color(srgb 0.305 0.6699 0.9198)!important;
        color:#080348!important;
    }


.form-col-outer {
    border: 0px solid #c5c5c5 !important;
}

.form-col-outer>.form-col-inner {
    padding: 15px;
    border: 1px solid #c5c5c5 !important;
    border-radius: 0px;
}

.radio-btn-wrap-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    gap: 15px;
}

.form-col-inner {
    padding-inline: 0;
}

.radio-btn-wrap-outer>.radio-btn-wrap {
    width: auto;
    align-items: center;
    gap: 6px;
}

.radio-btn-wrap-outer>.radio-btn-wrap>input {
    margin: 0;
    width: 18px;
    height: 18px;
}

.input-wrap {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 20px);
}

.input-wrap-outer {
    display: flex;
    gap: clamp(20px, 2vw, 30px) clamp(30px, 3vw, 80px);
    flex-wrap: wrap;
    justify-content: start;
}

.col-inner-wrapper {
    padding-inline: 0;
    margin-bottom: 30px;
}

.col-inner-wrapper>label {
    margin-bottom: 10px;
}

.input-wrap>label {
    margin: 0;
}

.input-text {
    padding: 12px 15px;
    max-width: 80px;
    border: 1px solid #d8e3ff;
    border-radius: 0;
    background: #f0f4ff;
}

.mw-150 {
    max-width: 150px;
}

.flex-xy-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-y-center {
    display: flex;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-x-center {
    display: flex;
    justify-content: center;
}

.mw-none {
    max-width: none !important;
    width: 100%;
}

.w-100 {
    width: 100% !important;
}

.form_radio_wrap.radio-btn-wrap-outer {
    flex-direction: column;
    gap: 0;
}

.py-10 {
    padding-block: 10px;
}

.border-r {
    border-right: 1px solid #c5c5c5 !important;
}

.border-l {
    border-left: 1px solid #c5c5c5 !important;
}

.border-t {
    border-top: 1px solid #c5c5c5 !important;
}

.border-b {
    border-bottom: 1px solid #c5c5c5 !important;
}

.border-0 {
    border: 0px !important;
}

.border-r-0 {
    border-right: 0px !important;
}

.border-l-0 {
    border-left: 0px !important;
}

.border-t-0 {
    border-top: 0px !important;
}

.border-b-0 {
    border-bottom: 0px !important;
}

.Contract_for_Services>h2 {
    font-size: 30px;
}

.Contract_for_Services {
    margin-top: 40px;
}

.Contract_for_Services>ol {
    list-style: auto;
    line-height: 1.3;
}

.Contract_for_Services>ol {
    counter-reset: item;
    list-style-type: none;
}

.Contract_for_Services>ol li {
    display: block;
    position: relative;
    margin: 0.5em 0;
}

.Contract_for_Services>ol li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    left: 0em;
}

.Contract_for_Services>ol li ol {
    counter-reset: item;
}

.Contract_for_Services>ol>li {
    padding-left: 25px;
}

.Contract_for_Services>ol>li>ol>li {
    padding-left: 35px;
}

.Contract_for_Services>ol>li>ol>li>ol>li {
    padding-left: 55px;
}

.Contract_for_Services>ol>li>ol>li>ol>li>ol>li {
    padding-left: 75px;
}

.Contract_for_Services>ol>li {
    margin-bottom: 30px;
}

.Contract_for_Services>h4 {
    font-weight: 500;
    margin-inline: 0;
    max-width: none;
    color: #000;
}

.col6,
.checkboxcol:last-child,
.checkboxcol label,
.bordercheckboxright,
hr.borderbtn1,
.col6.colmw12,
.checkboxcol,
table.apptidudetable tr td,
table.apptidudetable tr th {
    border-color: #c5c5c5;
}

@media (min-width: 577px) {
    .col4.col6 {
        width: 33.33% !important;
        flex: auto;
    }

    .col2 {
        width: 16.66% !important;
        flex: auto;
    }

    .border-sm-r-0 {
        border-right: 0px !important;
    }

    .border-sm-l-0 {
        border-left: 0px !important;
    }

    .border-sm-t-0 {
        border-top: 0px !important;
    }

    .border-sm-b-0 {
        border-bottom: 0px !important;
    }

    .border-sm-r {
        border-right: 1px solid #c5c5c5 !important;
    }

    .border-sm-l {
        border-left: 1px solid #c5c5c5 !important;
    }

    .border-sm-t {
        border-top: 1px solid #c5c5c5 !important;
    }

    .border-sm-b {
        border-bottom: 1px solid #c5c5c5 !important;
    }
}

/*Date 05-June-2025*/


#application_form .rowmain.driving-aptitude-field-header > p {
    padding-bottom: 25px;
}

.rowmain.driving-aptitude-field-header .dottedinput {
    position: relative;
}

.rowmain.driving-aptitude-field-header .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
}

span.radio_numbers {
    font-size: 14px;
    font-weight: 500;
}