@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
    font-family: "neue-reg";
    src: url(../fonts/Neue\ Regrade\ Regular.otf);
}

@font-face {
    font-family: "neue-med";
    src: url(../fonts/Neue\ Regrade\ Medium.otf);
}

@font-face {
    font-family: "neue-semi";
    src: url(../fonts/Neue\ Regrade\ Semibold.otf);
}

@font-face {
    font-family: "neue-bold";
    src: url(../fonts/Neue\ Regrade\ Bold.otf);
}


/***** General CSS *****/

html {
    overflow-x: hidden;
}

:root {
    --green: #affc41;
}

body {
    word-break: break-word;
    font: 15px/25px "neue-med", sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #000;
    z-index: 1;
    position: relative;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}


/***** Custom Classes *****/

.container-fluid {
    padding: 0 3%;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 50px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

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

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "neue-semi", Sans-Serif;
    font-size: 64px;
    line-height: 64px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}

h2 {
    font-family: "neue-semi", Sans-Serif;
    font-size: 64px;
    line-height: 64px;
    color: #000;
    font-weight: 600;
    margin: 0 0 30px;
    letter-spacing: -2px;
}

h3 {
    font-family: "neue-semi", Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "neue-med", Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "neue-med", Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "neue-med", Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: "neue-reg", serif;
    font-weight: 100;
    margin: 0px;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.txt-clr {
    color: var(--green);
}

.headingspan {
    font-family: "neue-reg" !important;
    font-weight: 400 !important;
    font-style: italic;
}

.theme-btn1 {
    background: #000;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #000;
    transition: 0.5s all;
}

.theme-btn1 i {
    transform: rotate(90deg);
    margin-left: 3px;
}

.theme-btn1:hover {
    background: transparent;
    color: #000 !important;
    font-style: italic;
}

.theme-btn2 {
    width: 100%;
    background: var(--green);
    color: #000;
    /*font-weight: 600;*/
    font-family: "neue-semi";
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    border: 0;
    font-size: 16px;
    border: 2px solid var(--green);
    transition: 0.5s all;
}

.theme-btn2:hover {
    color: #000;
    background: #a2e93d;
    border-color: #a2e93d;
    font-style: italic !important;
}

.theme-btn2:hover span {
    transform: translateX(5px);
}

.theme-btn2 span {
    transition: 0.5s all;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.menuSec .row {
    background: #fff;
    padding: 12px 0;
    margin: 10px 0;
    border-radius: 16px;
    box-shadow: 0 0 15px 0 #0003;
}

.header-logo img {
    background: var(--green);
    padding: 12px 20px;
    border-radius: 16px;
    position: relative;
    z-index: 999999999999999999999999999999999999;
}
.serv-tabs li.nav-item:hover{
    border:none;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 23px;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: "neue-semi";
}

.menuSec ul li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: 0.5s all ease-in-out;
}

.menuSec ul li a:hover:after {
    width: 70%;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {font-weight:100;}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */


/* banner start */

.banner-txt h1 {
    font-size: 64px;
    line-height: 64px;
    font-style: italic;
    font-weight: 400;
    font-family: 'neue-reg';
}

.banner-txt .headingspan {
    font-size: 128px;
    line-height: 128px;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'neue-semi' !important;
}

section.main-banner {
    height: 100vh;
    background: var(--green);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: start;
    top: 0;
    width: 100%;
    z-index: -1;
}

.main-ban-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.banner-get-touch {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 111;
}

.banner-get-touch h4 {
    font-family: "neue-semi";
    margin: 0;
    letter-spacing: -1px;
}

.banner-get-touch a {
    font-size: 30px;
    color: #000;
}

span.headingspan.d-block.banner-size-sm {
    font-size: 58px;
    line-height: normal;
}


/* banner end */


/* about start */

section.abtus-sec {
    margin-top: 100vh;
    background: #fff;
    z-index: 2;
    position: relative;
}

.abt-img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 20px;
}

.abt-content p {
    margin-top: 20px;
}

.abt-content h4 {
    margin: 30px 0;
    font-style: italic;
    font-weight: 600;
}

/* about end */


/* make us -different */

section.make-different {
    background: #000;
    padding: 80px 0;
}

.make-diff-item img {
    width: auto;
}

.make-diff-slider .slick-list {
    padding-right: 50px;
}

.make-diff-slider .slick-slide {
    opacity: 1;
}

.make-diff-item h4 {
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    font-family: "neue-reg";
    font-size: 20px;
}

.make-diff-item p {
    color: #fff;
}

.make-diff-item {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 30px;
    height: 210px;
    align-items: baseline;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.make-diff-head h2 {
    color: #fff;
    text-align: center;
}

.make-diff-slider .slick-prev:before,
.make-diff-slider .slick-next:before {
    background: transparent;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    opacity: 1;
    font-weight: 200;
}

.make-diff-slider .slick-prev:before {
    content: "\f060";
}

.make-diff-slider .slick-next:before {
    content: "\f061";
}

.make-diff-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}

.make-diff-slider .slick-dots li.slick-active {
    opacity: 1;
}

.make-diff-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--green);
}

.make-diff-slider ul.slick-dots {
    bottom: -52px;
}

.make-diff-slider .slick-prev,
.make-diff-slider .slick-next {
    top: 118%;
    z-index: 1;
}

.make-diff-slider .slick-next {
    right: 41%;
}

.make-diff-slider .slick-prev {
    left: 41%;
}


/* make us different */


/* services */

.services {
    background: var(--green);
}

.services .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.services .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.services .accordion-button::after {
    transition: all 0.5s;
}

.services .accordion-button:not(.collapsed) {
    color: #000;
    text-decoration: underline;
    font-style: italic;
    background: transparent;
    box-shadow: unset;
}

.services .accordion-button {
    font-size: 24px;
    background: transparent;
    padding: 0 20px;
    border: 0;
    box-shadow: none;
    color: #000;
}

.services .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
}

.serv-tags li {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 40px;
    color: #000;
    margin-bottom: 14px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

ul.serv-tags {
    display: block;
    margin: 0;
    width: 95%;
}

.services .accordion-body {
    padding: 15px 20px 30px;
}

.services .accordion-button::after {
    border: 1px solid #000;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.serv-tab-sec1 {
    margin-top: 15px;
}

.services .accordion-button:focus {
    border: 0;
    box-shadow: unset;
}

.services .nav-pills .nav-link.active,
.services .nav-pills .show>.nav-link {
    background: #000;
    color: var(--green);
    border-radius: 50px;
}

.services .nav-pills .nav-link {
    color: #000;
    font-size: 24px;
    font-family: "neue-semi";
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 50px;
}

.services ul#pills-tab {
    gap: 20px;
}

.serv-tab-sec1 p {
    margin-top: 22px;
}

.white-collars-item {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.white-collars-item h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}

.white-collars-item:last-child {
    border: 0;
}


/* services */


/* candidate-client */

section.candidate-client {
    background: #fff;
}

.candi-client-item>img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.candi-client-content {
    background: #ffff;
    padding: 30px;
    position: absolute;
    bottom: 10px;
    margin: 20px;
    border-radius: 20px;
}

.candi-client-item {
    position: relative;
}

.candi-client-content p {
    margin-bottom: 21px;
}

.candi-client-content h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: "neue-semi";
}

.theme-btn1:hover img {
    filter: brightness(0);
}

.candi-client-content a.theme-btn1 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: fit-content;
}

.candi-client-content a.theme-btn1 img {
    transition: 0.5s all;
}


/* candidate-client */


/* Candidate registeration */

.modal {
    z-index: 999999;
}

.modal-dialog {
    max-width: 780px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.modal-header h5 {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    font-family: "neue-semi";
    opacity: 1;
}

.modal-header {
    border: 0;
}

.modal-header .btn-close {
    background: #000;
    filter: brightness(1) grayscale(0);
    border-radius: 50%;
    opacity: 1;
    width: 30px;
    height: 30px;
    content: "\f050";
    position: relative;
    top: -30px;
}

.modal-content {
    padding: 30px;
    border-radius: 20px;
    transform: scale(0.9);
}

.modal-header .btn-close:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/cross.png) no-repeat;
    top: 30px;
    left: 30px;
    transform: translate(-50%, -50%);
}

.form-input input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d5d4dc;
    border-radius: 8px;
    background: #fff;
}

.form-input textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d5d4dc;
    border-radius: 8px;
    height: 100px;
}

.form-input label {
    font-size: 14px;
    font-family: "neue-semi";
    color: #000;
    margin-bottom: 8px;
}

.form-input input:focus {
    outline: none;
    border: 1px solid #000;
}

.form-input-inner input::-webkit-file-upload-button {
    display: none;
    appearance: none;
}

.form-input-inner {
    position: relative;
}

.form-input-inner i {
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 16px;
    color: #000;
}

.form-input-inner input.file-select {
    padding-left: 45px;
    cursor: pointer;
}

.form-input {
    margin-top: 20px;
}

.form-input button.theme-btn2 {
    margin-top: 50px;
}

#thankingMessage .modal-content,
#thankingMessage2 .modal-content {
    background: #000;
}

h5#thankingMessageLabel,
h5#thankingMessage2Label {
    color: #fff;
    font-size: 65px;
    width: 85%;
    line-height: 70px;
}

div#thankingMessage .modal-header .btn-close:before,
div#thankingMessage2 .modal-header .btn-close:before {
    filter: brightness(0);
}

#thankingMessage button.btn-close,
#thankingMessage2 button.btn-close {
    background: #fff;
    top: -60px;
}

#thankingMessage button.btn-close,
#thankingMessage2 button.btn-close:before {
    /* filter: brightness(0); */
}

#thankingMessage p,
#thankingMessage2 p {
    color: #fff;
    margin-bottom: 30px;
}


/* Candidate registeration */


/* jobs section */

.jobs {
    background: #000;
}

.jobs-heading h2 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 96px;
    line-height: 96px;
}

.jobs-heading h4 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}

.jobs-items {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    margin-top: 30px;
}

.jobact-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.theme-btn3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    border: 1px solid #000;
    padding: 8px;
    border-radius: 50px;
    font-family: "neue-semi";
    /*font-weight: 600;*/
    background: #fff;
}

.theme-btn3:hover span {
    color: #000;
    font-style: italic;
}

.theme-btn3 span {
    transition: 0.5s all;
}

.jobs-items h3 {
    font-size: 24px;
    margin: 0;
    line-height: 28px;
    transition: 0.2s all;
}

.jobs-items h5 {
    margin-top: 20px;
    font-size: 24px;
    color: #000;
    font-family: "neue-semi";
    /*font-weight: 600;*/
    transition: 0.2s all;
}

/*.jobs-items:hover h3,*/
/*.jobs-items:hover h5 {*/
/*    font-style: italic;*/
/*    text-decoration: underline;*/
/*}*/
.jobs-items ul li:hover{
    text-decoration:none;
}
span.location {
    font-size: 16px;
    color: #000;
}

.jobs-items p {
    margin-top: 8px;
}

.see-all-openings {
    width: 200px;
    margin: 50px auto 0;
}

.jobs-items ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jobs-items ul li p {
    margin: 0;
}

.jobs-items ul li i {
    font-size: 16px;
}

.make-diff-slider .slick-next:hover::before {
    background: #ffffff85;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -9px;
    position: absolute;
    left: -10px;
}

.make-diff-slider .slick-prev:hover::before {
    background: #ffffff85;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -9px;
    position: absolute;
    left: -10px;
}

/* jobs section */


/* footer sec */

.footerSec {
    background: #000;
    padding-top: 30px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.footer-social ul li a {
    color: #fff;
    font-size: 36px;
}

.footer-top {
    border-bottom: 1px solid #fff;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 14px;
}

.footer-contact a.theme-btn2 {
    width: fit-content;
    padding: 10px 25px;
}

.off-loc h4 {
    color: #fff;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    font-family: "neue-semi";
}

.off-loc p {
    color: #fff;
    line-height: 1.2;
    font-family: 'neue-reg';
}
.footer-contact a.theme-btn2:hover span {
    font-style: italic;
    text-decoration: underline;
    transition: 0.2s ease;
}
.footer-middle {
    margin-top: 26px;
}

.copy-txt p {
    color: #fff;
}

.footer-btm {
    margin-top: 30px;
    padding-bottom: 20px;
}

.footer-social ul li a:hover {
    color: var(--green);
}


/* footer sec */


/* client-page */

section.main-banner.client-banner {
    background: url(../images/client-banner-bg.jpg) no-repeat;
    background-size: cover;
    height: 80vh;
    align-items: end;
    background-position: bottom;
}

.client-page {
    margin-top: 80vh;
    background: #fff;
}

.client-banner .banner-txt {
    margin-bottom: 40px;
}

.client-banner .banner-txt h1 {
    color: #fff;
}

.client-sec-1 p {
    margin-bottom: 20px;
}

.client-sec-1 h3 {
    margin-bottom: 20px;
}

.enquire-for-consultation {
    background: var(--green);
    padding: 30px;
    border-radius: 25px;
}

.make-differnt-main {
    background: #000;
    padding: 50px;
    border-radius: 20px;
}

.make-differnt-main .make-diff-item {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    margin-bottom: 20px;
}


/* client-page */


/* candidate-banner */

section.main-banner.candidate-banner {
    /*background: #8e9e9d;*/
    align-items: end;
}

.candidate-content {
    background: #fff;
    margin-top: 100vh;
}

.candidate-banner .banner-content {
    margin-bottom: 40px;
}

.candi-content p {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}

.candi-img img {
    border-radius: 20px;
}

.candi-formbg {
    /*background: url(../images/job-banner.jpeg) no-repeat;*/
    background: url(../images/candidate-form-bg.png) no-repeat;
    background-size: cover;

    background-position:bottom right;
}

.candi-formbg .registeration {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}

.candi-formbg .modal-header {
    padding: 0;
}

.candidate-banner .banner-txt h1 {
    font-size: 128px;
    line-height: 128px;
    width: 90%;
}

.candidate-banner .banner-txt h1 strong {
    font-style: normal;
    font-family: 'neue-semi';
}


/* candidate-banner */


/*JOBS HEADING*/

.main-banner.jobs-banner {
    height: 80vh;
    /* z-index: 1; */
    background: #000;
    align-items: end;
    margin-top: 0;
    /*background: url(../images/job1-banner.jpg);*/
    background-size: cover;
    background-position: center center;
}

.main-banner.jobs-banner:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
}

.main-banner.jobs-banner .banner-content {
    z-index: 9999;
    position: relative;
}

.main-banner.jobs-banner .headingsmall {
    display: block;
    font-size: 50px;
    line-height: 1;
    font-style: italic;
    font-weight: 100;
}

.main-banner.jobs-banner .banner-txt h1 {
    color: #fff;
}

.jobs_listing_section {
    padding: 50px 0;
    background: #fff;
    margin-top: 80vh;
}

.filter_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filter_main h5 {
    margin: 0;
    color: #000;
}

.filter_main a {
    color: #000;
}

.job_listing_sidebar {
    padding: 30px 30px;
    background: #e8eceb;
    border-radius: 20px;
}

.jobs_listing_section .accordion-item {
    background-color: transparent;
    border: none;
    padding: 10px 0;
}

.jobs_listing_section .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.jobs_listing_section .accordion-button {
    padding: 0;
    background-color: transparent;
    line-height: 1;
}

.jobs_listing_section .accordion-body {
    padding: 10px 0;
}

.jobs_listing_section .accordion-body ul {
    margin-bottom: 0;
}

.filter_listing .form-group {
    display: block;
    margin-bottom: 5px;
}

.filter_listing .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter_listing .form-group label {
    position: relative;
    cursor: pointer;
}

.filter_listing .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff0;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.filter_listing .form-group input:checked+label:before{
    background-color:#affc41;
}
.filter_listing .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.filter_listing .accordion-button::after {
    filter: brightness(39.5) invert(1);
}

.filter_listing .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.total_jobs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort_by {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 8px 20px;
}

.sort_by select {
    border: none;
    position: relative;
    border-left: 1px solid #000;
    margin-left: 5px;
    padding: 0 5px 0 10px;
}

.total_jobs h4 {
    margin-bottom: 0;
    color: #000;
    font-family: "neue-semi";
    font-weight: 600;
}

.jobs_page_list h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    font-weight:100;
    justify-content: space-between;
}

.jobs_page_list h3 span {
    font-size: 13px;
    color: #d5d5d5;
    font-weight: 100;
    font-family: "neue-med";
}

.shadow {
    box-shadow: 0 0 20px #00000029 !important;
}

.jobs_page_list ul li {
    color: #000;
}

.jobs_page_list ul li i {
    width: 20px;
    color: #000;
}

.jobs_page_list.jobs-items h5 {
    margin-top: 30px;
}


/*CONTACT PAGE*/

section.contact_page {
    padding-top: 3%;
    padding-bottom: 30px;
}

.contact_heading h2 {
    color: #fff;
}

.contact_sidebar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contact_sidebar ul li a {
    color: #fff;
    font-size: 36px;
}

.contact_form {
    padding: 50px 60px;
    background: #fff;
    border-radius: 30px;
}

.contact_form h3 {
    font-size: 40px;
}

.contact_sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 2px solid grey;
    border-radius: 30px;
}

.contact_sidebar h5 {
    font-size: 24px;
    color: var(--green);
    font-style: italic;
    margin-bottom: 45px;
}

.contact_sidebar h5 a {
    color: var(--green);
}

.get_in_touch {
    text-align: center;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
}

.address_portion p {
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.address_portion {
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 2px solid grey;
}

.get_in_touch .theme-btn2 {
    margin-bottom: 25px;
}

.get_in_touch ul {
    margin-bottom: 0;
    margin-top: 40px;
}

section.contact-banner-sec {
    /*background-image: url(../images/contact-back.jpg);*/
    background-image: url(../images/contact-bgg.jpg);
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.contact-banner-sec::before{
    content:'';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.92+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


position:absolute;
bottom:0;
left:0;
width:100%;
height:90%;
}
section.contact-banner-sec .contact_heading {
    position: absolute;
    bottom: 0;
}

/* Job Details */

.job-detail-sec1 {
    position: fixed;
    width: 80%;
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    z-index: 1;
}

.job-detail-sec1 .theme-btn1 i {
    transform: rotate(0);
}

.job-detail-sec1:before {
    content: "";
    position: absolute;
    width: 130%;
    height: 100vh;
    background: var(--green);
    z-index: -1;
    left: -10%;
}

.job-detail-sec1 h2 {
    margin-bottom: 10px;
}

.job-detail-sec1 h5 {
    font-size: 24px;
    font-family: "neue-semi";
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.job-detail-sec1 ul {
    margin-bottom: 30px;
}

.job-detail-sec1 ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 5px;
}

.jobdetail-contact {
    padding-bottom: 30px;
}

.job-detail-sec2 {
    height: 100vh;
    /* background: #fff; */
    z-index: 1;
    position: relative;
}

.job-det-info {
    position: relative;
    height: 100vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.job-det-info:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 100vh;
    background: #fff;
    z-index: -1;
    left: -5%;
}

.job-det-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.job-det-info p {
    margin-bottom: 15px;
}

.job-det-info h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "neue-semi";
    margin-bottom: 10px;
}

.job-det-info ul {
    margin-bottom: 15px;
    list-style-type: disc;
    color: #000;
    padding-left: 1.5rem;
}

.job-det-info ul li {
    padding-bottom: 5px;
}

.job-det-info ul:last-child {
    margin-bottom: 25px;
}

section.job-detail {
    height: 100vh;
    position: relative;
}

.jobdet-apply-form {
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding-top: 60px;
    padding-left: 15px;
}

.jobdet-apply-form:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 100vh;
    background: #dfdfdf;
    left: -5%;
    top: 0;
    z-index: -1;
}

.jobdet-apply-form .registeration {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

.jobdet-apply-form .modal-header {
    padding: 0;
}


/* job Detail */

@media only screen and (min-width: 1661px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .job-detail-sec2 {
        margin-top: 14%;
    }
    .jobdet-apply-form:before {
        height: 100%;
    }
    .job-det-info:before {
        height: 114%;
        top: -90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .jobdetail-contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .jobdetail-contact a {
        text-align: center;
    }
    .job-detail-sec2 {
        height: 100%;
        margin-top: 24%;
        margin-bottom: -24%;
    }
    .job-det-info {
        height: auto;
    }
    .job-det-info:before {
        top: -110px;
        height: 116%;
    }
    .jobdet-apply-form:before {
        height: 100%;
    }
    .banner-txt h1 {
        font-size: 115px;
        line-height: 115px;
    }
    .make-diff-item p .d-block {
        display: unset !important;
    }
    .make-diff-slider .slick-prev {
        left: 44%;
    }
    .make-diff-slider .slick-next {
        right: 44.5%;
    }
    .make-diff-slider .slick-prev,
    .make-diff-slider .slick-next {
        top: 117%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-txt h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .make-diff-item {
        height: 320px;
    }
    .make-diff-slider .slick-next {
        right: 44%;
    }
    .make-diff-slider .slick-prev {
        left: 43%;
    }
    .make-diff-slider .slick-prev,
    .make-diff-slider .slick-next {
        top: 112%;
    }
    .jobact-btn {
        flex-direction: column;
    }
    .footer-contact {
        flex-direction: column;
    }
    .footer-contact a {
        width: 100% !important;
    }
    .headingspan br {
        display: none;
    }
    .jobdetail-contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .jobdetail-contact a {
        text-align: center;
    }
    .job-detail-sec2 {
        height: 100%;
        margin-top: 24%;
        margin-bottom: -24%;
    }
    .job-det-info {
        height: auto;
    }
    .job-det-info:before {
        top: -110px;
        height: 116%;
    }
    .jobdet-apply-form:before {
        height: 100%;
    }
    .contact_sidebar {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-txt h1 {
        font-size: 85px;
        line-height: 85px;
    }
    .banner-get-touch {
        width: 100%;
    }
    .abt-img img {
        height: 88vh;
    }
    .abt-content {
        margin-top: 25px;
    }
    .make-diff-head h2 {
        text-align: start;
    }
    .make-diff-slider .slick-slide {
        margin: 0 5px;
    }
    .make-diff-item h4 {
        font-size: 20px;
        line-height: normal;
    }
    .make-diff-item {
        height: 180px;
        padding: 15px 20px;
    }
    .make-diff-item p {
        line-height: 22px;
        font-size: 15px;
    }
    .serv-tabs li.nav-item button,
    .serv-tabs li.nav-item {
        width: 100%;
    }
    p {
        line-height: 24px;
    }
    .services .accordion-button {
        padding: 0 0px;
        font-size: 22px;
    }
    .services .accordion-body {
        padding: 15px 0;
    }
    .candi-client-item>img {
        height: 100vh;
    }
    .candi-client-content {
        margin: 12px;
        padding: 15px;
    }
    .candi-client-content a.theme-btn1 {
        width: 100%;
        justify-content: center;
    }
    .candi-client-item {
        margin-top: 20px;
    }
    .jobs-items {
        padding: 25px 15px;
    }
    .jobact-btn {
        flex-direction: column;
    }
    .footer-social ul {
        justify-content: start;
        margin-top: 15px;
    }
    .footer-contact {
        flex-direction: column;
        margin-top: 12px;
    }
    .footer-contact a {
        width: 100% !important;
    }
    .copy-txt {
        margin: 10px 2px;
    }
    .modal-header h5 {
        font-size: 22px;
        line-height: normal;
    }
    .modal-header h5 {
        font-size: 38px;
        line-height: normal;
    }
    .modal-dialog {
        height: auto;
    }
    .form-input {
        margin-top: 10px;
    }
    .modal-header .btn-close {
        width: 20px;
        height: 20px;
        top: 0px;
    }
    .modal-header .btn-close:before {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 20px;
    }
    h5#thankingMessageLabel,
    h5#thankingMessage2Label {
        font-size: 33px;
        line-height: normal;
    }
    div#thankingMessage .modal-dialog,
    div#thankingMessage2 .modal-dialog {
        height: 100%;
    }
    .flex-direc {
        flex-direction: column-reverse;
    }
    .candi-formbg .registeration {
        padding: 20px;
    }
    .candi-formbg {
        height: 130vh;
        display: flex;
        align-items: end;
        background-position: bottom;
        background-size: 280vh 190vh;
    }
    .client-page .make-differnt-main {
        padding: 40px 25px;
        margin-top: 20px;
    }
    .filter-responsive a.theme-btn1 {
        width: 100%;
        color: #fff;
        text-align: center;
    }
    .filter-responsive a.theme-btn1 h5 {
        color: #fff;
    }
    .filter-responsive a.theme-btn1 i {
        transform: rotate(0);
    }
    #filterModal .job_listing_sidebar.jobs_listing_section {
        margin: 0;
    }
    .apply-reset {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 10px 20px;
        position: fixed;
        bottom: 10px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px;
    }
    .apply-reset a:last-child {
        width: 70%;
    }
    .apply-reset a {
        color: #000;
    }
    .filter_main.filter-responsive {
        flex-direction: column;
        align-items: start;
    }
    .contact_sidebar {
        padding: 20px;
    }
    .get_in_touch {
        height: auto;
    }
    .contact_form {
        padding: 25px;
        margin-top: 20px;
    }
    .slicknav_nav a:hover {
        background: transparent;
        color: var(--green);
    }
    .make-diff-slider .slick-next {
        right: 35%;
    }
    .make-diff-slider .slick-prev {
        left: 35%;
    }
    .make-diff-slider .slick-prev,
    .make-diff-slider .slick-next {
        top: 113%;
    }
    section.contact_page {
        margin-top: 10%;
    }
    .job_listing_main {
        margin-top: 20px;
    }
    .jobdetail-contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .jobdetail-contact a {
        text-align: center;
    }
    .job-detail-sec2 {
        height: 100%;
        margin-top: 13%;
        margin-bottom: -13%;
    }
    .job-det-info {
        height: auto;
    }
    .job-det-info:before {
        top: -110px;
        height: 116%;
    }
    .jobdet-apply-form:before {
        height: 100%;
    }
    .job-detail-sec1 {
        position: relative;
        width: 100%;
        top: -10px;
        /* margin-bottom: 30px; */
        height: 110vh;
    }
    .jobdet-apply-form {
        padding-left: 0;
    }
    .jobdet-apply-form .registeration {
        padding: 40px 25px;
    }
    .job-detail-sec1:before {
        height: 100vh;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slicknav_menu {
        z-index: 99999;
        position: relative;
        top: 24px;
        left: -10px;
        background: transparent;
    }
    ul.slicknav_nav {
        background: #fff;
        height: 100vh;
        width: 100%;
        top: 0px;
        position: fixed;
        right: 0px;
        z-index: -1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 60px;
    }
    ul.slicknav_nav li a {
        color: #000;
        font-size: 40px;
        font-weight: 600;
        font-family: "neue-semi";
        text-transform:capitalize;
    }
    .slicknav_open span.slicknav_icon-bar:first-child {
        transform: rotate(45deg);
        top: -5px;
        position: relative;
    }
    .slicknav_open span.slicknav_icon-bar:last-child {
        transform: rotate(-45deg);
        top: -10px;
        position: relative;
    }
    .slicknav_open span.slicknav_icon-bar:nth-child(2) {
        display: none;
    }
    .slicknav_open span.slicknav_icon-bar {
        transition: 0.5s all;
    }
    a.slicknav_btn {
        position: fixed;
        right: 22px;
    }
    .banner-txt h1 {
        font-size: 75px;
        line-height: 74px;
    }
    .banner-get-touch {
        width: 100%;
        align-items: start;
        display: flex;
        flex-direction: column;
    }
    .banner-get-touch a.theme-btn1 {
        width: 94%;
        text-align: center;
    }
    .banner-get-touch a.theme-btn1 {
        width: 94%;
        text-align: center;
    }
    .abt-img img {
        height: 88vh;
    }
    .abt-content {
        margin-top: 25px;
    }
    .make-diff-head h2 {
        text-align: start;
    }
    .make-diff-slider .slick-slide {
        margin: 0 5px;
    }
    .make-diff-item h4 {
        font-size: 20px;
        line-height: normal;
    }
    .make-diff-item {
        height: 240px;
        padding: 15px 20px;
    }
    .make-diff-item p {
        line-height: 22px;
        font-size: 15px;
    }
    .serv-tabs li.nav-item button,
    .serv-tabs li.nav-item {
        width: 100%;
    }
    p {
        line-height: 24px;
    }
    .services .accordion-button {
        padding: 0 0px;
        font-size: 22px;
    }
    .services .accordion-body {
        padding: 15px 0;
    }
    .candi-client-item>img {
        height: 100vh;
    }
    .candi-client-content {
        margin: 12px;
        padding: 15px;
    }
    .candi-client-content a.theme-btn1 {
        width: 100%;
        justify-content: center;
    }
    .candi-client-item {
        margin-top: 20px;
    }
    .jobs-items {
        padding: 25px 15px;
    }
    .jobact-btn {
        flex-direction: column;
    }
    .footer-social ul {
        justify-content: start;
        margin-top: 15px;
    }
    .footer-contact {
        flex-direction: column;
        margin-top: 12px;
    }
    .footer-contact a {
        width: 100% !important;
    }
    .copy-txt {
        margin: 10px 2px;
    }
    .modal-header h5 {
        font-size: 22px;
        line-height: normal;
    }
    .modal-header h5 {
        font-size: 38px;
        line-height: normal;
    }
    .modal-dialog {
        height: auto;
        margin: 6px;
    }
    .modal-content {
        padding: 12px;
    }
    .form-input {
        margin-top: 10px;
    }
    .modal-header .btn-close {
        width: 20px;
        height: 20px;
        top: 0px;
    }
    .modal-header .btn-close:before {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 20px;
    }
    h5#thankingMessageLabel,
    h5#thankingMessage2Label {
        font-size: 33px;
        line-height: normal;
    }
    div#thankingMessage .modal-dialog,
    div#thankingMessage2 .modal-dialog {
        height: 100%;
    }
    .flex-direc {
        flex-direction: column-reverse;
    }
    .candi-formbg .registeration {
        padding: 20px;
    }
    .candi-formbg {
        height: 130vh;
        display: flex;
        align-items: end;
        background-position: bottom;
        background-size: 280vh 190vh;
    }
    .client-page .make-differnt-main {
        padding: 40px 25px;
        margin-top: 20px;
    }
    .filter-responsive a.theme-btn1 {
        width: 100%;
        color: #fff;
        text-align: center;
    }
    .filter-responsive a.theme-btn1 h5 {
        color: #fff;
    }
    .filter-responsive a.theme-btn1 i {
        transform: rotate(0);
    }
    #filterModal .job_listing_sidebar.jobs_listing_section {
        margin: 0;
    }
    .apply-reset {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 10px 20px;
        position: fixed;
        bottom: 10px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px;
    }
    .apply-reset a:last-child {
        width: 70%;
    }
    .apply-reset a {
        color: #000;
    }
    .filter_main.filter-responsive {
        flex-direction: column;
        align-items: start;
    }
    .total_jobs .sort_by {
        width: 100%;
        text-align: center;
    }
    .contact_sidebar {
        padding: 20px;
    }
    .get_in_touch {
        height: auto;
    }
    .contact_form {
        padding: 25px;
        margin-top: 20px;
    }
    .slicknav_nav a:hover {
        background: transparent;
        color: var(--green);
    }
    .make-diff-slider .slick-next {
        right: 35%;
    }
    .make-diff-slider .slick-prev {
        left: 35%;
    }
    .make-diff-slider .slick-prev,
    .make-diff-slider .slick-next {
        top: 113%;
    }
    .sort_by select {
        width: 50%;
        text-align: center;
    }
    .sort_by span {
        width: 48%;
        display: inline-block;
    }
    section.contact_page {
        margin-top: 10%;
    }
    .jobdetail-contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .jobdetail-contact a {
        text-align: center;
    }
    .job-detail-sec2 {
        height: 100%;
        margin-top: 18%;
        margin-bottom: -18%;
    }
    .job-det-info {
        height: auto;
    }
    .job-det-info:before {
        top: -110px;
        height: 116%;
    }
    .jobdet-apply-form:before {
        height: 100%;
    }
    .job-detail-sec1 {
        position: relative;
        width: 100%;
        top: -10px;
        /* margin-bottom: 30px; */
    }
    .jobdet-apply-form {
        padding-left: 0;
    }
    .jobdet-apply-form .registeration {
        padding: 40px 25px;
    }
    .candidate-content .row {
        flex-direction: row;
    }
    .candidate-content .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .candi-img {
        margin-bottom: 20px;
    }
    section.contact_page {
        padding-top: 45%;
        padding-bottom: 30px;
    }
}



.copy-txt a:hover {
    text-decoration: underline;
}

.copy-txt a {
    color: #fff;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
}

.range-slider .rangeValues {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    /*font-weight: 600;*/
    color:#000;
    font-family:'neue-reg';
}

.bannertabs input[type=range] {
    -webkit-appearance: none;
    border: 3px solid #8E9E9D;
    width: 100%;
    position: absolute;
    left: 0;
    background:#8E9E9D;
    border-radius: 50px;
}

.bannertabs input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 18px;
    background: #fff;
    border: none;
    border-radius: 50px;
}

.bannertabs input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #fff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    margin-top: .0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 1px solid #000
}

.bannertabs input[type=range]:focus {
    outline: none;
}

.bannertabs input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000;
}

.bannertabs input[type=range]::-moz-range-track {
    width: 100%;
    height: 18px;
    background: #fff;
    border: none;
    border-radius: 50px;
}

.bannertabs input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
}

.range-slider .rangeValues {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.all-rangess-sliders.bannertabs h3 {
    text-align: start;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
}

.range-slider:last-child {
    margin-top: 60px;
}

.all-rangess-sliders.bannertabs {
    padding: 30px 0;
}

ul.pagination {
    justify-content: center;
    margin: 40px 0 0;
    gap: 22px;
    align-items: center;
}

/*li.page-active,*/
/*li:hover {*/
/*    color: #000;*/
/*    font-weight: 600;*/
/*    border-bottom: 1px solid #000;*/
/*    font-style: italic;*/
/*}*/
.menuSec ul li:hover{
    border-bottom: none !important;
}
li.slide-left,
li.slide-right {
    background: #dfdfdf;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    transition: 0.5s all;
    cursor: pointer;
}

li.slide-left:hover,
li.slide-right:hover {
    background: #000;
    color: #fff;
}

ul.pagination li {
    padding: 0 8px;
}

.slidr .slick-prev,
.slidr .slick-next {
    display: none;
}

.row.slidr.slick-initialized.slick-slider {
    padding-left: 20px;
}

.slidr .slick-slide {
    opacity: 1;
}

.make-differnt-main .slick-initialized.slick-slider {
    padding-left: 20px;
}

.make-differnt-main .slick-slide {
    opacity: 1;
}



.our_story_content{
    background-color:#affc41;
}
.checker_image img {
    width: 100%;
    height: 850px;
    object-fit: cover;
    object-position: right;
}
.our_story_content {
    background-color: #affc41;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
}

.more_about h4{
    font-size:20px;
    font-weight:600;
    line-height:24px;
    margin-bottom:0;
    
}
.more_about a{
    color:#000;
    font-size:24px;
}
.more_about {
    display: flex;
    align-items: center;
    gap: 10px;
}
.our_story_content p {
    margin-bottom: 40px;
}
.our_story_content h2 {
    font-size: 128px;
    line-height: 1.3;
}
.our_story_content h2 span {
    font-family: "neue-reg" !important;
    font-weight: 400 !important;
    font-style: italic;
}
.join_us_sec{
    padding:40px 0;
}
.join_us_content{
    padding: 40px;
    background-color:#fff;
    border-radius:20px;
}
.join_right_boxes1{
    background-color:#affc41;
}
.join_right_boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 40px;
    border-radius: 20px;
}
.join_right_boxes2{
    background-color:#8E9E9D;
    margin-top: 33px;
}
.mail_svg{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#000;
    border-radius:50px;
}
.join_right_boxes h5{
    font-size:32px;
    /*font-family: 'neue-bold';*/
    color:#000;
    margin-bottom:0;
        line-height: 1.2;
        width: 85%;
    font-family: 'neue-semi';
}
.join_right_boxes2 h5{
    color:#fff !important;
}
.join_p{
    margin-bottom:30px;
}
.join_us_content h3{
    font-size:64px;
    line-height: 1.2;
    font-family:'neue-bold';
    font-weight: 800;
}
@media only screen and (min-width: 300px) and (max-width: 575px) {
    .checker_image img {
        height: 450px;
    }
    section.contact-banner-sec{
            /*background-image: url(https://demo-htmllinks.com/ridgeway/v1/images/contact-mobe.jpg);*/
            height: 350px;
    background-position: -40px 0;
    }
    section.contact-banner-sec .contact_heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

    .our_story_content h2 {
        font-size: 64px;
        line-height: 1.3;
    }
    .join_us_content h3 {
        font-size: 32px;
    }
    .join_us_content{
        padding: 40px 20px;
    }
    .join_right_boxes {
        padding: 35px 20px;
    }
    .join_right_boxes h5 {
        font-size: 24px;
    }
    .our_story_content {
        padding: 50px 30px;
    }
    .join_right_boxes h5 {
        width: 80%;
    }
    .join_right_boxes.join_right_boxes1 {
        margin-top: 30px;
    }
    .slicknav_menu {
        z-index: 99999;
        position: relative;
        top: 24px;
        left: -10px;
        background: transparent;
        padding:0;
    }
    ul.slicknav_nav {
        background: #fff;
        height: 100vh;
        width: 100%;
        top: 0px;
        position: fixed;
        right: 0px;
        z-index: -1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 30px;
        padding-bottom: 30%;
    }
    ul.slicknav_nav li a {
        color: #000;
        font-size: 40px;
        font-weight: 600;
        font-family: "neue-semi";
        text-transform:capitalize;
    }
    .slicknav_open span.slicknav_icon-bar:first-child {
        transform: rotate(45deg);
        top: -5px;
        position: relative;
    }
    .slicknav_open span.slicknav_icon-bar:last-child {
        transform: rotate(-45deg);
        top: -10px;
        position: relative;
    }
    .slicknav_open span.slicknav_icon-bar:nth-child(2) {
        display: none;
    }
    .slicknav_open span.slicknav_icon-bar {
        transition: 0.5s all;
    }
    a.slicknav_btn {
        position: fixed;
        right: 10px;
        top:40px;
    }
    .banner-txt strong {
        font-weight: bolder;
        font-size: 80px;
    }
    .banner-txt h1 {
        font-size: 65px !important;
        line-height: 64px !important;
    }
    .banner-txt .headingspan {
  font-size: 50px;
  line-height: 60px;
    }
    .banner-txt h1.headingspan {
        font-size: 58px !important;
        line-height: 1.2;
    }
    .banner-get-touch {
        width: 100%;
        align-items: start;
        display: flex;
        flex-direction: column;
    }
    .banner-get-touch a.theme-btn1 {
        width: 94%;
        text-align: center;
    }
    .banner-get-touch a.theme-btn1 {
        width: 94%;
        text-align: center;
    }
    .abt-img img {
        height: 88vh;
    }
    .abt-content {
        margin-top: 25px;
    }
    .make-diff-head h2 {
        text-align: start;
    }
    .make-diff-slider .slick-slide {
        margin: 0 5px;
    }
    .make-diff-item h4 {
        font-size: 20px;
        line-height: normal;
    }
    .make-diff-item {
        height: 310px;
        padding: 15px 20px;
    }
    .make-diff-item p {
        line-height: 22px;
        font-size: 15px;
    }
    .make-diff-item p br{
        display:none;
    }
    .serv-tabs li.nav-item button,
    .serv-tabs li.nav-item {
        width: 100%;
    }
    p {
        line-height: 24px;
    }
    .services .accordion-button {
        padding: 0 0px;
        font-size: 22px;
    }
    .services .accordion-body {
        padding: 15px 0;
    }
    .candi-client-item>img {
        height: 100vh;
    }
    .candi-client-content {
        margin: 12px;
        padding: 30px;
    }
    .candi-client-content a.theme-btn1 {
        font-size: 14px !important;
        width: 100%;
        padding: 10px;
        justify-content: center;
    }
    .candi-client-item {
        margin-top: 20px;
    }
    .jobs-items {
        padding: 25px 15px;
    }
    .jobact-btn {
        flex-direction: column;
    }
    .footer-social ul {
        justify-content: start;
        margin-top: 15px;
    }
    .footer-contact {
        flex-direction: column;
        margin-top: 12px;
    }
    .footer-contact a {
        width: 100% !important;
    }
    .copy-txt {
        margin: 10px 2px;
    }
    .modal-header h5 {
        font-size: 22px;
        line-height: normal;
    }
    .modal-header h5 {
        font-size: 22px;
        line-height: normal;
    }
    .modal-dialog {
        height: auto;
        margin: 6px;
    }
    .modal-content {
        padding: 12px;
    }
    .form-input {
        margin-top: 10px;
    }
    .modal-header .btn-close {
        width: 20px;
        height: 20px;
        top: 0px;
    }
    .modal-header .btn-close:before {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 20px;
    }
    h5#thankingMessageLabel,
    h5#thankingMessage2Label {
        font-size: 33px;
        line-height: normal;
    }
    div#thankingMessage .modal-dialog,
    div#thankingMessage2 .modal-dialog {
        height: 100%;
    }
    .flex-direc {
        flex-direction: column-reverse;
    }
    .candi-formbg .registeration {
        padding: 20px;
    }
    .candi-formbg {
        height: 130vh;
        display: flex;
        align-items: end;
        background-position: bottom;
        background-size: 280vh 190vh;
    }
    .client-page .make-differnt-main {
        padding: 40px 25px;
        margin-top: 20px;
    }
    .filter-responsive a.theme-btn1 {
        width: 100%;
        color: #fff;
        text-align: center;
    }
    .filter-responsive a.theme-btn1 h5 {
        color: #fff;
    }
    .filter-responsive a.theme-btn1 i {
        transform: rotate(0);
    }
    #filterModal .job_listing_sidebar.jobs_listing_section {
        margin: 0;
    }
    .apply-reset {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 10px 20px;
        position: fixed;
        bottom: 10px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px;
    }
    .apply-reset a:last-child {
        width: 70%;
    }
    .apply-reset a {
        color: #000;
    }
    .filter_main.filter-responsive {
        flex-direction: column;
        align-items: start;
    }
    .total_jobs .sort_by {
        width: 100%;
        text-align: center;
    }
    .contact_sidebar {
        padding: 20px;
    }
    .get_in_touch {
        height: auto;
    }
    .contact_form {
        padding: 25px;
        margin-top: 20px;
    }
    .slicknav_nav a:hover {
        background: transparent;
        color: var(--green);
    }
    .jobdetail-contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .jobdetail-contact a {
        text-align: center;
    }
    .job-detail-sec2 {
        height: 100%;
        margin-top: 17%;
        margin-bottom: -17%;
    }
    .job-det-info {
        height: auto;
    }
    .job-det-info:before {
        top: -110px;
        height: 116%;
    }
    .jobdet-apply-form:before {
        height: 100%;
    }
    .job-detail-sec1 {
        position: relative;
        width: 100%;
        top: -10px;
        margin-bottom: 30px;
    }
    .jobdet-apply-form {
        padding-left: 0;
    }
    .jobdet-apply-form .registeration {
        padding: 40px 25px;
    }
    .candidate-content .row {
        flex-direction: row;
    }
    .candidate-content .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .candi-img {
        margin-bottom: 20px;
    }
    section.contact_page {
        padding-top: 15%;
        padding-bottom: 30px;
    }
    .address_portion {
        padding-bottom: 30px;
    }
    .contact_form h3 {
        font-size: 35px;
    }
    span.headingspan.d-block.banner-size-sm {
        font-size: 45px;
    }
    .serv-tags li {
        padding: 5px 30px;
    }
    .candi-client-content p {
        line-height: 40px;
    }
}

/*Responsive End*/

button#pills-white-tab:hover {
    font-style: italic;
    background: #000;
    color: #fff;
}
.jobact-btn .theme-btn2:hover, .jobact-btn .theme-btn2:hover span {
    font-style: italic !important;
}

.client-banner .banner-txt h1 {
    font-size: 128px;
    line-height: 128px;
    font-style: normal;
    font-weight: 600;
    font-family: 'neue-semi';
}
.client-banner .banner-txt h1 span.headingspan {
    font-style: italic;
    font-weight: 400 !important;
    font-family: 'neue-med' !important;
}
