:root {
    --interactive1: #088ACC;
    --interactive2: #f44336;
    --background_base: #f2f2f2;
    --secondary: white;
}

/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); */
/* font-family: 'Ubuntu', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap'); /* font-family: 'Raleway', sans-serif; */
body {
    max-width: 100%;
    overflow-x: hidden;
    background: var(--background_base);
    font-family: 'Raleway', sans-serif;
    counter-reset: my-sec-counter;
}

*:hover {
    text-decoration: none!important;
}

*:focus {
    outline: none!important;
}

.whispers_echo_cont_text.for_mob p {
    display: none;
}

.whispers_echo_cont_text.for_desk p {
    display: block;
}

.for_mobile {
    display: none!important;
}

/* nav start */
.close_nav {
    display: none!important;
}

.hamburger_cont {
    display: none;
}

.hamburger_cont_outer {
    display: none;
    text-align: right;
}

.nav_cont {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    position: relative;
    width: 100%;
    z-index: 3;
    background: var(--secondary);
    position: sticky;
    top: 0;
    transition: all .5s;
}

.nav_cont.scrolled {
    box-shadow: 1px 1px 29px -11px #000;
    transition: all .5s;
}

.inner_menu_cont ul {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 10px;
}

.top_menu_cont button.second_button {
    background: #ffdb0100;
    color: white;
}

.for_home_nav.nav_cont.scrolled .second_button {
    background: #ffdb01;
    color: black;
}

.logo_nav {
    width: 100%;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff30;
}

.logo_nav img {
    width: 100%;
    max-width: 71px;
}

.inner_menu_cont {
    text-align: right;
}

li.dd_menu_l_one .dd_menu_l_one_cont {
    display: none;
    position: absolute;
    left: 0;
    width: 214px;
    top: 23px;
    margin-top: 0;
    opacity: 0;
    /* background: var(--secondery); */
}

.dd_menu_l_one_cont ul {
    background: var(--secondary);
    margin-top: 14px;
    position: relative;
    padding: 19px 15px 8px;
    border-radius: 0;
    box-shadow: 2px 30px 39px -20px #00000045;
}

.back_slidecont {
    width: 100%;
    min-height: 100vh;
    background-color: red;
    background-size: 100% 100%!important;
    background-position: top!important;
    animation: test .5s linear forwards;
}

@keyframes test {
    0% {
        background-size: 100% 100%!important;
    }

    100% {
        background-size: 110% 110%!important;
    }
}

li.dd_menu_l_one:hover .dd_menu_l_one_cont {
    display: block;
    animation: nav_slide_in .2s linear forwards;
}

@keyframes nav_slide_in {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    1% {
        display: block;
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.dd_menu_l_one span i {
    font-size: 13px;
    color: #ffdb01;
}

.inner_menu_cont > ul li {
    display: inline-block;
    margin-left: 7px;
    /* background: red; */
    padding: 9px 8px;
    position: relative;
    cursor: pointer;
    /* text-transform: uppercase; */
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
}

.dd_menu_l_one ul>i {
    z-index: 2;
    position: absolute;
    left: 13px;
    top: -22px;
    transform: rotate(180deg);
    color: var(--secondery);
    font-size: 24px;
}

.dd_menu_l_one li {
}

.inner_menu_cont > ul > li > .dd_menu_l_one_cont > ul > a>li {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    border-bottom: 1px solid #00000008;
    padding-bottom: 8px;
    font-size: 14px;
    text-transform: none;
    margin-left: 0px;
    color: black;
}

.for_home_nav .inner_menu_cont > ul li {
    color: white;
    position: relative;
}

.for_home_nav .inner_menu_cont > ul li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: white;
    left: 0;
    bottom: -11px;
    transition: all .5s;
}

.for_home_nav .inner_menu_cont > ul li:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    left: 0;
    bottom: -11px;
    transition: all .5s;
}

.top_menu_cont {
    text-align: right;
    margin-top: 10px;
}

.top_menu_cont a {
}

.top_menu_cont button {
    background: #ffdb01;
    border: 1px solid #ffdb01;
    padding: 7px 18px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    margin-left: 13px;
}

.inner_menu_cont > ul > li > .dd_menu_l_one_cont > ul > a:nth-last-child(1)>li {
    border-bottom: 0px solid #00000008;
}

a {
    color: black!important;
    text-decoration: none;
}

.li.dd_menu_l_one .dd_menu_l_one_cont li {
}

.for_home_nav.nav_cont {
    position: fixed;
    background: transparent;
}

.for_home_nav.nav_cont.scrolled {
    position: fixed;
    background: white;
}

.for_home_nav.nav_cont.scrolled .inner_menu_cont > ul li {
    color: black;
}

/* nav end */
.heading {
    margin-top: 100px;
    color: #535353;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
}

.heading span {
    background: #feda01;
    color: black;
    border-bottom: 2px solid #00000047;
    padding: 0px 8px;
}

/* about_tab start */
.tabcont_button_cont {
    background: var(--secondary);
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
    padding: 12px;
}

.tabcont_text_cont.active {
    display: block;
    animation: fade_from_down .5s linear forwards;
}

@keyframes fade_from_down {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.tabcont_text_cont {
    display: none;
    background: var(--secondary);
    padding: 50px;
    border-radius: 0px 10px 10px 10px;
    box-shadow: 1px 1px 47px -2px #ccc;
}

.tabcont_text_cont h3 {
    font-size: 71px;
    margin-bottom: 14px;
    padding-top: 28px;
    font-weight: 700;
    color: #616161;
    /* text-align: right; */
}

.tabcont_text_cont h5 {
    font-size: 21px;
    margin-top: 32px;
    font-weight: 700;
    margin-bottom: -32px;
    color: #f44336;
}

.tabcont_text_cont p {
    font-size: 15px;
    line-height: 31px;
    margin-top: 41px;
}

.tabcont_button_cont button {
    background: no-repeat;
    border: none;
    padding: 13px 15px 11px;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-right: 1px solid #f2f2f2;
    border-left: 0px;
    margin: 0;
}

.tabcont_button_cont button.active {
    background: white;
    border: none;
    background: #ffdb01;
    color: #2a2a2a;
    margin: 0;
    transform: translateX(-1px);
    /* box-shadow: inset 1px 1px 7px -3px #000000f5; */
}

.tabcont_button_cont button:nth-last-child(1) {
    border-right: 0px solid black;
}

.tabcont_text_cont img {
    float: left;
    width: 100%;
    max-width: 431px;
    margin: 0px 34px 14px 0px;
    border-radius: 10px;
    margin-top: 20px;
}

.tabcont_text_cont_outer {
    /* box-shadow: 1px 1px 47px -2px #ccc; */
}

/* home start */
.background_slider_outer {
    position: relative;
    min-height: 110vh;
}

.background_banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blur_banner_cont {
    background: rgb(210 210 210 / 22%);
    backdrop-filter: blur(7px);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
    border-radius: 0px;
    display: flex;
    width: 100%;
    margin-top: 98px;
}

.blur_slider_cont {
    width: 70%;
    /* background: red; */
    padding: 56px 73px;
}

.blur_slid_inner h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
}

.blur_slid_inner p {
    color: white;
    margin-top: 37px;
    font-weight: 800;
    float: left;
    text-transform: uppercase;
}

.blur_slid_inner p span {
    color: #ffdb01;
}

.blur_slid_inner button {
    float: right;
    margin-top: 30px;
    background: white;
    padding: 10px 30px;
    border: none;
    border-radius: 100px;
    font-size: 14px;
}

.yellow_cont {
    width: 30%;
    background: #ffdb01;
}

.yellow_slide_inner {
    position: relative;
    padding-bottom: 14px;
}

.yellow_slide_inner h1 span {
    width: 100%;
    font-size: 13px;
    font-weight: 800;
    margin-top: 0;
    display: block;
    margin-bottom: 34px;
    text-transform: uppercase;
    line-height: 15px;
}

.yellow_slide_inner h1 {
    width: 100%;
    padding: 0% 5%;
    font-size: 24px;
    font-weight: 800;
    margin-top: 33px;
}

.yellow_slide_inner p {
    width: 100%;
    padding: 0% 5%;
    margin-top: 16px;
}

.yellow_slide_inner img {
    width: 90%;
    margin: 0 auto;
    /* position: relative; */
    /* bottom: 0; */
}

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

.yellow_bane_slide_img {
    width: 90%;
    min-height: 204px;
    background-size: cover!important;
    background-position: center!important;
    display: block;
    margin: 0 auto;
    opacity: 0;
    transition: all 1.7s;
}

.slick-active .yellow_bane_slide_img {
    opacity: 1;
    transition: all 1.7s;
}

.left_ban_text_main {
    color: white;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 29px;
    display: inline-block;
}

.right_ban_text_main {
    color: white;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    float: right;
    opacity: .5;
}

.blur_banner_cont_for_partners {
    background: rgb(210 210 210 / 22%);
    backdrop-filter: blur(7px);
    /* box-shadow: 5px 5px 30px rgb(0 0 0 / 20%); */
    border-radius: 0px;
    /* display: flex; */
    width: 100%;
    margin-top: 17px;
}

.inner_blur_banner_cont_for_partners {
}

.inner_blur_banner_cont_for_partners_ind_logo {
    width: 100%;
    text-align: center;
}

.inner_blur_banner_cont_for_partners_ind_logo img {
    width: 10%;
    display: inline-block;
    margin: 0 10px;
}

.background_slider_outer {
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.slick-dots {
    bottom: unset;
    top: -200px;
    /*     background: red; */
    width: 7%;
    right: -9%;
    height: 300px;
}

.slick-dots li {
    width: 100%;
    display: block;
    height: auto;
}

.slick-dots li button {
    width: auto;
    height: 51px;
    border-right: 5px solid white;
    /*     background: green; */
    padding: 0px 15px;
    color: white;
    margin-bottom: 0px;
}

.slick-dots li button:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    font-size: 47px;
    position: relative;
    color: white!important;
    opacity: 1;
}

.slick-dots li button {
    color: white;
    color: white;
    opacity: .7;
    transition: all .5s;
    font-family: 'Raleway', sans-serif;
}

.slick-dots li.slick-active button {
    color: white;
    opacity: 3;
    transition: all .5s;
}

.inner_footer {
    display: flex;
    border-bottom: 1px solid #cccccc42;
    padding-top: 0px;
}

.footer_head {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.col_special {
    width: 15%;
    background: #446479;
    min-height: 205px;
}

.col {
    width: 15%;
}

.inner_footer .col a {
    font-size: 11px;
    display: block;
    margin-bottom: 6px;
    color: #ffffff85!important;
}

footer {
    background: #13425e;
    padding: 61px 0px 0px;
}

.inner_footer.bottom_footer .col {
    width: 90%;
}

.inner_footer.bottom_footer .col p {
    color: #ffffffad;
    margin-top: 20px;
    font-size: 13px;
}

.footer_head {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    padding-bottom: 30px;
    position: relative;
}

.bottom_footer .col_special {
    min-height: 105px;
}

.inner_footer.bottom_footer {
    border-bottom: 0px solid #cccccc42;
}

.footer_head:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #ffdb01;
    bottom: 7px;
    left: 0;
}

/* .slick-dots li.slick-active button:before{
    font-size: 60px;
} */
/* most recent jobs */
.home_most_recent_job_inner {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.home_most_recent_job_outer {
    text-align: right;
    width: 100%;
    margin: 0 auto;
}

.col_job_cont {
    width: 31%;
    position: relative;
}

.job_details {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.job_details h3 {
    width: 100%;
    color: white;
    font-weight: 700;
    margin-top: 5px;
}

.job_details p {
    width: 100%;
    color: white;
    font-weight: 400;
    margin-bottom: 20px;
}

.col_job_cont img {
    width: 100%;
}

.job_details_inner {
    width: 81%;
    padding: 24px 22px;
    background: rgb(210 210 210 / 22%);
    backdrop-filter: blur(7px);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
    border-radius: 13px;
    text-align: left;
}

.job_details_inner button {
    background: #ffdb01;
    border: none;
    padding: 4px 15px;
}

.about_us_outer {
    /* background: url(../img/earth2.jpg);
    margin: 0px auto 0px;
    padding: 100px 0px 100px;
    background-size: cover;
    position: relative; */
    margin: 0px auto 0px;
    padding: 100px 0px 100px;
    background-size: cover;
    position: relative;
    background: url(../img/temp/whoweare.jpg);
    background-size: cover;
}

.about_us_inner {
    background: green;
    padding: 59px;
    background: rgb(215 215 215 / 28%);
    backdrop-filter: blur(13px);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
    border-radius: 16px;
}

.about_cont_text {
}

.about_cont_text p {
    line-height: 25px;
    color: white;
    margin-top: 29px;
    font-weight: 500;
}

.about_cont_text button {
    background: #ffdb01;
    border: none;
    padding: 7px 15px;
    margin-top: 20px;
}

.about_cont_text_head {
    text-align: right;
}

.about_cont_text_head span {
    color: #ffffffba;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 160px;
    margin-top: 41px;
}

.about_cont_text_head h3 {
    font-size: 51px;
    position: relative;
    color: #ffdb01;
    font-weight: 700;
}

.about_cont_text_head h3::before {
    position: absolute;
    top: -29px;
    right: 0;
    content: '';
    width: 112px;
    height: 5px;
    background: #ffdb01;
}

.overlay_for_connrust {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: #0000009c;
    height: 100%;
}

.approch_text_cont .heading {
    margin-bottom: 41px;
    text-align: left;
    line-height: 54px;
}

.apporchs_connt {
    background: #ededed;
    background: url(../img/approch_back.jpg);
    padding: 0px 0px;
    padding-bottom: 100px;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.apporchs_connt_inner p {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    /* text-align: center; */
    position: relative;
    /* padding-top: 50px; */
    padding-bottom: 50px;
}

.apporchs_connt_inner p::before {
    /* content: ''; */
    position: absolute;
    width: 90%;
    height: 190%;
    left: 5%;
    top: -64%;
    /* border: 10px solid #ffdb01ed; */
}

.heading_center {
    text-align: left;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-size: 50px;
    width: auto;
    margin-top: 100px;
}

.heading_center span {
}

.apporchs_connt_inner p span {
    position: relative;
    z-index: 2;
}

.approch_img_cont {
    position: relative;
}

.approch_img_cont img {
    width: 65%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: 1px 1px 35px 1px #00000040;
    border-radius: 0px 0px 30px 30px;
}

.approch_text_cont {
}

img.right_app {
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 1;
    width: 51%;
    filter: blur(4px);
}

img.left_app {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 51%;
    left: 5%;
    filter: blur(3px);
}

img.right_app:hover , img.left_app:hover {
    z-index: 3;
    filter: blur(0px);
}

.approch_text_cont .heading_center span {
    color: #f1d007;
}

.for_cater .job_details_inner {
    width: 100%;
    /* padding: 24px 22px; */
    background: rgb(0 0 0 / 59%);
    backdrop-filter: none;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
    height: 100%;
}

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

.for_cater .col_job_cont.inactive {
}

.for_cater .col_job_cont {
    border: 1px solid #cccccc38;
}

.for_cater .col_job_cont.inactive * {
    opacity: 0;
    transition: all .5s;
}

.for_cater .col_job_cont * {
    opacity: 1;
    transition: all 0s;
}

.for_cater_wrapper {
    transition: all 0s;
    position: relative;
    padding: 100px 0px;
}

.for_cater_wrapper {
    background: url('../img/bancat1.jpg');
}

.for_cater_wrapper::before {
    width: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    content: '';
    background: #00000085;
    position: absolute;
    height: 100%;
}

.for_cater_wrapper .heading {
    margin-top: 30px;
    color: #ffffff;
    font-size: 68px;
    line-height: 80px;
    font-weight: 600;
    display: block;
    margin-bottom: 66px;
    position: relative;
    text-align: right;
}

.home_most_recent_job_inner.for_cater {
    gap: 0px;
}

.home_most_recent_job_inner.for_cater .col_job_cont {
    width: 33.3%;
}

/* testimonial */
.testimonial_section {
    display: block;
    overflow: hidden;
    margin-bottom: 70px;
}

.testimonial_section:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content {
    background-color: #1a1a1b;
    padding-top: 77px;
    padding-right: 210px;
    padding-bottom: 62px;
    position: relative;
}

.testimonial_section .about_content .background_layer {
    background-color: #1a1a1b;
    width: auto;
    margin-left: -200px;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .about_content .layer_content .section_title {
    margin-bottom: 24px;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content .layer_content .section_title h5 {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #818a8f;
    margin-top: -5px;
    margin-bottom: 6px;
}

.testimonial_section .about_content .layer_content .section_title h2 {
    /* font-family: "Titillium Web"; */
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
    color: #fff;
}

.testimonial_section .about_content .layer_content .section_title h2 strong {
    font-weight: 600 !important;
    width: 100%;
    display: block;
    color: #ffdb01;
}

.testimonial_section .about_content .layer_content .section_title .heading_line {
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line span {
    transition: all 0.5s ease-in-out 0s;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
    content: "";
    right: auto;
    left: 69px;
    position: absolute;
    bottom: 28px;
    width: 17px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
}

.row.testimonial_cont {
    width: 100%;
    margin: 0 auto;
}

.testimonial_section .about_content .layer_content .section_title .heading_line:after {
    content: "";
    left: 1%;
    margin-left: 0;
    position: absolute;
    bottom: 28px;
    width: 59px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffdb01;
}

.testimonial_section .about_content .layer_content .section_title p {
    color: #fff;
    margin: 0 0 15px;
}

.testimonial_section .about_content .layer_content a {
    color: #fff!important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.testimonial_section .about_content .layer_content a i {
    font-size: 18px;
    vertical-align: middle;
}

.testimonial_section .about_content .layer_content a:hover {
    color: #ff5e14;
}

.testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
    background-color: #ff5e14;
    margin-left: -170px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
    background-color: #ffdb01;
    width: auto;
    margin-right: -200px;
    right: 0;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 62px 0px 72px 50px;
    position: relative;
    text-align: center;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    margin-left: 150px;
    margin-top: 69px;
    padding: 45px 40px 45px 40px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 46%;
    margin-top: 6px;
    background-color: #ffdb01;
    position: absolute;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
    padding-top: 0;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5d6576;
    font-style: italic;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    /*     border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 80px; */
    border: none;
    position: absolute;
    top: 0;
    left: 97px;
    top: 69px;
    z-index: 2;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 30%;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    top: 165px;
    right: 85px;
    border-radius: 0;
    background: #000000;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 165px;
    right: 35px;
    border-radius: 0;
    display: block;
    background: #000000;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #020d26;
}

.testimonial_text_cont {
    padding-left: 46px;
    padding-right: 50px;
}

@media all and (max-width: 991px) {
    .testimonial_section .about_content {
        padding-right: 15px !important;
    }

    .testimonial_section .about_content .background_layer {
        width: 200% !important;
    }

    .testimonial_section .testimonial_box {
        margin-top: 0 !important;
    }

    .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
    }

    .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
    }

    .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        margin-left: -36px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
        display: none;
    }
}

.jobListingInner {
    display: flex;
    margin-top: 42px;
    margin-bottom: 100px;
}

.colside_nav {
    width: 30%;
}

.side_nav_cont {
    width: 91%;
    min-height: 50vh;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 1px #ccc;
    position: sticky;
    top: 7px;
    padding: 10px 20px;
    float: left;
    padding-bottom: 29px;
}

.col_lsiting_cont {
    width: 70%;
}

.col_lsiting_cont .home_most_recent_job_inner {
    width: 100%;
    background: white;
    padding: 27px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 1px #ccc;
}

.col_lsiting_cont .col_job_cont {
    width: 31%;
    position: relative;
}

.col_lsiting_cont .job_details h3 {
    width: 100%;
    color: white;
    font-weight: 700;
    margin-top: 5px;
    font-size: 17px;
}

.col_lsiting_cont .job_details_inner {
    width: 92%;
    padding: 24px 22px;
    background: rgb(210 210 210 / 22%);
    backdrop-filter: blur(7px);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
    border-radius: 0px;
    text-align: left;
}

.col_lsiting_cont .job_details p {
    font-size: 13px;
}

.all_filter_cont input.check {
    position: absolute;
    opacity: 0;
}

.all_filter_cont {
    /* For Firefox */
    overflow-y: scroll;
    scrollbar-color: #FFEB3B #807a7a;
    scrollbar-width: thin;
}

/* For Chrome and other browsers except Firefox */
.all_filter_cont::-webkit-scrollbar {
    width: 5px;
    background-color: #807a7a;
    cursor: pointer;
}

.all_filter_cont::-webkit-scrollbar-thumb {
    background-color: #FFEB3B;
}

.all_filter_cont input.check:checked + label svg path {
    stroke-dashoffset: 0;
}

.all_filter_cont input.check:focus + label {
    transform: scale(1.03);
}

.all_filter_cont .check + label {
    display: flex;
    border: 1px solid #333;
    width: 22px;
    height: 22px;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
}

.all_filter_cont .check + label:active {
    transform: scale(1.05);
    border-radius: 30px;
}

.all_filter_cont .check + label svg {
    pointer-events: none;
    width: 52%;
}

.all_filter_cont .check + label svg path {
    fill: none;
    stroke: #333;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 101;
    transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
}

.label_like {
    float: left;
    cursor: pointer;
    display: block;
    width: calc(100% - 36px);
    /* background: red; */
    margin-left: -31px;
    font-size: 12px;
    padding-left: 34px;
    text-transform: uppercase;
    padding-top: 3px;
}

.check_label_outer {
    display: block;
    width: 100%;
    float: left;
}

.side_nav_cont h2 {
}

.all_filter_cont {
    float: left;
    /* background: red; */
    min-height: 100px;
    overflow-y: auto;
    max-height: 105px;
    margin-bottom: 22px;
}

.trigger_filter_option {
    width: 100%;
    /* background: #f2f2f2; */
    padding: 1px 15px;
    border-radius: 5px;
    margin-bottom: 14px;
    box-shadow: 0px 1px 11px -3px #ccc;
    cursor: pointer;
    float: left;
}

.label_like {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.all_filter_cont_for_input_text.for_input {
    float: left;
    width: 100%;
}

.jobListingInner .for_input input {
    padding: 7px;
    width: 100%;
}

.col_lsiting_cont .load {
    display: block;
    margin: 0 auto;
    margin-top: 29px;
    background: #000000;
    border: none;
    padding: 9px 27px;
    color: #feda01;
    transition: all .5s;
}

.col_lsiting_cont .load:hover {
    color: #000000;
    background: #feda01;
    transition: all .5s;
}

.filter_trigger {
    width: 41px;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 2;
    background: #feda01;
    border: none;
    padding: 7px;
    display: none;
}

.filter_trigger > img {
    width: 100%;
}

.for_job_listing.heading {
    margin-top: 56px;
}

.secondary_banner {
    background: url(https://www.finance-monthly.com/Finance-Monthly/wp-content/uploads/2022/06/UK-Firms-Hit-By-Challenging-Hiring-Crunch.jpg);
    min-height: 400px;
    margin-top: -21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.secondary_banner h1 {
    font-size: 50px;
    margin-top: 75px;
    font-weight: 700;
    color: white;
    position: relative;
    text-transform: uppercase;
}

.secondary_banner .overlay {
    background: #000000d6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.apply_filter {
    display: inline-block;
    background: black;
    border: none;
    font-size: 10px;
    float: right;
    margin-top: 1px;
    padding: 8px 24px 7px;
    color: white;
    letter-spacing: 2px;
    font-weight: 800;
}

.job_details_wrapper {
    display: flex;
    background: white;
    padding: 31px;
    border-radius: 10px;
    box-shadow: 1px 1px 38px -8px #0000006b;
    margin-top: 25px;
    margin-bottom: 100px;
}

.j_d_img_wrapper {
    width: 36%;
    padding: 0px 31px;
    border-right: 1px dashed #ffdb01;
}

.j_d_img_wrapper img {
    width: 100%;
    position: sticky;
    top: 108px;
}

.j_d_content_wrapper {
    width: 70%;
    padding: 0px 30px;
}

.applied {
    background: #74726b40;
    border: none;
    padding: 11px 54px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #989898;
}

.apply {
    background: #ffdb01;
    border: none;
    padding: 11px 54px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.j_d_content_wrapper label {
    color: #7e7a7a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.j_d_content_wrapper p {
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 26px;
    text-align: justify;
}

.j_d_content_wrapper h3 {
    font-size: 31px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}

div#tab_text_all_latest_job_tab {
    display: flex;
    /* gap: 10px; */
    flex-wrap: wrap;
}

.col_job_cont {
    width: 30%;
    position: relative;
    margin: 1%;
}

.home_most_recent_job_inner.for_cater .col_job_cont {
    width: 31.3%;
}

/* login and signup start */
.login_wrapper_inner_inner {
    display: flex;
    width: 100%;
    /* background: white; */
    max-width: 791px;
    box-shadow: 1px 1px 15px 5px #ccc;
    margin-bottom: 69px;
    margin-top: 100px;
}

.login_left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1b;
}

.login_right {
    width: 50%;
    background: white;
}

.login_right label {
    color: #1a1a1b;
    text-transform: uppercase;
    margin-top: 33px;
    margin-bottom: 11px;
}

.login_right input {
    color: #1a1a1b;
    color: #1a1a1b;
    border-radius: 0px;
    border: 1px solid #ffdb01;
    width: 100%;
    padding: 10px 20px;
}

.login_right input[type="checkbox"] {
    accent-color: #ffdb01;
    display: inline-block;
    width: unset;
    margin-right: 11px;
    margin-top: 37px;
}

.login_right select {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ffdb01;
}

.login_left h3 {
    color: white;
    font-size: 27px;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 33px;
    margin-bottom: 18px;
    font-family: 'Raleway', sans-serif;
}

.login_left h3 span {
    color: #ffdb01;
    font-weight: 600;
}

.login_left p {
    color: #ffffff;
    font-family: 'Nunito';
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.login_left_text_cont {
    width: 80%;
}

.border_radious_none {
    border-radius: none!important;
    padding-bottom: 68px;
    padding-top: 20px;
    padding-left: 28px;
    padding-right: 30px;
}

.login_right label.remember_me_label {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

.login_button_cont button {
    color: black;
    background: #ffdb01;
    border: 1px solid #ffdb01;
    padding: 10px 39px 9px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    margin-left: 13px;
    border-radius: 0px;
    transition: all .5s;
    float: right;
    margin-top: 20px;
}

.login_button_cont button:hover {
    background: transparent;
    border: 1px solid #ffdb01;
    transition: all .5s;
}

.login_logo {
}

.login_logo svg {
    fill: white;
    width: 60px;
    margin-bottom: 23px;
}

.login_wrapper_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 37px;
}

.body_home.for_login_body {
    background: url('../img/temp/Login.jpeg');
    background-size: cover;
}

.body_home.for_signup_body {
    background: url('../img/temp/Signup.jpeg');
    background-size: cover;
    background-size: cover;
    background-position: top;
}

.login_button_cont a {
    margin-top: 13px;
    display: inline-block;
}

.dark_nav .for_home_nav .inner_menu_cont > ul li {
    color: #5e5353;
}

.dark_nav .top_menu_cont .second_button {
    color: black;
}

.login_wrapper_outer.for_signup .login_wrapper_inner_inner {
    max-width: 1103px;
}

.login_wrapper_outer.for_signup .login_left {
    width: 34%;
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
    background: unset;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /* width: 34%;
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url(../img/earth2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background: url(../img/temp/signup4.jpg);
    background-size: cover!important; */
    /*     background-attachment: fixed!important; */
    /*     background-position: center!important; */
}

.login_wrapper_outer.for_signup .login_right {
    width: 76%;
    background: white;
}

.login_wrapper_outer.for_signup .login_left_text_cont {
    width: 80%;
    margin: 0 auto;
    margin-top: 25vh;
    top: 36vh;
    position: sticky;
}

.login_wrapper_outer.for_signup {
    margin-top: 100px;
    margin-bottom: 100px;
}

.login_wrapper_outer.for_signup .login_button_cont {
    margin-top: 37px;
}

body.white_bg_image {
    background: url(../img/approch_back.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.for_signup .mt-4 {
    width: 48%;
    display: inline-block;
    margin-right: 1%;
}

@media only screen and (max-width: 999px) and (min-width: 300px) {
    .login_wrapper_inner_inner {
        flex-direction: column;
    }

    .login_left {
        width: 100%;
        padding-bottom: 38px;
        padding-top: 26px;
    }

    .login_right {
        width: 100%;
        padding-bottom: 35px;
    }

    .login_wrapper_outer {
        padding-top: 82px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 75px;
    }

    .login_wrapper_outer.for_signup .login_left {
        width: 100%;
        display: block;
        padding-bottom: 50px;
        padding-top: 0px;
    }

    .login_wrapper_outer.for_signup .login_right {
        width: 100%;
        background: white;
        padding-bottom: 44px;
    }

    .login_wrapper_outer.for_signup .login_left_text_cont {
        margin-top: 14vh;
    }

    .login_wrapper_outer.for_signup {
        margin-top: 0px;
    }

    body.white_bg_image .hamburger_cont {
        color: black;
    }

    body.white_bg_image .for_home_nav .inner_menu_cont > ul li {
        color: white;
    }

    .login_button_cont a {
        margin-top: 13px;
        display: inline-block;
        font-size: 12px;
        display: block;
        margin-bottom: -5px;
        width: 51%;
        float: left;
    }

    .login_button_cont span {
        display: none;
    }

    .for_signup .mt-4 {
        width: 100%;
        display: block;
        margin-right: 1%;
    }
}

/* login end */
/* services start */
.tab_cont.for_services {
    display: flex;
    flex-wrap: wrap;
}

.tabcont_text_cont_outer.for_services {
    width: 72%;
    margin-top: 39px;
    margin-left: 2%;
}

.tabcont_text_cont_outer.for_services .tabcont_text_cont {
    display: block;
    margin-bottom: 26px;
    border-radius: 9px;
    position: relative;
}

.tabcont_button_cont.for_services {
    width: 26%;
    background: transparent;
    margin-top: 39px;
    padding: 0;
}

.inner_button_cont_service {
    display: block;
    position: sticky;
    top: 120px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 47px -2px #ccc;
    min-height: auto;
    transition: all .5s;
}

body, html {
    scroll-behavior: smooth;
}

.tabcont_button_cont.for_services button {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 13px;
    padding: 23px 13px 19px;
    border-bottom: 1px dashed #6a6a6a26;
    line-height: 20px;
    border-right: 0px!important;
    border-top: 0px!important;
    border-left: 0px!important;
    transition: all .5s;
}

.tabcont_button_cont.for_services button.active {
    border-bottom: 1px dashed transparent;
    border-right: 0px!important;
    border-right: 0px!important;
    border-top: 0px!important;
    border-left: 0px!important;
    transition: all .5s;
}

.tabcont_button_cont.for_services button.active {
    border: 0px solid transparent!important;
}

.tabcont_text_cont_outer.for_services h3 {
    font-size: 44px;
}

.tabcont_text_cont_outer.for_services p {
    font-size: 14px;
    line-height: 31px;
    margin-top: 19px;
}

.tabcont_text_cont_outer.for_services img {
    width: 100%;
    max-width: 353px;
}

.tabcont_text_cont_outer.for_services h5 {
    font-size: 14px;
    margin-bottom: 11px;
    margin-top: 27px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.inner_button_cont_service a:nth-last-child(1) button {
    border: none;
}

.tabcont_text_cont.top.for_services {
    display: block;
    margin-top: 0;
    border-radius: 10px;
}

.tabcont_text_cont.top.for_services h3 {
    font-size: 35px;
}

.tabcont_text_cont.top.for_services h5 {
    font-size: 14px;
    margin-bottom: 11px;
    margin-top: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tabcont_text_cont.top.for_services p {
    margin-top: 18px;
    font-size: 14px;
}

.for_deck {
    position: absolute;
    top: -120px;
    width: 10px;
    height: 10px;
    background: red;
    opacity: 0;
}

.for_deck_two {
    position: absolute;
    top: -94px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: green;
    opacity: 0;
}

/* .nav_cont {
    opacity: .5;
} */
.services_side_bar_heading {
    font-size: 24px;
    text-align: left;
    margin-bottom: 21px;
    text-transform: uppercase;
    padding: 0px 13px;
}

.tabcont_text_cont_outer.for_services h3 span {
    color: #ffdb01;
}

.inner_menu_cont > ul > li > .dd_menu_l_one_cont > ul > a>li:hover {
    background: #ffdb01;
    margin-bottom: 6px;
}

/* services end */
/* service_v2 start */
.ovelay_service_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00003082;
    background: rgb(66 62 62 / 48%);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabcont_text_cont img {
    float: none;
}

.tabcont_text_cont .wrapper_cont {
    width: 100%;
    position: relative;
}

.tabcont_text_cont .wrapper_cont img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.tabcont_text_cont .wrapper_cont h3 {
    position: absolute;
    color: white;
}

.tabcont_text_cont .wrapper_cont h3 span {
}

.tabcont_text_cont_outer.for_services h5 {
    color: black;
    margin-top: 45px;
}

/* .blur_slider_cont {
    width: 100%;
}

.blur_banner_cont .yellow_cont {
    display: block;
} */
/* .blur_banner_cont_for_partners{
    display: none;
}
 */
.inner_blur_banner_cont_for_partners .slick-slide {
    display: none;
}

.blur_banner_cont .slick-dots li {
    transform: scale(0.7);
    opacity: .7!important;
    margin: -16px 0;
    transition: all .5s!important;
}

.slick-dots li.slick-active {
    transform: scale(1);
    opacity: 1!important;
    margin-left: -5px;
    transition: all .5s!important;
}

.nav_cont {
    z-index: 10;
}

.refer_and_earn_cont p {
    margin-top: 23px;
    line-height: 27px;
    margin-bottom: 33px;
}

.refer_and_earn_cont button {
    /* float: right; */
    margin-top: 0;
    background: #ffdb01;
    padding: 10px 30px;
    border: none;
    border-radius: 100px;
    font-size: 14px;
}

.refer_and_earn_cont {
    background: white;
    padding: 0px 0px 0px;
    float: left;
    margin-top: 28px;
    border-radius: 20px;
    box-shadow: 1px 1px 26px 0px #ccc;
    display: flex;
    overflow: hidden;
}

.refer_and_earn_cont_inner {
    width: 80%;
    padding: 20px 50px;
    padding-bottom: 49px;
}

.left_slide_image_home {
    width: 31%;
    display: block;
    min-height: auto;
}

.refer_and_earn_cont h1 {
    margin-top: 50px;
}

.search_jobs_row {
    background: #feda01;
}

.search_jobs_row .refer_and_earn_cont {
    background: white;
    padding: 0px 0px 0px;
    float: left;
    margin-top: 28px;
    border-radius: 20px;
    box-shadow: 1px 1px 26px 0px #0000004f;
}

.search_jobs_row {
    background: #feda01;
    padding: 50px 0px 70px;
    margin-top: 71px;
}

.login_wrapper_outer .login_left {
    position: relative;
    background: url(../img/earth1.jpg);
    position: relative;
    /*     background: url(../img/earth1.jpg); */
    /*     background: url(../img/temp/Login.jpeg); */
    background-size: cover;
    background-attachment: fixed;
    background: unset;
}

.login_wrapper_outer .login_left::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(133 133 133 / 55%);
    backdrop-filter: blur(7px);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
    border-radius: 0;
}

.login_left_text_cont {
    width: 80%;
    position: relative;
    padding: 0px 30px;
}

img.badge {
    display: block!important;
    position: absolute;
    top: -38px;
    left: -24px;
    width: 81px;
    background: transparent;
}

.secondary_banner_secondary {
    background: url(../img/earth2.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    color: white;
    margin-top: -21px;
    padding-top: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.secondary_banner_secondary h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
}

.secondary_banner_secondary p {
    width: 100%;
    max-width: 700px;
    margin-top: 32px;
    margin-bottom: 46px;
}

.secondary_banner_secondary button {
    background: #ffdb01;
    border: 1px solid #ffdb01;
    padding: 10px 28px 9px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    margin-right: 20px;
    color: #000;
}

.secondary_banner_secondary .theme_tertiary_button {
    background: transparent;
    color: white;
}

.secondary_banner_secondary_inner {
    padding: 50px 50px;
    background: rgb(210 210 210 / 22%);
    backdrop-filter: blur(7px);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
}

.secondary_banner_secondary_inner_for_four_cards {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
    margin-bottom: 54px;
    margin-top: 30px;
}

.card_banner {
    width: 24.25%;
    padding: 26px 25px;
    background: rgb(210 210 210 / 22%);
    backdrop-filter: blur(7px);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
}

.card_banner img {
    width: 51px;
}

.card_banner h5 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.card_banner p {
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 11px;
}

.overlay_secondary {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #04040494;
    top: 0;
    left: 0;
}

.for_home_nav .unset {
    color: white!important;
}

.white_bg_image .dd_menu_l_one a.unset {
    color: unset!important;
}

.scrolled .unset {
    color: #000!important;
}

.card_banner button {
    background: #ffdb01;
    border: 1px solid #ffdb01;
    padding: 7px 14px 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    margin-right: 20px;
    color: #000;
}

@media only screen and (max-width: 999px) and (min-width: 300px) {
    .tabcont_text_cont_outer.for_services h3 {
        font-size: 23px;
        margin-top: 4px;
    }

    .tabcont_text_cont_outer.for_services .tabcont_text_cont {
        padding: 24px;
    }

    img.badge {
        display: block!important;
        position: absolute;
        top: -38px;
        left: unset;
        right: -13px;
        width: 81px;
        background: transparent;
    }

    .secondary_banner_secondary_inner {
        width: 100%;
        margin: 0 auto;
        padding: 35px 18px;
    }

    .secondary_banner_secondary h2 {
        font-size: 31px;
    }

    .secondary_banner_secondary p {
        margin-top: 20px;
        margin-bottom: 31px;
    }

    .secondary_banner_secondary button {
        padding: 7px 28px 5px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 300;
        margin-right: 4px;
        display: inline-block;
        color: #000;
    }

    .secondary_banner_secondary .theme_tertiary_button {
        margin-top: 20px;
    }

    .card_banner {
        width: 49%;
        padding: 15px 17px;
        margin-bottom: 3px;
    }

    .card_banner p {
        display: none;
    }

    .card_banner h5 {
        font-size: 16px;
    }
}

/* service v2 end */
/* cater industres start */
.cater_cont {
    padding: 100px 0px;
}

.cater_cont.cater_white {
}

.cater_cont.cater_white .cater_white_image {
    order: 1;
    width: 47%;
}

.cater_cont.cater_white .cater_cont_inner_text_cont {
    width: 53%;
    padding-right: 50px;
}

.cater_cont_inner {
    /* background: white; */
    display: flex;
    flex-wrap: wrap;
}

.cater_cont_inner .cater_white_image {
    float: left;
    margin-left: auto;
    /* order: 2; */
}

.cater_cont_inner .cater_white_image img {
    width: 100%;
}

.cater_cont_inner .cater_cont_inner_text_cont {
    /* float: right; */
    /* margin-left: auto; */
}

.cater_cont_inner .cater_cont_inner_text_cont h1 {
    margin-bottom: 36px;
}

.cater_cont_inner .cater_cont_inner_text_cont p {
}

.cater_cont.cater_black {
    background: black;
}

.cater_black .cater_cont_inner {
    /* background: black; */
    color: white;
}

.cater_cont.cater_black .cater_cont_inner_text_cont h1 {
    color: white;
}

.cater_cont.cater_black .cater_cont_inner_text_cont p {
    line-height: 23px;
}

.cater_black .cater_cont_inner .cater_cont_inner_text_cont {
    order: 2;
    width: 53%;
    padding-left: 59px;
}

.cater_black .cater_cont_inner .cater_white_image {
    order: 1;
    width: 47%;
}

.box.animate {
    opacity: 0;
}

.animate__bounceIn {
    animation: fade-left .5s ease forwards;
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.tabcont_text_cont_outer {
    /* box-shadow: 1px 1px 47px -2px #ccc; */
    margin-bottom: 100px;
}

.tabcont_text_cont_outer.for_services {
    margin-bottom: 0px;
}

/* .top_menu_cont button.second_button{
        color: #7e7b7b;
} */
/* cater industries end */
.blur_banner_cont {
    margin-top: 22vh;
}

.search_jobs_row {
    margin-top: 0px;
}

.search_jobs_row {
    /*     margin-top: -67px; */
}

.tabcont_text_cont_outer.for_about .tabcont_text_cont.active {
    display: flex;
    padding: 0;
}

.tabcont_text_cont_outer.for_about .tabcont_text_cont img {
    float: none;
    margin: 0;
}

.tabcont_text_cont_outer.for_about .tabcont_text_cont img {
    max-width: 534px;
}

.tabcont_text_cont_outer.for_about .text_cont_about {
    padding: 0px 35px;
    width: 49%;
}

.tabcont_text_cont_outer.for_about .img_wrapper_about {
    width: 51%;
}

.tabcont_text_cont_outer.for_about .img_wrapper_about {
    background-size: cover;
    background-position: center;
}

.tabcont_text_cont_outer.for_about .tabcont_text_cont h5 {
    font-size: 21px;
    margin-top: 32px;
    font-weight: 700;
    margin-bottom: -32px;
    color: #2e2e2e;
}

.areyouregistered {
}

.areyouregistered a {
    color: #ffd800!important;
    font-weight: bold;
    background: #4e4e4e;
    padding: 0px 7px;
    letter-spacing: 1px;
}

.slick-dots li {
    margin: -16px 0;
}

.slick-dots li {
    transform: scale(0.7);
    opacity: .7!important;
    margin: -16px 0;
    transition: all .5s!important;
}

.body_home.for_log_signup nav {
    background: white;
}

.for_mob_only {
    display: none;
}
