@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Instrument Sans", sans-serif;
}

:root {
    --primary-color: #b30000;
    --white-color: #ffffff;
    --black-color: #00264d;
    --light-color: #7A7A7A;
    --background-color: #ECEEF6;
    --blue-color: #14164A;
    --section-bg-color: #f7f8fc;
    --yellow-color: #FFE147;
    --border-color: #C0C0C0;
    --title-color: #00264d;
    --primary-color-rgb: 179, 0, 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--background-color);
}

 ::-webkit-scrollbar {
    width: 5px;
    background-color: var(--blue-color);
    height: 4px;
}

 ::-webkit-scrollbar-thumb {
    background-color: var(--blue-color);
}


/* .main-wrapper {
    overflow-x: hidden;
    overflow: hidden;
} */


/*-------------Navbar------------*/

#navbar .nav-item .nav-link.custom-nav-link {
    padding: 32px 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--black-color);
    transition: all 0.3s;
}

#navbar .nav-item .nav-link.custom-nav-link:hover {
    color: var(--primary-color);
}

#navbar .nav-item .nav-link.custom-nav-link.active {
    color: var(--primary-color);
}

#navbar .nav-link.custom-nav-link.show {
    color: var(--primary-color);
}

#navbar .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

#navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.page-header.is-sticky {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    animation: slideDown 0.35s ease-out;
    top: 0;
    z-index: 100;
}

.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 8;
    background-color: var(--white-color);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.navbar .megamenu {
    padding: 20px;
    transition: all 0.4s ease-in-out;
    height: 600px;
    border: 1px solid var(--background-color);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow-y: auto;
    background-color: var(--white-color);
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(-1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    transform-origin: top;
}

.button-primary {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 16px 32px;
    border-radius: 2px;
    transition: all 0.3s;
}

.button-primary:hover {
    background-color: var(--blue-color);
}

.company-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.col-megamenu {
    padding-right: 20px;
    border-right: 1px solid var(--background-color);
    height: 100%;
}

.megamenu .container .row>[class*='col-']:last-child .col-megamenu {
    border-right: 0;
}

.company-info-top h6 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}

.company-info-top p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.learn-more a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.learn-more a i {
    margin-left: 5px;
}

.company-info-top {
    padding-right: 60px;
}

.company-info-bottom {
    margin-top: auto;
    background-color: var(--background-color);
    border-radius: 2px;
    padding: 20px;
}

.company-info-bottom ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.company-info-bottom ul li:first-child {
    padding-top: 0;
}

.company-info-bottom ul li:last-child {
    padding-bottom: 0;
}

.company-info-bottom ul li img {
    margin-right: 15px;
}

.company-info-bottom ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.megamenu-options ul {
    margin-bottom: 0;
    padding-left: 10px;
}

.megamenu-options ul li {
    padding: 4px 0;
    list-style: disc;
}

.megamenu-options ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: all 0.3s;
}

.megamenu-options ul li a:hover {
    color: var(--primary-color);
}

.megamenu-tabs .nav-pills {
    display: none;
}

.nav-item.custom-tab-dropdown .megamenu-tabs .nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--black-color);
    padding: 10px 20px;
    text-transform: capitalize;
}

.nav-item.custom-tab-dropdown .megamenu-tabs .nav-link.active {
    background-color: var(--background-color);
}

.megamenu-tabs .tab-content .card .card-body ul {
    margin-bottom: 0;
    padding-left: 0;
}

.megamenu-tabs .tab-content .card .card-body ul li {
    list-style: none;
    padding: 10px 12px;
}

.megamenu-tabs .tab-content .card .card-body ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    transition: all 0.3s;
    letter-spacing: 0.04em;
}

.megamenu-tabs .tab-content .card .card-body ul li a:hover {
    color: var(--primary-color);
}

.options-tab-menu {
    position: absolute;
    top: 80px;
    display: none;
}

.options-tab-menu.open {
    display: block;
}

#navbar .nav-link.custom-nav-link.open {
    color: var(--primary-color);
}

.blog-blocks a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.blog-blocks a img {
    position: relative;
}

.tab-blog-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

.blog-blocks:hover .tab-blog-content-overlay {
    height: 100%;
    opacity: 1;
}

.view-blog-button a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    padding: 8px 16px;
    background-color: var(--white-color);
    white-space: nowrap;
}

.tab-blog-content-overlay p {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
}

.tab-options-top {
    margin-bottom: 20px;
}

.view-blog-button {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-options-blocks .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.tab-options-blocks .row {
    margin: 0 -10px;
}

.tab-options-top h6 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: var(--black-color);
}

.tab-options-top p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: var(--light-color);
    padding-right: 20px;
    margin-top: 15px;
}

.megamenu-options.about-options li a {
    font-weight: 700;
}

.company-row .tab-options-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.company-row-2 {
    margin-top: 10px;
}


/*----------------Hero-1---------------*/

#hero {
    background-color: var(--white-color);
    background-image: url(../images/hero-1-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.hero-padding {
    padding: 180px 0 100px;
}

.custom-padding {
    padding: 100px 0;
}

.section-tag p {
    margin-bottom: 20px;
    display: inline-block;
    color: var(--white-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    background-color: var(--black-color);
    padding: 6px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.section-title h1 {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 62px;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
}

.section-des p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0 100px;
}

.why-choose-section .section-des p {
    color: var(--black-color);
}

.outline-text h1 {
    margin-bottom: 0;
    font-size: 268px;
    font-weight: 700;
    line-height: 268px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(192, 192, 192, 0.4);
    -moz-text-fill-color: transparent;
}

.section-button {
    margin-top: 40px;
    text-align: center;
}

.other-page-section .section-button {
    margin-top: 10px;
}

.other-page .trusted-by-professionals {
    margin-top: 50px;
}

.button-primary {
    text-decoration: none;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    background-color: var(--primary-color);
    padding: 16px 32px;
    border-radius: 2px;
    transition: all 0.3s;
}

.button-primary:hover {
    background-color: var(--blue-color);
}

:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 4);
    --gap-new: calc(var(--size) / 20);
    --duration: 80s;
    --duration-new: 30s;
    --scroll-start: 0;
    --scroll-start-right: calc(-100% - var(--gap-new));
    --scroll-end: calc(-100% - var(--gap));
    --scroll-end-new: calc(-100% - var(--gap-new));
    --scroll-end-right: 0;
}

.wrapper-logo {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}

.industry-pages .wrapper-logo {
    gap: 20px;
}

.marquee-logo {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-y var(--duration) linear infinite;
}

.inner-section-logo {
    width: 300px;
    height: 200px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid var(--border-color);
    padding: 10px;
    overflow: hidden;
}

.trusted-by-professionals-logo-img.inner-section-logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.trusted-by-professionals.inner-sections-marquee .marquee__group {
    gap: var(--gap-new);
    animation: scroll-y-new var(--duration-new) linear infinite;
}

.trusted-by-professionals.inner-sections-marquee .right-direction .marquee__group {
    gap: var(--gap-new);
    animation: scroll-y-right var(--duration-new) linear infinite;
}

.trusted-by-professionals.inner-sections-marquee .marquee-logo {
    gap: var(--gap-new);
}

.trusted-by-professionals.inner-sections-marquee {
    margin-top: 30px;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--vertical {
    --mask-direction: to left;
}

.marquee-logo.marquee--vertical.right-direction {
    --mask-direction: to right;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: row;
}

.marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }
    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    0% {
        transform: translateX(var(--scroll-start));
    }
    100% {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y-new {
    0% {
        transform: translateX(var(--scroll-start));
    }
    100% {
        transform: translateX(var(--scroll-end-new));
    }
}

@keyframes scroll-y-right {
    0% {
        transform: translateX(var(--scroll-start-right));
    }
    100% {
        transform: translateX(var(--scroll-end-right));
    }
}

.trusted-by-professionals {
    margin-top: 85px;
}

.trusted-by-professionals h6 {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.trusted-by-professionals-logo {
    margin-top: 30px;
}

.blue-background {
    background-color: var(--blue-color);
}

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

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

.whychose .whychose__img-box {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.whychoose-info {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 64px;
    flex-wrap: wrap;
}

.whychoose-info h3 {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
}

.secondary-button {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    height: auto;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-out;
    text-transform: capitalize;
}

.secondary-button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.whychose .whychose__wrapper {
    display: grid;
    gap: 32px;
    margin-top: 40px;
    position: relative;
}

.whychose .whychose__wrapper .whychose__box {
    border: 1px solid #e0e0e0;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background-color: var(--white-color);
    justify-content: center;
    gap: 30px;
}

.whychose .whychose__wrapper .whychose__box .whychose__count {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0;
}

.whychose .whychose__wrapper .whychose__box .whychose__subtext {
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    color: var(--black-color);
    margin-bottom: 0;
}

.section-title h4 {
    color: var(--black-color);
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}

.section-title h4 span {
    color: var(--primary-color);
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.technology-tabs {
    margin-top: 60px !important;
}

#sectionTabs {
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#sectionTabs .nav-link {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 34px;
    border: 0;
    position: relative;
    transition: all 0.3s;
    white-space: nowrap;
}

#sectionTabs .nav-link:hover {
    font-weight: 700;
    color: var(--primary-color);
}

#sectionTabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 4px;
    background-color: var(--primary-color);
    opacity: 0;
    transform: translate(-50%, 10px);
    transition: all 0.3s;
}

#sectionTabs .nav-link:hover::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

#sectionTabs .nav-link.active {
    font-weight: 700;
    color: var(--primary-color);
}

#sectionTabs .nav-link.active::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.section-background {
    background-color: var(--section-bg-color);
}

.technology-box {
    background-color: var(--section-bg-color);
    height: 100%;
    padding: 40px 40px;
    transition: .1s ease-in-out;
    border-radius: 12px;
    cursor: pointer;
}

.custom-box-shadow {
    box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
    transition: .1s ease-in-out;
}

.custom-box-shadow:hover {
    box-shadow: -2px -2px 5px rgba(255, 255, 255, .9), 2px 2px 4px rgba(57, 65, 124, .2);
    transform: translateY(3px);
}

.icon {
    text-align: center;
}

.icon img {
    height: 70px;
    object-fit: contain;
}

.technology-tab-section .row>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.technology-tab-section .row {
    margin: 0 -20px;
}

.technology-tab-section {
    padding: 100px 0;
}

.custom-transform-y {
    transform: translateY(40px);
}

.technology-name h6 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin: 30px 0;
}

.more-link a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
}

.block-1 {
    position: absolute;
    bottom: -300px;
    left: -600px;
    z-index: -1;
}

.block-2 {
    position: absolute;
    top: 45%;
    right: -200px;
    z-index: -1;
    transform: translateY(-50%);
}

.block-3 {
    margin-top: -150px;
    margin-left: -50px;
    margin-bottom: -150px;
    position: relative;
    z-index: -1;
}

.block-4 {
    position: absolute;
    top: -190px;
    left: -400px;
    z-index: -1;
}

.section-block-background {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.testimonial-image-block {
    background-image: url(../images/testimonial.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.company-info-block {
    padding: 30px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
}

.company-info-block h6 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}

.company-info-block p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
}

.company-info-block a {
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.company-info-block a i {
    margin-left: 10px;
}

.testimonial-text-block {
    background: url(../images/testimonial-bg.webp), var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.testimonial-text-block .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-text-block .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quotes-icon {
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.quotes-icon i {
    color: var(--primary-color);
    font-size: 40px;
}

.client-testimonials p {
    color: var(--white-color);
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0;
    font-weight: 400;
}

.client-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--white-color);
}

.client-img img {
    object-fit: cover;
}

.client-name h6 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 15px;
}

.testimonial-text-block .swiper-pagination {
    position: unset;
    margin-top: 30px;
}

.swiper-pagination-bullet-active {
    background: var(--white-color);
}

.testimonials {
    margin-top: 50px;
}

.testimonial-section .row>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.testimonial-section .row> {
    margin: 0 0;
}

.rating-blocks {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
    flex-wrap: wrap;
}

.rating-block {
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 15px;
    margin: 0 10px;
}

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

.block-top h6 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: var(--blue-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.star-group {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.star-group i {
    color: var(--yellow-color);
    margin: 0 2px;
}

.block-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.block-bottom h6 {
    margin-bottom: 0;
    color: var(--blue-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.block-bottom img {
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.section-card-blocks .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.section-card-blocks .row {
    margin: 0 -10px;
}

.section-card {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 20px 30px;
    border-radius: 2px;
    position: relative;
    z-index: 0;
    height: 100%;
}

.pink-box-shadow {
    box-shadow: 0px 13px 30px 0px rgba(255, 138, 144, 0.08), 0px 54px 54px 0px rgba(255, 138, 144, 0.07), 0px 121px 73px 0px rgba(255, 138, 144, 0.04), 0px 215px 86px 0px rgba(255, 138, 144, 0.01), 0px 336px 94px 0px rgba(255, 138, 144, 0);
}

.custom-card-hover {
    cursor: pointer;
}

.custom-border-padding {
    padding-bottom: 50px;
}

.custom-card-hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    z-index: -1;
    transition: all 0.4s;
}

.custom-card-hover:hover::after {
    height: 100%;
}

.card-custom-box-shadow {
    box-shadow: 0 .2rem 3.2rem rgba(0, 0, 0, .06);
}

.card-icon {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.card-icon.card-icon-1::after {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    left: auto;
}

.card-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--primary-color-rgb), 0.1);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s;
}

.custom-card-hover:hover .card-icon::after {
    background-color: rgba(255, 255, 255, 0.1);
}

.card-desc {
    margin-top: 20px;
}

.card-desc h6 {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
    transition: all 0.4s;
    text-transform: capitalize;
}

.custom-card-hover:hover .card-desc h6 {
    color: var(--white-color);
}

.card-desc p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 0;
    transition: all 0.4s;
}

.custom-card-hover:hover .card-desc p {
    color: var(--white-color);
}

.section-card .more-link {
    margin-top: 20px;
}

.section-card .more-link a {
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

.custom-card-hover:hover .more-link a {
    color: var(--yellow-color);
}

.section-card .more-link a i {
    margin-left: 5px;
}

.custom-card-hover:hover svg path {
    transition: all 0.4s;
}

.custom-card-hover:hover svg path {
    fill: var(--white-color) !important;
}

.custom-padding-top {
    padding-top: 100px;
}

.custom-margin-top {
    margin-top: 100px;
}

.custom-padding-bottom {
    padding-bottom: 100px;
}

.custom-transform-padding-bottom {
    padding-bottom: 180px;
}

.custom-transform-y-1 {
    transform: translateY(100px);
}

.section-card-blocks {
    margin-top: 30px;
}

.price-tabs .nav-pills {
    display: none;
}

.price-tabs .nav-link {
    background-color: var(--white-color);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 5px 3px 0px rgba(0, 0, 0, 0.02), 0px 9px 3px 0px rgba(0, 0, 0, 0.01), 0px 14px 4px 0px rgba(0, 0, 0, 0);
    text-decoration: none;
    gap: 20px;
}

.price-tabs .nav-link svg {
    margin-right: 20px;
}

.arrow-svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.price-tabs .nav-link.active {
    background-color: var(--white-color);
    color: var(--black-color);
}

.arrow-svg svg path {
    transition: all 0.4s;
}

.price-tabs .nav-link.active .arrow-svg svg path {
    fill: var(--primary-color);
}

.price-tabs .nav-link:hover .arrow-svg svg path {
    fill: var(--primary-color);
}

.price-tabs {
    margin-top: 30px;
}

.price-tabs .card-header a {
    display: block;
    background-color: var(--white-color);
    color: var(--black-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 5px 3px 0px rgba(0, 0, 0, 0.02), 0px 9px 3px 0px rgba(0, 0, 0, 0.01), 0px 14px 4px 0px rgba(0, 0, 0, 0);
    text-decoration: none;
}

.price-tabs .card-header {
    padding: 0;
    overflow: hidden;
    border: 0;
}

.price-tabs .card-header a svg {
    margin-right: 20px;
}

.price-tabs .card {
    background-color: transparent;
}

.price-tab-content .card-body h6 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.price-tab-content .card-body p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0;
}

.price-tab-list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.price-tab-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 0 6px 26px;
    position: relative;
}

.price-tab-list ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/li-tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}

.price-tab-list ul li svg {
    margin-right: 10px;
}

.contact-background {
    background-image: url(../images/team-of-engineers-working.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    padding: 140px 0;
}

.contact-background::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.contact-form {
    background-color: var(--white-color);
    padding: 30px 30px 23px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-form .row>[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 7px;
}

.contact-form .row {
    margin: 0;
}

.contact-form .form-label {
    color: var(--black-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.contact-form-block {
    position: relative;
    margin-top: -80px;
}

.price-page.other-page .contact-form-block {
    margin-top: -80px;
}

.contact-form .form-control,
.contact-form .form-select {
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    border: 1px solid #ededed;
    padding: 15px 25px;
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.form-field {
    padding: 15px;
}

.form-field a {
    text-transform: uppercase;
}


/* .whychose .whychose__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, rgba(255, 142, 153, 1) 0%, rgba(255, 142, 153, 0) 100%);
    z-index: 2;
}

.whychose .whychose__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(270deg, rgba(255, 142, 153, 1) 0%, rgba(255, 142, 153, 0) 100%);
    z-index: 2;
} */

.footer-top {
    padding: 30px 0;
}

.btn-footer-link {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: var(--black-color);
    text-transform: uppercase;
    position: relative;
}

.btn-footer-link img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transform-origin: top;
}

.footer-link-block ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-link-block ul li {
    list-style: none;
}

.footer-link-block ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.04em;
    transition: all 0.5s;
}

.footer-link-block ul li {
    padding: 5px 0;
}

.footer-link-block ul li a:hover {
    color: var(--primary-color);
}

.footer-content {
    margin-top: 30px;
}

.footer-top .get-quote {
    display: inline-flex;
    margin-top: 60px;
}

.footer-middle {
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    padding: 16px 0;
}

.footer-middle-link a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    transition: all 0.3s;
    text-transform: uppercase;
}

.footer-middle-link p {
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-right: 5px;
}

.footer-middle-link a:hover {
    color: var(--blue-color);
}

.footer-bottom-top {
    padding: 30px 0 20px;
}

.btn-company {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    background-color: var(--border-color);
    padding: 4px 20px;
    text-decoration: none;
}

.footer-bottom-buttons {
    margin-top: 20px;
}

.footer-logo img {
    width: 200px;
    object-fit: contain;
}

.btn-company.active {
    border: 1px solid var(--white-color);
    background-color: var(--primary-color);
    color: var(--white-color);
}

.footer-bottom-content h4 {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.company-location-block {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-location {
    width: 100%;
}

.company-location-block .company-location:last-child {
    margin-left: 20px;
}

.company-location h5 {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.company-location-div {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    display: flex;
    align-items: self-start;
    margin-top: 16px;
    padding: 10px 10px 20px;
}

.company-location-info h6 {
    margin-bottom: 10px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.company-location-info p {
    margin-bottom: 0px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.company-location-info {
    margin-left: 10px;
}

.company-social-media-buttons {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.company-social-media-buttons a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--section-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -5px -5px 15px rgba(255, 255, 255, .9), 4px 4px 12px rgba(57, 65, 124, .2);
    transition: .1s ease-in-out;
    margin-right: 15px;
}

.company-social-media-buttons a:last-child {
    margin-right: 0;
}

.company-social-media-buttons a:hover {
    box-shadow: -2px -2px 5px rgba(255, 255, 255, .9), 2px 2px 4px rgba(57, 65, 124, .2);
}

.company-social-media-buttons a i {
    font-size: 18px;
}

.company-social-media-buttons a.facebook {
    color: #1877f2;
}

.company-social-media-buttons a.linkedin {
    color: #0a66c2;
}

.company-social-media-buttons a.instagram {
    color: #e1306c;
}

.company-social-media-buttons a.twitter {
    color: #14171a;
}

.footer-bottom-bottom {
    border-top: 1px solid var(--white-color);
    padding: 10px 0;
}

.footer-bottom-bottom p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center;
}

#footer {
    overflow-x: hidden;
}


/* .footer-logo {
    text-align: center;
} */

.image-section {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.image-section::after {
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid var(--black-color);
    z-index: -1;
    position: absolute;
    left: 30px;
    top: 30px;
}

.custom-section-border {
    border-bottom: 1px solid var(--border-color);
}

.leader-img {
    position: relative;
}

.leader-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(var(--primary-color-rgb), 0.7);
    transition: all 0.3s;
}

.leader-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.leader-img:hover::after {
    height: 100%;
}

.leader-img:hover .leader-info {
    opacity: 1;
    bottom: 30px;
    visibility: visible;
}

.leader-info h6 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.leader-info p {
    color: var(--white-color);
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
}

.leader-social a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.leader-social a:last-child {
    margin-right: 0;
}

.leader-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.leader-social a i {
    color: var(--primary-color);
}

.leader-section {
    margin-top: 40px;
}

.leader-section .row>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.leader-section .row {
    margin: 0 -15px;
}

.video-background {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.video-background::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 38, 77, 0.95);
}

.video-background video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: none;
    z-index: -1;
}

.video-background .section-tag p {
    background-color: var(--primary-color);
}

.journey-tab-content-top {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

.journey-ta-box h1 {
    color: var(--white-color);
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    text-align: left;
    margin-bottom: 5px;
}

.journey-ta-box p {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0px;
}

.journey-tab-content-bottom {
    margin-top: 30px;
}

.journey-tab-content {
    padding-top: 30px;
}

.journey-tab-content-bottom h6 {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.journey-tab-content-bottom p {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}

.journey-tabs {
    margin-top: 50px;
}

.journey-tabs .nav-tabs {
    border: 0;
    justify-content: center;
    align-items: center;
}

.journey-tabs .nav-tabs .nav-link {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s;
}

.journey-tabs .nav-tabs .nav-link:hover {
    color: var(--yellow-color);
}

.journey-tabs .nav-tabs .nav-link.active {
    color: var(--yellow-color);
}

.journey-tabs .nav-tabs li img {
    margin: 0 50px;
}

.other-page .contact-form-block {
    margin-top: 0;
}

.image-section.video-section::after {
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid var(--black-color);
    z-index: -1;
    position: absolute;
    left: -20px;
    top: -20px;
}

.other-page .section-card {
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.technology-tabs .card-icon.card-icon-1::after {
    display: none;
}

.other-page .card-desc p {
    margin: 10px 0 20px;
}

.client-logo {
    display: inline-block;
}

.client-logo:hover img {
    filter: grayscale(0);
    cursor: pointer;
}

.client-logo img {
    height: 60px;
    object-fit: contain;
    filter: grayscale(1);
    transition: all 0.3s;
}

.client-section {
    margin-top: 30px;
}

.client-section .row>[class*='col-'] {
    margin: 20px 0;
    text-align: center;
}

.card-desc ul {
    padding-left: 0;
}

.card-desc ul li {
    list-style: none;
}

.card-desc ul li p {
    display: flex;
    align-items: start;
}

.card-desc ul li p i {
    margin-top: 6px;
    color: var(--light-color);
    font-size: 5px;
    margin-right: 10px;
}

.other-page-1 .card-desc ul li p i {
    margin-top: 6px;
    color: var(--primary-color);
    font-size: 5px;
    margin-right: 10px;
}

.other-page-1 .card-desc ul li p {
    margin-top: 15px;
}

.other-page .rating-blocks {
    margin-top: 20px;
    justify-content: center;
}

.other-page .rating-blocks img {
    height: 101px;
    object-fit: contain;
}

.other-page .rating-block {
    min-width: 200px;
    width: 200px;
    text-align: center;
    margin-bottom: 0;
}

.other-page .rating-blocks .rating-block:nth-child(2) {
    margin: 0 20px;
}

.office-gallery {
    margin-top: 50px;
    position: relative;
}

.btn-next,
.btn-prev {
    width: 50px;
    height: 50px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.btn-next:hover,
.btn-prev:hover {
    background-color: var(--primary-color);
}

.btn-next:hover i,
.btn-prev:hover i {
    color: var(--white-color);
}

.btn-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
}

.btn-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1;
}

.btn-next i,
.btn-prev i {
    color: var(--primary-color);
}

.team-section .row>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.team-section .row {
    margin: 0 -40px;
}

.team-img img {
    border-radius: 12px;
}

.team-desc {
    margin-top: 20px;
}

.team-desc h6 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 7px;
}

.team-desc p {
    color: var(--light-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.team-section {
    margin-top: 60px;
}

.team-box {
    height: 100%;
}

.work-block .row>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.work-block .row {
    margin: 0;
}

.work-block {
    background-color: var(--section-bg-color);
    border-radius: 12px;
    overflow: hidden;
}

.work-slide {
    box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
    border-radius: 12px;
    position: static;
}

.work-desc {
    padding: 40px;
}

.work-desc h6 {
    font-size: 20px;
    line-height: 30px;
    color: var(--blue-color);
    font-weight: 400;
    margin-bottom: 20px;
}

.work-desc p {
    font-size: 16px;
    line-height: 16px;
    color: var(--light-color);
    font-weight: 400;
    margin-bottom: 0;
}

.hero-ul ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

.hero-ul ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 60px;
    margin-bottom: 20px;
    padding: 6px 0 6px 26px;
    position: relative;
}

.hero-ul ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/li-tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}

.hero-ul ul li:last-child {
    margin-right: 0;
}

.hero-ul ul li svg {
    margin-right: 10px;
    flex-shrink: 0;
}

.hero-ul ul li h6 {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
}

.conntect-button p {
    margin-bottom: 0;
    color: var(--light-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-top: 10px;
}

.work-slide .swiper-pagination {
    bottom: -40px;
    z-index: 5;
}

.work-slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--light-color);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15), 1px 1px 1px #fff;
    transition: all 0.3s;
}

.work-slide .swiper-pagination-bullet:hover {
    background-color: var(--primary-color);
    opacity: 1;
}

.work-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.promise-section .card-icon::after {
    display: none;
}

.tech-section-block-info .card-icon::after {
    display: none;
}

.tech-section-block-info .card-desc {
    margin-top: 10px;
}

.contact-box-info {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px 50px 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--white-color);
    background-image: url(../images/contact-bg.webp);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 100%;
}

.contact-box-info::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color-rgb), 0.65);
    z-index: -1;
}

.contact-box-info h1 {
    color: var(--white-color);
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.contact-box-info p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 10px 0;
}

.contact-box-info ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.contact-box-info ul li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: var(--white-color);
    padding: 8px 0;
}

.contact-box-info ul li i {
    margin-right: 10px;
}

.contact-box-info-buttons {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.contact-box-info-buttons .conntect-button {
    display: grid;
    margin-right: 30px;
}

.contact-box-info-buttons .conntect-button a {
    background-color: var(--white-color);
    color: var(--primary-color);
    text-transform: uppercase;
    margin-top: 0 !important;
}

.contact-box-info-buttons .conntect-button a:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.contact-box-info-buttons .more-link a {
    color: var(--white-color);
    text-transform: uppercase;
}

.contact-box-info-buttons .more-link i {
    margin-left: 10px;
}

.contact-box-info-buttons .more-link a:hover {
    color: var(--blue-color);
}

.other-page .contact-form-block .row>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.other-page .contact-form-block .row {
    margin: 0;
}

.promise-section .card-icon svg {
    width: 32px;
    height: 32px;
}

.other-page #sectionTabs {
    border-bottom: 1px solid var(--border-color);
}

.other-page .technology-tab-section {
    padding: 30px 0;
}

.other-page .conntect-button {
    margin-top: auto;
}

.other-page .button-primary {
    padding: 12px 32px;
}

.accordion-section .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #e3e3e3;
}

.accordion-section .accordion-button {
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: var(--blue-color);
    padding: 20px 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-section {
    margin-top: 50px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-section .accordion-item .accordion-body p {
    margin-bottom: 0;
    color: var(--blue-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.accordion-section .accordion-body {
    padding: 0 20px 15px;
}

.accordion-section .accordion-button::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20width%3D%2213%22%20height%3D%221.5%22%20fill%3D%22%23b30000%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20width%3D%221.5%22%20height%3D%2213%22%20fill%3D%22%23b30000%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    transition: all 0.3s;
    background-size: 12px;
    background-position: center;
}

.accordion-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20width%3D%2213%22%20height%3D%221.5%22%20fill%3D%22%23b30000%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 12px;
}

.accordion-section .accordion-button::after {
    transition: all 0.5s;
}

.section-contact-form h6 {
    color: var(--blue-color);
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
}

.section-contact-form {
    padding: 30px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.section-contact-form .form-label {
    color: var(--black-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

.section-contact-form .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
}

.section-contact-form .row {
    margin: 0 -10px;
}

.section-contact-form .input-group-text {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-right: 0;
}

.section-contact-form .form-control {
    background-color: var(--white-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
}

.section-contact-form .form-select {
    background-color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
}

.custom-field .form-control {
    border-left: 0;
}

.section-contact-form .form-control:focus {
    border-color: var(--border-color);
}

.section-contact-form .form-control::placeholder {
    font-size: 15px;
    line-height: 15px;
}

.counter-section {
    padding: 60px 0;
}

.counter-details {
    margin-top: 20px;
}

.counter-details span,
.counter-details h5 {
    color: var(--black-color);
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
}

.counter-details p {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}

.counter-box {
    text-align: center;
}

.counter-icon {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.counter-icon::after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    background-color: rgba(255, 66, 85, 0.1);
    width: 60px;
    height: 60px;
    z-index: -1;
    border-radius: 50%;
}

.employee-price-box {
    background-color: var(--white-color);
    padding: 50px 30px;
    height: 100%;
    border-radius: 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.employee-price-box.popular::before {
    content: "popular";
    text-transform: uppercase;
    background: var(--primary-color);
    padding: .5rem 7rem;
    rotate: -45deg;
    display: inline-flex;
    position: absolute;
    left: -6.5rem;
    top: 2rem;
    font-size: 16px;
    color: var(--white-color);
}

.employee-price-box-top h6 {
    color: var(--blue-color);
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.employee-price-box-top p {
    color: var(--light-color);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.employee-price-box-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.employee-price-box-bottom h1 {
    color: var(--blue-color);
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.employee-price-box-bottom h1 span {
    color: var(--black-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
}

.employee-price-box-bottom p {
    color: var(--black-color);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.employee-price-section {
    margin-top: 70px;
}

.employee-price-section .row>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.employee-price-section .row {
    margin: 0 -15px;
}

.technical-expertise .technical-expertise__boxes {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.technical-expertise .technical-expertise__boxes .technical-expertise__box {
    box-shadow: 0 0 10px rgba(34, 34, 34, .1);
    border: 0;
}

.technical-expertise .technical-expertise__boxes .technical-expertise__box:not(:last-child) {
    margin-bottom: 15px;
}

.technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading {
    background-color: var(--primary-color);
    padding: 15px;
    width: 100%;
}

.technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading .accordion-button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 0;
    color: var(--white-color);
    background-color: transparent;
    border-radius: 0;
}

.technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content {
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    flex: 1;
}

.technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content span:not(:last-child) {
    border-right: 2px solid #e0e0e0;
}

.technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content span {
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color);
}

.technical-expertise {
    margin-top: 50px;
}

.counter-block .counter-details span,
.counter-block .counter-details h5 {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
}

.counter-block .counter-details p {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.counter-block .counter-details {
    padding: 35px;
    margin-top: 0;
}

.counter-block-bottom {
    border-top: 1px solid var(--white-color);
    display: flex;
    align-items: center;
}

.counter-block-bottom .counter-details {
    width: 50%;
}

.counter-block-bottom .counter-details:first-child {
    border-right: 1px solid var(--white-color);
}

.section-text h1 {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.section-text p {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.section-text .button-secondary {
    margin-top: 30px;
}

.text-section {
    position: sticky;
    top: 110px;
}

.step-block {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
}

.step-block-icon h1 {
    margin-bottom: 0;
    color: var(--blue-color);
    font-weight: 700;
    font-size: 62px;
    line-height: 62px;
}

.step-box {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: 2px;
    height: 100%;
    width: 100%;
}

.step-box:hover {
    box-shadow: 0 .2rem 3.2rem rgba(0, 0, 0, .06);
}

.step-box h6 {
    margin: 10px 0;
    color: var(--blue-color);
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
}

.step-box p {
    margin-bottom: 0;
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.step-block-icon {
    width: 35px;
    margin-right: 30px;
    min-width: 35px;
    text-align: end;
}

.section-step-block .step-block:last-child .step-block-icon img {
    visibility: hidden;
}

.project-slider .project-desc h4 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.project-slider .project-desc h1 {
    color: var(--blue-color);
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

.project-slider .project-desc p {
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 20px;
}

.project-slider .project-block .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.project-slider .project-block .row {
    margin: 0 -10px;
}

.project-slider .project-block img {
    border-radius: 10px;
}

.project-slider .project-block .conntect-button a {
    display: inline-block;
}

.project-slider .project-block .conntect-button {
    margin-top: 30px;
}

.btn-next-1,
.btn-prev-1 {
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    border: 1px solid var(--primary-color);
}

.btn-next-1 i,
.btn-prev-1 i {
    color: var(--primary-color);
}

.btn-next-1 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.btn-next-1:hover,
.btn-prev-1:hover {
    background-color: var(--primary-color);
}

.btn-next-1:hover i,
.btn-prev-1:hover i {
    color: var(--white-color);
}

.btn-prev-1 {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.project-slide {
    position: static;
}

.why_technology_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.why_technology_box p {
    background: var(--primary-color);
    color: var(--white-color);
    width: auto;
    padding: 13px 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.why_technology_box p i {
    margin-right: 10px;
}

.why_technology_section {
    overflow: hidden;
}

.developer-grid__box img {
    width: 100%;
}

.developer-grid .row>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.developer-grid .row {
    margin: 0 -5px;
}

.developer-grid .row>[class*='col-']:last-child .developer-grid__box {
    margin-top: 10px;
}

.project-requirements-table-block {
    margin-top: 50px;
}

.project-requirements-table-block table thead th {
    color: var(--black-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.project-requirements-table-block table tbody td {
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.project-requirements-table-block table tbody td.font-blod {
    font-weight: 700;
    text-align: start;
}

.project-requirements {
    margin-top: 50px;
}

.project-requirements ul {
    padding-left: 0;
    margin-bottom: 0;
}

.project-requirements ul li {
    list-style: none;
    font-weight: 400;
    color: var(--black-color);
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.project-requirements ul li i {
    margin-right: 10px;
    align-self: baseline;
    position: relative;
    top: 3px;
}

.project-requirements ul li.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-left: -10px;
}

.project-requirements ul li.title i {
    border: 5px solid var(--border-color);
    border-radius: 50%;
}


/* .whychose-swiper .swiper-slide .whychose-swiper-block {
    width: 500px !important;
} */

.reinvent-box {
    background-color: var(--section-bg-color);
    box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.reinvent-box.reinvent-box-1 {
    background-color: #6f40f1;
    background-image: linear-gradient(40deg, #7141f1 0, #4d6bd8 70%, #3183e2 100%);
    box-shadow: -5px -5px 20px rgba(255, 255, 255, .9), 5px 5px 20px rgba(60, 14, 189, .3);
}

.reinvent-block .row>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
}

.reinvent-block .row {
    margin: 0 -20px;
}

.reinvent-block-text {
    padding: 0 70px 70px;
}

.reinvent-block-text h6 {
    color: var(--black-color);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
}

.reinvent-block-text p {
    color: var(--black-color);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.reinvent-block-button a {
    text-decoration: none;
    background-color: var(--section-bg-color);
    font-size: 16px;
    line-height: 16px;
    padding: 18px 40px;
    border: 2px solid transparent;
    box-shadow: -5px -5px 15px rgba(255, 255, 255, .9), 4px 4px 12px rgba(57, 65, 124, .2);
    color: var(--black-color);
    display: inline-block;
    transition: .2s ease-in-out;
    font-weight: 600;
    border-radius: 500px;
}

.reinvent-block-button {
    margin-top: 40px;
}

.reinvent-block-button a:hover {
    color: var(--primary-color);
    border-color: transparent;
    box-shadow: -2px -2px 5px rgba(255, 255, 255, .9), 2px 2px 4px rgba(57, 65, 124, .2);
}

.reinvent-box.reinvent-box-1 .reinvent-block-text h6,
.reinvent-box.reinvent-box-1 .reinvent-block-text p {
    color: var(--white-color);
}

.reinvent-box.reinvent-box-1 .reinvent-block-button a {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    background-color: var(--white-color);
}

.reinvent-box.reinvent-box-1 .reinvent-block-button a:hover {
    box-shadow: none;
}

.tech-section-block {
    margin-top: 50px;
}

.tech-section-block .row>[class*='col-'] {
    margin-bottom: 30px;
}

.tech-section-block-info {
    margin-top: 30px;
}

.tech-section-block .card-icon.card-icon-1::after {
    display: none;
}

.tech-expertise .section-card {
    background-color: transparent;
}

.accordion-question p {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.accordion-question p a {
    text-decoration: none;
    color: var(--primary-color);
}

.accordion-question {
    text-align: center;
    margin-top: 50px;
}

.support-section .section-card {
    border: 0;
    padding: 32px 20px;
}

.support-section .section-card .card-desc h6 {
    margin-bottom: 15px;
}

.support-section .section-card-blocks .row>[class*='col-'] {
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.support-section .section-card-blocks .row {
    margin: 0;
}

.support-section .section-card-blocks .row>[class*='col-']:nth-child(3) {
    border-right: 0;
}

.support-section .section-card-blocks .row>[class*='col-']:nth-child(4) {
    border-bottom: 0;
}

.support-section .section-card-blocks .row>[class*='col-']:nth-child(5) {
    border-bottom: 0;
}

.support-section .section-card-blocks .row>[class*='col-']:nth-child(6) {
    border-right: 0;
    border-bottom: 0;
}

.service-timer-section span,
.service-timer-section h5 {
    color: var(--primary-color);
}

.development-section .section-card ul li i {
    color: var(--primary-color);
    align-self: start;
    position: relative;
    top: 6px;
    margin-top: 0;
}

.onbording-section-block h1 {
    margin-bottom: 30px;
    color: var(--black-color);
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.block-info {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--light-color);
}

.onbording-img {
    border-radius: 50%;
    float: right;
    margin: 20px;
}

.onbording-section-block h6 {
    margin-bottom: 0;
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin-top: 18px;
}

.onbording-section-box {
    margin-top: 30px;
}

.onbording-section-box h4 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.onbording-section-box p {
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.client-card {
    border: 1px solid var(--border-color);
    padding: 10px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.client-card-top {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.client-card-top::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 120px;
    height: 120px;
    border: 25px solid var(--primary-color);
    border-radius: 50%;
}

.client-card-top::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: 140px;
    height: 140px;
    border: 35px solid var(--primary-color);
    border-radius: 50%;
}

.client-card-top img {
    border-radius: 0 12px 12px 0;
}

.project-name h1 {
    color: var(--black-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.project-name p {
    color: var(--light-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.client-card-bottom {
    display: flex;
    flex-direction: column;
}

.client-card-bottom p {
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.client-card-blocks .client-name h6 {
    color: var(--black-color);
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: auto;
}

.project-name,
.client-photo {
    width: 50%;
    min-width: 50%;
}

.client-card-bottom {
    margin: 30px 0 20px;
}

.client-name {
    margin-top: auto;
}

.client-card-blocks .row>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial-page .client-card-blocks .row>[class*='col-'] {
    margin-bottom: 30px;
}

.client-card-blocks .row {
    margin: 0 -15px;
}

.client-card-blocks {
    margin-top: 60px;
}

.client-photo {
    position: relative;
}

.client-video {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}

.industries-section .section-card {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
}

.industries-section .section-card .more-link {
    margin-top: auto;
}

.industries-section .card-desc {
    margin: 20px 0 30px;
}

.industries-section .card-icon.card-icon-1 {
    align-self: flex-start;
}

.service-industries-section .card-icon.card-icon-1 {
    align-self: flex-start;
    margin: 0 auto;
}

.other-industries-section {
    display: none;
    transition: all 0.3s;
}

.other-industries-section.open {
    display: block;
}

.custom-card-hover .card-icon img {
    transition: all 0.3s;
}

.custom-card-hover:hover .card-icon img {
    filter: brightness(0) invert(1);
}

.industries-pages .card-icon.card-icon-1::after {
    top: 0;
    right: auto;
    width: 30px;
    height: 30px;
    left: 0;
}

.industries-section.industries-pages .section-card {
    padding: 20px;
}

.price-box {
    height: 100%;
    border: 1px solid rgba(192, 192, 192, 0.3);
    background: linear-gradient(57.35deg, #FFFFFF 20.08%, #ECEEF6 87.15%);
    border-radius: 10px;
    position: relative;
    z-index: 0;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.price-box:hover {
    border: 1px solid rgba(192, 192, 192, 0.3);
    background: var(--primary-color);
    border-radius: 10px;
}

.price-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/mask-group.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.price-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.with-hover {
    display: none;
}

.price-box:hover::before {
    height: 100%;
    opacity: 1;
}

.price-box:hover .with-hover {
    display: block;
}

.price-box:hover .without-hover {
    display: none;
}

.price-box:hover::after {
    background-image: url(../images/mask-group-1.svg);
    mix-blend-mode: screen;
}

.price-box-content {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.price-box-icon {
    position: relative;
    z-index: 2;
}

.price-box-content h1 {
    color: var(--black-color);
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: center;
}

.price-box:hover .price-box-content h1,
.price-box:hover .price-box-content p,
.price-box:hover .price-box-content ul li h6 {
    color: var(--white-color);
}

.price-box-content p {
    color: var(--black-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.price-box-content ul {
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}

.price-box-content ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding: 6px 0 6px 26px;
    position: relative;
}

.price-box-content ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/li-tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}

.price-box:hover .price-box-content ul li::before {
    background-image: url(../images/li-tick-blue.svg);
}

.price-box-content ul li svg {
    margin-right: 10px;
    flex-shrink: 0;
    align-self: flex-start;
    position: relative;
    top: 3px;
}

.price-box-content ul li h6 {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.price-button {
    text-align: center;
    text-decoration: none;
    background-color: var(--white-color);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 5px 3px 0px rgba(0, 0, 0, 0.02), 0px 9px 3px 0px rgba(0, 0, 0, 0.01), 0px 14px 4px 0px rgba(0, 0, 0, 0);
    padding: 16px 32px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s;
}

.price-button:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.price-box.standard .price-button:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.price-box-button {
    margin-top: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.price-section-block {
    margin-top: 30px;
}

.price-section-block .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.price-section-block .row {
    margin: 0 -10px;
}

#team-background {
    background-image: url(../images/team.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    background-size: cover;
}

.team-section-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 60px;
}

.team-block img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    filter: #000;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.team-block img:hover {
    filter: none;
}

.team-page-believe .section-card {
    display: flex;
    align-items: flex-start;
}

.team-page-believe .section-card .section-svg svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.section-svg {
    display: inline-flex;
    margin-right: 20px;
    flex-shrink: 0;
}

.team-gallery {
    overflow: hidden;
}

.team-gallery .autoslide {
    animation: scroll 40s infinite;
    display: flex;
    gap: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.team-gallery .autoslide .autoslide__box {
    width: 100%;
    flex-shrink: 0;
}

.team-gallery .team-gallery__boxes {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    grid-auto-flow: dense;
}

.team-gallery .team-gallery__boxes .team-gallery__box--big-vert {
    grid-row: span 2;
    grid-column: span 2;
}

.team-gallery .team-gallery__boxes .team-gallery__box .team-gallery__box-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-gallery .team-gallery__boxes .team-gallery__box--big-hori {
    grid-column: span 2;
}

.working-benifit-box {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    gap: 40px;
}

.working-benifit-box-icon {
    flex-shrink: 0;
    background-color: var(--section-bg-color);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
    border-radius: 12px;
}

.working-benifit-box-icon img {
    width: 40px;
}

.working-benifit-box-content h1 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.working-benifit-box-content p {
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding-right: 70px;
}

.working-benifit-box-icon {
    flex-shrink: 0;
}

.working-benifit-section-block {
    margin-top: 70px;
}

.working-benifit-section-block .row>[class*='col-']:nth-child(5) .working-benifit-box {
    margin-bottom: 0;
}

.working-benifit-section-block .row>[class*='col-']:nth-child(6) .working-benifit-box {
    margin-bottom: 0;
}

.position-box {
    padding: 20px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.position-name-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.position-name-date h6 {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    background-color: rgba(179, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}

.position-name-date h5 {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.position-name-date p {
    margin-bottom: 0;
    color: var(--light-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
}

.position-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.expe p {
    color: var(--light-color);
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.expe p:first-child {
    margin-bottom: 8px;
}

.btn-apply {
    color: var(--white-color);
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 16px 32px;
    border-radius: 2px;
    border: 0;
    transition: all 0.3s;
}

.btn-apply:hover {
    background-color: var(--black-color);
}

.requirements {
    margin-top: 20px;
}

.requirements h3 {
    color: var(--black-color);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.requirements p {
    color: var(--light-color);
    margin: 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.requirements ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.requirements ul li {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    padding-bottom: 8px;
}

.requirements ul li:last-child {
    padding-bottom: 0;
}

.position-section-block {
    margin-top: 30px;
}

.position-section-block .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.position-section-block .row {
    margin: 0 -10px;
}

#careerModal .modal-header {
    position: relative;
    padding: 0;
    border: 0;
}

#careerModal .modal-header .btn-close-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    border: 0;
    background-color: transparent;
    background-color: var(--primary-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    z-index: 1;
}

.modal-form .form-label {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 15px;
}

.modal-form .form-label span {
    color: var(--primary-color);
}

.modal-form .form-control {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    border-radius: 2px;
    padding: 12px 15px;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.modal-form .form-control::placeholder {
    font-weight: 300;
    color: var(--border-color);
}

.modal-form {
    padding: 40px 60px;
}

.modal-form .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-form .row {
    margin: 0 -10px;
}

.modal-form-field {
    margin-bottom: 20px;
}

.custom-modal .modal-content {
    background-color: var(--white-color);
    border: 1px solid rgba(192, 192, 192, 0.3);
}

.modal-form input[type=file]::-webkit-file-upload-button {
    background-color: var(--background-color);
    height: 44px;
}

.modal-form input[type=file] {
    padding: 5px 10px;
}

.career-contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 0;
}

.career-contact-block h1 {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.career-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
}

.career-contact a {
    text-decoration: none;
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    transition: all 0.3s;
    gap: 5px;
    border-radius: 2px;
}

.career-contact a img {
    filter: brightness(0) invert(1);
    transition: all 0.3s;
    width: 20px;
}

.career-contact a:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

.career-contact a:hover img {
    filter: none;
}

.career-page .step-box {
    display: flex;
    align-items: start;
    padding: 30px;
}

.career-page .step-block {
    margin-bottom: 30px;
}

.career-page .step-block:last-child {
    margin-bottom: 0;
}

.career-page .step-box:hover {
    box-shadow: 0 100px 80px rgba(0, 0, 0, .07), 0 30.1471px 24.1177px rgba(0, 0, 0, .0456112), 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 4.5288px 3.62304px rgba(0, 0, 0, .0243888);
    border-color: transparent;
}

.career-page .step-box svg {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.career-page .step-box h6 {
    margin-top: 0;
}

.hire-process-section-block {
    margin: 0 auto;
}

.list-timeline {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 0;
}

.list-timeline::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='309' height='968' viewBox='0 0 309 968' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 961C125.667 948.167 313.5 863 227.5 685C185.5 609 139 596.5 58 554C-43.8683 500.551 19 440 141.5 384.5C264 329 365.5 203 267.5 121C252.167 109.833 209 88.5 162.5 80.5C103.946 70.4263 65 63.5 23 18' stroke='%23b30000' stroke-width='3' stroke-dasharray='12 12'/%3E%3Ccircle cx='7.5' cy='960.5' r='7.5' fill='%2314164A'/%3E%3Ccircle cx='14.5' cy='7.5' r='7.5' fill='%2314164A'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateX(-50%);
    content: "";
    z-index: -1;
}

.list-timeline-item {
    max-width: 32rem;
}

.list-py-3>li:not(:last-child) {
    padding-bottom: 1rem;
}

.hire-process-section-block .card-title:not(:last-child) {
    margin-bottom: .5rem;
}

.hire-process-section-block .card-title span {
    color: var(--primary-color);
}

.hire-process-section-block {
    margin-top: 50px;
}

.hire-process-card-body {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 0.8125rem;
    padding: 40px;
}

.list-py-3>li:not(:first-child) {
    padding-top: 1rem;
}

.hire-process-card-body svg {
    width: 28px;
    height: 28px;
}

.hire-process-card-body h4 {
    margin-bottom: 10px;
    color: var(--black-color);
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
}

.hire-process-card-body h4 span {
    color: var(--primary-color);
    font-size: 28px;
    line-height: 28px;
}

.hire-process-card-body p {
    margin-bottom: 0;
    color: var(--light-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.testimonials .testimonials__grid {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: balance;
    column-fill: balance;
}

.testimonials .testimonials__grid .testimonials__grid-box:first-child {
    margin-top: -5rem;
}

.testimonials .testimonials__grid .testimonials__grid-box {
    box-shadow: 0 2px 32px rgba(0, 0, 0, .06);
    border-radius: 10px;
    padding: 20px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    margin: 0 0 30px;
}

.testimonials .testimonials__grid .testimonials__grid-box::before {
    content: "";
    display: inline-block;
    background: url(../images/double-dotted.webp) no-repeat;
    width: 70px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    background-size: contain;
    margin-bottom: 10px;
}

.testimonials__grid-box h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--black-color);
}

.testimonials__grid-box p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--black-color);
    margin: 15px 0;
}

.testimonials__grid-box h5 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    color: var(--black-color);
    margin-bottom: 0;
}

.testimonials__grid-box h5 small {
    font-size: 14px;
}

.achievements-block {
    border: 1px solid var(--border-color);
    border-radius: 2px;
    background-color: var(--white-color);
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.achievements-block-top {
    display: flex;
    margin-bottom: 10px;
}

.achievements-gallery {
    margin-top: 30px;
    position: relative;
}

.award-img {
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 25px 35px;
    margin-right: 20px;
}

.achievements-block-top-text {
    display: flex;
    flex-direction: column;
}

.achievements-block-top-text h6 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.achievements-block-top-text h5 {
    display: flex;
    align-items: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
}

.achievements-block-top-text h5 i {
    color: var(--yellow-color);
    margin-right: 5px;
}

.achievements-block-top-text p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: auto;
}

.achievements-block h2 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
}

.achievements-block .conntect-button {
    display: flex;
    margin-top: auto;
}

.achievements-slide {
    position: static !important;
}

.other-blog-slide {
    position: static !important;
}

.achievements-gallery .btn-next,
.achievements-gallery .btn-prev {
    background-color: transparent;
    border: 1px solid var(--light-color);
}

.achievements-gallery .btn-next:hover,
.achievements-gallery .btn-prev:hover {
    background-color: var(--primary-color);
    border: 1px solid transparent;
}

.achievements-gallery .btn-next:hover i,
.achievements-gallery .btn-prev:hover i {
    color: var(--white-color);
}

.achievements-gallery .btn-next i,
.achievements-gallery .btn-prev i {
    color: var(--black-color);
}

.achievements-gallery .btn-prev {
    left: -110px;
}

.achievements-gallery .btn-next {
    right: -110px;
}

.search-group {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.btn-search {
    border: 0;
    background-color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 30px;
    color: var(--white-color);
    border-radius: 2px;
    border: 1px solid var(--border-color);
    transition: all 0.3s;
}

.btn-search:hover {
    background-color: var(--black-color);
}

.search-group input {
    width: 100%;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color);
    padding-right: 10px;
}

.search-group input:focus {
    border: 0;
    box-shadow: none;
}

.search-group input:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}

.blog-filter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-filter {
    border: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
    position: relative;
    color: var(--black-color);
    transition: all 0.3s;
}

.btn-filter:hover {
    color: var(--primary-color);
}

.btn-filter.is-checked {
    color: var(--primary-color);
}

.btn-filter.is-checked::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 85%;
    height: 2px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}

.btn-filter::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--border-color);
}

.btn-filter:last-child::after {
    display: none;
}

.blog-content {
    margin-top: 50px;
}

.blog-box {
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    background-color: var(--white-color);
    position: relative;
}

.blog-box .card {
    border: 0;
}

.blog-box .card-body {
    padding: 0;
}

.blog-box .box-body {
    padding: 20px;
}

.blog-box .card-body h5 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

.blog-box .card-body h5 a {
    text-decoration: none;
    color: var(--black-color);
    transition: all 0.3s;
}

.blog-box .card-body h5 a:hover {
    color: var(--primary-color);
}

.blog-box .card-body p {
    color: var(--light-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-person {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.blog-person-info {
    margin-left: 10px;
}

.blog-person-info h6 {
    color: var(--black-color);
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}

.blog-person-info h6 a {
    text-decoration: none;
    color: var(--black-color);
    transition: all 0.3s;
}

.blog-person-info h6 a:hover {
    color: var(--primary-color);
}

.blog-person-info p {
    color: var(--light-color);
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}

.blog-content .row>[class*='col-'] {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-content .row {
    margin: 0 -15px;
}

.search-section {
    margin-bottom: 50px;
}

.blog-box:hover .blog-detail-link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.subscribe-box {
    background-color: #f7f7f7;
    padding: 30px;
}

.subscribe-box-content p {
    color: var(--light-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}

.subscribe-box-content h1 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.subscribe-box-social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.subscribe-box-social a {
    text-decoration: none;
    color: var(--black-color);
    margin-right: 30px;
    transition: all 0.3s;
}

.subscribe-box-social a:hover {
    color: var(--primary-color);
}

.subscribe-box-social a:last-child {
    margin-right: 0;
}

.subscribe-box-input input {
    border: 1px solid var(--border-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color);
    padding: 10px 12px;
    border-right: 0;
    width: 100%;
    border-radius: 2px 0 0 2px;
}

.subscribe-box-input input:focus {
    border: 0;
    box-shadow: none;
}

.subscribe-box-input input:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}

.subscribe-box-input .btn-search {
    padding: 12px 30px;
    border-left: 0;
    border-radius: 0 2px 2px 0;
}

.subscribe-box-input {
    width: 100%;
    display: flex;
    align-items: center;
}

.subscribe-box-content .form-check .form-check-label {
    color: var(--light-color);
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: start;
}

.subscribe-box-content .form-check {
    margin-top: 10px;
}

.form-check-input[type=checkbox] {
    border: 1px solid var(--border-color);
}

.subscribe-img img {
    width: 150px;
    object-fit: contain;
}

.subscribe-img {
    display: flex;
    align-items: end;
    justify-content: center;
}

.form-check-input:checked {
    background-color: var(--primary-color);
}

.form-check-input:focus {
    box-shadow: none;
}

.blog-inner-background {
    background-image: url(../images/blog-inner-img.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    position: relative;
    z-index: 0;
}

.blog-inner-background.contct-us-page {
    background-image: url(../images/contact-us-bg.webp);
    background-position: 0px 75%;
}

.blog-inner-background::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 38, 77, 0.8);
    z-index: -1;
}

.blog-inner-background .section-tag p {
    background-color: var(--white-color);
    color: var(--black-color);
}

.blog-inner-background .section-title h4,
.blog-inner-background .section-des p {
    color: var(--white-color);
}

.blog-side-box {
    background-color: var(--primary-color);
    padding: 25px 20px;
    border-radius: 7px;
    position: sticky;
    top: 100px;
}

.blog-side-box h6 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 0;
}

.blog-side-box p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin: 16px 0;
}

.blog-side-box h5 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}

.blog-side-box ul {
    margin-bottom: 0;
    padding-left: 20px;
    margin-top: 15px;
}

.blog-side-box ul li {
    padding-bottom: 12px;
    color: var(--white-color);
}

.blog-side-box ul li a {
    text-decoration: none;
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

.blog-side-box .button-primary {
    background-color: var(--yellow-color);
    color: var(--black-color);
}

.blog-side-box .button-primary:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.blog-side-box .conntect-button {
    display: flex;
    margin-top: 20px;
}

.blog-side-box .subscribe-box-social a {
    color: var(--white-color);
}

.blog-side-box .subscribe-box-social a:hover {
    color: var(--yellow-color);
}

.blog-inner-content-top {
    display: flex;
    align-items: center;
}

.blog-inner-content-top h5 {
    color: var(--light-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    margin-right: 20px;
    text-transform: uppercase;
}

.blog-inner-content-top h5 a {
    color: var(--light-color);
    transition: all 0.3s;
}

.blog-inner-content-top h5 a:hover {
    color: var(--primary-color);
}

.blog-inner-content-top p {
    color: var(--light-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.blog-inner-content-top p i {
    margin-right: 5px;
}

.blog-inner-content {
    padding-top: 25px;
}

.blog-inner-content-header {
    margin-top: 30px;
}

.blog-inner-content-header h1 {
    color: var(--black-color);
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 0;
}

.blog-inner-content-author {
    display: flex;
    justify-content: space-between;
}

.blog-inner-main-content {
    padding: 20px;
    margin-top: 20px;
}

.blog-inner-main-content h2 {
    margin-bottom: 30px;
    color: var(--black-color);
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
}

.blog-inner-main-content p {
    margin-bottom: 20px;
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.blog-inner-main-content p span {
    font-size: 36px;
    margin-right: 10px;
}

.blog-inner-block {
    margin-top: 40px;
}

.blog-inner-block h4 {
    margin-bottom: 20px;
    color: var(--black-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}

.blog-inner-block ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-inner-block ul li {
    list-style: none;
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog-inner-block ul li i {
    margin-right: 10px;
    font-size: 6px;
    color: var(--primary-color);
}

.blog-inner-block h3 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.blog-pagination a {
    text-decoration: none;
    color: var(--light-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s;
}

.blog-pagination a:hover {
    color: var(--primary-color);
}

.other-blog {
    margin-top: 30px;
}

.other-blog-box {
    position: relative;
}

.box-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: end;
    text-decoration: none;
}

.box-overlay h6 {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding: 0 15px 10px;
}

.other-blog .row>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.other-blog .row {
    margin: 0 -15px;
}

.other-news-section {
    padding: 70px 0;
}

.contact-info h6 {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
}

.contact-info h1 {
    color: var(--black-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}

.contact-info p {
    color: var(--light-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.office-info {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}

.office-info-box {
    width: 45%;
    display: flex;
    align-items: start;
    margin-bottom: 30px;
    margin-right: 20px;
}

.office-info-box svg {
    fill: var(--primary-color);
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.office-details {
    margin-left: 15px;
}

.office-details h2 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

.office-details p {
    line-height: 20px;
}

.office-details p a {
    text-decoration: none;
    color: var(--light-color);
    transition: all 0.3s;
}

.office-details p a:hover {
    color: var(--primary-color);
}

.office-info .office-info-box:nth-child(2) {
    margin-right: 0;
}

.office-info .office-info-box:last-child {
    margin-right: 0;
}

.contact-social {
    margin-top: 35px;
}

.contact-social h3 {
    margin-bottom: 0;
    color: var(--black-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
}

.contact-social-media {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.contact-social-media a {
    text-decoration: none;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s;
    margin-right: 20px;
}

.contact-social-media a:last-child {
    margin-right: 0;
}

.contact-social-media a:hover {
    background-color: var(--black-color);
}

.contact-info {
    margin-left: 60px;
}

.google-map {
    height: 460px;
}

.consult-box {
    border: 1px solid var(--border-color);
    padding: 35px 20px;
    background-color: var(--white-color);
    height: 100%;
}

.consult-box .consult-icon {
    padding: 15px;
    margin-top: -50px;
    border: 1px solid var(--border-color);
    display: inline-block;
    background-color: var(--white-color);
    margin-bottom: 20px;
    overflow: hidden;
}

.consult-info h4 {
    color: var(--black-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.consult-info a {
    text-decoration: none;
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.consult-info a:hover {
    color: var(--primary-color);
}

.consult-info a:last-child {
    margin-bottom: 0;
}

.consult-info a svg {
    margin-right: 10px;
}

.consult-section {
    margin-top: 50px;
}

.country-block p span {
    font-family: "Noto Color Emoji", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.country-section h1 {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

.country-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}

.country-block p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 12px;
    color: var(--white-color);
    border: 1px solid var(--yellow-color);
}

.get-quote-box h4 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: var(--black-color);
}

.project-img-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.project-img-block img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.get-quote-box {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 30px;
}

.client-quote-block {
    background-color: #f5f5f5;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.client-quote-block p {
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.client-quote-block-bottom {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.client-quote-block-bottom img {
    border-radius: 50%;
}

.quote-client-slide .client-quote-block-info h6 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 5px;
}

.quote-client-slide .client-quote-block-info p {
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

.client-quote-block-info {
    margin-left: 10px;
}

.get-quote-box-bottom {
    margin-top: 50px;
}

.quote-client-slide .swiper-pagination {
    position: unset;
    margin-top: 20px;
}

.quote-client-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.section-contact-form.get-quote-form {
    background-color: transparent;
    height: 100%;
}

.section-contact-form.get-quote-form .form-control,
.section-contact-form.get-quote-form .form-select,
.section-contact-form.get-quote-form .input-group-text {
    background-color: #f5f8fa;
    border-radius: 15px;
}

.section-contact-form.get-quote-form .form-label span {
    color: var(--primary-color);
}

.get-quote-page .image-section::after {
    left: 20px;
    top: 20px;
}

.headquarter-info {
    display: grid;
    gap: 15px;
    margin-top: 30px;
}

.headquarter-box {
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 20px;
}

.headquarter-box h6 span {
    font-family: "Noto Color Emoji", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 10px;
}

.headquarter-box h6 {
    margin-bottom: 10px;
    color: var(--black-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.headquarter-box p {
    margin-bottom: 0;
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.get-quote-page .left-conetnt h4 {
    margin-bottom: 0;
    color: var(--black-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.office-section {
    margin-top: 30px;
}

.service-page-tabs #sectionTabs {
    border-bottom: 1px solid var(--border-color);
}

.link-group {
    width: 100%;
    z-index: 99;
    background-color: var(--white-color);
}

.deliver-section h5 {
    color: var(--black-color);
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.deliver-section .section-card {
    text-align: center;
    padding: 16px;
}

.deliver-section .section-card h4 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.deliver-section .section-card h6 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.provider-section .section-card h6 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    text-align: start;
    margin-bottom: 0;
}

.provider-section .section-card {
    padding: 16px;
}

.deliver-section .section-card .card-desc {
    margin-top: 0;
}

.provider-section .section-card .card-desc {
    margin-top: 0;
}

.help-desk .card-icon.card-icon-1::after {
    top: 0;
    right: -20px;
    width: 60px;
    height: 60px;
    left: auto;
}

.help-desk-service .left-conetnt h6 {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 40px 0 10px;
}

.benefits-section .price-tabs .nav-link.active {
    color: var(--primary-color);
}

.benefits-section .price-tabs .nav-link:hover {
    color: var(--primary-color);
}

.benefits-section .price-tabs .nav-link img {
    margin-right: 10px;
}

.benefits-section .price-tabs .nav-link {
    padding: 11px 20px;
    line-height: 19px;
}

.benefits-section .price-tabs .card-header a img {
    margin-right: 10px;
}

.help-desk-support .step-box {
    padding: 20px;
}

.help-desk-support .step-box img {
    margin-right: 20px;
}

.help-desk-support .step-box p {
    margin-bottom: 0;
    color: var(--light-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.certificate-box {
    border: 1px solid var(--border-color);
    padding: 34px 0;
    box-shadow: 0px 1px 2px 0px rgba(255, 138, 144, 0.16), 0px 4px 4px 0px rgba(255, 138, 144, 0.14), 0px 10px 6px 0px rgba(255, 138, 144, 0.08), 0px 17px 7px 0px rgba(255, 138, 144, 0.02), 0px 27px 8px 0px rgba(255, 138, 144, 0);
    text-align: center;
}

.benefits-section .price-tabs .nav-link svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

#stick-header .sticky-wrapper.is-sticky .link-group .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
}

.deliver-support .step-box p {
    color: var(--black-color);
}

.deliver-support .step-block {
    margin-bottom: 30px;
}

.on-site-service .row>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.on-site-service .row {
    margin: 0;
}

.platforms-section .left-conetnt ul {
    margin-bottom: 0;
    padding-left: 0;
}

.platforms-section .left-conetnt ul li {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.platforms-section .left-conetnt ul li i {
    color: var(--black-color);
    font-size: 5px;
    align-self: flex-start;
    position: relative;
    top: 7px;
}

.platform-section {
    margin-top: 20px;
}

.coming-soon-text h1 {
    color: var(--black-color);
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    margin-bottom: 20px;
}

.coming-soon-text h4 {
    color: var(--black-color);
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.coming-soon-text p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
}

.coming-soon-text {
    margin-top: 50px;
}

.coming-soon-text .conntect-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.section-rectangle {
    background-color: var(--white-color);
    box-shadow: 0px 13px 30px 0px rgba(255, 138, 144, 0.08), 0px 54px 54px 0px rgba(255, 138, 144, 0.07), 0px 121px 73px 0px rgba(255, 138, 144, 0.04), 0px 215px 86px 0px rgba(255, 138, 144, 0.01), 0px 336px 94px 0px rgba(255, 138, 144, 0);
    border-radius: 60px;
}

.rectangle-1 {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: -1;
    transform: rotate(-45deg);
}

.rectangle-2 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -20%;
    right: 25%;
    z-index: -1;
    transform: rotate(30deg);
}

.rectangle-3 {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    right: -15%;
    z-index: -1;
    transform: rotate(45deg);
}

.coming-soon {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 100px;
    /* height: 100vh; */
}

.BDR-section .image-section {
    margin-bottom: 30px;
}

.BDR-section .image-section::after {
    left: -30px;
}

.recovery-plan-section .section-card {
    padding: 60px 20px;
}

.recovery-plan-section .section-card .conntect-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.recovery-plan-section .section-card .section-title h4 {
    padding: 0 80px;
}

.work-type-section .section-des p {
    color: var(--black-color);
}

.business-points {
    margin-top: 30px;
}

.business-points h6 {
    color: var(--black-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 20px;
}

.business-points ul li {
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.business-section .section-des p {
    padding-right: 100px !important;
}

.authentication-section .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.authentication-section .row {
    margin: 0 -10px;
}

.authentication-section {
    margin-top: 30px;
}

.help-desk-support .section-des h6 {
    color: var(--black-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 20px;
}

.webinar-section .nav-link.is-checked {
    font-weight: 700;
}

.webinar-section #sectionTabs .nav-link.is-checked::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.has-search .form-control {
    padding-left: 2.375rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--black-color);
    width: 320px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: var(--black-color);
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.webinar-search-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--background-color);
    padding: 20px;
    margin-top: 50px;
    border-radius: 13px;
}

.webinar-search-block h1 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 32px;
}

.select-bar .form-select {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-color);
    padding: 3px 8px;
    width: 200px;
}

.btn-find {
    background-color: var(--light-color);
    border: 0;
    color: var(--white-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 3px;
}

.webinar-blocks {
    padding: 50px 0;
    margin-top: 50px;
}

.time-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.time-info h6 {
    color: var(--light-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.resources-filter {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 40px 0;
}

.resources-select-bar .form-select {
    color: var(--black-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
    width: 190px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 0;
}

.resource-box {
    background: var(--white-color);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15), 0 0 3px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15), 0 0 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .15), 0 0 3px rgba(0, 0, 0, .12);
    transition: transform .2s ease, box-shadow .2s;
    position: relative;
    /* height: 100%; */
    min-height: 350px;
}

.resource-box-body {
    padding: 20px;
}

.resource-box-body h1 {
    color: var(--black-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
}

.box-guide {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 10px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.resources-blocks .row>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 25px;
}

.resources-blocks .row {
    margin: 0 -12px;
}

.resource-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .15), 0 0 15px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .15), 0 0 15px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, .15), 0 0 15px rgba(0, 0, 0, .12);
}

.industry-inner-page .card-icon.card-icon-1::after {
    right: -20px;
}

.customer-testimonials-block {
    background-color: var(--white-color);
    border-radius: 20px 20px 2px 20px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 5px 3px 0px rgba(0, 0, 0, 0.02), 0px 9px 3px 0px rgba(0, 0, 0, 0.01), 0px 14px 4px 0px rgba(0, 0, 0, 0);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.customer-testimonials-block p {
    color: var(--light-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 30px;
}

.customer-testimonials-block h5 {
    color: var(--black-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: auto;
    text-align: end;
}

.customer-slide {
    padding-bottom: 10px;
}

.quote-1 {
    position: absolute;
    top: 0;
    left: -100px;
}

.quote-2 {
    position: absolute;
    bottom: 0;
    right: -100px;
}

.industry-block-section-img {
    height: calc(100% - 20px);
}

.industry-block-section-img img {
    height: 100%;
    object-fit: cover;
}

.industry-block-section {
    margin-top: 30px;
}

.on-site-service .section-card {
    border-radius: 0;
}

.inner-industry-page .step-box {
    display: flex;
    align-items: center;
}

.inner-industry-page .step-box h6 {
    margin-top: 0;
}

.inner-industry-page {
    margin-top: 30px;
}

.inner-industry-page .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.inner-industry-page .row {
    margin: 0 -10px;
}

.inner-industry-page .step-block {
    margin-bottom: 20px;
}

.integration-section .section-card {
    padding: 20px;
}

.integration-section .section-card .card-desc {
    margin-top: 0;
}

.integration-language {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.integration-language-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.integration-language-box p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.industry-blog {
    margin-top: 30px;
}

.industry-work-section .section-card {
    padding: 30px;
    box-shadow: 0px 1px 2px 0px rgba(255, 138, 144, 0.15), 0px 3px 3px 0px rgba(255, 138, 144, 0.13), 0px 7px 4px 0px rgba(255, 138, 144, 0.08), 0px 12px 5px 0px rgba(255, 138, 144, 0.02), 0px 19px 5px 0px rgba(255, 138, 144, 0);
}

.industry-work-section .section-card ul {
    margin-bottom: 0;
    padding-left: 0;
}

.industry-work-section .section-card ul li {
    list-style: none;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.industry-work-section .section-card ul li:first-child {
    padding-top: 0;
}

.industry-work-section .section-card ul li:last-child {
    padding-bottom: 0;
}

.industry-work-section .section-card ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    transition: all 0.3s;
}

.industry-work-section .section-card ul li a:hover {
    color: var(--primary-color);
}

.industry-work-section .section-card ul li i {
    font-size: 5px;
    align-self: flex-start;
    position: relative;
    top: 8px;
    color: var(--black-color);
}

.inner-inudstry-page .accordion-item {
    border: 0;
}

.inner-inudstry-page .accordion-header {
    border-bottom: 1px solid #e3e3e3;
}

.inner-inudstry-page .accordion-section .accordion-body {
    padding: 15px 20px 15px;
}

.inner-industry-page.platforms-section .left-conetnt ul li {
    font-weight: 500;
}

.nft-marketplace .marketplace-content {
    margin-top: 30px;
}

.nft-marketplace .marketplace-content h3 {
    color: var(--black-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 15px;
}

.nft-marketplace .marketplace-content p {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.crm-tools .section-card {
    background-color: transparent;
}

.crm-tools .section-card p {
    color: var(--black-color);
}

.sql-section {
    margin-top: 50px;
}

.erp-feature {
    display: flex;
    gap: 20px;
}

.platforms-section .left-conetnt .erp-feature ul {
    width: 50%;
}

.platforms-section .left-conetnt .erp-feature ul li {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 3px 0;
}

.platforms-section .left-conetnt .erp-feature ul li i {
    top: 8px;
}

.pos-section .section-card h5 {
    color: var(--light-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    margin: 20px 0;
    text-align: start;
    text-transform: uppercase;
}

.pos-section .section-card p {
    text-align: start;
}

.pos-section .section-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.pos-section .section-card ul li {
    display: flex;
    gap: 10px;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 3px 0;
    list-style: none;
    text-align: start;
}

.pos-section .section-card ul li i {
    align-self: flex-start;
    font-size: 4px;
    position: relative;
    top: 6px;
}

.value-customer {
    margin-top: 30px;
}

.value-customer .image-section::after {
    left: 30px;
    top: -30px;
}

.core-value .section-card .card-icon img {
    width: 50px;
}

.core-value .section-card .card-icon.card-icon-1::after {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    left: auto;
}

.about-promise-section .section-card .card-icon img {
    width: 32px;
}

.four-factor .section-card .card-icon img {
    width: 70px;
}

.advantages-developer .section-card .card-icon img {
    width: 70px;
}

.five-step-block .step-box img {
    width: 50px;
    margin-bottom: 10px;
}

.tech-demand .section-card .card-icon img {
    width: 60px;
}

.tech-expertise .section-card .card-icon img {
    height: 60px;
    object-fit: contain;
}

.team-belive .section-card .section-svg img {
    width: 30px;
}

.working-culture .step-block .step-box img {
    width: 40px;
    flex-shrink: 0;
}

.working-culture.career-page .step-box {
    gap: 20px;
}

.hire-process-section-block .hire-process-card-body img {
    width: 28px;
}

.index-hero {
    background: url(../images/office-location-map.webp), var(--black-color);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
}

.index-hero .section-tag p {
    background-color: var(--white-color);
    color: var(--black-color);
}

.index-hero .section-title h1 {
    color: var(--white-color);
    text-align: start;
}

.index-hero .section-des p {
    color: var(--border-color);
    text-align: start;
}

.index-hero .button-primary {
    display: inline-block;
    margin-top: 30px;
}

.index-hero .button-primary:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

.why-choose-section .button-primary {
    display: inline-block;
    margin-top: 30px;
}

.why-choose-section {
    border-top: 1px solid var(--border-color);
}

.index-service-section #sectionTabs {
    justify-content: center;
    border-bottom: 0px solid var(--border-color);
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
    padding-bottom: 10px;
}

.index-service-section #sectionTabs .nav-link::after {
    background-color: var(--primary-color);
    height: 2px;
}

.index-service-section #sectionTabs .nav-link {
    padding: 20px 34px 12px;
    font-weight: 600;
}

.index-service-section #sectionTabs .nav-link.active {
    color: var(--primary-color)
}

.index-service-section .tab-content .service-tab-box {
    background-color: var(--background-color);
    border-radius: 2px;
    border: 1.5px solid var(--background-color);
    padding: 20px;
}

.index-service-section .tab-content .service-tab-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.index-service-section .tab-content .service-tab-box ul li {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    position: relative;
    padding-left: 26px;
}

.index-service-section .tab-content .service-tab-box ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/li-tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-service-section .technology-tab-section .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.index-service-section .technology-tab-section .row {
    margin: 0 -10px;
}

.index-service-section .technology-tab-section {
    padding: 30px 0 10px;
}

.index-service-section {
    border-bottom: 1px solid var(--background-color);
    border-top: 1px solid var(--background-color);
    margin-top: 30px;
    padding-top: 10px;
}

.index-service-section .technology-tabs {
    margin-top: 0 !important;
}

.index-technology-section .technology-box {
    padding: 0;
    background-color: transparent;
}

.index-technology-section .technology-tab-section .row>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.index-technology-section .technology-tab-section .row {
    margin: 0 -10px;
}

.index-technology-section .technology-tab-section {
    padding: 30px 0 0;
}


/* .index-blog .other-blog-slide {
    padding-bottom: 50px;
} */


/* .index-blog .other-blog-slide .blog-box {
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.04), 0px 26px 26px 0px rgba(0, 0, 0, 0.03), 0px 59px 36px 0px rgba(0, 0, 0, 0.02), 0px 105px 42px 0px rgba(0, 0, 0, 0.01), 0px 164px 46px 0px rgba(0, 0, 0, 0);
} */

.index-blog .btn-next,
.index-blog .btn-prev {
    background-color: var(--background-color);
    border-color: var(--light-color);
}

.index-blog .blog-box {
    border: 1px solid var(--border-color);
}

.index-blog .btn-next,
.index-blog .btn-prev {
    top: 62%;
}

.about-content .section-des p strong {
    color: var(--black-color);
}

.index-page .contact-form-block .row>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.index-page .contact-form-block .row {
    margin: 0;
}

.ceo-section .section-des p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.ceo-section .about-content h6 {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 30px;
}

.ceo-img {
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    top: -29%;
    right: 0;
}

.ceo-section {
    padding: 60px 0;
    margin: 100px 0 200px;
}

.ceo-row {
    position: relative;
}

.go-top {
    width: 64px;
    height: 52px;
    border-radius: 2px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.9s;
    background-color: var(--primary-color);
    transform: translateY(30px);
}

.go-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.go-top a {
    text-decoration: none;
    cursor: pointer;
}

.go-top a i {
    font-size: 22px;
    color: var(--white-color);
}

.index-page #sectionTabs {
    justify-content: space-between;
}

.index-page #sectionTabs .nav-link {
    font-size: 15px;
    line-height: 15px;
    padding: 20px 15px;
}


/*------------Media Queries------------*/

@media (min-width: 992px) {
    #navbar .navbar-nav .nav-item .nav-link img {
        display: none;
    }
    .megamenu-tabs .nav-pills {
        display: flex;
    }
    .megamenu-tabs .card {
        border: none;
    }
    .megamenu-tabs .card-body {
        padding: 0;
    }
    .megamenu-tabs .card .card-header {
        display: none;
    }
    .megamenu-tabs .card .collapse {
        display: block;
    }
    .height-100 {
        height: 100%;
    }
    .offcanvas-footer {
        display: none;
    }
    .whychose .whychose__wrapper .whychose__box .whychose__count {
        font-size: 50px;
    }
    .whychose .whychose__wrapper .whychose__box .whychose__subtext {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }
    .price-tabs .nav-pills {
        display: flex;
    }
    .price-tabs .card {
        border: none;
    }
    .price-tabs .card-body {
        padding: 0;
    }
    .price-tabs .card .card-header {
        display: none;
    }
    .price-tabs .card .collapse {
        display: block;
    }
    .btn-footer-link img {
        display: none;
    }
    #footer .collapse:not(.show) {
        display: block !important;
    }
    .btn-footer-link {
        pointer-events: none;
    }
    .footer-top .row>[class*='col-'] .footer-content:first-child {
        margin-top: 0;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading {
        width: 300px;
        flex-shrink: 0;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading .accordion-button {
        pointer-events: none;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .accordion-collapse {
        display: block;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content {
        row-gap: 5px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content span {
        padding: 0 15px;
    }
    .technical-expertise .accordion-button::after {
        display: none;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box {
        display: flex;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content span:first-child {
        padding-left: 0;
    }
    #team-background img {
        display: none;
    }
    .hire-process-section-block {
        width: 75%;
    }
}

@media (max-height:850px) and (min-width:992px) and (orientation: landscape) {
    .navbar .megamenu {
        height: 500px;
        padding: 15px;
    }
    .megamenu-options ul li {
        padding: 1px 0;
        list-style: disc;
    }
    .megamenu-options ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .company-info-top h6 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .company-info-top p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .learn-more a {
        font-size: 14px;
        line-height: 14px;
    }
    .company-info-bottom ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .company-info-bottom ul li {
        padding: 7px 0;
    }
    .company-info-bottom ul li img {
        width: 20px;
    }
    .company-info-bottom {
        padding: 15px;
    }
    .megamenu-options.about-options li {
        padding: 5px 0;
    }
    .tab-options-blocks .row>[class*='col-'] {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15px;
    }
    .tab-options-blocks .row> {
        margin: 0 -20px;
    }
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading {
        width: 250px;
        flex-shrink: 0;
    }
}

@media(max-width:1499px) {
    .achievements-gallery .btn-prev {
        left: -60px;
    }
    .achievements-gallery .btn-next {
        right: -60px;
    }
    .quote-1 {
        top: -100px;
        left: 0;
    }
    .quote-2 {
        bottom: -90px;
        right: 0;
    }
}

@media(max-width:1410px) {
    .achievements-gallery .btn-next {
        right: -25px;
    }
    .achievements-gallery .btn-prev {
        left: -25px;
    }
}

@media(max-width:1399px) {
    .outline-text h1 {
        font-size: 238px;
        line-height: 238px;
    }
    .price-box {
        padding: 30px 40px;
    }
    .price-box-content h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .rectangle-1 {
        width: 500px;
        height: 500px;
        left: -25%;
    }
    .rectangle-3 {
        width: 350px;
        height: 350px;
    }
    .rectangle-2 {
        width: 250px;
        height: 250px;
        top: -15%;
    }
    .index-hero .section-title h1 {
        font-size: 54px;
        line-height: 64px;
    }
    .ceo-section {
        margin: 70px 0 170px;
    }
}

@media(max-width:1250px) {
    .outline-text h1 {
        font-size: 225px;
        line-height: 225px;
    }
    .achievements-gallery .btn-next {
        right: -15px;
    }
    .achievements-gallery .btn-prev {
        left: -15px;
    }
    .index-hero {
        background-position: right center;
        background-size: 55%;
    }
    .ceo-img {
        top: -24%;
    }
}

@media (max-width:1199px) {
    .col-megamenu {
        padding-right: 15px;
    }
    .company-info-top {
        padding-right: 0;
    }
    .company-info-bottom {
        padding: 10px;
    }
    .company-info-bottom ul li img {
        margin-right: 5px;
    }
    .nav-item.custom-tab-dropdown .megamenu-tabs .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .megamenu-tabs .tab-content .card .card-body ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .megamenu-tabs .tab-content .card .card-body ul li {
        padding: 8px 12px;
    }
    .tab-blog-content-overlay p {
        display: none;
    }
    #navbar .nav-item .nav-link.custom-nav-link {
        font-size: 14px;
        line-height: 14px;
    }
    .button-primary {
        font-size: 14px;
        line-height: 14px;
        padding: 14px 26px;
    }
    .hero-padding {
        padding: 148px 0 70px;
    }
    .custom-padding {
        padding: 70px 0;
    }
    .custom-padding-top {
        padding-top: 70px;
    }
    .custom-margin-top {
        margin-top: 70px;
    }
    .custom-padding-bottom {
        padding-bottom: 70px;
    }
    .custom-transform-padding-bottom {
        padding-bottom: 130px;
    }
    .section-tag p {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .section-title h1 {
        font-size: 48px;
        line-height: 60px;
    }
    .section-des p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        padding: 0 60px;
    }
    .business-section .section-des p {
        padding-right: 50px !important;
    }
    .trusted-by-professionals {
        margin-top: 75px;
    }
    .trusted-by-professionals h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .whychose .whychose__wrapper .whychose__box {
        padding: 20px 25px;
    }
    .whychose .whychose__wrapper .whychose__box .whychose__count {
        font-size: 44px;
    }
    .whychose .whychose__wrapper .whychose__box .whychose__subtext {
        font-size: 22px;
        line-height: 28px;
    }
    .technology-tab-section {
        padding: 60px 0;
    }
    .technology-box {
        padding: 30px 30px;
    }
    .technology-tab-section .row>[class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .technology-tab-section .row {
        margin: 0 -15px;
    }
    .custom-transform-y {
        transform: translateY(30px);
    }
    .custom-transform-y-1 {
        transform: translateY(70px);
    }
    .section-card {
        padding: 20px 20px;
    }
    .form-field {
        padding: 10px;
    }
    .contact-form {
        padding: 20px 20px 13px;
    }
    .footer-middle-link p {
        font-size: 12px;
        line-height: 12px;
        margin-right: 3px;
    }
    .footer-middle-link a {
        font-size: 12px;
        line-height: 12px;
    }
    .footer-middle {
        padding: 10px 0;
    }
    .footer-link-block ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .footer-logo img {
        width: 150px;
        height: auto;
    }
    .btn-company {
        font-size: 14px;
        line-height: 20px;
        padding: 4px 14px;
    }
    .footer-bottom-content h4 {
        font-size: 22px;
        line-height: 22px;
    }
    .company-location-info h6 {
        font-size: 14px;
        line-height: 14px;
    }
    .company-location-info p {
        font-size: 12px;
        line-height: 12px;
    }
    .company-location-block .company-location:last-child {
        margin-left: 10px;
    }
    .contact-box-info {
        padding: 40px;
    }
    .contact-box-info h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .contact-box-info ul li {
        font-size: 15px;
        line-height: 19px;
    }
    .hero-ul ul li {
        margin-right: 40px;
    }
    .outline-text h1 {
        font-size: 185px;
        line-height: 185px;
    }
    .employee-price-box-top h6 {
        font-size: 20px;
        line-height: 26px;
    }
    .employee-price-box {
        padding: 30px 30px;
    }
    .employee-price-box-top p {
        font-size: 14px;
        line-height: 14px;
    }
    .employee-price-box-bottom h1 {
        font-size: 36px;
        line-height: 36px;
        margin: 30px 0;
    }
    .employee-price-box-bottom h1 span {
        font-size: 15px;
        line-height: 15px;
        margin-left: 8px;
    }
    .employee-price-box-bottom p {
        font-size: 14px;
        line-height: 22px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content span {
        padding: 0 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading .accordion-button {
        font-size: 16px;
        line-height: 16px;
    }
    .counter-block .counter-details span,
    .counter-block .counter-details h5 {
        font-size: 80px;
        line-height: 80px;
    }
    .counter-block .counter-details p {
        font-size: 16px;
        line-height: 16px;
    }
    .counter-block .counter-details {
        padding: 30px 20px;
    }
    .section-text h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .section-text p {
        font-size: 16px;
        line-height: 28px;
    }
    .why_technology_box p {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 14px;
    }
    .why_technology_box {
        gap: 15px;
        margin-top: 30px;
    }
    .reinvent-block-text {
        padding: 0 40px 40px;
    }
    .reinvent-block-text h6 {
        font-size: 30px;
        line-height: 36px;
    }
    .reinvent-block-button a {
        font-size: 15px;
        line-height: 15px;
        padding: 15px 30px;
    }
    .client-card-top::before {
        top: -40px;
        left: -40px;
        width: 100px;
        height: 100px;
        border: 25px solid var(--primary-color);
    }
    .client-card-top::after {
        bottom: -45px;
        right: -45px;
        width: 90px;
        height: 90px;
        border: 20px solid var(--primary-color);
    }
    .client-video svg {
        width: 40px;
        height: 40px;
    }
    .client-video {
        left: -30px;
    }
    .client-card-bottom p {
        font-size: 14px;
        line-height: 22px;
    }
    .client-card-bottom {
        margin: 20px 0 10px;
    }
    .client-card-blocks .row>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .testimonial-page .client-card-blocks .row>[class*='col-'] {
        margin-bottom: 20px;
    }
    .client-card-blocks .row {
        margin: 0 -10px;
    }
    .project-name h1 {
        font-size: 18px;
        line-height: 18px;
    }
    .project-name p {
        font-size: 13px;
        line-height: 13px;
    }
    .client-card-blocks {
        margin-top: 50px;
    }
    .price-box {
        padding: 20px 30px;
    }
    .price-box-content h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .working-benifit-box-content p {
        padding-right: 0px;
    }
    .working-benifit-box-content {
        margin-left: 30px;
    }
    .position-name-date h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .position-name-date h6 {
        font-size: 20px;
        line-height: 20px;
    }
    .position-name-date p {
        font-size: 15px;
        line-height: 15px;
    }
    .expe p {
        font-size: 17px;
        line-height: 17px;
    }
    .btn-apply {
        font-size: 15px;
        line-height: 15px;
        padding: 12px 24px;
    }
    .requirements h3 {
        font-size: 15px;
        line-height: 15px;
    }
    .requirements p {
        margin: 15px 0;
        font-size: 14px;
        line-height: 18px;
    }
    .requirements ul li {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 6px;
    }
    .achievements-gallery .btn-next,
    .achievements-gallery .btn-prev {
        width: 45px;
        height: 45px;
    }
    .achievements-gallery .btn-next,
    .achievements-gallery .btn-prev {
        bottom: 10px;
    }
    .subscribe-box-input input {
        padding: 8px 12px;
    }
    .subscribe-box-input .btn-search {
        padding: 10px 30px;
    }
    .subscribe-box-content h1 {
        font-size: 24px;
        line-height: 25px;
    }
    .blog-side-box h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .blog-side-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .blog-side-box ul li a {
        font-size: 16px;
        line-height: 16px;
    }
    .blog-side-box ul li {
        padding-bottom: 6px;
    }
    .blog-inner-content-top h5 {
        font-size: 14px;
        line-height: 14px;
    }
    .blog-inner-content-top p {
        font-size: 14px;
        line-height: 14px;
    }
    .blog-inner-content-header {
        margin-top: 20px;
    }
    .blog-inner-content-header h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .blog-inner-main-content h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .blog-inner-main-content p {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 26px;
    }
    .blog-inner-block {
        margin-top: 30px;
    }
    .blog-inner-block h4 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 22px;
    }
    .blog-inner-block ul li {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 12px;
    }
    .blog-inner-block h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .box-overlay h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .deliver-section h5 {
        font-size: 26px;
        line-height: 26px;
    }
    .deliver-section .section-card h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .deliver-section .section-card {
        padding: 15px;
    }
    .provider-section .section-card h6 {
        font-size: 32px;
        line-height: 36px;
    }
    .certificate-box {
        padding: 14px 0;
    }
    .rectangle-1 {
        width: 350px;
        height: 350px;
        left: -20%;
    }
    .rectangle-3 {
        width: 300px;
        height: 300px;
    }
    .rectangle-2 {
        width: 200px;
        height: 200px;
        top: -15%;
    }
    .resource-box-body h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .resource-box {
        height: 100%;
        min-height: 330px;
    }
    .customer-testimonials-block p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .customer-testimonials-block h5 {
        font-size: 15px;
        line-height: 15px;
    }
    .quote-2 {
        bottom: -60px;
        width: 65px;
    }
    .quote-1 {
        top: -70px;
        width: 65px;
    }
    .inner-industry-page .step-box {
        align-items: start;
    }
    .industry-work-section .section-card ul li a {
        font-size: 16px;
        line-height: 22px;
    }
    .platforms-section .left-conetnt .erp-feature ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .index-hero .section-title h1 {
        font-size: 44px;
        line-height: 54px;
    }
    .ceo-img {
        top: -23%;
        width: 450px;
    }
    .ceo-section .section-des p {
        font-size: 16px;
        line-height: 24px;
    }
    .ceo-section .about-content h6 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 20px;
    }
    .ceo-quote {
        width: 70px;
    }
    .ceo-section {
        padding: 40px 0;
    }
    .go-top {
        width: 50px;
        height: 42px;
    }
    .go-top a i {
        font-size: 20px;
    }
}

@media(max-width:992px) {
    #navbar .navbar-nav .nav-item .nav-link {
        position: relative;
    }
    #navbar .navbar-nav .nav-item .nav-link img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transform-origin: top;
        width: 12px;
        transform: rotate(0deg) translateY(-50%);
        transition: all 0.4s;
    }
    #navbar .navbar-nav .nav-item .nav-link.open img {
        transform: rotate(90deg) translateY(-50%);
    }
    .company-info-top h6 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .navbar .megamenu {
        padding: 12px 0;
    }
    .megamenu-options ul {
        padding-left: 20px;
    }
    .company-info-top p {
        margin-bottom: 10px;
    }
    .company-info-top {
        margin-bottom: 20px;
    }
    .price-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .button-primary:hover {
        background-color: var(--primary-color);
    }
    .page-header {
        padding: 10px 0;
    }
    .display-none {
        display: none;
    }
    .navbar-brand {
        padding: 0;
        margin: 0;
    }
    .button-primary {
        font-size: 14px;
        line-height: 14px;
        padding: 6px 15px;
    }
    #navbar .navbar-toggler {
        margin-left: 15px;
        padding: 0;
        border: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    #navbar .nav-item .nav-link.custom-nav-link {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 15px;
    }
    #navbar .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 15px;
    }
    .options-tab-menu {
        position: unset;
    }
    .company-info-bottom {
        display: none;
    }
    .navbar .megamenu {
        height: auto;
        border-radius: 6px;
        margin-bottom: 5px;
        box-shadow: none;
    }
    @keyframes slideIn {
        0% {
            transform: translateY(01rem);
            opacity: 0;
        }
        100% {
            transform: translateY(0rem);
            opacity: 1;
        }
        0% {
            transform: translateY(0rem);
            opacity: 0;
        }
    }
    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }
        0% {
            -webkit-transform: translateY(01rem);
            -webkit-opacity: 0;
        }
    }
    .col-megamenu {
        padding-right: 0;
        border-right: 0;
        height: auto;
    }
    .offcanvas-footer {
        padding: 16px;
    }
    .tabs-images {
        display: none;
    }
    .megamenu-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .custom-tab-padding {
        padding: 12px 0 !important;
        height: auto !important;
    }
    .megamenu-tabs .tab-content .card-header a {
        text-decoration: none;
        color: var(--black-color);
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        display: block;
    }
    .megamenu-tabs .tab-content .card-header {
        background-color: var(--background-color);
        padding: 12px 15px;
        border: 0;
    }
    .megamenu-tabs .tab-content .card-body {
        background-color: var(--white-color);
        padding: 0;
        border-top: 1px solid #c0c0c3;
    }
    .megamenu-tabs .tab-content .card {
        margin-top: 10px;
        overflow: hidden;
    }
    .height-100 {
        height: auto;
    }
    .megamenu-tabs .tab-content .card:first-child {
        margin-top: 0;
    }
    .megamenu-tabs .tab-content .card .card-body ul li {
        padding: 4px 12px;
    }
    .about-tabs {
        margin-top: 20px;
        border-top: 1px solid var(--background-color);
        padding-top: 20px;
    }
    .tab-options-top h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .learn-more a i {
        margin-left: 7px;
    }
    .learn-more a {
        font-size: 14px;
        line-height: 14px;
    }
    .tab-options-top p {
        font-size: 13px;
        line-height: 20px;
        padding-right: 0;
        margin-top: 10px;
    }
    .megamenu-options ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .megamenu-options ul li {
        padding: 2px 0;
    }
    .tab-options-blocks .row {
        margin: 0 -5px;
    }
    .tab-options-blocks .row>[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .view-blog-button a {
        font-size: 12px;
        line-height: 12px;
        padding: 6px 10px;
    }
    .company-row {
        margin-top: 10px;
        border-top: 1px solid var(--background-color);
        padding-top: 10px;
    }
    .company-row.company-row-1 {
        margin-top: 20px;
    }
    .hero-padding {
        padding: 136px 0 60px;
    }
    .blog-inner-background {
        margin-top: 57px;
    }
    .custom-padding {
        padding: 60px 0;
    }
    .custom-padding-top {
        padding-top: 60px;
    }
    .custom-margin-top {
        margin-top: 60px;
    }
    .custom-padding-bottom {
        padding-bottom: 60px;
    }
    .custom-transform-padding-bottom {
        padding-bottom: 40px;
    }
    .section-tag p {
        font-size: 14px;
        line-height: 14px;
    }
    .section-title h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .section-des p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px;
        padding: 0 30px;
    }
    .trusted-by-professionals {
        margin-top: 65px;
    }
     :root {
        --gap: calc(var(--size) / 6);
    }
    .page-header.is-sticky #main_nav.offcanvas.offcanvas-end {
        height: 100vh;
    }
    .whychoose-info {
        gap: 24px;
        justify-content: space-between;
    }
    .whychoose-info h3 {
        font-size: 32px;
        line-height: 40px;
    }
    #sectionTabs {
        justify-content: start;
    }
    .custom-transform-y {
        transform: translateY(0);
    }
    .custom-transform-y-1 {
        transform: translateY(0);
    }
    .technology-tab-section {
        padding: 60px 0 30px;
    }
    .technology-box:hover {
        background-color: var(--section-bg-color);
        box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
        transform: translateY(0px);
    }
    .company-info-block {
        display: none
    }
    .testimonial-image-block {
        height: 400px;
    }
    .testimonials {
        margin-top: 40px;
    }
    .quotes-icon {
        width: 70px;
        height: 70px;
    }
    .quotes-icon i {
        font-size: 34px;
    }
    .client-testimonials p {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0;
    }
    .client-img {
        width: 50px;
        height: 50px;
    }
    .client-name h6 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }
    .testimonial-text-block .swiper-pagination {
        margin-top: 25px;
    }
    .testimonial-text-block {
        padding: 40px;
    }
    .rating-blocks {
        justify-content: center;
        margin-top: 30px;
    }
    .rating-block {
        margin-bottom: 20px;
    }
    .other-page .rating-blocks .rating-block:first-child {
        margin-right: 0;
    }
    .trusted-by-professionals.inner-sections-marquee {
        margin-top: 0;
    }
    .industry-pages .trusted-by-professionals.inner-sections-marquee {
        margin-top: 30px;
    }
    .trusted-by-professionals.inner-sections-marquee .trusted-by-professionals-logo {
        margin-top: 10px;
    }
    .price-tabs .card {
        margin-bottom: 20px;
        overflow: hidden;
        background-color: var(--white-color);
        border: 1px solid var(--border-color);
    }
    .price-tabs .card .card-body {
        border-top: 1px solid var(--border-color);
    }
    .price-tabs .card-header a.collapsed .arrow-svg svg {
        transform: rotate(0deg);
        transition: all 0.4s;
    }
    .price-tabs .card-header a.collapsed .arrow-svg path {
        fill: var(--background-color);
    }
    .price-tabs .card-header a .arrow-svg svg {
        transform: rotate(90deg);
        transition: all 0.3s;
    }
    .price-tabs .card-header a .arrow-svg svg path {
        fill: var(--primary-color);
    }
    .whychose .whychose__wrapper .whychose__box .whychose__count {
        font-size: 38px;
    }
    .whychose .whychose__wrapper .whychose__box .whychose__subtext {
        font-size: 20px;
        line-height: 28px;
    }
    .whychose .whychose__wrapper .whychose__box {
        gap: 20px;
    }
    .contact-background {
        background-attachment: unset;
        padding: 110px 0;
    }
    .footer-top .row>[class*='col-']:first-child .footer-content:first-child {
        margin-top: 0;
    }
    .btn-footer-link img {
        width: 18px;
    }
    .btn-footer-link.collapsed img {
        transform: rotate(0deg) translateY(-50%);
        transition: all 0.4s;
    }
    .btn-footer-link img {
        transform: rotate(90deg) translateY(-50%);
        transition: all 0.4s;
    }
    .footer-top .get-quote {
        display: flex;
        margin-top: 40px;
        justify-content: center;
    }
    .footer-middle .row>[class*='col-'] {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-middle-link .d-flex {
        justify-content: center;
    }
    .footer-middle {
        padding: 5px 0;
    }
    /* .footer-logo img {
        width: 120px;
    } */
    .footer-bottom .row>[class*='col-']:first-child .footer-bottom-content:first-child {
        margin-top: 0;
    }
    .footer-bottom-buttons {
        text-align: center;
    }
    .footer-bottom-content {
        margin-top: 30px;
    }
    .footer-bottom-content h4 {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }
    .company-location h5 {
        font-size: 15px;
        line-height: 15px;
        /* text-align: center; */
    }
    .company-location-div {
        margin-top: 14px;
        padding: 10px 10px 10px;
    }
    .company-social-media-buttons {
        margin-top: 25px;
        justify-content: center;
    }
    .company-social-media-buttons a {
        width: 40px;
        height: 40px;
    }
    .company-social-media-buttons a i {
        font-size: 16px;
    }
    .left-conetnt {
        margin-top: 70px;
    }
    .leader-section .row>[class*='col-'] {
        margin-bottom: 30px;
    }
    .journey-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .journey-tabs .nav-tabs li img {
        margin: 0 30px;
    }
    .journey-ta-box h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 8px;
    }
    .journey-ta-box p {
        font-size: 18px;
        line-height: 20px;
    }
    .journey-tab-content-bottom h6 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .journey-tab-content-bottom p {
        font-size: 14px;
        line-height: 22px;
    }
    .client-logo img {
        height: 50px;
    }
    .team-section .row>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
    .team-section .row {
        margin: 0 -10px;
    }
    .team-section {
        margin-top: 40px;
    }
    .work-slide-img img {
        width: 100%;
    }
    .contact-box-info ul {
        margin-top: 0px;
    }
    .contact-box-info h1 {
        margin-bottom: 10px;
    }
    .contact-box-info-buttons {
        margin-top: 30px;
    }
    .other-page .technology-tab-section {
        padding: 10px 0;
    }
    .outline-text h1 {
        font-size: 135px;
        line-height: 135px;
    }
    .section-contact-form {
        margin-top: 40px;
    }
    .counter-section .row>[class*='col-'] {
        margin-bottom: 40px;
    }
    .counter-section {
        padding: 50px 0 10px;
    }
    .employee-price-section .row>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .employee-price-section .row {
        margin: 0 -10px;
    }
    .employee-price-section {
        margin-top: 40px;
    }
    .technical-expertise {
        margin-top: 40px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading .accordion-button:after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>");
        opacity: 1;
    }
    .counter-block-top .counter-details {
        padding: 0 0 30px;
    }
    .section-text {
        text-align: center;
        margin-top: 40px;
    }
    .section-step-block {
        margin-top: 40px;
    }
    .project-desc {
        margin-top: 30px;
    }
    .project-slider .project-desc h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .project-slider .project-desc p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .project-slider .project-block .conntect-button {
        margin-top: 20px;
    }
    .btn-prev-1 {
        top: auto;
        left: 42%;
        bottom: -50px;
    }
    .btn-next-1 {
        top: auto;
        right: 42%;
        bottom: -50px;
    }
    .end-service .section-button {
        margin-top: 20px;
    }
    .why_technology_section-text {
        margin-top: 30px;
    }
    .project-requirements-table-block table thead th {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 10px;
    }
    .project-requirements-table-block table tbody td {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 10px;
    }
    .project-requirements-table-block {
        margin-top: 40px;
    }
    .project-requirements {
        margin-top: 40px;
    }
    .project-requirements .row>[class*='col-']:last-child ul {
        margin-top: 30px;
    }
    .reinvent-block-text h6 {
        font-size: 26px;
        line-height: 34px;
    }
    .footer-logo {
        text-align: center;
    }
    .btn-next,
    .btn-prev {
        top: 40%;
    }
    .gallery-slide .btn-next,
    .gallery-slide .btn-prev {
        top: 50%;
    }
    .support-section .section-card-blocks .row>[class*='col-']:nth-child(2) {
        border-right: 0;
    }
    .support-section .section-card-blocks .row>[class*='col-']:nth-child(3) {
        border-right: 1px solid var(--border-color);
    }
    .support-section .section-card-blocks .row>[class*='col-']:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid var(--border-color);
    }
    .onbording-section-box h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .onbording-img {
        width: 300px;
        margin-bottom: 10px;
    }
    .onbording-section-block h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .onbording-section-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .client-card-blocks .row>[class*='col-'] {
        margin-bottom: 20px;
    }
    .price-section-block .row>[class*='col-'] {
        margin-bottom: 20px;
    }
    .team-gallery .team-gallery__boxes {
        grid-template-columns: repeat(4, 1fr);
    }
    #team-background {
        background-image: none;
        height: auto;
    }
    .working-benifit-box {
        margin-bottom: 50px;
        flex-direction: column;
    }
    .working-benifit-box-content {
        margin-left: 0;
        text-align: center;
    }
    .working-benifit-section-block {
        margin-top: 50px;
    }
    .modal-form {
        padding: 30px;
    }
    .career-page .step-box {
        padding: 20px;
    }
    .career-page .step-block {
        margin-bottom: 20px;
    }
    .career-page .step-box:hover {
        box-shadow: none;
        border-color: var(--border-color);
    }
    .testimonials .testimonials__grid .testimonials__grid-box::before {
        width: 50px;
        height: 40px;
    }
    .achievements-gallery .btn-next,
    .achievements-gallery .btn-prev {
        width: 40px;
        height: 40px;
    }
    .achievements-gallery .btn-next {
        bottom: 0;
        left: 54%;
        top: auto;
        transform: translate(-50%, -50%);
    }
    .achievements-gallery .btn-prev {
        bottom: 0;
        top: auto;
        left: 47%;
        transform: translate(-50%, -50%);
    }
    .achievements-gallery {
        padding-bottom: 70px;
    }
    .subscribe-img {
        display: none;
    }
    .subscribe-box {
        text-align: center;
    }
    .subscribe-box-social {
        justify-content: center;
    }
    .subscribe-box .row>[class*='col-']:nth-child(2) .subscribe-box-content {
        margin-top: 30px;
    }
    .subscribe-box-content p {
        margin-bottom: 10px;
    }
    .blog-side-box .subscribe-box-social {
        justify-content: start;
    }
    .blog-inner-content {
        padding-top: 0;
    }
    .blog-side-box {
        margin-top: 30px;
    }
    .other-news-section {
        padding: 50px 0;
    }
    .contact-info {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .contact-page .button-primary {
        padding: 12px 15px;
    }
    .office-info {
        padding-bottom: 25px;
    }
    .consult-box {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }
    .country-section h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .section-contact-form.get-quote-form {
        height: auto;
    }
    .quote-client-slide .swiper-pagination {
        margin-top: 10px;
    }
    .office-section {
        margin-top: 10px;
    }
    .service-page-tabs #sectionTabs {
        justify-content: center;
    }
    #deliver .section-title h4 br {
        display: none;
    }
    #type .section-title h4 br {
        display: none;
    }
    .provider-section .section-card h6 {
        font-size: 28px;
        line-height: 34px;
    }
    .benefits-section .price-tabs .card-header a.collapsed {
        color: var(--black-color);
    }
    .benefits-section .price-tabs .card-header a {
        color: var(--primary-color);
    }
    .certificate-box {
        padding: 34px 0;
        margin-bottom: 30px;
    }
    .rectangle-1 {
        top: 20%;
    }
    .rectangle-3 {
        top: 50%;
    }
    .coming-soon-text h1 {
        font-size: 56px;
        line-height: 56px;
    }
    .coming-soon-text h4 {
        font-size: 26px;
        line-height: 26px;
    }
    .coming-soon-text .button-primary {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 20px;
    }
    .coming-soon {
        height: 100vh;
    }
    .platform-img {
        margin-bottom: 20px;
    }
    .business-section .section-des p {
        padding-right: 0 !important;
    }
    .webinar-section .webinar-filter #sectionTabs .nav-link {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 24px;
    }
    .webinar-search-block {
        flex-direction: column;
    }
    .search-bar {
        margin-top: 20px;
    }
    .quote-1 {
        top: -60px;
        width: 50px;
    }
    .quote-2 {
        bottom: -50px;
        width: 50px;
    }
    .industry-block-section-img {
        height: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .inner-industry-page .step-box {
        flex-direction: column;
    }
    .inner-industry-page .step-box img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .nft-img {
        margin-bottom: 40px;
    }
    .sql-block .image-section {
        margin-bottom: 60px;
    }
    .database-tools .section-title h4 br {
        display: none;
    }
    .value-customer .image-section {
        margin-top: 30px;
    }
    .value-customer .section-step-block {
        margin-top: 0;
    }
    .index-hero {
        background-image: none;
    }
    .office-location-map {
        margin-bottom: 30px;
    }
    .index-hero .section-content {
        text-align: center;
    }
    .index-hero .section-title h1 {
        text-align: center;
    }
    .index-hero .section-des p {
        text-align: center;
    }
    .ceo-img {
        position: unset;
        box-shadow: none;
        width: auto;
    }
    .ceo-section {
        padding: 60px 0;
        margin: 0px 0 70px;
    }
    .ceo-section .about-content h6 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
        text-align: center;
    }
    .ceo-img img {
        border-radius: 6px;
        filter: drop-shadow(0px 13px 30px rgba(255, 138, 144, 0.08)) drop-shadow(0px 54px 54px rgba(255, 138, 144, 0.07)) drop-shadow(0px 121px 73px rgba(255, 138, 144, 0.04)) drop-shadow(0px 215px 86px rgba(255, 138, 144, 0.01)) drop-shadow(0px 336px 94px rgba(255, 138, 144, 0));
    }
    .contact-box-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-title h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .hero-padding {
        padding: 126px 0 50px;
    }
    .custom-padding {
        padding: 50px 0;
    }
    .technology-tabs {
        margin-top: 40px;
    }
    .custom-padding-top {
        padding-top: 50px;
    }
    .custom-margin-top {
        margin-top: 50px;
    }
    .custom-padding-bottom {
        padding-bottom: 50px;
    }
    .custom-transform-padding-bottom {
        padding-bottom: 30px;
    }
    .price-tabs .card-header a {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 16px;
        gap: 15px;
    }
    .price-tabs .card-header a svg {
        width: 30px;
        height: 30px;
    }
    .price-tabs .card-header a .arrow-svg svg {
        width: 20px;
        height: 20px;
    }
    .price-tab-content .card-body h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .section-title h4 {
        font-size: 36px;
        line-height: 40px;
    }
    .image-section::after {
        left: 20px;
        top: 20px;
    }
    .journey-tabs .nav-tabs .nav-link {
        font-size: 20px;
        line-height: 20px;
    }
    .journey-tabs .nav-tabs li {
        flex-shrink: 0;
    }
    .journey-tabs .nav-tabs li img {
        margin: 0 20px;
    }
    .client-logo img {
        height: 45px;
    }
    .other-page .rating-block {
        min-width: 130px;
        width: 130px;
    }
    .other-page .rating-blocks img {
        height: 70px;
    }
    .office-gallery {
        margin-top: 30px;
    }
    .accordion-section .accordion-button {
        font-size: 16px;
        line-height: 18px;
        padding: 18px 20px;
    }
    .accordion-section .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 22px;
    }
    .outline-text h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .hero-ul ul {
        justify-content: start;
    }
    .hero-ul ul li h6 {
        font-size: 15px;
        line-height: 15px;
        text-align: start;
    }
    .btn-next-1,
    .btn-prev-1 {
        display: none;
    }
    .why_technology_section .section-title h4 br {
        display: none;
    }
    .why_technology_box p {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 12px;
    }
    .why_technology_box {
        gap: 10px;
        margin-top: 20px;
    }
    .reinvent-block .row>[class*='col-'] {
        margin-bottom: 20px;
    }
    .onbording-img {
        width: 250px;
        margin-bottom: 10px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .block-info {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .onbording-section-block h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
        text-align: center;
    }
    .onbording-section-block h6 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
        text-align: center;
    }
    .onbording-section-box h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .working-benifit-box-content h1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .working-benifit-box-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .working-benifit-box {
        margin-bottom: 40px;
    }
    .working-benifit-section-block {
        margin-top: 40px;
    }
    .testimonials .testimonials__grid {
        -moz-column-count: 1;
        column-count: 1;
    }
    .testimonials .testimonials__grid .testimonials__grid-box:first-child {
        margin-top: 0;
    }
    .achievements-gallery .btn-next {
        bottom: 0;
        left: 54%;
    }
    .achievements-gallery .btn-prev {
        bottom: 0;
        left: 46%;
    }
    .achievements-gallery {
        padding-bottom: 70px;
    }
    .blog-content .row>[class*='col-'] {
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .blog-content .row {
        margin: 0 -10px;
    }
    .blog-box .box-body {
        padding: 15px;
    }
    .blog-box .card-body h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .blog-box .card-body p {
        font-size: 15px;
        line-height: 22px;
    }
    .blog-person {
        margin-top: 15px;
    }
    .blog-inner-page .section-button {
        margin-top: 15px;
    }
    .btn-filter {
        font-size: 15px;
        line-height: 15px;
        padding: 0 15px;
    }
    .other-blog .row>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .other-blog .row {
        margin: 0 -10px;
    }
    .deliver-section h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .service-page-tabs #sectionTabs .nav-link {
        font-size: 19px;
        line-height: 19px;
        padding: 20px 20px;
    }
    .rectangle-1 {
        width: 300px;
        height: 300px;
        left: -30%;
    }
    .rectangle-3 {
        width: 250px;
        height: 250px;
        right: -25%;
    }
    .coming-soon-text h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .webinar-section .webinar-filter #sectionTabs .nav-link {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 12px;
    }
    .search-bar {
        gap: 22px;
    }
    .has-search .form-control,
    .select-bar .form-select {
        width: auto;
    }
    .quote-2 {
        bottom: -40px;
        width: 45px;
    }
    .quote-1 {
        top: -50px;
        width: 45px;
    }
    .sql-block .image-section {
        margin-bottom: 50px;
    }
    .index-service-section #sectionTabs .nav-link {
        padding: 15px 14px 10px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width:575px) {
    .section-des p {
        padding: 0;
    }
    #navbar .nav-item .nav-link.custom-nav-link {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0;
    }
    #navbar .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 0px;
    }
    .company-info-bottom ul li a {
        font-size: 12px;
        line-height: 12px;
    }
    .company-info-bottom ul li img {
        margin-right: 5px;
        width: 16px;
        flex-shrink: 0;
    }
    .company-info-bottom ul li {
        padding: 7px 0;
    }
    .megamenu .container .row>[class*='col-']:last-child .col-megamenu ul li:last-child {
        margin-bottom: 0;
    }
    .megamenu-tabs .tab-content .card-header a {
        font-size: 12px;
        line-height: 12px;
    }
    .megamenu-tabs .tab-content .card-header {
        background-color: var(--background-color);
        padding: 8px 15px;
        border: 0;
    }
    .company-info-top h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .company-info-top p {
        font-size: 13px;
        line-height: 20px;
    }
    .company-info-top {
        margin-bottom: 15px;
    }
    .megamenu-tabs .tab-content .card .card-body ul li a {
        font-size: 12px;
        line-height: 12px;
    }
    .megamenu-tabs .tab-content .card .card-body ul li {
        padding: 2px 12px;
    }
    .megamenu-options ul li a {
        font-size: 13px;
        line-height: 13px;
    }
    .megamenu-options ul li {
        padding: 0px 0;
    }
    .megamenu-options.about-options li a {
        font-weight: 500;
    }
    .tab-options-top h6 {
        font-size: 14px;
        line-height: 14px;
    }
    .learn-more a {
        font-size: 13px;
        line-height: 13px;
    }
    .company-row .tab-options-top {
        margin-bottom: 10px;
    }
    #main_nav.offcanvas.offcanvas-end {
        width: 100%;
    }
    .section-tag p {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }
    .hero-padding {
        padding: 60px 0 40px;
    }
    .custom-padding {
        padding: 40px 0;
    }
    .custom-padding-top {
        padding-top: 40px;
    }
    .custom-margin-top {
        margin-top: 40px;
    }
    .custom-padding-bottom {
        padding-bottom: 40px;
    }
    .custom-transform-padding-bottom {
        padding-bottom: 20px;
    }
    .section-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .section-button {
        margin-top: 20px;
    }
    .trusted-by-professionals h6 {
        font-size: 14px;
        line-height: 14px;
    }
    .trusted-by-professionals {
        margin-top: 50px;
    }
     :root {
        --gap: calc(var(--size) / 12);
        --size: clamp(30rem, 1rem + 40vmin, 30rem);
        --duration: 40s;
    }
    .navbar-brand img {
        width: 130px;
    }
    .header-logo img {
        width: 130px;
    }
    .section-title h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .whychoose-info h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .whychoose-info {
        margin-top: 20px;
    }
    .secondary-button {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 25px;
    }
    .whychoose-info {
        gap: 15px;
    }
    .whychose .whychose__wrapper {
        margin-top: 20px;
    }
    .whychose .whychose__wrapper .whychose__box .whychose__count {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .whychose .whychose__wrapper .whychose__box .whychose__subtext {
        font-size: 14px;
        line-height: 18px;
    }
    .whychose .whychose__wrapper .whychose__box {
        gap: 10px;
    }
    .technology-tabs {
        margin-top: 30px;
    }
    #sectionTabs .nav-link {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 15px;
    }
    .technology-tab-section .row>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .technology-tab-section .row {
        margin: 0 -10px;
    }
    .technology-tab-section {
        padding: 30px 0 10px;
    }
    .icon img {
        height: 40px;
    }
    .technology-name h6 {
        font-size: 16px;
        line-height: 16px;
        margin: 20px 0;
    }
    .more-link a {
        font-size: 14px;
        line-height: 14px;
    }
    .testimonial-image-block {
        height: 250px;
    }
    .testimonials {
        margin-top: 20px;
    }
    .quotes-icon {
        width: 50px;
        height: 50px;
    }
    .quotes-icon i {
        font-size: 26px;
    }
    .client-testimonials p {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0;
    }
    .client-img {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }
    .client-name h6 {
        font-size: 14px;
        line-height: 14px;
        margin-top: 8px;
    }
    .testimonial-text-block .swiper-pagination {
        margin-top: 15px;
    }
    .testimonial-text-block {
        padding: 20px 30px;
    }
    .rating-blocks .rating-block:first-child {
        margin-right: 10px;
    }
    .rating-block {
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 10px 7px;
        width: 170px;
    }
    .block-bottom img {
        height: 20px;
    }
    .block-top h6 {
        font-size: 10px;
        line-height: 10px;
    }
    .block-bottom h6 {
        font-size: 12px;
        line-height: 12px;
    }
    .inner-section-logo {
        width: 150px;
        height: 70px;
    }
     :root {
        --gap-new: calc(var(--size) / 18);
        --duration-new: 20s;
    }
    .star-group i {
        font-size: 10px;
    }
    .block-bottom {
        margin-top: 8px;
    }
    .section-card-blocks .row>[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .section-card-blocks .row {
        margin: 0 -5px;
    }
    .card-desc h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .card-desc p {
        font-size: 13px;
        line-height: 18px;
    }
    .section-card .more-link {
        margin-top: 15px;
    }
    .card-icon svg {
        width: 40px;
        height: 40px;
    }
    .card-icon.card-icon-1 svg {
        width: 50px;
        height: 50px;
    }
    .card-desc {
        margin-top: 15px;
    }
    .section-card {
        padding: 15px 15px;
    }
    .card-icon::after {
        width: 25px;
        height: 25px;
    }
    .card-icon.card-icon-1::after {
        width: 40px;
        height: 40px;
    }
    .price-tab-content .card-body h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .price-tab-content .card-body p {
        font-size: 13px;
        line-height: 18px;
        margin: 10px 0px;
    }
    .price-tab-list ul li {
        font-size: 13px;
        line-height: 13px;
        padding: 6px 0 6px 24px;
    }
    .price-tab-list ul li::before {
        width: 14px;
        height: 14px;
    }
    .price-tab-list ul li svg {
        width: 12px;
        height: 12px;
    }
    .price-tabs .card {
        margin-bottom: 10px;
    }
    .price-tabs {
        margin-top: 20px;
    }
    .contact-background {
        padding: 50px 0 80px;
    }
    .contact-form-block {
        position: relative;
        margin-top: -60px;
    }
    .price-page.other-page .contact-form-block {
        margin-top: -60px;
    }
    .contact-form {
        padding: 15px 15px 8px;
    }
    .contact-form .form-label {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .contact-form .form-control,
    .contact-form .form-select {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 10px;
    }
    .contact-form .form-control::placeholder {
        font-size: 12px;
        line-height: 12px;
    }
    .form-field {
        padding: 5px 10px;
    }
    .form-field a {
        padding: 10px 15px;
    }
    .btn-footer-link {
        font-size: 14px;
        line-height: 14px;
    }
    .btn-footer-link img {
        width: 12px;
    }
    .footer-content {
        margin-top: 25px;
    }
    .footer-link-block ul li {
        padding: 3px 0;
    }
    .footer-top .get-quote {
        margin-top: 30px;
    }
    .footer-top {
        padding: 30px 0 20px;
    }
    .footer-middle-link {
        display: flex;
        justify-content: center;
    }
    .footer-middle .row>[class*='col-']:last-child {
        margin-bottom: 0;
    }
    .footer-middle {
        padding: 10px 0;
    }
    .footer-bottom-top {
        padding: 25px 0 20px;
    }
    .footer-bottom-content h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .company-location-block {
        margin-top: 15px;
    }
    .company-location h5 {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .company-location-div {
        flex-direction: column;
        align-items: center;
    }
    .company-location-info {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .footer-bottom-content {
        margin-top: 20px;
    }
    .company-social-media-buttons a {
        width: 35px;
        height: 35px;
    }
    .company-social-media-buttons a i {
        font-size: 14px;
    }
    .company-social-media-buttons {
        margin-top: 20px;
    }
    .footer-bottom-bottom p {
        font-size: 12px;
        line-height: 12px;
    }
    .company-location {
        width: auto;
    }
    .company-location-info p {
        font-size: 12px;
        line-height: 14px;
    }
    .company-location-info h6 {
        font-size: 14px;
        line-height: 16px;
    }
    .image-section::after {
        display: none;
    }
    .left-conetnt {
        margin-top: 30px;
    }
    .leader-section {
        margin-top: 20px;
    }
    .leader-section .row>[class*='col-'] {
        margin-bottom: 20px;
    }
    .journey-tabs .nav-tabs {
        justify-content: start;
    }
    .journey-tabs .nav-tabs .nav-link {
        font-size: 18px;
        line-height: 18px;
    }
    .journey-ta-box h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .journey-tab-content-top {
        grid-gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .journey-ta-box p {
        font-size: 16px;
        line-height: 16px;
    }
    .journey-tab-content-bottom h6 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .journey-tabs {
        margin-top: 30px;
    }
    .client-logo img {
        height: 35px;
    }
    .client-section .row>[class*='col-'] {
        margin: 12px 0;
        text-align: center;
    }
    .client-section {
        margin-top: 20px;
    }
    .other-page .rating-block {
        min-width: 90px;
        width: 90px;
    }
    .other-page .rating-blocks .rating-block:nth-child(2) {
        margin: 0 15px;
    }
    .other-page .rating-blocks img {
        height: 60px;
    }
    .other-page .trusted-by-professionals.inner-sections-marquee {
        margin-top: 20px;
    }
    .team-section .row>[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
    .team-section .row {
        margin: 0 -5px;
    }
    .team-section {
        margin-top: 30px;
    }
    .team-desc h6 {
        font-size: 15px;
        line-height: 15px;
    }
    .team-desc p {
        font-size: 12px;
        line-height: 16px;
    }
    .block-3 {
        display: none;
    }
    .work-desc {
        padding: 20px;
    }
    .work-desc h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: center;
    }
    .work-desc p {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .work-slide .swiper-pagination {
        bottom: -30px;
    }
    .work-slide .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .contact-box-info {
        padding: 20px;
    }
    .contact-box-info h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .contact-box-info p {
        font-size: 14px;
        line-height: 22px;
        margin: 5px 0;
    }
    .contact-box-info ul li {
        font-size: 14px;
        line-height: 19px;
        align-items: flex-start;
        padding: 6px 0;
    }
    .contact-box-info-buttons {
        margin-top: 15px;
    }
    .contact-box-info ul li i {
        margin-top: 3px;
    }
    .promise-section .card-icon svg {
        width: 25px;
        height: 25px;
    }
    .other-page .technology-tab-section {
        padding: 0px 0;
    }
    .accordion-section {
        margin-top: 10px;
    }
    .accordion-section .accordion-button {
        font-size: 15px;
        line-height: 18px;
        padding: 15px 15px;
    }
    .accordion-section .accordion-item .accordion-body p {
        font-size: 13px;
        line-height: 22px;
    }
    .accordion-section .accordion-body {
        padding: 0 15px 15px;
    }
    .hero-ul ul {
        margin-top: 20px;
    }
    .hero-ul ul li h6 {
        font-size: 14px;
        line-height: 20px;
        text-align: start;
    }
    .hero-ul ul li {
        align-items: start;
        margin-bottom: 15px;
    }
    .hero-ul ul li svg {
        margin-right: 10px;
        margin-top: 3px;
    }
    .other-page .conntect-button {
        margin-top: 10px;
    }
    .outline-text h1 {
        font-size: 62px;
        line-height: 62px;
        margin-top: 10px;
    }
    .other-page .trusted-by-professionals {
        margin-top: 30px;
    }
    .section-contact-form {
        margin-top: 30px;
    }
    .section-contact-form {
        padding: 15px;
    }
    .section-contact-form h6 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .section-contact-form .row>[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .section-contact-form .row {
        margin: 0 -5px;
    }
    .section-contact-form .form-control {
        font-size: 16px;
        line-height: 16px;
        padding: 8px 15px;
    }
    .section-contact-form .form-select {
        font-size: 14px;
        line-height: 14px;
        padding: 11px 15px;
    }
    .counter-icon img {
        width: 60px;
    }
    .counter-icon::after {
        width: 45px;
        height: 45px;
    }
    .counter-details span,
    .counter-details h5 {
        font-size: 34px;
        line-height: 34px;
    }
    .counter-details p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 5px;
    }
    .counter-section .row>[class*='col-'] {
        margin-bottom: 30px;
    }
    .counter-section {
        padding: 40px 0 10px;
    }
    .employee-price-section {
        margin-top: 30px;
    }
    .employee-price-section .row>[class*='col-'] {
        margin-bottom: 10px;
    }
    .technical-expertise {
        margin-top: 30px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading {
        padding: 10px 15px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-heading .accordion-button {
        font-size: 14px;
        line-height: 14px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box:not(:last-child) {
        margin-bottom: 10px;
    }
    .technical-expertise .technical-expertise__boxes .technical-expertise__box .technical-expertise__box-content {
        padding: 15px 5px;
    }
    .counter-block .counter-details span,
    .counter-block .counter-details h5 {
        font-size: 70px;
        line-height: 70px;
    }
    .counter-block-top .counter-details {
        padding: 0 0 25px;
    }
    .counter-block .counter-details p {
        font-size: 14px;
        line-height: 14px;
    }
    .counter-block .counter-details {
        padding: 20px 10px;
    }
    .section-text h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .section-text {
        margin-top: 30px;
    }
    .section-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .section-text .button-secondary {
        margin-top: 20px;
    }
    .step-block-icon {
        display: none;
    }
    .step-box h6 {
        margin: 10px 0 5px;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    }
    .step-box svg {
        width: 70px;
        height: 70px;
    }
    .step-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .step-box {
        padding: 15px;
    }
    .project-desc {
        text-align: start;
        margin-top: 30px;
    }
    .project-slider .project-desc h4 {
        font-size: 16px;
        line-height: 16px;
    }
    .project-slider .project-desc h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .project-slider .project-desc p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .project-slider .project-block .conntect-button {
        margin-top: 15px;
    }
    .project-slider .swiper-pagination {
        bottom: -30px;
    }
    .project-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--primary-color);
    }
    .project-slider .swiper-pagination-bullet {
        width: 25px;
        height: 3px;
        border-radius: 2px;
    }
    .why_technology_box p {
        padding: 8px 8px;
        font-size: 12px;
        line-height: 12px;
    }
    .why_technology_box p i {
        margin-right: 5px;
    }
    .project-requirements-table-block {
        margin-top: 30px;
    }
    .project-requirements-table-block table thead th {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 10px;
    }
    .project-requirements-table-block table tbody td {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 7px;
    }
    .project-requirements {
        margin-top: 20px;
    }
    .project-requirements ul li.title {
        font-size: 20px;
        line-height: 20px;
        margin-left: -5px;
    }
    .project-requirements ul li {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
    }
    .project-requirements .row>[class*='col-']:last-child ul {
        margin-top: 20px;
    }
    .reinvent-block-text {
        padding: 0 30px 30px;
    }
    .reinvent-block-text h6 {
        font-size: 24px;
        line-height: 30px;
    }
    .reinvent-block-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .reinvent-block-button {
        margin-top: 30px;
    }
    .reinvent-block-button a {
        font-size: 14px;
        line-height: 14px;
        padding: 13px 20px;
    }
    .tech-section-block {
        margin-top: 30px;
    }
    .tech-expertise .section-card .card-icon img {
        height: 45px;
        object-fit: contain;
    }
    .btn-next,
    .btn-prev {
        width: 35px;
        height: 35px;
        top: 35%;
    }
    .btn-next {
        right: 10px;
    }
    .btn-prev {
        left: 10px;
    }
    .accordion-question {
        margin-top: 20px;
    }
    .accordion-question p {
        font-size: 14px;
        line-height: 20px;
    }
    .support-section .section-card-blocks .row>[class*='col-'],
    .support-section .section-card-blocks .row>[class*='col-']:nth-child(3) {
        border-right: 0;
    }
    .support-section .section-card {
        border: 0;
        padding: 16px 0;
    }
    .support-section .section-card .card-desc h6 {
        margin-bottom: 0;
    }
    .support-section .section-card .card-desc p {
        margin-top: 5px;
    }
    .support-section .section-card-blocks {
        margin-top: 20px;
    }
    .support-section .section-card-blocks .row>[class*='col-']:nth-child(5) {
        border-bottom: 1px solid var(--border-color);
    }
    .development-section .card-desc {
        margin-top: 0;
    }
    .onbording-section-block h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .block-info {
        font-size: 14px;
        line-height: 20px;
        display: flex;
        flex-direction: column;
    }
    .onbording-img {
        width: 200px;
    }
    .onbording-section-block h6 {
        font-size: 14px;
        line-height: 14px;
    }
    .onbording-section-box h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .onbording-section-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .onbording-section-box {
        margin-top: 20px;
    }
    .client-card-blocks {
        margin-top: 30px;
    }
    .industries-section .section-card {
        padding: 10px 10px;
    }
    .industries-section .card-icon.card-icon-1::after {
        width: 40px;
        height: 40px;
    }
    .price-box {
        padding: 15px;
    }
    .price-box-icon svg {
        width: 60px;
        height: 60px;
    }
    .price-box-content h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .price-box-content {
        margin-top: 15px;
    }
    .price-box-content ul li h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .price-box-content ul li svg {
        top: 4px;
        width: 12px;
        height: 12px;
    }
    .price-box-content ul {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .price-button {
        padding: 14px 22px;
        font-size: 14px;
        line-height: 14px;
        border-radius: 6px;
    }
    .team-section-block {
        gap: 20px;
        margin-top: 30px;
    }
    .team-block img {
        width: 70px;
        height: 70px;
    }
    .team-page-believe .section-card {
        flex-direction: column;
        padding: 0px 5px 10px;
    }
    .section-svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .team-gallery .team-gallery__boxes {
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }
    .team-gallery .autoslide {
        gap: 10px;
    }
    .working-benifit-box {
        flex-direction: row;
        align-items: start;
        margin-bottom: 30px;
    }
    .working-benifit-box-content {
        margin-left: 20px;
        margin-top: 0;
        text-align: start;
    }
    .working-benifit-box-content h1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 7px;
    }
    .working-benifit-box-content p {
        font-size: 13px;
        line-height: 20px;
    }
    .working-benifit-box-content p {
        font-size: 13px;
        line-height: 20px;
    }
    .working-benifit-section-block .row>[class*='col-']:nth-child(5) .working-benifit-box {
        margin-bottom: 30px;
    }
    .working-benifit-section-block {
        margin-top: 30px;
    }
    .position-box {
        padding: 15px;
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
    .position-name-date h5 {
        font-size: 16px;
        line-height: 16px;
    }
    .position-name-date h6 {
        font-size: 16px;
        line-height: 16px;
        width: 23px;
        height: 23px;
    }
    .position-name-date p {
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
    }
    .expe p {
        font-size: 14px;
        line-height: 14px;
    }
    .expe p:first-child {
        margin-bottom: 5px;
    }
    .btn-apply {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 15px;
    }
    .requirements h3 {
        font-size: 14px;
        line-height: 14px;
    }
    .requirements p {
        margin: 12px 0;
        font-size: 13px;
        line-height: 18px;
    }
    .requirements ul li {
        font-size: 13px;
        line-height: 18px;
        padding-bottom: 6px;
    }
    .requirements ul {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .modal-form {
        padding: 20px;
    }
    .modal-form .form-label {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .modal-form .form-control {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .modal-form-field {
        margin-bottom: 12px;
    }
    .modal-form .form-control::placeholder {
        font-size: 13px;
    }
    .modal-form input[type=file]::-webkit-file-upload-button {
        height: 34px;
    }
    .custom-modal .button-primary {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 15px;
    }
    #careerModal .modal-header .btn-close-modal {
        top: 0px;
        right: 0px;
        width: 26px;
        height: 26px;
        border-radius: 0 0 0 5px;
    }
    .custom-modal .modal-content {
        overflow: hidden;
    }
    .career-contact-block h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .career-contact {
        gap: 15px;
        margin-top: 30px;
    }
    .career-contact a {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 14px;
        gap: 5px;
    }
    .career-contact a img {
        width: 15px;
    }
    .career-contact-block {
        padding: 30px 0;
    }
    .section-step-block {
        margin-top: 30px;
    }
    .career-page .step-box {
        padding: 15px;
    }
    .career-page .step-box svg {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .career-page .step-block {
        margin-bottom: 15px;
    }
    .hire-process-card-body {
        padding: 20px 20px;
    }
    .hire-process-card-body h4 {
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 21px;
    }
    .hire-process-card-body h4 span {
        font-size: 24px;
        line-height: 28px;
    }
    .hire-process-card-body p {
        font-size: 14px;
        line-height: 20px;
    }
    .hire-process-card-body svg {
        width: 28px;
        height: 28px;
        position: relative;
        top: 3px;
    }
    .list-py-3>li:not(:first-child) {
        padding-top: 10px;
    }
    .list-py-3>li:not(:last-child) {
        padding-bottom: 10px;
    }
    .hire-process-section-block {
        margin-top: 30px;
    }
    .testimonial-page .client-card-blocks .row>[class*='col-'] {
        margin-bottom: 15px;
    }
    .testimonials__grid-box h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .testimonials__grid-box p {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 15px;
    }
    .testimonials__grid-box h5 {
        font-size: 15px;
        line-height: 15px;
    }
    .testimonials .testimonials__grid .testimonials__grid-box {
        margin: 0 0 20px;
    }
    .achievements-block {
        padding: 20px;
    }
    .award-img {
        padding: 15px 20px;
    }
    .award-img img {
        width: 70px;
    }
    .achievements-block-top-text h6 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .achievements-block-top-text h5 {
        font-size: 15px;
        line-height: 15px;
    }
    .achievements-block-top-text p {
        font-size: 14px;
        line-height: 14px;
    }
    .achievements-block h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .achievements-gallery .btn-next,
    .achievements-gallery .btn-prev {
        width: 35px;
        height: 35px;
    }
    .achievements-gallery .btn-next {
        bottom: -35px;
        left: 56%;
    }
    .achievements-gallery .btn-prev {
        bottom: -35px;
        left: 44%;
    }
    .achievements-gallery {
        padding-bottom: 30px;
    }
    .btn-filter {
        font-size: 13px;
        line-height: 13px;
        padding: 0 10px;
        white-space: nowrap;
    }
    .blog-content {
        margin-top: 30px;
    }
    .blog-content .row>[class*='col-'] {
        margin-bottom: 20px;
    }
    .blog-box .card-body h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-box .card-body p {
        font-size: 14px;
        line-height: 20px;
    }
    .subscribe-box {
        padding: 20px;
    }
    .subscribe-box-content p {
        font-size: 14px;
        line-height: 14px;
    }
    .subscribe-box-content h1 {
        font-size: 22px;
        line-height: 22px;
    }
    .subscribe-box-social a {
        margin-right: 20px;
    }
    .subscribe-box-social {
        margin-top: 15px;
    }
    .subscribe-box .row>[class*='col-']:nth-child(2) .subscribe-box-content {
        margin-top: 20px;
    }
    .subscribe-box-input .btn-search {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 14px;
    }
    .subscribe-box-input input {
        font-size: 14px;
        line-height: 14px;
    }
    .subscribe-box .form-check .form-check-label {
        font-size: 11px;
        line-height: 18px;
    }
    .search-section {
        margin-bottom: 30px;
    }
    .blog-inner-background {
        margin-top: 52px;
        padding: 50px 0 40px;
    }
    .blog-inner-background .section-title h4 br {
        display: none;
    }
    .blog-inner-content-top h5 {
        font-size: 11px;
        line-height: 11px;
        margin-right: 10px;
    }
    .blog-inner-content-top p {
        font-size: 11px;
        line-height: 11px;
    }
    .blog-inner-content-header h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .blog-inner-content-header {
        margin-top: 10px;
    }
    .blog-inner-main-content {
        padding: 15px;
        margin-top: 15px;
    }
    .blog-inner-main-content h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .blog-inner-main-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .blog-inner-main-content p span {
        font-size: 32px;
        margin-right: 8px;
    }
    .blog-inner-block h4 {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 20px;
    }
    .blog-inner-block {
        margin-top: 25px;
    }
    .blog-inner-block ul li {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .blog-inner-block ul {
        margin-bottom: 15px;
    }
    .blog-inner-block h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-pagination a {
        font-size: 14px;
        line-height: 14px;
    }
    .blog-pagination {
        margin-top: 15px;
    }
    .other-blog {
        margin-top: 10px;
    }
    .other-blog-box {
        margin-bottom: 0;
    }
    .other-blog .row>[class*='col-']:last-child .other-blog-box {
        margin-bottom: 0;
    }
    .other-blog-box img {
        display: none;
    }
    .box-overlay {
        position: unset;
        background-color: transparent;
    }
    .box-overlay h6 {
        color: var(--primary-color);
        padding: 0;
    }
    .box-overlay h6 {
        font-size: 12px;
        line-height: 16px;
    }
    .other-blog-slide {
        position: static !important;
    }
    .other-news-section .blog-box .card-body h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .other-news-section .blog-box .card-body p {
        font-size: 13px;
        line-height: 18px;
    }
    .other-news-section .blog-box .box-body {
        padding: 15px 10px;
    }
    .contact-info h6 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .contact-info h1 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .contact-info p {
        font-size: 14px;
        line-height: 24px;
    }
    .office-info {
        margin-top: 30px;
        padding-bottom: 0;
    }
    /* .office-info-box svg {
        width: 20px;
        height: 20px;
    } */
    .office-details p {
        line-height: 18px;
    }
    .office-details h2 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .office-details {
        margin-left: 15px;
    }
    .office-info-box {
        margin-bottom: 25px;
        margin-right: 0;
        width: 100%;
    }
    .office-info-box svg {
        width: 22px;
        height: 22px;
    }
    .contact-social {
        margin-top: 25px;
    }
    .contact-social-media a {
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }
    .contact-social-media {
        margin-top: 20px;
    }
    .contact-social-media a i {
        font-size: 16px;
    }
    .consult-box {
        padding: 20px 15px;
    }
    .consult-box .consult-icon {
        padding: 5px;
        margin-top: -35px;
        margin-bottom: 10px;
    }
    .consult-box .consult-icon svg {
        width: 60px;
        height: 60px;
    }
    .consult-info h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .consult-info a {
        font-size: 14px;
        line-height: 16px;
    }
    .consult-section {
        margin-top: 40px;
    }
    .country-section h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .country-block {
        gap: 15px;
        margin-top: 25px;
    }
    .country-block p {
        font-size: 14px;
        line-height: 14px;
        padding: 7px 10px;
    }
    .get-quote-box {
        padding: 15px;
    }
    .get-quote-box h4 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
    }
    .project-img-block {
        gap: 10px;
    }
    .get-quote-box-bottom {
        margin-top: 30px;
    }
    .client-quote-block {
        padding: 15px;
    }
    .client-quote-block p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .quote-client-slide .client-quote-block-info h6 h6 {
        font-size: 17px;
        line-height: 17px;
    }
    .quote-client-slide .client-quote-block-info p {
        font-size: 13px;
        line-height: 13px;
    }
    .google-map {
        height: 250px;
    }
    .office-section {
        margin-top: 0px;
    }
    .get-quote-page .left-conetnt h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .headquarter-info {
        margin-top: 15px;
    }
    .headquarter-box h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .headquarter-box {
        padding: 15px;
    }
    .headquarter-box p {
        font-size: 15px;
        line-height: 22px;
    }
    .section-contact-form.get-quote-form .form-control,
    .section-contact-form.get-quote-form .form-select,
    .section-contact-form.get-quote-form .input-group-text {
        border-radius: 8px;
    }
    .provider-section {
        margin-top: 0;
    }
    .provider-section .section-card h6 {
        font-size: 22px;
        line-height: 26px;
    }
    .deliver-section h5 {
        font-size: 17px;
        line-height: 20px;
    }
    .service-page-tabs #sectionTabs .nav-link {
        font-size: 13px;
        line-height: 13px;
        padding: 10px 10px;
    }
    .benefits-section .price-tabs .card-header a {
        font-size: 14px;
        padding: 10px;
    }
    .benefits-section .price-tabs .card-header a img {
        margin-right: 10px;
        width: 27px;
    }
    .benefits-section .price-tabs .card-header a svg {
        margin-right: 10px;
        width: 15px;
        height: 15px;
    }
    .help-desk .card-icon img {
        width: 60px;
    }
    .certificate-box {
        padding: 14px 0;
        margin-bottom: 20px;
    }
    .certificate-box img {
        width: 70px;
    }
    .help-desk-support .step-box {
        flex-direction: column;
    }
    .help-desk-support .step-box img {
        margin-bottom: 20px;
    }
    #stick-header .sticky-wrapper.is-sticky .link-group .nav-link {
        font-size: 12px;
        line-height: 12PX;
        padding: 10px 10px;
    }
    .deliver-support .step-box {
        padding: 15px;
    }
    .deliver-support .step-block {
        margin-bottom: 15px;
    }
    .on-site-service .row>[class*='col-'] {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .on-site-service .row {
        margin: 0;
    }
    .coming-soon-text h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .coming-soon-text h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .coming-soon-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .rectangle-1 {
        width: 200px;
        height: 200px;
        left: -30%;
        top: -50px;
    }
    .section-rectangle {
        border-radius: 30px;
    }
    .rectangle-2 {
        width: 150px;
        height: 150px;
        top: -10%;
        right: -15%;
    }
    .rectangle-3 {
        width: 200px;
        height: 200px;
        right: -25%;
        top: 80%;
    }
    .platform-img {
        margin-bottom: 10px;
    }
    .recovery-plan-section .section-card {
        padding: 20px 20px;
    }
    .recovery-plan-section .section-card .section-title h4 {
        padding: 0;
    }
    .webinar-section .webinar-filter #sectionTabs .nav-link {
        font-size: 14px;
        line-height: 14px;
        padding: 12px;
    }
    .webinar-section .service-page-tabs #sectionTabs {
        justify-content: start;
    }
    .webinar-search-block h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .search-bar {
        gap: 12px;
        flex-direction: column;
        width: 100%;
    }
    .position-relative {
        position: relative !important;
        width: 100%;
    }
    .has-search .form-control,
    .select-bar .form-select,
    .select-bar {
        width: 100%;
    }
    .webinar-blocks {
        padding: 30px 0;
        margin-top: 30px;
    }
    .webinar-search-block {
        margin-top: 30px
    }
    .resources-select-bar .form-select {
        font-size: 14px;
        line-height: 14px;
        padding: 15px;
        width: 150px;
    }
    .resources-filter {
        gap: 25px;
        padding: 30px 0;
    }
    .resource-box-body h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .resource-box-body {
        padding: 15px;
    }
    .resource-box {
        height: 100%;
        min-height: 270px;
    }
    .resources-blocks .row>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .resources-blocks .row {
        margin: 0 -10px;
    }
    .quote-2 {
        display: none;
    }
    .quote-1 {
        display: none;
    }
    .customer-testimonials-block p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .customer-testimonials-block h5 {
        font-size: 14px;
        line-height: 14px;
    }
    .customer-testimonials-block {
        padding: 15px;
    }
    .inner-industry-page .step-box {
        padding: 15px;
    }
    .integration-language {
        gap: 25px;
        margin-top: 20px;
    }
    .integration-language-box img {
        width: 25px;
        flex-shrink: 0;
    }
    .integration-language-box p {
        font-size: 14px;
        line-height: 14px;
    }
    .industry-work-section .section-card {
        padding: 15px;
    }
    .industry-work-section .section-card ul li a {
        font-size: 14px;
        line-height: 18px;
    }
    .industry-work-section .section-card ul li i {
        font-size: 4px;
        top: 6px;
    }
    .section-title h4 br {
        display: none;
    }
    .nft-marketplace .marketplace-content p {
        font-size: 13px;
        line-height: 18px;
    }
    .nft-marketplace .marketplace-content {
        margin-top: 25px;
    }
    .nft-marketplace .marketplace-content h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .crm-tools .section-card {
        padding: 0 0 15px;
        border-bottom: 1px solid var(--border-color) !important;
    }
    .crm-tools .section-card-blocks .row>[class*='col-']:last-child .section-card {
        border-bottom: 0px solid var(--border-color) !important;
    }
    .sql-section {
        margin-top: 30px;
    }
    .sql-block .image-section {
        margin-bottom: 30px;
    }
    .erp-feature {
        flex-direction: column;
        gap: 0;
    }
    .platforms-section .left-conetnt .erp-feature ul {
        width: auto;
    }
    .pos-section .section-card h5 {
        font-size: 15px;
        line-height: 15px;
        margin: 15px 0;
    }
    .pos-section .section-card ul li {
        font-size: 13px;
        line-height: 16px;
    }
    .pos-section .section-card ul li i {
        font-size: 3px;
    }
    .value-customer .image-section {
        margin-top: 0;
    }
    .hero-ul ul li::before,
    .price-box-content ul li::before {
        width: 14px;
        height: 14px;
    }
    .hero-ul ul li,
    .price-box-content ul li {
        padding: 6px 0 6px 24px;
    }
    .custom-card-hover .card-icon img {
        width: 40px;
    }
    .custom-card-hover .card-icon.card-icon-1 img {
        width: 60px;
    }
    .price-tabs .card-header a img {
        width: 30px;
    }
    .vision-mission .section-card .card-icon img {
        width: 70px;
    }
    .core-value .section-card .card-icon img {
        width: 40px;
    }
    .about-promise-section .section-card .card-icon img {
        width: 28px;
    }
    .four-factor .section-card .card-icon img {
        width: 50px;
    }
    .hire-developer .section-card .card-icon img {
        width: 70px;
    }
    .advantages-developer .section-card .card-icon img {
        width: 50px;
    }
    .five-step-block .step-box img {
        width: 40px;
        margin-bottom: 5px;
    }
    .working-benifit-box-icon {
        width: 80px;
        height: 80px;
    }
    .working-benifit-box {
        gap: 10px;
    }
    .working-culture .step-block .step-box img {
        width: 35px;
    }
    .index-hero .section-title h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .office-location-map {
        margin-bottom: 20px;
    }
    .index-service-section #sectionTabs .nav-link {
        padding: 12px 10px 5px;
        font-size: 12px;
        line-height: 12px;
    }
    .index-service-section #sectionTabs .nav-link::after {
        height: 1px;
    }
    .index-service-section .technology-tab-section .row>[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .index-service-section .technology-tab-section {
        padding: 10px 0 10px;
    }
    .index-service-section .tab-content .service-tab-box {
        padding: 10px;
    }
    .index-service-section .tab-content .service-tab-box ul li {
        font-size: 13px;
        line-height: 18px;
        padding-left: 23px;
    }
    .index-service-section .tab-content .service-tab-box ul li::before {
        width: 13px;
        height: 13px;
    }
    .index-service-section {
        margin-top: 20px;
    }
    .ceo-section {
        padding: 40px 0;
        margin: 0px 0 40px;
    }
    .ceo-section .section-des p {
        font-size: 14px;
        line-height: 20px;
    }
    .ceo-quote {
        width: 40px;
    }
    .ceo-section .about-content h6 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
        text-align: center;
    }
    .ceo-section .section-title h4 {
        font-size: 24px;
        line-height: 24px;
    }
    .go-top {
        width: 35px;
        height: 35px;
        bottom: 15px;
        right: 15px;
    }
    .go-top a i {
        font-size: 16px;
    }
}