/*!
Theme Name: wecangroup child
Theme URI: https://wecan-group.com/
Author: wecan-group.vn
Author URI: https://wecan-group.com/
Template: wecangroup
Description: WecanGroup Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wecangroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wecangroup is based on wecangroup https://underscores.me/, (C) 2012-2020 Automattic, Inc.
wecangroup is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
@font-face {
    font-family: "SF Pro Text Regular";
    src: url("webfonts/SF-Pro-Text-Regular.otf");
}

@font-face {
    font-family: "SF Pro Text Bold";
    src: url("webfonts/SF-Pro-Text-Bold.otf");
}

:root {
    --site-font-regular: "SF Pro Text Regular";
    --site-font-bold: "SF Pro Text Bold";
    --site-font-third: "Inter";
    --site-primary-color: #253C84;
    --font-primary-color: #666;
    --font-second-color: #FFF;
    --font-third-color: #333;
}

html, body {
    overflow-x: hidden;
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--site-font-regular), sans-serif;
    color: var(--font-primary-color);
}

.container {
    width: 1460px;
    max-width: 100%;
}

.home-swiper-title,
.home-swiper-description,
.highlight-content-description,
.solution-content-description,
.reason-content-top-description,
.reason-content-description,
.partner-content-description,
.contact-content-description,
.about-introduction-description,
.about-contact-description,
.about-highlight-description,
.about-highlight-description,
.about-mission-description,
.about-mission-content-description,
.about-value-description,
.about-team-description,
.custom-tooltip .tooltip-inner,
.capabilities-content-top-description,
.capabilities-content-description,
.portfolio-content-description,
.industries-content-description,
.industries-content .industries .description,
.system-content-title,
.system-content-description,
.clients-content-title,
.clients-content-description,
.partners-content-description,
.archive-case-studies-title,
.archive-case-studies-description,
.single-case-studies-title,
.challenge-content-description,
.entry-study-content-description,
.case-study-reason-description,
.case-study-contact-description,
.archive-sticky-content-title-left,
.archive-sticky-content-title-right,
.archive-content-title,
.archive-content-description,
.single-title,
.recent-post-title,
.single-content-left .entry-content {
    text-align: justify;
}

.solution-content-description,
.reason-content-top-description,
.partner-content-description,
.about-value-description,
.custom-tooltip .tooltip-inner,
.capabilities-content-top-description,
.industries-content-description,
.partners-content-description,
.challenge-content-description,
.case-study-contact-description {
    text-align-last: center;
}

.content-description-1 p:last-child,
.content-description-2 p:last-child,
.content-description-3 p:last-child,
.highlight-content-description p:last-child,
.clients-content-description p:last-child {
    margin-bottom: 0;
}

.content-description-1,
.content-description-2 {
    margin-top: 16px;
}

.content-description-2,
.content-description-2 a,
.content-description-2 a:hover,
.content-description-2 a:focus,
.content-description-2 a:visited {
    color: var(--font-second-color);
}

.content-description-3 {
    margin-top: 24px;
}

.content-description-3,
.content-description-3 a,
.content-description-3 a:hover,
.content-description-3 a:focus,
.content-description-3 a:visited {
    color: #4D4D4D;
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

a:hover,
a:focus {
    color: var(--font-primary-color);
}

b,
strong {
    font-family: var(--site-font-bold), sans-serif;
}

.hidden,
.m-single-content-nav,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
	display: none !important;
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.img-content {
    width: 100% !important;
}

.hover-img-wrapper {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.fancybox-container {
    z-index: 99999;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}

.custom-header {
    height: 471px;
    position: relative;
}

.custom-title-wrapper {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    width: 1460px;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 72px;
    margin: auto;
    position: absolute;
}

.custom-title {
    margin-bottom: 0;
}

.content-title-1,
.content-title-2,
.content-title-3,
.content-title-4 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
}

.content-title-1,
.content-title-2 {
    font-size: 48px;
    line-height: 56px;
}

.content-title-2,
.custom-title {
    background: linear-gradient(to right, rgba(255,255,255), rgba(255,255,255, .63), rgba(255,255,255));
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.content-title-1 {
    color: var(--font-third-color);
}

.content-title-3 {
    font-size: 60px;
    line-height: 72px;
}

.content-title-4 {
    font-size: 32px;
    line-height: 44px;
    color: var(--font-third-color);
}

.btn-content-1,
.btn-content-2,
.btn-content-3 {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0 24px 0 24px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;

}

.btn-content-1::before,
.btn-content-2::before,
.btn-content-3::after {
    content: '';
    display: block;
}

.btn-content-1::before,
.btn-content-2::before {
    margin-right: 10px;
    width: 8px;
    height: 12px;
}

.btn-content-1,
.btn-content-3 {
    background: linear-gradient(to right bottom, #193D8C, #00ADEE);
}

.btn-content-1:hover,
.btn-content-3:hover {
    background: linear-gradient(to right top, #193D8C, #00ADEE);
}

.btn-content-1::before {
    background: url('img/icon-right-1.svg') no-repeat center center;
    background-size: 8px 12px;
}

.btn-content-1,
.btn-content-1:hover,
.btn-content-1:focus,
.btn-content-1:visited,
.btn-content-3,
.btn-content-3:hover,
.btn-content-3:focus,
.btn-content-3:visited {
   transition: all .5s ease-in;
    color: var(--font-second-color);
}

.btn-content-2 {
    color: var(--font-third-color);
    background: linear-gradient(to top right, #FBA928, #FFF);
}

.btn-content-2:hover {
    background: linear-gradient(to bottom right, #FBA928, #FFF);
}

.btn-content-2::before {
    background: url('img/icon-right-2.svg') no-repeat center center;
    background-size: 8px 12px;
}

.btn-content-2,
.btn-content-2:hover,
.btn-content-2:focus,
.btn-content-2:visited {
    color: var(--font-third-color);
}

.btn-content-3::after {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url('img/icon-right-6.svg') no-repeat center center;
    background-size: 16px 16px;
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    top: 124px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1460px;
    max-width: 100%;
    position: absolute;
}

#breadcrumbs,
#single-breadcrumbs {
    margin: 0;
}

#breadcrumbs span,
#single-breadcrumbs span {
    font-weight: 600;
    font-family: var(--site-font-bold), sans-serif;
}

#breadcrumbs span:not(:last-child)::after,
#single-breadcrumbs span:not(:last-child)::after {
    margin: 0 8px;
    content: '/';
}

#breadcrumbs span:not(:last-child)::after {
    color: var(--font-second-color);
}

#breadcrumbs span span:last-child {
    background: linear-gradient(to right, #FB9A27, #FEEED5);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#single-breadcrumbs span span:last-child {
    color: var(--site-primary-color);
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-second-color);
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-title {
    margin-bottom: 8.5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--site-font-third), sans-serif;
    color: #4D4D4D;
}

.wpcf7-require {
    margin-left: 4px;
    color: #FF2D2D;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 24px;
    padding: 14px 16px !important;
    border-radius: 4px !important;
    border-color: #D9D9D9 !important;
}

.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder {
    font-size: 14px;
    line-height: 100%;
    font-family: var(--site-font-third);
    color: #4D4D4D;
}

.wpcf7-button-wrapper {
    margin-top: 8px;
}

.wpcf7-submit {
    border: none;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 24px 0 0 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #DC3232 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46B450 !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}
/*-- end site modal content css --*/


/*-- site navigation css --*/
.main-navigation {
    padding: 20px 0;
    background: var(--font-second-color);
    border-bottom: solid 1px #E2E2E2;
}

.site-title,
.site-title a {
    height: 48px !important;
}

.site-logo {
    height: 40px !important;
}

.site-title {
    margin-bottom: 0 !important;
}

.site-title a,
.mega-menu-contact a,
.pll-parent-menu-item a {
    display: flex !important;
    align-items: center;
}

.mega-current_page_item a,
.mega-menu-item a:hover,
.mega-menu-item a:focus {
    background: linear-gradient(to right, #1A91CF, #283B84) !important;
    background-clip: border-box !important;
    background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.mega-menu-contact {
    margin-left: 32px !important;
}

.mega-menu-contact a:hover,
.mega-menu-contact a:focus {
    color: var(--font-second-color) !important;
    background: linear-gradient(to right top, #193D8C, #00ADEE) !important;
}

.mega-menu-item:nth-last-child(3) {
    margin-right: 0 !important;
}

.mega-menu-item a {
    font-family: var(--site-font-bold), sans-serif !important;
}

.pll-parent-menu-item img {
    width: 28px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
}

span.mega-indicator {
    display: flex !important;
    align-items: center !important;
}

span.mega-indicator::after {
    width: 16px !important;
    height: 16px !important;
    background: url('img/icon-down.svg') no-repeat center center !important;
}
/*-- end site navigation css --*/


/*-- site home page content css --*/
.homeSwiper .swiper-slide,
.img-home-swiper,
.video-home-swiper {
    height: 959px;
    object-fit: cover;
}

.homeSwiper,
.homeSwiper .swiper-slide {
    position: relative;
}

.homeSwiper .swiper-slide-opacity {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .5);
    background-blend-mode: multiply;
    position: absolute;
}

.home-swiper-content-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-swiper-title,
.home-swiper-description {
    z-index: 1;
    position: relative;
}

.home-swiper-content-wrapper.light .home-swiper-title {
    background: linear-gradient(to right, rgba(255,255,255), rgba(255,255,255, .63), rgba(255,255,255));
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-swiper-content-wrapper.light .home-swiper-description {
    color: var(--font-second-color);
}

.home-swiper-content-wrapper.dark .home-swiper-title {
    color: var(--font-third-color);
}

.home-swiper-content-wrapper.dark .home-swiper-description {
    color: #1A1A1A;
}

.home-swiper-content {
    width: 908px;
    max-width: 100%;
}

.home-swiper-title {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
}

.home-swiper-description,
.btn-home-swiper {
    margin-top: 40px;
}

.homeSwiper .swiper-pagination-wrapper {
    top: 828px;
    z-index: 999;
    width: 100vw;
    position: absolute;    
}

.homeSwiper .swiper-pagination {
    text-align: left;
}

.swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #B5BED5;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: solid 1px var(--font-second-color);
    background: linear-gradient(to bottom right, #125DA8, #049FE2);
}

.highlight-content-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
}

.solution-content-wrapper {
    padding-top: 50px;
    padding-bottom: 120px;
}

.btn-highlight-content {
    margin-top: 40px;
}

.highlight-content {
    margin-top: 24px;
}

.highlight-content-number {
    margin-bottom: 0;
}

.highlight-content .col-lg-6 {
    margin-top: 56px;
}

.highlight-content .highlight-content-description {
    margin-top: 12px;
    padding-top: 12px;
    font-weight: 800;
    color: var(--font-third-color);
    border-top: solid 1px rgba(0,0,0, .1);
}

.highlight-content-number {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    font-family: var(--site-font-bold), sans-serif;
    background: linear-gradient(to bottom, #125DA8, #049FE2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: flex-start;
}

.highlight-symbol {
    margin-left: 4px;
    font-size: 32px;
    line-height: 44px;
}

.solution-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 898px;
    max-width: 100%;
}

.solution-content-bottom {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.solution-content,
.img-solution {
    border-radius: 0 24px 0 24px;
}

.solution-content,
.solution-content-bottom:has(.solution-content:hover) .solution-content:not(:hover) {
    flex: 1;
}

.solution-content:first-child,
.solution-content:hover {
    flex: 2;
}

.solution-content {
    height: 542px;
    overflow: auto;
    transition: flex-grow .5s ease;
    position: relative;
}

.solution-content:hover {
    flex-direction: column;
}

.img-solution {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.solution {
    left: 0;
    bottom: 0;
    padding: 32px 40px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 0 24px;
    z-index: 1;
    position: absolute;
}

.solution::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 100%, rgba(0, 0, 0, 0.00) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 80%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 80%);
    position: absolute;
}

.solution .s {
    z-index: 1;
    position: relative;
}

.solution-content-title,
.solution-content-subtitle {
    color: var(--font-second-color);
}

.solution-content-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
    font-family: var(--site-font-bold), sans-serif;
}

.solution-content-subtitle {
    margin-top: 9px;
    margin-bottom: 0;
}

.solution-content-bottom-description {
    padding-top: 16px;
    border-top: solid 1px rgba(255,255,255, .1);
}

.solution-content-bottom-description ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 20px;
}

.btn-solution-content {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}

.btn-solution-content,
.btn-solution-content:hover,
.btn-solution-content:focus,
.btn-solution-content:visited {
    background: linear-gradient(to right, #FB9A27, #FEEED5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-solution-content .icon-right {
    margin-left: 8px;
}

.solution-content:not(:first-child) .solution-content-subtitle,
.solution-content:not(:first-child) .solution-content-bottom-description,
.solution-content:not(:first-child) .btn-solution-content,
.solution-content-bottom:has(.solution-content:hover) .solution-content:not(:hover) .solution-content-subtitle,
.solution-content-bottom:has(.solution-content:hover) .solution-content:not(:hover) .solution-content-bottom-description,
.solution-content-bottom:has(.solution-content:hover) .solution-content:not(:hover) .btn-solution-content {
    display: none;
}

.solution-content:hover .solution-content-subtitle,
.solution-content:hover .solution-content-bottom-description {
    display: block;
}

.solution-content:hover .btn-solution-content,
.btn-solution-content {
    display: inline-flex;
    align-items: center;
}

.reason-content-wrapper {
    padding-top: 120px;
    padding-bottom: 96px;
}

.reason-content-wrapper {
    background: linear-gradient(to right, #0D478E, #11266F);
}

.reason-content-wrapper,
.reason-content-wrapper a,
.reason-content-wrapper a:hover,
.reason-content-wrapper a:focus,
.reason-content-wrapper a:visited {
    color: var(--font-second-color);
}

.reason-content-bottom {
    margin-top: 48px;
}

.reason-content-bottom .col-lg-4 {
    margin-top: 24px;
    margin-bottom: 24px;
    transition: .5s;
}

.reason-content-bottom .col-lg-4:hover {
    margin-top: 0;
}

.reason-content {
    padding: 32px;
    height: 348px;
    border-radius: 0 24px 0 24px;
    background: #1A488B;
    transition: .5s;
}

.reason-content-bottom .col-lg-4:hover .reason-content {
    background: #325B97;
}

.reason-content-description {
    max-height: 84px;
    overflow-y: auto;
}

.reason-content-description::-webkit-scrollbar,
.capabilities-content-description::-webkit-scrollbar,
.solution-content-bottom-description::-webkit-scrollbar {
    width: 4px;
}

.reason-content-description::-webkit-scrollbar-thumb,
.capabilities-content-description::-webkit-scrollbar-thumb,
.solution-content-bottom-description::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.reason-content-description::-webkit-scrollbar-thumb:hover,
.capabilities-content-description::-webkit-scrollbar-thumb:hover,
.solution-content-bottom-description::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.icon-reason-content-wrapper {
    width: 80px;
    height: 80px;
    border: 3px solid transparent;
    border-radius: 50%;
    background-image: 
        linear-gradient(#1A488B, #1A488B), /* Inner content background */
        linear-gradient(to bottom, #CDD8E7, #1B4D90); /* Border gradient */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-reason-content {
    width: 47px;
    height: 47px;
    object-fit: contain;
}

.reason-content-title {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;;
}

.partner-content-wrapper,
.news-content-wrapper,
.contact-content-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

.partner-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 698px;
    max-width: 100%;
}

.nav-partners-index {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 40px !important;
}

.nav-partners-index .nav-link {
    padding: 16px 32px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: #999;
    border-radius: 0;
}

.nav-partners-index .nav-link.active,
.nav-partners-index .nav-link:hover {
    background: linear-gradient(to right, #0891DD, #0A84CA, #01AEEF);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.nav-partners-index .nav-link.active::after,
.nav-partners-index .nav-link:hover::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0891DD, #03A2E5, #01AEEF);
    position: absolute;
}

.marquee {
    position: relative;
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
}

/* The moving "track" that slides left to right */
.marquee__track_1,
.marquee__track_2 {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    animation: marquee-scroll 20s linear infinite;
}

.marquee__track_1 {
    animation: marquee-scroll 30s linear infinite;
}

.marquee__track_2 {
    animation: marquee-scroll 20s linear infinite;
}

/* Animation: moves the track smoothly across the screen */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Each block of repeated content (we duplicate it in HTML) */
.marquee__content {
    display: inline-flex;
    flex-shrink: 0; /* Prevents shrinking */
}

/* The list and items inside the marquee */
.marquee__list {
    margin-top: 24px !important;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Image formatting */
.marquee__item--image {
    margin-right: 40px;
}

.marquee__item--image img {
    width: 136px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.news-content-wrapper {
    background: #F2F5FF;
}

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

.news-content-bottom {
    margin-top: 48px;
    position: relative;
}

.index-news-content .hover-img-wrapper {
    position: relative;
}

.btn-index-news-wrapper {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgb(13, 19, 67, 0), rgb(13, 19, 67, .4), rgb(13, 19, 67, .8));
    position: absolute;
    display: none;
    opacity: 0;
    transition: display 0.5s allow-discrete, opacity 0.5s;
}

.btn-index-news {
    left: 24px;
    bottom: 32px;
    position: absolute;
    display: flex;
    align-items: center;
}

.btn-index-news .icon-right-top {
    margin-left: 8px;
}

.index-news-content:hover .btn-index-news-wrapper {
    display: block;
    opacity: 1;
}

.btn-index-news,
.btn-index-news:hover,
.btn-index-news:focus,
.btn-index-news:visited {
    color: var(--font-second-color);
    font-weight: 600;
    font-family: var(--site-font-bold), sans-serif;
}

.index-news-thumb {
    height: 490px;
    border-radius: 12px;
    object-fit: cover;
}

.index-news-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
}

.index-news-title,
.index-news-title a,
.index-news-title a:hover,
.index-news-title a:focus,
.index-news-title a:visited {
    color: var(--font-third-color);
}

.index-news-date {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    color: #999;
}

.news-swiper-button-prev,
.news-swiper-button-next {
    top: 35%;
    margin: auto;
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 9999;
}

.news-swiper-button-prev {
    left: -28px;
}

.news-swiper-button-next {
    right: -28px;
}

.icon-swiper-left,
.icon-swiper-right {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.contact-content-wrapper,
.contact-content-wrapper .container {
    position: relative;
}

.contact-content-wrapper .img-contact {
    left: 0;
    bottom: 0;
    position: absolute;
}

.contact-content-wrapper .container {
    z-index: 1;
}

.contact-content-wrapper .contact-content-description {
    width: 399px;
    max-width: 100%;
}
/*-- end site home page content css --*/


/*-- site about page content css --*/
.about-introduction-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
}

.about-introduction-left {
    padding-right: 32px;
}

.about-introduction-right {
    padding-left: 32px;
}

.about-introduction-description {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.about-introduction-description p:not(:last-child) {
    margin-bottom: 24px;
}

.img-about-introduction {
    height: 512px;
    border-radius: 0 40px 0 40px;
    object-fit: cover;
}

.about-contact-wrapper,
.about-contact-wrapper .container {
    position: relative;
}

.about-contact-wrapper {
    padding-top: 180px;
    padding-bottom: 180px;
}

.about-contact-wrapper .container {
    z-index: 1;
}

.bg-about-contact-overlay-1,
.bg-about-contact-overlay-2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.about-contact {
    width: 750px;
    max-width: 100%;
}

.about-contact-description,
.btn-about-contact {
    margin-top: 40px;
}

.about-contact-description {
    font-size: 32px;
    line-height: 44px;
    font-family: var(--site-font-bold), sans-serif;
    color: var(--font-third-color);
}

.about-contact-description p:last-child {
    margin-bottom: 0;
}

.about-contact-description span {
    background: linear-gradient(to right, #1261AC, #0C7CC3);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-highlight-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-highlight-content {
    margin-top: 240px;
}

.about-highlight {
    margin-top: 56px;
}

.about-highlight-number-wrapper {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    font-family: var(--site-font-bold), sans-serif;
    background: linear-gradient(to right, rgba(255,255,255), rgba(255,255,255, .63), rgba(255,255,255));
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: flex;
}

.about-highlight-symbol {
  margin-left: 4px;
  font-size: 32px;
  line-height: 44px;
}

.about-highlight-description,
.about-highlight-description a,
.about-highlight-description a:hover,
.about-highlight-description a:focus,
.about-highlight-description a:visited {
    color: #E6E6E6;
}

.about-highlight-description {
    margin-top: 12px;
    padding-top: 12px;
    border-top: solid 1px rgba(255,255,255, .23);
}

.about-highlight-description p:last-child {
    margin-bottom: 0;
}

.about-mission-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-mission-left,
.about-mission-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-mission-left {
    padding-right: 20px;
}

.about-mission-right {
    padding-left: 20px;
}

.about-mission-description p:last-child,
.about-mission-content-description p:last-child {
    margin-bottom: 0;
}

.about-mission-description {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0%;
    font-family: var(--site-font-bold), sans-serif;
    color: #1A1A1A;
}

.about-mission-description span {
    color: #999;
}

.about-mission-content {
    margin-top: 48px;
    padding-top: 48px;
    border-top: solid 1px #CCD5DD;
}

.icon-about-mission-wrapper {
    width: 64px;
    height: 64px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(to bottom, #1F94D1, #F4FAFD);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-about-mission {
    width: 37px;
    height: 37px;
    object-fit: contain;
}

.about-mission-title,
.about-mission-content-description {
    margin-top: 16px;
}

.about-mission-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--site-font-bold), sans-serif;
}

.about-mission-content-description,
.about-mission-content-description a,
.about-mission-content-description a:hover,
.about-mission-content-description a:focus,
.about-mission-content-description a:visited {
    color: #39464D;
}

.valueSwiper {
    margin-top: 72px;
}

.about-value-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #F2F5FF;
}

.img-about-value-wrapper {
    position: relative;
}

.img-about-value {
    height: 270px;
    object-fit: cover;
}

.about-value-number {
    width: 66px;
    height: 66px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--site-font-bold), sans-serif;
    border-radius: 50%;
    border: solid 10px var(--font-second-color);
    color: var(--font-second-color);
    background: linear-gradient(to bottom, #1166B0, #0599DD);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-value-number.odd {
    bottom: 0;
}

.about-value-number.even {
    top: 0;
}

.img-about-value.odd {
    margin-bottom: 38px;
    border-radius: 200px 200px 0 0;
}

.img-about-value.even {
    margin-top: 38px;
    border-radius: 0 0 200px 200px;
}

.swiper-slide-content-odd {
    margin-top: 16px;
}

.swiper-slide-content-even {
    margin-bottom: 16px;
}

.about-value-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    font-family: var(--site-font-bold), sans-serif;
    color: #19192F;
}

.about-value-description {
    margin-top: 24px;
    color: #444559;
}

.about-team-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-team-top {
    margin-left: auto;
    margin-right: auto;
    width: 1062px;
    max-width: 100%;
}

.about-team-bottom {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    width: 1221px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-content-top-title-wrapper {
    position: relative;
}

.team-content-top-title,
.team-content-bottom-title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 24px;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-content-bottom-title {
    background: var(--font-second-color);
    z-index: 1;
}

.team-content-top-title-wrapper::after,
.team-content-top-title::after,
.team-content-bottom-title::after {
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    background: #E2E2E2;
    position: absolute;
}

.team-content-top-title::after,
.team-content-bottom-title::after {
    z-index: 1;
}

.team-content-top-title-wrapper::after {
    bottom: -115px;
    width: 918px;
    height: 58px;
    border-radius: 16px 16px 0 0;
    border-top: solid 3px #E2E2E2;
    border-left: solid 3px #E2E2E2;
    border-right: solid 3px #E2E2E2;
    background: var(--font-second-color);
}

.team-content-top-title::after,
.team-content-bottom-title::after {
    width: 2px;
    height: 58px;
}

.team-content-top-title::after {
    bottom: -58px;
}

.team-content-bottom-title::after {
    top: -58px;
}

.team-content-bottom-title:first-child::after,
.team-content-bottom-title:last-child::after {
    height: 39px;
    top: -39px;
}

.team-content-top-title {
    order: 1;
    font-family: var(--site-font-bold), sans-serif;
    color: var(--font-second-color);
    background: linear-gradient(to right, #1B8AC9, #273D85);
}

.team-content-top-title:hover,
.team-content-top-title:focus {
    background: var(--site-primary-color);
}

.team-content-bottom {
    margin-top: 116px;
    order: 2;
    display: flex;
    justify-content: space-between;
}

.team-content-bottom-title {
    flex: 0 0 auto;
    border: solid 1px var(--font-second-color);
}

.team-content-bottom-title:hover,
.team-content-bottom-title:focus {
    border: solid 1px var(--site-primary-color);
}

.team-content-bottom.blur .team-content-bottom-title,
.team-content-bottom:has(.team-content-bottom-title:hover) .team-content-bottom-title:not(:hover),
.team-content-bottom:has(.team-content-bottom-title:hover) + .team-content-top-title-wrapper .team-content-top-title {
    opacity: .5;
}

.custom-tooltip {
    --bs-tooltip-max-width: 535px;
    --bs-tooltip-padding-x: 10px;
    --bs-tooltip-padding-y: 10px;
    --bs-tooltip-font-size: 18px;
    --bs-tooltip-color: var(--font-third-color);
    --bs-tooltip-bg: var(--font-second-color);
    --bs-tooltip-border-radius: 8px; 
    --bs-tooltip-opacity: 1;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
    opacity: 1;
}
/*-- end site about page content css --*/


/*-- site capabilities page content css --*/
.capabilities-content-wrapper {
    padding-top: 100px;
    padding-bottom: 76px;
}

.capabilities-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1212px;
    max-width: 100%;
}

.capabilities-content-bottom {
    margin-top: 40px;
}

.capabilities-content-bottom .col-lg-4 {
    margin-top: 32px;
    margin-bottom: 24px;
}

.capabilities-content {
    padding: 32px;
    height: 488px;
    border-radius: 40px 0 40px 0;
    transition: .5s;
    background: #F3F4FC;
}

.capabilities-content:hover {
    margin-top: -32px;
    background: #E3E8FC;
}

.capabilities-content-description {
    height: 224px;
    overflow-y: auto;
}

.icon-capabilities-content-wrapper {
    width: 80px;
    height: 80px;
    border: 3px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(#F3F4FC, #F3F4FC), linear-gradient(to bottom, #1E94D1, #E7EEF7);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-capabilities-content {
    width: 47px;
    height: 47px;
    object-fit: contain;
}

.capabilities-content-title {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
}

.capabilities-content-description {
    margin-top: 16px;
}

.portfolio-content-wrapper,
.portfolio-content-wrapper .container {
    position: relative;
}

.portfolio-content-wrapper,
.industries-content-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

.portfolio-content-wrapper {
    background: linear-gradient(to right, #0D478E, #283881);
}

.portfolio-content-wrapper .container {
    z-index: 1;
}

.portfolio-content-bottom {
    margin-top: 16px;
}

.portfolio-content,
.img-portfolio-content {
    border-radius: 0 24px 0 24px;
}

.portfolio-content {
    margin-top: 40px;
    height: 302px;
    overflow-y: auto;
    position: relative;
}

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

.portfolio-opacity,
.portfolio-content .portfolio {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.portfolio-opacity {
    height: 100%;
    background: linear-gradient(to bottom, rgb(1,15,40, .6), rgb(1,15,40, .6), rgb(1,15,40, .6));
}

.portfolio-content .portfolio {
    padding: 40px;
}

.portfolio-content-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--site-font-bold);
}

.portfolio-content-description {
    display: none;
}

.portfolio-content:hover .portfolio,
.portfolio-content:focus .portfolio {
    background: linear-gradient(to bottom, rgb(29, 50, 131, 0), rgb(29, 50, 131, .5), rgb(29, 50, 131))
}

.portfolio-content:hover .portfolio-content-description,
.portfolio-content:focus .portfolio-content-description {
    display: block;
}

.portfolio-content .portfolio,
.portfolio-content .portfolio a,
.portfolio-content .portfolio a:hover,
.portfolio-content .portfolio a:focus,
.portfolio-content .portfolio a:visited {
    color: var(--font-second-color);
}

.img-portfolio {
    right: 0;
    bottom: 0;
    position: absolute;
}

.industries-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 782px;
    max-width: 100%;
}

.industries-content-bottom {
    margin-top: 64px;
}

.nav-industries {
    margin-left: 0;
    margin-bottom: 40px !important;
}

.nav-industries .nav-item:not(:last-child) {
    margin-right: 24px;
}

.nav-industries .nav-link {
    padding: 0 0 24px 0;
    text-align: left;
    flex: 1;
    position: relative;
}

.nav-industries .nav-link.active::before,
.nav-industries .nav-link::before,
.nav-industries .nav-link::after {
    content: '';
    left: 0;
    bottom: 0;
    height: 5px;
    border-radius: 99px;
    position: absolute;
}

.nav-industries .nav-link::after {
    width: 100%;
    background: #EDEFF3;
    z-index: 1;
}

.nav-industries .nav-link.active {
    background: none;
}

.nav-industries .nav-link:hover::before,
.nav-industries .nav-link.active::before {
    width: 225px;
    max-width: 100%;
    background: var(--site-primary-color);
    z-index: 2;
}

.industries-tab-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--site-font-bold);
    color: var(--font-third-color);
}

.nav-industries .nav-link.active .industries-tab-title,
.nav-industries .nav-link:hover .industries-tab-title {
    background: linear-gradient(to right, #1B90CE, #283B84);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.industries-tab-subtitle {
    color: #4D4D4D;
}

.industries-content-left,
.industries-content-right {
    border-radius: 16px;
    height: 569px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.industries-content-right {
    padding: 32px;
    background: #F2F5FF;
}

.industries-content .industries .title,
.industries-content .industries .description p:last-child {
    margin-bottom: 0;
}

.industries-content {
    margin-top: 32px;
}

.industries-content .industries:not(:last-child) {
    margin-bottom: 24px;
}

.industries-content .industries .title {
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: var(--site-primary-color);
    display: flex;
    align-items: center;
}

.industries-content .industries .title .icon-right {
    margin-right: 8px;
}

.industries-content .industries .description {
    margin-top: 8px;
    color: rgb(25,25,47, .8);
}

.system-content-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

.system-content {
    width: 1050px;
    max-width: 100%;
}

.system-content-title {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: var(--font-second-color);
}

.system-content-description {
    margin-top: 16px;
}

.btn-system-content {
    margin-top: 32px;
}
/*-- end site capabilities page content css --*/


/*-- site partners page content css --*/
.clients-content-wrapper,
.partners-content-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

.clients-content-left {
    padding-right: 32px;
}

.clients-content-right {
    padding-left: 32px;
}

.clients-content-title span {
    color: #999;
}

.clients-content-description {
    margin-top: 32px;
    padding-top: 32px;
    color: #0D0D0D;
    border-top: solid 1px #E6EAEE;
}

.img-clients-content {
    height: 509px;
    border-radius: 0 40px 0 40px;
    object-fit: cover;
}

.partners-content-wrapper {
    background: #F2F5FF;
}

.partners-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 698px;
    max-width: 100%;
}

.partners-content-bottom {
    margin-top: 32px;
}

.nav-partners {
    margin-left: 0;
    margin-bottom: 64px !important;
}

.nav-partners .nav-link {
    padding: 16px 32px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: #999;
    border-radius: 0;
}

.nav-partners .nav-link.active,
.nav-partners .nav-link:hover {
    background: linear-gradient(to right, #0891DD, #01AEEF);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.nav-partners .nav-link.active::after,
.nav-partners .nav-link:hover::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0891DD, #01AEEF);
    position: absolute;
}

.partnersSwiper .partner-logo {
    padding: 16px;
    width: 147px;
    height: 86px;
    border-radius: 8px;
    object-fit: contain;
    background: var(--font-second-color);
}

.partnersSwiper .swiper-pagination {
    margin-top: 40px;
    justify-content: center;
}
/*-- end site partners page content css --*/


/*-- site contact page content css --*/
.contact-page-content-wrapper {
    padding-top: 100px;
    padding-bottom: 120px;
}

.contact-page-content-left,
.contact-page-content-right,
.contact-page-form-wrapper {
    height: 100%;
}

.contact-page-content-left {
    padding-right: 36px;
}

.contact-page-content-right {
    padding-left: 36px;
}

.contact-page-content-title,
.contact-page-socials-title,
.contact-page-form-title {
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
}

.contact-page-content-title {
    font-size: 40px;
    line-height: 48px;
}

.contact-page-socials-title {
    font-size: 20px;
    line-height: 32px;
}

.contact-page-content-list,
.contact-page-socials {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.contact-page-content-list li,
.contact-page-socials li {
    list-style: none;
}

.contact-page-content-list,
.contact-page-address,
.contact-page-socials-wrapper {
    margin-top: 32px;
}

.contact-page-content-list li {
    color: #686868;
    display: flex;
    align-items: center;
}

.contact-page-content-list li:not(:last-child) {
    margin-bottom: 12px;
}

.icon-contact-page-content {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.contact-page-content-list li strong {
    margin-left: 8px;
}

.page-address-wrapper {
    padding: 16px 24px;
    border-radius: 12px;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-address-wrapper:not(:last-child) {
    margin-bottom: 16px;
}

.page-address-wrapper .address-title,
.page-address-wrapper .address {
    margin-bottom: 0;
    width: 400px;
    max-height: 100%;
}

.page-address-wrapper .address-title {
    font-size: 16px;
    line-height: 24px;
    color: var(--font-third-color);
}

.page-address-wrapper .address {
    margin-top: 6px;
    font-weight: 600;
    color: #4D4D4D;
}

.contact-page-socials-wrapper {
    padding-top: 32px;
    border-top: dashed 1px #D2D2D2;
}

.contact-page-socials ul {
    margin-top: 4px;    
}

.contact-page-socials li {
    margin-top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F4F9FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-page-socials li:not(:last-child) {
    margin-right: 12px;
}

.icon-contact-page-social {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.contact-page-form-wrapper {
    padding: 32px;
    border-radius: 16px;
}

.contact-page-form-wrapper .wpcf7-button-wrapper {
    text-align: right;
    position: relative;
}

.contact-page-form-wrapper .wpcf7-button-wrapper .wpcf7-spinner {
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.contact-page-content-form {
    margin-top: 32px;
}

.contact-page-content-title,
.contact-page-socials-title,
.contact-page-form-title,
.contact-page-content-list li strong,
.contact-page-content-list li strong a,
.contact-page-content-list li strong a:hover,
.contact-page-content-list li strong a:focus,
.contact-page-content-list li strong a:visited {
    color: #424242;
}
/*-- end site contact page content css --*/


/*-- site archive page css --*/
.archive-title,
.page-title {
    font-weight: 700;
}

.archive-sticky-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
}

.archive-sticky-left,
.archive-sticky-right {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.archive-sticky-left,
.archive-sticky-thumb-left {
    height: 526px;
}

.archive-sticky-right,
.archive-sticky-thumb-right {
    height: 253px;
}

.archive-sticky-thumb-left,
.archive-sticky-thumb-right {
    object-fit: cover;
}

.archive-sticky-right:not(:last-child) {
    margin-bottom: 20px;
}

.archive-sticky-opacity,
.archive-sticky-info {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.archive-sticky-left .archive-sticky-opacity {
    height: 50%;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(to bottom, rgb(31, 30, 30, 0), rgb(31, 30, 30, .5), rgb(31, 30, 30));
}

.archive-sticky-right .archive-sticky-opacity {
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(to bottom, rgb(134, 134, 134, 0), rgb(134, 134, 134, .3)), rgb(31, 30, 30, .6);
}

.archive-sticky-info {
    padding: 24px;
}

.archive-sticky-content-title-left,
.archive-sticky-content-title-left a,
.archive-sticky-content-title-left a:hover,
.archive-sticky-content-title-left a:focus,
.archive-sticky-content-title-left a:visited,
.archive-sticky-content-title-right,
.archive-sticky-content-title-right a,
.archive-sticky-content-title-right a:hover,
.archive-sticky-content-title-right a:focus,
.archive-sticky-content-title-right a:visited {
    color: var(--font-second-color);
}

.archive-sticky-content-title-left,
.archive-sticky-content-title-right {
    margin-bottom: 0;
    font-family: var(--site-font-bold), sans-serif;
}

.archive-sticky-content-title-left {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.archive-sticky-content-title-right {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.archive-sticky-left .archive-sticky-content-date {
    margin-top: 8px;
}

.archive-sticky-right .archive-sticky-content-date {
    margin-top: 4px;
}

.archive-sticky-content-date {
    margin-bottom: 0;
    color: rgba(255,255,255, .8);
    display: flex;
    align-items: center;
}

.archive-sticky-content-date .icon-calendar {
    margin-right: 4px;
}

.archive-main {
    padding-top: 40px;
    padding-bottom: 100px;
}

.all-article-title {
    margin-bottom: 48px;
}

.archive-content {
    margin-bottom: 48px;
    border-radius: 16px;
}

.archive-content-thumb {
    height: 233px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

.archive-content-info {
    padding: 24px;
}

.archive-content-title,
.archive-content-description {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.archive-content-title {
    margin-bottom: 0;
    font-weight: 600;
    font-family: var(--site-font-bold), sans-serif;
}

.archive-content-title,
.archive-content-title a,
.archive-content-title a:hover,
.archive-content-title a:focus,
.archive-content-title a:visited {
    color: #1B252F;
}

.archive-content-description {
    margin-top: 6px;
    color: rgba(0, 0, 0, .62);
}

.archive-content-info .recent-post-date {
    margin-top: 24px;
}
/*-- end site archive page css --*/


/*-- site archive case studies page css --*/
.archive-case-studies-main {
    padding-top: 120px;
    padding-bottom: 72px;
}

.archive-case-studies-main .col-lg-6 {
    margin-bottom: 48px;
}

.archive-case-studies-content {
    height: 592px;
    border-radius: 8px;
    border: solid 1px #E6E6E6;
    position: relative;
}

.archive-case-studies-content .hover-img-wrapper,
.archive-case-studies-thumb {
    height: 100%;
    border-radius: 8px;
}

.archive-case-studies-thumb {
    object-fit: cover;
}

.archive-case-studies-content:hover .archive-case-studies-thumb {
    transform: scale(1.1);
}

.archive-case-studies-info {
    padding: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .5s;
    border-radius: 0 0 8px 8px;
    background: var(--font-second-color);
    position: absolute;
}

.archive-case-studies-content:hover .archive-case-studies-info {
    padding: 40px 40px 50px 40px;
    background: linear-gradient(to bottom, rgb(29, 50, 131, 0), rgb(29, 50, 131, .5), rgb(29, 50, 131))
}

.archive-case-studies-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--site-font-bold);
}

.archive-case-studies-title,
.archive-case-studies-title a,
.archive-case-studies-title a:hover,
.archive-case-studies-title a:focus,
.archive-case-studies-title a:visited {
    color: var(--font-third-color);
}

.archive-case-studies-content:hover .archive-case-studies-title,
.archive-case-studies-content:hover .archive-case-studies-title a {
    color: var(--font-second-color);
}

.archive-case-studies-description {
    margin-top: 8px;
    color: #4D4D4D;
}

.archive-case-studies-content:hover .archive-case-studies-description {
    color: var(--font-second-color);
}

.case-studies-info {
    margin-right: 96px;
}

.archive-case-studies-info .icon-right-wrapper {
    top: 40px;
    right: 40px;
    width: 56px;
    height: 56px;
    position: absolute;
}
/*-- end site archive case studies page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    border: none;
    position: absolute;
}

.widget-title,
.widgettitle {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: #424242;
}

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

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}

.recent-post-wrapper {
    margin-top: 40px;
}

.recent-post {
    border-radius: 16px;
}

.recent-post .ms-3 {
    margin-left: 0 !important;
    padding: 24px;
}

.recent-post:not(:last-child) {
    margin-bottom: 24px;
}

.recent-post-thumb {
    width: 159px;
    height: 153px;
    border-radius: 16px 0 0 16px;
    object-fit: cover;
}

.recent-post-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.recent-post-title,
.recent-post-title a,
.recent-post-title a:hover,
.recent-post-title a:focus,
.recent-post-title a:visited {
    color: #1B252F;
}

.recent-post-date {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    display: flex;
    align-items: center;
}

.recent-post-date .icon-calendar {
    margin-right: 4px;
}
/*-- end site widget css --*/


/*-- site single css --*/
.single-main {
    padding-top: 124px;
    padding-bottom: 120px;
}

.single-content-left {
    padding-right: 40px;
}

.entry-content-wrapper {
    margin-top: 32px;
    display: flex;
}

.single-content-nav {
    margin-right: 40px;
    padding: 30px 13px;
    width: 136px;
    flex: 0 0 136px;
    border-right: solid 1px #F4F4F4;
}
.single-main .entry-content {
    margin-top: 30px;
}

.single-content-share-title,
.single-content-back-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
}

.single-content-share ul,
.m-single-content-share ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.single-content-share ul li,
.m-single-content-share ul li,
.m-btn-content-back {
    margin-top: 8px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: solid 1px #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-content-share ul li,
.m-single-content-share ul li {
    list-style: none;
}

.single-content-share ul li {
    margin-left: auto;
    margin-right: auto;
}

.m-single-content-share ul li {
    display: inline-flex;
}

.single-content-share ul li .icon-share,
.m-single-content-share ul li .icon-share,
.m-icon-back {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.btn-content-back {
    margin-top: 21px;
    padding-top: 36px;
    border-top: solid 1px #E1E1E1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--site-font-bold), sans-serif;
}

.icon-back {
    margin-bottom: 12px;
    width: 27px;
    height: 24px;
    object-fit: contain;
}

.single-content-right {
    padding-left: 40px;
}

.single-title {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: var(--font-third-color);
}

.single-info {
    padding: 16px 18px;
    border-radius: 6.6px;
    color: rgb(46, 46, 46, .75);
    font-size: 16px;
    line-height: 24px;
    background: #F6F6F6;
}

.single-info strong {
    color: rgb(46, 46, 46);
}

.single-author {
    margin-right: 24px;
    padding-right: 24px;
    border-right: solid 1px #E6E6E6;
}

.single-main .entry-content {
    color: #424242;
}

.entry-meta,
.entry-footer,
.nav-links {
    display: none !important;
}
/*--  end site single css --*/


/*-- site single case studies css --*/
.single-case-studies-title {
    width: 1000px;
    max-width: 100%;
}

.challenge-content-wrapper,
.case-study-contact-wrapper {
    background: url('img/bg-case-study.png') no-repeat center center;
    background-size: cover;
}

.challenge-content-wrapper {
    margin-top: 120px;
    margin-bottom: 100px;
}

.challenge-content {
    margin-left: auto;
    margin-right: auto;
    width: 1160px;
    max-width: 100%;
}

.challenge-content-title {
    margin-bottom: 0;
    margin-top: 32px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    background: linear-gradient(to right, #1B8DCC, #283881);
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.challenge-content-description,
.case-study-contact-description {
    font-size: 32px;
    line-height: 44px;
    font-family: var(--site-font-bold);
    color: #424242;
}

.challenge-content-description span {
    color: #999;
}

.entry-study {
    padding-top: 100px;
    padding-bottom: 100px;
}

.entry-study-content-left,
.entry-study-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.entry-study-content-left {
    padding-right: 44px;
}

.entry-study-content-right {
    padding-left: 44px;
}

.entry-study-content-description {
    margin-top: 24px;
    color: #4D4D4D;
}

.entry-study-content-description ul {
    margin-left: 0;
    padding-left: 0;
    color: #1A1A1A;
}

.entry-study-content-description li {
    padding-left: 40px;
    list-style: none;
    position: relative;
}

.entry-study-content-description li:not(:last-child) {
    margin-bottom: 16px;
}

.entry-study-content-description li::before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background: url('img/icon-check.svg') no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
}

.img-entry-study-content {
    height: 437px;
    border-radius: 0 40px 0 40px;
    object-fit: cover;
}

.case-study-reason-wrapper {
    padding-top: 96px;
    padding-bottom: 48px;
}

.case-study-reason {
    padding: 80px 0 80px 112px;
    border-radius: 24px;
    position: relative;
}

.ase-study-reason-subtitle {
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: var(--font-second-color);
}

.case-study-reason-description {
    margin-top: 16px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--site-font-bold), sans-serif;
    width: 710px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(255,255,255), rgba(255,255,255, .63), rgba(255,255,255));
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.img-case-study-reason {
    right: 24px;
    bottom: 0;
    width: 736px;
    height: 670px;
    object-fit: contain;
    position: absolute;
}

.case-study-contact-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

.case-study-contact-description {
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    margin-bottom: 42px;
    width: 962px;
    max-width: 100%;
}

.case-study-contact-description span {
    background: linear-gradient(to right, #1D7EBF, #283B84);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
/*-- end site single case studies css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--site-font-bold), sans-serif;
    color: #313131;
    border: none;
    border-radius: 4px !important;
    color: var(--font-primary-color);
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--font-second-color);
    background: linear-gradient(to right, #1B90CE, #283B84);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
    display: none;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.float-contact-wrapper,
.back-to-top {
    right: 32px;
    z-index: 999;
    position: fixed;
}

.icon-float-contact-wrapper,
.back-to-top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.float-contact-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    bottom: 80px;
}

.float-contact-wrapper li {
    margin-bottom: 22px;
    list-style: none;
}

.icon-float-contact-wrapper {
    background: linear-gradient(to bottom, #135BA6, #03A4E6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon-float-contact-wrapper .notification {
    top: 3px;
    right: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #05FF00;
    display: block;
    position: absolute;
}

.icon-float-contact {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.back-to-top {
    bottom: 32px;
}

.back-to-top:hover {
    cursor: pointer;
}

.site-footer {
    padding-top: 72px;
    padding-bottom: 32px;
    background: linear-gradient(to right, #0D478E, #11246D);
    position: relative;
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.img-footer {
    top: 0;
    right: 0;
    height: 100% !important;
    position: absolute;
}

.site-footer ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer li {
    list-style: none;
}

.img-footer-logo {
    width: 190px;
}

.footer-description {
    margin-top: 16px;
    color: rgb(255,255,255, .7);
}

.footer-content-title {
    margin-bottom: 12px;
    min-height: 28px;
    font-weight: 600;
    color: var(--font-second-color);
}

.footer-content-wrapper li:not(:last-child) {
    margin-bottom: 4px;
}

.footer-content-wrapper li,
.footer-content-wrapper li a,
.footer-content-wrapper li a:hover,
.footer-content-wrapper li a:focus,
.footer-content-wrapper li a:visited {
    color: rgb(255,255,255, .6);
}

.site-contact,
.site-copyright {
    margin-top: 32px;
    padding-top: 32px;
    border-top: solid 1px rgb(255,255,255, .11);
}

.site-contact,
.site-contact a,
.site-contact a:hover,
.site-contact a:focus,
.site-contact a:visited {
    color: rgb(255,255,255, .6);
}

.site-contact strong {
    color: rgb(255,255,255, .8);
}

.footer-contact-left p:last-child,
.footer-contact-right p:last-child {
    margin-bottom: 0;
}

.footer-contact-left p:not(:last-child),
.footer-contact-right-title {
    margin-bottom: 8px;
}

.footer-contact-right-subtitle {
    display: inline-block;
}

.footer-contact-right-subtitle:not(:last-child) {
    margin-bottom: 24px;
}

.footer-copyright {
    color: rgb(255,255,255, .7);
    display: inline-block;
}

.footer-socials-wrapper {
    text-align: right;
}

.footer-socials-wrapper li {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.footer-socials-wrapper li:not(:first-child) {
    margin-left: 18px;
}

.icon-footer-social-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 15.14px;
    background: var(--font-second-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-footer-social {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .contact-content-wrapper .img-contact,
    .img-diagram {
        display: none;
    }

    .challenge-content-wrapper {
        margin: 50px 0;
    }

    .solution-content-bottom,
    .reason-content-bottom,
    .about-highlight,
    .valueSwiper,
    .partners-content-bottom,
    .team-content-bottom-title,
    .capabilities-content-bottom .col-lg-4,
    .portfolio-content,
    .btn-page-address,
    .recent-post-wrapper {
        margin-top: 24px;
    }

    .case-studies-info {
        margin-right: 60px;
    }

    .solution-content:not(:last-child),
    .contact-content-left,
    .about-introduction-left,
    .about-mission-left,
    .about-mission-content .col-lg-6:not(:last-child),
    .nav-partners,
    .industries-content-left,
    .clients-content-left,
    .entry-study-content-left.odd,
    .entry-study-content-right.even,
    .contact-page-content-left,
    .all-article-title,
    .single-content-left,
    .site-info .col-lg-6,
    .site-info .col-lg-3:not(:last-child),
    .footer-contact-left,
    .footer-copyright {
        margin-bottom: 24px !important;
    }

    .archive-sticky-left {
        margin-bottom: 20px;
    }

    .about-highlight-content {
        margin: 0;
    }

    .main-navigation,
    .about-introduction-left,
    .about-introduction-right,
    .about-mission-left,
    .about-mission-right,
    .clients-content-left,
    .clients-content-right,
    .entry-study-content-left,
    .entry-study-content-right,
    .entry-study-content-right,
    .contact-page-content-left,
    .contact-page-content-right,
    .single-content-left,
    .single-content-right {
        padding: 0;
    }

    .content-wrapper,
    .case-study-reason-wrapper,
    .site-footer {
        padding: 50px 0;
    }

    .single-main {
        padding: 100px 0 50px 0;
    }

    .solution,
    .reason-content,
    .industries-content-right,
    .archive-case-studies-info,
    .case-study-reason,
    .contact-page-form-wrapper {
        padding: 24px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    .btn-content-1,
    .btn-content-2,
    .btn-content-3 {
        padding: 12px 14px;
    }

    #mega-menu-menu-1 {
        padding: 10px !important;
    }

    .home-swiper-title,
    .home-swiper-description,
    .highlight-content-description,
    .solution-content-description,
    .reason-content-top-description,
    .reason-content-description,
    .partner-content-description,
    .contact-content-description,
    .about-introduction-description,
    .about-contact-description,
    .about-highlight-description,
    .about-highlight-description,
    .about-mission-description,
    .about-mission-content-description,
    .about-value-description,
    .about-team-description,
    .custom-tooltip .tooltip-inner,
    .capabilities-content-top-description,
    .capabilities-content-description,
    .portfolio-content-description,
    .industries-content-description,
    .industries-content .industries .description,
    .system-content-title,
    .system-content-description,
    .clients-content-title,
    .clients-content-description,
    .partners-content-description,
    .archive-case-studies-title,
    .archive-case-studies-description,
    .single-case-studies-title,
    .challenge-content-description,
    .entry-study-content-description,
    .case-study-reason-description,
    .case-study-contact-description,
    .archive-sticky-content-title-left,
    .archive-sticky-content-title-right,
    .archive-content-title,
    .archive-content-description,
    .single-title,
    .recent-post-title,
    .single-content-left .entry-content {
        text-align: unset;
    }

    .mega-menu-contact {
        margin: 10px 0 !important;
        display: inline-flex !important;
    }

    .site-title {
        display: flex;
        justify-content: center;
    }

    .home-swiper-title,
    .contact-page-content-title,
    .single-title,
    .content-title-1,
    .content-title-2,
    .content-title-3,
    .content-title-4 {
        font-size: 24px;
        line-height: 36px;
    }

    .homeSwiper .swiper-pagination-wrapper {
        top: unset;
        bottom: 24px;
    }

    .system-content-title,
    .solution-content-title,
    .reason-content-title,
    .widget-title,
    .widgettitle {
        font-size: 21px;
        line-height: 26px;
    }

    .nav-partners-index .nav-link,
    .nav-partners .nav-link,
    .about-introduction-description,
    .about-contact-description,
    .about-mission-description,
    .about-value-title,
    .clients-content-title,
    .challenge-content-description,
    .case-study-contact-description,
    .case-study-reason-description {
        font-size: 18px;
        line-height: 28px;
    }

    html,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    .img-highlight-content,
    .img-case-study-reason {
        position: unset;
    }

    .solution-content-bottom,
    .solution-content-subtitle,
    .solution-content-bottom-description,
    .btn-solution-content {
        display: block !important;
    }

    .solution::after {
        background: linear-gradient(to bottom, rgba(0,0,0, .2), rgba(0,0,0, .5), rgb(0, 0, 0));
        backdrop-filter: blur(5px);
        mask-image: none;
        -webkit-mask-image: none;
    }

    .solution-content-bottom-description {
        max-height: 236px;
        overflow-y: auto;
    }

    .news-swiper-button-prev {
        left: 0;
    }

    .news-swiper-button-next {
        right: 0;
    }

    .news-swiper-button-prev,
    .news-swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .custom-tooltip {
        --bs-tooltip-max-width: 100%;
    }

    .single-case-studies-title {
        width: 100%;
    }

    .homeSwiper .swiper-slide,
    .img-home-swiper,
    .video-home-swiper {
        height: 650px;
    }

    .archive-case-studies-content {
        height: 450px;
    }

    .index-news-thumb,
    .archive-sticky-left,
    .archive-sticky-thumb-left,
    .archive-sticky-right,
    .archive-sticky-thumb-right {
        height: 340px;
    }
    
    .img-case-study-reason {
        height: 240px;
    }

    .img-about-introduction {
        aspect-ratio: 1.5 / 1;
        height: auto;
    }

    .page-address-wrapper .address-title,
    .page-address-wrapper .address {
        width: auto;
    }

    .about-introduction-left,
    .about-introduction-right,
    .about-mission-left,
    .about-mission-right,
    .industries-content-left,
    .industries-content-right,
    .clients-content-left,
    .clients-content-right,
    .entry-study-content-left,
    .entry-study-content-right,
    .contact-page-content-left,
    .contact-page-content-right,
    .capabilities-content-description,
    .single-content-left,
    .single-content-right {
        height: auto;
    }

    .reason-content-description {
        max-height: 100%;
    }

    .capabilities-content,
    .reason-content {
        height: 100%;
    }

    .capabilities-content:hover {
        margin-top: 0;
    }

    .nav-partners-index {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .nav-partners-index .nav-link {
        white-space: nowrap;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .page-address-wrapper,
    .recent-post {
        flex-direction: column;
    }

    .recent-post .flex-shrink-0,
    .recent-post-thumb {
        width: 100%;
    }

    .recent-post-thumb {
        border-radius: 16px 16px 0 0;
        height: 250px;
    }

    .page-address-wrapper {
        align-items: flex-start;
    }

    .team-content-bottom,
    .nav-industries {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    
    .team-content-bottom {
        padding: 24px 12px;
    }

    .team-content-bottom .team-content-bottom-title:not(:last-child) {
        margin-right: 24px;
    }

    .nav-industries .nav-link {
        white-space: nowrap;
    }

    .breadcrumbs-wrapper,
    .custom-title-wrapper,
    .valueSwiper {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    .valueSwiper {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
    }

    .team-content-top-title-wrapper::after {
        border-radius: 0;
        border-top-width: 2px;
        border-left: none;
        border-right: none;
    }
    
    .team-content-bottom {
        margin-top: 58px;
    }

    .team-content-top-title,
    .team-content-bottom-title {
        width: 175px;
        height: 175px;
        font-size: 18px;
        line-height: 28px;
    }

    .team-content-bottom-title:first-child::after,
    .team-content-bottom-title:last-child::after {
        height: 58px;
        top: -58px;
    }

    .archive-case-studies-info .icon-right-wrapper {
        top: 24px;
        right: 24px;
        width: 36px;
        height: 36px;
    }

    .entry-content-wrapper {
        flex-direction: column;
    }

    .single-content-nav {
        display: none;
    }

    .m-single-content-nav {
        display: flex !important;
        justify-content: space-between;
    }

    .single-info span {
        display: block;
    }

    .single-author {
        margin-right: 0;
        margin-bottom: 12px;
        padding-right: 0;
        border-right: none;
    }

    .footer-socials-wrapper {
        text-align: left;
    }

    .float-contact-wrapper,
    .back-to-top {
        right: 12px;
    }

    .float-contact-wrapper li {
        margin-bottom: 12px;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    .challenge-content-wrapper {
        margin: 50px 0;
    }

    .solution-content-bottom,
    .reason-content-bottom,
    .about-highlight,
    .team-content-bottom-title,
    .capabilities-content-bottom .col-lg-4,
    .portfolio-content,
    .btn-page-address,
    .recent-post-wrapper {
        margin-top: 24px;
    }

    .team-content-bottom-title {
        margin-top: 0;
    }

    .solution-content:not(:last-child),
    .contact-content-left,
    .about-introduction-left,
    .about-mission-left,
    .about-mission-content .col-lg-6:not(:last-child),
    .industries-content-left,
    .clients-content-left,
    .entry-study-content-left.odd,
    .entry-study-content-right.even,
    .single-content-left,
    .site-info .col-lg-6,
    .site-info .col-lg-3:not(:last-child),
    .footer-contact-left,
    .footer-copyright {
        margin-bottom: 24px;
    }

    .archive-sticky-left {
        margin-bottom: 20px;
    }

    .main-navigation,
    .about-introduction-left,
    .about-introduction-right,
    .about-mission-left,
    .about-mission-right,
    .clients-content-left,
    .clients-content-right,
    .entry-study-content-left,
    .entry-study-content-right,
    .contact-page-content-left,
    .contact-page-content-right,
    .single-content-left,
    .single-content-right {
        padding: 0;
    }

    .case-study-reason {
        padding: 50px 50px 500px 50px;
    }

    .breadcrumbs-wrapper,
    .custom-title-wrapper,
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    #mega-menu-menu-1 {
        padding: 10px !important;
    }

    .mega-menu-contact {
        margin: 10px 0 !important;
        display: inline-flex !important;
    }

    .content-wrapper {
        padding: 50px 0;
    }

    .home-swiper-title,
    .content-title-3 {
        font-size: 50px;
        line-height: 60px;
    }

    .content-title-1,
    .content-title-2,
    .highlight-content-number,
    .about-highlight-number-wrapper,
    .system-content-title {
        font-size: 40px;
        line-height: 50px;
    }

    .contact-page-content-title,
    .single-title {
        font-size: 32px;
        line-height: 40px;
    }

    .content-title-4,
    .solution-content-title,
    .about-value-title,
    .about-contact-description,
    .about-mission-description,
    .widget-title,
    .widgettitle {
        font-size: 24px;
        line-height: 34px;
    }

    .about-introduction-description {
        font-size: 20px;
        line-height: 30px;
    }

    .homeSwiper .swiper-pagination-wrapper {
        top: unset;
        bottom: 24px;
    }

    .home-swiper-content {
        width: 50%;
    }

    .img-highlight-content {
        position: unset;
    }

    .team-content-top-title-wrapper::after {
        width: 577px;
    }
    
    .team-content-bottom-title:first-child::after,
    .team-content-bottom-title:last-child::after {
        top: -39px;
        height: 39px;
    }

    .archive-sticky-right {
        width: 48.5%;
    }

    .archive-sticky-right:first-child {
        float: left;
    }

    .archive-sticky-right:last-child {
        float: right;
    }

    .about-introduction-left,
    .about-introduction-right,
    .about-mission-left,
    .about-mission-right,
    .industries-content-left,
    .industries-content-right,
    .clients-content-left,
    .clients-content-right,
    .entry-study-content-left,
    .entry-study-content-right,
    .contact-page-content-left,
    .contact-page-content-right,
    .capabilities-content-description,
    .single-content-left,
    .single-content-right {
        height: auto;
    }

    .reason-content-description {
        max-height: 100%;
    }

    .capabilities-content,
    .reason-content {
        height: 100%;
    }

    .capabilities-content:hover {
        margin-top: 0;
    }
    
    .solution-content-bottom {
        flex-direction: column;
    }

    .solution-content {
        flex: 1;
    }

    .solution-content-bottom,
    .solution-content-subtitle,
    .solution-content-bottom-description,
    .btn-solution-content {
        display: block !important;
    }

    .news-swiper-button-prev {
        left: 0;
    }

    .news-swiper-button-next {
        right: 0;
    }

    .team-content-top-title,
    .team-content-bottom-title {
        width: 175px;
        height: 175px;
    }

    .nav-industries {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .nav-industries .nav-link {
        white-space: nowrap;
    }

    .footer-socials-wrapper {
        text-align: left;
    }
}

@media (min-width: 834px) and (max-width: 1210px) {
    .team-content-top-title-wrapper::after {
        width: 588px;
    }
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 900px) and (max-width: 1600px) {

}

@media (min-width: 900px) and (max-width: 1440px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 0 20px 0 0 !important;
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    .page-address-wrapper .address-title,
    .page-address-wrapper .address {
        width: 300px;
    }

    .btn-content-1, .btn-content-2, .btn-content-3 {
        padding: 12px 14px;
    }

    .home-swiper-title,
    .content-title-3 {
        font-size: 50px;
        line-height: 60px;
    }

    .content-title-1,
    .content-title-2,
    .highlight-content-number,
    .about-highlight-number-wrapper,
    .system-content-title {
        font-size: 40px;
        line-height: 50px;
    }

    .contact-page-content-title,
    .single-title {
        font-size: 32px;
        line-height: 40px;
    }

    .content-title-4,
    .solution-content-title,
    .about-value-title,
    .about-contact-description,
    .about-mission-description,
    .widget-title,
    .widgettitle {
        font-size: 24px;
        line-height: 34px;
    }

    .about-introduction-description {
        font-size: 20px;
        line-height: 30px;
    }

    .custom-tooltip {
        --bs-tooltip-max-width: 400px;
    }

    .valueSwiper .swiper-slide {
        margin-right: 24px !important;
    }

    .nav-industries {
        padding-bottom: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .nav-industries .nav-link {
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 0 10px 0 0 !important;
    }

    .team-content-top-title-wrapper::after {
        width: 901px;
    }

    .custom-tooltip {
        --bs-tooltip-max-width: 300px;
    }
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
