@font-face {
    font-family: 'Gilroy-Regular';
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.career-page {
    color: #000;
    line-height: 1.25;
    font-family: 'Gilroy-Regular', sans-serif;
}

@media (max-width: 767.999px) {
    .career-page {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .career-page .hide-web {
        display: none !important;
    }
}

@media (max-width: 767.999px) {
    .career-page .hide-mob {
        display: none !important;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.career-page .ani-left.addon {
    animation-duration: 1500ms;
    animation-fill-mode: both;
}

@media (min-width: 1024px) {
    .career-page .ani-left.addon {
        animation-name: fadeLeft;
    }
}

@media (max-width: 1023.999px) {
    .career-page .ani-left.addon {
        animation-name: fadeInDown;
    }
}

.career-page .ani-right.addon {
    animation-duration: 1500ms;
    animation-fill-mode: both;
}

@media (min-width: 1024px) {
    .career-page .ani-right.addon {
        animation-name: fadeRight;
    }
}

@media (max-width: 1023.999px) {
    .career-page .ani-right.addon {
        animation-name: fadeInDown;
        animation-delay: 0.4s;
    }
}

.career-page .heading {
    color: #162035;
    text-align: center;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1023.999px) {
    .career-page .heading {
        margin-bottom: 24px;
    }
}

.career-page .heading h1,
.career-page .heading h2 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-20px);
}

@media (max-width: 767.999px) {

    .career-page .heading h1,
    .career-page .heading h2 {
        font-size: 30px;
    }
}

.career-page .heading .p {
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-20px);
}

.career-page .heading.addon h1,
.career-page .heading.addon h2 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    animation-delay: 0.2s;
}

.career-page .heading.addon p {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    animation-delay: 0.6s;
}

.career-page p {
    line-height: 1.35;
}

@media (max-width: 767.999px) {
    .career-page p {
        margin-bottom: 16px;
    }
}

@media (min-width: 1750px) {
    .career-page p {
        font-size: inherit;
    }
}

.career-page figure {
    margin: 0;
}

.career-page .btn {
    font-size: 18px;
    padding: 12px 30px;
    position: relative;
    border-radius: 100px !important;
    transition: all 0.5s ease-in-out;
    font-family: 'Gilroy-Medium', sans-serif;
}

.career-page .btn.primary {
    background: #6CCBB8;
    border: 2px solid #50B39F;
}

.career-page .btn.primary:hover {
    background: #007568;
    border-color: #007568;
}

@media (max-width: 1023px) {
    .career-page .btn {
        font-size: 15px;
        padding: 8px 22px;
    }
}

.career-page .page-head .data {
    padding-top: 72px;
    min-height: 580px;
    /* background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assest/images/careers/head-1.jpg) no-repeat center top/cover #1d2c49; */
    background: url(https://www.silverpush.co/wp-content/uploads/2025/02/head.webp) no-repeat center 150px/cover #1d2c49;
    background-attachment: fixed;
}

@media (max-width: 1023.999px) {
    .career-page .page-head .data {
        min-height: 730px;
    }
}

@media (max-width: 767.999px) {
    .career-page .page-head .data {
        padding-top: 65px;
        min-height: 580px;
    }
}

.career-page .page-head .data .inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1023.999px) {
    .career-page .page-head .data .inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .career-page .page-head .data .cnts {
        padding-right: 10px;
        white-space: nowrap;
    }
}

.career-page .page-head .data .cnts .top-heading {
    line-height: 1.15;
    margin-bottom: 25px;
}

.career-page .page-head .data .cnts span {
    display: block;
    font-size: 82px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-20px);
}
.career-page .page-head .data .cnts span.p-txt {
    color: #4FB39F;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

.career-page .page-head .data .cnts span.r-txt {
    color: #fff;
    font-family: 'Gilroy-regular', sans-serif;
    font-size: 72px;
}

@media (max-width: 1200px) {
    .career-page .page-head .data .cnts span {
        font-size: 70px;
    }
    .career-page .page-head .data .cnts span.r-txt {
        font-size: 60px;
    }
}

@media (max-width: 767.999px) {
    .career-page .page-head .data .cnts .top-heading {
        margin-bottom: 20px;
    }

    .career-page .page-head .data .cnts span {
        font-size: 52px;
    }
    .career-page .page-head .data .cnts span.r-txt {
        font-size: 42px;
    }
}

.career-page .page-head .data .box {
    width: 560px;
    height: 316px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
}

.career-page .page-head .data .box iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 22px !important;
    border: 2px solid #fff !important;
}

@media (max-width: 1200px) {
    .career-page .page-head .data .box {
        width: 500px;
    }
}

@media (max-width: 1023.999px) {
    .career-page .page-head .data .box {
        width: 100%;
        height: 280px;
        max-height: 228px;
        max-width: 400px;
        margin-top: 10px;
        transform: translateY(-40px);
    }
}

.career-page .page-head .bottom {
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
}

@media (max-width: 1024px) {
    .career-page .page-head .bottom {
        transform: translateY(30px);
    }
}

@media (max-width: 1023.999px) {
    .career-page .page-head .bottom {
        transform: translateY(-30px);
    }
}

.career-page .page-head .bottom .box {
    padding: 50px;
    text-align: center;
    margin-top: -130px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.999px) {
    .career-page .page-head .bottom .box {
        padding: 40px 32px;
        margin-top: -120px;
    }
}

.career-page .page-head .bottom .box .heading {
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-30px);
}

.career-page .page-head .bottom .box .dec {
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-30px);
}

@media (max-width: 767.999px) {
    .career-page .page-head .bottom .box .dec {
        font-size: 16px;
    }
}

.career-page .page-head .bottom .box .buttom {
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(30px);
}

.career-page .page-head.active .data .cnts .p-txt,
.career-page .page-head.active .data .cnts .r-txt {
    opacity: 1;
    visibility: visible;
    transform: none !important;
}

.career-page .page-head.active .data .cnts .p-txt {
    transition-delay: 0.1s;
}

.career-page .page-head.active .data .cnts .r-txt {
    transition-delay: 0.6s;
}

.career-page .page-head.active .data .box {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.5s;
}

@media (max-width: 767.999px) {
    .career-page .page-head.active .data .box {
        transition-delay: 0.8s;
    }
}

.career-page .page-head.active .bottom {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.4s;
}

@media (max-width: 1023.999px) {
    .career-page .page-head.active .bottom {
        transition-delay: 1s;
    }
}

.career-page .page-head.active .bottom .heading,
.career-page .page-head.active .bottom .dec,
.career-page .page-head.active .bottom .button {
    opacity: 1;
    visibility: visible;
    transform: none !important;
}

.career-page .page-head.active .bottom .heading {
    transition-delay: 0.5s;
}

.career-page .page-head.active .bottom .dec {
    transition-delay: 0.7s;
}

.career-page .page-head.active .bottom .button {
    transition-delay: 0.9s;
}

.career-page .photo-gutter {
    padding: 80px 0;
}

@media (max-width: 767.999px) {
    .career-page .photo-gutter {
        padding: 52px 0;
    }
}

.career-page .photo-gutter .items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-page .photo-gutter .items .item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
}

.career-page .photo-gutter .items .item figure {
    margin: 8px 5px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    transition: all 0.45s ease-in-out;
}

@media (max-width: 767.999px) {
    .career-page .photo-gutter .items .item figure {
        margin: 4px 3px;
        border-radius: 10px;
    }
}

.career-page .photo-gutter .items .item figure:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.45s ease-in-out;
}

.career-page .photo-gutter .items .item figure img {
    width: 100%;
    transition: all 0.45s ease-in-out;
}

.career-page .photo-gutter .items .item figure:hover:before {
    opacity: 1;
}

.career-page .photo-gutter .items .item figure:hover img {
    transform: scale(1.15);
}

.career-page .photo-gutter .items.addon .item {
    opacity: 1;
    visibility: visible;
    transform: none !important;
}

.career-page .photo-gutter .items.addon .item:nth-child(1) {
    transition-delay: 0.15s;
}

.career-page .photo-gutter .items.addon .item:nth-child(2) {
    transition-delay: 0.5s;
}

.career-page .photo-gutter .items.addon .item:nth-child(3) {
    transition-delay: 0.8s;
}

.career-page .photo-gutter .items.addon .item:nth-child(4) {
    transition-delay: 1s;
}

.career-page .photo-gutter .items.addon .item:nth-child(5) {
    transition-delay: 1.3s;
}

.career-page .team-gutter {
    padding-top: 80px;
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assest/images/careers/team-bg.jpg) no-repeat center top/cover;
}

@media (max-width: 767.999px) {
    .career-page .team-gutter {
        padding-top: 52px;
    }
}

@media (max-width: 1023.999px) {
    .career-page .team-gutter .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1023.999px) {
    .career-page .team-gutter .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.career-page .team-gutter .ani-left {
    display: flex;
    align-items: end;
}

@media (max-width: 1023.999px) {
    .career-page .team-gutter .ani-left {
        justify-content: center;
    }
}

.career-page .team-gutter .cnts {
    padding: 50px 0 0 30px;
}

@media (max-width: 1023.999px) {
    .career-page .team-gutter .cnts {
        padding: 0 0 20px 0;
    }
}

.career-page .items-gutter {
    padding: 80px 0;
    text-align: center;
}

@media (max-width: 767.999px) {
    .career-page .items-gutter {
        padding: 52px 0;
    }
}

.career-page .items-gutter .row .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
}

.career-page .items-gutter .row.addon .col-md-2 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(1) {
    transition-delay: 0.2s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(2) {
    transition-delay: 0.4s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(3) {
    transition-delay: 0.6s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(4) {
    transition-delay: 0.8s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(5) {
    transition-delay: 1s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(6) {
    transition-delay: 1.2s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(7) {
    transition-delay: 1.4s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(8) {
    transition-delay: 1.6s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(9) {
    transition-delay: 1.8s;
}

.career-page .items-gutter .row.addon .col-md-2:nth-child(10) {
    transition-delay: 2s;
}

.career-page .items-gutter .box {
    margin: 16px 0;
}

@media (min-width: 1024px) {
    .career-page .items-gutter .box {
        white-space: nowrap;
    }
}

.career-page .items-gutter .box figure {
    margin-bottom: 12px;
}

.career-page .items-gutter .box figure img {
    max-width: none;
    max-height: 80px;
}

@media (max-width: 1023.999px) {
    .career-page .items-gutter .item {
        padding: 0 32px;
    }

    .career-page .items-gutter .item .box {
        padding: 24px;
        border-radius: 16px;
        background: #fff;
        position: relative;
        border: 2px solid #EDEFF8;
    }
}

@media (max-width: 1023.999px) and (max-width: 1023.999px) {
    .career-page .items-gutter .item .box {
        max-width: 376px;
        margin: auto;
    }
}

.career-page .box-gutter {
    text-align: center;
    margin-bottom: 22px;
}

.career-page .box-gutter .box {
    padding: 50px;
    background: #162035;
    border-radius: 22px;
}

@media (max-width: 767.999px) {
    .career-page .box-gutter .box {
        padding: 32px;
    }
}

.career-page .box-gutter .box .heading h2 {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-30px);
}

.career-page .box-gutter .box .dec {
    color: #fff;
    max-width: 850px;
    margin: 0 auto 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-30px);
}

.career-page .box-gutter .box .dec b {
    color: #6CCBB8;
    font-family: 'Gilroy-Bold', sans-serif;
}

.career-page .box-gutter .box .button {
    opacity: 0;
    visibility: hidden;
    transition: all 0.68s ease-in-out;
    transform: translateY(-30px);
}

.career-page .box-gutter .box.addon h2 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.25s;
}

.career-page .box-gutter .box.addon .dec {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.6s;
}

.career-page .box-gutter .box.addon .button {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.9s;
}

.career-page .testimonial-gutter {
    padding-top: 80px;
}

@media (max-width: 767.999px) {
    .career-page .testimonial-gutter {
        padding-top: 52px;
    }
}

@media (min-width: 1024px) {
    .career-page .testimonial-gutter.eno .t-carousel {
        top: -20px;
        transition: all 0.65s ease-in-out;
    }

    .career-page .testimonial-gutter.eno.addon .t-carousel {
        top: 0;
    }
}

.career-page .testimonial-gutter .heading {
    margin: 0;
    text-align: left;
    max-width: 800px;
}

.career-page .testimonial-gutter .heading p.sub {
    font-size: 32px;
}

@media (max-width: 767.999px) {
    .career-page .testimonial-gutter .heading p.sub {
        font-size: 30px;
    }
}

.career-page .testimonial-gutter .heading h2 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    margin-bottom: 0px;
}

.career-page .testimonial-gutter .cnts .p-tag {
    padding-top: 14px;
    display: inline-block;
}

.career-page .testimonial-gutter .cnts .d-more {
    display: none;
}

.career-page .testimonial-gutter .moreless {
    border: 0;
    outline: 0;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
    color: #6CCBB8;
    white-space: nowrap;
    background: transparent;
}

.career-page .testimonial-gutter .moreless:not(.active):before {
    top: -1px;
    left: -4px;
    color: initial;
    content: "...";
    position: relative;
}

.career-page .testimonial-gutter .moreless::after {
    left: 8px;
    top: -2px;
    width: 9px;
    height: 9px;
    content: "";
    display: inline-flex;
    position: relative;
    border-top: 2px solid #6CCBB8;
    border-left: 2px solid #6CCBB8;
    transform: rotate(-135deg);
    transition: all 0.25s ease-in-out;
}

.career-page .testimonial-gutter .moreless.active:after {
    top: 1px;
    transform: rotate(45deg);
}

.career-page .testimonial-gutter .t-carousel {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 767.999px) {
    .career-page .testimonial-gutter .t-carousel .item {
        padding: 0 32px;
    }
}

.career-page .testimonial-gutter .t-carousel .item .box {
    width: 100%;
    padding: 30px 38px 45px;
    border-radius: 10px;
    color: #fff;
    background: #162035;
}

@media (min-width: 1024px) {
    .career-page .testimonial-gutter .t-carousel .item .box {
        min-height: 500px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media (max-width: 1023.999px) {
    .career-page .testimonial-gutter .t-carousel .item .box {
        padding: 16px 26px 36px 26px;
    }
}

@media (max-width: 767.999px) {
    .career-page .testimonial-gutter .t-carousel .item .box {
        max-width: 376px;
        margin: auto;
    }
}

.career-page .testimonial-gutter .t-carousel .item .box .cnts {
    margin-bottom: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1023.999px) {
    .career-page .testimonial-gutter .t-carousel .item .box .cnts {
        margin-bottom: 16px;
    }
}

.career-page .testimonial-gutter .t-carousel .item .box .cnts p {
    line-height: 1.45;
    position: relative;
}

.career-page .testimonial-gutter .t-carousel .item .box .cnts p:before {
    top: 3px;
    opacity: 0.4;
    line-height: 1;
    content: "\f10d";
    font-size: 46px;
    position: relative;
    margin-right: 5px;
    font-family: FontAwesome;
}

.career-page .testimonial-gutter .t-carousel .item .box .info {
    display: flex;
    align-items: center;
}

.career-page .testimonial-gutter .t-carousel .item .box .info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEFF8;
}

.career-page .testimonial-gutter .t-carousel .item .box .info figure img {
    object-fit: cover;
}

.career-page .testimonial-gutter .t-carousel .item .box .info .cnt span {
    display: block;
}

.career-page .testimonial-gutter .t-carousel .item .box .info .cnt span.name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.career-page .testimonial-gutter .t-carousel .item .box .info .cnt span.des {
    font-size: 12px;
    opacity: 0.75;
}

.career-page .owl-nav div {
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    min-height: 60px;
    margin: auto;
    font-size: 11px;
    position: absolute;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium';
}

@media (max-width: 767.999px) {
    .career-page .owl-nav div {
        width: 36px;
        height: 52px;
        min-height: 40px;
        font-size: 0;
        color: #333;
        border: 2px solid #EDEFF8 !important;
        background: #fff !important;
    }

    .career-page .owl-nav div:hover {
        color: #fff;
        border-color: #4FB39F !important;
        background: #4FB39F !important;
    }
}

.career-page .owl-nav div:hover {
    background: rgba(0, 0, 0, 0.76);
}

.career-page .owl-nav div i {
    top: -1px;
    font-size: 26px;
    position: relative;
}

@media (max-width: 767.999px) {
    .career-page .owl-nav div i {
        font-size: 22px;
    }
}

.career-page .owl-nav div.owl-prev {
    left: -30px;
}

@media (max-width: 767.999px) {
    .career-page .owl-nav div.owl-prev {
        left: -15px;
        border-radius: 0 6px 6px 0;
    }
}

.career-page .owl-nav div.owl-prev i {
    margin-right: 3px;
}

.career-page .owl-nav div.owl-next {
    right: 2px;
    right: -30px;
}

@media (max-width: 767.999px) {
    .career-page .owl-nav div.owl-next {
        right: -15px;
        border-radius: 6px 0 0 6px;
    }
}

.career-page .owl-nav div.owl-next i {
    margin-left: 3px;
}