.blog-image,
.btn-default,
.image-anime,
.reveal {
    position: relative;
    overflow: hidden
}

.btn-default,
.btn-default::before {
    color: var(--white-color);
    transition: .4s ease-in-out
}

.main-menu ul li a,
.main-menu ul ul,
.main-menu ul ul li a,
.topbar-contact-info ul li,
.topbar-info-text p a,
.topbar-social-links ul li {
    transition: .3s ease-in-out
}

.mission-vision-item,
.page-services .service-item {
    box-shadow: 0 0 100px 2px #0000000D
}

.btn,
.read-more,
.readMore,
a,
a:focus,
a:hover {
    text-decoration: none
}

.read-more:hover,
.topbar-info-text p a {
    text-decoration: underline
}

:root {
    --primary-color: #010535;
    --secondary-color: #F2F2F5;
    --text-color: #000;
    --accent-color: #18479D;
    --accent-secondary-color: #18479D;
    --white-color: #FFFFFF;
    --divider-color: #F5F5F5;
    --dark-divider-color: #FFFFFF33;
    --error-color: rgb(230, 87, 87);
    --default-font: "Familjen Grotesk", sans-serif
}

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    background-color: var(--white-color);
    color: var(--text-color)
}

::-webkit-scrollbar-track {
    background-color: var(--secondary-color);
    border-left: 1px solid var(--secondary-color)
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--secondary-color)
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%)
}

.btn-default,
.client-image.client-counter {
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%)
}

p {
    line-height: 1.7em;
    margin-bottom: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color)
}

.client-image:first-child,
.page-catagery-list ul li:last-child,
.page-service-single .why-choose-item .icon-box,
.post-content .accordion-header,
.section-title-content p,
.slicknav_menu ul ul,
.topbar-social-links ul li:last-child,
.work-step-content p,
figure {
    margin: 0
}

img {
    max-width: 100%
}

a {
    cursor: pointer !important
}

a:focus,
a:hover {
    outline: 0
}

body,
html {
    width: 100%;
    overflow-x: clip;
    top: 0 !important;
}

.container {
    max-width: 1300px
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row>* {
    padding-right: 15px;
    padding-left: 15px
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.image-anime:hover:after {
    height: 250%;
    transition: .6s linear;
    background-color: transparent
}

.reveal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>* {
    padding-right: 0;
    padding-left: 0
}

.btn-default {
    display: inline-block;
    background-size: 200% auto;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 60px 17px 30px;
    z-index: 0
}

.about-contact-btn:hover .icon-box,
.benefit-body-item:hover .icon-box,
.btn-default:hover,
.client-image.client-counter:hover,
.company-experience-box:hover,
.ferature-list-item:hover .icon-box,
.member-social-list ul li a:hover,
.post-social-sharing ul li:hover a,
.post-tags .tag-links a:hover,
.project-detail-item:hover .icon-box,
.section-footer-text p a:hover,
.section-footer-text p a:hover::before,
.section-footer-text p span:hover,
.sidebar-cta-contact .icon-box:hover,
.testimonial-contact-box:hover .icon-box,
.testimonial-video-button a:hover,
.work-step-item:hover .work-step-no {
    background-position: right center
}

.btn-default::before {
    content: '\f0a9';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-30px, -50%);
    font-size: 20px;
    border-radius: 50%
}

.btn-default:hover::before {
    transform: translate(-27px, -50%)
}

.btn-default.btn-highlighted {
    background: var(--white-color);
    color: var(--accent-color);
    background-color: transparent;
    color: var(--white-color)
}

.btn-default.btn-highlighted::after,
.cb-cursor:before,
.pricing-item.highlighted-box {
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%)
}

.btn-default.btn-highlighted::before {
    color: var(--accent-color);
    color: var(--white-color)
}

.btn-default.btn-highlighted::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 100px;
    transition: .4s ease-in-out;
    z-index: -1
}

.btn-default.btn-highlighted:after {
    width: 100%;
    left: 0;
    right: auto
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--primary-color) 98.84%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8
}

.loading,
.loading-container {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%
}

.loading-container {
    margin: 40px auto
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    animation: 1.5s linear infinite rotate-loading;
    transform-origin: 50% 50%
}

.hero-list ul li,
header.main-header {
    border-bottom: 1px solid var(--dark-divider-color)
}

#loading-icon,
.get-free-security-circle {
    left: 50%;
    transform: translate(-50%, -50%)
}

.loading-container .loading,
.loading-container:hover .loading {
    transition: .5s ease-in-out
}

#loading-icon {
    position: absolute;
    top: 50%;
    max-width: 66px
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.section-row {
    margin-bottom: 80px
}

.section-row .section-title {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}

.section-btn,
.testimonial-quote {
    text-align: end
}

.section-title {
    position: relative;
    margin-bottom: 10px;
    z-index: 1
}

.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 30px;
    margin-bottom: 20px
}

.mission-vision-item:hover .mission-vision-content h3,
.mission-vision-item:hover .mission-vision-content p,
.page-catagery-list ul li:hover a,
.page-catagery-list ul li:hover a::before,
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before,
.page-header-box ol li.breadcrumb-item.active,
.section-title h1,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section h3,
.section-title.dark-section p,
.team-detail-list li:hover,
.testimonial-slider .testimonial-button-next:hover::before,
.testimonial-slider .testimonial-button-prev:hover::before,
.video-play-button:hover a i,
.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content p {
    color: var(--white-color)
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/inner-pages/about-us/icon.webp') left center/cover no-repeat;
    width: 20px;
    height: 20px
}

.section-title h1 {
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 0;
    cursor: none
}

.section-title h2,
.section-title h4 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
    cursor: auto
}

.section-title h1 span,
.section-title h2 span,
.section-title h4 span {
    background: linear-gradient(90.15deg, var(--accent-color) 0, var(--accent-secondary-color) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-menu ul ul,
.slicknav_btn,
.slicknav_menu,
.topbar {
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%)
}

.post-entry ol ol,
.post-entry ol ul,
.post-entry ul ol,
.post-entry ul ul,
.section-title p {
    margin-top: 20px;
    margin-bottom: 0
}

.contact-info-item:hover .icon-box img,
.mission-vision-item:hover .icon-box img,
.section-title.dark-section h3::before,
.service-item.active .icon-box img,
.service-item:hover .icon-box img,
.team-detail-list li:hover img,
.why-choose-item:hover .icon-box img {
    filter: brightness(0) invert(1)
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px
}

.topbar {
    padding: 10px 0
}

.company-experience-content p,
.pricing-header p,
.sidebar-cta-contact-content p,
.sidebar-cta-content p,
.topbar-info-text p {
    color: var(--white-color);
    opacity: 80%;
    margin-bottom: 0
}

.topbar-info-text p a {
    font-weight: 700;
    text-transform: capitalize;
    color: inherit;
    text-underline-offset: 3px
}

.client-image.client-counter:hover h3,
.cta-contact-content p a:hover,
.page-testimonials .testimonial-body .author-content h3,
.service-item .service-btn a:hover,
.skills-progress-bar .skill-data .skill-no,
.topbar-contact-info ul li:hover,
.topbar-info-text p a:hover,
.topbar-social-links ul li:hover a {
    color: var(--primary-color)
}

.topbar-links {
    display: flex;
    align-items: center;
    justify-content: end
}

.topbar-contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap:20px;
}

.topbar-contact-info ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    color: var(--white-color);
    white-space: nowrap;
}

.main-menu ul ul li,
.page-header-box ol,
.topbar-contact-info ul li:last-child {
    margin: 0;
    padding: 0
}

.DeskNone,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.contact-info-item:last-child::before,
.contact-info-item:nth-child(3n+3)::before,
.fancybox-video,
.main-menu ul li.highlighted-menu,
.navbar-toggle,
.ori-project-content-4 .ori-project-tab-btn button:after,
.ori-service-why-choose-text .ori-service-why-choose-list-item ul li:last-child:after,
.responsive-menu,
.service-feature-item:last-child:before,
.service-feature-item:nth-child(3n+3):before,
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.topbar-contact-info ul li:last-child:before,
.why-choose-counter-item:last-child:after,
.why-choose-counter-item:nth-child(4n+4)::after,
.work-step-item:last-child:before,
div#google_translate_element .skiptranslate span {
    display: none
}

.footer-social-links ul,
.member-social-list ul,
.post-social-sharing ul,
.recent-post-list,
.topbar-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.topbar-social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.topbar-social-links ul li a {
    display: block;
    color: var(--white-color);
    transition: .3s ease-in-out
}

.post-social-sharing ul li a i,
.topbar-social-links ul li a i {
    font-size: 18px;
    color: inherit
}

header.main-header {
    position: relative;
    z-index: 100
}

header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform .3s ease-in-out;
    border-radius: 0
}

header.main-header .header-sticky.active {
    transform: translateY(0);
    background-color: var(--white-color);
    border-bottom: 1px solid var(--divider-color)
}

.navbar {
    padding: 10px 0;
    align-items: center
}

.navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 175px
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 0 20px
}

.main-menu .nav-menu-wrapper>ul {
    align-items: center;
    display: inline-flex
}

.main-menu ul li {
    margin: 0;
    position: relative
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 14px 20px;
    color: var(--primary-color)
}

a.link-inner {
    display: block;
    padding: 8px 10px !important;
    font-size: 19px !important
}

.main-menu ul li.submenu>a:after {
    content: '\f107';
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px
}

.blog-content h3 a,
.main-menu ul li a:focus,
.main-menu ul li a:hover,
.testimonial-contact-content p a:hover {
    color: var(--accent-secondary-color)
}

.main-menu ul ul ul {
    width: 300px;
    left: 100%;
    top: 0;
    text-align: left
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 230px;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left
}

.main-menu ul li.submenu:first-child ul {
    width: 230px
}

.main-menu ul li.submenu ul li.submenu>a:after {
    content: '\f105';
    float: right
}

.main-menu ul ul li a {
    color: var(--white-color);
    padding: 8px 20px !important
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0
}

.main-menu ul ul li a:focus,
.main-menu ul ul li a:hover {
    color: var(--primary-color);
    background-color: transparent;
    padding: 8px 20px 8px 23px !important
}

.responsive-menu {
    top: 0;
    position: relative
}

.slicknav_btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: .1s ease-in-out
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:first-child {
    transform: rotate(-45deg) translate(-5px, 5px)
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2),
.team-item:hover .team-image figure:before {
    opacity: 0
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px)
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0
}

.slicknav_menu ul {
    margin: 5px 0
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: .3s ease-in-out
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:focus,
.slicknav_nav a:hover {
    background-color: transparent;
    color: var(--primary-color)
}

.slicknav_menu ul ul li a {
    padding: 8px 20px 8px 30px
}

.slicknav_arrow {
    font-size: 0 !important
}

.slicknav_arrow:after {
    content: '\f107';
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-out
}

.slicknav_open>a .slicknav_arrow:after {
    transform: translateY(-52%) rotate(-180deg);
    color: var(--primary-color)
}

.hero.hero-video {
    padding: 205px 0
}

.hero.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img,
.hero.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero.hero-slider-layout {
    background: 0 0;
    padding: 0
}

.hero.hero-slider-layout .hero-slide {
    position: relative;
    padding: 205px 0
}

.hero.hero-slider-layout .hero-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(1, 5, 53, .28) 43.57%, rgba(1, 5, 53, .8) 100%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.hero.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 70px;
    text-align: left;
    padding-left: calc(((100vw - 1300px)/ 2) + 15px);
    z-index: 2
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--white-color);
    opacity: 1;
    transition: .3s ease-in-out;
    margin: 0 5px
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color)
}

.hero-content {
    position: relative;
    width: 100%;
    max-width: 635px;
    z-index: 2
}

.hero-content-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px
}

.video-play-button {
    display: flex;
    align-items: center;
    justify-content: center
}

.video-play-button a {
    height: 50px;
    width: 50px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
    margin-right: 10px;
    transition: .3s ease-in-out
}

.video-play-button:hover a {
    background: var(--accent-color)
}

.about-us-body,
.service-btn a::before {
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%)
}

.video-play-button i {
    font-size: 18px;
    color: var(--accent-color);
    transition: .3s ease-in-out
}

.video-play-button h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
    margin: 0
}

.hero-content-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 80px
}

.about-footer-list ul,
.benefit-footer-list ul,
.hero-list ul,
.page-catagery-list ul,
.pricing-list ul,
.service-entry ul,
.team-detail-list ul,
.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hero-list ul li {
    background: url('../images/icon-check-white.svg') left top/24px auto no-repeat;
    line-height: 1.5em;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 25px;
    padding: 0 0 25px 35px
}

.hero-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.our-client-images {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.client-image {
    display: inline-block;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    margin-left: -14px;
    width: 62px;
    height: 62px;
    overflow: hidden;
    z-index: 1
}

.benefit-img-2 figure,
.client-image figure,
.how-it-work-img-1 figure,
.how-it-work-img-2 figure {
    display: block
}

.client-image img {
    width: 100%;
    max-width: 60px;
    border-radius: 50%
}

.client-image.client-counter {
    background-size: 200% auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out
}

.client-image.client-counter h3 {
    font-size: 22px;
    color: var(--white-color);
    margin: 0;
    transition: .4s ease-in-out
}

.our-client-content {
    margin-top: 10px
}

.cta-contact-content p,
.footer-copyright-text p,
.our-client-content p {
    color: var(--white-color);
    margin-bottom: 0
}

.about-us,
.podcast-sec {
    padding: 50px 0
}

.about-us-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    margin-right: 20px
}

.about-footer-content,
.about-footer-list,
.about-image-box,
.project-entry-image,
.project-scope-box ul li,
.project-video-box,
.project-video-content,
.skills-progress-bar {
    width: calc(50% - 15px)
}

.about-img-2,
.ori-achivement-history-item .achivement-text,
.ori-service-page-service-inner-item .service-icon,
.page-testimonials .testimonial-header,
.post-image,
.project-deatil-title,
.team-detail-content,
.testimonial-content {
    margin-bottom: 30px
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure,
.cta-box-image figure,
.faq-image figure,
.feature-image figure,
.our-approach-image figure,
.project-entry-image figure,
.project-video-image figure,
.security-image figure,
.service-entry-image figure,
.team-singe-image figure,
.what-we-do-img-1 figure,
.what-we-do-img-2 figure,
.why-choose-image figure {
    display: block;
    border-radius: 30px
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img,
.what-we-do-img-1 img,
.what-we-do-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px
}

.about-img-1 img {
    aspect-ratio: 1/1.91
}

.about-img-2 img,
.about-img-3 img {
    aspect-ratio: 1/1.07
}

.get-free-security-circle {
    position: absolute;
    top: 50%;
    z-index: 1
}

.get-free-security-circle img {
    width: 100%;
    max-width: 166px;
    animation: 20s linear infinite infiniterotate
}

@keyframes infiniterotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 100px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 20px
}

.about-us-body-img {
    width: 200px;
    height: 145px;
    background-color: var(--white-color);
    clip-path: polygon(45% -70%, 96% 50%, 50% 155%, 0 50%);
    display: flex;
    margin-right: 10px;
    margin-left: -20px
}

.about-us-body-img figure {
    width: 180px;
    height: 145px;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    overflow: hidden
}

.about-us-body-img img {
    width: 180px;
    height: 145px
}

.about-us-body-content {
    width: calc(100% - 190px)
}

.about-us-body-content h3 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.about-us-body-content p {
    color: var(--white-color);
    margin: 0
}

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px
}

.about-footer-list ul li {
    background: url('../images/icon-check.svg') left top/24px auto no-repeat;
    line-height: 1.5em;
    padding-left: 35px;
    margin-bottom: 20px
}

.about-footer-list ul li:last-child,
.benefit-footer-list ul li:last-child,
.faq-accordion .accordion-item:last-child,
.ferature-list-content p,
.ferature-list-item:last-child,
.footer-links ul li:last-child,
.mission-vision-item:last-child,
.page-faqs-accordion:last-child,
.post-entry blockquote p:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child,
.post-entry p:last-child,
.post-entry ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ul ul li:last-child,
.pricing-list ul li:last-child,
.project-detail-item:last-child,
.project-entry p:last-child,
.section-footer-text p,
.security-content-item p,
.security-content-item:last-child,
.security-list-item p,
.service-entry p:last-child,
.service-entry ul li:last-child,
.service-feature-content p,
.team-detail-content p,
.team-detail-list li:last-child,
.team-member-detail p:last-child,
.testimonial-content p:last-child,
.what-we-do-body ul li:last-child,
.why-choose-item:last-child,
.work-step-item:last-child {
    margin-bottom: 0
}

.about-contact-btn {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.about-contact-btn .icon-box {
    position: relative;
    height: 46px;
    width: 46px;
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
    transition: .3s ease-in-out;
    z-index: 1
}

.service-btn a::before,
.service-item::before {
    position: absolute;
    right: 0;
    left: 0;
    content: '';
    bottom: 0
}

.about-contact-btn .icon-box img {
    width: 100%;
    max-width: 28px
}

.about-footer-btn-content {
    width: calc(100% - 56px)
}

.about-footer-btn-content h3 {
    font-size: 20px;
    color: var(--primary-color);
    margin: 0
}

.our-feature-content,
.service-btn a {
    margin-left: 15px
}

.about-footer-btn-content h3 a,
.page-header-box ol li.breadcrumb-item a,
.post-item-body h3 a,
.project-content h3 a,
.service-title h3 a,
.team-content h3 a {
    color: inherit
}

.our-services,
.our-services.page-services,
.page-gallery,
.page-projects,
.page-team,
.page-testimonials,
.page-video-gallery {
    padding: 100px 0 70px
}

.service-item {
    position: relative;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 45px 45px 20px;
    overflow: hidden;
    transition: .4s ease-in-out;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.dark .wc-btn-primary,
.dark .wc-btn-primary.bordered:hover,
.nav-item ul.submenu a.nav-link,
.readMore:hover,
.service-item.active .service-content p,
.service-item.active .service-title h3 a,
.service-item:hover .service-content p,
.service-item:hover p,
li.submenu ul .nav-item a.nav-link {
    color: #fff
}

.service-item::before {
    background: #18479d;
    height: 0;
    width: 100%;
    z-index: 0;
    transition: .4s ease-in-out
}

.service-item:hover {
    background-color: #ebf0e6;
    transition: .4s ease-in-out;
    border-radius: 22px;
    transform: translateY(10px)
}

.ferature-list-item .icon-box,
.project-detail-item .icon-box,
.section-footer-text p a,
.section-footer-text p a::before {
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%)
}

.benefit-img-1,
.benefit-img-1 figure,
.benefit-img-1 img,
.project-item.active .project-image a figure::before,
.project-item:hover .project-image a figure::before,
.service-item.active:before,
.service-item:hover:before {
    height: 100%
}

.service-item .icon-box {
    position: relative;
    margin-bottom: 90px;
    z-index: 1
}

.mission-vision-item .icon-box img,
.service-item .icon-box img,
.why-choose-item .icon-box img {
    width: 100%;
    max-width: 80px;
    transition: .4s ease-in-out
}

.service-title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    z-index: 1
}

.service-title {
    width: calc(100% - 55px)
}

.service-title h3 {
    font-size: 20px;
    font-weight: 600;
    transition: .4s ease-in-out
}

.ori-project-item-3 .ori-project-img-text .ori-project-text h3 a,
.ori-project-item-4 .ori-project-img-text .ori-project-text h3 a,
.section-full .btn-default::before,
.service-item.active .service-title h3,
.service-item:hover .service-title h3,
.teamh2,
.why-choose-us .section-title.dark-section h2,
.why-choose-us .section-title.dark-section h3 {
    color: #000
}

.service-btn a {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: .4s ease-in-out
}

.service-item.active .service-btn a,
.service-item:hover .service-btn a {
    background: var(--white-color);
    color: var(--accent-secondary-color)
}

.service-btn a::before {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .4s ease-in-out
}

.post-item-btn a i,
.service-btn a i {
    font-size: 20px;
    color: inherit
}

.our-approach-image,
.page-header-box,
.service-content {
    position: relative;
    z-index: 1
}

.service-content p {
    margin-bottom: 0;
    transition: .4s ease-in-out;
    font-size: 17px
}

.error-page,
.how-it-work,
.our-blog,
.our-faqs,
.our-feature,
.our-security,
.our-testimonials,
.page-blog,
.page-faqs,
.page-pricing,
.page-project-single,
.page-single-post,
.page-team-single {
    padding: 100px 0
}

.feature-image img {
    width: 100%;
    aspect-ratio: 1/0.62;
    object-fit: cover;
    border-radius: 30px
}

.company-experience-info {
    display: flex;
    gap: 30px;
    margin-top: 30px
}

.company-experience-info .feature-image {
    width: calc(65% - 15px)
}

.company-experience-info .feature-image img {
    aspect-ratio: 1/0.652
}

.company-experience-box {
    width: calc(35% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 50%, var(--accent-color) 98.15%);
    background-size: 200% auto;
    text-align: center;
    border-radius: 30px;
    padding: 20px;
    transition: .4s ease-in-out
}

.company-experience-content {
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.company-experience-content h2 {
    font-size: 60px;
    color: var(--white-color);
    margin-bottom: 10px
}

.company-client-images .client-image {
    width: 32px;
    height: 32px;
    margin-left: -8px
}

.company-client-images .client-image img,
.ferature-list-item .icon-box img {
    max-width: 30px
}

.company-client-images .client-image.client-counter h3 {
    font-size: 10px
}

.ferature-list-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.ferature-list-item .icon-box,
.project-detail-item .icon-box {
    height: 60px;
    width: 60px;
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    overflow: hidden;
    transition: .4s ease-in-out
}

.ferature-list-content,
.project-detail-content,
.testimonial-contact-content,
.work-step-content {
    width: calc(100% - 80px)
}

.ferature-list-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.our-pricing,
.our-projects {
    background: var(--secondary-color);
    padding: 100px 0
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--dark-divider-color);
    border-right: none;
    border-bottom: none;
    border-radius: 30px;
    overflow: hidden
}

.project-item {
    position: relative;
    width: 25%;
    border-right: 1px solid var(--dark-divider-color);
    border-bottom: 1px solid var(--dark-divider-color);
    border-top: none;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
    z-index: 1
}

.project-item:nth-child(-4n+4) {
    border-radius: 0 30px 0 0
}

.project-item:last-child {
    border-radius: 0 0 30px
}

.project-image a,
.project-image figure {
    display: block;
    overflow: hidden;
    cursor: none
}

.project-image figure::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(85, 199, 224, .6) 0, rgba(78, 82, 172, .6) 100%);
    height: 0;
    width: 100%;
    transition: .4s ease-in-out;
    z-index: 1
}

.project-image img {
    width: 100%;
    aspect-ratio: 1/1.377;
    object-fit: cover;
    transition: .4s ease-in-out
}

.btn:hover,
.project-item.active .project-image img,
.project-item:hover .project-image img {
    transform: scale(1.05)
}

.project-content {
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 30px;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    z-index: 1
}

.page-projects .project-item .project-content,
.project-item.active .project-content,
.project-item:hover .project-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.error-page-content .section-title,
.page-catagery-list ul li,
.post-entry p,
.project-content p,
.project-entry p,
.service-entry p,
.sidebar-cta-logo,
.team-member-detail p,
.testimonial-section .section-title,
.why-choose-counter-item .icon-box {
    margin-bottom: 20px
}

.project-content p a {
    display: inline-block;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 5px;
    padding: 8px 10px
}

.post-item-body h3,
.project-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    color: var(--white-color)
}

.section-footer-text {
    width: 100%;
    max-width: 580px;
    text-align: center;
    margin: 80px auto 0
}

.section-footer-text p a {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s ease-in-out
}

.benefit-footer-list ul li,
.pricing-list ul li,
.what-we-do-body ul li {
    background-position: top left;
    background-size: 24px auto;
    padding-left: 35px
}

.section-footer-text p a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-size: 200% auto;
    height: 2px;
    width: 100%;
    transition: .3s ease-in-out
}

.why-choose-us {
    background-size: cover;
    background-color: var(--secondary-color)
}

.author-image,
.cta-contact-item .icon-box,
.what-we-item .icon-box,
.why-choose-image {
    margin-right: 20px
}

.cta-contact-item,
.faq-content,
.footer-newsletter-form,
.how-it-work-content {
    margin-right: 30px
}

.why-choose-image img {
    width: 100%;
    aspect-ratio: 1/1.25;
    object-fit: cover;
    border-radius: 30px
}

.why-choose-item {
    background-color: var(--white-color);
    display: flex;
    flex-wrap: wrap
}

.mission-vision-item:before,
.why-choose-item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    transition: .4s ease-in-out;
    z-index: 0
}

.mission-vision-item:hover:before,
.why-choose-item:hover:before {
    top: 0;
    bottom: auto;
    height: 100%
}

.mission-vision-item .icon-box,
.why-choose-item .icon-box {
    position: relative;
    margin-right: 30px;
    z-index: 1
}

.mission-vision-content,
.why-choose-item-content {
    position: relative;
    width: calc(100% - 110px);
    z-index: 1
}

.mission-vision-content h3,
.why-choose-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: .4s ease-in-out
}

.mission-vision-content p,
.why-choose-item-content p {
    margin: 0;
    transition: .4s ease-in-out
}

.why-choose-counter-list {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.why-choose-counter-item {
    position: relative;
    text-align: center;
    flex-grow: 1;
    background: #18479d;
    padding: 20px;
    border-radius: 20px
}

.why-choose-counter-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: var(--dark-divider-color);
    width: 1px;
    height: 85%
}

.service-feature-box .icon-box img,
.why-choose-counter-item .icon-box img {
    width: 100%;
    max-width: 60px
}

.why-choose-counter-content h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px
}

.why-choose-counter-content p {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0
}

.pricing-header h2,
.pricing-header h3 {
    color: var(--white-color);
    margin-bottom: 15px
}

.ori-project-content-4 .ori-project-tab-btn li,
.page-single-slider,
.pricing-list,
.security-content-item,
.security-image {
    margin-bottom: 40px
}

.security-content-item h3,
.security-list-item h3,
.work-step-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.security-image img {
    width: 100%;
    aspect-ratio: 1/0.51;
    object-fit: cover;
    border-radius: 30px
}

.security-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border-top: 1px solid var(--divider-color);
    margin-top: 80px;
    padding-top: 80px
}

.security-list-item {
    width: calc(33.33% - 20px);
    background: url(../images/icon-check.svg) top left/26px auto no-repeat;
    padding-left: 35px
}

.pricing-item {
    height: calc(100% - 30px);
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

.pricing-header {
    position: relative;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-bottom: 1px solid transparent;
    padding: 30px
}

.pricing-header h3 {
    font-size: 20px
}

.pricing-header h2 {
    font-size: 46px
}

.pricing-header h2 sup {
    font-size: 20px;
    top: -10px
}

.pricing-header h2 sub {
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    opacity: 80%
}

.pricing-header .icon-box {
    position: absolute;
    top: -14px;
    right: -35px
}

.pricing-header .icon-box img {
    width: 100%;
    max-width: 100px
}

.testimonial-video-button a:after,
.testimonial-video-button a:before {
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    transform: scale(.6);
    z-index: -1;
    content: ''
}

.pricing-body {
    padding: 30px
}

.pricing-list ul li {
    background-image: url('../images/icon-check.svg');
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 20px
}

.pricing-item.highlighted-box .pricing-header {
    background: 0 0;
    border-bottom-color: var(--dark-divider-color)
}

.pricing-item.highlighted-box .btn-default.btn-highlighted:after,
.testimonial-box::before,
.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover {
    background: var(--primary-color)
}

.pricing-item.highlighted-box .pricing-list ul li {
    color: var(--white-color);
    background-image: url('../images/icon-check-white.svg')
}

.pricing-benefit-list {
    margin-top: 30px
}

.pricing-benefit-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 50px
}

.pricing-benefit-list ul li {
    display: flex;
    align-items: center;
    color: var(--primary-color)
}

.pricing-benefit-list ul li img {
    max-width: 20px;
    margin-right: 15px
}

.testimonial-box {
    position: relative;
    background: url(../images/testimonial-bg.webp) center center/cover no-repeat;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 30px
}

.testimonial-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    opacity: 60%;
    height: 100%;
    width: 100%;
    transition: .4s ease-in-out;
    z-index: 1
}

.testimonial-slider-box,
.testimonial-video-button {
    position: relative;
    width: calc(50% - 15px);
    z-index: 1
}

.author-text1 h3,
.author-text1 span,
.error-page-content,
.footer-copyright-text,
.page-header-box,
.testimonial-video-button,
.text-center {
    text-align: center
}

.testimonial-video-button a {
    position: relative;
    background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 100%;
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    transition: .4s ease-in-out
}

.testimonial-video-button a:before {
    position: absolute;
    border: 50px solid var(--divider-color);
    border-radius: 50%;
    animation: 1.2s linear infinite border-zooming
}

.testimonial-video-button a:after {
    position: absolute;
    border: 50px solid var(--divider-color);
    border-radius: 50%;
    animation: 1.2s linear .3s infinite border-zooming
}

.team-image figure:before,
.team-image:before {
    right: 0;
    bottom: 0;
    left: 0;
    transition: .4s ease-in-out
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.testimonial-video-button a i {
    font-size: 30px;
    color: var(--white-color);
    margin-left: 3px
}

.testimonial-video-button h3 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    text-transform: capitalize
}

.testimonial-slider {
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-radius: 30px 30px 0;
    padding: 50px;
    overflow: hidden;
    margin-top: -135px
}

.page-gallery-box .photo-gallery a,
.page-single-slider .swiper-wrapper,
.testimonial-slider .swiper-wrapper {
    cursor: none
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px
}

.testimonial-body,
.testimonial-btn {
    align-items: center;
    display: flex
}

.testimonial-company-logo img {
    width: 100%;
    max-width: 165px;
    max-height: 40px
}

.benefit-body-item .icon-box img,
.project-detail-item .icon-box img,
.testimonial-contact-box .icon-box img,
.testimonial-quote img {
    width: 100%;
    max-width: 30px
}

.testimonial-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    opacity: 80%;
    margin-bottom: 20px
}

.author-image figure {
    display: block;
    border-radius: 50%
}

.author-image img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%
}

.author-content,
.cta-contact-content,
.what-we-item-content {
    width: calc(100% - 70px)
}

.author-content h3,
.team-content h3 {
    color: var(--white-color);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.author-content p,
.team-content p {
    color: var(--white-color);
    opacity: 80%;
    text-transform: capitalize;
    margin: 0
}

.testimonial-btn {
    position: absolute;
    bottom: 5px;
    right: 0;
    justify-content: right;
    z-index: 1
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
    position: relative;
    width: 32px;
    height: 32px;
    background: var(--white-color);
    border-radius: 50%;
    transition: .4s ease-in-out
}

.testimonial-slider .testimonial-button-next {
    margin-left: 20px
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before {
    font-family: FontAwesome;
    content: '\f061';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out
}

.testimonial-slider .testimonial-button-prev::before {
    transform: rotate(180deg)
}

.testimonial-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 40px 40px 40px 0
}

.testimonial-contact-box {
    width: calc(65% - 15px);
    display: flex;
    align-items: center
}

.testimonial-contact-box .icon-box,
.work-step-item .work-step-no {
    height: 60px;
    width: 60px;
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: .4s ease-in-out
}

.bg,
.our-faqs.home-our-faqs,
.our-services,
.our-team {
    background: var(--secondary-color)
}

.testimonial-contact-content p {
    color: var(--white-color);
    font-weight: 500;
    margin: 0
}

.testimonial-contact-content p a {
    display: inline-block;
    color: inherit;
    text-decoration: underline;
    transition: .4s ease-in-out
}

.testimonial-contact-btn {
    width: calc(35% - 15px);
    text-align: end
}

.our-team {
    padding: 50px 0
}

.bg-white,
.our-team.our-upcoming {
    background-color: #fff
}

.cta-box,
.faq-accordion .accordion-item::before {
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%)
}

.post-item,
.team-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.parallax,
.parallax>div:first-child,
.project-video-box,
.team-image,
.what-we-do-img-1 {
    position: relative
}

.team-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    transform: scale(0);
    background: linear-gradient(180deg, rgba(85, 202, 225, .6) -.01%, rgba(78, 82, 172, .6) 111.29%);
    border-radius: 30px;
    z-index: 1
}

.contact-info-item:hover .icon-box::before,
.team-item:hover .team-image:before {
    transform: scale(1)
}

.team-image a,
.team-image a figure {
    display: block;
    cursor: none;
    border-radius: 30px;
    overflow: hidden
}

.team-image figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    background: linear-gradient(180deg, rgba(85, 202, 225, 0) 63.54%, #4e52ac 110.14%);
    border-radius: 30px;
    z-index: 1
}

.team-image a img {
    width: 100%;
    aspect-ratio: 1/1.36;
    object-fit: cover;
    transition: .4s ease-in-out
}

.post-item:hover .post-featured-image img,
.team-item:hover .team-image a img {
    transform: scale(1.1)
}

.team-social-icon {
    position: absolute;
    top: 50%;
    transform: translateY(0);
    left: 30px;
    right: 30px;
    opacity: 0;
    transition: .4s ease-in-out;
    z-index: 2
}

.team-item:hover .team-social-icon {
    transform: translateY(-50%);
    opacity: 1
}

.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px
}

.team-social-icon ul li a {
    border: 1px solid var(--white-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease-in-out
}

.team-social-icon ul li:hover a {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.member-social-list ul li a i,
.team-social-icon ul li a i {
    color: var(--white-color);
    font-size: 18px
}

.team-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    z-index: 2
}

.cta-box-section {
    padding: 50px 0 100px
}

.cta-box {
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 70px;
    padding: 25px 25px 25px 60px
}

.CareersIcon img,
.cta-box-content,
.hero-slider-layout .slider__image img,
.page-service-single .why-choose-item .why-choose-item-content,
.swiper-loop {
    width: 100%
}

.cta-contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1
}

.cta-contact-info:before {
    content: '';
    position: absolute;
    width: 125px;
    height: 100px;
    bottom: 10px;
    right: 0;
    transform: rotateY(180deg);
    background: url(../images/cta-box-arrow.svg) right center/cover no-repeat;
    animation: 2s linear infinite alternate ctamovearrow
}

.faq-accordion .accordion-item::before,
.our-approach:before,
.page-header::before,
.post-featured-image figure:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%
}

@keyframes ctamovearrow {
    50% {
        right: -30px
    }
}

.cta-contact-item {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--dark-divider-color);
    padding-right: 30px
}

.cta-contact-item:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.cta-box-image img,
.faq-image img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover
}

.cta-contact-item .icon-box img,
.what-we-item .icon-box img {
    width: 100%;
    max-width: 50px
}

.cta-contact-content h3 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 5px
}

.contact-info-content p a,
.cta-contact-content p a,
.sidebar-cta-contact-content h3 a {
    color: inherit;
    transition: .4s ease-in-out
}

.cta-box-image {
    width: calc(36% - 35px)
}

.cta-box-image img {
    aspect-ratio: 1/0.705
}

.faq-image img {
    aspect-ratio: 1/0.608
}

.faq-accordion .accordion-item {
    position: relative;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 0;
    transition: .3s ease-in-out;
    overflow: hidden
}

.faq-accordion .accordion-item::before {
    position: absolute;
    top: 0;
    border-radius: 20px;
    width: 100%;
    z-index: 0
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    background: 0 0;
    color: var(--primary-color);
    padding: 26px 50px 26px 30px;
    transition: .3s ease-in-out
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed) {
    color: var(--white-color);
    border-bottom: 1px solid var(--dark-divider-color)
}

.faq-accordion .accordion-header .accordion-button.collapsed {
    background: var(--white-color);
    color: var(--primary-color)
}

.faq-accordion .accordion-item .accordion-button.collapsed::after,
.faq-accordion .accordion-item .accordion-button::after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in-out
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    color: var(--white-color);
    transform: translateY(-50%) rotate(180deg)
}

.faq-accordion .accordion-body {
    position: relative;
    padding: 15px 50px 30px 30px;
    z-index: 1
}

.contact-info-content p,
.faq-accordion .accordion-body p {
    color: var(--white-color);
    opacity: 80%;
    margin: 0
}

.post-featured-image a {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    cursor: none
}

.post-featured-image figure:before {
    position: absolute;
    width: 100%;
    top: auto;
    background: linear-gradient(180deg, transparent 58.63%, var(--accent-color) 110.88%);
    z-index: 1
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1/1.02;
    object-fit: cover;
    transition: .4s ease-in-out
}

.post-item-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    z-index: 2
}

.post-item-btn a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    background-color: var(--white-color);
    color: var(--accent-color);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: .4s ease-in-out
}

.page-pagination ul li a:hover,
.page-pagination ul li.active a,
.post-item-btn a:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.main-footer {
    background: url(../images/footer.webp), linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 50px 0 0
}

.footer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 80px;
    padding-bottom: 50px
}

.footer-logo img,
.sidebar-cta-logo img {
    width: 100%;
    max-width: 223px
}

.footer-social-links ul li,
.member-social-list ul li {
    display: inline-block;
    margin-right: 15px
}

.footer-social-links ul li:last-child,
.post-social-sharing ul li:last-child {
    margin-right: 0
}

.footer-social-links ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out
}

.footer-social-links ul li:hover a {
    border-color: var(--primary-color)
}

.footer-social-links ul li a i {
    color: var(--white-color);
    font-size: 18px;
    transition: .3s ease-in-out
}

.footer-social-links ul li:hover a i {
    color: #e78a3b
}

.footer-links h3 {
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px
}

.footer-links p {
    color: var(--white-color);
    margin-bottom: 30px
}

.footer-newsletter-form .form-group,
.mega-menu-list {
    display: flex
}

.footer-newsletter-form .form-group .form-control {
    width: calc(100% - 70px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--text-color);
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 100px;
    outline: 0;
    box-shadow: none;
    padding: 15px 20px
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--text-color)
}

.footer-newsletter-form .form-group .newsletter-btn {
    background-color: var(--white-color);
    color: var(--primary-color);
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 10px;
    transition: .3s ease-in-out
}

.footer-newsletter-form .form-group .newsletter-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    transform: rotate(25deg)
}

.footer-newsletter-form .form-group .newsletter-btn i {
    font-size: 30px;
    color: inherit;
    padding-right: 5px
}

.footer-quick-links {
    padding-right: 59px
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-links ul li,
.page-header-box h1 {
    margin-bottom: 10px;
    color: var(--white-color)
}

.footer-links ul li {
    line-height: 1.7em
}

.footer-links ul li a {
    color: inherit;
    transition: .3s ease-in-out
}

.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 10px;
    padding: 10px 0
}

.page-header {
    position: relative;
    background-color: #18479d;
    padding: 50px 0
}

.page-header::before {
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, rgb(255 255 255 / 28%) 43.57%, rgb(1 5 53 / 59%) 100%);
    width: 100%;
    z-index: 0
}

.page-header-box h1 {
    display: inline-block;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.2em;
    cursor: text
}

.page-header-box ol li.breadcrumb-item {
    font-weight: 500;
    line-height: normal;
    color: var(--white-color)
}

.our-approach {
    position: relative;
    padding: 100px 0;
    background-image: url('../images/our-approach-bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.our-approach:before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(242, 242, 245, .6) 99.12%, #f2f2f5 99.38%);
    width: 100%;
    z-index: 1
}

.our-approach-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.our-approach-content {
    position: relative;
    margin-right: -110px;
    z-index: 2
}

.mission-vision-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: var(--white-color);
    border-radius: 30px;
    padding: 25px 30px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .4s ease-in-out
}

.our-approach-image img {
    width: 100%;
    aspect-ratio: 1/0.863;
    object-fit: cover;
    border-radius: 30px
}

.page-contact-us,
.page-service-single,
.what-we-do {
    padding: 60px 0
}

.what-we-do-image {
    position: relative;
    padding: 0 80px 117px 0;
    margin-right: 30px
}

.what-we-do-img-1::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 0
}

.what-we-do-img-1 img {
    aspect-ratio: 1/1.01
}

.what-we-do-img-2 {
    position: absolute;
    max-width: 270px;
    right: 0;
    bottom: 0;
    z-index: 1
}

.what-we-do-img-2 img {
    aspect-ratio: 1/0.68
}

.company-experience-box.what-we-do-circle {
    position: absolute;
    top: 170px;
    right: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding: 15px;
    z-index: 1
}

.company-experience-box.what-we-do-circle h3 {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px
}

.member-contact-form .form-control,
.page-testimonials .testimonial-content p {
    font-size: 16px;
    color: var(--text-color)
}

.company-experience-box.what-we-do-circle p {
    color: var(--white-color);
    text-transform: capitalize;
    line-height: 1.4em;
    margin: 0
}

.team-member-detail,
.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px
}

.benefit-footer-list ul li,
.what-we-do-body ul li {
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 20px
}

.project-entry ul li,
.team-single-list ul li {
    background: url(../images/icon-check.svg) top left/24px auto no-repeat;
    padding-left: 30px
}

.what-we-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.what-we-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center
}

.our-benefit-body,
.work-step-item {
    flex-wrap: wrap;
    margin-bottom: 40px
}

.benefit-body-item-content h3,
.what-we-item-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: capitalize
}

.work-step-item {
    position: relative;
    display: flex
}

.work-step-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(30px, 55px);
    border: 1px dashed var(--accent-secondary-color);
    width: 1px;
    height: 100%;
    z-index: -1
}

.work-step-no h3 {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700
}

.how-it-work-image {
    position: relative;
    padding-left: 80px
}

.how-it-work-img-1 img,
.how-it-work-img-2 img {
    width: 100%;
    object-fit: cover
}

.how-it-work-img-1 figure,
.ori-service-why-choose-img img,
.our-cstm-sec img {
    border-radius: 30px
}

.how-it-work-img-1 img {
    aspect-ratio: 1/1.16
}

.how-it-work-img-2 {
    position: absolute;
    max-width: 306px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: 10px solid var(--white-color);
    border-radius: 30px;
    overflow: hidden;
    z-index: 1
}

.how-it-work-img-2 img {
    aspect-ratio: 1/1.02
}

.our-benefits {
    background-color: var(--secondary-color)
}

.google-map .container-fluid,
.our-benefits .container-fluid {
    padding: 0
}

.our-benefit-image {
    position: relative;
    height: 100%;
    padding-right: 85px;
    margin-right: 80px
}

.benefit-img-1 img {
    width: 100%;
    aspect-ratio: 1/1.01;
    object-fit: cover
}

.benefit-img-2 {
    position: absolute;
    max-width: 354px;
    right: -30px;
    bottom: 40px;
    border: 10px solid var(--white-color);
    border-radius: 30px;
    overflow: hidden;
    z-index: 1
}

.benefit-img-2 img {
    width: 100%;
    aspect-ratio: 1/1.21;
    object-fit: cover
}

.contact-us-circle {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1
}

.contact-us-circle img {
    width: 100%;
    max-width: 180px;
    animation: 20s linear infinite infiniterotate
}

.our-benefit-content {
    padding: 100px 0;
    padding-right: calc(((100vw - 1300px)/ 2) + 5px)
}

.our-benefit-body {
    display: flex;
    gap: 30px
}

.benefit-body-item {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 15px 20px
}

.benefit-body-item .icon-box {
    height: 60px;
    width: 60px;
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: .4s ease-in-out
}

.benefit-body-item-content,
.service-feature-title {
    width: calc(100% - 75px)
}

.our-benefit-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px
}

.benefit-footer-list {
    width: calc(60% - 15px)
}

.benefit-footer-btn {
    width: calc(40% - 15px)
}

.page-single-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px
}

.page-catagery-list {
    background-color: var(--secondary-color);
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 60px;
    overflow: hidden
}

.page-catagery-list ul li a::after,
.sidebar-cta-box,
.skills-progress-bar .skillbar .skill-progress .count-bar,
.team-detail-list ul li::before {
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%)
}

.page-catagery-list h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 30px
}

.page-catagery-list ul li a {
    position: relative;
    display: block;
    line-height: 1.5em;
    text-transform: capitalize;
    color: var(--text-color);
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 15px 50px 15px 15px;
    overflow: hidden;
    transition: .4s ease-in-out;
    z-index: 1
}

.page-catagery-list ul li a::before {
    font-family: FontAwesome;
    content: '\f0a9';
    position: absolute;
    font-size: 24px;
    color: var(--accent-color);
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: .4s ease-in-out
}

.page-catagery-list ul li a::after,
.team-detail-list ul li::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .4s ease-in-out;
    z-index: -1
}

.page-catagery-list ul li:hover a::after,
.team-detail-list ul li:hover::before {
    top: 0;
    height: 100%
}

.sidebar-cta-box {
    border-radius: 30px;
    padding: 40px
}

.sidebar-cta-contact {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 30px;
    padding-top: 30px;
    z-index: 1
}

.sidebar-cta-contact .icon-box {
    position: relative;
    background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 10px;
    transition: .4s ease-in-out
}

.sidebar-cta-contact .icon-box:before {
    content: '';
    position: absolute;
    top: -33%;
    left: -33%;
    width: 160%;
    height: 160%;
    border: 35px solid var(--divider-color);
    border-radius: 50%;
    transform: scale(.6);
    z-index: -1;
    animation: 1.2s linear infinite border-zooming
}

.sidebar-cta-contact .icon-box:after {
    content: '';
    position: absolute;
    top: -33%;
    left: -33%;
    width: 160%;
    height: 160%;
    border: 35px solid var(--divider-color);
    border-radius: 50%;
    transform: scale(.6);
    z-index: -1;
    animation: 1.2s linear .3s infinite border-zooming
}

.sidebar-cta-contact .icon-box img {
    width: 100%;
    max-width: 24px
}

.sidebar-cta-contact-content {
    width: calc(100% - 72px)
}

.sidebar-cta-contact-content h3 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 10px
}

.sidebar-cta-contact-content h3 a:hover {
    color: var(--primary-color);
    text-decoration-color: var(--primary-color)
}

.page-single-slider .swiper-slide figure {
    display: block;
    overflow: hidden;
    border-radius: 30px
}

.page-single-slider .swiper-slide figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(1, 5, 53, 0) 80.06%, var(--primary-color) 100%);
    width: 100%;
    height: 100%
}

.page-single-slider .swiper-slide img {
    width: 100%;
    aspect-ratio: 1/0.66;
    object-fit: cover;
    border-radius: 30px
}

.page-single-slider .page-single-pagination {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet {
    position: relative;
    height: 12px;
    width: 12px;
    background: var(--white-color);
    opacity: 1;
    margin: 0 8px
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--white-color);
    height: 0;
    width: 0;
    border-radius: 50%;
    transition: .4s ease-in-out
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet-active:before {
    height: 24px;
    width: 24px
}

.page-faqs-accordion,
.project-entry,
.service-entry,
.team-singe-image {
    margin-bottom: 60px
}

.project-entry h2,
.service-entry h2,
.service-entry h4 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px
}

.project-challenge-box,
.project-scope-box,
.service-entry-feature-box,
.service-why-choose-box,
.team-experience-box,
.team-single-form,
.team-skills-box {
    margin-top: 60px
}

.service-why-choose-box img {
    border-radius: 30px;
    overflow: hidden
}

.our-benefit-body.service-why-choose-list {
    margin: 40px 0
}

.our-benefit-body.service-why-choose-list .benefit-body-item {
    background: var(--secondary-color);
    padding: 20px
}

.service-feature-list {
    display: flex;
    gap: 30px 50px;
    flex-wrap: wrap;
    margin: 40px 0
}

.service-feature-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.service-feature-box .icon-box {
    margin-right: 15px
}

.service-feature-title h3 {
    font-size: 20px;
    text-transform: capitalize
}

.service-entry-image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center
}

.service-entry-image {
    width: calc(52% - 15px)
}

.service-entry-list-content {
    width: calc(48% - 15px)
}

.service-entry-image img {
    width: 100%;
    aspect-ratio: 1/0.823;
    object-fit: cover;
    border-radius: 30px
}

.page-pagination {
    margin-top: 30px;
    text-align: center
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
    line-height: 1em;
    transition: .3s ease-in-out
}

.post-social-sharing ul li a,
.post-tags .tag-links a {
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    border-radius: 10px;
    transition: .3s ease-in-out
}

.post-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden
}

.post-image img {
    width: 100%;
    aspect-ratio: 1/0.50;
    object-fit: cover;
    border-radius: 30px
}

.post-content {
    width: 100%;
    margin: 0 auto
}

.post-entry {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.post-entry:after {
    content: '';
    display: block;
    clear: both
}

.ori-project-content-4 .nav-pills .nav-link.active,
.ori-project-content-4 .nav-pills .show>.nav-link,
.post-entry a {
    color: var(--accent-color)
}

.member-social-list span,
.post-entry p strong,
.tag-links,
.team-detail-list li {
    color: var(--primary-color)
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 .435em
}

.post-entry h1 {
    font-size: 68px
}

.post-entry h2 {
    font-size: 46px
}

.post-entry h3 {
    font-size: 40px
}

.post-entry h4 {
    font-size: 30px
}

.post-entry h5 {
    font-size: 24px
}

.our-cstm-sec p,
.our-solution-sec p,
.post-entry h6 {
    font-size: 18px
}

.post-entry p strong {
    font-size: 20px;
    font-weight: 600
}

.post-entry ol {
    margin: 0 0 30px
}

.post-entry ul {
    padding: 0 0 0 20px;
    margin: 20px 0
}

.post-entry ol li,
.post-entry ul li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--text-color);
    margin-bottom: 15px
}

.post-entry blockquote {
    background: url('../images/icon-blockquote.svg'), var(--primary-color);
    background-repeat: no-repeat;
    background-position: 35px 25px;
    background-size: 55px;
    border-radius: 30px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px
}

.post-entry blockquote p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--white-color)
}

.tag-links {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
    background-size: 200% auto;
    color: var(--white-color);
    padding: 12px 20px
}

.post-social-sharing {
    text-align: right
}

.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px
}

.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: 200% auto;
    color: var(--white-color);
    width: 38px;
    height: 38px
}

.page-projects .project-item {
    width: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.page-projects .project-item .project-image a,
.page-projects .project-item .project-image figure {
    border-radius: 30px;
    cursor: pointer
}

.page-projects .project-item .project-image figure::before {
    background: linear-gradient(180deg, rgba(85, 202, 225, 0) 58.63%, var(--accent-color) 110.88%);
    height: 100%
}

.page-projects .project-item .project-image img {
    aspect-ratio: 1/0.99
}

.project-detail-list {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 60px
}

.project-detail-item,
.team-detail-list li {
    background: var(--white-color);
    display: flex
}

.project-deatil-title h3 {
    font-size: 20px
}

.project-detail-item {
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px
}

.project-detail-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.project-detail-content p {
    text-transform: capitalize;
    margin-bottom: 0
}

.project-entry h3,
.team-detail-content h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.project-entry ul {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.project-entry ul li {
    width: 100%;
    line-height: 1.5em
}

.project-video-list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    align-items: center;
    margin-top: 40px
}

.project-video-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 30%;
    z-index: 0
}

.project-video-image img {
    width: 100%;
    aspect-ratio: 1/0.856;
    object-fit: cover;
    border-radius: 30px
}

.project-video-box .testimonial-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.project-entry-images {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 40px 0
}

.project-entry-image img {
    width: 100%;
    aspect-ratio: 1/0.7;
    object-fit: cover;
    border-radius: 30px
}

.what-we-list.project-scope-list .what-we-item {
    align-items: start
}

.what-we-list.project-scope-list .what-we-item .icon-box img {
    max-width: 60px
}

.what-we-list.project-scope-list .what-we-item .what-we-item-content h3 {
    margin-bottom: 10px
}

.team-singe-image img {
    width: 100%;
    aspect-ratio: 1/1.236;
    object-fit: cover;
    border-radius: 30px
}

.team-detail-box {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 30px
}

.team-detail-list li {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
    overflow: hidden;
    transition: .4s ease-in-out;
    z-index: 0
}

.team-detail-list li a {
    width: 100%;
    color: inherit;
    display: flex;
    align-items: center
}

.team-detail-list li img {
    width: 100%;
    max-width: 30px;
    margin-right: 20px;
    transition: .4s ease-in-out
}

.team-member-info .section-title p {
    margin: 0 0 5px
}

.member-social-list {
    display: flex;
    align-items: center;
    gap: 20px
}

.member-social-list span {
    font-size: 20px;
    font-weight: 600
}

.member-social-list ul li a {
    background: linear-gradient(90.15deg, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: .4s ease-in-out
}

.team-skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.skills-progress-bar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.page-gallery-box .photo-gallery,
.page-testimonials .testimonial-item,
.video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.skills-progress-bar .skill-data .skill-title {
    text-transform: capitalize
}

.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 16px;
    background: var(--secondary-color);
    border-radius: 100px;
    overflow: hidden
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 100px
}

.team-single-list ul {
    display: flex;
    gap: 25px 30px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.team-single-list ul li {
    width: calc(50% - 15px);
    line-height: 1.5em
}

.member-contact-form .form-control {
    font-weight: 400;
    line-height: 1.5em;
    background: 0 0;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    padding: 17px 20px;
    box-shadow: none;
    outline: 0
}

.member-contact-form .form-control::placeholder {
    color: var(--text-color)
}

.page-testimonials .testimonial-item {
    background-color: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 0 100px 2px #0000000D
}

.page-testimonials .testimonial-body .author-content p {
    color: var(--text-color)
}

.page-contact-box:before,
.video-gallery-image a::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.page-gallery-box .photo-gallery figure {
    display: block;
    border-radius: 20px
}

.page-gallery-box .photo-gallery img,
.video-gallery-image img {
    width: 100%;
    aspect-ratio: 1/0.81;
    object-fit: cover;
    border-radius: 20px
}

.video-gallery-image {
    overflow: hidden
}

.video-gallery-image a {
    position: relative;
    display: block;
    cursor: none
}

.video-gallery-image a::before {
    background-color: var(--primary-color);
    border-radius: 20px;
    opacity: 0%;
    visibility: hidden;
    z-index: 1;
    transform: scale(0);
    transition: .4s ease-in-out
}

.video-gallery-image:hover a::before {
    opacity: 50%;
    visibility: visible;
    transform: scale(1)
}

.video-gallery-image a::after {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    color: var(--white-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out;
    z-index: 1
}

.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible
}

.page-contact-us .section-row .section-title {
    max-width: 600px
}

.page-contact-box {
    position: relative;
    padding: 0 120px 60px;
    background: url('../images/contact-box-bg.webp') center center/cover no-repeat;
    border: 1px solid var(--divider-color);
    box-shadow: 0 0 100px 2px #0000000D;
    border-radius: 30px;
    margin-top: 150px
}

.page-contact-box:before {
    display: block;
    opacity: 80%;
    border-radius: 30px;
    z-index: 0;
    background: no-repeat padding-box #fff;
    box-shadow: 3px 4px 15px #00000026;
    padding: 5px;
    margin: 20px 0
}

.contact-info-list {
    position: relative;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 100px;
    padding: 60px;
    margin: -150px 0 80px;
    z-index: 1
}

.contact-info-item {
    position: relative;
    width: calc(33.33% - 66.66px)
}

.contact-info-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: var(--dark-divider-color);
    width: 1px;
    height: 85%
}

.contact-info-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.contact-info-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e78a3b;
    border-radius: 50%;
    transform: scale(0);
    transition: .4s ease-in-out
}

.contact-info-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: .4s ease-in-out;
    z-index: 1
}

.contact-info-content h3 {
    color: var(--white-color);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px
}

.contact-info-content p a:hover {
    color: var(--primary-color);
    color: #fff
}

.contact-us-form {
    position: relative;
    text-align: center;
    z-index: 1
}

.member-contact-form.contact-form .form-control {
    background: var(--white-color)
}

.google-map-iframe,
.google-map-iframe iframe {
    height: 650px;
    width: 100%
}

.google-map-iframe iframe {
    filter: grayscale(100%);
    transition: .4s ease-in-out
}

.google-map-iframe iframe:hover {
    filter: grayscale(0%)
}

.error-page-image {
    text-align: center;
    margin-bottom: 30px
}

.error-page-image img {
    width: 100%;
    max-width: 50%
}

@media only screen and (max-width:991px) {

    .post-social-sharing ul,
    .section-btn {
        text-align: left
    }

    .btn-default {
        font-size: 16px;
        padding: 15px 50px 15px 20px
    }

    .main-menu ul li.highlighted-menu,
    .main-menu ul li:nth-child(3),
    .navbar-toggle,
    .responsive-menu,
    .slicknav_nav li,
    .slicknav_nav ul {
        display: block
    }

    .header-btn,
    .main-menu ul li:nth-child(4) {
        display: none
    }

    .btn-default::before {
        transform: translate(-20px, -50%);
        font-size: 18px
    }

    .btn-default:hover::before {
        transform: translate(-17px, -50%)
    }

    .company-experience-box.what-we-do-circle p,
    .contact-info-content p,
    .topbar-info-text p {
        font-size: 14px
    }

    .topbar-contact-info {
        margin-right: 15px;
        padding-right: 15px
    }

    .topbar-contact-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .topbar-contact-info ul li::before {
        right: -12px;
        font-size: 14px
    }

    .service-feature-box .icon-box,
    .topbar-social-links ul li {
        margin-right: 10px
    }

    .topbar-social-links ul li a i {
        font-size: 16px;
        margin-right: 5px
    }

    .navbar {
        padding: 15px 0
    }

    .page-faqs-accordion,
    .section-row {
        margin-bottom: 40px
    }

    .hero-content,
    .page-contact-us .section-row .section-title,
    .section-row .section-title {
        max-width: 100%
    }

    .about-us-body,
    .ferature-list-item,
    .our-feature-images,
    .page-single-slider,
    .pricing-list,
    .project-entry,
    .section-title,
    .security-content-box,
    .security-content-item,
    .service-entry,
    .team-singe-image,
    .testimonial-header,
    .work-step-item {
        margin-bottom: 30px
    }

    .section-title h3 {
        padding-left: 25px;
        margin-bottom: 10px
    }

    .section-title h3::before {
        width: 18px;
        height: 18px
    }

    .page-header-box h1,
    .section-title h1 {
        font-size: 50px
    }

    .post-entry h2,
    .section-title h2,
    .section-title h4,
    .why-choose-counter-content h3 {
        font-size: 36px
    }

    .page-pagination,
    .pricing-benefit-list,
    .section-title p {
        margin-top: 10px
    }

    .section-title-content {
        margin-left: 0;
        margin-top: 15px
    }

    .section-btn {
        margin-top: 15px
    }

    .hero {
        padding: 100px 0
    }

    .hero.hero-slider-layout .hero-slide,
    .hero.hero-video {
        padding: 120px 0
    }

    .hero.hero-slider-layout .hero-pagination {
        bottom: 40px;
        padding-left: 15px
    }

    .video-play-button a {
        height: 45px;
        width: 45px
    }

    .hero-content-footer {
        margin-top: 40px
    }

    .hero-list ul li {
        background-size: 22px auto;
        background-position: left top 2px;
        margin-bottom: 15px;
        padding: 0 0 15px 30px
    }

    .client-image,
    .footer-newsletter-form .form-group .newsletter-btn {
        width: 50px;
        height: 50px
    }

    .client-image img,
    .what-we-list.project-scope-list .what-we-item .icon-box img,
    .why-choose-counter-item .icon-box img {
        max-width: 50px
    }

    .client-image.client-counter h3 {
        font-size: 20px
    }

    .about-us,
    .error-page,
    .how-it-work,
    .our-approach,
    .our-benefits,
    .our-faqs,
    .our-feature,
    .our-pricing,
    .our-projects,
    .our-security,
    .our-testimonials,
    .page-blog,
    .page-contact-us,
    .page-faqs,
    .page-pricing,
    .page-project-single,
    .page-service-single,
    .page-single-post,
    .page-team-single,
    .what-we-do,
    .why-choose-us {
        padding: 50px 0
    }

    .about-us-image,
    .faq-content,
    .how-it-work-content,
    .our-approach-content,
    .why-choose-image {
        margin-right: 0;
        margin-bottom: 30px
    }

    .about-img-1 figure,
    .about-img-1 img,
    .about-img-2 figure,
    .about-img-2 img,
    .about-img-3 figure,
    .about-img-3 img,
    .cta-box-image figure,
    .faq-image figure,
    .faq-image img,
    .feature-image figure,
    .how-it-work-img-1 figure,
    .how-it-work-img-1 img,
    .how-it-work-img-2,
    .our-approach-image figure,
    .our-approach-image img,
    .page-contact-box:before,
    .page-projects .project-item .project-image a,
    .page-projects .project-item .project-image figure,
    .page-single-slider .swiper-slide figure,
    .post-featured-image a,
    .post-image figure,
    .post-image img,
    .pricing-item,
    .project-entry-image figure,
    .project-video-image figure,
    .project-video-image img,
    .projects-list,
    .security-image figure,
    .service-entry-image figure,
    .service-entry-image img,
    .team-image a,
    .team-image a figure,
    .team-image figure:before,
    .team-image:before,
    .team-singe-image figure,
    .testimonial-box,
    .testimonial-box::before,
    .what-we-do-img-1 figure,
    .what-we-do-img-1 img,
    .what-we-do-img-1::before,
    .what-we-do-img-2 figure,
    .what-we-do-img-2 img,
    .why-choose-image figure,
    .why-choose-image img {
        border-radius: 20px
    }

    .about-img-1 img {
        aspect-ratio: 1/1.58
    }

    .about-img-2 img,
    .about-img-3 img {
        aspect-ratio: 1/0.92
    }

    .contact-us-circle img,
    .get-free-security-circle img {
        max-width: 140px
    }

    .about-us-content {
        margin-left: 0
    }

    .about-footer-list ul li,
    .what-we-do-body ul li {
        background-size: 20px auto;
        background-position: left top 2px;
        padding-left: 25px;
        margin-bottom: 15px
    }

    .about-contact-btn,
    .company-experience-content {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .about-contact-btn .icon-box {
        height: 40px;
        width: 40px
    }

    .about-contact-btn .icon-box img {
        max-width: 22px
    }

    .about-footer-btn-content {
        width: calc(100% - 50px)
    }

    .our-blog,
    .our-services,
    .our-services.page-services,
    .page-gallery,
    .page-projects,
    .page-team,
    .page-testimonials,
    .page-video-gallery {
        padding: 50px 0 20px
    }

    .cta-box,
    .page-testimonials .testimonial-item,
    .service-item,
    .sidebar-cta-box {
        border-radius: 20px;
        padding: 30px
    }

    .service-item .icon-box {
        margin-bottom: 60px
    }

    .mission-vision-item .icon-box img,
    .service-item .icon-box img {
        max-width: 60px
    }

    .feature-image img {
        aspect-ratio: 1/0.48;
        border-radius: 20px
    }

    .company-experience-info .feature-image img {
        aspect-ratio: 1/0.54
    }

    .company-experience-box {
        border-radius: 20px;
        padding: 25px 20px
    }

    .company-experience-content h2 {
        font-size: 45px;
        margin-bottom: 5px
    }

    .our-feature-content {
        margin: 0
    }

    .ferature-list-item .icon-box,
    .project-detail-item .icon-box,
    .testimonial-contact-box .icon-box {
        height: 50px;
        width: 50px;
        margin-right: 15px
    }

    .benefit-body-item .icon-box img,
    .contact-info-item .icon-box img,
    .ferature-list-item .icon-box img,
    .project-detail-item .icon-box img {
        max-width: 25px
    }

    .ferature-list-content,
    .project-detail-content,
    .testimonial-contact-content,
    .work-step-content {
        width: calc(100% - 65px)
    }

    .project-item {
        width: 50%
    }

    .project-item:nth-child(-4n+4) {
        border-radius: 0
    }

    .project-item:nth-child(-2n+2) {
        border-radius: 0 20px 0 0
    }

    .project-item:last-child {
        border-radius: 0 0 20px
    }

    .project-image img {
        aspect-ratio: 1/1.05
    }

    .error-page-content .section-title,
    .footer-links h3,
    .post-entry p,
    .project-content p,
    .project-entry h3,
    .project-entry p,
    .service-entry p,
    .sidebar-cta-logo,
    .team-member-detail p {
        margin-bottom: 15px
    }

    .section-footer-text {
        max-width: 100%;
        margin: 30px auto 0
    }

    .why-choose-image img {
        aspect-ratio: 1/0.75
    }

    .why-choose-item {
        padding: 20px 25px;
        border-radius: 20px;
        margin-bottom: 30px
    }

    .mission-vision-item .icon-box,
    .why-choose-item .icon-box {
        margin-right: 20px
    }

    .cta-contact-item .icon-box img,
    .what-we-item .icon-box img,
    .why-choose-item .icon-box img {
        max-width: 40px
    }

    .mission-vision-content,
    .why-choose-item-content {
        width: calc(100% - 80px)
    }

    .mission-vision-content h3,
    .why-choose-item-content h3 {
        margin-bottom: 5px
    }

    .contact-info-content h3,
    .pricing-header h2,
    .pricing-header h3,
    .security-content-item h3,
    .security-list-item h3,
    .team-detail-content h3,
    .work-step-content h3 {
        margin-bottom: 10px
    }

    .why-choose-counter-content p {
        font-size: 16px
    }

    .our-security-image-content {
        display: flex;
        flex-direction: column
    }

    .security-image {
        margin: 30px 0 0
    }

    .security-image img {
        aspect-ratio: 1/0.45;
        border-radius: 20px
    }

    .security-list {
        margin-top: 40px;
        padding-top: 40px
    }

    .security-list-item {
        width: calc(50% - 15px);
        background-size: 20px auto;
        background-position: top 2px left;
        padding-left: 30px
    }

    .pricing-body,
    .pricing-header {
        padding: 20px
    }

    .pricing-header h2 {
        font-size: 36px
    }

    .pricing-header h2 sup {
        font-size: 18px;
        top: -7px
    }

    .pricing-header .icon-box {
        top: -10px;
        right: -25px
    }

    .pricing-header .icon-box img {
        max-width: 80px
    }

    .pricing-list ul li,
    .service-entry ul li {
        background-size: 20px auto;
        background-position: top 2px left;
        margin-bottom: 15px;
        padding-left: 25px
    }

    .pricing-benefit-list ul {
        gap: 15px 30px
    }

    .pricing-benefit-list ul li img {
        max-width: 18px;
        margin-right: 10px
    }

    .testimonial-box {
        padding: 60px 30px 40px
    }

    .benefit-footer-btn,
    .benefit-footer-list,
    .cta-box-content,
    .cta-box-image,
    .testimonial-slider-box,
    .testimonial-video-button {
        width: 100%
    }

    .testimonial-video-button a {
        width: 60px;
        height: 60px
    }

    .testimonial-video-button a:after,
    .testimonial-video-button a:before {
        top: -33%;
        left: -33%
    }

    .testimonial-video-button a i {
        font-size: 26px
    }

    .testimonial-slider {
        margin-top: 0;
        padding: 40px;
        border-radius: 20px
    }

    .error-page-image,
    .footer-links p,
    .page-catagery-list h3,
    .page-testimonials .testimonial-header,
    .post-image,
    .post-tags,
    .project-deatil-title,
    .team-detail-content,
    .testimonial-content {
        margin-bottom: 20px
    }

    .testimonial-content p {
        font-size: 16px;
        margin-bottom: 15px
    }

    .testimonial-contact-info {
        margin-top: 30px;
        padding: 0
    }

    .testimonial-contact-box .icon-box img {
        max-width: 26px
    }

    .team-image a img {
        aspect-ratio: 1/1.1
    }

    .team-social-icon {
        left: 20px;
        right: 20px
    }

    .post-item-content,
    .team-content {
        right: 20px;
        bottom: 20px;
        left: 20px
    }

    .cta-box-section {
        padding: 25px 0 50px
    }

    .cta-contact-item .icon-box,
    .what-we-item .icon-box {
        margin-right: 15px
    }

    .cta-contact-content,
    .service-feature-title,
    .what-we-item-content {
        width: calc(100% - 55px)
    }

    .benefit-body-item,
    .project-scope-box ul li,
    .what-we-item {
        width: calc(50% - 10px)
    }

    .cta-contact-info:before {
        width: 110px;
        height: 80px
    }

    .cta-box-image img {
        aspect-ratio: 1/0.55;
        border-radius: 20px
    }

    .faq-accordion .accordion-item,
    .faq-accordion .accordion-item::before {
        border-radius: 10px
    }

    .faq-accordion .accordion-header .accordion-button {
        padding: 20px 45px 20px 20px
    }

    .faq-accordion .accordion-item .accordion-button.collapsed::after,
    .faq-accordion .accordion-item .accordion-button::after {
        right: 20px
    }

    .faq-accordion .accordion-body {
        padding: 15px 45px 20px 20px
    }

    .how-it-work-img-1 img,
    .post-featured-image img {
        aspect-ratio: 1/0.85
    }

    .post-item-btn a {
        height: 36px;
        width: 36px
    }

    .main-footer {
        padding: 40px 0 0
    }

    .footer-header {
        margin-bottom: 40px;
        padding-bottom: 40px
    }

    .footer-logo img,
    .sidebar-cta-logo img {
        max-width: 183px
    }

    .footer-links,
    .footer-newsletter-form,
    .footer-quick-links {
        margin: 0 0 30px
    }

    .footer-newsletter-form .form-group .form-control {
        width: calc(100% - 60px);
        padding: 10px 20px
    }

    .footer-newsletter-form .form-group .newsletter-btn i {
        font-size: 24px
    }

    .footer-copyright {
        margin-top: 0;
        padding: 30px 0
    }

    .page-header {
        padding: 80px 0
    }

    .mission-vision-item {
        padding: 20px;
        border-radius: 20px
    }

    .our-approach-image img {
        aspect-ratio: 1/0.7
    }

    .what-we-do-image {
        max-width: 80%;
        margin: 0 auto 30px;
        padding: 0 80px 90px 0
    }

    .company-experience-box.what-we-do-circle {
        width: 140px;
        height: 140px;
        top: 100px
    }

    .company-experience-box.what-we-do-circle h2 {
        font-size: 32px
    }

    .team-member-detail,
    .what-we-do-body {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .team-single-list ul,
    .what-we-list {
        gap: 20px
    }

    .work-step-item .work-step-no {
        width: 50px;
        height: 50px;
        margin-right: 15px
    }

    .work-step-no h3 {
        font-size: 22px
    }

    .work-step-item::before {
        transform: translate(25px, 45px)
    }

    .our-benefit-image {
        height: auto;
        margin: 0 15px 30px
    }

    .benefit-img-1,
    .benefit-img-1 figure,
    .benefit-img-1 img {
        height: auto;
        border-radius: 20px
    }

    .benefit-img-1 img {
        aspect-ratio: 1/0.98
    }

    .benefit-img-2 {
        max-width: 280px;
        border-radius: 20px;
        right: 0
    }

    .contact-us-circle {
        top: 40px;
        right: 15px
    }

    .our-benefit-content {
        padding: 0 15px
    }

    .our-benefit-body {
        gap: 20px;
        margin-bottom: 30px
    }

    .benefit-body-item {
        padding: 12px 15px
    }

    .benefit-body-item .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .benefit-body-item-content {
        width: calc(100% - 60px)
    }

    .benefit-footer-list ul li {
        background-size: 20px auto;
        background-position: left top 2px;
        padding-left: 25px;
        margin-bottom: 10px
    }

    .page-single-sidebar {
        position: initial;
        margin: 0 0 30px
    }

    .page-catagery-list,
    .project-detail-list {
        border-radius: 20px;
        margin-bottom: 30px
    }

    .page-catagery-list ul li a {
        padding: 12px 40px 12px 15px
    }

    .page-catagery-list ul li a::before {
        font-size: 22px;
        width: 22px;
        height: 22px
    }

    .sidebar-cta-contact {
        margin-top: 20px;
        padding-top: 20px
    }

    .page-single-slider .swiper-slide img {
        aspect-ratio: 1/0.57;
        border-radius: 20px
    }

    .project-entry h2,
    .service-entry h2 {
        font-size: 36px;
        margin-bottom: 15px
    }

    .project-challenge-box,
    .project-scope-box,
    .project-video-list-box,
    .service-entry-feature-box,
    .service-why-choose-box,
    .team-experience-box,
    .team-single-form,
    .team-skills-box {
        margin-top: 30px
    }

    .our-benefit-body.service-why-choose-list,
    .project-entry-images {
        margin: 30px 0
    }

    .our-benefit-body.service-why-choose-list .benefit-body-item {
        padding: 15px
    }

    .service-feature-list {
        gap: 30px;
        margin: 30px 0
    }

    .service-feature-item {
        width: calc(33.33% - 20px)
    }

    .service-feature-box .icon-box img {
        max-width: 45px
    }

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6 {
        margin: 0 0 .417em
    }

    .post-entry ul li {
        font-size: 16px;
        margin-bottom: 10px
    }

    .post-entry blockquote {
        background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 85px;
        border-radius: 20px;
        margin-bottom: 20px
    }

    .post-entry blockquote p {
        font-size: 18px
    }

    .member-contact-form .form-control,
    .post-tags .tag-links a {
        padding: 12px 15px
    }

    .project-entry ul {
        gap: 15px 20px
    }

    .project-entry ul li {
        background-position: top 2px left;
        background-size: 20px auto;
        padding-left: 25px
    }

    .project-entry-image img {
        aspect-ratio: 1/0.65;
        border-radius: 20px
    }

    .team-singe-image img {
        aspect-ratio: 1/0.8;
        border-radius: 20px
    }

    .team-detail-box {
        border-radius: 20px;
        padding: 20px
    }

    .team-detail-list li {
        margin-bottom: 20px;
        font-size: 18px;
        padding: 10px
    }

    .team-detail-list li img {
        max-width: 26px;
        margin-right: 15px
    }

    .team-single-list ul li {
        width: calc(50% - 10px);
        background-size: 22px auto;
        padding-left: 25px
    }

    .page-contact-box {
        padding: 0 30px 60px;
        margin-top: 90px;
        border-radius: 20px
    }

    .contact-info-list {
        gap: 20px;
        border-radius: 20px;
        padding: 20px;
        margin: -90px 0 30px
    }

    .contact-info-item {
        width: calc(33.33% - 13.33px)
    }

    .contact-info-item:before {
        right: -10px
    }

    .contact-info-item .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 20px
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 500px
    }

    .error-page-image img {
        max-width: 80%
    }
}

.ori-project-section-4 {
    padding: 60px 0;
    background: var(--white-color)
}

.ori-project-content-4 {
    padding-top: 55px
}

.ori-project-content-4 .ori-project-tab-btn button {
    color: #0b1c2a
}

.ori-project-content-4 .ori-project-tab-btn {
    margin-top: 0
}

.ori-project-content-4 .ori-project-tab-btn-content {
    top: 150px;
    position: sticky
}

.ori-project-item-4 {
    width: 50%;
    padding: 10px
}

.ori-project-item-3 .ori-project-img-text,
.ori-project-item-4 .ori-project-img-text {
    padding: 20px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.02%, #f4f5fb), to(rgba(244, 245, 251, 0)));
    background: linear-gradient(180deg, #f4f5fb 13.02%, rgba(244, 245, 251, 0) 100%)
}

.ori-project-item-4 .ori-project-img-text .ori-project-img {
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 20px
}

.ori-project-item-3 .ori-project-img-text .ori-project-img img,
.ori-project-item-4 .ori-project-img-text .ori-project-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.ori-project-item-4 .ori-project-img-text .ori-project-text h3 {
    font-size: 20px;
    font-weight: 600;
    transition: .4s ease-in-out;
    padding-bottom: 25px
}

.ori-project-item-3 .ori-project-img-text .ori-project-text .more-btn,
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn {
    color: #18479d;
    font-weight: 700;
    padding: 19px 50px;
    border-radius: 40px;
    display: inline-block;
    background-color: #fff
}

.ori-project-tab-btn .nav-pills .nav-link.active,
.ori-project-tab-btn .nav-pills .show>.nav-link,
.ori-project-tab-btn button {
    background-color: transparent
}

.ori-project-item-3 .ori-project-img-text .ori-project-text .more-btn i,
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn i {
    margin-left: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.ori-project-item-3 .ori-project-img-text .ori-project-text .more-btn:hover,
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn:hover {
    border: 1px solid #18479d;
    -webkit-box-shadow: 0 7px 7px 0 #e7ebf3;
    box-shadow: 0 7px 7px 0 #e7ebf3
}

.ori-project-item-3 .ori-project-img-text .ori-project-text .more-btn:hover i,
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn:hover i {
    margin-left: 10px
}

.ori-project-item-3 .ori-project-img-text:hover .ori-project-img img,
.ori-project-item-4 .ori-project-img-text:hover .ori-project-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ori-project-item-3 {
    width: 25%;
    padding: 10px
}

.ori-project-item-3 .ori-project-img-text .ori-project-img {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 20px
}

.ori-project-item-3 .ori-project-img-text .ori-project-text h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0
}

.ori-project-tab-btn {
    margin-top: 70px
}

.ori-project-tab-btn .nav {
    display: inherit
}

.ori-project-tab-btn button,
.ori-project-tab-btn li {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 25px
}

.ori-project-tab-btn li {
    width: 100%;
    margin-bottom: 45px;
    position: relative
}

.ori-project-tab-btn button {
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    position: relative
}

.ori-project-tab-btn button:before {
    top: 0;
    right: 0;
    font-weight: 900;
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 6 Free'
}

.ori-project-tab-btn button:after {
    left: 0;
    top: 13px;
    width: 0%;
    height: 1px;
    content: "";
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: var(--base-color-1)
}

.ori-project-tab-btn button.active:after {
    width: 99%
}

.ori-project-tab-content {
    padding-left: 0
}

.ori-service-page-service-section {
    overflow: hidden;
    padding: 115px 0;
    background-color: #171717
}

.ori-service-page-service-inner-item {
    margin: 15px 0;
    padding: 60px 40px;
    background-color: #0d0d0d
}

.ori-service-page-service-inner-item .service-icon i {
    font-size: 34px;
    -webkit-transition: .5s;
    transition: .5s
}

.ori-service-page-service-inner-item .service-text h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 18px
}

.ori-service-page-service-inner-item .service-text p {
    font-size: 18px;
    color: #bac1d4;
    max-width: 240px;
    line-height: 28px
}

.ori-service-page-service-inner-item:hover .service-icon i {
    color: var(--base-color-1)
}

.ori-service-inner-section {
    overflow: hidden;
    padding: 50px 0
}

.ori-service-inner-section .ori-service-content-1 {
    padding-top: 0
}

.ori-service-inner-section .ori-service-content-1 .ori-service-inner-item:before {
    background-color: #171717
}

.ori-service-why-choose-text {
    padding-left: 40px
}

.ori-service-why-choose-text .ori-service-why-choose-list-item ul li {
    font-size: 18px;
    font-weight: 600;
    padding-left: 45px;
    padding-bottom: 20px;
    position: relative;
    line-height: 30px
}

.ori-service-why-choose-text .ori-service-why-choose-list-item ul li:before {
    left: 0;
    top: 10px;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 100%;
    background-color: #ff7425
}

.ori-service-why-choose-text .ori-service-why-choose-list-item ul li:after {
    top: 10px;
    left: 7px;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #ff7425
}

.ori-service-why-choose-text .ori-service-why-choose-list-item ul li:last-child {
    padding-bottom: 0
}

.ori-achivement-history-section {
    overflow: hidden;
    padding-bottom: 120px
}

.ori-achivement-history-item-wrapper {
    margin: 0 auto;
    max-width: 800px
}

.ori-achivement-history-item {
    max-width: 250px;
    text-align: right
}

.blog-content p,
.productsDeatailsDesc p,
.text-justify {
    text-align: justify
}

.ori-achivement-history-item .achive-year {
    right: -220px;
    font-size: 22px;
    line-height: 50px;
    background-color: #242424;
    padding: 0 40px 0 20px;
    border-radius: 0 7px 7px 0
}

.ori-achivement-history-item .achive-year:after {
    top: 0;
    left: -35px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 35px solid #242424;
    border-bottom: 25px solid transparent
}

.ori-achivement-history-item h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px
}

.ori-achivement-history-item p {
    color: #bac1d4;
    font-size: 18px
}

.ori-achivement-history-content {
    padding-top: 70px
}

.ori-achivement-history-item-wrapper:before {
    left: 0;
    right: 0;
    top: -35px;
    width: 1px;
    content: "";
    height: 90%;
    margin: 0 auto;
    position: absolute;
    background-color: var(--base-color-1)
}

.ori-achivement-history-item-wrapper .ori-achivement-history-item-area {
    width: 100%;
    display: inline-block
}

.ori-achivement-history-item-wrapper .ori-achivement-history-item-area:nth-child(2n) .ori-achivement-history-item {
    float: right;
    text-align: left
}

.ori-achivement-history-item-wrapper .ori-achivement-history-item-area:nth-child(2n) .ori-achivement-history-item .achive-year {
    right: auto;
    left: -240px;
    border-radius: 7px 0 0 7px
}

.ori-achivement-history-item-wrapper .ori-achivement-history-item-area:nth-child(2n) .ori-achivement-history-item .achive-year:after {
    left: auto;
    right: -35px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mega-menu,
.progress {
    left: 0;
    position: absolute
}

.ori-service-why-choose-list-item ul {
    list-style: none
}

.hero-slider-layout {
    color: #fff;
    padding-bottom: 50px;
    position: relative
}

.hero-slider-layout:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #18479d;
    content: "";
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    z-index: -1
}

.slider-wrapper,
div#google_translate_element .skiptranslate select.goog-te-combo option {
    padding: 20px
}

.slider-content {
    display: flex;
    flex-direction: column;
    color: #fff
}

.slider-content h3 {
    display: flex;
    order: 1;
    color: #fff;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 15px
}

.slider-content h1 {
    font-weight: 900;
    margin-bottom: 15px;
    display: flex;
    order: 2;
    color: #fff;
    font-size: 72px;
    line-height: 72px
}

.slider-content h4 {
    order: 3;
    color: #fff;
    line-height: 32px;
    margin-bottom: 54px
}

@media (min-width:992px) {
    .hero-slider-layout:after {
        -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%)
    }

    .hero-slider-layout {
        padding-bottom: 160px
    }

    .hero-slider-layout .swiper-slide {
        padding: 70px 0 30px
    }

    .slider__image {
        min-height: 250px
    }
}

@media (min-width:1200px) {
    .hero-slider-layout:after {
        -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%)
    }

    .hero-slider-layout {
        min-height: 100vh
    }

    .slider__image {
        min-height: 550px
    }
}

.our-solution-sec {
    padding: 50px 0;
    overflow: hidden;
    background: var(--secondary-color)
}

.our-cstm-sec h4,
.our-solution-sec h4 {
    font-size: 50px;
    margin-bottom: 1rem;
    color: #212529
}

@media (max-width:1024px) {
    .our-solution-sec {
        padding: 100px 0;
        overflow: inherit;
        background: #fff
    }
}

@media (max-width:812px) {
    .our-solution-sec {
        padding: 8px 0;
        overflow: inherit !important;
        background: #fff
    }

    .our-solution-sec h4 {
        font-size: 30px;
        margin-bottom: 2rem;
        color: #212529
    }

    .hero.hero-slider-layout {
        padding: 20px 0
    }

    .ori-project-item-4 {
        width: 100%
    }

    .button-group-list {
        right: 15% !important
    }

    .testimonial-section .swiper {
        width: 400px !important
    }

    .testimonial-section {
        display: inline-block !important
    }

    .content {
        margin-bottom: 50px
    }
}

.offgrey {
    background-color: #f2f2f2;
    padding: 50px
}

.offgrey h2 {
    color: #000;
    line-height: 45px
}

.product-slider {
    position: relative;
    padding: 50px 28px
}

.swiper-button-next,
.swiper-button-prev {
    border: 0;
    background: 0 0;
    color: #000
}

.swiper-counter-loop {
    width: 100%;
    position: relative;
    margin-top: 3rem
}

.swiper-progress-bar {
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: transparentize(black, .8);
    background-color: #ccc;
    position: relative;
    margin: 0 .5rem;
    overflow: hidden
}

.progress {
    height: 2px;
    background: #000;
    border-radius: 4px
}

.news-image {
    width: 100%;
    height: auto;
    border-radius: 0 0 50px
}

.news-title {
    font-weight: 500;
    margin: 10px 0;
    display: flex;
    font-size: 1.875rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 120%;
    word-break: break-word
}

.news-category {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 700
}

.button-group-list {
    position: absolute;
    right: 3%;
    bottom: -36px
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
    position: absolute !important;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000;
    width: 50px
}

.product-slider .arrow-button.disable {
    border: 1px solid gray
}

.ori-app-landing h3 {
    margin: 0;
    font-weight: 400
}

.inner-author .author-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 18px;
    border-radius: 100%
}

.inner-author .author-text h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px
}

.inner-author .author-text span {
    color: #000;
    font-size: 12px;
    text-transform: uppercase
}

.testimonial-section {
    display: flex;
    align-items: center;
    gap: 30px
}

.content {
    flex: 1;
    text-align: left
}

.content h2 {
    font-size: 32px;
    font-weight: 700
}

.content p {
    color: gray
}

.btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 700;
    transition: .3s
}

.testimonial-section .swiper {
    width: 620px;
    height: 410px;
    padding: 15px 50px
}

.testimonial-section .swiper-slide {
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transition: .3s;
    opacity: .6
}

.testimonial-section .swiper-slide-active {
    background: #fff;
    transform: scale(1.05);
    opacity: 1
}

.testimonial-section .swiper-slide-active::after {
    background: linear-gradient(45deg, #045f8e, #045f8e);
    height: 100px;
    content: "";
    position: absolute;
    border: 1px solid #fff;
    left: 0;
    width: 8px
}

.testimonial img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.testimonial-info {
    flex: 1
}

.testimonial-info h4 {
    color: #045f8e;
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.testimonial-info p {
    margin: 5px 0;
    color: gray;
    font-size: 14px
}

.testimonial-section .swiper-slide.testimonial {
    margin-left: 30px;
    height: 110px !important
}

.testimonial-section .swiper-slide.testimonial.swiper-slide-active {
    margin-left: -30px
}

.brand__item.fade_bottom {
    border: 1px solid #a3acb5;
    padding: 10px
}

.section-full .title {
    font-size: 50px;
    color: #fff;
    line-height: 56px
}

.section-full {
    background-color: #18479d;
    padding: 40px 0
}

.mega-menu,
.mega-menu-list .tab button {
    background-color: #fff;
    text-align: left;
    width: 100%
}

.section-full .btn-default {
    background: linear-gradient(45deg, #fff, #fff);
    color: #000
}

.mega-dropdown-menu {
    padding: 0;
    text-align: center;
    width: 900px
}

.mega-menu {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(.8);
    transform-origin: top;
    padding: 0;
    list-style: none;
    border-radius: 20px;
    top: 100%;
    background-color: #fff;
    transition: .3s ease-in-out;
    text-align: left
}

.mega-menu-list .tab,
.tab-right {
    padding: 30px 47px;
    background-color: #18479d
}

.main-menu ul li:hover>.mega-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 0
}

.tab-right {
    width: 60%
}

.mega-menu {
    max-width: 1200px;
    margin: 0 auto;
    right: 0
}

.submenu-megamenu {
    position: static !important
}

.mega-menu-list .tab button {
    padding: 22px 17px;
    border: 0;
    outline: 0;
    margin-bottom: 9px;
    font-size: 19px;
    font-weight: 500
}

.mega-menu-list .tab {
    width: 40%
}

.box-inner h2 {
    font-size: 22px;
    border-bottom: 1px solid #fff;
    padding: 0 0 13px;
    margin-bottom: 16px;
    color: #fff
}

.box-inner>.nav-link {
    font-size: 19px;
    font-weight: 500;
    padding: 10px 2px;
    color: #fff !important
}

.box-inner>.nav-link:hover {
    color: #a4d4eb !important
}

.mega-menu-list .tab button:hover,
.mega-menu-list button.tablinks.active {
    background-color: #e7883a;
    color: #fff
}

@media only screen and (max-width:767px) {
    .section-title {
        margin-top: 30px
    }

    .contact-info-item:last-child::before,
    .topbar-info-text,
    .why-choose-counter-item:nth-child(2n+2)::after {
        display: none
    }

    .slider-content h2 {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 8px
    }

    .slider-content h1 {
        font-weight: 900;
        font-size: 30px;
        line-height: 30px
    }

    .topbar-links {
        justify-content: center
    }

    .section-row,
    .service-item .icon-box {
        margin-bottom: 30px
    }

    .company-experience-content h2,
    .page-header-box h1,
    .section-title h1 {
        font-size: 30px
    }

    .post-entry h2,
    .pricing-header h2,
    .project-entry h2,
    .section-title h2,
    .section-title h4,
    .service-entry h2 {
        font-size: 26px
    }

    .hero-content-body {
        gap: 20px;
        justify-content: space-between
    }

    .about-us-image,
    .project-entry-images,
    .service-entry-image-list,
    .team-skills-list {
        gap: 20px
    }

    .about-image-box {
        width: calc(50% - 10px)
    }

    .about-img-1 {
        margin-top: 50px
    }

    .about-img-2,
    .footer-logo,
    .page-single-slider,
    .team-member-info .section-title,
    .testimonial-header,
    .work-step-item {
        margin-bottom: 20px
    }

    .get-free-security-circle img {
        max-width: 100px
    }

    .about-us-body {
        align-items: inherit;
        border-radius: 20px;
        margin-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    .about-us-body-img {
        display: block;
        width: auto;
        height: auto;
        clip-path: none;
        margin-right: 0;
        margin-left: 0
    }

    .about-us-body-img figure {
        width: 100%;
        height: 100%;
        clip-path: none
    }

    .about-us-body-img img {
        width: 130px;
        height: 100%
    }

    .about-us-body-content {
        width: calc(100% - 130px);
        height: 100%;
        padding: 12px
    }

    .about-us-body-content h3,
    .service-btn a i,
    .testimonial-video-button h3 {
        font-size: 16px
    }

    .about-us-body-content p,
    .mission-vision-content p,
    .pricing-header h2 sub,
    .testimonial-contact-content p,
    .work-step-content p {
        font-size: 14px
    }

    .about-footer-content,
    .about-footer-list,
    .benefit-body-item,
    .company-experience-info .feature-image,
    .contact-info-item,
    .project-entry-image,
    .project-item,
    .project-scope-box ul li,
    .project-video-box,
    .project-video-content,
    .security-list-item,
    .service-entry-image,
    .service-entry-list-content,
    .service-feature-item,
    .skills-progress-bar,
    .team-single-list ul li,
    .what-we-item {
        width: 100%
    }

    .about-footer-list ul li,
    .service-entry ul li,
    .service-feature-box,
    .why-choose-counter-item .icon-box {
        margin-bottom: 10px
    }

    .about-footer-btn-content h3,
    .author-content h3,
    .benefit-body-item-content h3,
    .contact-info-content h3,
    .cta-contact-content h3,
    .footer-links h3,
    .member-social-list span,
    .mission-vision-content h3,
    .page-catagery-list h3,
    .post-item-body h3,
    .pricing-header h3,
    .project-content h3,
    .project-deatil-title h3,
    .project-detail-content h3,
    .service-feature-title h3,
    .service-title h3,
    .tag-links,
    .team-content h3,
    .team-detail-content h3,
    .what-we-item-content h3,
    .why-choose-item-content h3,
    .work-step-content h3 {
        font-size: 18px
    }

    .cta-box,
    .page-catagery-list,
    .page-testimonials .testimonial-item,
    .project-detail-list,
    .service-item,
    .sidebar-cta-box,
    .testimonial-slider,
    .why-choose-item {
        padding: 20px
    }

    .mission-vision-item .icon-box img,
    .service-feature-box .icon-box img,
    .service-item .icon-box img,
    .what-we-list.project-scope-list .what-we-item .icon-box img,
    .why-choose-counter-item .icon-box img {
        max-width: 40px
    }

    .service-btn a {
        height: 35px;
        width: 35px
    }

    .feature-image img,
    .security-image img {
        aspect-ratio: 1/0.6
    }

    .company-experience-info,
    .contact-info-item:nth-child(3n+3)::before {
        display: block
    }

    .company-experience-info .feature-image img {
        aspect-ratio: 1/0.58
    }

    .company-experience-box {
        width: 100%;
        margin-top: 30px
    }

    .ferature-list-content h3,
    .security-content-item h3,
    .security-list-item h3,
    .sidebar-cta-contact-content h3,
    .what-we-list.project-scope-list .what-we-item .what-we-item-content h3 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .project-item:nth-child(-2n+2) {
        border-radius: 0
    }

    .project-item:first-child {
        border-radius: 20px 20px 0 0
    }

    .project-item:last-child {
        border-radius: 0 0 20px 20px
    }

    .project-content {
        right: 20px;
        left: 20px;
        bottom: 20px
    }

    .author-image,
    .cta-contact-item .icon-box,
    .footer-social-links ul li,
    .member-social-list ul li,
    .mission-vision-item .icon-box,
    .why-choose-item .icon-box {
        margin-right: 10px
    }

    .why-choose-item .icon-box img {
        max-width: 50px
    }

    .author-content,
    .why-choose-item-content {
        width: calc(100% - 60px)
    }

    .why-choose-counter-list {
        gap: 30px
    }

    .why-choose-counter-content h3 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .why-choose-counter-item:after {
        right: -15px
    }

    .security-list {
        margin-top: 20px;
        padding-top: 20px
    }

    .pricing-header h2 sup {
        font-size: 16px;
        top: -3px
    }

    .pricing-header .icon-box {
        top: -5px;
        right: -15px
    }

    .pricing-header .icon-box img {
        max-width: 60px
    }

    .pricing-benefit-list ul {
        gap: 15px
    }

    .pricing-benefit-list ul li {
        width: calc(50% - 7.5px);
        font-size: 12px
    }

    .pricing-benefit-list ul li img {
        max-width: 16px;
        margin-right: 5px
    }

    .testimonial-box {
        padding: 50px 20px 30px
    }

    .testimonial-company-logo img {
        max-width: 130px
    }

    .testimonial-content p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .testimonial-btn {
        position: relative;
        bottom: 0;
        justify-content: center;
        margin-top: 20px
    }

    .testimonial-slider .testimonial-button-next {
        margin-left: 10px
    }

    .testimonial-contact-box,
    .testimonial-contact-btn {
        width: 100%;
        text-align: start
    }

    .cta-contact-info:before {
        width: 80px;
        height: 70px;
        opacity: 60%;
        bottom: 0;
        right: 3px;
        transform: rotate(198deg)
    }

    @keyframes ctamovearrow {
        50% {
            right: -15px
        }
    }

    .cta-contact-item {
        border-bottom: 1px solid var(--dark-divider-color);
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-right: none
    }

    .cta-contact-item .icon-box img {
        max-width: 35px
    }

    .cta-contact-content {
        width: calc(100% - 45px)
    }

    .cta-box-image img {
        aspect-ratio: 1/0.65
    }

    .faq-accordion .accordion-header .accordion-button {
        font-size: 18px;
        padding: 14px 40px 14px 14px
    }

    .faq-accordion .accordion-item .accordion-button.collapsed::after,
    .faq-accordion .accordion-item .accordion-button::after {
        font-size: 18px;
        right: 14px
    }

    .faq-accordion .accordion-body {
        padding: 10px 14px 14px
    }

    .footer-header {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 30px;
        text-align: center
    }

    .footer-copyright {
        padding: 15px 0
    }

    .mission-vision-content,
    .service-feature-title {
        width: calc(100% - 50px)
    }

    .our-approach-image img {
        aspect-ratio: 1/0.86
    }

    .what-we-do-image {
        max-width: 100%;
        padding: 0 40px 60px 0
    }

    .what-we-do-img-1::before {
        top: 10px;
        left: 10px
    }

    .what-we-do-img-2 {
        max-width: 170px
    }

    .company-experience-box.what-we-do-circle {
        width: 110px;
        height: 110px;
        top: 30px;
        padding: 10px
    }

    .company-experience-box.what-we-do-circle h2 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .company-experience-box.what-we-do-circle p {
        font-size: 12px
    }

    .work-step-item::before {
        transform: translate(22px, 45px)
    }

    .work-step-item .work-step-no {
        width: 45px;
        height: 45px;
        margin-right: 10px
    }

    .work-step-no h3 {
        font-size: 20px
    }

    .work-step-content {
        width: calc(100% - 55px)
    }

    .how-it-work-image {
        padding-left: 40px
    }

    .benefit-img-1 img,
    .benefit-img-2 img,
    .how-it-work-img-1 img {
        aspect-ratio: 1/1.1
    }

    .how-it-work-img-2 {
        max-width: 180px;
        border-width: 5px
    }

    .our-benefit-image {
        padding-right: 50px
    }

    .benefit-img-2 {
        max-width: 160px;
        border-width: 5px;
        bottom: 20px
    }

    .contact-us-circle {
        top: 20px
    }

    .contact-us-circle img {
        max-width: 80px
    }

    .page-single-slider .swiper-slide img {
        aspect-ratio: 1/0.79
    }

    .service-entry-image img {
        aspect-ratio: 1/0.68
    }

    .post-image img {
        aspect-ratio: 1/0.7
    }

    .post-entry blockquote {
        background-position: 15px 12px;
        padding: 60px 15px 15px
    }

    .project-detail-item {
        padding: 10px;
        margin-bottom: 20px
    }

    .team-singe-image img {
        aspect-ratio: 1/1.03
    }

    .team-member-detail {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .page-contact-box {
        padding: 0 20px 30px;
        margin-top: 50px
    }

    .contact-info-list {
        gap: 30px;
        margin: -50px 0 30px
    }

    .contact-info-item:before {
        top: auto;
        right: 0;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 1px
    }

    .contact-info-item .icon-box {
        margin-bottom: 15px
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 350px
    }

    .submenu-megamenu {
        display: none !important
    }
}

.wc-btn-primary.bordered,
.wc-btn-primary.bordered:hover,
.wc-btn-primary:hover {
    border-color: var(--accent-color)
}

@media only screen and (max-width:480px) {
    .slider-content h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px
    }

    .slider-content h1 {
        font-weight: 900;
        font-size: 20px;
        line-height: 23px
    }

    .slider-content h3 {
        order: 3;
        color: #fff;
        line-height: 22px;
        margin-bottom: 15px;
        font-size: 15px
    }

    .ori-project-content-4 {
        padding-top: 15px
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 20px
}

.contact-us-form .section-title.dark-section h2 {
    color: #0b537e
}

.member-contact-form.contact-form .form-control {
    background-color: #d9d9d9
}

.our-team .img-cstm-title {
    position: relative;
    top: -51px;
    background-color: #18479d;
    padding: 10px;
    left: 10px;
    font-size: 20px;
    border-radius: 5px;
    line-height: 20px;
    color: #fff
}

.call-action a.more-btn {
    background: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    color: #045f8e;
    font-weight: 800;
    font-size: 18px;
    height: fit-content;
    letter-spacing: 1px
}

.testimonial-section a.more-btn {
    background: #045f8e;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 800;
    font-size: 15px
}

a.more-btn i {
    margin-left: 5px
}

.section-title h2,
.section-title h4 {
    text-transform: capitalize !important
}

.home-products-container {
    background-color: var(--white)
}

.wc-btn-primary,
.wc-btn-primary:hover {
    color: #fff;
    background-color: var(--accent-color)
}

.wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.wc-btn-group>:first-child {
    transform: scale3d(.5, .5, 1);
    margin-inline-end: -70px
}

.wc-btn-group:hover>:nth-child(2),
.wc-btn-group>:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.call-action .wc-btn-group:hover>:nth-child(3),
.main-header .wc-btn-group:hover>:nth-child(3),
.wc-btn-group>:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.wc-btn-group:hover>:first-child {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.wc-btn-group:hover>:nth-child(3) {
    transform: scale3d(.5, .5, 1);
    margin-inline-start: -54px
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

.wc-btn-primary {
    padding: 21px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 40px;
    text-transform: capitalize;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap;
    height: 50px
}

.wc-btn-circle,
.wc-btn-oval {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

.wc-btn-primary.bordered {
    background-color: transparent;
    color: var(--accent-color)
}

.wc-btn-circle,
.wc-btn-circle:hover,
.wc-btn-primary.bordered:hover {
    background-color: var(--accent-color)
}

.wc-btn-primary.bordered:hover {
    color: #fff
}

.dir-rtl .wc-btn-primary i {
    transform: rotateY(180deg)
}

.wc-btn-circle {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.wc-btn-oval,
span {
    display: inline-block
}

@media only screen and (max-width:1199px) {
    .wc-btn-circle {
        width: 50px;
        height: 50px
    }
}

.wc-btn-circle:hover {
    color: #fff
}

.video-play-button:after,
.video-play-button:before {
    content: "";
    position: absolute;
    display: block;
    background: #e9853a
}

.wc-btn-oval {
    color: #fff;
    border: 1px solid #3f3a36;
    padding: 32px 52px;
    transition: .3s;
    border-radius: 50%
}

.parallax::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0
}

.corner::after,
.video-play-button:after,
.video-play-button:before {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px
}

.parallax.parallax-dark::before {
    background: rgb(13 80 123);
    border-radius: 10px
}

.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.video-play-button:before {
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border
}

.video-play-button span {
    display: block;
    position: relative;
    left: 4px;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent
}

.video-play-button:after {
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    transition: .2s
}

@media only screen and (max-width:800px) {
    .parallax {
        background-attachment: inherit !important;
        background-position: center !important
    }

    .home-products-container {
        display: flex;
        justify-content: center
    }

    .page-header-box nav {
        display: none !important
    }
}

.footer-links ul li a:hover,
.text-color-white1 {
    color: #fff !important
}

.sectionPT {
    padding-top: 150px
}

.sectionPB {
    padding-bottom: 150px
}

@media only screen and (max-width:991px) {

    .contact-info-item,
    .footer-quick-links .logo,
    .page-header,
    .topbar-contact-info {
        text-align: center
    }

    .topbar-contact-info,
    .topbar-contact-info ul li {
        margin-right: 0 !important
    }

    .page-header {
        padding: 20px 0
    }

    .page-header-box ol {
        justify-content: center !important
    }

    .contact-info-item .icon-box {
        margin: 10px auto
    }

    .footer-quick-links {
        padding-right: 0 !important;
        text-align: center
    }

    .topbar-contact-info ul li a {
        font-size: 16px;
        line-height: 20px
    }

    .topbar-contact-info {
        padding-right: 0 !important
    }

    .wc-btn-primary {
        padding: 16px 25px
    }

    .sectionPT {
        padding-top: 80px
    }

    .sectionPB {
        padding-bottom: 80px
    }
}

.padding-80 {
    padding-top: 80px
}

video {
    object-fit: fill
}

@media screen {
    .video-play-button {
        width: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        margin-top: -20px;
        cursor: pointer
    }
}

.newsCard,
.newsContent,
.parallax {
    position: relative
}

.col-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both
}

.parallax {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.page-header-box nav .breadcrumb {
    display: flex !important;
    justify-content: center
}

.call-action .wc-btn-group:hover>:first-child,
.main-header .wc-btn-group:hover>:first-child {
    margin-inline-end: -70px
}

.why-choose-us-home {
    background-color: #18479d
}

.about-us-page .why-choose-item {
    align-items: center
}

.call-action .wc-btn-circle,
.call-action .wc-btn-primary {
    background-color: #fff;
    color: var(--accent-color)
}

.call-action .wc-btn-group a:nth-child(3) {
    background: #fb7433 !important
}

.call-action .wc-btn-group a:nth-child(3) i {
    color: #fff;
    font-size: 20px
}

.newsCard {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    transition: .3s
}

.timeline__event__content,
.timeline__event__icon {
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025)
}

.newsCard:hover {
    box-shadow: 0 8px 25px rgba(88, 0, 0, .2)
}

.newsContent {
    padding: 20px
}

.newsMeta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px
}

.readMore,
.timeline__event__date {
    align-items: center;
    font-weight: 600
}

.newsTitle {
    color: #18479d;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4
}

.newsSummary {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px
}

.readMore {
    font-size: 16px;
    display: inline-flex;
    transition: .3s;
    padding: 10px 15px;
    background: #18479d;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0
}

.readMore::after {
    content: '→';
    margin-left: 5px;
    transition: .3s
}

.readMore:hover::after {
    transform: translateX(5px)
}

.corner {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: #18479d;
    transform: rotate(45deg)
}

.corner::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, .1);
    transform: translate(-50%, -50%) rotate(45deg)
}

.newsCard::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #18479d
}

.timeline {
    display: flex;
    flex-direction: column
}

.timeline__event {
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center
}

.timeline__event:nth-child(odd) .timeline__event__date,
.timeline__event__content {
    border-radius: 0 6px 6px 0
}

.timeline__event:nth-child(odd) {
    flex-direction: row-reverse
}

.timeline__event:nth-child(odd) .timeline__event__content {
    border-radius: 6px 0 0 6px
}

.timeline__event:nth-child(odd) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--accent-color);
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    animation: 2s ease-in-out 4s forwards fillTop
}

.timeline__event:nth-child(odd) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    animation: 2s ease-in-out 4s forwards fillLeft
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 1.5px
}

.timeline__event__content {
    padding: 20px;
    background: #fff;
    width: calc(40vw - 150px)
}

.timeline__event--type2 .timeline__event__icon,
.timeline__event--type2 .timeline__event__icon:after,
.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2:after,
.timeline__event--type2:nth-child(odd) .timeline__event__icon:after,
.timeline__event--type2:nth-child(odd) .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon,
.timeline__event--type3 .timeline__event__icon:after,
.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3:after,
.timeline__event--type3:nth-child(odd) .timeline__event__icon:after,
.timeline__event--type3:nth-child(odd) .timeline__event__icon:before,
.timeline__event__date,
.timeline__event__icon,
.timeline__event__icon:after,
.timeline__event__icon:before {
    background: var(--accent-color)
}

.timeline__event__date {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px
}

.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    padding: 40px;
    align-self: center;
    margin: 0 20px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: relative
}

.timeline__event__icon i {
    font-size: 32px
}

.timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    animation: 2s ease-in-out 4s forwards fillTop
}

.timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    animation: 2s ease-in-out 4s forwards fillLeftOdd
}

.timeline__event__description {
    flex-basis: 100%
}

.timeline__event--type2 .timeline__event__date {
    color: #fff;
    background: var(--accent-color)
}

.timeline__event--type2 .timeline__event__icon {
    color: var(--accent-color)
}

.timeline__event--type2 .timeline__event__title {
    color: var(--accent-color)
}

.timeline__event--type3 .timeline__event__date {
    color: #fff;
    background-color: var(--accent-color)
}

.timeline__event--type3 .timeline__event__icon {
    color: var(--accent-color)
}

.timeline__event--type3 .timeline__event__title {
    color: var(--accent-color)
}

.timeline__event:last-child .timeline__event__icon:before {
    content: none
}

@media (max-width:786px) {
    .timeline__event {
        flex-direction: column;
        align-self: center
    }

    .timeline__event__content {
        width: 100%
    }

    .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        width: 100%;
        margin: 0;
        box-shadow: none
    }

    .timeline__event:nth-child(odd) .timeline__event__date,
    .timeline__event__date {
        border-radius: 0;
        padding: 20px
    }

    .timeline__event__icon:after,
    .timeline__event__icon:before {
        display: none
    }

    .timeline__event:nth-child(odd) {
        flex-direction: column;
        align-self: center
    }

    .timeline__event:nth-child(odd) .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        margin: 0
    }
}

@keyframes fillLeft {
    100% {
        right: 100%
    }
}

@keyframes fillTop {
    100% {
        top: 100%
    }
}

@keyframes fillLeftOdd {
    100% {
        left: 100%
    }
}

.service-feature-contents ul,
.why-choose-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.topbar {
    color: #fff;
    letter-spacing: 1px
}

a.wc-btn.wc-btn-circle.click1 {
    transform: rotate(-40deg);
    display: none
}

#aboutVid {
    height: 100%;
    width: 100%
}

.our-cstm-sec {
    padding: 50px 0;
    overflow: hidden
}

.our-solution-sec .wc-btn-group {
    padding-left: 10px
}

.why-choose-list {
    grid-gap: 10px
}

.why-choose-us {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: unset
}

.why-choose-item {
    position: relative;
    background-color: var(--white-color);
    border-radius: 30px;
    box-shadow: 0 0 100px 2px #0000000D;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    overflow: hidden;
    transition: .4s ease-in-out
}

.service-feature-item {
    position: relative;
    width: 100%
}

.page-header-box h1 {
    text-transform: none
}

.page-single-slider {
    width: 96%
}

.service-feature-content li img {
    max-width: 40px;
    margin-right: 15px
}

.service-entry ul li {
    background: top left/24px auto no-repeat;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 0
}

@media only screen and (max-width:767px) {

    .timeline__event__icon,
    .topbar .col-md-7 {
        display: none
    }

    .timeline__event {
        margin: 10px 20px
    }

    .timeline__event p {
        margin: 0
    }

    .px-0 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .why-choose-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 15px
    }

    .features,
    .service-feature-contents ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important
    }

    .service-why-choose-box .col-lg-6 {
        margin-top: 2%
    }

    .ori-project-item-3 {
        width: 100% !important
    }
}

.topbar-contact-info ul li a {
    color: #fff;
    line-height: 25px
}

div#google_translate_element .skiptranslate {
    font-size: 0px;
    line-height: 0
}

div#google_translate_element .skiptranslate select.goog-te-combo {
    margin: 0;
    padding: 3px 8px;
    border-radius: 6px;
    background-color: #fff;
    opacity: 1;
    font-family: var(--default-font);
    font-size: 14px !important
}

div#google_translate_element .skiptranslate select.goog-te-combo:focus {
    outline: 0
}

.productBtnWrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

.BtnProduct {
    border-radius: 100px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: var(--accent-color);
    border: 1px solid transparent;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 10px
}

.OrangeBtn {
    background: #f27421 !important
}

.CareersFormPage,
.CareersPage {
    padding: 40px 0
}

.CareersGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.CareersItem {
    padding: 25px;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    box-shadow: 1px 1px 14px 9px #bdbdbd0d;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.CareersItem .CareersContent {
    display: flex;
    flex-flow: column;
    gap: 10px
}

.CareersItem .CareersContent p {
    margin: 0;
    font-size: 16px
}

.CareersItem .CareersContent .BtnProduct {
    width: fit-content;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    border-radius: 10px;
    font-weight: 300;
    margin-top: 20px
}

.CareersIcon {
    width: 40px;
    height: 40px
}

.CareersFormWrapper form input,
.CareersFormWrapper form select {
    background: #f4f4f4 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    outline: 0 !important;
    box-shadow: 0 0 !important;
    border: 0;
    padding: 20px !important
}

.CareersFormWrapper form {
    display: grid;
    gap: 20px
}

.CareersFormWrapper {
    padding: 30px;
    background: 0 0;
    border-radius: 10px;
    max-width: 70%;
    margin: auto;
    border: 1px solid #f4f4f4
}

.CareersFormWrapper form input.submit {
    padding: 15px !important;
    background: #18479d !important;
    font-size: 16px !important;
    font-weight: 400;
    font-family: var(--default-font) !important;
    letter-spacing: .5px
}

.fileUploadWrapper input {
    background: 0 0 !important;
    opacity: 0
}

.fileUploadWrapper {
    position: relative;
    background: #f4f4f4;
    border-radius: 10px !important
}

.fileUploadWrapper label.custom-file-upload {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 20px;
    font-size: 13px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px !important
}

.timeline {
    position: relative;
    margin: 40px 0
}

.timeline-line {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
    background: linear-gradient(45deg, transparent, #0d2463, transparent);
    transform: translateX(-50%)
}

.timeline-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    position: relative
}

.timeline-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0d2463;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    z-index: 2;
    margin-right: 20px;
    flex-shrink: 0;
    transform: unset;
    color: #fff
}

.timeline-content {
    flex: 1;
    margin-left: 60px;
    margin-top: -40px;
    padding-top: 10px
}

.timeline-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #18479d;
    font-weight: 600
}

.timeline-content p {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 100%
}

.timeline-image {
    width: calc(100% - 60px);
    height: 180px;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
    margin-top: 20px;
    flex-shrink: 0
}

.timeline-image img {
    max-width: 100%;
    max-height: 100%
}

@media (min-width:769px) {
    .timeline {
        margin: 60px 0
    }

    .timeline-line {
        left: 40px;
        transform: translateX(-50%)
    }

    .timeline-item {
        flex-direction: row;
        margin-bottom: 80px
    }

    .timeline-number {
        margin-right: 40px;
        width: 40px;
        height: 40px;
        transform: translateX(20px)
    }

    .timeline-content {
        margin-left: 0;
        margin-top: 0;
        padding-top: 0
    }

    .timeline-content h4 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .timeline-content p {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 500px
    }

    .timeline-image {
        width: 300px;
        height: 150px;
        margin-left: 40px;
        margin-top: 0;
        background: linear-gradient(45deg, #18479d, #587ab8, #18479d)
    }

    .timeline-image img {
        max-width: 120px;
        max-height: 120px
    }
}

.timeline-image p {
    font-weight: 800;
    color: transparent;
    margin: 0;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    font-size: 80px;
    background-position: center;
    background-size: cover;
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: text
}

.aggregationImg {
    margin: 100px 0 0
}

.page-service-single .why-choose-item {
    border-radius: 15px;
    padding: 30px;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 15px;
    margin: 0;
    border: 1px solid #f4f4f4
}

.why-choose-list {
    gap: 25px !important
}

@media (max-width:1400px) {
    .page-header-box h1 {
        font-size: 50px
    }

    .page-service-single .row {
        margin: 0
    }
}

@media (max-width:1079px) {
    .topbar-contact-info ul li {
        margin-right: 10px
    }

    .topbar-contact-info ul li a {
        color: #fff;
        font-size: 14px;
        letter-spacing: .5px
    }

    .section-title h2,
    .service-entry h2 {
        font-size: 30px
    }

    .why-choose-item {
        display: grid;
        grid-template-columns: 40px 1fr;
        gap: 15px
    }

    .why-choose-item .icon-box {
        margin: 0;
        max-width: 40px;
        max-height: 40px
    }

    .why-choose-item .why-choose-item-content {
        width: 100%
    }

    .why-choose-item .why-choose-item-content h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0
    }

    .navbar-brand img {
        max-width: 150px
    }

    .Multi2DAggregationPagewhyChooseList .why-choose-item .icon-box {
        max-width: 100% !important;
        max-height: max-content;
        width: 100%;
        border-radius: 10px;
        overflow: hidden
    }
}

@media (max-width:991px) {
    .topbar {
        display: none
    }

    .our-solution-sec h2 {
        font-size: 30px !important
    }

    p {
        font-size: 16px !important
    }

    .our-solution-sec {
        padding: 60px 0
    }

    .Multi2DAggregationPagewhyChooseList .why-choose-item .why-choose-item-content h6,
    .aboutPageWhatWeDo .section-title,
    .ori-project-section-4 .section-title {
        margin: 0
    }

    .ori-project-item-4 .ori-project-img-text .ori-project-img {
        margin-bottom: 20px
    }

    .why-choose-counter-list {
        grid-template-columns: 1fr 1fr
    }

    .product-slider {
        padding-bottom: 100px
    }

    .section-full .title {
        font-size: 30px;
        line-height: 40px
    }

    .section-full .wc-btn-group {
        margin-top: 30px
    }

    .slider-content h1 {
        font-size: 30px;
        line-height: normal
    }

    .slider-content h2 {
        font-size: 25px;
        line-height: normal
    }

    .our-cstm-sec h2,
    .page-header-box h1 {
        font-size: 30px
    }

    .about-us-page .why-choose-item {
        margin-bottom: 0;
        border-radius: 10px;
        border: 1px solid #f4f4f4;
        padding: 20px;
        gap: 15px;
        align-items: baseline
    }

    .navbar-brand img {
        max-width: 100px
    }

    .our-approach-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px
    }

    .mission-vision-item {
        margin-bottom: 0 !important;
        border-radius: 20px !important;
        border: 1px solid #f4f4f4
    }

    .about-us-page .container,
    .page-service-single .col-lg-12 {
        padding: 0 !important
    }

    .page-service-single .col-lg-12 .page-single-slider,
    .page-service-single .ori-project-item-content .ori-project-item-3 .ori-project-img img,
    .productBtnWrapper {
        width: 100%
    }

    .why-choose-list {
        gap: 15px !important;
        grid-template-columns: 1fr 1fr !important
    }

    .page-service-single .ori-project-item-content {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .page-service-single .ori-project-item-content .ori-project-item-3 {
        width: 100%;
        padding: 0
    }

    .service-why-choose-box .row {
        gap: 20px 0
    }

    .service-why-choose-box .row .col-lg-6 {
        padding: 0
    }

    .productBtnWrapper .BtnProduct {
        width: 100%;
        justify-content: center;
        border-radius: 10px
    }

    .aboutPageWhatWeDo {
        padding-bottom: 0
    }

    .aboutPageWhyChooesUs {
        padding: 30px 15px 50px
    }

    .aboutPageWhyChooesUs .section-title {
        margin: 0;
        margin-bottom: 20px !important
    }

    .aboutPageWhyChooesUs .why-choose-item {
        align-items: center
    }

    .productsDeatailsDesc p {
        margin-bottom: 0
    }

    .productsDeatailsDesc {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .productsDeatailsWrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px
    }

    .productsDeatailsWrapper .home-products-container {
        margin: 0 !important
    }

    .Multi2DAggregationPagewhyChooseList .why-choose-item {
        grid-template-columns: 1fr !important;
        padding: 20px;
        align-items: baseline !important;
        border: 1px solid #f4f4f4
    }

    .Multi2DAggregationPagewhyChooseList .why-choose-item .row {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 10px
    }

    .Multi2DAggregationPagewhyChooseList .why-choose-item .col-md-4,
    .Multi2DAggregationPagewhyChooseList .why-choose-item .col-md-8 {
        padding: 0;
        width: 100%
    }

    .Multi2DAggregationPagewhyChooseList .why-choose-item .why-choose-item-content {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .Multi2DAggregationPagewhyChooseList {
        margin: 20px 0 0
    }
}

.Multi2DAggregationPagewhyChooseList .why-choose-item,
.cardEvent {
    grid-template-columns: auto 1fr
}

.cardEvent {
    display: grid;
    gap: 25px;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: #33333314 0 0 10px;
    color: #252b33;
    border-radius: 5px
}

.cardEvent .cardEventImg {
    max-width: 100px
}

.cardEvent .cardEventContent {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.cardEvent .cardEventContent p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: baseline
}

.cardEvent .cardEventContent h5 {
    color: #010535;
    font-size: 20px;
    font-weight: 800
}

.diffColor {
    color: #f27421
}

.cardEventContent i {
    font-size: 20px;
    color: #666
}

.cardEventContent h5 {
    display: flex;
    align-items: center;
    gap: 10px
}

.ExibitionContentWrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    height: 100%
}

.ExibitionContentWrapper h1 {
    font-size: 30px;
    font-weight: 700
}

.ExibitionContentWrapper h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.ExibitionContentWrapper p,
.ExibitionContentWrapper span.sub-head {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin: 0
}

.blog-content h3,
.blog-content p,
.post-content .faq-accordion .accordion-item {
    margin-bottom: 15px
}

.main-menu {
    gap: 15px
}

.main-menu .header-btn .selected {
    border-radius: 10px;
    padding: 10px 20px !important
}

@media (max-width:1440px) {
    .page-Exibition-box {
        margin: 20px 0 !important;
        padding: 20px !important
    }

    .page-Exibition-box .formDetais {
        padding: 0 !important
    }

    .ExibitionContentWrapper h5,
    .cardEvent .cardEventContent h5 {
        font-size: 16px
    }

    .cardEventContent i {
        font-size: 14px
    }

    .ExibitionContentWrapper p,
    .ExibitionContentWrapper span.sub-head {
        font-size: 14px;
        line-height: 24px
    }

    .ExibitionContentWrapper h1 {
        font-size: 20px
    }
}

@media (max-width:767px) {

    .ori-project-item-3 .ori-project-img-text .ori-project-text h3 a,
    .ori-project-item-4 .ori-project-img-text .ori-project-text h3 {
        font-size: 16px
    }

    .ori-project-item-content {
        margin: 20px 0
    }

    .ori-project-item-4,
    .page-service-single .ori-project-item-content .ori-project-img-text,
    .timeline-content {
        padding: 0
    }

    .section-title h2,
    .service-entry h2 {
        font-size: 20px
    }

    p {
        font-size: 14px !important
    }

    .timeline-image {
        height: auto;
        background: 0 0;
        text-align: left;
        width: fit-content;
        margin-top: 0
    }

    .timeline-image p {
        font-size: 70px !important;
        color: #0c2262;
        line-height: normal
    }

    .CareersGrid,
    .page-service-single .ori-project-item-content {
        grid-template-columns: 1fr 1fr
    }

    .CareersFormWrapper {
        max-width: 100%
    }

    .logo img.header-logo {
        max-width: 150px
    }

    .service-feature-content,
    .service-single-content .col-lg-6 {
        padding: 0 !important
    }

    .newsCard img {
        width: 100%
    }

    .page-blog .row,
    .page-video-gallery .row {
        gap: 20px
    }

    .Multi2DAggregationPagewhyChooseList {
        grid-template-columns: 1fr !important
    }

    .page-Exibition-box {
        margin: 20px 0 !important;
        padding: 20px !important
    }

    .page-Exibition-box .formDetais {
        padding: 20px !important;
        background: #f4f4f4;
        border-radius: 10px
    }

    .page-Exibition-box>.row {
        gap: 25px
    }

    .page-Exibition-box form .row {
        margin: 0;
        gap: 15px
    }

    .page-Exibition-box form .row .col-md-12,
    .page-Exibition-box form .row .col-md-12 .col-md-12,
    .page-Exibition-box form .row .col-md-6,
    .page-Exibition-box form .row .col-md-7 {
        padding: 0 !important;
        margin: 0 !important
    }
}

@media (max-width:567px) {
    .why-choose-counter-list {
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }

    .page-header-box h1,
    .slider-content h1,
    .slider-content h2 {
        font-size: 20px
    }

    .slider-content {
        margin: 20px 0 0
    }

    .our-solution-sec h2 {
        font-size: 30px !important;
        margin-bottom: 15px
    }

    .ori-project-content-4 .ori-project-tab-btn li {
        margin-bottom: 0;
        padding: 0
    }

    .cardEvent .cardEventContent h5,
    .ori-project-content-4 .ori-project-tab-btn button {
        font-size: 16px
    }

    .ori-project-tab-btn .nav {
        border: 1px solid #f4f4f4
    }

    .ori-project-content-4 .ori-project-tab-btn li button {
        padding: 15px;
        letter-spacing: .5px
    }

    .ori-project-tab-btn button:before {
        top: 50%;
        transform: translate(-15px, -50%)
    }

    .ori-project-content-4 .ori-project-tab-btn li button.active {
        background: #18479d !important;
        color: #fff !important
    }

    .our-team {
        padding: 0
    }

    .service-item {
        margin-bottom: 0 !important
    }

    .our-services .row {
        gap: 15px
    }

    .mission-vision-item {
        flex-direction: column;
        gap: 20px
    }

    .timeline-image p {
        font-size: 40px !important
    }

    .CareersGrid {
        grid-template-columns: 1fr
    }

    .CareersFormWrapper {
        padding: 20px
    }

    .why-choose-list {
        grid-template-columns: 1fr !important
    }

    .page-single-slider .page-single-pagination .swiper-pagination-bullet {
        height: 8px;
        width: 8px
    }

    .productBtnWrapper {
        flex-wrap: wrap
    }

    .gallery-items .col-lg-4.col-6 {
        padding: 0 10px
    }

    .page-gallery-box .photo-gallery img {
        border-radius: 0 !important;
        aspect-ratio: auto
    }

    .page-gallery-box .photo-gallery figure {
        border-radius: 10px
    }

    .DeskNone {
        display: block !important
    }

    .mobileNone {
        display: none
    }

    .missionVisionPage .row {
        flex-direction: column-reverse;
        gap: 20px
    }

    .missionVisionPage .our-approach-content {
        margin: 0
    }

    .cardEvent {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .cardEvent .cardEventImg {
        max-width: 190px
    }

    .cardEventContent i {
        font-size: 14px
    }
}

.accordion-header .accordion-item {
    margin-bottom: 10px !important
}

.post-content .faq-accordion .accordion-item .accordion-button {
    font-size: 16px
}

.post-content .faq-accordion .accordion-item .accordion-body p {
    color: #fff !important;
    opacity: 1;
    margin-bottom: 14px;
    gap: 10px
}

.service-item.active .cstm-bg-white .wc-btn-primary,
.service-item:hover .cstm-bg-white .wc-btn-primary {
    background-color: #fff;
    color: var(--accent-color);
    border-color: var(--accent-color)
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--divider-color);
    animation: .6s slide-down
}

@keyframes slide-down {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

.submit-btn {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    border-radius: 10px;
    font-family: sans-serif;
    margin-top: 0;
    width: 100%
}

.exhb-btn {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #18479d
}

.exhb-btn img {
    max-width: 120px
}

.border-radius-30 {
    border-radius: 30px !important;
    overflow: hidden
}

.state-input {
    padding-right: 0;
    color: #999;
    display: none
}

.blog-section {
    padding: 80px 0;
    background: #f8f9fa
}

.blog-grid {
    display: flex;
    flex-wrap: wrap
}

.blog-card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    transition: transform .3s;
    display: flex;
    flex-direction: column
}

.blog-card:hover {
    transform: translateY(-5px)
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.blog-content h3 {
    font-size: 1.25rem;
    color: #333
}

.blog-content p {
    font-size: .9rem;
    color: #666;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.read-more {
    color: var(--accent-secondary-color);
    font-weight: 500;
    align-self: flex-start
}

.sidebar_new-fix-2 {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    position: sticky;
    top: 140px
}

.sidebar_new-fix-2 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 8px;
    color: var(--accent-color)
}

.recent-post-list-li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea
}

.recent-post-thum {
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 4px
}

.recent-post-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right
}

.language-switcher {
    white-space: nowrap;
    z-index: 9999;
    background: transparent;
    border: 1px solid var(--divider-color);
    padding: 0px 10px;
    font-size: 14px;
    font-family: sans-serif;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.language-switcher a {
    text-decoration: none;
    margin: 0 5px;
}

.language-switcher span {
    color: var(--secondary-color);
}

.language-switcher a:hover {
    text-decoration: underline;
}

.mega-menu-list .box-inner h3 a{
    font-size: 30px;
    color: #fff !important;
    line-height: 2;
}