body.no-scroll {
    overflow: hidden;
}
.d-none {
    display: none;
}
p {
    font-weight: 400;
    line-height: 26px;
}
/* header */
.header {
    background-color: transparent !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 999 !important;
    transition: 0.6s !important;
    width: 100% !important;
}
.header.scrolled {
    background-color: #fff !important;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 25%);
}
.header .site-logo img {
    filter: brightness(0) invert(1);
    transition: 0.6s !important;
}
.header.scrolled .site-logo img {
    filter: none;
}
.header .primary-menu nav {
    flex-grow: 1;
}
.header .primary-menu nav > ul.elementor-nav-menu > li > a {
    color: #fff !important;
}
.header.scrolled .primary-menu nav > ul.elementor-nav-menu > li > a {
    color: #000 !important;
}
.header .primary-menu nav > ul.elementor-nav-menu > li > a svg path {
    fill: #fff !important;
}
.header.scrolled .primary-menu nav > ul.elementor-nav-menu > li > a svg path {
    fill: #000 !important;
}
.header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu {
    position: fixed;
    left: 0 !important;
    right: 0;
    top: 75px !important;
    max-width: none !important;
    flex-wrap: wrap;
    padding: 15px 0;
}
.header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu[aria-hidden="false"], .header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu[aria-expanded="true"] {
    display: flex !important;
}
.header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu li {
    width: 25%;
}
.header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu li a {
    padding: 13px 15px;
}
.header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu li a:hover, .header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu li a:focus, .header .primary-menu nav ul.elementor-nav-menu li ul.sub-menu li a:active {
    background-color: transparent;
    color: #1a6fa3;
    font-weight: 500;
}
.header .secondary-menu .elementor-menu-toggle, .header .mobile-menu .elementor-menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    background: #fff !important;
    transition: .5s;
}
.header.scrolled .secondary-menu .elementor-menu-toggle, .header .secondary-menu .elementor-menu-toggle.elementor-active, .header.scrolled .mobile-menu .elementor-menu-toggle {
    background: #000 !important;
}
.header .secondary-menu .elementor-menu-toggle.elementor-active, .header .mobile-menu .elementor-menu-toggle.elementor-active {
    position: relative;
    z-index: 9;
}
.header .secondary-menu .elementor-menu-toggle svg path, .header .mobile-menu .elementor-menu-toggle svg path {
    fill: #000;
}
.header.scrolled .secondary-menu .elementor-menu-toggle svg path, .header .secondary-menu .elementor-menu-toggle.elementor-active svg path, .header.scrolled .mobile-menu .elementor-menu-toggle svg path {
    fill: #fff;
}
.header .secondary-menu nav, .header .mobile-menu nav {
    position: fixed;
    right: 0;
    width: 320px;
    top: 0;
    bottom: 0;
    background-image: url(../../../../uploads/2025/06/pattern-bg.webp);
    background-size: contain;
    background-color: #f7f7f7 !important;
}
.header .secondary-menu nav ul {
    padding: 95px 0 20px;
}
.header .secondary-menu nav ul li a {
    font-size: 18px !important;
    padding: 13px 20px;
    font-weight: 700 !important;
}
.header .secondary-menu nav ul li a:hover, .header .secondary-menu nav ul li a:focus, .header .secondary-menu nav ul li a:active {
    background: transparent;
    color: #000;
}
.header .mobile-menu nav {
    position: fixed !important;
    width: 100% !important;
    top: 65px !important;
    bottom: 0;
    right: 0;
    left: 0 !important;
    margin-top: 0;
}
.header .mobile-menu nav ul.elementor-nav-menu li a.elementor-item-active, .header .mobile-menu nav ul.elementor-nav-menu li a:hover {
    background-color: transparent !important;
    font-weight: 600 !important;
}
.header .mobile-menu nav ul.elementor-nav-menu li ul.sub-menu {
    padding: 10px 0;
    background-color: transparent;
}
.header .mobile-menu nav ul.elementor-nav-menu li ul.sub-menu li a {
    padding: 8px 35px;
}
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
    display: none !important;
}
.elementor-184 .elementor-element.elementor-element-381073c7 .elementor-nav-menu--dropdown {
    background-color: #ededed;
}
/* footer */
.footer .elementor-widget-heading h6.elementor-heading-title {
    font-weight: 600 !important;
    font-size: 18px !important;
}
.footer .elementor-widget-nav-menu nav ul li a {
    font-weight: 400 !important;
    color: #545454 !important;
}
.footer .elementor-widget-nav-menu nav ul li a:focus, .footer .elementor-widget-nav-menu nav ul li a:hover, .footer .elementor-widget-nav-menu nav ul li a:active {
    color: #000000 !important;
}
.footer .get-in-touch h5.elementor-heading-title {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.footer .get-in-touch ul li a {
    font-weight: 400 !important;
}
.footer .get-in-touch ul li a span {
    color: #545454 !important;
}
.footer .get-in-touch ul li a:hover span, .footer .get-in-touch ul li a:focus span, .footer .get-in-touch ul li a:active span {
    color: #000000 !important;
}
.footer-copyright p {
    font-size: 14px !important;
}
.footer-copyright .elementor-widget-social-icons .elementor-grid-item a {
    width: auto;
    height: auto;
    background: transparent !important;
}
.footer-copyright .elementor-widget-social-icons .elementor-grid-item a svg {
    height: 20px;
}
.get-in-touch-section {
    background-image: url(../../../../uploads/2025/06/map-bg.webp);
    background-position: center;
    background-size: cover;
}
.get-in-touch-section .content h5 {
    font-weight: 700 !important;
    font-size: 30px !important;
}
.get-in-touch-section .content h3 {
    font-weight: 500 !important;
    font-size: 22px !important;
}
.get-in-touch-section .content .get-in-touch .wpr-sticky-section-no .elementor-icon svg {
    width: 40px;
}
.get-in-touch-section .form-section h5 {
    font-size: 22px !important;
    font-weight: 600 !important;
}
.get-in-touch-section .form-section h3 {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 24px;
}
.get-in-touch-section .form-section .wpforms-field-container .wpforms-field {
    padding: 0;
    margin-bottom: 12px;
}
.get-in-touch-section .form-section .wpforms-field-container .wpforms-field:last-child {
    margin-bottom: 0;
}
.get-in-touch-section .form-section .wpforms-submit-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px !important;
}
.get-in-touch-section .form-section .wpforms-submit-container button {
    padding: 0 30px;
}
/* hero section */
.hero-section h6 {
    font-weight: 600 !important;
    font-size: 20px !important;
}
.hero-section h1 {
    font-weight: 700 !important;
}
.hero-section h5 {
    font-weight: 400 !important;
}
/* tab section */
.tab-section .title h4 {
    font-size: 30px;
    font-weight: 500;
}
.how-we-work svg {
    height: auto !important;
    width: auto !important;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb ul li span {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.breadcrumb ul li a {
    color: #fff !important;
}
.process-timeline .twae-icondot {
    border: 0 !important;
}
.process-timeline .twae-content {
    box-shadow: none !important;
    padding: 20px 25px !important;
}
.process-timeline .twae-arrow {
    box-shadow: none !important;
}
.process-timeline .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-description ul {
    list-style-type: none !important;
}
.process-timeline .twae-labels {
    gap: 12px !important;
}
.process-timeline .twae-content .twae-description ul li p {
    margin-bottom: 0;
}
.case-study-challenge .elementor-price-table__header {
    text-align: left;
}
.case-study-challenge .elementor-price-table__heading {
    margin-bottom: 15px;
}
.case-study-challenge .elementor-price-table__subheading {}
.case-study-challenge .elementor-price-table__features-list {
    margin-top: 20px;
}
.case-study-challenge li .elementor-price-table__feature-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.case-study-challenge li:before {
    margin: 10px 0 !important;
}
.case-study-challenge li .elementor-price-table__feature-inner span:before {
    content: "~";
}
/* media query */
@media screen and (max-width: 991px){
}
@media screen and (max-width: 767px){
    .get-in-touch-section .content h5 {
        font-size: 24px !important;
    }
    .get-in-touch-section .content h3 {
        font-size: 18px !important;
    }
    .process-timeline .twae-content .twae-description ul {
        list-style-type: disc !important;
        padding-left: 20px;
    }
    .process-timeline .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-description ul {
        list-style-type: disc !important;
    }
}
@media screen and (max-width: 575px){
}