@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-primary1: #262654;
    --rgba-primary-05: rgba(85, 63, 229, 0.05);
    --color-secondary: #5956d1;
    --color-black: #000000;
    --color-light-bg: #fff8ea;
    --color-black2: #262626;
    --color-white: #fff;
    --color-text: #313131;
    --font-family: "Montserrat", sans-serif;
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);

    /* ========= */
    --darkbg: #18173e;
    --darkt: #ffffff;
    --lightbg: #fff;
    --lightt: #262654;

    --toggleHeight: 20em;
    --toggleWidth: 30em;
    --toggleBtnRadius: 10em;

    --bgColor--night: #423966;
    --toggleBtn-bgColor--night: var(--bgColor--night);
    --mooncolor: #d9fbff;
    --bgColor--day: #9ee3fb;
    --toggleBtn-bgColor--day: var(--bgColor--day);
}


.primary_color1 {
    color: var(--color-primary1);
}

.primary_color2 {
    color: var(--color-primary2);
}

.secondary_color {
    color: var(--color-secondary);
}

.about-section h2,
.section-title h5,
.section-title h2 {
    color: var(--color-text);
}


/* .feature-section,
.sponsor-section,
.pricing-section,
.product-section {
    background-color: var(--color-light-bg) !important;
} */

/* ================CUSTOM CSS START=============== */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font: normal 16px sans-serif;
    line-height: 1.5;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

body {
    font: inherit;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: inherit;
    position: relative;
    transition: all 0.2s ease-in-out;
    background: var(--lightbg);
    color: var(--lightt);
}

a {
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    text-decoration: none;
}
.bg-unset{
    background: unset !important;
}
button {
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
}

.bg-primary-light {
    background-color: #f8f7fa;
}

h1,
h2,
h3 {
    color: var(--color-primary);
    font-family: var(--font-family-title);
    font-weight: 600;
    line-height: 1.25;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.5rem;
}

i {
    font-style: normal;
    line-height: 1;
}

p {
    margin: 0 0 10px;
    word-break: break-word;
}

.st-py-default {
    padding: 90px 0;
}

.content-inner-1 {
    /* padding-top: 200px;
    padding-bottom: 0px; */
    min-height: 900px;
    width: 100%;
}

.banner-content {
    height: 900px;
    margin: auto;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -36%);
}

.multi-tasking-section,
.about-section {
    padding: 100px 0;
    z-index: 0;
    position: relative;
    overflow: hidden;
    /* background-color: var(--color-white); */
}

.heading-xl {
    font-family: inherit;
    font-size: clamp(2.648rem, 6vw, 4.241rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

.heading-lg {
    font-family: inherit;
    font-size: clamp(2.179rem, 5vw, 3.176rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

.heading-md {
    font-family: inherit;
    font-size: clamp(1.794rem, 4vw, 2.379rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
}

.heading-sm {
    font-family: inherit;
    font-size: clamp(1.476rem, 3vw, 1.782rem);
    font-weight: 600;
    line-height: 1.5;
}

.heading-xs {
    font-family: inherit;
    font-size: clamp(1.215rem, 2vw, 1.335rem);
    font-weight: 500;
    line-height: 1.5;
}

/* ================SECTION TITLE START=============== */
.heading-default {
    margin-bottom: 80px;
}


.title {
    text-align: center;
    padding-bottom: 55px;
}

.title h6 {
    font-size: 20px;
    color: var(--color-secondary);
    font-weight: 700;
    padding: 0 0.938rem;
    border-radius: 4px;
    line-height: 2rem;
    margin-bottom: 0.125rem;
    font-size: 15px;
    overflow: hidden;
    letter-spacing: 1.65px;
    z-index: 0;
    margin: 0;
    position: relative;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.title h6:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f0ff;
    z-index: -1;
}

.section.page-content.banner-section {
    background-image: url(../image/banner/banner3.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    max-width: 1490px;
    border-radius: 0px 0px 50px 50px;
    max-height: 800px;
    margin-top: 47px;
    margin: auto;
    background-size: cover;
    position: relative;
}
.section.page-content.banner-section::before{
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
}

.video {
    position: absolute;
    width: 1938px;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title h2 {
    /* color: var(--color-primary1); */
    /* font-size: 45px; */
    font-weight: 700;
    padding-top: 10px;
}

.title h2 i {
    background: var(--color-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title .shap {
    width: 80px;
    margin: 18px auto;
    height: 3px;
    background: var(--color-primary1);
    display: block;
    position: relative;
}

.light .title .shap {
    background: var(--color-white);
}

.title .shap::before {
    content: "";
    position: absolute;
    left: -5px;
    right: 0;
    bottom: -5px;
    background: var(--color-secondary);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    z-index: 2;
    animation: moveleftRight 5s linear infinite;
}

@keyframes moveleftRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(80px);
    }

    100% {
        transform: translateX(0px);
    }
}

.title p {
    max-width: 540px;
    margin: 0 auto;
    padding-top: 8px;
    color: #919191;
}

/* ================SECTION TITLE END=============== */

/* ================DARK LAGHT START=============== */

.light {
    background: var(--darkbg);
    color: var(--darkt);
}

.tdnn {
    margin: 0 auto;
    /*change size of toggle with font-size*/
    font-size: 2.4px;
    position: relative;
    height: var(--toggleHeight);
    width: var(--toggleWidth);
    border-radius: var(--toggleHeight);
    transition: all 500ms ease-in-out;
    background: var(--bgColor--night);
    border-radius: 35px 0 0 35px;
}

.day {
    background: var(--color-primary1);
}

.logo img {
    /* background: #fff; */
    margin: 9px 0;
    width: 75%;
    height: auto;
    /* border-radius: 100px; */
}

.light .custom-logo {
    background-color: unset;
}

.moon {
    position: absolute;
    display: block;
    border-radius: 50%;
    transition: all 400ms ease-in-out;

    top: 6em;
    left: 3em;
    transform: rotate(-75deg);
    width: var(--toggleBtnRadius);
    height: var(--toggleBtnRadius);
    background: var(--bgColor--night);
    box-shadow: 3em 2.5em 0 0em var(--mooncolor) inset,
        rgba(255, 255, 255, 0.1) 0em -7em 0 -4.5em,
        rgba(255, 255, 255, 0.1) 3em 7em 0 -4.5em,
        rgba(255, 255, 255, 0.1) 2em 13em 0 -4em,
        rgba(255, 255, 255, 0.1) 6em 2em 0 -4.1em,
        rgba(255, 255, 255, 0.1) 8em 8em 0 -4.5em,
        rgba(255, 255, 255, 0.1) 6em 13em 0 -4.5em,
        rgba(255, 255, 255, 0.1) -4em 7em 0 -4.5em,
        rgba(255, 255, 255, 0.1) -1em 10em 0 -4.5em;
}

.sun {
    top: 6.9em;
    left: 18em;
    transform: rotate(0deg);
    width: 7em;
    height: 7em;
    background: #fff;
    box-shadow: 3em 3em 0 5em #fff inset, 0 -5em 0 -2.7em #fff,
        3.5em -3.5em 0 -3em #fff, 5em 0 0 -2.7em #fff, 3.5em 3.5em 0 -3em #fff,
        0 5em 0 -2.7em #fff, -3.5em 3.5em 0 -3em #fff, -5em 0 0 -2.7em #fff,
        -3.5em -3.5em 0 -3em #fff;
}

/* ================DARK LAGHT END=============== */

/* ================CUSTOM CSS END=============== */


/* ================Button CSS Start=============== */
.site-button {
    background: var(--color-primary1);
    color: var(--color-white);
    height: unset;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 14px 25px;
    transition: 0.5s all ease;
}

.light .site-button {
    background: var(--color-secondary);
}

.feature_content .site-button {
    width: 100%;
    margin-top: 20px;
}

.feature-items h3 {
    margin-bottom: 17px;

}

.site-button:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: inherit;
    z-index: -1;
}

.site-button:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: inherit;
    z-index: -1;
    opacity: .40;
}

.site-button:before,
.site-button:after {
    background-color: var(--color-secondary);
}

.light .site-button:before,
.light .site-button:after {
    background-color: var(--color-primary1);
}

.site-button:hover:before,
.site-button:hover:after {
    width: 100%;
}

.light .site-button:hover:before,
.light .site-button:hover:after {
    width: 100%;
    background-color: var(--color-primary1);
}

.light .site-button {
    color: var(--color-primary1);
}

.light .site-button {
    color: var(--color-white);
}

.light .site-button.whitebtn {
    background-color: var(--color-white);
    color: var(--color-primary1);
}

.light .site-button.whitebtn:hover:before,
.light .site-button.whitebtn:hover:after {
    width: 100%;
    background-color: var(--color-secondary);
}

/* ================Button CSS END=============== */

/* ================HEADER START=============== */

header {
    background-color: var(--color-white);
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000;
    position: relative;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0 78px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
}
.light header {
    background-color: var(--color-primary1);
}
.menu-link .fa-angle-down{
    margin-left: 5px;
}
.has-scroll-scrolling header.header-section.is-sticky {
    border: unset;
}

.light .header-section.is-sticky {
    background-color: var(--color-primary1);
}

.light .header-section .hamburger-menu div {
    background-color: var(--color-white);
}

.header-section .logo-container {
    flex: 1;
    display: flex;
    align-items: center;
}

/* .light header {
    border-bottom: 1px solid #8c8bd045;
    background-color: #9292b617;
} */

.header-section .nav-btn {
    flex: 3;
    display: flex;
    align-items: center;
}

.header-section .nav-links {
    flex: 2;
}

.logo-container.desktop-logo {
    display: block;
}

.logo-container.mobile-logo {
    display: none;
}

.logo-container.desktop-logo a {
    justify-content: center;
    display: flex;
}

.header-section .nav-links>ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    padding: 0;
}

.header-section .nav-link {
    position: relative;
}

.header-section .nav-link>p>i,
.header-section .nav-link>a>i {
    margin-left: .2rem;
}

.header-section .nav-link:hover>a {
    transform: scale(1.1);
}

.header-section .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 18rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 8px 29px 0px;
}

.header-section .dropdown ul {
    position: relative;
    padding: 0;
}

.log-sign.masn {
    position: absolute;
    top: 50%;
    right: 3.5rem;
    transform: translateY(-50%);
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

.log-sign.scnd {
    opacity: 1;
    cursor: pointer;
    display: block;
}

.log-sign.scnd {
    position: fixed;
    right: 0;
    bottom: 50%;
}

.header-section .dropdown-link>a {
    background-color: var(--color-white);
    color: var(--color-primary1);
    display: flex;
    padding: .8rem 1rem;
    font-size: 1.1rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.light .header-section .dropdown-link>a {
    background-color: var(--color-primary1);
    color: var(--color-white);
}

.light .header-section .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #6d6d6d;
}

.light .dropdown-link::before {
    background-color: var(--color-white);
}

.light .header-section .arrow {
    background-color: var(--color-primary1);
}

/* .header-section .dropdown-link:hover>a {
    background-color: var(--color-secondary);
    color: var(--color-white);
} */

.header-section .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #ddd;
}

.header-section .dropdown-link i {
    transform: rotate(-90deg);
}

.header-section .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: var(--color-white);
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.header-section .dropdown-lin:first-child:hover~.arrow {
    background-color: var(--color-secondary);
}

.header-section .dropdown-link {
    position: relative;
}

.light .header-section.is-sticky .nav-links>ul>li>p,
.light .header-section.is-sticky .nav-links>ul>li>a {
    color: var(--color-white);
}

.header-section .dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.header-section .dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.header-section .nav-link:hover>.dropdown,
.header-section .dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.header-section .hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.header-section .hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-section .hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: var(--color-secondary);
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.header-section .hamburger-menu div:before,
.header-section .hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: var(--color-primary1);
    border-radius: 3px;
    transition: .5s;
}

.light .header-section .hamburger-menu div:before,
.light .header-section .hamburger-menu div:after {
    background-color: var(--color-white);
}

.header-section .hamburger-menu div:before {
    transform: translateY(-7px);
}

.header-section .hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

.header-section .menu-link {
    padding: 16px;
    margin-bottom: 0;
    font-family: inherit;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    /* color: var(--color-white); */
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
}


.header-section .navbar {
    display: flex;
    flex-direction: row;
    /* border: 1px solid rgb(255 255 255 / 40%); */
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.25rem;
    width: 100%;
    /* height: 5.25rem; */
    margin: 0 auto;
    padding: 0 12px;
    background-color: #ffffff;
    /* margin-top: 20px; */
    /* border-radius: 4px; */
}

.light .header-section .navbar {
    background-color: var(--color-primary1);
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

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

.dropdown-link::before {
    content: '';
    background-color: var(--color-secondary);
    height: 53px;
    display: block;
    width: 3px;
    position: absolute;
    z-index: 1;
    transition: ease-in-out .3s;
}

.dropdown-link:hover::before {
    height: 0;
}

.dropdown-link:hover a.menu-link {
    padding-left: 25px;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
}

/* .findJob a{
    color: rgba(0, 0, 0, 0) !important;
    transition: all 0.3s ease !important;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
    overflow: hidden;
}*/
/* ================HEADER END=============== */

/* ================BANNER START=============== */
.main-bnr {
    position: relative;
    background: var(--rgba-primary-05);
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    top: -28px;
}

/* Banner */
.main-bnr {
    position: relative;
    background: var(--rgba-primary-05);
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.main-bnr:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    background: linear-gradient(181deg, rgb(0 0 0 / 78%) 15%, rgb(19 19 19 / 33%) 158.5%);
}

.main-bnr h5 {
    font-weight: 500;
    color: var(--color-primary1);
    font-size: 18px;

    margin-bottom: 10px;
}

.main-bnr h1 {
    font-weight: 800;
    font-size: 80px;
    color: #fff;
    line-height: 95px;
}

.main-bnr h6 {
    color: var(--color-primary1);
    font-size: 16px;
    font-weight: 500;

}

.find-job-bx.style-1 {
    /* margin-bottom: 20px; */
    display: flex;
    gap: 12px;
}


/* .banner-content {
    padding-top: 140px;
} */

.main-bnr .banner-content .dz-searches h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;

    color: #142238;
}

.main-bnr .banner-content .dz-searches span {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;

    color: rgba(127, 147, 182, 1);
    margin-left: 5px;

}

.banner-media {
    position: relative;
    z-index: -1;
}

.banner-main-media img {
    width: 90%;
}

.banner-media .banner-main-media {
    position: relative;
    text-align: center;
    z-index: 1;
}

/* .banner-content h1{
    color: var(--color-primary1);
} */
.banner-content h1 span {

    text-transform: uppercase;
}

.banner-media .banner-media-bg [class*="bnr"] {
    position: absolute;
    background-size: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.banner-media .banner-media-bg {
    position: absolute;
    width: 970px;
    height: 970px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.banner-media .banner-media-bg .bnr-circle1 {
    background-image: url(../image/banner/dashed-circle1.svg);
    width: 60.82%;
    height: 60.82%;
    animation: bnr-circle1 20s linear infinite;
}

.banner-media .banner-media-bg .bnr-circle1:after,
.banner-media .banner-media-bg .bnr-circle1:before {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--color-primary1);
    position: absolute;
    border-radius: 12px;
}
.banner-content .site-button {
    border: 1px solid #ffffff8f;
    margin: 5px;
}
.banner-media .banner-media-bg .bnr-circle1:before {
    right: -1%;
    top: 50%;
}

.banner-media .banner-media-bg .bnr-circle1:after {
    left: 5.1%;
    top: 25%;
}

.banner-media .banner-media-bg .bnr-circle2 {
    background-image: url(../image/banner/dashed-circle2.svg);
    width: 80%;
    height: 80%;
    animation: bnr-circle2 45s linear infinite;
}

.banner-media .banner-media-bg .bnr-circle3 {
    background-image: url(../image/banner/dashed-circle3.svg);
    width: 100%;
    height: 100%;
    animation: bnr-circle3 90s linear infinite;
}

.banner-media .banner-media-bg .bnr-circle1 .banner-icon1 {
    right: 5px;
    top: 20%;
    filter: blur(2px);
    position: absolute;
    animation: bnr-circle1-icon1 20s linear infinite;
    box-shadow: 0px 10px 15px 0px rgba(168, 126, 0, 0.5);
}

.banner-media .banner-media-bg .bnr-circle2 img {
    position: absolute;
}

.banner-media .banner-media-bg .bnr-circle2 .banner-icon1 {
    left: 8%;
    top: 25%;
    animation: bnr-circle2-icon1 45s linear infinite;
}

.banner-media .banner-media-bg .bnr-circle2 .banner-icon2 {
    right: -10%;
    top: 50%;
    animation: bnr-circle2-icon1 45s linear infinite;
}

.banner-media .banner-media-bg .bnr-circle2 .banner-icon3 {
    left: 4%;
    bottom: 20%;
    animation: bnr-circle2-icon1 45s linear infinite;
}

.banner-inner .custom-logo {
    padding: 14px;
    margin: auto;
    margin-bottom: 12px;
    height: 130px;

}

.banner-inner {
    text-align: center;
    /* color: var(--color-white);
    background-color: #000000ad; */
    width: fit-content;
    margin: auto;
    margin-top: 90px;
    padding: 35px;
    /* border: 1px solid #000; */
}

.banner-inner h3 {
    color: var(--color-white);
    font-weight: 800;
}

.banner-inner p.paragraph {
    font-size: 20px;
    font-weight: 500;
}

/* .find-job-bx .findJob:nth-child(1) {
    background-color: #e44747;
}

.find-job-bx .findJob:nth-child(2) {
    background-color: #ffaf27;
}

.find-job-bx .findJob:nth-child(3) {
    background-color: #4295ff;
} */

.find-job-bx .findJob p {
    margin: 0;
    font-weight: 700;
    color: var(--color-primary2);
    margin-bottom: 15px;
    font-size: 27px;
}

.find-job-bx .findJob svg {
    /* background-color: #fff; */
    padding: 9px;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 12px;
}

.tilebutton {
    position: relative;
    /* margin-top: 40px; */
    /* text-shadow: 2px 4px 3px rgb(96 96 96 / 30%); */

}

.section.filter-section {
    position: relative;
    z-index: 1;
}

.Job_content {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    margin-top: -100px;
    padding: 40px 60px;
}

.light .Job_content {
    background-color: var(--color-primary1);
}

.find-job-bx .findJob {
    padding: 12px !important;
    padding-bottom: 22px !important;
    /* display: flex; */
    justify-content: space-between;
    width: 70%;
    transition: ease-in-out 0.4s;
    /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); */
    border-radius: 6px;
    align-items: center;
    border-radius: 20px;
    padding: 7px;
    /* margin-top: 20px; */
    text-align: center;
    padding-left: 11px;
    /* background-color: white; */
}

.find-job-bx .findJob:hover {
    box-shadow: 4px 12px 40px 6px #00000017;
    border-radius: 16px;
    transform: scale(1.1);
}

.light .find-job-bx .findJob:hover {
    background-color: var(--darkbg);
}

.find-job-bx .findJob a {
    background-color: var(--color-primary1);
    border: 1px solid var(--color-white);
    margin: auto;
    border-radius: 10px;
    width: 140px;
    text-align: center;
    overflow: hidden;
    display: block;
    transition: ease-in-out .3s;
    font-weight: 600;
    font-size: 20px;
    padding: 14px 15px;
}

.findJob a:hover {
    background-color: #ffffff00;
    color: var(--color-white) !important;
}

.find-job-bx .findJob:nth-child(1) a {
    color: #ffffff;
    /* background-color: #f3623d; */
}

.find-job-bx .findJob:nth-child(1) a:hover {
    color: #ffffff;
    /* background-color: #f3623d; */
}

.find-job-bx .findJob:nth-child(2) a {
    color: #ffffff;
    /* background-color: #ffaf27; */
}

.find-job-bx .findJob:nth-child(2) a:hover {
    color: #ffffff;
}

.find-job-bx .findJob:nth-child(3) a {
    color: #ffffff;
    background-color: #4295ff;
}

.find-job-bx .findJob:nth-child(3) a:hover {
    color: #ffffff;
}

.header-section.is-sticky .nav-links>ul>li>p,
.header-section.is-sticky .nav-links>ul>li>a {
    color: var(--color-primary1);
    margin: 0;
}

.header-section.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-animation: 1s ease-in-out 0s normal none 1 running slideDown;
    animation: 1s ease-in-out 0s normal none 1 running slideDown;
    padding: 0 78px;
    top: 0;
    right: 0;
    left: 0;
    z-index:111;
}
@keyframes slideDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
/* -- */
@keyframes bnr-circle1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes bnr-circle1-icon1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes bnr-circle2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes bnr-circle2-icon1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes bnr-circle3 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main-bnr .back-circle,
.main-bnr .back-circle2 {
    position: absolute;
    width: 400px;
    height: 400px;
    opacity: 0.3;
    filter: blur(250px);
    background: var(--color-primary1);
}

.main-bnr .back-circle {
    bottom: -10%;
    left: -10%;
}

.main-bnr .back-circle2 {
    top: -10%;
    right: -10%;
}

/* ================BANNER END=============== */

/* ================FILTER START=============== */
.design-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    animation: bounce_one 5s linear infinite;
}

.design-img img {
    max-height: 19.6875rem;
}

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

@keyframes bounce_one {
    0% {
        transform: translateY(-0.625rem);
    }

    50% {
        transform: translateY(0.625rem);
    }

    100% {
        transform: translateY(-0.625rem);
    }
}

.filter-conetnt p.heading-md {
    color: var(--color-secondary);
}

.twm-bnr-title-small {
    font-size: 16px;
    font-weight: 500;
    color: #877ef8;
    margin-bottom: 10px;
    background-color: #e9e8ff;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 10px;
}

.site-text-secondry {
    color: var(--color-primary1);
}

.main-bnr h6 {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;

}

.find-job-bx.style-1 {
    /* margin-bottom: 40px; */
    justify-content: center;
}

.find-job-bx.style-1.find {
    margin-bottom: 30px;
}

.find-job-bx.style-1 form {
    padding: 23px 50px 23px 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #2726544d;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(97, 63, 229, 0.2);
    border-radius: 16px;
}

.find-job-bx.style-1 form .form-group {
    margin-bottom: 0;
}

.form-control:focus {
    box-shadow: unset;
}

.find-job-bx .form-group {
    position: relative;
}

.input-group {
    width: 100%;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.find-job-bx.style-1 form .form-group .input-group .form-control {
    padding: 0 0 0 10px;
    height: unset;
    color: #000;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.find-job-bx.style-1 form .form-group .input-group .input-group-text,
.find-job-bx.style-1 form .form-group .input-group .form-control {
    border: 0;
}

.find-job-bx .input-group-text {
    padding: 0;
}

/* .find-job-bx.style-1 form .site-button {
    padding: 14px 25px;

    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
} */

span.trending_key a {
    color: var(--color-primary1);
    background: rgb(223 221 255);
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 8px;
}

.tagFilter {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 20px;
    justify-content: center;
}

.filter-conetnt h6 {
    margin-top: 16px;
    margin-bottom: 15px;
}

/* ================FILTER END=============== */

/* ================FEATURE START=============== */

.feature-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.feature_text {
    background: var(--color-white);
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    padding: 40px 60px;
    height: 100%;
    position: relative;
    color: #fff;
    z-index: 1;
    overflow: hidden;
}
.light .feature_text {
    background: var(--color-primary1);
}

.feature_content {
    background: var(--color-white);
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    padding: 40px 60px;
    position: relative;
}

.light .feature_content {
    background: var(--color-primary1);
}

.feature_text::before {
    content: '';
    background-image: url(../image/features/feature_bg2.png);
    background-position: center right;
    background-repeat: no-repeat;
    max-width: 1490px;
    border-radius: 0px 0px 50px 50px;
    margin: auto;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -140px;
    z-index: -1;
}

.feature_text h1 {
    letter-spacing: -2.34px;
    font-size: 6.8rem;
    margin: 0;
    line-height: 1;
}

.feature-items ul li.it1 {
    color: white;
    background: linear-gradient(to right, #222448, #ffd20000);
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px;
}

.feature-items ul li.it2 {
    color: white;
    background: linear-gradient(to right, #ffffff, #222448);
    width: 100%;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 600;
    margin: 10px;
    text-align: right;
}

.light .feature-items ul li.it1 {
    background: linear-gradient(to right, #f59419, #ffffff00);
    color: var(--color-primary1);
}

.light .feature-items ul li.it2 {
    background: linear-gradient(to right, #ffffff00, #ffd200);
    color: var(--color-primary1);
}

/* .feature-items {
    display: flex;
    gap: 19px;
    width: 100%;
} */

.feature-items ul {
    width: 100%;
}

/* ================FEATURE END=============== */

/* ================PROJECT START=============== */
.project-item {
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
}

.project-section {
    position: relative;
}

.project-section .container {
    background-color: var(--color-white);
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    margin-top: -100px;
    padding: 80px 60px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.light .project-section .container {
    background-color: var(--color-primary1);
}

.projectBox {
    position: relative;
}

.projectBox:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(to top, #00000087, #5e5e5e00);
    border-radius: 30px;
}

.light .projectBox:before {
    background: linear-gradient(to top, #bbbbbb87, #5e5e5e00);
}

.project-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.project-content {
    color: var(--color-white);
}

.light .project-content {
    color: var(--color-primary1);
}

.project-tag {
    font-size: 16px;
    background: #ffffff2e;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 5px;
    color: #ffffff;
}

.light .project-tag {
    background: #27265454;
    color: #272654;
}

.projectBox img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.projectBox::after {
    content: '';
    width: 240px;
    height: 90px;
    display: block;
    position: absolute;
    filter: blur(21px);
    background: radial-gradient(#f6971966, #fe05058c);
    bottom: 0;
    right: 0;
    border-radius: 90px;
    opacity: 0.7;
    transition: ease-in-out .4s;
}

.projectBox:hover::after {
    width: 100%;
}

/* ================PROJECT END=============== */

/* ================SERVICES START=============== */
.section.services-section {
    max-width: 1490px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 4px 12px 40px 6px #00000017;
    overflow: hidden;
}

.section.services-section::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    background-size: cover;
    background-image: url(../image/services/service-bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.light .section.services-section {
    background-color: var(--color-primary1);
}

.light .section.services-section::before {
    opacity: 0.4;

}

.section.services-section .container {
    z-index: 1;
    position: relative;
}

.service-main {
    display: flex;
}

/* .service-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.service-content h1,
.service-content p {
    padding: 0;
    margin: 0;
    /* width: 300px; */
}

/* .services-section .title {
    padding-bottom: 40px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(255, 210, 0), rgb(245, 148, 25), rgba(56, 2, 155, 0));
    border-image-slice: 1;
} */

.services-section .service-content {
    border-image: linear-gradient(0.25turn, rgb(39 38 84), rgb(202 201 255), rgba(56, 2, 155, 0));
    padding-left: 20px;
    padding-right: 20px;
    border-left: 2px solid transparent;
    border-image-slice: 1;
}
.services-section .service-content:first-child {
    border-left: 0;
}

/* .light .services-section .service-content {
    color: var(--color-primary1);
} */

.services-section .service-content:last-child {
    border-bottom: unset;

}

.service-content p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.service-content .heading-md {
    font-family: inherit;
    font-size: clamp(1.794rem, 2vw, 2.379rem);
    /* width: 260px; */
}

.services-section dotlottie-player {
    margin-top: 35px;
}

/* ================SERVICES END=============== */

/* ================SPONSOR START=============== */
.sponsor_content {
    background: var(--color-white);
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    padding: 40px 60px;
    position: relative;
}

.light .sponsor_content {
    background: var(--color-primary1);
}


.sponsors-items {
    border-width: 0;
    border-style: solid;
    border-color: #c4c7c9;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sponsors-items:hover,
.sponsors-items:focus-within {
    background-color: var(--color-white);
    box-shadow: 0px 0px 30px 0px #DDDDDD;
}

.light .sponsors-items:hover,
.light .sponsors-items:focus-within {
    background-color: var(--color-primary1);
    box-shadow: 0px 0px 30px 0px #000000;
}

.sponsors-img {
    padding: 25px 40px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.sponsors-carousel.owl-carousel .owl-item.active~.owl-item {
    margin-right: 1px;
}

.sponsor_text {
    background: linear-gradient(to right, #272654, #4f4da1);
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    padding: 40px 60px;
    height: 100%;
    position: relative;
    color: #fff;
    z-index: 1;
    align-content: center;
    overflow: hidden;
}

.sponsor_text img {
    padding: 0 50px;
}

.sponsor_text .title h3 {
    font-size: 25px;
    font-weight: 800;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.sponsor_text .title {
    text-align: center;
    padding-bottom: 25px;
}

/* ================SPONSOR END=============== */

/* ================FOOTER START=============== */
.c-nav-tool_title {
    position: relative;
    padding-left: 15px;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 20px;
}

.c-nav-tool_title:before {
    background: var(--color-primary1);
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    z-index: -1;
}

.light .c-nav-tool_title:before {
    background: var(--color-white);
}

.c-nav-tool_title:after {
    background: var(--color-white);
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-animation: line 8s infinite;
    animation: line 8s infinite;
}

.light .c-nav-tool_title:after {
    background: var(--color-primary1);
}

@-webkit-keyframes line {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes line {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    to {
        transform: translateY(0);
    }
}


#footer-widgets .flex {
    display: flex;
}

#footer-widgets .footer_video {
    position: absolute;
    border-radius: 50px 50px 0 0px !important;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    border: none;
}

#footer-widgets .footer_inner {
    /* background: linear-gradient(to top, #ffffff00, #ffffffcf, #ffffff);
    backdrop-filter: blur(50px); */
    border-radius: 5px;
    /* margin: 1.5rem 0; */
    /* margin-top: 5rem; */
    border-radius: 40px 40px 0 0;
    padding: 40px 60px;
}
.light .from-section .modal-content{
    background-color: var(--color-primary1);
}
.light #footer-widgets .footer_inner {
    background: linear-gradient(to top, #27265400, #272654db, #272654);
}

.footer {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    margin-top: 80px;
}

#footer-widgets .container {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}


#footer-widgets .newsletter_title {
    font-size: 18px;
}

#footer-widgets .newsletter img {
    background-color: var(--color-white);
}

#footer-widgets p.text,
.c-nav-tool_list li {
    margin-bottom: 13px;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
}

#footer-widgets p.text {
    padding-left: 24px;
}

#footer-widgets p.text.mail:before {
    content: "\f0e0";
    left: 0;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
}

#footer-widgets p.text.call:before {
    content: "\f10b";
    left: 0;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
}

.c-nav-tool_list li:before {
    content: "\f054";
    transition: ease-in-out .3s;
    left: 0;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
}

@media (min-width: 675px) {
    #footer-widgets .layout {
        display: flex;
        flex-wrap: nowrap;
        column-gap: 2rem;
    }

    #footer-widgets .w-50 {
        width: 50%;
    }

    #footer-widgets .w-25 {
        width: 25%;
    }
}

#footer-widgets .footer_copyright {
    color: var(--color-primary1);
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}
.light #footer-widgets .footer_copyright {
    color: var(--color-white);
}
.footer_copyright a {
    color: var(--color-secondary);
    text-decoration: underline;
}

.footer_copyright a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.layout_item svg {
    fill: var(--color-primary1);
    margin-right: 12px;
    transition: ease-in-out .3s;
}

.light .layout_item svg {
    fill: var(--color-white);
}

.layout_item svg:hover {
    fill: var(--color-secondary);
}

.c-footer a {
    transition: ease-in-out .3s;
}

#footer-widgets a:hover {
    border-bottom: 1px solid var(--color-secondary);
    color: var(--color-secondary);
}

.c-nav-tool_list li:hover:before {
    left: 6px;
}

#footer-widgets .container{
    border-radius: 50px 50px 0 0px !important;
    max-width: 1490px;
    overflow: hidden;
    margin: auto;
    /* margin-top: 80px; */
    margin-bottom: 0;
    /* padding: 40px 60px; */
    position: relative;
    /* background-color: #fff; */
    box-shadow: 4px 12px 40px 6px #00000017;
    overflow: hidden;
}

/* ================FOOTER END=============== */

/* ================BEARDCRUMB START=============== */
.breadcrumb-area {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: auto;
    display: block;
    color: #ffffff;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 6px 20px -4px rgb(0 0 0 / 25%);
}

.breadcrumb-area {
    background-image: url("../image/breadcrumb.webp");
    background-attachment: scroll;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-black);
    z-index: 0;
    opacity: 0.6;
}

.breadcrumb-area .av-columns-area,
.breadcrumb-area .av-column-12 {
    margin-bottom: 0;
}

.breadcrumb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 35px 0;
    min-height: 350px;
}

.breadcrumb-heading {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: auto 0;
    /* height: 100%; */
    width: 100%;
    max-width: 50%;
    z-index: 1;
}

.breadcrumb-heading h2 {
    margin-bottom: 0;
    display: inline-block;
    border: 0 solid transparent;
}

.breadcrumb-list {
    flex-shrink: 0;
    list-style: none;
    width: 100%;
    max-width: 50%;
    padding: 13px 35px;
    position: relative;
    border-radius: 100px;
    margin: 0;
    z-index: 0;
    font-weight: 600;
}

.breadcrumb-list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #272654, #4f4da1);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb-list li {
    display: inline-block;
    word-break: break-word;
}

.breadcrumb-list li i {
    vertical-align: middle;
}

.breadcrumb-list li i.fa.fa-chevron-right {
    font-size: 80%;
    margin-right: 2px;
}

.breadcrumb-list li span {
    color: var(--color-primary1);
    display: inline-block;
}

.breadcrumb-content .breadcrumb-list li a {
    text-decoration: none;
    color: #ffffff;
}

.breadcrumb-content .breadcrumb-list li i {
    display: inline-block;
    vertical-align: baseline;
}

.breadcrumb-center .breadcrumb-content {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.breadcrumb-center .breadcrumb-heading {
    text-align: center;
}

.breadcrumb-center .breadcrumb-list {
    text-align: center;
    width: max-content;
}

.breadcrumb-right .breadcrumb-content {
    flex-direction: row-reverse;
}

.breadcrumb-right .breadcrumb-list,
.breadcrumb-right .breadcrumb-heading {
    text-align: right;
}

.breadcrumb-left .breadcrumb-list,
.breadcrumb-left .breadcrumb-heading {
    text-align: left;
}

.breadcrumb-center .breadcrumb-list:before {
    left: 0;
    right: 0;
}

.breadcrumb-left .breadcrumb-list:before,
.breadcrumb-right .breadcrumb-list:before {
    width: 200%;
}

.breadcrumb-left .breadcrumb-list:before {
    left: 0;
}

.breadcrumb-right .breadcrumb-list:before {
    right: 0;
}

.breadcrumb-left .breadcrumb-heading h2 {
    border-left-width: 6px;
    font-weight: 700;
    border-image-slice: 0 0 0 1;
    padding-left: 16px;
    border-image-source: linear-gradient(to right, #272654, #4f4da1);
}

.breadcrumb-right .breadcrumb-heading h2 {
    border-right-width: 4px;
    border-image-slice: 0 1 0 0;
    padding-right: 16px;
    border-image-source: linear-gradient(to right, #272654, #4f4da1);
}

.breadcrumb-center .breadcrumb-heading h2 {
    border-bottom-width: 4px;
    border-image-slice: 0 0 1 0;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-image-source: linear-gradient(to right, #272654, #4f4da1);
}

/* ================BREADCRUMB END=============== */

/* ================JOB SEARCH START=============== */
.job-search-section {
    margin-bottom: 80px;
    margin-top: 80px;
}

.job-search-section .list-item-inner {
    background: #e7e7e7;
    display: flex;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 8px 0px;
}

.light .job-search-section .list-item-inner {
    background: var(--darkbg);
}

.job-search-section .filter-listing-form .circle-check .list-item label {
    color: var(--color-primary1);
    font-weight: 500;
}

.light .job-search-section .filter-listing-form .circle-check .list-item label {
    color: var(--color-white);
}

.filter-listing-form .circle-check .list-item [type="radio"],
.filter-listing-form .circle-check .list-item [type="checkbox"] {
    display: none;
}

.filter-listing-form .circle-check .list-item [type="checkbox"]+label {
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0;
}

.filter-listing-form .circle-check .list-item label {
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-listing-form .circle-check .list-item [type="checkbox"]:checked+label:before {
    background-color: #fff;
    left: 25px;
}

.filter-listing-form .circle-check .list-item [type="checkbox"]:checked+label:after {
    background: var(--color-primary1);
    border-color: var(--color-primary1);
}

.filter-listing-form .circle-check .list-item [type="checkbox"]+label:before {
    content: '';
    display: block;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #272654;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.filter-listing-form .circle-check .list-item [type="checkbox"]+label:after {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: block;
    content: '';
    width: 40px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ECEDF2;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.job-search-section form {
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 30px;
}

.light .job-search-section form {
    background-color: var(--color-primary1);
}

.filter-listing-form .circle-check .list-item [type="radio"]+label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0;
}

.filter-listing-form .circle-check .list-item label {
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-listing-form .circle-check .list-item [type="radio"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #ECEDF2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.filter-listing-form .circle-check .list-item [type="radio"]+label:after {
    width: 18px;
    height: 18px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.filter-listing-form .circle-check .list-item [type="radio"]:checked+label:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.filter-listing-form .circle-check .list-item [type="radio"]:checked+label:before {
    border-color: var(--color-primary1);
    background: var(--color-primary1);
}

.filter-listing-form .toggle-filter-viewmore .icon-more {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 10px;
    color: var(--color-primary1);
    background: #c2c2c2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.filter-listing-form .toggle-filter-viewmore {
    margin-top: 10px;
    display: block;
    color: var(--color-primary1);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}

.filter-listing-form.vertical .heading-label {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 700;
}

/* right side */
.widget-jobs.item-list-v3 .job-list.v3 {
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.job-list.v3 {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .job-list {
        padding: 30px;
        margin-bottom: 30px;
    }
}

.job-list {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    position: relative;
    margin-bottom: 20px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 15px;
}

.light .job-list {
    background: var(--color-primary1);
    border: 1px solid var(--color-primary1);
}

.job-list:hover {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.light .job-list:hover {
    background-color: var(--darkbg);
    border: 1px solid var(--color-secondary);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.light .job-metas svg {
    fill: #e7e7e7 !important;
}

.light .filter-listing-form .toggle-filter-viewmore {
    color: var(--color-white);
}

.elementor-10191 .elementor-element.elementor-element-36c91f1 .job-list:before {
    background-color: var(--e-global-color-primary);
}

.job-list.v3:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.job-list.v3:before {
    content: '';
    background-color: var(--superio-theme-color);
    width: 2px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11111;
}

@media (min-width: 768px) {
    .flex-middle-sm {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
    }
}

.job-list .employer-logo {
    float: left;
}

.employer-logo {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    /* visibility: hidden !important; */
}

.employer-logo img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.job-list .employer-logo+.job-list-content {
    overflow: hidden;
    padding-left: 20px;
}

.job-list .title-wrapper {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .flex-middle-sm {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
    }
}

.title-wrapper>*:first-child {
    margin-left: 0;
}

.job-metas {
    color: #696969;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .job-metas>div {
        margin-right: 25px;
    }
}

.job-metas>div {
    display: inline-flex;
    margin-right: 15px;
    align-items: center;
}

.job-category svg {
    margin-right: 5px;
}

.job-metas svg {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin-right: 5px;
}

.job-category.with-icon {
    display: flex;
    align-items: center;
}

.job-metas a:not([class]) {
    color: #696969;
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .job-metas>div {
        margin-right: 25px;
    }
}

.job-title {
    font-size: 20px;
    margin: 0;
}

.job-metas>div {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
}

.job-deadline.with-icon>* {
    display: inline-block;
}

.job-metas svg {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin-right: 5px;
}

.job-metas>div:last-child {
    margin-right: 0;
}

@media (min-width: 1200px) {
    .job-metas>div {
        margin-right: 25px;
    }
}

.job-metas>div {
    display: inline-block;
    margin-right: 15px;
}

.elementor-kit-11 a {
    font-family: "lemonmilk-regular", Sans-serif;
}

.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.type-job {
    display: inline-block;
    color: var(--color-primary1);
    background: #e7e7e7;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    font-weight: 600;
    -o-border-radius: 50px;
    padding: 1px 20px;
    font-size: 13px;
}

@media (min-width: 768px) {
    .flex-middle-sm .ali-right {
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .flex-middle-sm .ali-right {
        margin-left: auto;
    }
}

.job-list.v3 .deadline-time {
    display: none;
}

/* ================JOB SEARCH END=============== */

/* ================REFER FRIENDS START=============== */

.from-section .input-box {
    position: relative;
    margin: 25px 0;
}

.from-section .input-box input {
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1px solid #b4b4b4;
    outline: none;
    border-radius: 10px;
    font-size: 1em;
    color: var(--color-primary1);
    padding: 0 20px;
    transition: .5s ease;
    box-shadow: 0 5px 16px rgb(0 0 0 / 7%);
}

.light .from-section .input-box input {
    color: var(--color-white);
}

.from-section .input-box input:focus,
.from-section .input-box input:valid {
    border-color: var(--color-primary1);
    box-shadow: unset;
}

.light .from-section .input-box input:focus,
.light .from-section .input-box input:valid {
    border-color: var(--color-secondary);
    box-shadow: unset;
}

.from-section .input-box label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 1em;
    color: #a5a5a5;
    pointer-events: none;
    transition: .5s ease;
    font-weight: 500;
}

.from-section .input-box input:focus~label,
.from-section .input-box input:valid~label {
    top: 1px;
    font-size: .8em;
    background: var(--color-white);
    padding: 0 6px;
    color: var(--color-primary1);
}

.light .from-section .input-box input:focus~label,
.light .from-section .input-box input:valid~label {
    background: var(--darkbg);
    color: var(--color-white);
}

.from-section .mf-input-required-indicator {
    color: #f00;
}

.elementor-widget-container h1 {
    margin-bottom: 10px;
}

.elementor-widget-container p {
    margin-bottom: 20px;
    color: #a3a3a3;
    font-weight: 500;
}

.elementor-widget-container p i {
    font-size: 19px;
}

/* ================REFER FRIENDS END=============== */

/* ================BECOME A CLIENT START=============== */
.secb {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.secb:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.secOne p {
    font-weight: 400;
}

.secb ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;
}

.secb ul li:before {
    content: "\f054";
    transition: ease-in-out .3s;
    left: 0;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    color: var(--color-secondary);
}

/* ================BECOME A CLIENT END=============== */

/* ================JOIN OUR TEAM START=============== */
.secb .feature_content {
    height: 100%;
}

.content-join h3 {
    font-size: 30px;
    font-weight: 800;
}

.content-join img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sectwo.sas.secb {
    border-bottom: unset;
    margin: 0;
    padding-bottom: 25px;
}

/* ================JOIN OUR TEAM END=============== */

/* ================PROCESS START=============== */

.journey-section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: linear-gradient(to right, #272654, #4f4da1);
    z-index: 0;
}

.journey-section:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #272654, #4f4da1);
    opacity: 0.8;
    z-index: -1;
}

.timeline {
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}

.timeline-item {
    padding-bottom: 6.25rem;
    position: relative;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline strong {
    color: var(--color-primary1);
    display: block;
    font-size: 1.125rem;
}

.light .timeline strong {
    color: var(--color-white);
}

.light .timeline-item:hover .timeline-content,
.light .timeline-item:hover .timeline-content strong a {
    color: var(--color-primary1);
}

.timeline-item p {
    margin-top: 0.45rem;
    margin-bottom: 0;
    color: #838383;
    font-weight: 500;
}

.timeline-item .timeline-date {
    color: var(--color-primary1);
    font-size: 3.5625rem;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -30px;
}

.light .timeline-item .timeline-date {
    color: var(--color-white);
}

.timeline-item:hover .timeline-date {
    background: linear-gradient(to bottom, #272654, #4f4da1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px solid var(--color-primary1);
    height: 100%;
    transform: translateX(-50%);
}

.light .timeline::before {
    border-left: 2px solid var(--color-white);
}

.timeline::after {
    content: "Process";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    line-height: 110px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: var(--color-white);
    background: linear-gradient(to right, #272654, #4f4da1);
    border-radius: 100px;
    border: 5px solid var(--color-white);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.timeline:hover:after {
    border-color: var(--color-white);
    box-shadow: 0 0 30px 0px rgb(255 255 255 / 0.35);
}

.timeline-content {
    background-color: var(--color-white);
    position: relative;
    border-radius: 10px;
    margin-top: -5.3%;
    padding: 2.12rem;
    overflow: hidden;
    z-index: 0;
}

.light .timeline-content {
    background-color: var(--color-primary1);
}

.timeline-content:after {
    background-color: var(--color-primary1);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.light .timeline-content:after {
    background: var(--color-white);
}

.timeline-item:nth-child(odd) .timeline-content:after {
    transform: translateX(100%);
}

.timeline-item:nth-child(even) .timeline-content:after {
    transform: translateX(-100%);
}

.timeline-item:hover:nth-child(odd) .timeline-content:after {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.timeline-item:hover:nth-child(even) .timeline-content:after {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.timeline-item:hover .timeline-content,
.timeline-item:hover .timeline-content strong a {
    color: var(--color-white);
}

.timeline-item:nth-child(odd) .timeline-content {
    border-right: 5px solid transparent;
    border-image: linear-gradient(to top, #272654, #4f4da1) 1;
    box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
    border-radius: 30px 0px 0px 30px;
}

.timeline-item:nth-child(even) .timeline-content {
    border-left: 5px solid transparent;
    border-image: linear-gradient(to bottom, #272654, #4f4da1) 1;
    box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
    border-radius: 0px 30px 30px 0px;
}

.timeline-item:nth-child(odd) strong,
.timeline-item:nth-child(odd) p {
    text-align: left;
}

.timeline-item:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-item:nth-child(even) .timeline-date {
    text-align: right;
}

.timeline-circle {
    position: relative;
}

.timeline-circle::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -5%);
    background: linear-gradient(to right, #272654, #4f4da1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.timeline-item:hover .timeline-circle::before {
    background: var(--color-primary1);
}

.light .timeline-item:hover .timeline-circle::before {
    background: var(--color-primary1);
}

.timeline-circle img {
    position: relative;
    z-index: 100;
}

/* ================PROCESS END=============== */

/* ================OUR STORY START=============== */
.story-section .feature_content {
    height: 100%;
}

.story-section .heading-sm {
    font-size: 20px;
}

.story-section .projectBox:before {
    background: linear-gradient(to top, #000000cf, #0000000f);
}

/* ================OUR STORY END=============== */

/* ================TESTIMONIALS START=============== */

.testimonials-section {
    background-color: #f8f8f8;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}
.light .testimonials-section {
    background-color: var(--color-primary1);
}
.testimonials-slider .owl-stage {
    margin: 15px 0;
}

.testimonials-item {
    text-align: center;
    display: block;
    padding: 30px 0;
    width: 100%;
}

.testimonials-item .testimonials-content {
    background-color: var(--color-white);
    padding: 38px 30px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
    box-shadow: 0px 0px 10.44px 1.56px rgb(33 33 33 / 0.15);
}
.light .testimonials-item .testimonials-content {
    background-color: var(--darkbg);
}
.testimonials-item .testimonials-content:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background-color: inherit;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.065);
}

.testimonials-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-radius: 6.25rem;
    margin-bottom: 1.5rem;
}

.testimonials-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px dashed var(--bs-secondary);
    animation: spin 10s linear infinite;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.testimonials-item:active .testimonials-icon:after {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testimonials-icon span {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    font-size: 50px;
    line-height: 1.38;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--bs-secondary);
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.testimonials-content p {
    margin: 0;
    line-height: 26px;
}

.testimonials-client {
    width: 100%;
    display: block;
    line-height: normal;
    margin-top: 48px;
    text-align: center;
}

.testimonials-client .img-fluid {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 1.1rem;
}

.testimonials-client .img-fluid img {
    width: 100%;
    margin: auto;
}

.testimonials-title h5 {
    margin-bottom: .4rem;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
    font-weight: 700;
}

.testimonials-title p {
    margin-bottom: 0;
    font-weight: 500;
}

.center .testimonials-item .testimonials-content {
    box-shadow: 0px 0px 16px 3px rgba(33, 33, 33, 0.2);
}

.center .testimonials-item .testimonials-content:after {
    box-shadow: 7px 7px 7px 0 rgb(0 0 0 / 0.08);
}

.center .testimonials-item .testimonials-icon:after {
    border-color: var(--color-primary1);
}
.light .center .testimonials-item .testimonials-icon:after {
    border-color: var(--color-white);
}

.center .testimonials-item .testimonials-icon span {
    background-color: var(--color-primary1);
}



/* ================TESTIMONIALS END=============== */

/* ================CONTACT US START=============== */
.contact-address .col:not(:last-child) .widget-contact {
    border-right: 1px solid rgb(215 215 215);
}

.contact-address .widget-contact {
    padding: 2rem 3rem;
}

.contact-info-q {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.contact-form-widget.contact_social .contact-icon:focus-within i,
.contact-form-widget.contact_social .contact-icon:hover i,
.contact-area:hover .contact-info-q svg,
.contact-area:focus-within .contact-info-q svg {
    -webkit-animation: buzz-out 1.25s linear infinite;
    animation: buzz-out 1.25s linear infinite;
}

@keyframes buzz-out {

    10% {
        -webkit-transform: translateX(0.1875rem) rotate(2deg);
        transform: translateX(0.1875rem) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
        transform: translateX(-0.1875rem) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(0.1875rem) rotate(2deg);
        transform: translateX(0.1875rem) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
        transform: translateX(-0.1875rem) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(0.125rem) rotate(1deg);
        transform: translateX(0.125rem) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-0.125rem) rotate(-1deg);
        transform: translateX(-0.125rem) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(0.125rem) rotate(1deg);
        transform: translateX(0.125rem) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-0.125rem) rotate(-1deg);
        transform: translateX(-0.125rem) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

/* ================CONTACT US END=============== */

/* ================SERVICE TWO START=============== */

.service-two-section {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-bottom: 80px;
    padding-top: 80px;
}
.light .service-two-section {
    background-color: var(--color-primary1);
}
.theme-content h5 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 8px;
}

.theme-item {
    height: 100%;
    padding: 2.5rem 2rem;
    text-align: center;
    border-radius: 0.625rem;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 0.15);
    background-color: var(--color-primary1);
    -webkit-transition: all .35s cubic-bezier(.645, .045, .355, 1);
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.service-section .theme-item:hover,
.service-section .theme-item:focus-within {
    border-radius: 0;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.theme-card-circle .row-cols-lg-3 .theme-item {
    width: 338px;
    height: 338px;
    margin: auto;
}

.theme-card-circle .theme-item {
    background-color: var(--color-white);
    border-radius: 100%;
    position: relative;
}
.light .theme-card-circle .theme-item {
    background-color: var(--darkbg);
}
.theme-card-circle .theme-item:hover,
.theme-card-circle .theme-item:focus-within {
    border-radius: 100%;
}

.theme-icon {
    position: relative;
    display: block;
    width: 8.125rem;
    height: 8.125rem;
    padding: 1.875rem;
    margin: 0 auto 1.25rem;
    overflow: hidden;
}

.theme-icon .theme-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/gallery/circle-icon.png) center center no-repeat;
}

.theme-icon .theme-circle {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}

.theme-icon .theme-corn {
    position: relative;
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ee4a34;
    background-color: #fae4df;
    -webkit-transition: all .35s cubic-bezier(.645, .045, .355, 1);
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.theme-corn i,
.theme-corn img {
    height: 2.1875rem;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.theme-item .circles-spin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-animation: spinReverse 30s linear infinite;
    animation: spinReverse 30s linear infinite;
}

.col:nth-child(4) .theme-item .theme-corn,
.col:nth-child(10) .theme-item .theme-corn,
.col:nth-child(16) .theme-item .theme-corn {
    background-color: #f3e3f6;
    color: #9916b1;
}

.col:nth-child(4) .theme-item .circles-spin .circle-one,
.col:nth-child(10) .theme-item .circles-spin .circle-one,
.col:nth-child(16) .theme-item .circles-spin .circle-one {
    background-color: #9916b1;
}

.col:nth-child(3) .theme-item .theme-corn,
.col:nth-child(9) .theme-item .theme-corn,
.col:nth-child(15) .theme-item .theme-corn,
.col:nth-child(21) .theme-item .theme-corn {
    background-color: #d6ebea;
    color: #116961;
}

.col:nth-child(3) .theme-item .circles-spin .circle-one,
.col:nth-child(9) .theme-item .circles-spin .circle-one,
.col:nth-child(15) .theme-item .circles-spin .circle-one,
.col:nth-child(21) .theme-item .circles-spin .circle-one {
    background-color: #116961;
}

.col:nth-child(3) .theme-item .circles-spin .circle-two,
.col:nth-child(6) .theme-item .circles-spin .circle-two,
.col:nth-child(9) .theme-item .circles-spin .circle-two,
.col:nth-child(12) .theme-item .circles-spin .circle-two,
.col:nth-child(15) .theme-item .circles-spin .circle-two,
.col:nth-child(18) .theme-item .circles-spin .circle-two,
.col:nth-child(21) .theme-item .circles-spin .circle-two {
    background-color: #ee4a34;
}

.col:nth-child(6) .theme-item .theme-corn,
.col:nth-child(12) .theme-item .theme-corn,
.col:nth-child(18) .theme-item .theme-corn {
    background-color: #e7ffe2;
    color: #2eb01c;
}

.col:nth-child(6) .theme-item .circles-spin .circle-one,
.col:nth-child(12) .theme-item .circles-spin .circle-one,
.col:nth-child(18) .theme-item .circles-spin .circle-one {
    background-color: #2eb01c;
}

.col:nth-child(2) .theme-item .theme-circle,
.col:nth-child(5) .theme-item .theme-circle,
.col:nth-child(8) .theme-item .theme-circle,
.col:nth-child(11) .theme-item .theme-circle,
.col:nth-child(14) .theme-item .theme-circle,
.col:nth-child(17) .theme-item .theme-circle,
.col:nth-child(20) .theme-item .theme-circle {
    -webkit-animation: spinReverse 20s linear infinite;
    animation: spinReverse 20s linear infinite;
}

@keyframes spinReverse {
    0% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.col:nth-child(2) .theme-item .theme-corn,
.col:nth-child(8) .theme-item .theme-corn,
.col:nth-child(14) .theme-item .theme-corn,
.col:nth-child(20) .theme-item .theme-corn {
    background-color: #c9e1ff;
    color: var(--color-primary1);
}

.col:nth-child(2) .theme-item .circles-spin,
.col:nth-child(5) .theme-item .circles-spin,
.col:nth-child(8) .theme-item .circles-spin,
.col:nth-child(11) .theme-item .circles-spin,
.col:nth-child(14) .theme-item .circles-spin,
.col:nth-child(17) .theme-item .circles-spin,
.col:nth-child(20) .theme-item .circles-spin {
    -webkit-animation-name: spin;
    animation-name: spin;
}

.col:nth-child(2) .theme-item .circles-spin .circle-one,
.col:nth-child(8) .theme-item .circles-spin .circle-one,
.col:nth-child(14) .theme-item .circles-spin .circle-one,
.col:nth-child(20) .theme-item .circles-spin .circle-one {
    background-color: var(--color-primary1);
}

.col:nth-child(2) .theme-item .circles-spin .circle-two,
.col:nth-child(5) .theme-item .circles-spin .circle-two,
.col:nth-child(8) .theme-item .circles-spin .circle-two,
.col:nth-child(11) .theme-item .circles-spin .circle-two,
.col:nth-child(14) .theme-item .circles-spin .circle-two,
.col:nth-child(17) .theme-item .circles-spin .circle-two,
.col:nth-child(20) .theme-item .circles-spin .circle-two {
    background-color: #ee4a34;
}

.col:nth-child(5) .theme-item .theme-corn,
.col:nth-child(11) .theme-item .theme-corn,
.col:nth-child(17) .theme-item .theme-corn {
    background-color: #f9e1f0;
    color: #cb0680;
}

.col:nth-child(5) .theme-item .circles-spin .circle-one,
.col:nth-child(11) .theme-item .circles-spin .circle-one,
.col:nth-child(17) .theme-item .circles-spin .circle-one {
    background-color: #cb0680;
}

.theme-item .circles-spin .circle-one {
    position: absolute;
    left: 0.3125rem;
    bottom: 0.3125rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 1;
    border-radius: 50%;
    background-color: #ee4a34;
}

.theme-item>.circles-spin .circle-one {
    left: 2.8125rem;
    bottom: 2.8125rem;
}

.theme-item .circles-spin .circle-two {
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background-color: #1c17a0;
    -webkit-transition: all .35s cubic-bezier(.645, .045, .355, 1);
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.theme-item>.circles-spin .circle-two {
    right: 2.8125rem;
    top: 2.8125rem;
}

.theme-item:hover .circles-spin .circle-two,
.theme-item:focus-within .circles-spin .circle-two {
    opacity: 1;
    visibility: visible;
}

.theme-item:hover div.theme-icon div.theme-corn,
.theme-item:focus-within div.theme-icon div.theme-corn {
    background-color: var(--color-white);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 0.17);
}

.theme-link {
    display: inline-block;
    overflow: hidden;
}

.theme-link .read-link:after {
    content: "\f054";
    height: 0.9375rem;
    width: 0.9375rem;
    border-radius: 1.25rem;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-size: 0.625rem;
}

.theme-link .read-link:hover,
.theme-link .read-link:focus {
    color: var(--color-primary1);
}

.theme-link .read-link:hover:after,
.theme-link .read-link:focus:after {
    background-color: var(--color-primary1);
    color: var(--color-white);
}

/* ================SERVICE TWO END=============== */

/* ================MAP START=============== */
.map-area {
    border: 5px solid var(--color-light-bg);
    height: 536px;
    min-height: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.contact-form-widget.contact_social {
    padding: 1.875rem 2.125rem;
}

.contact-form-widget.contact_social .contact-icon {
    width: 50px;
    height: 50px;
}

.contact-form-widget {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    padding: 1.875rem 3.125rem;
    background-color: var(--color-primary1);
    border-radius: 30px;
}

.contact-form-widget:last-child {
    margin-bottom: 0px;
}

#map,
#map iframe {
    width: 100%;
    height: 100%;
}

.contact-form-widget .contact-area {
    justify-content: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* flex-wrap: wrap; */
}

.contact-form-widget .contact-icon {
    width: 60px;
    height: 60px;
    font-size: 1.875rem;
    background-color: var(--bs-white);
    border-radius: 6.25rem;
}

.contact-icon {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin-right: 15px;
    color: var(--color-primary1);
    -webkit-transition: all .35s cubic-bezier(.645, .045, .355, 1);
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.contact-area .contact-icon i,
.contact-area .contact-icon img {
    color: inherit;
    display: inline-block;
    vertical-align: baseline;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.contact-form-widget .contact-info {
    color: var(--color-white);
}

.contact-info {
    display: inline-block;
    text-align: left;
    color: inherit;
}

.contact-form-widget .contact-info .titlee {
    font-size: 1.5625rem;
    margin-bottom: .15rem;
}

.contact-info .titlee {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1px;
}

.contact-form-widget .contact-info .text {
    font-size: 2rem;
    font-weight: 700;
}

.contact-form-widget .contact-info.adres .text {
    font-size: 1.2rem;
    font-weight: 700;
}

.contact-info .text {
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}

.contact-info a {
    text-decoration: none;
    position: relative;
    text-shadow: -0.15px -0.15px 0 transparent, 0.15px 0.15px transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.contact-form-widget .call-icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    font-size: 50px;
    height: 72px;
    width: auto;
    color: var(--color-white);
    opacity: 0.22;
    -webkit-animation: bounce_one 5s linear infinite;
    animation: bounce_one 5s linear infinite;
}

.contact-form-widget .call-icon i {
    display: inline-block;
    transform: rotate(-14deg);
}

@keyframes bounce_one {
    0% {
        transform: translateY(-0.625rem);
    }

    50% {
        transform: translateY(0.625rem);
    }

    100% {
        transform: translateY(-0.625rem);
    }
}

/* ================MAP END=============== */

/* ================LOGIN START=============== */
.header-section.is-sticky .nav-links>ul>li>a.site-button {
    color: var(--color-white);
}

.light .header-section.is-sticky .nav-links>ul>li>a.site-button {
    color: var(--color-secondary);
    background-color: var(--color-white);
}

.login_items h1 {
    font-weight: 800;
    margin: 0;
    font-size: 2rem;
}

.from-section .login_items .input-box {
    margin: 0;
    width: 100%;
}

.login_items p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 20px 0 30px;
}

.login_items span {
    font-size: 12px;
}

.login_items a {
    color: #4f4da1;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
    font-weight: 700;
}

.from-section.login-section .input-box input:focus~label,
.from-section.login-section .input-box input:valid~label {
    top: 9px;
}

.login_items.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    width: 1250px;
    max-width: 100%;
    min-height: 730px;
}

.login_items .form-container .register-terms-and input {
    width: unset;
}

.register-terms-and {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    gap: 5px;
}

.login_items .form-container form {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.light .login_items .form-container form {
    background: var(--color-primary1);
}

.login_items .social-container {
    margin: 20px 0;
}

.login_items .social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.login_items .form-container input {
    background: #bc939300;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    box-shadow: unset;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}

.login_items .form-container .remember.rementhis input {
    width: unset;
}

.remember.rementhis {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 4px;
}

.login_items .astsa {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.login_items a.registerButton,
.login_items button {
    border-radius: 20px;
    border: 1px solid #ffffff;
    background: linear-gradient(to bottom, #272654, #4f4da1);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.login_items a.registerButton:focus-within,
.login_items button:focus-within,
.login_items a.registerButton.active,
.login_items button.active,
.login_items a.registerButton:hover,
.login_items button:hover {
    background: linear-gradient(to bottom, #272654, #2726542a);
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.login_items a.registerButton:active,
.login_items button:active {
    transform: scale(.95);
}

.login_items a.registerButton:focus,
.login_items button:focus {
    outline: none;
}

.sign-up-container ul {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    gap: 10px;
}

button.ghost {
    background: transparent;
    border-color: #fff;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    z-index: 1;
    opacity: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100;
}

.overlay {
    background: #ff416c;
    background: linear-gradient(to bottom, #272654, #4f4da1) no-repeat 0 0 / cover;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-panel {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateY(0);
}

.overlay-left {
    transform: translateY(-20%);
}

/* Move signin to right */
.container.right-panel-active .sign-in-container {
    transform: translateY(100%);
}

/* Move overlay to left */
.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

/* Bring signup over signin */
.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}

/* Move overlay back to right */
.container.right-panel-active .overlay {
    transform: translateX(50%);
}

/* Bring back the text to center */
.container.right-panel-active .overlay-left {
    transform: translateY(0);
}

/* Same effect for right */
.container.right-panel-active .overlay-right {
    transform: translateY(20%);
}

.login_items .icons {
    display: flex;
    width: 30px;
    height: 30px;
    letter-spacing: 15px;
    align-items: center;
}

.modalFabs h4 {
    font-weight: 800;
}

.modalFabs p {
    margin-bottom: 30px;
    font-weight: 500;
}

/* ================LOGIN END=============== */

/* ================CAREER START=============== */
#application-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.job-opportunities .jobs-pannel {
    position: relative;
    /* cursor: none; */
}

.job-opportunities .nav.nav-tabs {
    border: 0;
    justify-content: center;
    font-size: 15px;
    gap: 2rem;
}

.job-opportunities .nav-link {
    border: 0;
    position: relative;
    padding: 0;
    padding-bottom: 9px;
    font-weight: 500;
    color: var(--color-primary1);
    transition: all 0.3s ease-in-out 0s;
}
.light .job-opportunities .nav-link {
    color: var(--color-white);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: unset;
}
.job-opportunities .nav-link:hover,
.job-opportunities .nav-link.active {
    font-weight: 600;
    color: var(--color-secondary);

}

.job-opportunities .nav-link::after {
    content: "";
    background: linear-gradient(96deg, #272654 8.1%, #4f4da1 90.68%);
    border-radius: 8px;
    width: 0%;
    bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    height: 3px;
    transition: width .5s ease-in-out;
}

.job-opportunities .nav-link:hover::after,
.job-opportunities .nav-link.active::after {
    width: 100%;
}

.job-opportunities .jobs_wrapper {
    max-height: -moz-max-content;
    max-height: max-content;
    margin: 0 auto;
    padding: 5px;
    margin-top: 5rem;
    width: 80%;
}

.job-opportunities .jobs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 2rem;
}

.job-opportunities .jobs .job.active {
    display: flex;
}

.job-opportunities .jobs .job {
    overflow: hidden;
    display: none;
    max-width: 460px;
    flex-direction: column;
    gap: 2rem;
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .25);
    position: relative;
    background: var(--color-white);
}

.job-opportunities .jobs .job .job-title {
    font-size: 1rem;
    color: #737373;
    padding: 1.8rem;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    font-weight: 700;
    position: relative;
}

.job-opportunities .jobs .job::before {
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    background: linear-gradient(to bottom, #272654, #4f4da1);
    display: block;
}

.job-opportunities .jobs .job .job-details {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    justify-content: space-between;
    color: #767474;
    margin-bottom: 0rem;
    font-weight: 500;
}

.job-opportunities .jobs .job>* {
    padding: 0 3rem;
}

.job-opportunities .jobs .job .job-details>* {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.job-opportunities .jobs .job .job-details svg {
    max-width: 20px;
    max-height: 20px;
}

.job-opportunities .jobs .job>* {
    padding: 0 3rem;
}

.job-opportunities .jobs .job .job-description p {
    font-size: 1.6rem;
    margin-top: 2rem;
    line-height: 1.7;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: var(--color-dark-2);
    display: none;
}

.job-opportunities .jobs .job .job-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    /* cursor: none; */
}

#application-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

#application-form .input-field {
    width: 100%;
    margin-bottom: 20px;
}

#application-form .input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#application-form .input-field svg {
    fill: var(--color-primary1);
    position: absolute;
    width: 2rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: 0.7rem;
    left: 0.7rem;
}
.light #application-form .input-field svg {
    fill: var(--color-white);
}
#application-form .input-box input {
    padding-left: 55px;
}

#application-form .input-box label {
    left: 55px;
}

#application-form .input-box {
    margin: 0;
}

.file-field {
    margin-bottom: 20px;
}

.file-field .btn {
    margin-right: 10px;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}

.file-field .btn {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-primary1);
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.file-field.input-field {
    border: 1px solid var(--color-primary1);
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    background: transparent;
    outline: none;
    border-radius: 10px;
    font-size: 1em;
    color: var(--color-primary1);
    padding: 0 6px;
    transition: .5s ease;
    /* box-shadow: 0 5px 16px rgb(0 0 0 / 7%); */
}
.light .file-field.input-field {
    border: 1px solid var(--color-secondary);
}
/* ================CAREER END=============== */
/* ================LATEST JOB START=============== */
.jobs-section .container {
    background-color: var(--color-white);
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    margin-top: -100px;
    padding: 80px 60px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.jobs-section .container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-image: url(../image/projects/project-bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
}

.jobs-section .container::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #000;
    border-radius: 30px;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 0;
}

.jobs-section .title h3,
.jobs-section .title p {
    z-index: 1;
    position: relative;
    color: var(--color-white);
}

.jobs_content {
    background-color: var(--color-white);
    position: relative;
    border-radius: 20px;
}
.light .jobs_content {
    background-color: var(--color-primary1);
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.contentJobs {
    height: 70px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-width: 1px;
    margin-bottom: 5px;
}
.contentJobs:last-child{
    border-bottom-width: 0px;
}
.fontJobs {
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--color-primary1);
    font-weight: 600;
    text-align: right;
    padding-left: 30px;
}
.ttleJob{
    padding: 15px;
    border-bottom: 1px solid var(--color-primary1);
    margin-bottom: 15px;
}
.forntDesk {
    color: var(--color-primary1);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.light .menhs,
.light .fontJobs,
.light .forntDesk {
    color: var(--color-white) !important;
}
/* ================LATEST JOB END=============== */

/* ================UPCOMING PROJECTS START=============== */
.upcoming-project-section .container {
    background-color: var(--color-white);
    border-radius: 40px;
    box-shadow: 4px 12px 40px 6px #00000017;
    margin-top: -100px;
    padding: 80px 60px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.light .upcoming-project-section .container {
    background-color: var(--color-primary1);
}
.upcoming-project-section .item {
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 320px;
    max-width: 410px; */
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  .upcoming-project-section .item:hover{
    cursor: pointer;
  }
  
  .upcoming-project-section .item *{
    transition: all 0.35s ease-in-out;
  }
  
  .upcoming-project-section img {
    max-width: 100%;
    vertical-align: top;
    height: 440px;
    object-fit: cover;
  }
  
  .upcoming-project-section .item:hover img {
    opacity: 0.3;
  }
  
  .upcoming-project-section .text{
    width: 80%;
    height: 90%;
    position: absolute;
    opacity: 0;
    top: -100px;
    left: 10%;
    color: #b6b6b6;
    font-weight: 600;
    font-size: 15px;
  }
  
  .upcoming-project-section .text h3{
    color: var(--color-white);
    font-weight: 600;
  }
  
  .upcoming-project-section .item:hover .text{
    top: 20%;
    opacity: 1;
  }
  
  .upcoming-project-section .item:hover .button{
    bottom: 20%;
  }
  
  .upcoming-project-section .item .button{
    position: absolute;
    bottom: -100px;
    left: 25%;
    width: 50%;
    border: 2px solid #ffffff;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
  }
  
  .upcoming-project-section .button:hover{
    background-color: #ffffff;
    color: #F5F5F5;
  }
  .footer-section.footer .container::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background-size: cover;
    background-image: url(../image/footer/footer.png);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: contrast(0.5);
}
/* ================UPCOMING PROJECTS END=============== */
.career-section,
.login-section,
.map-section,
.contact-section,
.story-section,
.process-section,
.join-team-section,
.become-client-section,
.job-alert-section,
.refer-friends-section {
    margin-top: 80px;
    margin-bottom: 80px;
}