.casestudy_image {
    display: flex;
    margin-bottom: 25px;
}
.background-animated-strip-people {
    white-space: nowrap;
    height: 330px;
    width: 50%;
    margin-right: 10px;
    -webkit-animation: 95000s linear infinite-shift-top;
    -o-animation: 95000s linear infinite-shift-top;
}
@keyframes infinite-shift-top {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 100% +5000000px;
    }
}
.background-animated-strip {
    white-space: nowrap;
    height: 330px;
    width: 50%;
    margin-right: 10px;
    -webkit-animation: 95000s linear infinite-shift;
    -o-animation: 95000s linear infinite-shift;
}
@keyframes infinite-shift {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 100% -5000000px;
    }
}
.navbar-toggler {
    width: 30px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.navbar-toggler span {
    width: 100%;
    height: 3px;
    margin: 0 auto 6px;
    display: block;
    background-color: #fff;
    transition: 0.3s linear;
}
.contact_us a,
.down-arrow,
.services-tab li {
    transition: 0.4s linear;
}
.navbar-toggler span:last-child {
    margin-bottom: 0;
}
.navbar-toggler.active .line-1 {
    transform: rotate(45deg);
    margin: 7px 0 0 6px;
}
.navbar-toggler.active .line-3 {
    transform: rotate(-45deg);
    margin: -12px 0 0 6px;
}
.navbar-toggler.active .line-2 {
    opacity: 0;
}
.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 20px 0;
}
.main-header.sticky {
    background-color: #1f2a37;
}
.main-header * {
    font-family: Inter, sans-serif;
}
.main-header .container {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.header_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sparx_logo {
    width: 112px;
}
.company_work,
.industries_right,
.industries_right .sub_dropdown_wrapper,
.sparx_logo svg {
    width: 100%;
}
.main-navigation {
    position: absolute;
    top: 99%;
    padding: 0 0 35px;
    width: 100%;
    left: 0;
    overflow: auto;
    background-color: #fff;
    display: none;
    height: calc(100vh - 50px);
    z-index: 1;
}
.effect,
.it-industries {
    display: block !important;
}
.main_menu li {
    border-top: 1px solid #ebebeb;
}
.main_menu li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    opacity: 0;
}
.down-arrow,
.services-tab li:after {
    content: "";
    z-index: 1;
    padding: 4px;
    width: 7px;
    height: 7px;
    margin-left: 15.2px;
    margin-top: 2.2px;
    transform: rotate(45deg);
}
.main_menu .contact_us:before {
    display: none !important;
}
.main_menu li a {
    display: block;
    padding: 20px;
    color: #667085;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_menu li.active > .main_link {
    color: #fff;
    background-color: #e41a26;
}
.down-arrow {
    display: inline-block;
    border: solid #667085;
    border-width: 0 2px 2px 0;
}
.dropdown_wrapper,
.glass-filter {
    visibility: hidden;
    transition: 0.3s linear;
}
.main_menu li.active .down-arrow {
    border-color: #fff;
    transform: rotate(225deg);
}
.contact_us {
    padding: 15px 20px;
}
.contact_us a svg {
    margin-left: 6px;
    transition: linear !important;
}
.contact_us a {
    padding: 16px 20px;
    border: 1px solid #e02424;
    color: #e02424 !important;
    justify-content: center;
    border-radius: 8px;
}
.contact_us a svg path {
    fill: #e02424;
}
.contact_us a:hover {
    background-color: #e02424;
    color: #fff !important;
    border: 1px solid transparent;
}
.contact_us a:hover svg path {
    fill: #fff;
}
.contact_us a:hover svg {
    transform: translateX(6px);
    transition: 0.5s;
}
.dropdown_wrapper {
    position: relative;
    width: 100%;
    z-index: 9;
    display: none;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}
.main_menu li.active .dropdown_wrapper {
    visibility: visible;
    display: block;
}
.dropdown_menu {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto;
}
.dropdown_left {
    position: relative;
    width: 100%;
    background-color: #fbf9f9;
    border-right: 1px solid #e5e5e5;
}
.dropdown_left:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fbf9f9;
}
.link_title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: none;
}
.services-tab {
    background-color: #fad6d9;
}
.services-tab li {
    color: #667085;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    border-top: 1px solid #e6c5c8;
}
.link_text {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 20px 15px;
}
.services-tab li.active .link_text,
.submenu_link li.active > a {
    color: #e7313d;
}
.services-tab .active path {
    stroke: #e7313d;
}
.services-tab li:after {
    position: absolute;
    top: 16px;
    right: 20px;
    border: solid #667085;
    border-width: 0 2px 2px 0;
}
.services-tab li.active:after {
    border-color: #e7313d;
    transform: rotate(225deg);
}
.service-menu-icon {
    margin-right: 13px;
    display: none;
}
.dropdown_right,
.services-tab li.active .submenu_link,
.sub_dropdown_wrapper.current {
    display: block;
}
.mob-hide,
.show_hide,
.sub_dropdown_menu li:after,
.sub_dropdown_wrapper {
    display: none;
}
.show_hide.current,
.submenu_link li.active .sub_dropdown_menu {
    display: flex;
}
.submenu_link_wrap {
    width: 100%;
    border-right: 1px solid #e5e5e5;
}
.submenu_link_wrap .link_title {
    padding-left: 21px;
}
.submenu_link {
    display: none;
    background-color: #fff;
}
.submenu_link li a {
    display: block;
    color: #667085;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 12px 15px 15px 21px;
    border-bottom: 1px solid #ebebeb;
}
.sub_dropdown_menu {
    background: #fafafa;
    position: relative;
    z-index: 999;
    padding: 0 5px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.sub_dropdown_menu li {
    width: 48%;
    border-bottom: none;
    border-top: none;
}
.main_menu .sub_dropdown_menu li a {
    color: #101828;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    padding: 15px 15px 12px;
    border-bottom: none;
    background: 0 0;
}
.sub_dropdown_menu li a:hover {
    background-color: #f3f3f3;
    border-radius: 8px;
}
.sub_dropdown_menu li p,
.work_sec .work_link p {
    color: #667085;
    font-size: 1.4rem;
    line-height: 1.43;
    margin-top: 8px;
}
.industries_right .sub_dropdown_menu {
    gap: 2px 30px;
    justify-content: initial;
    display: flex;
}
.industries_right .sub_dropdown_menu li {
    width: 100%;
    max-width: calc(50% - 15px);
}
.our_work {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.work_sec {
    background: #fafafa;
    padding: 15px;
    max-width: 377px;
    width: 100%;
}
.work-img {
    margin-bottom: 25px;
    display: block;
}
.work_sec .work_link {
    display: block;
    color: #101828;
    padding: 0;
}
.work_sec .work_link:hover {
    color: #e41a26;
}
.header-bottom-sec {
    padding: 25px 0 22px;
    background-color: #fff5f5;
    display: none;
}
.header-bottom {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 59px;
}
.header-bottom-left {
    width: 40%;
}
.get-started {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 6px;
    letter-spacing: 0.2px;
}
.header-bottom-sec .bottom_link {
    color: #e41a26;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
    line-height: 1;
    align-items: initial;
}
.header-bottom-sec .bottom_link:hover {
    text-decoration: underline;
}
.header-bottom-right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.link_icon {
    margin-right: 10px;
}
.header-bottom-right .bottom_link {
    margin-left: 24px;
    letter-spacing: 0.1px;
}
.glass-filter {
    position: fixed;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 1199px) {
    .main-navigation,
    .services-tab,
    .sub_dropdown_menu,
    li.contact_us a,
    li.contact_us a:hover {
        background-color: transparent;
    }
    .desktop-show,
    .navbar-toggler,
    .services-tab li::after {
        display: none;
    }
    .link_text,
    .main-header {
        padding: 0;
    }
    .header_block {
        justify-content: inherit;
    }
    .main-navigation {
        position: static;
        padding-bottom: 0;
        display: block;
        height: auto;
        overflow: visible;
        width: calc(100% - 113px);
        padding-left: 40px;
    }
    .dropdown_menu,
    .main_menu {
        display: flex;
    }
    .main_menu li {
        border-top: none;
        position: relative;
    }
    .main_menu li a {
        padding: 24px 25px 23px;
        display: inline-flex;
    }
    .main_menu li .main_link,
    .main_menu li:hover > .main_link {
        color: #fff;
    }
    .main_menu li:hover > a,
    .submenu_link li.current a {
        color: #e02424;
    }
    .contact_us {
        margin-left: auto;
        padding: 15px 0 0;
    }
    li.contact_us a {
        padding: 9px 18px;
        color: #fff !important;
        border: 1px solid #fff;
    }
    li.contact_us a:hover {
        border-color: #fff;
    }
    .contact_us a svg path {
        fill: #fff;
    }
    .down-arrow {
        padding: 3px;
        margin-top: -5px;
        margin-left: 15px;
        border-color: #fff;
    }
    .main_menu > li:hover::before {
        opacity: 1;
        display: block;
    }
    .main_menu li:hover .dropdown_wrapper {
        visibility: visible;
        display: block;
        position: fixed;
        left: 0;
        top: 65px;
    }
    .header-bottom-sec,
    .link_title,
    .mob-hide,
    .service-menu-icon,
    .sub_dropdown_wrapper.current {
        display: block;
    }
    .sub_dropdown_wrap {
        max-height: 400px;
        overflow: auto;
        padding-right: 25px;
    }
    .sub_dropdown_menu {
        display: flex;
        padding: 0;
        display: flex !important;
    }
    .industries_right .sub_dropdown_menu {
        gap: 4px 22px;
        justify-content: initial;
    }
    .industries_right .sub_dropdown_menu li {
        width: 100%;
        max-width: calc(33.333% - 15px);
    }
    .our_work {
        gap: 30px;
        flex-direction: row;
    }
    .work_sec {
        padding: 24px;
    }
    .dropdown_left {
        position: relative;
        max-width: 313px;
        width: 100%;
        padding: 34px 30px 20px 59px;
        background-color: #fbf9f9;
        border-right: 1px solid #e5e5e5;
    }
    .dropdown_right {
        width: calc(100% - 313px);
    }
    .services-tab li {
        border-radius: 10px;
        display: flex;
        margin-bottom: 14px;
        padding: 16px 14px 14px 21px;
    }
    .services-tab .current,
    .services-tab li:hover {
        background-color: #fff;
        color: #e02424;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
    }
    .submenu_link_wrap {
        max-width: 302px;
        width: 100%;
        padding: 34px 0 20px;
        border-right: 1px solid #e5e5e5;
    }
    .sub_dropdown_wrapper {
        width: calc(100% - 302px);
        padding: 34px 10px 20px 59px;
        min-height: 292px;
    }
    .show_hide .sub_dropdown_wrapper {
        padding-left: 33px;
    }
    .services-tab .current path,
    .services-tab li:hover path {
        stroke: #e02424;
    }
    .submenu_link li a {
        display: block;
        padding: 12px 15px 15px 21px;
    }
    .company_work,
    .industries_right,
    .industries_right .sub_dropdown_wrapper {
        width: 100%;
    }
    .sub_dropdown_menu li a {
        margin-bottom: 5px;
    }
    .glass-filter {
        width: 100%;
        height: 100vh;
        opacity: 0;
        z-index: 2;
        background-color: rgba(27, 30, 85, 0.5);
        -webkit-backdrop-filter: blur(10px) saturate(180%);
        backdrop-filter: blur(10px) saturate(180%);
    }
    .glass-filter.overleaf {
        opacity: 1;
        visibility: visible;
    }
    .main-header .container {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 1366px) {
    .main-header .container {
        max-width: 1240px;
    }
    .main-header {
        padding-top: 10px;
    }
    .main-header.sticky {
        padding-top: 0;
    }
    .sparx_logo {
        width: auto;
    }
    .main_menu li:hover .dropdown_wrapper {
        top: 75px;

    }
    .main-header.sticky .main_menu li:hover .dropdown_wrapper {
        top: 64px;
    }
}
@media only screen and (min-width: 1440px) {
    .main-header .container {
        max-width: 1390px;
    }
    .sub_dropdown_wrap {
        max-height: 490px;
    }
}
